Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 433519

Summary: =dev-db/mongodb-2.2.0 fails at install phase with scons error "target and source lists must have same length"
Product: Gentoo Linux Reporter: onip <follettoonip>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

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 ***