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

Bug 261801

Summary: kde-base/libkonq-4.2.1
Product: Gentoo Linux Reporter: Cassio Lange <cassio>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild with correction

Description Cassio Lange 2009-03-09 04:06:09 UTC
libkonq wont compile 

Reproducible: Always

Steps to Reproduce:
1.emerge kde-base/libkonq-4.2.1
2.
3.

Actual Results:  
>>> Emerging (2 of 44) kde-base/libkonq-4.2.1
 * kdebase-4.2.1.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                              [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                  [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                 [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                [ ok ]
>>> Unpacking source...                                                                                                                                     
 * Unpacking parts of kdebase-apps-4.2.1.tar.bz2 to /var/tmp/portage/kde-base/libkonq-4.2.1/work ...                                                        
mv: cannot stat `kdebase-apps-4.2.1': No such file or directory                                                                                             
 *                                                                                                                                                          
 * ERROR: kde-base/libkonq-4.2.1 failed.                                                                                                                    
 * Call stack:                                                                                                                                              
 *               ebuild.sh, line   49:  Called src_unpack                                                                                                   
 *             environment, line 3743:  Called kde4-meta_src_unpack                                                                                         
 *             environment, line 2984:  Called kde4-meta_src_extract                                                                                        
 *             environment, line 2926:  Called die                                                                                                          
 * The specific snippet of code:                                                                                                                            
 *           mv ${KMNAME}-${PV} ${P} || die "Died while moving "${KMNAME}-${PV}" to "${P}"";                                                                
 *  The die message:                                                                                                                                        
 *   Died while moving "kdebase-apps-4.2.1" to "libkonq-4.2.1"                                                                                              
 *                                                                                                                                                          
 * If you need support, post the topmost build error, and the call stack if relevant.                                                                       
 * A complete build log is located at '/var/tmp/portage/kde-base/libkonq-4.2.1/temp/build.log'.                                                             
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/libkonq-4.2.1/temp/environment


just correct the ebuild
remove
KMNAME="kdebase-apps"
KMMODULE="lib/konq"

add

KMNAME="kdebase"
KMMODULE="apps/lib/konq"
Comment 1 Cassio Lange 2009-03-09 04:13:01 UTC
Created attachment 184403 [details]
ebuild with correction
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-09 05:24:15 UTC
Cassio, please don't post complete ebuild but diffs showing the changes you did to the ebuild in case you fixed something. That is much more handy for our devs.

Reassigning to kde herd.
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-03-09 10:41:20 UTC
Fixed in cvs thanks for report.
Comment 4 Cassio Lange 2009-03-09 13:33:34 UTC
(In reply to comment #2)
> Cassio, please don't post complete ebuild but diffs showing the changes you did
> to the ebuild in case you fixed something. That is much more handy for our
> devs.
> 
> Reassigning to kde herd.
> 
Lars, you have reason, sorry. 
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2009-03-09 17:29:40 UTC
Resolved in cvs thanks for report.