Summary: | emerge imlib2 fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Hubert Mercier (RETIRED) <anigel> |
Component: | Current packages | Assignee: | SpanKY <vapier> |
Status: | RESOLVED FIXED | ||
Severity: | blocker | CC: | agriffis, jaano, ksckeefe, seemant, sekretarz |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | One line patch on ebuild. |
Created attachment 35480 [details, diff]
One line patch on ebuild.
Please test above patch. It should work. yes, the S=${WORKDIR}/${P} line used to be in there ... it was removed for me ;) agriffis: i have the enlightenment eclass setup so that the default $S is set to ${WORKDIR}/${PN} since the eclass is *mostly* for cvs builds ... in the case of releases, i have to reset $S back to the original value *** Bug 57222 has been marked as a duplicate of this bug. *** |
As a dependancy of freevo, emerge imlib2 gives me the following output : alculating dependencies ...done! >>> emerge (1 of 1) media-libs/imlib2-1.1.0 to / >>> md5 src_uri ;-) imlib2-1.1.0.tar.gz >>> Unpacking source... >>> Unpacking imlib2-1.1.0.tar.gz to /var/tmp/portage/imlib2-1.1.0/work nls /usr/sbin/ebuild.sh: line 26: cd: /var/tmp/portage/imlib2-1.1.0/work/imlib2: No such file or directory * Applying 1.1.0-gcc-3.4.patch... * Failed Patch: 1.1.0-gcc-3.4.patch! * * Include in your bugreport the contents of: * * /var/tmp/portage/imlib2-1.1.0/temp/1.1.0-gcc-3.4.patch-19484.out !!! ERROR: media-libs/imlib2-1.1.0 failed. !!! Function epatch, Line 322, Exitcode 0 !!! Failed Patch: 1.1.0-gcc-3.4.patch! Content of /var/tmp/portage/imlib2-1.1.0/temp/1.1.0-gcc-3.4.patch-19484.out : ***** 1.1.0-gcc-3.4.patch ***** =============================== PATCH COMMAND: patch -p0 -g0 < /usr/portage/media-libs/imlib2/files/1.1.0-gcc-3.4.patch =============================== can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- src/rgbadraw.c.orig 2004-04-27 03:41:29.878995752 -0400 |+++ src/rgbadraw.c 2004-04-27 03:41:32.294628520 -0400 -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored =============================== PATCH COMMAND: patch -p1 -g0 < /usr/portage/media-libs/imlib2/files/1.1.0-gcc-3.4.patch =============================== can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- src/rgbadraw.c.orig 2004-04-27 03:41:29.878995752 -0400 |+++ src/rgbadraw.c 2004-04-27 03:41:32.294628520 -0400 -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored =============================== PATCH COMMAND: patch -p2 -g0 < /usr/portage/media-libs/imlib2/files/1.1.0-gcc-3.4.patch =============================== missing header for unified diff at line 3 of patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- src/rgbadraw.c.orig 2004-04-27 03:41:29.878995752 -0400 |+++ src/rgbadraw.c 2004-04-27 03:41:32.294628520 -0400 -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored =============================== PATCH COMMAND: patch -p3 -g0 < /usr/portage/media-libs/imlib2/files/1.1.0-gcc-3.4.patch =============================== missing header for unified diff at line 3 of patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- src/rgbadraw.c.orig 2004-04-27 03:41:29.878995752 -0400 |+++ src/rgbadraw.c 2004-04-27 03:41:32.294628520 -0400 -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored =============================== PATCH COMMAND: patch -p4 -g0 < /usr/portage/media-libs/imlib2/files/1.1.0-gcc-3.4.patch =============================== missing header for unified diff at line 3 of patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- src/rgbadraw.c.orig 2004-04-27 03:41:29.878995752 -0400 |+++ src/rgbadraw.c 2004-04-27 03:41:32.294628520 -0400 -------------------------- No file to patch. Skipping patch. 2 out of 2 hunks ignored Reproducible: Always Steps to Reproduce: 1. emerge imlib2 2. 3. Actual Results: nothing, that's the problem ^^. Expected Results: It should compile imlib2