public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17844] New: [S390] namespace violation of utmp-functions in utmpx.h, wordexp.h, glob.h
@ 2015-01-15  7:39 stli at linux dot vnet.ibm.com
  2015-01-16 16:13 ` [Bug libc/17844] " krebbel1 at de dot ibm.com
  2015-01-16 16:13 ` krebbel1 at de dot ibm.com
  0 siblings, 2 replies; 3+ messages in thread
From: stli at linux dot vnet.ibm.com @ 2015-01-15  7:39 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17844
           Summary: [S390] namespace violation of utmp-functions in
                    utmpx.h, wordexp.h, glob.h
           Product: glibc
           Version: 2.20
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: stli at linux dot vnet.ibm.com
                CC: drepper.fsp at gmail dot com

The linknamespace-test fails on s390-32 with the following namespace
violations:

FAIL: conform/POSIX2008/glob.h/linknamespace
FAIL: conform/XOPEN2K8/glob.h/linknamespace
[initial] glob -> [libc.a(glob.o)] getlogin_r -> [libc.a(getlogin_r.o)]
__libc_utmp_jump_table -> [libc.a(getutent_r.o)] getutent_r
[initial] glob -> [libc.a(glob.o)] getlogin_r -> [libc.a(getlogin_r.o)]
__libc_utmp_jump_table -> [libc.a(getutent_r.o)] pututline
conform/POSIX2008/glob.h/linknamespace.out (END)

FAIL: conform/POSIX2008/wordexp.h/linknamespace
FAIL: conform/XOPEN2K8/wordexp.h/linknamespace
[initial] wordexp -> [libc.a(wordexp.o)] glob -> [libc.a(glob.o)] getlogin_r ->
[libc.a(getlogin_r.o)] __libc_utmp_jump_table -> [libc.a(getutent_r.o)]
getutent_r
[initial] wordexp -> [libc.a(wordexp.o)] glob -> [libc.a(glob.o)] getlogin_r ->
[libc.a(getlogin_r.o)] __libc_utmp_jump_table -> [libc.a(getutent_r.o)]
pututline
conform/POSIX2008/wordexp.h/linknamespace.out (END)

FAIL: conform/UNIX98/utmpx.h/linknamespace
FAIL: conform/XOPEN2K/utmpx.h/linknamespace
FAIL: conform/XOPEN2K8/utmpx.h/linknamespace
FAIL: conform/XPG4/utmpx.h/linknamespace
[initial] getutxent -> [libc.a(getutxent.o)] __getutent -> [libc.a(getutent.o)]
getutent
[initial] endutxent -> [libc.a(endutxent.o)] __endutent ->
[libc.a(getutent_r.o)] getutent_r
[initial] getutxid -> [libc.a(getutxid.o)] __getutid -> [libc.a(getutid.o)]
getutid
[initial] getutxid -> [libc.a(getutxid.o)] __getutid -> [libc.a(getutid.o)]
__getutid_r -> [libc.a(getutid_r.o)] getutid_r
[initial] getutxline -> [libc.a(getutxline.o)] __getutline ->
[libc.a(getutline.o)] getutline
[initial] getutxline -> [libc.a(getutxline.o)] __getutline ->
[libc.a(getutline.o)] __getutline_r -> [libc.a(getutline_r.o)] getutline_r
[initial] endutxent -> [libc.a(endutxent.o)] __endutent ->
[libc.a(getutent_r.o)] pututline
conform/XOPEN2K/utmpx.h/linknamespace.out (END)

The commit 4057dc459ae9de59c67628db3db844c7a3765d00 (2008-07-26)
introduced symbol-versioning for those utmp functions with
the macro default_symbol_version, which expands to strong_alias
in the STATIC-case.
But in common-code those funtions are weak aliased.

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


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

* [Bug libc/17844] [S390] namespace violation of utmp-functions in utmpx.h, wordexp.h, glob.h
  2015-01-15  7:39 [Bug libc/17844] New: [S390] namespace violation of utmp-functions in utmpx.h, wordexp.h, glob.h stli at linux dot vnet.ibm.com
  2015-01-16 16:13 ` [Bug libc/17844] " krebbel1 at de dot ibm.com
@ 2015-01-16 16:13 ` krebbel1 at de dot ibm.com
  1 sibling, 0 replies; 3+ messages in thread
From: krebbel1 at de dot ibm.com @ 2015-01-16 16:13 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Krebbel <krebbel1 at de dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #2 from Andreas Krebbel <krebbel1 at de dot ibm.com> ---
Closed per comment above.

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


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

* [Bug libc/17844] [S390] namespace violation of utmp-functions in utmpx.h, wordexp.h, glob.h
  2015-01-15  7:39 [Bug libc/17844] New: [S390] namespace violation of utmp-functions in utmpx.h, wordexp.h, glob.h stli at linux dot vnet.ibm.com
@ 2015-01-16 16:13 ` krebbel1 at de dot ibm.com
  2015-01-16 16:13 ` krebbel1 at de dot ibm.com
  1 sibling, 0 replies; 3+ messages in thread
From: krebbel1 at de dot ibm.com @ 2015-01-16 16:13 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Krebbel <krebbel1 at de dot ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |krebbel1 at de dot ibm.com
         Resolution|---                         |FIXED

--- Comment #1 from Andreas Krebbel <krebbel1 at de dot ibm.com> ---
Fixed with:

commit 026eb207eda8cc93f6f7f0980f0a8e51587d8011
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Fri Jan 16 09:18:58 2015 +0100

    S390: Get rid of linknamespace failures for utmp functions.

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


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

end of thread, other threads:[~2015-01-16 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-15  7:39 [Bug libc/17844] New: [S390] namespace violation of utmp-functions in utmpx.h, wordexp.h, glob.h stli at linux dot vnet.ibm.com
2015-01-16 16:13 ` [Bug libc/17844] " krebbel1 at de dot ibm.com
2015-01-16 16:13 ` krebbel1 at de dot ibm.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).