tags 347345 +unreproducible moreinfo tags 347345 -patch thanks Hi,
This is some kind of local error. For what it is worth, every package I build is built in a Sid SELinux UML with just build-essential packages installed, so it would nto have been uploaded if it did not build in a base system. Secondly, the check target reads like so: ,----[ kernel-package/Makefile snippet ] | check: | perl -wc make-kpkg | -perl -wc kernel/pkg/image/preinst | -perl -wc kernel/pkg/image/postinst | -perl -wc kernel/pkg/image/postrm | -perl -wc kernel/pkg/image/prerm | perl -wc kernel/pkg/image/config | perl -wc kernel/pkg/headers/postinst | bash -n kernel/pkg/headers/create_link | bash -n kernel/pkg/virtual/um/postinst | bash -n kernel/pkg/virtual/um/prerm | bash -n kernel/pkg/virtual/xen/postinst | bash -n kernel/pkg/virtual/xen/prerm | bash -n kernel/examples/kernel_grub_conf.sh | bash -n kernel/examples/kernel_grub_rm.sh | bash -n kernel/examples/sample.posthook.sh `---- Notice the - signs before the invocations to Perl for the preinst? Those tell make to ignmore errors. Secondly, merely adding a dependecy does nothing -- you need to run stuff as root, which the build target does not. So added a dependency does not solve the need for ignoring errors. Now, please provide a full log of the process you went into when you got this error, and we'll try and see why make does not ignore errors as directed. manoj -- manic-depressive, adj.: Easy glum, easy glow. Manoj Srivastava <[EMAIL PROTECTED]> <http://www.debian.org/%7Esrivasta/> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]