Your message dated Fri, 28 Mar 2008 18:17:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#461983: fixed in qbankmanager 0.9.49beta-2 has caused the Debian Bug report #461983, regarding qbankmanager: FTBFS on GNU/k/FreeBSD 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.) -- 461983: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461983 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: qbankmanager Version: 0.9.48-2 Severity: important Tags: patch qbankmanager fails to build on GNU/kFreeBSD because it doesn't known about this platform. The check is for the kernel, but the result is currently used to decide about userland stuff. It may be a good idea to replace the check for the Linux kernel by a check for the GNU libc. However, as I don't know the goal of this check in the future I have written a patch to add GNU/kFreeBSD in the list of platforms. Please find this patch below. Could you please apply it to the next upload, and forward it to upstream? Thanks in advance. --- qbankmanager-0.9.48.orig/m4/os.m4 +++ qbankmanager-0.9.48/m4/os.m4 @@ -31,6 +31,12 @@ AC_DEFINE(OS_POSIX,1,[if this is a POSIX system]) OS_TYPE="posix" ;; + *-kfreebsd*-gnu*) + OSYSTEM="kfreebsd" + AC_DEFINE(OS_KFREEBSD,1,[if GNU/kFreeBSD is used]) + AC_DEFINE(OS_POSIX,1,[if this is a POSIX system]) + OS_TYPE="posix" + ;; *-openbsd*) OSYSTEM="openbsd" AC_DEFINE(OS_OPENBSD,1,[if OpenBSD is used]) --- qbankmanager-0.9.48.orig/config.h.in +++ qbankmanager-0.9.48/config.h.in @@ -97,6 +97,9 @@ /* target system */ #undef OS_NAME +/* if GNU/kFreeBSD is used */ +#undef OS_KFREEBSD + /* if OpenBSD is used */ #undef OS_OPENBSD --- qbankmanager-0.9.48.orig/configure +++ qbankmanager-0.9.48/configure @@ -20394,6 +20394,20 @@ OS_TYPE="posix" ;; + *-kfreebsd*-gnu*) + OSYSTEM="kfreebsd" + +cat >>confdefs.h <<\_ACEOF +#define OS_KFREEBSD 1 +_ACEOF + + +cat >>confdefs.h <<\_ACEOF +#define OS_POSIX 1 +_ACEOF + + OS_TYPE="posix" + ;; *-openbsd*) OSYSTEM="openbsd" --- qbankmanager-0.9.48.orig/src/kbanking/libs/prg/app.cpp +++ qbankmanager-0.9.48/src/kbanking/libs/prg/app.cpp @@ -2541,7 +2541,7 @@ else { char *outbuf; char *pOutbuf; -#if defined(OS_LINUX) | defined(OS_WIN32) +#if defined(OS_LINUX) | defined(OS_WIN32) | defined(OS_KFREEBSD) char *pInbuf; #else /* For Mac OSX */ -- System Information: Debian Release: lenny/sid Architecture: kfreebsd-i386 (i686) Kernel: kFreeBSD 6.2-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---Source: qbankmanager Source-Version: 0.9.49beta-2 We believe that the bug you reported is fixed in the latest version of qbankmanager, which is due to be installed in the Debian FTP archive: qbankmanager_0.9.49beta-2.diff.gz to pool/main/q/qbankmanager/qbankmanager_0.9.49beta-2.diff.gz qbankmanager_0.9.49beta-2.dsc to pool/main/q/qbankmanager/qbankmanager_0.9.49beta-2.dsc qbankmanager_0.9.49beta-2_i386.deb to pool/main/q/qbankmanager/qbankmanager_0.9.49beta-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Micha Lenk <[EMAIL PROTECTED]> (supplier of updated qbankmanager 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.7 Date: Fri, 28 Mar 2008 19:24:22 +0100 Source: qbankmanager Binary: qbankmanager Architecture: source i386 Version: 0.9.49beta-2 Distribution: unstable Urgency: low Maintainer: Micha Lenk <[EMAIL PROTECTED]> Changed-By: Micha Lenk <[EMAIL PROTECTED]> Description: qbankmanager - online banking program with graphical interface Closes: 459045 461983 Changes: qbankmanager (0.9.49beta-2) unstable; urgency=low . * Add a simple manpage (closes: #459045). * Extend debian/watch file to catch beta releases too. * Add patch 10_kFreeBSD_bugfix_461983 fixing build errors on kFreeBSD systems (closes: #461983). Thanks to Aurelien Jarno for providing the patch. Files: 74b43ef1ea614443c23fa6d8aa7f4e58 931 utils extra qbankmanager_0.9.49beta-2.dsc e528afdb44b570cdd3a9deb5f08c8db8 5854 utils extra qbankmanager_0.9.49beta-2.diff.gz e46bfab4b16896dbb0ce468f47266b37 656580 utils extra qbankmanager_0.9.49beta-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH7UAAWN0/4pnhQbQRAmc/AJ9e92WIG4VNG2z2WQRBD6g/t0U+tACgizka wNY5p2/cm9YYQBSb2+Ogijw= =CWqO -----END PGP SIGNATURE-----
--- End Message ---

