Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8706 - kdebase-3.1beta2 fails due to patch
Summary: kdebase-3.1beta2 fails due to patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 8721 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-03 10:41 UTC by Sloan Poe
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Sloan Poe 2002-10-03 10:41:58 UTC
here's the output
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.1_beta2/work/kdebase-3.0.8'
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.1_beta2/work/kdebase-3.0.8'
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:
--------------------------
|--- startkde.orig      2002-09-16 00:08:25.000000000 +0300
|+++ startkde.new       2002-10-01 14:02:59.000000000 +0300
--------------------------
File to patc: No such file or directory
Skip this patch? [y]
Skipping patch.
3 out of 3 hunks ignored

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line -280, Exitcode 1
!!! (no error message)


it seems that the package actually compiles all the way, then this happens
Comment 1 Sloan Poe 2002-10-03 11:00:44 UTC
it seems that the startkde patch file has startkde.orig as the file that should
be patched... I'm not sure, but I believe that if youjust remove the .orig then
it should work fine.
Comment 2 SpanKY gentoo-dev 2002-10-03 15:48:47 UTC
*** Bug 8721 has been marked as a duplicate of this bug. ***
Comment 3 Cedric Veilleux 2002-10-03 16:36:41 UTC
changing the second line of 
kde-base/kdebase/files/startkde-3.1_beta2-gentoo.diff 
  
from:  
--- startkde.orig       2002-09-16 00:08:25.000000000 +0300  
+++ startkde.new        2002-10-01 14:02:59.000000000 +0300  
  
to:  
--- startkde.orig       2002-09-16 00:08:25.000000000 +0300  
+++ startkde            2002-10-01 14:02:59.000000000 +0300  
  
fixed it for me 
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-10-05 08:00:36 UTC
Fixed now, sorry about that.