Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259163 - linuxdcpp won`t compile if MAKEOPTS contains -l probably scons problem
Summary: linuxdcpp won`t compile if MAKEOPTS contains -l probably scons problem
Status: RESOLVED DUPLICATE of bug 259162
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-16 01:05 UTC by Max Klinger
Modified: 2009-02-16 01:11 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 Max Klinger 2009-02-16 01:05:46 UTC
* emerging -1 linuxdcpp
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) net-p2p/linuxdcpp-1.0.3
 * linuxdcpp-1.0.3.
 * checking ebuild 
 * checking auxfile
 * checking miscfil
>>> Unpacking source...
>>> Unpacking linuxdcpp-1.0.3.tar.bz2 to /var/tmp/portage/net-p2p/linuxdcpp-1.0.3/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-p2p/linuxdcpp-1.0.3/work/linuxdcpp-1.0.3 ...
Warning:  the -l option is not yet implemented
>>> Source compiled.
>>> Test phase [not enabled]: net-p2p/linuxdcpp-1.0.3

>>> Install linuxdcpp-1.0.3 into /var/tmp/portage/net-p2p/linuxdcpp-1.0.3/image/ category net-p2p
install: cannot stat `linuxdcpp': No such file or directory
!!! doins: linuxdcpp does not exist
chmod: cannot access `/var/tmp/portage/net-p2p/linuxdcpp-1.0.3/image//usr/share/linuxdcpp/linuxdcpp': No such file or directory
>>> Completed installing linuxdcpp-1.0.3 into /var/tmp/portage/net-p2p/linuxdcpp-1.0.3/image/

 * QA Notice: file does not exist:
 * 
 *      doins: linuxdcpp does not exist

>>> Installing net-p2p/linuxdcpp-1.0.3
 * 
 * After adding first directory to shares you might need to restart linuxdcpp.
 * 

 * Messages for package net-p2p/linuxdcpp-1.0.3:

 * 
 * After adding first directory to shares you might need to restart linuxdcpp.
 * 
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.


Reproducible: Always

Steps to Reproduce:
1. insert -l into MAKEOPTS
2. compile

Actual Results:  
Doesn`t install anything. I tested this with 1.0.1 1.0.2 and 1.0.3. Seems like this is a scons problem or a failure in the ebuild to test for the "-l" variable in makeopts. 

Expected Results:  
Should install

Works if i remove the MAKEOPTS in the ebuild and redigest but this is unsatisfactory.
Comment 1 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-16 01:11:34 UTC

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