Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289195 - kde-base/kgpg-3.5.10.ebuild fails to compile (no makefile)
Summary: kde-base/kgpg-3.5.10.ebuild fails to compile (no makefile)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 11:30 UTC by Alexander Puchmayr
Modified: 2009-10-16 16:50 UTC (History)
2 users (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 Alexander Puchmayr 2009-10-15 11:30:43 UTC
emerging kgpg-3.5.10 fails with following messsages:

>>> Emerging (1 of 1) kde-base/kgpg-3.5.10
 * kdeutils-3.5.10.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                                                                             [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                                 [ ok ]
>>> Unpacking source...                                                                                                                                                      
>>> Unpacking parts of kdeutils-3.5.10.tar.bz2 to /var/tmp/portage/kde-base/kgpg-3.5.10/work                                                                                 
>>> Source unpacked in /var/tmp/portage/kde-base/kgpg-3.5.10/work                                                                                                            
>>> Preparing source in /var/tmp/portage/kde-base/kgpg-3.5.10/work/kgpg-3.5.10 ...                                                                                           
>>> Source prepared.                                                                                                                                                         
>>> Configuring source in /var/tmp/portage/kde-base/kgpg-3.5.10/work/kgpg-3.5.10 ...                                                                                         
>>> Source configured.                                                                                                                                                       
>>> Compiling source in /var/tmp/portage/kde-base/kgpg-3.5.10/work/kgpg-3.5.10 ...                                                                                           
make -j4                                                                                                                                                                     
make: *** No targets specified and no makefile found.  Stop.
 *                                                                                                                                                                           
 * ERROR: kde-base/kgpg-3.5.10 failed.                                                                                                                                       
 * Call stack:                                                                                                                                                               
 *               ebuild.sh, line   49:  Called src_compile                                                                                                                   
 *             environment, line 4607:  Called kde-meta_src_compile                                                                                                          
 *             environment, line 3196:  Called kde_src_compile                                                                                                               
 *             environment, line 3376:  Called kde_src_compile 'all'                                                                                                         
 *             environment, line 3391:  Called kde_src_compile 'make'                                                                                                        
 *             environment, line 3383:  Called die                                                                                                                           
 * The specific snippet of code:                                                                                                                                             
 *                   emake || die "died running emake, $FUNCNAME:make"                                                                                                       
 *  The die message:
 *   died running emake, kde_src_compile:make
 *
 * 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/kgpg-3.5.10/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/kde-base/kgpg-3.5.10/temp/environment'.
 *

In the work-dir /var/tmp/portage/kde-base/kgpg-3.5.10/work/kgpg-3.5.10/
there is no ./configure nor a ./makefile.



Reproducible: Always

Steps to Reproduce:
Just emerge kgpg/kgpg-3.5.10
Comment 1 Matt 2009-10-15 15:12:31 UTC
Also seeing this behaviour after an emerge sync.
Comment 2 Rick Cuthill 2009-10-15 20:35:44 UTC
(In reply to comment #1)
> Also seeing this behaviour after an emerge sync.
> 

Also seeing the same behavior.  Also removed 

kdeutils-3.5-patchset-02.tar.bz2
kdeutils-3.5.10.tar.bz2     

from /usr/portage/distfiles, emerge --sync , emerge kgpg which forced a new download yet the same result.

I then replaced the same files with the files from a machine where this version of kgpg did emerge correctly and again the same result.

The main difference is that the machine on which kgpg compile is amd64 and the one that didn't compile is x86 if this is relevant
Comment 3 Jonathan Callen (RETIRED) gentoo-dev 2009-10-15 22:20:47 UTC
This should now be fixed in kde-meta.eclass
Comment 4 Matt 2009-10-16 15:08:46 UTC
#3: Thank you, merged fine after a sync today
Comment 5 Dale 2009-10-16 16:50:21 UTC
I had this error and after a re-sync, it works fine.  Just an additional "its fixed" message.  x86 if that matters.

Thanks much for the fix.