Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292015 - kde-base/kgamma-4.3.3: compiling error - no rule to make install
Summary: kde-base/kgamma-4.3.3: compiling error - no rule to make install
Status: RESOLVED WORKSFORME
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-11-05 20:30 UTC by Thomas Bettler
Modified: 2009-11-20 22:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kde-base:kgamma-4.3.3:20091106-185244.log (kde-base:kgamma-4.3.3:20091106-185244.log,7.68 KB, text/plain)
2009-11-06 23:55 UTC, Thomas Bettler
Details
emerge --info (emerge.info,4.51 KB, text/plain)
2009-11-06 23:58 UTC, Thomas Bettler
Details
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/CMakeFiles/CMakeError.log (CMakeError.log,10.45 KB, text/plain)
2009-11-07 00:07 UTC, Thomas Bettler
Details
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/CMakeFiles/CMakeOutput.log (CMakeOutput.log,23.80 KB, text/plain)
2009-11-07 00:08 UTC, Thomas Bettler
Details
/var/log/portage/kde-base:kgamma-4.3.3:20091109-215025.log (kde-base:kgamma-4.3.3:20091109-215025.log,7.86 KB, text/plain)
2009-11-09 21:56 UTC, Thomas Bettler
Details
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/CMakeFiles/CMakeError.log (CMakeError.log,9.74 KB, text/plain)
2009-11-09 21:57 UTC, Thomas Bettler
Details
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/Makefile (Makefile,4.40 KB, text/plain)
2009-11-09 22:11 UTC, Thomas Bettler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2009-11-05 20:30:50 UTC
make install fails

Reproducible: Always

Steps to Reproduce:
emerge kgamma
Actual Results:  
-- <<< Gentoo configuration >>>
Build type: Gentoo             
Install path: /usr             

-- Configuring done
-- Generating done 
-- Build files have been written to: /var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build
>>> Source configured.                                                                             
>>> Compiling source in /var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3 ...               
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build"         
make -j3 -s                                                                                        
>>> Source compiled.                                                                               
>>> Test phase [not enabled]: kde-base/kgamma-4.3.3                                                

>>> Install kgamma-4.3.3 into /var/tmp/portage/kde-base/kgamma-4.3.3/image/ category kde-base
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build"   
make -j3 -s install DESTDIR=/var/tmp/portage/kde-base/kgamma-4.3.3/image/                    
make: *** No rule to make target `install'.  Stop.                                           
 * ERROR: kde-base/kgamma-4.3.3 failed:                                                      


Expected Results:  
install fine

all the other 255 kde packages went fine meanwhile.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-11-06 11:21:01 UTC
Complete build.log please.
This part is not exacly showing what went wrong during configure phase.

Reopen when you attach the required info

Thanks
Comment 2 Thomas Bettler 2009-11-06 23:55:46 UTC
Created attachment 209488 [details]
kde-base:kgamma-4.3.3:20091106-185244.log
Comment 3 Thomas Bettler 2009-11-06 23:58:56 UTC
Created attachment 209489 [details]
emerge --info
Comment 4 Thomas Bettler 2009-11-06 23:59:57 UTC
Here you are. Tell me if you'd like any further information to resolve this bug.
Comment 5 Thomas Bettler 2009-11-07 00:07:32 UTC
Created attachment 209490 [details]
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/CMakeFiles/CMakeError.log

Some errors in here...
Comment 6 Thomas Bettler 2009-11-07 00:08:11 UTC
Created attachment 209491 [details]
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/CMakeFiles/CMakeOutput.log
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2009-11-09 08:57:45 UTC
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lpthreads

This is most likely a distcc issue per above. Can you try without?
Comment 8 Thomas Bettler 2009-11-09 21:56:24 UTC
Created attachment 209771 [details]
/var/log/portage/kde-base:kgamma-4.3.3:20091109-215025.log

nope it isn't a distcc bug.

Behavior still is the same even if I

$ FEATURES="-distcc" emerge kgamma
Comment 9 Thomas Bettler 2009-11-09 21:57:30 UTC
Created attachment 209772 [details]
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/CMakeFiles/CMakeError.log

update w/o distcc
Comment 10 Thomas Bettler 2009-11-09 22:11:39 UTC
Created attachment 209773 [details]
/var/tmp/portage/kde-base/kgamma-4.3.3/work/kgamma-4.3.3_build/Makefile

The main error is that there simply is no rule to ``make install''. - But why this?
Comment 11 Thomas Bettler 2009-11-20 22:49:39 UTC
Well, the deps werent installed correctly, that was the issue.
Works for me now after reinstalling the deps.