Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62593 - patching kde-base/arts-1.3.0 fails while emerging
Summary: patching kde-base/arts-1.3.0 fails while emerging
Status: RESOLVED DUPLICATE of bug 62316
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 01:41 UTC by hannes
Modified: 2005-07-17 13:06 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 hannes 2004-09-02 01:41:31 UTC
i tried to emerge arts-1.3.0 (which is neede for latest k3b)

some shell output here:

>>> emerge (1 of 5) kde-base/arts-1.3.0 to /
>>> md5 src_uri ;-) arts-1.3.0.tar.bz2
>>> Unpacking source...
>>> Unpacking arts-1.3.0.tar.bz2 to /var/tmp/portage/arts-1.3.0/work
Running sed on Makefile.am
Running sed on Makefile.in
 * Applying 1.3.0-jack-configure.in.in.patch...

 * Failed Patch: 1.3.0-jack-configure.in.in.patch!
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/arts-1.3.0/temp/1.3.0-jack-configure.in.in.patch-16315.out


!!! ERROR: kde-base/arts-1.3.0 failed.
!!! Function epatch, Line 362, Exitcode 0
!!! Failed Patch: 1.3.0-jack-configure.in.in.patch!




cat /var/tmp/portage/arts-1.3.0/temp/1.3.0-jack-configure.in.in.patch-12096.out
***** 1.3.0-jack-configure.in.in.patch *****

============================================

PATCH COMMAND:  patch -p0 -g0 < /usr/portage/kde-base/arts/files/1.3.0-jack-configure.in.in.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:
--------------------------
|--- configure.in.in    2004-08-05 13:53:14.000000000 -0500
|+++ configure.in.in    2004-08-26 14:15:51.901070600 -0500
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
============================================

PATCH COMMAND:  patch -p1 -g0 < /usr/portage/kde-base/arts/files/1.3.0-jack-configure.in.in.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:
--------------------------
|--- configure.in.in    2004-08-05 13:53:14.000000000 -0500
|+++ configure.in.in    2004-08-26 14:15:51.901070600 -0500
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
============================================

PATCH COMMAND:  patch -p2 -g0 < /usr/portage/kde-base/arts/files/1.3.0-jack-configure.in.in.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:
--------------------------
|--- configure.in.in    2004-08-05 13:53:14.000000000 -0500
|+++ configure.in.in    2004-08-26 14:15:51.901070600 -0500
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
============================================

PATCH COMMAND:  patch -p3 -g0 < /usr/portage/kde-base/arts/files/1.3.0-jack-configure.in.in.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:
--------------------------
|--- configure.in.in    2004-08-05 13:53:14.000000000 -0500
|+++ configure.in.in    2004-08-26 14:15:51.901070600 -0500
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
============================================

PATCH COMMAND:  patch -p4 -g0 < /usr/portage/kde-base/arts/files/1.3.0-jack-configure.in.in.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:
--------------------------
|--- configure.in.in    2004-08-05 13:53:14.000000000 -0500
|+++ configure.in.in    2004-08-26 14:15:51.901070600 -0500
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored

Reproducible: Always
Steps to Reproduce:
1.  ACCEPT_KEYWORDS=~x86 emerge arts
2.  wait ;)
3.  error shown above



Expected Results:  
compiling & installing without errors

my /etc/make.conf:
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"

USE="apache2 bcmath cddb cdr cpdflib cross ctype curl curlwrappers dga \
     divx4linux dvd dvdread f77 ftp gd icq imagemagick imap mailbox \
     maildir mailwrapper makecheck mbox mmx mplayer nagios-dns nagios-ntp \
     nagios-ping nagios-ssh ntlm openssh oscar pcntl pcre php posix samba \
     sockets sse tiff tokenizer usb v4l v4l2 vhosts xine xpm xvid"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-09-02 05:30:57 UTC

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