public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/326] New: undefined reference to `passwd2des_internal' while compiling iconvconfig
@ 2004-08-15 12:15 trentalg at aston dot ac dot uk
  2004-09-12 19:01 ` [Bug libc/326] " drepper at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: trentalg at aston dot ac dot uk @ 2004-08-15 12:15 UTC (permalink / raw)
  To: glibc-bugs

I get the following error on compiling iconvconfig from libc CVS 040815 and
since a almost a week of previous CVS versions.

gcc -nostdlib -nostartfiles -o
/mnt/source/cvs/build/build-libc/iconv/iconvconfig 
-Wl,-dynamic-linker=/lib/ld-linux.so.2   -Wl,-z,combreloc -Wl,-z,relro
/mnt/source/cvs/build/build-libc/csu/crt1.o
/mnt/source/cvs/build/build-libc/csu/crti.o `gcc --print-file-name=crtbegin.o`
/mnt/source/cvs/build/build-libc/iconv/iconvconfig.o
/mnt/source/cvs/build/build-libc/iconv/strtab.o
/mnt/source/cvs/build/build-libc/iconv/xmalloc.o
/mnt/source/cvs/build/build-libc/iconv/hash-string.o 
-Wl,-rpath-link=/mnt/source/cvs/build/build-libc:/mnt/source/cvs/build/build-libc/math:/mnt/source/cvs/build/build-libc/elf:/mnt/source/cvs/build/build-libc/dlfcn:/mnt/source/cvs/build/build-libc/nss:/mnt/source/cvs/build/build-libc/nis:/mnt/source/cvs/build/build-libc/rt:/mnt/source/cvs/build/build-libc/resolv:/mnt/source/cvs/build/build-libc/crypt:/mnt/source/cvs/build/build-libc/nptl
/mnt/source/cvs/build/build-libc/libc.so.6
/mnt/source/cvs/build/build-libc/libc_nonshared.a -lgcc -Wl,--as-needed -lgcc_s
-Wl,--no-as-needed `gcc --print-file-name=crtend.o`
/mnt/source/cvs/build/build-libc/csu/crtn.o
/mnt/source/cvs/build/build-libc/libc.so.6: undefined reference to
`passwd2des_internal'
collect2: ld returned 1 exit status
make[2]: *** [/mnt/source/cvs/build/build-libc/iconv/iconvconfig] Error 1
make[2]: Leaving directory `/mnt/source/cvs/libc/iconv'
make[1]: *** [iconv/others] Error 2
make[1]: Leaving directory `/mnt/source/cvs/libc'
make: *** [all] Error 2

gcc (GCC) 3.5.0 20040811 (experimental)
GNU ld version 040812 20040812

-- 
           Summary: undefined reference to `passwd2des_internal' while
                    compiling iconvconfig
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: critical
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: trentalg at aston dot ac dot uk
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://sources.redhat.com/bugzilla/show_bug.cgi?id=326

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/326] undefined reference to `passwd2des_internal' while compiling iconvconfig
  2004-08-15 12:15 [Bug libc/326] New: undefined reference to `passwd2des_internal' while compiling iconvconfig trentalg at aston dot ac dot uk
@ 2004-09-12 19:01 ` drepper at redhat dot com
  2004-09-12 19:28 ` drepper at redhat dot com
  2004-09-12 19:29 ` drepper at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2004-09-12 19:01 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2004-09-12 19:01 -------
Do not file reports on build problems in bugzilla.  And you should not build
glibc yourself.  If you do, you're on your own.  It certainly builds right
almost all the time if you have a correct environment.  You'll not get any help
from the maintainers to determine what's broken in your environment.  Use the
glibc binary form a distribution.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


http://sources.redhat.com/bugzilla/show_bug.cgi?id=326

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/326] undefined reference to `passwd2des_internal' while compiling iconvconfig
  2004-08-15 12:15 [Bug libc/326] New: undefined reference to `passwd2des_internal' while compiling iconvconfig trentalg at aston dot ac dot uk
  2004-09-12 19:01 ` [Bug libc/326] " drepper at redhat dot com
@ 2004-09-12 19:28 ` drepper at redhat dot com
  2004-09-12 19:29 ` drepper at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2004-09-12 19:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2004-09-12 19:28 -------
Let's do it properly...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=326

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/326] undefined reference to `passwd2des_internal' while compiling iconvconfig
  2004-08-15 12:15 [Bug libc/326] New: undefined reference to `passwd2des_internal' while compiling iconvconfig trentalg at aston dot ac dot uk
  2004-09-12 19:01 ` [Bug libc/326] " drepper at redhat dot com
  2004-09-12 19:28 ` drepper at redhat dot com
@ 2004-09-12 19:29 ` drepper at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: drepper at redhat dot com @ 2004-09-12 19:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2004-09-12 19:29 -------
Let's do it properly...

*** This bug has been marked as a duplicate of 333 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |DUPLICATE


http://sources.redhat.com/bugzilla/show_bug.cgi?id=326

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2004-09-12 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-15 12:15 [Bug libc/326] New: undefined reference to `passwd2des_internal' while compiling iconvconfig trentalg at aston dot ac dot uk
2004-09-12 19:01 ` [Bug libc/326] " drepper at redhat dot com
2004-09-12 19:28 ` drepper at redhat dot com
2004-09-12 19:29 ` drepper 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).