Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118022 - scons-0.96.91 installs in /usr/lib/scons-0.96.91 and compiles in /usr/lib/scons
Summary: scons-0.96.91 installs in /usr/lib/scons-0.96.91 and compiles in /usr/lib/scons
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tom Payne (RETIRED)
URL:
Whiteboard:
Keywords:
: 145402 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-06 04:43 UTC by George Garvey
Modified: 2006-10-23 14:46 UTC (History)
3 users (show)

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


Attachments
scons-0.96.91.ebuild.patch (scons-0.96.91.ebuild.patch,648 bytes, patch)
2006-02-08 19:09 UTC, Thomas Cort (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description George Garvey 2006-01-06 04:43:27 UTC
Just installed scons-0.96.91. Compiling failed:

>>> /usr/lib/scons-0.96.91/SCons/Tool/yacc.py
>>> /usr/lib/scons-0.96.91/SCons/Tool/zip.py
--- /usr/bin/
>>> /usr/bin/scons-0.96.91
>>> /usr/bin/scons
>>> /usr/bin/sconsign-0.96.91
>>> /usr/bin/sconsign
--- /usr/man/
--- /usr/man/man1/
>>> /usr/man/man1/scons.1
>>> /usr/man/man1/sconsign.1
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/scons-0.96.91/
>>> /usr/share/doc/scons-0.96.91/PKG-INFO.gz
>>> /usr/share/doc/scons-0.96.91/MANIFEST.gz
>>> /usr/share/doc/scons-0.96.91/README.txt.gz
>>> /usr/share/doc/scons-0.96.91/RELEASE.txt.gz
>>> /usr/share/doc/scons-0.96.91/CHANGES.txt.gz
>>> /usr/share/doc/scons-0.96.91/LICENSE.txt.gz
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/scons.1.gz
>>> /usr/share/man/man1/sconsign.1.gz
 * Byte compiling python modules for python-2.4 .. ...
Can't list /usr/lib/scons/SCons
Can't list /usr/lib/scons/SCons                                           [ ok ]>>> Regenerating /etc/ld.so.cache...
>>> dev-util/scons-0.96.91 merged.
>>> Recording dev-util/scons in "world" favorites file...
Comment 1 Thomas Cort (RETIRED) gentoo-dev 2006-02-08 19:09:57 UTC
Created attachment 79295 [details, diff]
scons-0.96.91.ebuild.patch

I got the same "Can't list /usr/lib/scons/SCons" error. It is because scons isn't installed there. It gets installed to /usr/lib/scons-0.96.91/SCons. This patches the ebuild to use /usr/$(get_libdir)/${P}/SCons when it calls python_mod_optimize.
Comment 2 Thomas Cort (RETIRED) gentoo-dev 2006-08-16 13:43:29 UTC
(In reply to comment #1)
> Created an attachment (id=79295) [edit]
> scons-0.96.91.ebuild.patch
> 
> I got the same "Can't list /usr/lib/scons/SCons" error. It is because scons
> isn't installed there. It gets installed to /usr/lib/scons-0.96.91/SCons. This
> patches the ebuild to use /usr/$(get_libdir)/${P}/SCons when it calls
> python_mod_optimize.

Any news on this? The patch works and has been sitting in bugzilla for months. Please apply it.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-08-28 13:55:43 UTC
*** Bug 145402 has been marked as a duplicate of this bug. ***
Comment 4 Tom Payne (RETIRED) gentoo-dev 2006-10-23 14:46:08 UTC
Thanks, now (finally!) in portage.