Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9581 - Cups failed to install (net-print/cups-1.1.16)
Summary: Cups failed to install (net-print/cups-1.1.16)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-23 19:12 UTC by Thomas Kjosmoen
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Thomas Kjosmoen 2002-10-23 19:12:58 UTC
The ebuild failed to emerge, during upgrade from version 1.1.15-r2, and reported
this:

---------------------------------------------------
PSOutputDev.cxx: In member function `void PSOutputDev::setupFont(GfxFont*,
   Dict*)':
PSOutputDev.cxx:1053: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [PSOutputDev.o] Error 1
make: *** [all] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 39, Exitcode 2
!!! compile problem
---------------------------------------------------

However, when retrying, the emerge worked.
Comment 1 SpanKY gentoo-dev 2002-10-23 19:40:31 UTC
what are your CFLAGS/CXXFLAGS ? 
Comment 2 Thomas Kjosmoen 2002-10-24 07:13:59 UTC
The CFLAGS in my /etc/make.conf.build are:

CFLAGS="-march=athlon-xp -O3 -pipe -m3dnow -msse -mfpmath=sse -mmmx -fforce-addr
-fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -
frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args"

I have an Athlon XP 1800+
Comment 3 Donny Davies (RETIRED) gentoo-dev 2002-10-24 21:55:54 UTC
*** Bug 9188 has been marked as a duplicate of this bug. ***
Comment 4 Donny Davies (RETIRED) gentoo-dev 2002-10-25 00:21:02 UTC
hi.

i fixed a separate bug related to cups just now.  but could you rsync
and try again with less aggressive optimizations please.

take out the -m3dnow -msse -mfpmath=sse -mmmx specifically..

Comment 5 Donny Davies (RETIRED) gentoo-dev 2002-10-25 19:14:00 UTC
fyi:  cups-1.1.17_pre is available now.

does this version build ok for you?
Comment 6 Thomas Kjosmoen 2002-10-25 21:58:47 UTC
It worked great! Thanks!