First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 64732
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Toolchain Maintainers <toolchain@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Herbie Hopkins (RETIRED) <herbs@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:
Flags: Requestee:
  ()

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 64732 depends on: Show dependency tree
Bug 64732 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-09-20 02:36 0000
Upgraded glibc to 2.3.4.20040918 but the ldd supplied appears to have errors
in.
e.g.

$ ldd 
/usr/bin/ldd: line 78: syntax error near unexpected token `)'
/usr/bin/ldd: line 78: `  --v | --ve | --ver)'

The fix is rather trivial though:

--- ldd.bak     2004-09-20 10:16:27.181495792 +0100
+++ ldd 2004-09-20 10:20:53.056076712 +0100
@@ -75,6 +75,7 @@
   -u | --u | --un | --unu | --unus | --unuse | --unused)
     unused=yes
     shift
+    ;;
   --v | --ve | --ver)
     echo >&2 $"ldd: option \`$1' is ambiguous"
     exit 1
@@ -103,7 +104,7 @@
 add_env="$add_env LD_LIBRARY_VERSION=\$verify_out"
 add_env="$add_env LD_VERBOSE=$verbose"
 if test "$unused" = yes; then
-  add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}unused"
+  add_env="$add_env LD_DEBUG="$LD_DEBUG${LD_DEBUG:+,}unused""
 fi
 case $# in
 0)




Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Marco Squarcina 2004-09-20 14:24:40 0000 -------
The same here.... example:

lavish@darkstar ~ $ fbsetbg /mnt/data1/images/CRYOPOD1.jpg 
/usr/bin/ldd: line 78: syntax error near unexpected token `)'
/usr/bin/ldd: line 78: `  --v | --ve | --ver)'
*** glibc detected *** double free or corruption: 0x0000000000508e40 ***
/usr/bin/fbsetbg: line 506:  9911 Aborted                 $WPSETTER `eval echo $option` "$wallpaper"



gcc-3.4.1-r3
development-sources-2.6.9-r2

------- Comment #2 From SpanKY 2004-09-21 06:38:51 0000 -------
e-mailed upstream since it's still broken in glibc cvs

------- Comment #3 From Travis Tilley (RETIRED) 2004-09-21 12:20:06 0000 -------
wow. looks like someone committed a patch without testing it. O_O
fixed in cvs, give it a bit to reach rsync. i didnt do a revision bump for this change, it's so small...

------- Comment #4 From Marco Squarcina 2004-09-21 13:58:23 0000 -------
Thanks Travis! It works :D

------- Comment #5 From Joe McCann (RETIRED) 2004-09-21 18:48:15 0000 -------
*** Bug 64921 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug