Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121150 - Installation Bug ghostscript-esp-7.07.1-r8 Cannot find $EPATCH_SOURCE
Summary: Installation Bug ghostscript-esp-7.07.1-r8 Cannot find $EPATCH_SOURCE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Low normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
: 121156 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-01 02:35 UTC by Matthias Breer
Modified: 2006-02-01 13:49 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 Matthias Breer 2006-02-01 02:35:45 UTC
USE="foomatic ppds" emerge -D foomatic ghostscript-esp

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /var/tmp/portage/ghostscript-esp-7.07.1-r8/work/gs7.07.1-cjk.diff
 *   ( gs7.07.1-cjk.diff )

!!! ERROR: app-text/ghostscript-esp-7.07.1-r8 failed.
!!! Function epatch, Line 207, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, NOT this status message


Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.5-r2, 2.
6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Intel(R) Celeron(R) CPU 2.66GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share
/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/
mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS=" http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror http:
//gentoo.intergenia.de/ "
LANG="de_DE"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://192.168.64.1/portage"
USE="x86 X a52 acl acpi apm arts audiofile avi berkdb bitmap-fonts browserplugin
 bzip2 bzlib cjk crypt cups curl dvd eds elibc_FreeBSD encode esd ethereal exif 
expat faac fad fam fbcon ffmepg ffmpeg foomatic foomaticdb fortran ftp gd gdbm g
dm gif gimp-print glut gmp gnome gnutls gpm gstreamer gtk gtk2 gtkhtml idn image
magick imlib ipv6 java jpeg kerberos lcms ldap libclamav libg++ libwww mad mhash
 mmx mng motif mozilla mp3 mpeg mtrr mysql ncurses nls nptl nptlonly nsplugin oa
v ogg oggvorbis opengl oss p pam pcre pdflib perl png ppds python qt quicktime r
eadline s samba sdl snmp spell sse sse2 ssl tcltk tcpd threads tiff truetype tru
etype-fonts type1-fonts udev usb userlocales vcd vorbis win32codecs xine xml xml
2 xmms xprint xv xvid zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-01 02:54:19 UTC
Wrong product... Kindly read the descriptions when filing a bug.
Comment 2 Marcelo Goes (RETIRED) gentoo-dev 2006-02-01 10:18:01 UTC
Fixed in cvs, thanks!

--- ghostscript-esp-7.07.1-r8.ebuild    30 Jan 2006 01:19:21 -0000      1.5
+++ ghostscript-esp-7.07.1-r8.ebuild    1 Feb 2006 18:16:04 -0000
@@ -58,8 +58,7 @@
        fi

        if use cjk ; then
-               unpack gs7.07.1-cjk.diff.bz2
-               epatch ${WORKDIR}/gs7.07.1-cjk.diff
+               epatch "${DISTDIR}"/gs7.07.1-cjk.diff.bz2
                epatch ${FILESDIR}/gs7.05.6-kochi-substitute.patch
        fi
Comment 3 Marcelo Goes (RETIRED) gentoo-dev 2006-02-01 13:49:19 UTC
*** Bug 121156 has been marked as a duplicate of this bug. ***