Your message dated Sat, 06 Jan 2007 00:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#405752: fixed in pvm 3.4.5-8 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: pvm Severity: important Version: 3.4.5-7 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweaks, see attached patch. It would be nice if it could be included in the next upload. Thanks in advance, Petrdiff -u pvm-3.4.5/debian/getpvmarch pvm-3.4.5/debian/getpvmarch --- pvm-3.4.5/debian/getpvmarch +++ pvm-3.4.5/debian/getpvmarch @@ -2,7 +2,7 @@ eval `dpkg-architecture` -case $DEB_BUILD_ARCH in +case $DEB_HOST_ARCH_CPU in i386) echo LINUX ;; unchanged: --- pvm-3.4.5.orig/src/host.c +++ pvm-3.4.5/src/host.c @@ -1005,7 +1005,11 @@ } /* On some FreeBSD systems: */ /* if (IFF_UP & req.ifr_flags) { */ +#ifdef __FreeBSD_kernel__ + if (IFF_UP & req.ifr_flags) { +#else if (IFF_UP & req.ifr_ifru.ifru_flags) { +#endif if (nip > 0 && !(nip % 10)) iplist = TREALLOC(iplist, (nip + 10), struct in_addr); iplist[nip++] =
--- End Message ---
--- Begin Message ---Source: pvm Source-Version: 3.4.5-8 We believe that the bug you reported is fixed in the latest version of pvm, which is due to be installed in the Debian FTP archive: libpvm3_3.4.5-8_i386.deb to pool/main/p/pvm/libpvm3_3.4.5-8_i386.deb pvm-dev_3.4.5-8_i386.deb to pool/main/p/pvm/pvm-dev_3.4.5-8_i386.deb pvm_3.4.5-8.diff.gz to pool/main/p/pvm/pvm_3.4.5-8.diff.gz pvm_3.4.5-8.dsc to pool/main/p/pvm/pvm_3.4.5-8.dsc pvm_3.4.5-8_i386.deb to pool/main/p/pvm/pvm_3.4.5-8_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. Steinar H. Gunderson <[EMAIL PROTECTED]> (supplier of updated pvm 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: Sat, 6 Jan 2007 00:57:12 +0100 Source: pvm Binary: pvm pvm-dev libpvm3 Architecture: source i386 Version: 3.4.5-8 Distribution: unstable Urgency: low Maintainer: Steinar H. Gunderson <[EMAIL PROTECTED]> Changed-By: Steinar H. Gunderson <[EMAIL PROTECTED]> Description: libpvm3 - Parallel Virtual Machine - shared libraries pvm - Parallel Virtual Machine - binaries pvm-dev - Parallel Virtual Machine - development files Closes: 405752 Changes: pvm (3.4.5-8) unstable; urgency=low . * Switch from a monolithic diff to using quilt. * Build-depend on quilt (>= 0.40). * Include quilt.make in debian/rules, patch on build, and unpatch on clean. * Make an explicit build-stamp instead of "touch build", since that's easier to get to work properly when the build target has dependencies. Update the clean target accordingly. * Split the monolithic diff into individual patches in debian/patches/ as well as possible. The rationale for many of these patches is a bit unclear -- I've kept all of them for now, though, as they seem to have been around for a long time and probably do something useful. :-) * Give a preference for the libreadline-dev build-dependency; I'm a bit unsure how this actually worked earlier. * Apply patches from Petr Salinger to fix FTBFS on GNU/kFreeBSD. (Closes: #405752) * Use $DEB_HOST_ARCH_CPU instead of $DEB_BUILD_ARCH in getpvmarch. * 20-fix-kfreebsd-ftbfs.patch: Slight adjustments to cope with the definition of "struct ifreq" in FreeBDS. Files: cacef0d215b302d108c0051b0cc9048f 745 devel extra pvm_3.4.5-8.dsc a8fca3427618055c154d3ff39780307c 20301 devel extra pvm_3.4.5-8.diff.gz f36faee3ed164478b84238d9011bd685 216926 devel extra pvm_3.4.5-8_i386.deb e139d30acfd74dad332e42b4be13469e 349576 devel extra pvm-dev_3.4.5-8_i386.deb 1c9adbf845a615aebc449779905afe9e 88346 libs extra libpvm3_3.4.5-8_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBRZ7nyH7hqgLJpbVOAQKUSgP+I7MkNZ5hdH/5cpUMGPSVy26FpG9EQtLI tfjg4b47LFLertrbPIQhUT9iuIvMDeY9EbsJW3HQjW4aQ/iOL+iXFbZeJcLpba6k orWsaU1ITqdJ+xtnYdUx6hudwu38F4xIwITkJHyRO3P0hk003brOU0gQetZ7SZRG MAxUi839Wig= =M1a9 -----END PGP SIGNATURE-----
--- End Message ---

