Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8721 - Typo in kdebase-3.1_beta2 ?
Summary: Typo in kdebase-3.1_beta2 ?
Status: RESOLVED DUPLICATE of bug 8706
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-03 12:41 UTC by Rigo
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 Rigo 2002-10-03 12:41:55 UTC
Damn, recompilin' because of this ;-)


Rigo 

# diff -ur kdebase-3.1_beta2.ebuild kdebase-3.1_beta2-r1.ebuild 
--- kdebase-3.1_beta2.ebuild	2002-10-03 19:21:17.000000000 +0200
+++ kdebase-3.1_beta2-r1.ebuild	2002-10-03 19:20:36.000000000 +0200
@@ -51,7 +51,7 @@
 
     # startkde script
     cd ${D}/${KDEDIR}/bin
-    patch -p0 < ${FILESDIR}/startkde-${PVR}-gentoo.diff || die
+    patch -p0 < ${FILESDIR}/startkde-${PV}-gentoo.diff || die
     mv startkde startkde.orig
     sed -e "s:_KDEDIR_:${KDEDIR}:" startkde.orig > startkde
     rm startkde.orig
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-10-03 12:58:25 UTC
$PVR includes $PV and the revision number (e.g. PVR=3.1_beta2-r3). Since 
different revisions of kdebase often have different startkde patches, we use 
$PVR. What is the problem with that? 
Comment 2 Rigo 2002-10-03 13:41:50 UTC
Ah, sorry for that Dan...This is what is wrong:

make[2]: Weggaan uit map `/var/tmp/portage/kdebase-3.1_beta2/work/kdebase-3.0.8'
make[1]: Weggaan uit map `/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 patch: startkde    
how: No such file or directory
Skip this patch? [y] n
File to patch: startkde.new
startkde.new: No such file or directory
Skip this patch? [y] y
Skipping patch.
3 out of 3 hunks ignored

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

Rigo
Comment 3 SpanKY gentoo-dev 2002-10-03 15:48:47 UTC

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