tag 442759 patch pending thanks Patrick Winnertz <[EMAIL PROTECTED]> (16/09/2007): > Lucas Nussbaum has rebuilt the whole archive on i386 and your package FTBFS if > built twice in a row with the following error: > > dpkg-source: warning: ignoring deletion of file > tgt-fpga/autom4te.cache/requests > ... > dpkg-source: building verilog in verilog_0.8.5-1.dsc > dpkg-source: unrepresentable changes to source > > ****************************************************************************** > Build finished at 20070905-2216 > #### END OF BUILD NO 2 #### > FAILED [dpkg-buildpackage died]
Hi, you didn't quote the actual cause of the build error. Anyway, please find attached a diff for the NMU uploaded to DELAYED/7, so that you can still fix this bug with a MU. Cheers, -- Cyril Brulebois
diff -u verilog-0.8.5/debian/rules verilog-0.8.5/debian/rules
--- verilog-0.8.5/debian/rules
+++ verilog-0.8.5/debian/rules
@@ -18,8 +18,8 @@
clean:
dh_testdir
- -make clean
- -make distclean
+ [ ! -f Makefile ] || $(MAKE) clean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
-rm build-stamp
-rm config.guess config.sub vvp/config.guess vvp/config.sub
@@ -34,6 +34,7 @@
rm -f config.log driver/Makefile confdefs.h config.status
rm -f Makefile _pli_types.h vpi/config.status vpi/Makefile
rm -f vpi/vpi_config.h vvp/config.log tgt-vvp/vvp_config.h
+ rm -f tgt-edif/libedif_tgt.a
binary-indep: build
dh_testroot
diff -u verilog-0.8.5/debian/changelog verilog-0.8.5/debian/changelog
--- verilog-0.8.5/debian/changelog
+++ verilog-0.8.5/debian/changelog
@@ -1,3 +1,14 @@
+verilog (0.8.5-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix double-build FTBFS by also removing âtgt-edif/libedif_tgt.aâ in
+ the clean target (Closes: #442759).
+ * No longer ignore âmake cleanâ and âmake distcleanâ errors. Also use
+ â$(MAKE)â instead of âmakeâ.
+ * Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
+
+ -- Cyril Brulebois <[EMAIL PROTECTED]> Wed, 27 Feb 2008 16:59:44 +0100
+
verilog (0.8.5-1) unstable; urgency=low
* New upstream patch release. Includes source changes for newer gcc and
diff -u verilog-0.8.5/debian/control verilog-0.8.5/debian/control
--- verilog-0.8.5/debian/control
+++ verilog-0.8.5/debian/control
@@ -2,7 +2,7 @@
Section: electronics
Priority: optional
Maintainer: Hamish Moffatt <[EMAIL PROTECTED]>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Build-Depends: gperf, debhelper (>= 4), bison, flex, libbz2-dev,
autotools-dev, libreadline5-dev | libreadline-dev
Package: verilog
signature.asc
Description: Digital signature

