This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: mozilla build problem with current libc cvs?


On Wed, Mar 28, 2001 at 11:20:18PM -0500, Jack Howarth wrote:
>    Has anyone tried rebuilding mozilla 0.8 against the most current
> libc cvs? I am seeing a build failure with the redhat mozilla-0.8-2
> srpm which didn't happen a few weeks ago....
> 
> /usr/src/redhat/BUILD/mozilla /usr/src/redhat/BUILD/mozilla
> + cd /var/tmp/mozilla-root//usr/lib/mozilla
> ++ pwd
> + LD_LIBRARY_PATH=/var/tmp/mozilla-root/usr/lib/mozilla
> ++ pwd
> + MOZILLA_FIVE_HOME=/var/tmp/mozilla-root/usr/lib/mozilla
> + ./regxpcom
> ./regxpcom: error while loading shared libraries: /var/tmp/mozilla-root/usr/lib/mozilla/libnspr4.so: undefined symbol: fstat
> 
> Has there been any changes to fstat that would cause this and is
> anyone else seeing this on platforms other than ppc?

This is libnspr4's fault. It is compiled with ld (not gcc), and is not
linked with -lc, so does not get any of the objects/symbols in
libc_nonshared.a

Ben

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]