Your message dated Wed, 30 May 2012 10:07:28 +0000
with message-id <[email protected]>
and subject line Bug#674927: Removed package(s) from unstable
has caused the Debian Bug report #590830,
regarding lprof: FTBFS on kfreebsd: Source `src/m.o' not found, needed by
target `build/freebsd/lprof'.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
590830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 1.11.4.dfsg+1.11.4.1-5.1+rm
Dear submitter,
as the package lprof has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/674927
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---