Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105675 - libdc1394 won't merge due to nox11.patch
Summary: libdc1394 won't merge due to nox11.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 05:38 UTC by rob holland (RETIRED)
Modified: 2005-10-10 09:49 UTC (History)
1 user (show)

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


Attachments
patch output (nox11.patch-8386.out,2.67 KB, text/plain)
2005-09-12 05:39 UTC, rob holland (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rob holland (RETIRED) gentoo-dev 2005-09-12 05:38:31 UTC
patch fails. guessing it's a bump without a new patch.

patch log attached.
Comment 1 rob holland (RETIRED) gentoo-dev 2005-09-12 05:39:16 UTC
Created attachment 68240 [details]
patch output
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-09-12 09:13:04 UTC
fixed in cvs, sorry about that
Comment 3 rob holland (RETIRED) gentoo-dev 2005-09-14 04:14:54 UTC
I wouldn't mind, but it isn't fixed :) It still fails here after syncing this
morning.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2005-09-15 13:31:56 UTC
no it's fixed
Comment 5 Aurélien Francillon 2005-10-10 09:49:02 UTC
Hi, 
Still not fixed for me (uclibc/hardened gentoo without X ):

[snip]
>>> md5 src_uri ;-) libdc1394-1.0.0.tar.gz
>>> Unpacking source...
>>> Unpacking libdc1394-1.0.0.tar.gz to /var/tmp/portage/libdc1394-1.0.0/work
QA Notice: USE Flag 'X' not in IUSE for media-libs/libdc1394-1.0.0
/usr/lib/portage/bin/ebuild.sh: line 21: epatch: command not found
>>> Source unpacked.
 * econf: updating libdc1394-1.0.0/config.guess with
/usr/share/gnuconfig/config.guess
 * econf: updating libdc1394-1.0.0/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-uclibc --mandir=/usr/share/man
[snip] 

then build fails (X11/Xlib.h: No such file or directory) as the noX patch isn't
applied and I don't have X ...
adding the missing: 
inherit eutils
and 
USE="X"
in the ebuild makes the ebuild behave as expected but the patch fails with the
messages :
[snip]
PATCH COMMAND:  patch -p4 -g0 --no-backup-if-mismatch <
/usr/portage/media-libs/libdc1394/files/nox11.patch

=======================
missing header for context 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:
--------------------------
|*** Makefile.in        Wed Jun 30 03:25:27 2004
|--- ../../../libdc1394-0.9.5/examples/Makefile.in      Wed Sep 22 13:19:19 2004
--------------------------
No file to patch.  Skipping patch.
6 out of 6 hunks ignored

unless i have done something wrong, this ebuild seems really broken to me ;)