Hi, this bug has a different root cause than #626421:
From config.log:
Traceback (most recent call last):
File "/usr/lib/scons/SCons/Job.py", line 212, in start
task.prepare()
File "/usr/lib/scons/SCons/Taskmaster.py", line 195, in prepare
t.prepare()
File "/usr/lib/scons/SCons/Node/FS.py", line 2811, in prepare
SCons.Node.Node.prepare(self)
File "/usr/lib/scons/SCons/Node/__init__.py", line 356, in prepare
raise SCons.Errors.StopError(msg % (i, self))
SCons.Errors.StopError: Implicit dependency `/usr/lib/libpython2.7.a'
not found, needed by target `.sconf_temp/conftest_6'.
scons: Configure: no
There are 2 problems here:
1.) Why does scons want the static library?
2.) python2.7-dev includes wrong symlinks, see #660231
Cheers,
Andreas
signature.asc
Description: OpenPGP digital signature

