Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433519 - =dev-db/mongodb-2.2.0 fails at install phase with scons error "target and source lists must have same length"
Summary: =dev-db/mongodb-2.2.0 fails at install phase with scons error "target and sou...
Status: RESOLVED DUPLICATE of bug 433507
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 10:10 UTC by onip
Modified: 2012-09-03 17:32 UTC (History)
0 users

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


Attachments
build.log (build.log,965.98 KB, text/plain)
2012-08-31 10:11 UTC, onip
Details

Note You need to log in before you can comment on or make changes to this bug.
Description onip 2012-08-31 10:10:46 UTC
newer mongodb is failing install phase while installing libmongoclient.a the complete error says

Install file: "libmongoclient.a" as "/var/tmp/portage/dev-db/mongodb-2.2.0/image/usr/lib/libmongoclient.a"
scons: *** [/var/tmp/portage/dev-db/mongodb-2.2.0/image/usr/lib/libmongoclient.a] AssertionError : Installing source ['libmongoclient.a', 'build/linux2/cxx_i686-pc-linux-gnu-g++/use-system-all/usev8/client_build/libmongoclient.a'] into target ['/var/tmp/portage/dev-db/mongodb-2.2.0/image/usr/lib/libmongoclient.a']: target and source lists must have same length.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/SCons/Action.py", line 1062, in execute
    result = self.execfunction(target=target, source=rsources, env=env)
  File "/usr/lib/python2.7/site-packages/SCons/Tool/install.py", line 133, in installFunc
    "Installing source %s into target %s: target and source lists must have same length."%(list(map(str, source)), list(map(str, target)))
AssertionError: Installing source ['libmongoclient.a', 'build/linux2/cxx_i686-pc-linux-gnu-g++/use-system-all/usev8/client_build/libmongoclient.a'] into target ['/var/tmp/portage/dev-db/mongodb-2.2.0/image/usr/lib/libmongoclient.a']: target and source lists must have same length.
scons: building terminated because of errors.

complete build.log attached


Reproducible: Always
Comment 1 onip 2012-08-31 10:11:33 UTC
Created attachment 322629 [details]
build.log
Comment 2 Sergey Popov gentoo-dev 2012-09-03 17:32:33 UTC

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