Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7656 - Mozilla 1.1 r1 doesn't build
Summary: Mozilla 1.1 r1 doesn't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-08 11:41 UTC by Anders Rune Jensen (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Xft Patch to fix the building of Mozilla 1.0's Xft building problem. (mozilla-1.0_xft-fix.patch.bz2,330 bytes, application/octet-stream)
2002-09-10 20:39 UTC, Eric Renfro
Details
Ebuild updated with new fix patch for xft (mozilla-1.0-r5.ebuild,12.11 KB, text/plain)
2002-09-10 20:40 UTC, Eric Renfro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Rune Jensen (RETIRED) gentoo-dev 2002-09-08 11:41:25 UTC
I unmasked and tried to build mozilla 1.1 r1, I got this error:

gcc -o Linux2.4_x86_glibc_PTH_OPT.OBJ/nsinstall.o -c -O2 -fPIC -DLINUX1_2 -Di386
-D_XOPEN_SOURCE -DLINUX2_1 -ansi  -pipe -DLINUX -Dlinux -D_POSIX_SOURCE
-D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -UDEBUG -DNDEBUG -D_REENTRANT
-I../../../dist/Linux2.4_x86_glibc_PTH_OPT.OBJ/include 
-I../../../dist/public/coreconf 
-I../../../dist/private/coreconf
-I../../../dist/Linux2.4_x86_glibc_PTH_OPT.OBJ/include/nspr
-I../../../dist/Linux2.4_x86_glibc_PTH_OPT.OBJ/include/dbm  nsinstall.c
mkdir: cannot create directory `Linux2.4_x86_glibc_PTH_OPT.OBJ': File exists
make[1]: *** [Linux2.4_x86_glibc_PTH_OPT.OBJ/pathsub.o] Error 1

This was with gcc 2.95.3. I have gtk2 installed. My use flag is: USE="-kde -avi
-java -qt -arts -reiserfs".
Comment 1 Eric Renfro 2002-09-10 20:39:38 UTC
Created attachment 3807 [details]
Xft Patch to fix the building of Mozilla 1.0's Xft building problem.

This finally fixes the problem with Mozilla 1.0 and Xft.
Comment 2 Eric Renfro 2002-09-10 20:40:32 UTC
Created attachment 3808 [details]
Ebuild updated with new fix patch for xft

This is the updated ebuild for Mozilla for use with the new patch.
Comment 3 Eric Renfro 2002-09-10 21:27:09 UTC
Oh yeah. I put in an einfo "Enabling XFT support..." line around the DISABLE_XFT
area of the ebuild. Might want to take it back out. :) Although, it shows how
many times it keeps running through the same segments over and over again..
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-11 13:16:06 UTC
I have seen this before.  And the more generic fix is to create symlinks
of the missing headers in the dir that failure occurs.  I will fix it one
way or another, but it would have been nice to know why it fails only in
rare cases.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-10-19 06:12:12 UTC
Ok, added the symlink stuff to the ebuilds.