Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1114 - Freetype 2.1.9 errors caused by optimisation
Attached to Project:
Arch Linux
Opened by Jan de Groot (JGC) - Monday, 12 July 2004, 22:01 GMT
Last edited by Judd Vinet (judd) - Tuesday, 16 November 2004, 18:52 GMT
Opened by Jan de Groot (JGC) - Monday, 12 July 2004, 22:01 GMT
Last edited by Judd Vinet (judd) - Tuesday, 16 November 2004, 18:52 GMT
|
DetailsA while ago I filed a bug against freetype 2.1.9 that was crashing all mozilla based browsers. On other distros, freetype 2.1.9 worked fine, so I decided to rebuild 2.1.9 without CFLAGS. Simply unsetting CFLAGS before the ./configure did the trick, I'm filing this bug with epiphany and freetype 2.1.9 :P
|
This task depends upon
eg,
gcc -pedantic -ansi -I/home/jvinet/arch/build/lib/freetype2/src/freetype-2.1.9/objs -I./builds/unix -I/home/jvinet/arch/build/lib/freetype2/src/freetype-2.1.9/include -c -Wall -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/jvinet/arch/build/lib/freetype2/src/freetype-2.1.9/src/cff /home/jvinet/arch/build/lib/freetype2/src/freetype-2.1.9/src/cff/cff.c -fPIC -DPIC -o /home/jvinet/arch/build/lib/freetype2/src/freetype-2.1.9/objs/.libs/cff.o
jvinet@zeroflux.org
That's the PKGBUILD and the package I use. I don't use the bytecode patch, since I don't like it (anymore).
-march=pentium4 -02 -pipe -Wl,O1
I'll pass this to Dale for the mozilla-* patches. Dale, can you throw it back at me when you're done, and I can test the freetype 2.1.9 upgrade?
That's the bugzilla report at mozilla with patches. I think it should be able to patch mozilla too.