Source: lprof Version: 1.11.4.dfsg+1.11.4.1-5 Severity: important Tags: patch User: [email protected] Usertags: kfreebsd
Hello, lprof FTBFS on kfreebsd-i386[0] and kfreebsd-amd64[1]: [...] | scons: *** [build/freebsd/lprof] Source `src/m.o' not found, needed by target `build/freebsd/lprof'. | scons: building terminated because of errors.This is because of some typos in the upstream build configuration files. The attached patch fixes them.
[0] https://buildd.debian.org/build.php?pkg=lprof&arch=kfreebsd-i386&ver=1.11.4.dfsg%2B1.11.4.1-5 [1] https://buildd.debian.org/build.php?pkg=lprof&arch=kfreebsd-amd64&ver=1.11.4.dfsg%2B1.11.4.1-5 -- Jakub Wilk
--- lprof-1.11.4.dfsg+1.11.4.1.orig/build/freebsd/SConscript
+++ lprof-1.11.4.dfsg+1.11.4.1/build/freebsd/SConscript
@@ -12,16 +12,16 @@
env.Alias('install', idir_prefix)
# add the lprof target to the environment
-lprof=env.Program(target='lprof', source=sources + moc_sources0 + moc_sources1 + moc_sources2 + moc_sources3 + moc_sources4 + moc_sources5 + moc_sources6 + moc_sources7 + 'moc_sources8')
+lprof=env.Program(target='lprof', source=sources + moc_sources0 + moc_sources1 + moc_sources2 + moc_sources3 + moc_sources4 + moc_sources5 + moc_sources6 + moc_sources7 + moc_sources8)
env.Install(idir_bin, lprof)
env.Alias('install', idir_prefix)
env.Execute("../../createtrans2.sh")
env.Execute("../../comptrans2.sh")
-env.Clean('icc2it8', ['../../build/netbsd2/ICCtoIT8'])
+env.Clean('icc2it8', ['../../build/freebsd/ICCtoIT8'])
-env.Clean('lprof', ['../../build/netbsd2/checkerqt', '../../build/netbsd2/gammaqt', '../../build/netbsd2/IDqt', '../../build/netbsd2/liblprof', '../../build/netbsd2/libqtlcmswidgets', '../../build/netbsd2/lprofqt', '../../build/netbsd2/monqt', '../../build/netbsd2/parmsqt', '../../build/netbsd2/reference_inst_qt'])
+env.Clean('lprof', ['../../build/freebsd/checkerqt', '../../build/freebsd/gammaqt', '../../build/freebsd/IDqt', '../../build/freebsd/liblprof', '../../build/freebsd/libqtlcmswidgets', '../../build/freebsd/lprofqt', '../../build/freebsd/monqt', '../../build/freebsd/parmsqt', '../../build/freebsd/reference_inst_qt'])
--- lprof-1.11.4.dfsg+1.11.4.1.orig/build/netbsd2/SConscript
+++ lprof-1.11.4.dfsg+1.11.4.1/build/netbsd2/SConscript
@@ -12,7 +12,7 @@
env.Alias('install', idir_prefix)
# add the lprof target to the environment
-lprof=env.Program(target='lprof', source=sources + moc_sources0 + moc_sources1 + moc_sources2 + moc_sources3 + moc_sources4 + moc_sources5 + moc_sources6 + moc_sources7 + 'moc_sources8')
+lprof=env.Program(target='lprof', source=sources + moc_sources0 + moc_sources1 + moc_sources2 + moc_sources3 + moc_sources4 + moc_sources5 + moc_sources6 + moc_sources7 + moc_sources8)
env.Install(idir_bin, lprof)
env.Alias('install', idir_prefix)
signature.asc
Description: Digital signature

