public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13625] New: xdr_* definitions missing from libc.a
@ 2012-01-26 15:18 johncass at blueyonder dot co.uk
  2012-01-26 18:01 ` [Bug libc/13625] " johncass at blueyonder dot co.uk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: johncass at blueyonder dot co.uk @ 2012-01-26 15:18 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 13625
           Summary: xdr_* definitions missing from libc.a
           Product: glibc
           Version: 2.14
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: johncass@blueyonder.co.uk
    Classification: Unclassified


I am trying to compile Samba 3.6.1 using gcc 4.6.2 / glibc 2.14.1

>From make:

    Linking bin/smbd
    lib/sysquotas_nfs.o: In function `my_xdr_getquota_args':
    sysquotas_nfs.c:(.text+0x1a): undefined reference to `xdr_string'
    sysquotas_nfs.c:(.text+0x2f): undefined reference to `xdr_int'

I found two Google references which suggested that libc.a does not contain the
xdr_* references.  I checked this out with version 2.11.1 of glibc; both static
and shared libraries in 2.11.1 contain xdr_int but only the shared library in
2.14.1 contains this reference.

I haven't been able to find a workaround but I am puzzled that libc_pic.a does
contain these references while libc.a does not as the dependencies in the
makefiles look the same.

-- 
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] 5+ messages in thread

* [Bug libc/13625] xdr_* definitions missing from libc.a
  2012-01-26 15:18 [Bug libc/13625] New: xdr_* definitions missing from libc.a johncass at blueyonder dot co.uk
@ 2012-01-26 18:01 ` johncass at blueyonder dot co.uk
  2012-01-26 18:43 ` ppluzhnikov at google dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: johncass at blueyonder dot co.uk @ 2012-01-26 18:01 UTC (permalink / raw)
  To: glibc-bugs

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

johncass at blueyonder dot co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johncass at blueyonder dot
                   |                            |co.uk

-- 
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] 5+ messages in thread

* [Bug libc/13625] xdr_* definitions missing from libc.a
  2012-01-26 15:18 [Bug libc/13625] New: xdr_* definitions missing from libc.a johncass at blueyonder dot co.uk
  2012-01-26 18:01 ` [Bug libc/13625] " johncass at blueyonder dot co.uk
@ 2012-01-26 18:43 ` ppluzhnikov at google dot com
  2012-01-26 19:11 ` johncass at blueyonder dot co.uk
  2014-06-27 11:07 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ppluzhnikov at google dot com @ 2012-01-26 18:43 UTC (permalink / raw)
  To: glibc-bugs

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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ppluzhnikov at google dot
                   |                            |com
         Resolution|                            |INVALID

--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2012-01-26 18:41:46 UTC ---
>From NEWS:

Version 2.14
...
* The RPC implementation in libc is obsoleted.  Old programs keep working
  but new programs cannot be linked with the routines in libc anymore.
  Programs in need of RPC functionality must be linked against TI-RPC.
  The TI-RPC implementation is IPv6 enabled and there are other benefits.

-- 
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] 5+ messages in thread

* [Bug libc/13625] xdr_* definitions missing from libc.a
  2012-01-26 15:18 [Bug libc/13625] New: xdr_* definitions missing from libc.a johncass at blueyonder dot co.uk
  2012-01-26 18:01 ` [Bug libc/13625] " johncass at blueyonder dot co.uk
  2012-01-26 18:43 ` ppluzhnikov at google dot com
@ 2012-01-26 19:11 ` johncass at blueyonder dot co.uk
  2014-06-27 11:07 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: johncass at blueyonder dot co.uk @ 2012-01-26 19:11 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from johncass at blueyonder dot co.uk 2012-01-26 19:10:24 UTC ---
Thanks very much for your help.

-- 
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] 5+ messages in thread

* [Bug libc/13625] xdr_* definitions missing from libc.a
  2012-01-26 15:18 [Bug libc/13625] New: xdr_* definitions missing from libc.a johncass at blueyonder dot co.uk
                   ` (2 preceding siblings ...)
  2012-01-26 19:11 ` johncass at blueyonder dot co.uk
@ 2014-06-27 11:07 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-27 11:07 UTC (permalink / raw)
  To: glibc-bugs

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

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-26 15:18 [Bug libc/13625] New: xdr_* definitions missing from libc.a johncass at blueyonder dot co.uk
2012-01-26 18:01 ` [Bug libc/13625] " johncass at blueyonder dot co.uk
2012-01-26 18:43 ` ppluzhnikov at google dot com
2012-01-26 19:11 ` johncass at blueyonder dot co.uk
2014-06-27 11:07 ` 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).