Your message dated Thu, 18 Feb 2016 10:22:31 -0800
with message-id <[email protected]>
and subject line Semi merge two reports
has caused the Debian Bug report #812659,
regarding flex FTCBFS: runs tests even when DEB_BUILD_OPTIONS contains nocheck
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
812659: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812659
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: flex
Version: 2.6.0-1
Tags: patch
User: [email protected]
Usertags: rebootstrap
Hi,
Since the 2.6.0-1 upload, flex has another reason to fail to cross build
from source (beyond #762180). It runs tests even when the user requests
not running tests via DEB_BUILD_OPTIONS=nocheck. I am attaching a patch
to address this issue for your convenience.
Helmut
diff -u flex-2.6.0/debian/changelog flex-2.6.0/debian/changelog
--- flex-2.6.0/debian/changelog
+++ flex-2.6.0/debian/changelog
@@ -1,3 +1,10 @@
+flex (2.6.0-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Do not run tests when DEB_BUILD_OPTIONS=nocheck. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]> Mon, 25 Jan 2016 19:08:15 +0100
+
flex (2.6.0-1) unstable; urgency=low
* New upstream version i
--- flex-2.6.0.orig/Makefile.am
+++ flex-2.6.0/Makefile.am
@@ -53,9 +53,11 @@
doc \
examples \
po \
- tests \
tools
+check:
+ $(MAKE) -C tests
+
# Create the ChangeLog, but only if we're inside a git working directory
ChangeLog: $(srcdir)/tools/git2cl
--- End Message ---
--- Begin Message ---
retitle 762180 [src:flex] FTCBFS: runs host arch binaries during build
thanks
Hi,
OK, so flex does not eun checks when nocheck is in
DEB_BUILD_OPTIONS, but it still does run ../src/flex to build them.
The solution should be similar to that in 762180, using FLEXexe, and
not flex, so I am closing #812659, and tracking this in 762180.
Manoj
--
People usually get what's coming to them ... unless it's been mailed.
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C
smime.p7s
Description: S/MIME cryptographic signature
--- End Message ---