Goswin von Brederlow
2007-Sep-25 07:29 UTC
[Pkg-xen-devel] Bug#443963: Missing executable flag when debian/control needs changes
Package: xen-3 Version: 3.1.0-2 Severity: minor Hi, when I build xen-3 for etch I get the following error: mrvn at book:~/src/xen/xen-3-3.1.0% debuild -us -uc -sa fakeroot debian/rules clean if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \ if md5sum debian/changelog debian/templates/control.hypervisor.in debian/templates/control.main.in debian/templates/control.source.in debian/templates/control.utils.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 `/home/mrvn/src/xen/xen-3-3.1.0' debian/bin/gencontrol.py make[1]: execvp: debian/bin/gencontrol.py: Permission denied make[1]: *** [debian/control-real] Error 127 make[1]: Leaving directory `/home/mrvn/src/xen/xen-3-3.1.0' make: *** [debian/control] Error 2 debuild: fatal error at line 1228: fakeroot debian/rules clean failed I know this only happens when you change something and not with unchanged sources but it would still be nice chmod u+x the script before calling. MfG Goswin -- System Information: Debian Release: 4.0 APT prefers stable-security APT policy: (1001, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.9-xen-1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)