Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145985 - ghostscript-gpl-8.5.4: Fix for bug 142802 doesnt work
Summary: ghostscript-gpl-8.5.4: Fix for bug 142802 doesnt work
Status: RESOLVED DUPLICATE of bug 148285
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Printing Team
URL: http://bugs.gentoo.org/show_bug.cgi?i...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 05:12 UTC by Nick Cunningham
Modified: 2006-09-22 19:34 UTC (History)
1 user (show)

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


Attachments
Patch for the ebuild (ghostscript-gpl-8.54.patch,476 bytes, patch)
2006-09-14 15:14 UTC, Lars Weiler (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Cunningham 2006-09-02 05:12:50 UTC
As in the summary, the fix applied to the ebuild now in portage doesnt work, and the emerge process fails on the same place as in the original bug.
Seperating the emake into 2 lines so that emake STDDIRS is on its own then fails on emake so.
Removing the second part so the only emake line is emake STDDIRS does compile successfully.

Ive not had chance to test this on anything but the system im compiling now with distcc but it seems to work for me.

emerge --info output
zoidberg ~ # emerge --info
Portage 2.1.1_rc1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-rc4-viper i686)
=================================================================
System uname: 2.6.18-rc4-viper i686 Intel(R) Pentium(R) M processor 2.00GHz
Gentoo Base System version 1.12.4
Last Sync: Sat, 02 Sep 2006 11:01:01 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17-r4
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -fno-ident -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe -fno-ident -frename-registers -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distcc distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=both"
LINGUAS="en_GB"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/conrad /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnowext X aac acpi admin alsa avi beagle berkdb bitmap-fonts bluetooth branding cdr cli crypt cups dbus divx dlloader dri dvd dvdr dvdread eds elibc_glibc esd extras firefox flac fortran games gd gdbm gif gnome gpm gstreamer gtk gtk2 hal input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics ipv6 isdnlog java kernel_linux libg++ linguas_en_GB matroska mmx mmxext mono mp4 msn musepack nautilus ncurses nls nptl nptlonly nsplugin ogg opengl pam pcre pdf perl png ppds pppd python quicktime readline real reflection reiser4 samba session spell spl sse sse2 ssl tcpd theora trayicon truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_ati win32codecs x264 xmlreader xmlrpc xorg xscreensaver xv xvid xvmc zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-03 02:54:15 UTC
can you please give me a diff: diff -u old new of what you propose to change?
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2006-09-14 15:13:53 UTC
I interpreted comment #0 in that way that it looks like in the following patch.

I had the error on PPC today.  But only with the G3-profile, not with the ppc-generic-profile.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2006-09-14 15:14:25 UTC
Created attachment 97010 [details, diff]
Patch for the ebuild
Comment 4 Nick Cunningham 2006-09-14 15:26:58 UTC
(In reply to comment #1)
> can you please give me a diff: diff -u old new of what you propose to change?
> 

Sorry for the late reply must have missed the email however lars seems to have beaten me to it, his patch is precisely what i was describing, thank you lars! :)
Comment 5 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-14 16:07:09 UTC
thanks, fixed! :)
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2006-09-22 16:01:03 UTC
it is compiling in installation now :(

We need to find a solution that a) works for you b) does not compile in src_install
Comment 7 SpanKY gentoo-dev 2006-09-22 19:34:07 UTC

*** This bug has been marked as a duplicate of 148285 ***