Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 8706

Summary: kdebase-3.1beta2 fails due to patch
Product: Gentoo Linux Reporter: Sloan Poe <sloan>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: rigo
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.