[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#401514: marked as done (unalz: FTBFS on GNU/kFreeBSD)



Your message dated Sat, 16 Dec 2006 21:17:04 +0000
with message-id <E1Gvgu0-0005rn-Gz@ries.debian.org>
and subject line Bug#401514: fixed in unalz 0.55-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: unalz
Severity: important
Version: 0.55-2
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweaks, see bellow.
The patch should fix also hurd.

It would also be nice if you can ask upstream
to include this changes.

Thanks in advance

                        Petr

--- UnAlz.cpp~  2006-12-04 07:29:09.000000000 +0100
+++ UnAlz.cpp   2006-12-04 07:29:09.000000000 +0100
@@ -26,7 +26,7 @@
 #      include <iconv.h>
 #endif

-#ifdef __linux__                       // __BYTE_ORDER °ĄÁŽżŔąâ
+#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
 #      include <errno.h>               // iconv.h ś§šŽżĄ ÇĘżä
 #endif
@@ -64,7 +64,7 @@
 #endif


-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)
 #      include <endian.h>
 #      if __BYTE_ORDER == __BIG_ENDIAN
        inline UINT16   unalz_le16toh(UINT16 a){return swapint16(a);}

--- End Message ---
--- Begin Message ---
Source: unalz
Source-Version: 0.55-3

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

unalz_0.55-3.diff.gz
  to pool/main/u/unalz/unalz_0.55-3.diff.gz
unalz_0.55-3.dsc
  to pool/main/u/unalz/unalz_0.55-3.dsc
unalz_0.55-3_i386.deb
  to pool/main/u/unalz/unalz_0.55-3_i386.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 401514@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated unalz 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Sat, 16 Dec 2006 10:52:03 +0100
Source: unalz
Binary: unalz
Architecture: source i386
Version: 0.55-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 unalz      - Decompress alzip format files
Closes: 401514
Changes: 
 unalz (0.55-3) unstable; urgency=low
 .
   * QA upload.
   * Fix build failure on GNU/kFreeBSD and Hurd.  Thanks to Petr Salinger
     for the patch.  Closes: #401514.
Files: 
 dead8709386cef9b2bff188b30e2c5df 581 utils optional unalz_0.55-3.dsc
 f26dba5b6f394577807be3646c153ad1 5765 utils optional unalz_0.55-3.diff.gz
 2213dbaac33f178d2930959fdd5cab4b 42860 utils optional unalz_0.55-3_i386.deb

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

iD8DBQFFhF7d5UTeB5t8Mo0RAn2pAJ49SlIcRN8Qvwq4oEQVj7l18pcwWACgu/MC
HIVq237ViA9Q0ddSHezuwwk=
=r357
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: