Your message dated Tue, 20 Oct 2009 17:17:41 +0000
with message-id <[email protected]>
and subject line Bug#550282: fixed in zimpl 3.0.0+dfsg1-3
has caused the Debian Bug report #550282,
regarding zimpl: FTBFS on GNU/kFreeBSD
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.)


-- 
550282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550282
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zimpl
Version: 3.0.0+dfsg1-1
Severity: important
User: [email protected]
Usertags: kfreebsd

(Not tagging as patch for the following reason.)

Hi,

your package FTBFS on GNU/kFreeBSD because its main Makefile relies on
“uname -s”, and then uses it to form filenames. That can't work because
of the '/' character. Please find attached a tiny patch to replace it
with an underscore. Your package doesn't then build yet, because of
failing tests, but that's at least better.

Thanks for considering.

Mraw,
KiBi.
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@
                        -e s/00........../pwr4/)
 OSTYPE          :=      $(shell uname -s | \
                         tr '[:upper:]' '[:lower:]' | \
+                        tr '/' '_' | \
                         sed \
                        -e s/cygwin.*/cygwin/ \
                         -e s/irix../irix/ )

--- End Message ---
--- Begin Message ---
Source: zimpl
Source-Version: 3.0.0+dfsg1-3

We believe that the bug you reported is fixed in the latest version of
zimpl, which is due to be installed in the Debian FTP archive:

zimpl_3.0.0+dfsg1-3.diff.gz
  to pool/main/z/zimpl/zimpl_3.0.0+dfsg1-3.diff.gz
zimpl_3.0.0+dfsg1-3.dsc
  to pool/main/z/zimpl/zimpl_3.0.0+dfsg1-3.dsc
zimpl_3.0.0+dfsg1-3_amd64.deb
  to pool/main/z/zimpl/zimpl_3.0.0+dfsg1-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Reichel <[email protected]> (supplier of updated zimpl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 20 Oct 2009 18:59:04 +0200
Source: zimpl
Binary: zimpl
Architecture: source amd64
Version: 3.0.0+dfsg1-3
Distribution: unstable
Urgency: low
Maintainer: Joachim Reichel <[email protected]>
Changed-By: Joachim Reichel <[email protected]>
Description: 
 zimpl      - mathematical modeling language for optimization problems
Closes: 550282
Changes: 
 zimpl (3.0.0+dfsg1-3) unstable; urgency=low
 .
   * Add patch kfreebsd.dpatch: Fix build error on kFreeBSD (Closes: #550282).
   * Improve patch build.dpatch: Fail if not all tests pass.
Checksums-Sha1: 
 7c268e6b473b41119134de9df841f6b7fd5e94d2 1034 zimpl_3.0.0+dfsg1-3.dsc
 19c66aed5f6ac4bcd310fd8f0c02ab728ab2a47a 5914 zimpl_3.0.0+dfsg1-3.diff.gz
 31ee8e652d10e6a9f6453fdf9379dafb7c98b404 163072 zimpl_3.0.0+dfsg1-3_amd64.deb
Checksums-Sha256: 
 d651284d5ff36d46daba595e73a40401fe64394d708cf8c10421403c693f97d1 1034 
zimpl_3.0.0+dfsg1-3.dsc
 e1f896cdd05d74ca0c4e2468aa0bd991632701c75d43a093083fc8b438434842 5914 
zimpl_3.0.0+dfsg1-3.diff.gz
 97a4deeefd93ad7c38da41ea58b7a78317a5850a477dd4288d5ddd07382acc01 163072 
zimpl_3.0.0+dfsg1-3_amd64.deb
Files: 
 de7ad990b217c4d31893d354ab68bb03 1034 science optional zimpl_3.0.0+dfsg1-3.dsc
 c89799c4e51b21a813927085a8c8d4e5 5914 science optional 
zimpl_3.0.0+dfsg1-3.diff.gz
 19dd68dd1da4b3c1d26db95c1de77945 163072 science optional 
zimpl_3.0.0+dfsg1-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrd7hAACgkQt2NXKBU/+UANvgCgl137Z5rPYedQDg0+20/ye5NM
H+MAmgNjzo137dESuBFoyo+6kxc2OB8I
=oeZO
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to