Bug#499789: FTBFS: clean target fails: rm: cannot remove `mtr': No such file or directory

2008-09-22 Thread Christoph Berg
Package: mtr Version: 0.75-1 Severity: serious Justification: FTBFS The debian/rules 'clean' target fails: dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to

Bug#499789: FTBFS: clean target fails: rm: cannot remove `mtr': No such file or directory

2008-09-22 Thread Rogier Wolff
Hi, It works here. Maybe you are trying to do make clean within 3 seconds after a make distclean? Roger. On Mon, Sep 22, 2008 at 01:29:48PM +0200, Christoph Berg wrote: Package: mtr Version: 0.75-1 Severity: serious Justification: FTBFS The debian/rules 'clean' target

Bug#499789: FTBFS: clean target fails: rm: cannot remove `mtr': No such file or directory

2008-09-22 Thread Julien Cristau
On Mon, Sep 22, 2008 at 14:09:57 +0200, Rogier Wolff wrote: Hi, It works here. Maybe you are trying to do make clean within 3 seconds after a make distclean? Or maybe you want rm -f. Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#499789: FTBFS: clean target fails: rm: cannot remove `mtr': No such file or directory

2008-09-22 Thread Rogier Wolff
On Mon, Sep 22, 2008 at 02:16:18PM +0200, Julien Cristau wrote: On Mon, Sep 22, 2008 at 14:09:57 +0200, Rogier Wolff wrote: Hi, It works here. Maybe you are trying to do make clean within 3 seconds after a make distclean? Or maybe you want rm -f. Mine does include the

Bug#499789: FTBFS: clean target fails: rm: cannot remove `mtr': No such file or directory

2008-09-22 Thread Julien Cristau
On Mon, Sep 22, 2008 at 14:57:53 +0200, Rogier Wolff wrote: Mine does include the -f, and looks slightly different from the output in the report. I can't find the rm without the -f in the sources. Could it be that automake creates the make clean target from scratch? The broken rm is in

Bug#499789: FTBFS: clean target fails: rm: cannot remove `mtr': No such file or directory

2008-09-22 Thread Robert Woodcock
On Mon, Sep 22, 2008 at 01:29:48PM +0200, Christoph Berg wrote: rm -f build-stamp rm -r mtr mtr-tiny rm: cannot remove `mtr': No such file or directory rm: cannot remove `mtr-tiny': No such file or directory make: *** [clean] Error 1 dpkg-buildpackage: failure: fakeroot debian/rules clean