Processed: tagging as pending bugs that are closed by packages in NEW
Processing commands for [EMAIL PROTECTED]: > # Fri Jul 25 08:03:14 UTC 2008 > # Tagging as pending bugs that are closed by packages in NEW > # http://ftp-master.debian.org/new.html > # > # Source package in NEW: r-cran-qvalue > tags 49212 + pending Bug number 49212 not found. (Is it archived?) > # Source package in NEW: libdata-javascript-perl > tags 468831 + pending Bug#468831: ITP: libdata-javascript-perl -- Dump perl data structures into JavaScript code There were no tags set. Tags added: pending > # Source package in NEW: unifont > tags 218720 + pending Bug#218720: Outdated version of unifont in Debian Tags were: moreinfo Tags added: pending > # Source package in NEW: unifont > tags 356594 + pending Bug#356594: ITA: unifont -- X11 dual-width GNU unicode font There were no tags set. Tags added: pending > # Source package in NEW: unifont > tags 178204 + pending Bug#178204: unifont: Doublewidth characters are broken There were no tags set. Tags added: pending > # Source package in NEW: unifont > tags 441357 + pending Bug#441357: Tibetan glyphs for GNU Unifont (patch attached) There were no tags set. Tags added: pending > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492334: must not depend on makedev
Package: tvtime Severity: normal Packages which need to create a device node must depend on udev | makedev. OTOH this package tries to create V4L devices which we can assume exist on every Debian system which has not been broken by the local administrator, so I suggest you just remove the MAKEDEV invocation. -- ciao, Marco signature.asc Description: Digital signature
Bug#455101: marked as done (unifont: debian/copyright doesn't provide correct/full Copyright information)
Your message dated Fri, 25 Jul 2008 10:32:58 -0700 with message-id <[EMAIL PROTECTED]> and subject line Re: unifont: debian/copyright doesn't provide correct/full Copyright information has caused the Debian Bug report #455101, regarding unifont: debian/copyright doesn't provide correct/full Copyright information 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.) -- 455101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455101 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Source: unifont Severity: important Version: 1.0-4 The copyright file[1] of the package doesn't contain the necessary copyright information. This is usually in the form of "Copyright by John Doe <[EMAIL PROTECTED]>" [1]http://packages.debian.org/changelogs/pool/main/u/unifont/unifont_1.0-4/copyright Kind regards, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html signature.asc Description: This is a digitally signed message part. --- End Message --- --- Begin Message --- Package: unifont Version: 1:5.1.20080706-1 unifont version 1:5.1.20080706-1, uploaded earlier today, closes bug #455101. The new debian/copyright file contains full copyright and licensing information. This bug fix wasn't mentioned in the debian/changelog file. Paul Hardy [EMAIL PROTECTED] GPG Key ID: E6E6E390 --- End Message ---
Processed: found 492402 in 1.3.5+dfsg-11
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.34 > found 492402 1.3.5+dfsg-11 Bug#492402: tla: implicit pointer conversions Bug marked as found in version 1.3.5+dfsg-11. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492402: tla: implicit pointer conversions
Package: tla Version: 1.3.5+dfsg-10 Severity: serious Tags: patch Usertags: implicit-pointer-conversion Our automated buildd log filter[1] detected a problem that is likely to cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64 and amd64. Function `arch_interpret_delta_path' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c:304 Function `arch_find_or_make_tmp_local_copy' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c:571 Function `tmp_dir' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c:84 Function `arch_interpret_delta_path' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c:304 Function `arch_find_or_make_tmp_local_copy' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c:571 Function `tmp_dir' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c:84 Function `arch_interpret_delta_path' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c:304 Function `arch_find_or_make_tmp_local_copy' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c:571 Function `tmp_dir' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c:84 This is often due to a missing function prototype definition. For more information, see [2]. Though it is guaranteed that this codepath will cause a segfault on certain architectures, it is not guaranteed that this codepath would ever be executed (e.g., if the returned pointer is never dereferenced). However, this bug does prevent the ia64 buildd from successfully building this package, resulting in a practical FTBFS issue and warranting the serious severity. [1] http://people.debian.org/~dannf/check-implicit-pointer-functions [2] http://wiki.debian.org/ImplicitPointerConversions diff -urpN tla-1.3.5+dfsg.orig/src/tla/libarch/cmd-apply-delta.c tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c --- tla-1.3.5+dfsg.orig/src/tla/libarch/cmd-apply-delta.c 2006-07-20 00:34:40.0 -0600 +++ tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c 2008-07-25 13:34:38.0 -0600 @@ -31,6 +31,7 @@ #include "tla/libarch/cmd-get.h" #include "tla/libarch/cmd-delta.h" #include "tla/libarch/cmd-apply-delta.h" +#include "tla/libarch/cmdutils.h" /* __STDC__ prototypes for static functions */ diff -urpN tla-1.3.5+dfsg.orig/src/tla/libarch/cmdutils.c tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c --- tla-1.3.5+dfsg.orig/src/tla/libarch/cmdutils.c 2006-07-20 00:34:40.0 -0600 +++ tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c 2008-07-25 11:59:55.0 -0600 @@ -16,6 +16,7 @@ #include "hackerlab/char/str.h" #include "tla/libarch/cmdutils.h" #include "tla/libarch/libraries.h" +#include "tla/libarch/local-cache.h" #include "tla/libarch/project-tree.h" #include "tla/libarch/patch-logs.h" #include "tla/libarch/pfs.h" diff -urpN tla-1.3.5+dfsg.orig/src/tla/libfsutils/tmp-files.c tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c --- tla-1.3.5+dfsg.orig/src/tla/libfsutils/tmp-files.c 2006-07-20 00:34:40.0 -0600 +++ tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c 2008-07-25 11:53:56.0 -0600 @@ -16,6 +16,7 @@ #include "hackerlab/char/str-many.h" #include "hackerlab/vu/safe.h" #include "hackerlab/fs/file-names.h" +#include "hackerlab/fs/tmp-files.h" #include "hackerlab/vu/safe.h" #include "tla/libfsutils/tmp-files.h"
Processing of tla_1.3.5+dfsg-12_ia64.changes
tla_1.3.5+dfsg-12_ia64.changes uploaded successfully to localhost along with the files: tla_1.3.5+dfsg-12.dsc tla_1.3.5+dfsg-12.diff.gz tla-doc_1.3.5+dfsg-12_all.deb tla_1.3.5+dfsg-12_ia64.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
tla_1.3.5+dfsg-12_ia64.changes ACCEPTED
Accepted: tla-doc_1.3.5+dfsg-12_all.deb to pool/main/t/tla/tla-doc_1.3.5+dfsg-12_all.deb tla_1.3.5+dfsg-12.diff.gz to pool/main/t/tla/tla_1.3.5+dfsg-12.diff.gz tla_1.3.5+dfsg-12.dsc to pool/main/t/tla/tla_1.3.5+dfsg-12.dsc tla_1.3.5+dfsg-12_ia64.deb to pool/main/t/tla/tla_1.3.5+dfsg-12_ia64.deb Override entries for your package: tla-doc_1.3.5+dfsg-12_all.deb - optional doc tla_1.3.5+dfsg-12.dsc - source devel tla_1.3.5+dfsg-12_ia64.deb - optional devel Announcing to [EMAIL PROTECTED] Closing bugs: 492402 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492402: marked as done (tla: implicit pointer conversions)
Your message dated Fri, 25 Jul 2008 22:47:08 + with message-id <[EMAIL PROTECTED]> and subject line Bug#492402: fixed in tla 1.3.5+dfsg-12 has caused the Debian Bug report #492402, regarding tla: implicit pointer conversions 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.) -- 492402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492402 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems --- Begin Message --- Package: tla Version: 1.3.5+dfsg-10 Severity: serious Tags: patch Usertags: implicit-pointer-conversion Our automated buildd log filter[1] detected a problem that is likely to cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64 and amd64. Function `arch_interpret_delta_path' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c:304 Function `arch_find_or_make_tmp_local_copy' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c:571 Function `tmp_dir' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c:84 Function `arch_interpret_delta_path' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c:304 Function `arch_find_or_make_tmp_local_copy' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c:571 Function `tmp_dir' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c:84 Function `arch_interpret_delta_path' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c:304 Function `arch_find_or_make_tmp_local_copy' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c:571 Function `tmp_dir' implicitly converted to pointer at /build/buildd/tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c:84 This is often due to a missing function prototype definition. For more information, see [2]. Though it is guaranteed that this codepath will cause a segfault on certain architectures, it is not guaranteed that this codepath would ever be executed (e.g., if the returned pointer is never dereferenced). However, this bug does prevent the ia64 buildd from successfully building this package, resulting in a practical FTBFS issue and warranting the serious severity. [1] http://people.debian.org/~dannf/check-implicit-pointer-functions [2] http://wiki.debian.org/ImplicitPointerConversions diff -urpN tla-1.3.5+dfsg.orig/src/tla/libarch/cmd-apply-delta.c tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c --- tla-1.3.5+dfsg.orig/src/tla/libarch/cmd-apply-delta.c 2006-07-20 00:34:40.0 -0600 +++ tla-1.3.5+dfsg/src/tla/libarch/cmd-apply-delta.c 2008-07-25 13:34:38.0 -0600 @@ -31,6 +31,7 @@ #include "tla/libarch/cmd-get.h" #include "tla/libarch/cmd-delta.h" #include "tla/libarch/cmd-apply-delta.h" +#include "tla/libarch/cmdutils.h" /* __STDC__ prototypes for static functions */ diff -urpN tla-1.3.5+dfsg.orig/src/tla/libarch/cmdutils.c tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c --- tla-1.3.5+dfsg.orig/src/tla/libarch/cmdutils.c 2006-07-20 00:34:40.0 -0600 +++ tla-1.3.5+dfsg/src/tla/libarch/cmdutils.c 2008-07-25 11:59:55.0 -0600 @@ -16,6 +16,7 @@ #include "hackerlab/char/str.h" #include "tla/libarch/cmdutils.h" #include "tla/libarch/libraries.h" +#include "tla/libarch/local-cache.h" #include "tla/libarch/project-tree.h" #include "tla/libarch/patch-logs.h" #include "tla/libarch/pfs.h" diff -urpN tla-1.3.5+dfsg.orig/src/tla/libfsutils/tmp-files.c tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c --- tla-1.3.5+dfsg.orig/src/tla/libfsutils/tmp-files.c 2006-07-20 00:34:40.0 -0600 +++ tla-1.3.5+dfsg/src/tla/libfsutils/tmp-files.c 2008-07-25 11:53:56.0 -0600 @@ -16,6 +16,7 @@ #include "hackerlab/char/str-many.h" #include "hackerlab/vu/safe.h" #include "hackerlab/fs/file-names.h" +#include "hackerlab/fs/tmp-files.h" #include "hackerlab/vu/safe.h" #include "tla/libfsutils/tmp-files.h" --- End Message --- --- Begin Message --- Source: tla Source-Version: 1.3.5+dfsg-12 We believe that the bug you reported is fixed in the latest version of tla, which is due to be installed in the Debian FTP archive: tla-doc_1.3.5+dfsg-12_all.deb to pool/main/t/tla/tla-doc_1.3.5+dfsg-12_all.deb tla_1.3.5+dfsg-12.diff.gz to pool/main/t/tla/tla_1.3.5+dfsg-12.diff.gz tla_1.3.5+dfsg-12.dsc to pool/main/t/tla/tla_1.3.5+dfsg-12.dsc tla_1.3.5+dfsg-12_ia64.deb to pool/main/t/tla/tla_1.3.5+df
Bug#492121: probable fix for 492121
I think adding the following to the work target in debian/rules just before the last line should make this package build succesfully cp /usr/share/misc/config.sub work.tmp cp /usr/share/misc/config.guess work.tmp Unfortunately since I have been unable to reproduce the problem (it seems to be specific to 64 bit mips and qemu-system-mips64 seems very slow and crash prone) I cannot confirm if this fix works or not. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]