On 20/09/07 at 13:44 -0500, Todd Troxell wrote: > Hi Lucas, > > On Wed, Sep 19, 2007 at 11:09:21AM +0200, Patrick Winnertz wrote: > > Am Mittwoch, 19. September 2007 08:00:12 schrieben Sie: > > > Hi Patrick, > > > > > > On Sun, Sep 16, 2007 at 08:53:30PM +0200, Patrick Winnertz wrote: > > > > Package: wmxres > > > > Severity: important > > > > Version: 1.2-6 > > > > User: [EMAIL PROTECTED] > > > > Usertags: qa-doublebuild > > > > > > > > > > > > dpkg-source: building wmxres in wmxres_1.2-6.dsc > > > > debian/rules build > > > > dh_testdir > > > > # Add here commands to configure the package. > > > > touch configure-stamp > > > > dh_testdir > > > > # Add here commands to compile the package. > > > > /usr/bin/make > > > > make[1]: Entering directory `/build/user/wmxres-1.2' > > > > cc -c -O2 -Wall -DLinux wmxres/wmxres.c -o wmxres/wmxres.o > > > > -I/usr/X11R6/include cc -c -O2 -Wall -DLinux wmgeneral/wmgeneral.c -o > > > > wmgeneral/wmgeneral.o -I/usr/X11R6/include make[1]: Leaving directory > > > > `/build/user/wmxres-1.2' > > > > #/usr/bin/docbook-to-man debian/wmxres.sgml > wmxres.1 > > > > touch build-stamp > > > > /usr/bin/fakeroot debian/rules binary > > > > dh_testdir > > > > dh_testroot > > > > dh_clean -k > > > > dh_installdirs > > > > # Add here commands to install the package into debian/wmxres. > > > > /usr/bin/make install DESTDIR=/build/user/wmxres-1.2/debian/wmxres > > > > make[1]: Entering directory `/build/user/wmxres-1.2' > > > > install -s -m 4755 -o root wmxres/wmxres \ > > > > /build/user/wmxres-1.2/debian/wmxres/usr/bin > > > > install: cannot stat `wmxres/wmxres': No such file or directory > > > > make[1]: *** [install] Error 1 > > > > make[1]: Leaving directory `/build/user/wmxres-1.2' > > > > make: *** [install] Error 2 > > > > > > > > ********************************************************************** > > > >******** Build finished at 20070905-2157 > > > > #### END OF BUILD NO 2 #### > > > > FAILED [dpkg-buildpackage died] > > > > > > I am having trouble reproducing this bug. > > > > > > When I run "fakeroot dpkg-buildpackage" twice, I get two successful > > > builds on latest sid. What is the sequence of actions that creates this > > > situation? > > > > Mh... i don't know really. Lucas rebuilds the packages on the grid 5000 > > system and I was responsible for filling the bugs. The best thing would be > > to ask lucas how he builds the packages. > > > > But I guess two calls of "debuild" should do the job. The clean, build, > > install, clean, build, install. ;-) > > (the important thing is here the second clean.. we want to ensure with this > > procedure that the clean target of the debs is okay > > Do you know how I can reproduce this bug? I tried so far: > -fakeroot dpkg-buildpackage (2x) > -debuild (2x) > -fakeroot debian/rules binary, clean, binary ,clean Hi,
I tried again. The failure didn't happen after the third dpkg-buildpackage run, but only after the fifth. So I guess that there's some randomness in the build process that makes it to fail sometimes. You can try doing: while dpkg-buildpackage -us -uc; do :; done -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]