Processed: chos: FTBFS
Processing commands for [EMAIL PROTECTED]: > tags 318530 +patch Bug#318530: chos: FTBFS: Undefined reference to `MINOR' There were no tags set. Tags added: patch > thanks 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#318530: chos: FTBFS
tags 318530 +patch thanks With the attached patch 'chos' can be compiled on unstable. Regards Andreas Jochens diff -urN ../tmp-orig/chos-0.85/sources/installer/device.c ./sources/installer/device.c --- ../tmp-orig/chos-0.85/sources/installer/device.c2005-09-02 14:28:39.0 + +++ ./sources/installer/device.c2005-09-02 14:28:32.0 + @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -47,9 +48,9 @@ // Find devices which have the same major sprintf(tmpstr,"%s/%s",dirname,dir->d_name); if( stat(tmpstr,&st)>=0 ){ - if( S_ISBLK(st.st_mode) && MAJOR(st.st_rdev)==lmaj && - (MINOR(st.st_rdev) & (incr-1)) == 0){ - this=MINOR(st.st_rdev)/incr+1; + if( S_ISBLK(st.st_mode) && major(st.st_rdev)==lmaj && + (minor(st.st_rdev) & (incr-1)) == 0){ + this=minor(st.st_rdev)/incr+1; if(this>max){ /* Can we read it ?*/ if( (fd=open(tmpstr,O_RDWR))>=0){ @@ -102,19 +103,19 @@ if(!S_ISBLK(st.st_mode)) die(ENOTBLK,name); - switch(MAJOR(st.st_rdev)){ + switch(major(st.st_rdev)){ case MAJOR_FD: - if(MINOR(st.st_rdev)>3) + if(minor(st.st_rdev)>3) cfgerror("%s: Please use fd[0-3]\n",name); break; case MAJOR_HD: case MAJOR_IDE2: case MAJOR_XT: - if(MINOR(st.st_rdev)&63) + if(minor(st.st_rdev)&63) cfgerror("%s: Please use hd[a-d]\n",name); break; case MAJOR_SD: - if(MINOR(st.st_rdev)&15) + if(minor(st.st_rdev)&15) cfgerror("%s: Please use sd[a-g]\n",name); break; default: @@ -137,8 +138,8 @@ if(!ndrivemaps) return 0xff; - minor=MINOR(dev); - switch(MAJOR(dev)){ + minor=minor(dev); + switch(major(dev)){ case MAJOR_FD: minor&=3; break; @@ -153,7 +154,7 @@ default: return 0xff; } - dev=MKDEV(MAJOR(dev),minor); + dev=makedev(major(dev),minor); for(i=0;idevice); } - switch(MAJOR(device)){ + switch(major(device)){ case MAJOR_FD: if(ioctl(fd,FDGETPRM,&fdgeo)<0) die(errno,dev_name(device)); @@ -205,7 +206,7 @@ geo->sectors=fdgeo.sect; geo->start=0; if(!biosdrive_set) - geo->device=MINOR(device)&3; + geo->device=minor(device)&3; break; case MAJOR_XT: @@ -233,10 +234,10 @@ die(-1,"Invalid harddisk geometry gotten\n"); if(!biosdrive_set){ - if(MAJOR(device)==MAJOR_SD) - geo->device=0x80+(MINOR(device)>>4)+hdadd; + if(major(device)==MAJOR_SD) + geo->device=0x80+(minor(device)>>4)+hdadd; else - geo->device=0x80+(MINOR(device)>>6)+hdadd; + geo->device=0x80+(minor(device)>>6)+hdadd; } break; @@ -271,7 +272,7 @@ } die(-1,"(%02x:%02x):No such device in "DEVPATH" !!!\n", - MAJOR(device),MINOR(device)); + major(device),minor(device)); return 0; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Haskell dependency issue in Debian unstable
Hello, Various Haskell things (such as haskell-utils) appear to be currently uninstallable in Debian unstable; libgmp3 is required but unstable only has libgmp3c2. Can this be resolved? Yours, Sam Hardwick -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#326307: please rebuild with libreadline5-dev as build dependency
Package: ppxp The package depends/recommends libreadline4. This version will be removed from the archive in the near future. Please change your build dependencies to libreadline5-dev | libreadline-dev Please raise the severity of this bug report to serious, if the package cannot be built with libreadline5-dev. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of falconseye_1.9.3-14_powerpc.changes
falconseye_1.9.3-14_powerpc.changes uploaded successfully to localhost along with the files: falconseye_1.9.3-14.dsc falconseye_1.9.3-14.diff.gz falconseye_1.9.3-14_powerpc.deb falconseye-data_1.9.3-14_all.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of gtk-mist-engine_0.10-3_powerpc.changes
gtk-mist-engine_0.10-3_powerpc.changes uploaded successfully to localhost along with the files: gtk-mist-engine_0.10-3.dsc gtk-mist-engine_0.10-3.diff.gz gtk-engines-mist_0.10-3_powerpc.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of bbsload_0.2.6-3_powerpc.changes
bbsload_0.2.6-3_powerpc.changes uploaded successfully to localhost along with the files: bbsload_0.2.6-3.dsc bbsload_0.2.6-3.diff.gz bbsload_0.2.6-3_powerpc.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
bbsload_0.2.6-3_powerpc.changes ACCEPTED
Accepted: bbsload_0.2.6-3.diff.gz to pool/main/b/bbsload/bbsload_0.2.6-3.diff.gz bbsload_0.2.6-3.dsc to pool/main/b/bbsload/bbsload_0.2.6-3.dsc bbsload_0.2.6-3_powerpc.deb to pool/main/b/bbsload/bbsload_0.2.6-3_powerpc.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 222856 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
falconseye_1.9.3-14_powerpc.changes ACCEPTED
Accepted: falconseye-data_1.9.3-14_all.deb to pool/main/f/falconseye/falconseye-data_1.9.3-14_all.deb falconseye_1.9.3-14.diff.gz to pool/main/f/falconseye/falconseye_1.9.3-14.diff.gz falconseye_1.9.3-14.dsc to pool/main/f/falconseye/falconseye_1.9.3-14.dsc falconseye_1.9.3-14_powerpc.deb to pool/main/f/falconseye/falconseye_1.9.3-14_powerpc.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gtk-mist-engine_0.10-3_powerpc.changes ACCEPTED
Accepted: gtk-engines-mist_0.10-3_powerpc.deb to pool/main/g/gtk-mist-engine/gtk-engines-mist_0.10-3_powerpc.deb gtk-mist-engine_0.10-3.diff.gz to pool/main/g/gtk-mist-engine/gtk-mist-engine_0.10-3.diff.gz gtk-mist-engine_0.10-3.dsc to pool/main/g/gtk-mist-engine/gtk-mist-engine_0.10-3.dsc Announcing to debian-devel-changes@lists.debian.org Closing bugs: 319445 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gtk-mist-engine override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): gtk-engines-mist_0.10-3_powerpc.deb: package says section is gnome, override says x11. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of fv_3.0-12_powerpc.changes
fv_3.0-12_powerpc.changes uploaded successfully to localhost along with the files: fv_3.0-12.dsc fv_3.0-12.diff.gz fv_3.0-12_powerpc.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#261996: marked as done (rxvt: can't open pseudo-tty)
Your message dated Fri, 02 Sep 2005 15:58:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 29 Jul 2004 12:24:47 + >From [EMAIL PROTECTED] Thu Jul 29 05:24:47 2004 Return-path: <[EMAIL PROTECTED]> Received: from cko117.neoplus.adsl.tpnet.pl (przewdnik.dyndns.org) [83.31.90.117] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Bq9xn-0005b5-00; Thu, 29 Jul 2004 05:24:47 -0700 Received: from hermes.dupa ([192.168.111.2] helo=hermes ident=Debian-exim) by przewdnik.dyndns.org with esmtp (Exim 4.32) id 1Bq9xi-00082a-Pm; Thu, 29 Jul 2004 14:24:42 +0200 Received: from przewdnik by hermes with local (Exim 4.34) id 1Bq9xi-0003Fg-R6; Thu, 29 Jul 2004 14:24:43 +0200 MIME-Version: 1.0 From: Andrzej Oszer <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> X-Mailer: reportbug 2.63 Date: Thu, 29 Jul 2004 14:24:42 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Andrzej Oszer <[EMAIL PROTECTED]> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: [EMAIL PROTECTED] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: rxvt: can't open pseudo-tty X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on hermes) Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: rxvt Version: 1:2.6.4-6.1 Severity: grave Justification: renders package unusable rxvt opens it's window for a short moment, then closes it, writes: rxvt: can't open pseudo-tty rxvt: aborting and exits. At the same time xterm works. Previous version of rxvt works, too. strace says: open("/dev/ptyp0", O_RDWR) = -1 ENOENT (No such file or directory) open("/dev/ptyp1", O_RDWR) = -1 ENOENT (No such file or directory) (...) open("/dev/ptyze", O_RDWR) = -1 ENOENT (No such file or directory) open("/dev/ptyzf", O_RDWR) = -1 ENOENT (No such file or directory) write(2, "rxvt: ", 6) = 6 write(2, "can\'t open pseudo-tty", 21) = 21 -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=C, LC_CTYPE=pl_PL Versions of packages rxvt depends on: ii base-passwd 3.5.7 Debian base system master password ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m -- no debconf information --- Received: (at 261996-done) by bugs.debian.org; 2 Sep 2005 22:58:09 + >From [EMAIL PROTECTED] Fri Sep 02 15:58:09 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKU5-vd-00; Fri, 02 Sep 2005 15:58:09 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKU5-0005XL-4R for [EMAIL PROTECTED]; Fri, 02 Sep 2005 15:58:09 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 15:58:09 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 1:2.6.4-7 This NMU-fixed bug became closed when QA took over the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]
Bug#158098: marked as done (libft-perl: Depends on nonexistent package 'perlapi-5.6.1'.)
Your message dated Fri, 02 Sep 2005 15:56:55 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 25 Aug 2002 09:19:50 + >From [EMAIL PROTECTED] Sun Aug 25 04:19:50 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.frys.com [63.204.205.60] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17itYk-0002FH-00; Sun, 25 Aug 2002 04:19:50 -0500 Received: from aoi.dyndns.org ([EMAIL PROTECTED] [66.81.69.97]) by mail.frys.com (8.11.6/8.11.6) with SMTP id g7P9T5u30998 for <[EMAIL PROTECTED]>; Sun, 25 Aug 2002 02:29:06 -0700 Received: by aoi.dyndns.org (Postfix, from userid 1001) id 556642D1846; Sun, 25 Aug 2002 02:19:16 -0700 (PDT) Subject: libft-perl: Depends on nonexistent package 'perlapi-5.6.1'. From: "Alexander Hvostov" <[EMAIL PROTECTED]> To: "Debian Bug Tracking System" <[EMAIL PROTECTED]> X-Mailer: reportbug 1.99.49 Date: Sun, 25 Aug 2002 02:19:14 -0700 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: libft-perl Version: 1.2-13 Severity: grave Tags: sid Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This package depends on the virtual package 'perlapi-5.6.1'. As is reflected in the System Information below, 'perl-base' used to provide this package. However, as of versions of 'perl-base' >= 5.7 (currently 5.8.0-7), this is no longer the case. As a result, this package is no longer installable without --force-depends. - -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux cornerstone 2.4.17 #2 Wed Dec 26 02:15:03 PST 2001 i686 Locale: LANG=en_US, LC_CTYPE= Versions of packages libft-perl depends on: ii libc6 2.2.5-13 GNU C Library: Shared libraries an ii libttf21.4pre.20011029-1 FreeType 1, The FREE TrueType Font ii perl 5.6.1-7 Larry Wall's Practical Extraction ii perl-base [perlapi-5.6 5.6.1-7 The Pathologically Eclectic Rubbis - -- no debconf information -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9aKEUtHQW4HWNftkRAi8zAJ9vANACdClykoSo2cI8Vl2b+1dJUQCfcJi8 PV4Qx7dnfpdniU5kBHa9BD8= =FUM6 -END PGP SIGNATURE- --- Received: (at 158098-done) by bugs.debian.org; 2 Sep 2005 22:56:55 + >From [EMAIL PROTECTED] Fri Sep 02 15:56:55 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKSt-Yi-00; Fri, 02 Sep 2005 15:56:55 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKSt-0005X2-Ig for [EMAIL PROTECTED]; Fri, 02 Sep 2005 15:56:55 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 15:56:55 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 1.2-14 This NMU-fixed bug became closed when QA took over the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
fv_3.0-12_powerpc.changes ACCEPTED
Accepted: fv_3.0-12.diff.gz to pool/main/f/fv/fv_3.0-12.diff.gz fv_3.0-12.dsc to pool/main/f/fv/fv_3.0-12.dsc fv_3.0-12_powerpc.deb to pool/main/f/fv/fv_3.0-12_powerpc.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#240164: marked as done (rxvt-beta_2.7.8-5(mips/unstable): FTBFS: outdated config.guess/config.sub)
Your message dated Fri, 02 Sep 2005 15:54:31 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 25 Mar 2004 23:32:53 + >From [EMAIL PROTECTED] Thu Mar 25 15:32:53 2004 Return-path: <[EMAIL PROTECTED]> Received: from sorrow.cyrius.com [65.19.161.204] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1B6eLF-0004VF-00; Thu, 25 Mar 2004 15:32:53 -0800 Received: by sorrow.cyrius.com (Postfix, from userid 10) id A4EFC64D4F; Thu, 25 Mar 2004 23:32:50 + (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id 33927FF48; Thu, 25 Mar 2004 23:32:35 + (GMT) Date: Thu, 25 Mar 2004 23:32:35 + From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: rxvt-beta_2.7.8-5(mips/unstable): FTBFS: outdated config.guess/config.sub Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.5.1+cvs20040105i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: rxvt-beta Version: 2.7.8-5 Severity: serious There was an error while trying to autobuild your package: > Automatic build of rxvt-beta_2.7.8-5 on denial.cyrius.com by sbuild/mips 1.169 > checking host system type... autoconf/config.guess: unable to guess system > type > > This script, last modified 2001-10-05, has failed to recognize > the operating system you are using. It is advised that you > download the most up to date version of the config scripts from > ftp://ftp.gnu.org/pub/gnu/config/ ... > UNAME_MACHINE = mips > UNAME_RELEASE = 2.4.22-sb1-swarm-bn > UNAME_SYSTEM = Linux > UNAME_VERSION = #1 SMP Tue Mar 23 10:35:22 CET 2004 > configure: error: can not guess host type; you must specify one > make: *** [build] Error 1 Your config.guess is severely out of date and broken on mips. You can find current versions that work in the autotools-dev package, and in CVS from cvs.gnu.org. -- Martin Michlmayr [EMAIL PROTECTED] --- Received: (at 240164-done) by bugs.debian.org; 2 Sep 2005 22:54:31 + >From [EMAIL PROTECTED] Fri Sep 02 15:54:31 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKQZ-0008UP-00; Fri, 02 Sep 2005 15:54:31 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKQZ-0005Wb-Iu for [EMAIL PROTECTED]; Fri, 02 Sep 2005 15:54:31 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 15:54:31 -0700 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 2.7.10-1 This NMU-fixed bug became closed when QA took over the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321432: marked as done (dosemu is not installable)
Your message dated Fri, 02 Sep 2005 16:00:47 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 5 Aug 2005 13:37:36 + >From [EMAIL PROTECTED] Fri Aug 05 06:37:36 2005 Return-path: <[EMAIL PROTECTED]> Received: from emailhub.stusta.mhn.de (mailout.stusta.mhn.de) [141.84.69.5] by spohr.debian.org with smtp (Exim 3.36 1 (Debian)) id 1E12OG-00014k-00; Fri, 05 Aug 2005 06:37:36 -0700 Received: (qmail 6283 invoked from network); 5 Aug 2005 13:37:04 - Received: from r063144.stusta.swh.mhn.de (10.150.63.144) by mailout.stusta.mhn.de with SMTP; 5 Aug 2005 13:37:04 - Received: by r063144.stusta.swh.mhn.de (Postfix, from userid 1000) id 963FDBBE75; Fri, 5 Aug 2005 15:37:01 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adrian Bunk <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: dosemu is not installable X-Mailer: reportbug 3.15 Date: Fri, 05 Aug 2005 15:37:01 +0200 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: dosemu Version: 1.2.1-3 Severity: serious dosemu depends on slang1 that is no longer available. --- Received: (at 321432-done) by bugs.debian.org; 2 Sep 2005 23:00:47 + >From [EMAIL PROTECTED] Fri Sep 02 16:00:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKWd-0001Rf-00; Fri, 02 Sep 2005 16:00:47 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKWd-0005XS-Eh for [EMAIL PROTECTED]; Fri, 02 Sep 2005 16:00:47 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 16:00:47 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-0.9 required=4.0 tests=BAYES_00,BLANK_LINES_70_80 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 1.2.1-3.1 This bug was just fixed, QA-maintained packages don't have NMUs. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#300272: marked as done (mailliststat: FTBFS (amd64/gcc-4.0): array type has incomplete element type)
Your message dated Fri, 02 Sep 2005 16:04:59 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 18 Mar 2005 18:12:43 + >From [EMAIL PROTECTED] Fri Mar 18 10:12:43 2005 Return-path: <[EMAIL PROTECTED]> Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DCLxi-0005Yl-00; Fri, 18 Mar 2005 10:12:42 -0800 Received: from aj by localhost.localdomain with local (Exim 4.44) id 1DCLxd-0001eF-35; Fri, 18 Mar 2005 19:12:40 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: mailliststat: FTBFS (amd64/gcc-4.0): array type has incomplete element type Message-Id: <[EMAIL PROTECTED]> Date: Fri, 18 Mar 2005 19:12:40 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: mailliststat Severity: normal Tags: patch When building 'mailliststat' on amd64 with gcc-4.0, I get the following error: make[1]: Entering directory `/mailliststat-1.3' gcc -Wall -O3 -g -c mls.c -o mls.o In file included from mls.c:22: mls_text.h:33: error: array type has incomplete element type make[1]: *** [mls.o] Error 1 make[1]: Leaving directory `/mailliststat-1.3' make: *** [build] Error 2 With the attached patch 'mailliststat' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/mailliststat-1.3/mls_text.h ./mls_text.h --- ../tmp-orig/mailliststat-1.3/mls_text.h 2003-02-15 11:16:07.0 +0100 +++ ./mls_text.h2005-03-18 19:05:04.628662941 +0100 @@ -30,7 +30,6 @@ void PrintTopQ(nTptr, int); void PrintTopHtml(nTptr, int); void PrintGraph(long[], int, int); -void PrintGraphHtml(long[], long[][], int, char *); void PrintStatText(int, char *); void PrintStatHtml(int, char *, short); --- Received: (at 300272-done) by bugs.debian.org; 2 Sep 2005 23:04:59 + >From [EMAIL PROTECTED] Fri Sep 02 16:04:59 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKah-0004n9-00; Fri, 02 Sep 2005 16:04:59 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKah-0005YD-6f for [EMAIL PROTECTED]; Fri, 02 Sep 2005 16:04:59 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 16:04:59 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 1.3-3 This NMU-fixed bug became closed when QA took over the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#286964: marked as done (guppi: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment)
Your message dated Fri, 02 Sep 2005 16:02:46 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 23 Dec 2004 09:06:25 + >From [EMAIL PROTECTED] Thu Dec 23 01:06:25 2004 Return-path: <[EMAIL PROTECTED]> Received: from c169031.adsl.hansenet.de (localhost.localdomain) [213.39.169.31] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1ChOvQ-0001Mj-00; Thu, 23 Dec 2004 01:06:24 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1ChP0G-0004eZ-SN; Thu, 23 Dec 2004 10:11:24 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: guppi: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment Message-Id: <[EMAIL PROTECTED]> Date: Thu, 23 Dec 2004 10:11:24 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: guppi Severity: normal Tags: patch When building 'guppi' on amd64 with gcc-4.0, I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../.. -I/usr/include -I../.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/gnome-xml -I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/gnome-1.0 -I/usr/include/freetype2 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gnome-xml -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/freetype2 -I/usr/include/gnome-xml -I/usr/include -I/usr/include/orbit-1.0 -DG_LOG_DOMAIN=\"libguppiuseful\" -DGUPPI_PREFIX=\"/usr\" -DGUPPI_PLUGINS=\"/usr/lib/guppi/plug-ins/0.40.3\" -DGUPPI_PIXMAPS=\"/usr/share/pixmaps/guppi\" -DGUPPI_SCRIPTS=\"/usr/share/guppi/scripts\" -DGUPPI_GLADE_DIR=\"/usr/share/guppi/glade\" -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2 -Wall -Wunused -Wp,-MD,.deps/guppi-plug-in.pp -c guppi-plug-in.c -fPIC -DPIC -o guppi-plug-in.o guppi-plug-in.c: In function 'guppi_plug_in_finalize': guppi-plug-in.c:50: error: invalid lvalue in assignment make[4]: *** [guppi-plug-in.lo] Error 1 make[4]: Leaving directory `/guppi-0.40.3/src/libguppiuseful' With the attached patch 'guppi' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/guppi-0.40.3/src/libguppidata/guppi-data.c ./src/libguppidata/guppi-data.c --- ../tmp-orig/guppi-0.40.3/src/libguppidata/guppi-data.c 2001-11-19 06:40:40.0 +0100 +++ ./src/libguppidata/guppi-data.c 2004-12-23 09:13:28.0 +0100 @@ -1075,11 +1075,11 @@ } /* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */ +static void build_menu (GuppiData *, GtkMenu *, gpointer); static void guppi_data_class_init (GuppiDataClass *klass) { - static void build_menu (GuppiData *, GtkMenu *, gpointer); GtkObjectClass *object_class = (GtkObjectClass *) klass; diff -urN ../tmp-orig/guppi-0.40.3/src/libguppidata/guppi-seq-scalar.c ./src/libguppidata/guppi-seq-scalar.c --- ../tmp-orig/guppi-0.40.3/src/libguppidata/guppi-seq-scalar.c 2002-01-14 06:01:17.0 +0100 +++ ./src/libguppidata/guppi-seq-scalar.c 2004-12-23 09:14:31.0 +0100 @@ -1771,11 +1771,11 @@ } /* ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** */ +static GtkWidget *info_display (GuppiData *); static void guppi_seq_scalar_class_init (GuppiSeqScalarClass *klass) { - static GtkWidget *info_display (GuppiData *); GtkObjectCl
Bug#202164: marked as done (stop using obsolete libweakref-perl module)
Your message dated Fri, 02 Sep 2005 16:12:55 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 20 Jul 2003 11:11:48 + >From [EMAIL PROTECTED] Sun Jul 20 06:11:46 2003 Return-path: <[EMAIL PROTECTED]> Received: from client132.fre.communitycolo.net (kitenet.net) [64.62.161.42] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19eC6T-0003ZX-00; Sun, 20 Jul 2003 06:11:45 -0500 Received: from dragon.kitenet.net (s95.ifi.uio.no [129.240.72.95]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "Joey Hess", Issuer "Joey Hess" (verified OK)) by kitenet.net (Postfix) with ESMTP id 230DCAA61A for <[EMAIL PROTECTED]>; Sun, 20 Jul 2003 11:11:45 + (GMT) Received: from joey by dragon.kitenet.net with local (Exim 3.35 #1 (Debian)) id 19eC7i-0005Db-00 for <[EMAIL PROTECTED]>; Sun, 20 Jul 2003 13:13:02 +0200 Date: Sun, 20 Jul 2003 13:13:01 +0200 From: Joey Hess <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: stop using obsolete libweakref-perl module Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="orO6xySwJI16pVnm" Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: Joey Hess <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-9.3 required=4.0 tests=BAYES_01,PGP_SIGNATURE_2,USER_AGENT_MUTT version=2.53-bugs.debian.org_2003_07_20 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp) --orO6xySwJI16pVnm Content-Type: multipart/mixed; boundary="ZARJHfwaSJQLOEUz" Content-Disposition: inline --ZARJHfwaSJQLOEUz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: libtangram-perl Version: unavailable; reported 2003-07-18 Severity: normal Tags: patch [ This is a resend, an expired TLS key caused the original to get lost. ] The libweakref-perl module is obsolete, supersceded by Scalar::Utils's weaken function in the perl core. We'd like to remove libweakref-perl =66rom unstable, as soon as the two packages that use it are converted over to use Scalar::Utils. Here is a patch that should do this, not very well tested. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux dragon 2.4.21 #1 Fri Jun 13 21:33:56 EDT 2003 i686 Locale: LANG=3DC, LC_CTYPE=3DC --=20 see shy jo --ZARJHfwaSJQLOEUz Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="tangram.diff" Content-Transfer-Encoding: quoted-printable diff -ur old/libtangram-perl-2.04/Tangram/Storage.pm libtangram-perl-2.04/T= angram/Storage.pm --- old/libtangram-perl-2.04/Tangram/Storage.pm 2001-09-21 19:47:23.000= 00 +0200 +++ libtangram-perl-2.04/Tangram/Storage.pm 2003-07-18 10:07:40.0 += 0200 @@ -10,14 +10,22 @@ =20 BEGIN { =20 - eval { require 'WeakRef.pm' }; + eval { use Scalar::Util }; =20 if ($@) { -*Tangram::weaken =3D sub { }; -$Tangram::no_weakrefs =3D 1; - } else { -*Tangram::weaken =3D \&WeakRef::weaken; -$Tangram::no_weakrefs =3D 0; +eval { require 'WeakRef.pm' }; + =20 +if ($@) { + *Tangram::weaken =3D sub { }; + $Tangram::no_weakrefs =3D 1; +} else { + *Tangram::weaken =3D \&WeakRef::weaken; + $Tangram::no_weakrefs =3D 0; +} + } + else { + *Tangram::weaken =3D \&Scalr::Util::weaken; + $Tangram::no_weakrefs =3D 0; } } =20 diff -ur old/libtangram-perl-2.04/debian/changelog libtangram-perl-2.04/deb= ian/changelog --- old/libtangram-perl-2.04/debian/changelog 2003-07-18 10:01:23.0= +0200 +++ libtangram-perl-2.04/debian/changelog 2003-07-18 10:08:35.0 +02= 00 @@ -1,3 +1,11 @@ +libtangram-perl (2.04-4) unstable; urgency=3Dlow + + * Use Scalar::Utils for weakrefs when possible. Dropped suggests of obso= lete +libweakref-perl package. Perl 5.8 is needed for Scalar::Utils, but did= not +change the dependency. + + -- Joey Hess <[EMAIL PROTECTED]> Fri, 18 Jul 2003 10:07:44 +0200 + libtangram-perl (2.04-3) unstable; urgency=3Dlow =20 * Really add Suggests: libweakref-ref to debian/control diff -ur old/libtangram-perl-2.04/debian/control libtangram-perl-2.04/deb
Bug#265411: marked as done (libtangram-perl: Type in 'Tangram/Storage.pm' can break the library.)
Your message dated Fri, 02 Sep 2005 16:10:04 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 13 Aug 2004 01:30:06 + >From [EMAIL PROTECTED] Thu Aug 12 18:30:06 2004 Return-path: <[EMAIL PROTECTED]> Received: from 203-217-29-35.perm.iinet.net.au (anu.rimspace.net) [203.217.29.35] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BvQtR-0006yp-00; Thu, 12 Aug 2004 18:30:05 -0700 Received: by anu.rimspace.net (Postfix, from userid 10) id 444B44C5B1; Fri, 13 Aug 2004 11:30:02 +1000 (EST) Received: by enki.rimspace.net (Postfix, from userid 1000) id A66171509AF; Fri, 13 Aug 2004 11:29:55 +1000 (EST) From: Daniel Pittman <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libtangram-perl: Type in 'Tangram/Storage.pm' can break the library. X-Debbugs-CC: Daniel Pittman <[EMAIL PROTECTED]> Date: Fri, 13 Aug 2004 11:29:55 +1000 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: libtangram-perl Version: 2.04-3.1 Severity: important On a system that has 'Scalar::Util' installed, the Tangram/Storage.pm module will use the routine 'Scalar::Util::weaken' to produce weak references. Unfortunately, there is a typo in the code that does this, resulting in an undefined function call when that package is installed. This patch corrects the problem. Daniel --- Storage.pm.orig 2004-08-13 11:27:42.0 +1000 +++ Storage.pm 2004-08-13 11:27:49.0 +1000 @@ -24,7 +24,7 @@ } } else { - *Tangram::weaken = \&Scalr::Util::weaken; + *Tangram::weaken = \&Scalar::Util::weaken; $Tangram::no_weakrefs = 0; } } -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-rc3-enki Locale: LANG=C, LC_CTYPE=C Versions of packages libtangram-perl depends on: ii libdbi-perl 1.43-1 The Perl5 Database Interface by Ti ii libset-object-perl1.05-1 Collection of objects without dupl ii perl 5.8.4-2Larry Wall's Practical Extraction -- no debconf information -- Using English spelling rules, 'fish' could be spelled 'ghoti' -- 'gh' as in 'cough', 'o' as in 'women', and 'ti' as in 'station'. -- George Bernard Shaw --- Received: (at 265411-done) by bugs.debian.org; 2 Sep 2005 23:10:04 + >From [EMAIL PROTECTED] Fri Sep 02 16:10:04 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKfc-00085x-00; Fri, 02 Sep 2005 16:10:04 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKfc-0005a5-M9 for [EMAIL PROTECTED]; Fri, 02 Sep 2005 16:10:04 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 16:10:04 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 2.07-1 This NMU-fixed bug became closed when QA took over the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#268003: marked as done (Variable interpolation strange behaviour)
Your message dated Fri, 02 Sep 2005 16:11:06 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 25 Aug 2004 13:52:21 + >From [EMAIL PROTECTED] Wed Aug 25 06:52:21 2004 Return-path: <[EMAIL PROTECTED]> Received: from shiva.easynet.fr [212.180.2.35] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BzyCL-00016h-00; Wed, 25 Aug 2004 06:52:21 -0700 Received: from sjg by shiva.easynet.fr with local (Exim 3.36 #1 (Debian)) id 1BzyCC-0004S7-00; Wed, 25 Aug 2004 15:52:12 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Sebastien Gross <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Variable interpolation strange behaviour X-Mailer: reportbug 2.61 Date: Wed, 25 Aug 2004 15:52:12 +0200 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: libconfig-general-perl Version: 2.26-1 Severity: important Hi there, I use Config::General for a while on my Debian system (version 2.26) and today I noticed a strange behabiour. I call the configuration file using these lines: --8<-- #!/usr/bin/perl -w use strict; use Config::General; use Data::Dumper; my $conf = Config::General->new( -ConfigFile => "tests.cf", -InterPolateVars => 1, ); my $c = {$conf->getall()}; print Dumper $c; --8<-- My configuraton file: --8<-- dir /path/to/some/files backend LDAP dir $dir dir $dir server host login ldap_dn passwordsecret basedc=somedomain,dc=tld portldap uri ldap://$server dir $dir version 2 debug 0 baseou=dns,dc=somedomain,dc=tld template$dir/dns/dns_zone.tpl --8<-- This configuration fails with "Use of uninitialized variable $dir" If I put the block before the one, it works fine. Anyway the $dir variable is defined a a global variable, thus should be used anywhere in the configuration file. On the onther hand it seems that [EMAIL PROTECTED] (upstream email) is not valid anylonger (such as [EMAIL PROTECTED] as specifyed on the CPAN page). -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages libconfig-general-perl depends on: ii perl 5.8.3-3Larry Wall's Practical Extraction -- no debconf information --- Received: (at 268003-done) by bugs.debian.org; 2 Sep 2005 23:11:06 + >From [EMAIL PROTECTED] Fri Sep 02 16:11:06 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKgc-7P-00; Fri, 02 Sep 2005 16:11:06 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKgc-0005aK-66 for [EMAIL PROTECTED]; Fri, 02 Sep 2005 16:11:06 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 16:11:06 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=
Bug#280569: marked as done (libtangram-perl: Tangram::PerlDump {normalize} typo)
Your message dated Fri, 02 Sep 2005 16:12:26 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 10 Nov 2004 09:46:16 + >From [EMAIL PROTECTED] Wed Nov 10 01:46:16 2004 Return-path: <[EMAIL PROTECTED]> Received: from adsl-63-195-16-136.dsl.chic01.pacbell.net (bingo.localdomain) [63.195.16.136] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CRp3Q-8Z-00; Wed, 10 Nov 2004 01:46:16 -0800 Received: from jeri by bingo.localdomain with local (Exim 4.34) id 1CRp2v-Kx-Cs; Wed, 10 Nov 2004 01:45:45 -0800 Content-Type: multipart/mixed; boundary="===0168787477==" MIME-Version: 1.0 From: Jeremiah Mahler <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: libtangram-perl: Tangram::PerlDump {normalize} typo X-Mailer: reportbug 3.2 Date: Wed, 10 Nov 2004 01:45:45 -0800 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --===0168787477== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: libtangram-perl Version: 2.04-3.1 Severity: important Tags: patch As is shown by the script output below, a schema that uses Tangram::PerlDump will not work using a hash ref to define the perl_dump field if 'col' is left undefined. This is caused by a typo (normalize -> {normalize}) as is shown and fixed by the included patch. Script started on Wed Nov 10 01:34:42 2004 [EMAIL PROTECTED] Tangram$ cat Tangram-normalize-col-BUG.pl #!/usr/bin/perl use strict; use Tangram; use Tangram::PerlDump; package main; my $schema = Tangram::Schema->new({ classes => [ Foo => { fields => { perl_dump => { notok => { sql => 'STRING', }, ok => { col => 'works', sql => 'STRING', } }, }, }, ], }); print "OK\n"; [EMAIL PROTECTED] Tangram$ ./Tangram-normalize-col-BUG.pl Can't locate object method "normalize" via package "Tangram::Schema" at /usr/sha re/perl5/Tangram/PerlDump.pm line 46. [EMAIL PROTECTED] Tangram$ exit exit Script done on Wed Nov 10 01:35:11 2004 ### PATCH start --- PerlDump.notok.pm 2001-09-21 10:47:22.0 -0700 +++ PerlDump.ok.pm 2004-11-10 01:30:12.0 -0800 @@ -43,7 +43,7 @@ die ref($self), ": $class\:\:$field: unexpected $refdef" unless $refdef eq 'HASH'; -$def->{col} ||= $schema->normalize->($field, 'colname'); +$def->{col} ||= $schema->{normalize}->($field, 'colname'); $def->{sql} ||= 'VARCHAR(255)'; $def->{indent} ||= 0; $def->{terse} ||= 1; ### PATCH end -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.26-1-k7-smp Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages libtangram-perl depends on: ii libdbi-perl 1.45-1 The Perl5 Database Interface by Ti ii libset-object-perl1.05-1 Collection of objects without dupl ii perl 5.8.4-4Larry Wall's Practical Extraction -- no debconf information --===0168787477== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Tangram-PerlDump.patch" --- PerlDump.notok.pm 2001-09-21 10:47:22.0 -0700 +++ PerlDump.ok.pm 2004-11-10 01:30:12.0 -0800 @@ -43,7 +43,7 @@ die ref($self), ": $class\:\:$field: unexpected $refdef" unless $refdef eq 'HASH'; -$def->{col} ||= $schema->normalize->($field, 'colname'); +$def->{col}
Bug#287924: marked as done (ppxp: FTBFS (amd64/gcc-4.0): invalid storage class for function 'SigQuit')
Your message dated Fri, 02 Sep 2005 16:03:47 -0700 with message-id <[EMAIL PROTECTED]> and subject line Officially fixed 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) -- Received: (at submit) by bugs.debian.org; 30 Dec 2004 22:32:04 + >From [EMAIL PROTECTED] Thu Dec 30 14:32:04 2004 Return-path: <[EMAIL PROTECTED]> Received: from d020125.adsl.hansenet.de (localhost.localdomain) [80.171.20.125] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Ck8pw-0002gY-00; Thu, 30 Dec 2004 14:32:04 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1Ck8vE-00020c-Tf; Thu, 30 Dec 2004 23:37:32 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: ppxp: FTBFS (amd64/gcc-4.0): invalid storage class for function 'SigQuit' Message-Id: <[EMAIL PROTECTED]> Date: Thu, 30 Dec 2004 23:37:32 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: ppxp Severity: normal Tags: patch When building 'ppxp' on amd64 with gcc-4.0, I get the following error: gcc -O2 -g -W -I../../lib -I.. -I../../import -I../../OS/Linux -c -o dns.o dns.c dns.c: In function 'DoRelay': dns.c:105: warning: passing argument 6 of 'recvfrom' from incompatible pointer type dns.c:131: warning: passing argument 6 of 'recvfrom' from incompatible pointer type dns.c: In function 'DnsRelay': dns.c:164: error: invalid storage class for function 'SigQuit' make[3]: *** [dns.o] Error 1 make[3]: Leaving directory `/ppxp-0.2001080415/src/ip' With the attached patch 'ppxp' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/ppxp-0.2001080415/src/ip/dns.c ./src/ip/dns.c --- ../tmp-orig/ppxp-0.2001080415/src/ip/dns.c 2000-12-04 13:23:33.0 +0100 +++ ./src/ip/dns.c 2004-12-30 23:11:01.047890464 +0100 @@ -161,7 +161,7 @@ } if (!dns) return; if ((relayPid = fork()) == 0) { - static void SigQuit(int sig) { + void SigQuit(int sig) { exit(0); } diff -urN ../tmp-orig/ppxp-0.2001080415/src/main.c ./src/main.c --- ../tmp-orig/ppxp-0.2001080415/src/main.c2004-12-30 23:12:14.288756160 +0100 +++ ./src/main.c2004-12-30 23:11:16.157593440 +0100 @@ -244,7 +244,7 @@ parent = getpid(); if ((child = fork()) == -1) return; if (child) { - static void QuitParent(int sig) { + void QuitParent(int sig) { exit(0); } signal(SIGTERM, QuitParent); --- Received: (at 287924-done) by bugs.debian.org; 2 Sep 2005 23:03:47 + >From [EMAIL PROTECTED] Fri Sep 02 16:03:47 2005 Return-path: <[EMAIL PROTECTED]> Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EBKZX-0003WC-00; Fri, 02 Sep 2005 16:03:47 -0700 Received: from tb by becket.becket.net with local (Exim 4.52) id 1EBKZX-0005Y8-IJ for [EMAIL PROTECTED]; Fri, 02 Sep 2005 16:03:47 -0700 From: Thomas Bushnell BSG <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Officially fixed User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Reply-Permission: Posted or emailed replies to this message constitute permission for an emailed response. X-PGP-Fingerprint: 1F0A1E51 63 28 EB DA E6 44 E5 5E EC F3 04 26 4E BF 1A 92 X-Tom-Swiftie: "Who drank the last beer?" Tom asked, hopping mad Date: Fri, 02 Sep 2005 16:03:47 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Version: 0.2001080415-12 This NMU-fixed bug became closed when QA took over the package. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: texi2html license fix
Processing commands for [EMAIL PROTECTED]: > tags 321586 + pending Bug#321586: texi2html: Includes non-free image There were no tags set. Tags added: pending > thanks 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]
Processed: gnugo: FTBFS: Undefined subroutine &main::normalize_space called at /usr/bin/texi2html line 13756.
Processing commands for [EMAIL PROTECTED]: > #whoops, was meant to go here too... > tags 326048 + pending Bug#326048: gnugo: FTBFS: Undefined subroutine &main::normalize_space called at /usr/bin/texi2html line 13756. There were no tags set. Tags added: pending > reassign 326048 texi2html 1.76-1 Bug#326048: gnugo: FTBFS: Undefined subroutine &main::normalize_space called at /usr/bin/texi2html line 13756. Bug reassigned from package `gnugo' to `texi2html'. > merge 326048 318536 Bug#318536: texi2html: Chokes on gnugo.texi Bug#326048: gnugo: FTBFS: Undefined subroutine &main::normalize_space called at /usr/bin/texi2html line 13756. Merged 318536 326048. > This bug is actually caused by texi2html directly, the fix is getting Unknown command or malformed arguments to command. > uploaded today, and should be in the archive tomorrow. Unknown command or malformed arguments to command. > -- 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#268183: texi2html: Can't override T2H_about_body (and friends) from init file.
Hello there, I was just wondering if you could tell me if the problem you described, still exists for you? It is just that I'm tring to follow up on past bugs that were never fixed/sorted out. Thanks. -- N Jones Proud Debian & FOSS User Debian Maintainer of: html2ps, ipkungfu, dvorak7min, windowlab & texi2html