Daniel Schepler
2010-Jul-19 17:35 UTC
[Pkg-xen-devel] 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
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
Bastian Blank
2010-Jul-19 22:15 UTC
[Pkg-xen-devel] 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
severity 589661 important tags 589661 moreinfo thanks On Mon, Jul 19, 2010 at 10:35:21AM -0700, Daniel Schepler wrote:> 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 2You have to follow the provided information if you try to build a modified source. It built fine on the buildds, so you have to show more. Bastian -- A little suffering is good for the soul. -- Kirk, "The Corbomite Maneuver", stardate 1514.0
Debian Bug Tracking System
2010-Aug-17 22:18 UTC
[Pkg-xen-devel] Bug#589661: marked as done (xen - fails with binary rebuilds)
Your message dated Wed, 18 Aug 2010 00:15:26 +0200 with message-id <20100817221526.GB26350 at wavehammer.waldi.eu.org> 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 owner at bugs.debian.org immediately.) -- 589661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589661 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Daniel Schepler <dschepler at gmail.com> Subject: xen: FTBFS: RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, please install the linux-support-2.6.32-5 package Date: Mon, 19 Jul 2010 10:35:21 -0700 Size: 4425 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100817/64b0d71d/attachment.eml> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: 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 Date: Wed, 18 Aug 2010 00:15:26 +0200 Size: 2409 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20100817/64b0d71d/attachment-0001.eml>
Possibly Parallel Threads
- Bug#493393: xen-3: FTBFS: Permission problem
- Bug#450638: Rebuild fails even if only debian/changelog updated
- Plans for buster
- Bug#430967: xen-3.0: FTBFS with gcc-4.2 [i386]: C99 inline functions are not supported
- Bug#483294: xen-3_3.2.1-1(ia64/unstable): FTBFS: please enable ia64 support