public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing
@ 2011-01-11 11:51 christian.groenke at sysgo dot com
  2011-05-09 17:42 ` [Bug libc/12387] " drepper.fsp at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: christian.groenke at sysgo dot com @ 2011-01-11 11:51 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12387

           Summary: sysdeps/unix/sysv/linux/sh/getgid.c is missing
           Product: glibc
           Version: 2.11
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: christian.groenke@sysgo.com


Created attachment 5189
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5189
patch to add getgid to SH arch

When i used "getgid()" on my SH4 machine with glibc-2.11 it didn't work, but
"getegid()" worked. The problem is the missing file
"sysdeps/unix/sysv/linux/sh/getgid.c". I think i should be the same as
"sysdeps/unix/sysv/linux/sh/getegid.c". (basically including the getgid.c file
from "sysdeps/unix/sysv/linux/i386/")

This will impact for example the sshd as it uses "getgid()" to do some checks.

I checked also the the last release from the gnu-ftp (2.12.2) the file is also
missing there so the error still exists.

I appended a patch that will add this file to the appropriate dir and should
work.

Best regards
Christian

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12387] sysdeps/unix/sysv/linux/sh/getgid.c is missing
  2011-01-11 11:51 [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing christian.groenke at sysgo dot com
@ 2011-05-09 17:42 ` drepper.fsp at gmail dot com
  2012-02-21  2:00 ` jsm28 at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: drepper.fsp at gmail dot com @ 2011-05-09 17:42 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12387

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper.fsp at gmail dot    |kkojima at rr dot
                   |com                         |iij4u.or.jp

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12387] sysdeps/unix/sysv/linux/sh/getgid.c is missing
  2011-01-11 11:51 [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing christian.groenke at sysgo dot com
  2011-05-09 17:42 ` [Bug libc/12387] " drepper.fsp at gmail dot com
@ 2012-02-21  2:00 ` jsm28 at gcc dot gnu.org
  2012-02-21  2:50 ` kkojima at rr dot iij4u.or.jp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-21  2:00 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12387

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-02-21 01:40:08 UTC ---
Kaz, ping.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12387] sysdeps/unix/sysv/linux/sh/getgid.c is missing
  2011-01-11 11:51 [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing christian.groenke at sysgo dot com
  2011-05-09 17:42 ` [Bug libc/12387] " drepper.fsp at gmail dot com
  2012-02-21  2:00 ` jsm28 at gcc dot gnu.org
@ 2012-02-21  2:50 ` kkojima at rr dot iij4u.or.jp
  2013-05-10 18:43 ` aj at suse dot de
  2014-06-27 12:31 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: kkojima at rr dot iij4u.or.jp @ 2012-02-21  2:50 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=12387

Kaz Kojima <kkojima at rr dot iij4u.or.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kkojima at rr dot
                   |                            |iij4u.or.jp

--- Comment #2 from Kaz Kojima <kkojima at rr dot iij4u.or.jp> 2012-02-21 02:49:59 UTC ---
(In reply to comment #0)
> Created attachment 5189 [details]
> patch to add getgid to SH arch

Looks fine.  Could you please send it to the libc-alpha list
with the ChangeLog entry?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12387] sysdeps/unix/sysv/linux/sh/getgid.c is missing
  2011-01-11 11:51 [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing christian.groenke at sysgo dot com
                   ` (2 preceding siblings ...)
  2012-02-21  2:50 ` kkojima at rr dot iij4u.or.jp
@ 2013-05-10 18:43 ` aj at suse dot de
  2014-06-27 12:31 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: aj at suse dot de @ 2013-05-10 18:43 UTC (permalink / raw)
  To: glibc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="UTF-8", Size: 3357 bytes --]

http://sourceware.org/bugzilla/show_bug.cgi?id=12387

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aj at suse dot de
         Resolution|                            |FIXED
         AssignedTo|kkojima at rr dot           |aj at suse dot de
                   |iij4u.or.jp                 |
   Target Milestone|---                         |2.18

--- Comment #3 from Andreas Jaeger <aj at suse dot de> 2013-05-10 18:43:42 UTC ---
I pushed this now to glibc git for glibc 2.18. Thanks,

Andreas

commit 7187d844a1ef7dcdb0964f01a904b40041ac1cd9
Author: Christian Grönke <cgr_bugs@sysgo.com>
Date:   Fri May 10 20:40:48 2013 +0200

    Add getgid.c for SH

        [BZ #12387]
        * sysdeps/unix/sysv/linux/sh/getgid.c: New file.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
>From glibc-bugs-return-18634-listarch-glibc-bugs=sources.redhat.com@sourceware.org Fri May 10 18:50:19 2013
Return-Path: <glibc-bugs-return-18634-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 28370 invoked by alias); 10 May 2013 18:50:19 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 28330 invoked by uid 48); 10 May 2013 18:50:14 -0000
From: "aj at suse dot de" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/9894] Support for PI futexes wrongly marked as introduced in 2.6.18
Date: Fri, 10 May 2013 18:50:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: libc
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: aj at suse dot de
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-9894-131-9t5HneNhCs@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-9894-131@http.sourceware.org/bugzilla/>
References: <bug-9894-131@http.sourceware.org/bugzilla/>
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
X-SW-Source: 2013-05/txt/msg00081.txt.bz2
Content-length: 356

http://sourceware.org/bugzilla/show_bug.cgi?id˜94

--- Comment #14 from Andreas Jaeger <aj at suse dot de> 2013-05-10 18:50:13 UTC ---
Aurelien, could you finish these patches, please?

--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug libc/12387] sysdeps/unix/sysv/linux/sh/getgid.c is missing
  2011-01-11 11:51 [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing christian.groenke at sysgo dot com
                   ` (3 preceding siblings ...)
  2013-05-10 18:43 ` aj at suse dot de
@ 2014-06-27 12:31 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 12:31 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=12387

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-06-27 12:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11 11:51 [Bug libc/12387] New: sysdeps/unix/sysv/linux/sh/getgid.c is missing christian.groenke at sysgo dot com
2011-05-09 17:42 ` [Bug libc/12387] " drepper.fsp at gmail dot com
2012-02-21  2:00 ` jsm28 at gcc dot gnu.org
2012-02-21  2:50 ` kkojima at rr dot iij4u.or.jp
2013-05-10 18:43 ` aj at suse dot de
2014-06-27 12:31 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).