Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 86447

Summary: emerge mozilla-1.7.6-r1 fails
Product: Gentoo Linux Reporter: Chris Smith <chris>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Smith 2005-03-23 17:53:35 UTC
Emerge of mozilla-1.7.6-r1 fails whn using the ldap use flag.
Apparently calls the linker instead of the compiler to compile the ldap library.

Reproducible: Always
Steps to Reproduce:
1.Set ldap use flag
2.emerge moxilla
3.

Actual Results:  
======= making ./libldap50.so
i686-pc-linux-gnu-ld -shared -Wl,-soname -Wl,libldap50.so    -o libldap50.so
./abandon.o ./add.o ./bind.o ./cache.o ./charray.o ./charset.o ./compare.o
./compat.o ./control.o ./countvalues.o ./delete.o ./disptmpl.o ./dsparse.o
./error.o ./extendop.o ./free.o ./freevalues.o ./friendly.o ./getattr.o
./getdn.o ./getdxbyname.o ./getentry.o ./getfilter.o ./getoption.o ./getvalues.o
./memcache.o ./message.o ./modify.o ./open.o ./os-ip.o ./proxyauthctrl.o
./psearch.o ./referral.o ./regex.o ./rename.o ./request.o ./reslist.o ./result.o
./saslbind.o ./sbind.o ./search.o ./setoption.o ./sort.o ./sortctrl.o
./srchpref.o ./tmplout.o ./ufn.o ./unbind.o ./unescape.o ./url.o ./utf8.o
./vlistctrl.o  -L/var/tmp/portage/mozilla-1.7.6-r1/work/mozilla/dist/lib -llber50
i686-pc-linux-gnu-ld: unrecognized option '-Wl,-soname'
i686-pc-linux-gnu-ld: use the --help option for usage information
gmake[5]: *** [libldap50.so] Error 1


Expected Results:  
Should emerge succesfully.

Same as bug #85648 except it applies to this newer version/ebuild.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-03-23 18:16:16 UTC
Sync and try again.  This is not the most recent version of the ebuild...  You're missing these changes:

http://www.gentoo.org/cgi-bin/viewcvs.cgi/www-client/mozilla/mozilla-1.7.6-r1.ebuild?r1=1.4&r2=1.5


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