[Pkg-kde-extras] Bug#477930: reassign 477930 to scons
Raphael Geissert
atomo64 at gmail.com
Fri Apr 25 23:34:07 UTC 2008
# Automatically generated email from bts, devscripts version 2.9.6
reassign 477930 scons 0.98.0-1
thanks
kio-locate can be built on a clean&updated sid chroot
as long as scons < 0.98.0-1
scons >= 0.98.0-1 does not set:
-I/usr/include/kde/ -I/usr/include/qt3
Which is:
admin/kde.py: env.Append(CXXFLAGS = ['-I'+env['KDEINCLUDEPATH'], '-I'+env['QTINCLUDEPATH'] ],
But after reading the 0.98 changelog I can't see any hint there
as to why the above line shoult not work any longer.
Not even patching env.Copy to use env.Clone instead works; and the
> Append()/Prepend() METHODS CHANGED WHEN USING UserList OBJECTS
change does not seem to affect kio-locate's admin/ scripts.
I've confirmed that by using CXXFLAGS = -Wall -g instead of CXXFLAGS += -Wall -g
in debian/rules, and the package still FTBFS.
Correct me if I'm wrong, but I think this one is on scons' side.
Cheers,
More information about the pkg-kde-extras
mailing list