First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 145985
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 148285
Assigned To: Printing Team <printing@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Nick Cunningham <nick@burstfire.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ghostscript-gpl-8.54.patch Patch for the ebuild patch Lars Weiler (RETIRED) 2006-09-14 15:14 0000 476 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 145985 depends on: Show dependency tree
Show dependency graph
Bug 145985 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-02 05:12 0000
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 From Stefan Schweizer 2006-09-03 02:54:15 0000 -------
can you please give me a diff: diff -u old new of what you propose to change?

------- Comment #2 From Lars Weiler (RETIRED) 2006-09-14 15:13:53 0000 -------
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 From Lars Weiler (RETIRED) 2006-09-14 15:14:25 0000 -------
Created an attachment (id=97010) [edit]
Patch for the ebuild

------- Comment #4 From Nick Cunningham 2006-09-14 15:26:58 0000 -------
(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 From Stefan Schweizer 2006-09-14 16:07:09 0000 -------
thanks, fixed! :)

------- Comment #6 From Stefan Schweizer 2006-09-22 16:01:03 0000 -------
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 From SpanKY 2006-09-22 19:34:07 0000 -------

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

First Last Prev Next    No search results available      Search page      Enter new bug