Your message dated Wed, 18 Aug 2010 00:15:26 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-xen-devel] Bug#589661: Bug#589661: Bug#589661: xen:
FTBFS: RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, please install
the linux-support-2.6.32-5 package
has caused the Debian Bug report #589661,
regarding xen - fails with binary rebuilds
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.)
--
589661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589661
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xen
Version: 4.0.1~rc3-1
Severity: serious
From my pbuilder build log:
...
fakeroot debian/rules clean
if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f
debian/rules.gen ]; then \
if md5sum debian/changelog debian/bin/gencontrol.py
debian/templates/control.hypervisor.in debian/templates/control.main.in
debian/templates/control.source.in debian/templates/control.utils.in
debian/templates/xen-hypervisor.postinst.in
debian/templates/xen-hypervisor.postrm.in
debian/templates/xen-utils.lintian-overrides.in
debian/templates/xen-utils.postinst.in debian/templates/xen-utils.prerm.in
debian/arch/defines debian/arch/amd64/defines debian/arch/i386/defines | diff -
debian/control.md5sum > /dev/null; then true; else \
/usr/bin/make -f debian/rules debian/control-real; \
fi \
else \
/usr/bin/make -f debian/rules debian/control-real; \
fi
make[1]: Entering directory `/tmp/buildd/xen-4.0.1~rc3'
debian/bin/gencontrol.py
Traceback (most recent call last):
File "debian/bin/gencontrol.py", line 6, in <module>
from debian_xen.debian import VersionXen
File
"/tmp/buildd/xen-4.0.1~rc3/debian/bin/../lib/python/debian_xen/__init__.py",
line 19, in <module>
_setup()
File
"/tmp/buildd/xen-4.0.1~rc3/debian/bin/../lib/python/debian_xen/__init__.py",
line 16, in _setup
raise RuntimeError("Can't find %s, please install the linux-support-%s
package" % (support, version))
RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, please install the
linux-support-2.6.32-5 package
make[1]: *** [debian/control-real] Error 1
make[1]: Leaving directory `/tmp/buildd/xen-4.0.1~rc3'
make: *** [debian/control] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
--
Daniel Schepler
--- End Message ---
--- Begin Message ---
Version: 4.0.1~rc5-1
On Tue, Jul 20, 2010 at 09:39:26AM +0200, Bastian Blank wrote:
> > Ah, now I see what's going on. My local pbuildd rebuilder script uses a
> > pbuilder hook script which creates a dummy version like 4.0.1~rc3-1+pb1 in
> > debian/changelog, so apt doesn't confuse the rebuilt package with the
> > official
> > binary package. I guess that's triggering the code to rebuild Debian
> > packaging files, which needs linux-support-*.
>
> Only +b\d is a binary rebuild, anything else is not. So this test will
> not provide any evidence. However the code is really missing.
Fixed in the meantime.
Bastian
--
But Captain -- the engines can't take this much longer!
--- End Message ---