Bug#493149: marked as done (view3ds(GNU/k*BSD): FTBFS: out of date libtool scripts)
Your message dated Mon, 04 Aug 2008 23:04:44 + with message-id <[EMAIL PROTECTED]> and subject line Bug#493149: fixed in view3ds 1.0.0-11 has caused the Debian Bug report #493149, regarding view3ds(GNU/k*BSD): FTBFS: out of date libtool scripts 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.) -- 493149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493149 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: view3ds Severity: important Version: 1.0.0-10 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd Hi, the current version fails to build on GNU/kFreeBSD, because of ancient libtool (1.3.5). The version of libtool used in view3ds is too old to correctly support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need. It would be nice if you can ask upstream to update libtool in their next release. Please use patch bellow in mean time. Thanks in advance Petr --- ltconfig~ 2008-07-31 16:57:43.0 + +++ ltconfig2008-07-31 16:57:43.0 + @@ -1992,7 +1992,7 @@ ;; # This must be Linux ELF. -linux-gnu*) +linux-gnu*|kfreebsd*-gnu*) version_type=linux need_lib_prefix=no need_version=no --- End Message --- --- Begin Message --- Source: view3ds Source-Version: 1.0.0-11 We believe that the bug you reported is fixed in the latest version of view3ds, which is due to be installed in the Debian FTP archive: view3ds_1.0.0-11.diff.gz to pool/main/v/view3ds/view3ds_1.0.0-11.diff.gz view3ds_1.0.0-11.dsc to pool/main/v/view3ds/view3ds_1.0.0-11.dsc view3ds_1.0.0-11_i386.deb to pool/main/v/view3ds/view3ds_1.0.0-11_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. Frank Lichtenheld <[EMAIL PROTECTED]> (supplier of updated view3ds 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: Mon, 04 Aug 2008 16:33:40 -0300 Source: view3ds Binary: view3ds Architecture: source i386 Version: 1.0.0-11 Distribution: unstable Urgency: medium Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Frank Lichtenheld <[EMAIL PROTECTED]> Description: view3ds- Simple viewer for 3D Studio files Closes: 493149 Changes: view3ds (1.0.0-11) unstable; urgency=medium . * QA Upload * Fix FTBFS on kfreebsd-*. Patch by Petr Salinger. Closes: #493149. Checksums-Sha1: 1116ff3d80b6b2e7417d23f4394e9a952d80aea5 1063 view3ds_1.0.0-11.dsc dc9a6b108b4a470ff8a548670ab04a977282f64f 6967 view3ds_1.0.0-11.diff.gz 0f16d4b7a26c8293f909841a957069f0a56c1e95 30034 view3ds_1.0.0-11_i386.deb Checksums-Sha256: 41e41bf0a61c9c0fb8ae42cee4cb09744d24777dc1cce79c47ea59297fc70f38 1063 view3ds_1.0.0-11.dsc cc2fcf18317fb26581c3108774dd62224f3f8088fe58c0599c6462be6f683060 6967 view3ds_1.0.0-11.diff.gz 1df8012ae6c95e08f6c1432f5a1c23cd8dd931c9e7f041caa1d1193d51b7ab60 30034 view3ds_1.0.0-11_i386.deb Files: 63a567314e4b19ba48a912cba488648c 1063 graphics optional view3ds_1.0.0-11.dsc da671562e2d6cab407206a7801cfd9c4 6967 graphics optional view3ds_1.0.0-11.diff.gz e8339df8c5a6a33671f0392ae886ee3d 30034 graphics optional view3ds_1.0.0-11_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkiXXG8ACgkQQbn06FtxPfDyeQCdGMX3pi+YrqWiC3q+mH9M+iUp VcEAoN532EIajMR00+fKobpoZ59ORjGt =PLTX -END PGP SIGNATURE- --- End Message ---
Bug#332750: marked as done (libdc0(GNU/k*BSD): FTBFS: out of date libtool scripts)
Your message dated Tue, 5 Aug 2008 10:54:59 +0200 (CEST) with message-id <[EMAIL PROTECTED]> and subject line libdc0(GNU/k*BSD): new upstream release have had updated libtool has caused the Debian Bug report #332750, regarding libdc0(GNU/k*BSD): FTBFS: out of date libtool scripts 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.) -- 332750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332750 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: libdc0 Version: 0.3.7-3 Severity: important Hello, The current version of libdc0 fails to build on GNU/kFreeBSD, because of outdated libtool. The version of libtool in libdc0 is too old to correctly support Debian GNU/k*BSD. libtool 1.5.2-1 or later is need. Here is how to update the libtool in your package (Make sure you are using libtool 1.5.2-1 or later): libtoolize -c -f aclocal (-Im4 might be needed if there's an "m4" template dir) autoconf Note that you should probably use the same version of aclocal (from the packages automake*) than the one used in the package. You could determine it by looking at the first line of Makefile.in. It would also be nice if you can ask upstream to update libtool in their next release. Thanks for your cooperation. -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) --- End Message --- --- Begin Message --- Version: 0.3.13-1 Date: Thu, 24 Apr 2008 23:38:05 -0400 libdc0 (0.3.13-1) unstable; urgency=low . * QA upload. + Set maintainer to Debian QA Group <[EMAIL PROTECTED]>. * Acknowledge NMUs. (Closes: #343961). * New upstream release + Drop old patches. * Rebuild picks up new libssl. (Closes: #405241). * Ensure lib is actually in package. (Closes: #461114). * Fix watch file. (Closes: #449798). * Bump debhelper build-dep >>5 * Bump compat to 5 * Bump standards version to 3.7.3. (No changes needed). * Clean up config.{guess,sub} * Add build-dep for autotools-dev * Remove short description from long description --- End Message ---
tla 1.3.5+dfsg-12 MIGRATED to testing
FYI: The status of the tla source package in Debian's testing distribution has changed. Previous version: 1.3.5+dfsg-9 Current version: 1.3.5+dfsg-12 -- This email is automatically generated; the Debian Release Team <[EMAIL PROTECTED]> is responsible. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
vamps 0.99.2-2 MIGRATED to testing
FYI: The status of the vamps source package in Debian's testing distribution has changed. Previous version: 0.99.2-1 Current version: 0.99.2-2 -- This email is automatically generated; the Debian Release Team <[EMAIL PROTECTED]> is responsible. See http://release.debian.org/testing-watch/ for more information. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#472360: closed by Petter Reinholdtsen <[EMAIL PROTECTED]> (Bug#472360: fixed in pam-devperm 1.6-1)
I know this bug report has been closed, but I don't see a difference on this system. I log in as a guest user, put in a CD, logout and login as myself. If I try to eject the CD, I get an error message saying: umount: only guest can unmount /dev/hda from /media/cdrom0 Are you sure this is fixed? If not, could you re-open and investigate further? Thanks so much. -- José Alburquerque -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]