Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3499 - mozilla-1.0-r1.ebuild not compiling
Summary: mozilla-1.0-r1.ebuild not compiling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-07 17:32 UTC by Nathan W. Labadie
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan W. Labadie 2002-06-07 17:32:08 UTC
I'm getting the following error with mozilla-1.0-r1.ebuild:

gcc -o fccharset.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=\"Linux\" -DOJI
-DFC_FALLBACK_FONTS=\"/usr/X11R6/lib/X11/fonts/Type1\" 
-I../../../../dist/include/freetype2 -I../../../../dist/include/fontconfig
-I../../../../dist/include/expat -I../../../../dist/include/fontconfig
-I../../../../dist/include
-I/var/tmp/portage/mozilla-1.0-r1/work/mozilla/dist/include/nspr     
-I/usr/X11R6/include   -fPIC -I/usr/X11R6/include -Wall -W -Wno-unused
-Wpointer-arith -Wcast-align -Wno-long-long -march=i686 -O3 -pipe -pthread -pipe
 -DNDEBUG -DTRIMMED -O3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 
-I/usr/X11R6/include -include ../../../../config-defs.h -DMOZILLA_CLIENT
-Wp,-MD,.deps/fccharset.pp fccharset.c
fccharset.c: In function `FcCharSetCoverage':
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c:569: warning: pointer of type `void *' used in arithmetic
fccharset.c: In function `FcFreeTypeCharIndex':
fccharset.c:906: warning: comparison between signed and unsigned
fccharset.c:915: warning: comparison between signed and unsigned
fccharset.c:924: warning: comparison between signed and unsigned
fccharset.c: In function `FcFreeTypeCharSet':
fccharset.c:1007: warning: comparison between signed and unsigned
fccharset.c:1046: too few arguments to function `FT_Get_Next_Char'
fccharset.c:1073: too few arguments to function `FT_Get_Next_Char'
make[4]: *** [fccharset.o] Error 1
make[4]: Leaving directory
`/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig/src'
make[3]: *** [libs] Error 2
make[3]: Leaving directory
`/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft/fontconfig'
make[2]: *** [libs] Error 2
make[2]: Leaving directory
`/var/tmp/portage/mozilla-1.0-r1/work/mozilla/other-licenses/Xft'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/var/tmp/portage/mozilla-1.0-r1/work/mozilla'
make: *** [default] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 87, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/net-www/mozilla/mozilla-1.0-r1.ebuild
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-08 10:05:04 UTC
Hi, I would just like to point to where xfree86-4.2.0-r11 is masked:

---------------------------------snip-------------------------------
# These ones are untested, and introduce new stuff
# azarah - 28 May 2002
=x11-base/xfree-4.2.0-r11
=net-www/mozilla-1.0-r2
---------------------------------snip-------------------------------

Then I would firstly like to thank you guys for testing xfree86-4.2.0-r11,
I appreciate it ;)

Secondly, please try to have a look over at gentoo-user or gentoo-dev before
submiting bugs.  Also try to search for current, or closed bugs before 
submiting.  I dont want to whine, but This issue already went through a
bug report, and I replied to several threads on both mailing lists, and
time is limited :(

Anyhow, problem is the included freetype2 in xfree -r11.  Thus you need to
unmask mozilla-1.0-r2 and merge that for it to work ;)