Bug#324605: Acknowledgement (Generating graph fails with Unable to graph /var/lib/munin/domain/-nfs_client-commit-d.rrd: Garbage ':' after command:)
Debian Bug Tracking System wrote: Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Munin Debian Maintainers <[EMAIL PROTECTED]> If you wish to submit further information on your problem, please send it to [EMAIL PROTECTED] (and *not* to [EMAIL PROTECTED]). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database) Hi, My mistake It is not related to munin, but to librrd. Sorry for the noise. L.CARON -- Je n'ai pas besoin de Dieu pour expliquer le monde ; il ne contient que de la matière et de la pesanteur. -+- Pierre Simon de Laplace -+-
Processed: your mail
Processing commands for [EMAIL PROTECTED]: > tags 324554 pending Bug#324554: pasmo: Builds package without pasmo binary 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#323448: Strange?
Hi, I find what you report to be a bit strange. Since gnome2.rb includes gnomecanvas.rb and gnomecanvas.rb in return includes gtk2.rb which already does a GLib::Log#set_log_domain call. So why does the third call fail? Can you try to do this: % irb irb(main):001:0> require 'glib2' => true irb(main):002:0> GLib::Log.set_log_domain("foo") => 6 Does that work for you? I also see that some of your libs are still stuck at Gnome 2.8 (libgnome2-0, libgnomecanvas2-0, libbonobo2-0, etc.). Can you try again after completing this upgrade (maybe the dependencies are not tight enough)? Paul -- Student @ Eindhoven | email: [EMAIL PROTECTED] University of Technology, The Netherlands | JID: [EMAIL PROTECTED] >>> Using the Power of Debian GNU/Linux <<< | GnuPG key ID: 0x50064181 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#324455: gmp: FTBFS on alpha
Processing commands for [EMAIL PROTECTED]: > tags 324455 patch Bug#324455: regression from 2.3.2 in __divqu on alpha 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#324455: gmp: FTBFS on alpha
tags 324455 patch thanks Hi Falk, On Tue, Aug 23, 2005 at 10:09:56AM +0200, Falk Hueffner wrote: > Steve Langasek <[EMAIL PROTECTED]> writes: > > On Mon, Aug 22, 2005 at 08:56:23PM -0700, Steve Langasek wrote: > >> Simple test case: > > > >> int main() { > >> > >>unsigned long a= 1UL << 63; > >>unsigned long b= 1UL << 63; > >> > >> exit (a/b != 1); > >> } > > > >> Appears to be a bug in the implementation of __divqu. Upgrading to > >> 2.3.5-4, > >> to confirm whether the bug still exists. > > > > Yep, bug still present in 2.3.5-4. Someone who speaks alpha assembly will > > have to look at this, I think, to pinpoint the error. > probably something like > --- divqu.S~2005-07-09 21:55:07.0 +0200 > +++ divqu.S 2005-08-23 10:04:09.0 +0200 > @@ -240,7 +240,7 @@ > /* If we get here, Y is so big that bit 63 is set. The results >from the divide will be completely wrong. Fortunately, the >quotient must be either 0 or 1, so just compute it directly. */ > - cmpult Y, X, RV > + cmpule Y, X, RV > excb > mt_fpcr $f3 > ldt $f0, 0(sp) > but I don't have time for testing. Thanks, after looking at the diff between divq.S and divqu.S and doing a little googling (aka, "the Babelfish methodology for learning assembly"), I came to the same conclusion, and my test build of glibc just finished up -- this one-liner does indeed fix the problem. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Bug#324641: gem: ftbfs [sparc] cannot convert 'AVCodecContext**' to 'AVCodecContext*'
Package: gem Version: 1:0.90.0-17 Severity: serious Justification: no longer builds from source gem failed to build on a sparc buildd, duplicated on my sparc pbuilder: g++ -c -fPIC -g -Wall -O2 -I/usr/include/freetype2 -I.. -I/usr/include/FTGL filmQT4L.cpp -o filmQT4L.o filmFFMPEG.cpp: In member function 'virtual void filmFFMPEG::close()': filmFFMPEG.cpp:52: error: cannot convert 'AVCodecContext**' to 'AVCodecContext*' for argument '1' to 'int avcodec_close(AVCodecContext*)' filmFFMPEG.cpp: In member function 'virtual bool filmFFMPEG::open(char*, int)': filmFFMPEG.cpp:81: error: request for member 'codec_id' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[i]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:83: error: request for member 'codec_type' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[i]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:86: error: request for member 'pix_fmt' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[i]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:97: error: cannot convert 'AVCodecContext**' to 'AVCodecContext*' for argument '1' to 'int avcodec_open(AVCodecContext*, AVCodec*)' filmFFMPEG.cpp:110: error: request for member 'width' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[i]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:111: error: request for member 'height' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[i]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp: In member function 'virtual pixBlock* filmFFMPEG::getFrame()': filmFFMPEG.cpp:148: error: request for member 'frame_number' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[((filmFFMPEG*)this)->filmFFMPEG::.film::m_curTrack]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:159: error: cannot convert 'AVCodecContext**' to 'AVCodecContext*' for argument '1' to 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, uint8_t*, int)' filmFFMPEG.cpp:191: error: request for member 'width' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[((filmFFMPEG*)this)->filmFFMPEG::.film::m_curTrack]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:192: error: request for member 'height' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[((filmFFMPEG*)this)->filmFFMPEG::.film::m_curTrack]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:193: error: request for member 'pix_fmt' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[((filmFFMPEG*)this)->filmFFMPEG::.film::m_curTrack]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:198: error: request for member 'frame_number' in '((filmFFMPEG*)this)->filmFFMPEG::m_Format->AVFormatContext::streams[((filmFFMPEG*)this)->filmFFMPEG::.film::m_curTrack]->AVStream::codec', which is of non-class type 'AVCodecContext*' filmFFMPEG.cpp:137: warning: unused variable 'i' make[3]: *** [filmFFMPEG.o] Error 1 make[3]: *** Waiting for unfinished jobs filmQT4L.cpp: In member function 'virtual bool filmQT4L::open(char*, int)': filmQT4L.cpp:79: warning: unused variable 'codec' filmQT4L.cpp: In member function 'virtual pixBlock* filmQT4L::getFrame()': filmQT4L.cpp:123: warning: comparison between signed and unsigned integer expressions filmQT4L.cpp: In member function 'virtual int filmQT4L::changeImage(int, int)': filmQT4L.cpp:156: warning: suggest parentheses around assignment used as truth value make[3]: Leaving directory `/build/buildd/gem-0.90.0/build-tree/gem-0.90.0/src/Pixes' make[2]: *** [subdirs] Error 255 make[2]: Leaving directory `/build/buildd/gem-0.90.0/build-tree/gem-0.90.0/src/Gnu' make[1]: *** [all] Error 2 make[1]: Leaving directory `/build/buildd/gem-0.90.0/build-tree/gem-0.90.0' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324455: gmp: FTBFS on alpha
Steve Langasek <[EMAIL PROTECTED]> writes: > On Mon, Aug 22, 2005 at 08:56:23PM -0700, Steve Langasek wrote: >> Simple test case: > >> int main() { >> >> unsigned long a= 1UL << 63; >> unsigned long b= 1UL << 63; >> >> exit (a/b != 1); >> } > >> Appears to be a bug in the implementation of __divqu. Upgrading to 2.3.5-4, >> to confirm whether the bug still exists. > > Yep, bug still present in 2.3.5-4. Someone who speaks alpha assembly will > have to look at this, I think, to pinpoint the error. probably something like --- divqu.S~2005-07-09 21:55:07.0 +0200 +++ divqu.S 2005-08-23 10:04:09.0 +0200 @@ -240,7 +240,7 @@ /* If we get here, Y is so big that bit 63 is set. The results from the divide will be completely wrong. Fortunately, the quotient must be either 0 or 1, so just compute it directly. */ - cmpult Y, X, RV + cmpule Y, X, RV excb mt_fpcr $f3 ldt $f0, 0(sp) but I don't have time for testing. -- Falk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324605: Generating graph fails with Unable to graph /var/lib/munin/domain/-nfs_client-commit-d.rrd: Garbage ':' after command:
* Laurent CARON > For 2 weeks now munin is broken on my system Munin doesn't support RRDtool 1.2 yet, which changed the API. I expect a new upstream release that'll fix this shortly. -- Tore Anderson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#320119: sysklogd: Large file support is broken in the sarge version
what arch? i can't seem to reproduce this with i386 and i686 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#323065: sqlxx: FTBFS: libpq-fe.h not found
Steve Langasek wrote: > On Mon, Aug 22, 2005 at 09:38:29PM +0200, Matthijs Mohlmann wrote: > [..] > > > Except that the postgresql client headers have just been moved *back* > from /usr/include/postgresql/8.0 to /usr/include/postgresql, so this > won't work so well. > > The correct fix in any case is to use the output of pg_config to detect > header paths. > Shame on me, didn't thought about that one. Here the patch that fixes it. Regards, Matthijs Mohlmann diff -ruN bla/sqlxx-2.3.2/debian/control sqlxx-2.3.2/debian/control --- bla/sqlxx-2.3.2/debian/control 2005-08-22 21:30:03.844626456 +0200 +++ sqlxx-2.3.2/debian/control 2005-08-22 21:23:28.268617824 +0200 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Klaus Reimer <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), libtool, automake, autoconf, libiodbc2-dev, libstrutilsxx-dev (>= 0.7.1-3), libmysqlclient12-dev, postgresql-dev +Build-Depends: debhelper (>> 4.0.0), libtool, automake, autoconf, libiodbc2-dev, libstrutilsxx-dev (>= 0.7.1-3), libmysqlclient12-dev, libpq-dev Standards-Version: 3.6.1 Package: libsqlxx-dev diff -ruN bla/sqlxx-2.3.2/debian/rules sqlxx-2.3.2/debian/rules --- bla/sqlxx-2.3.2/debian/rules 2005-08-22 21:30:03.845626304 +0200 +++ sqlxx-2.3.2/debian/rules 2005-08-22 21:23:16.270441824 +0200 @@ -46,7 +46,7 @@ --enable-odbc \ --enable-postgres \ --disable-debug \ - --with-extra-includes=/usr/include/mysql,/usr/include/postgresql + --with-extra-includes=/usr/include/mysql,`pg_config --includedir` build: build-stamp signature.asc Description: OpenPGP digital signature
Bug#316447: [php-maint] Bug#316447: packages for sarge?
On Mon, Aug 22, 2005 at 08:11:27PM +0200, Zoran Dzelajlija wrote: > Hi, any word of a sarge release to cover CAN-2005-1921 and, to kill two > flies, the new XML_RPC bug CAN-2005-2498? I've applied Ubuntu's > patches for both to a local build without much hassle... If you can provide me a direct URL for the Ubuntu security patches, I can probably find time to roll an update for the security team if Adam's busy. > Also, is there some user-friendly documentation aobut the new BTS > features (found vs. tagging for sarge)? No, there doesn't seem to be any user-friendly documentation yet, just the information that was posted to debian-devel-announce. :) > Should this bug be reopened until sarge gets a fix for these > vulnerabilities? It should not be reopened. It should be tagged "sarge", as I'm told the suite tags will have an impact on archival of bugs. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Bug#324470: dovecot-imapd: Fails to copy new mails from new to cur directory
Il giorno lun, 22/08/2005 alle 11.41 +0200, Olivier LARRIGAUDIERE ha scritto: > Package: dovecot-imapd > Version: 0.99.20050712-2 > Severity: grave > Justification: renders package unusable > > I use dovecot-imapd for months to provide imap for my users with no problems. > I use Maildir storage on a ext3 fs. All the emails are in the home folders of > the users. > With the new update, I can't receive new emails because dovecot fails to copy > the new mail from new to cur directory. On the cur directory, I have news > files > corresponding to the news emails but they are empty. > I've no error message in the log files. Hi Olivier, dovecot upstream developer has released 1.0.alpha1. Could you please test if this package[1] solves your problem? Thanks in advance, [1] http://www.kobold.it/debian/unstable/ -- Fabio Tranchitella http://www.kobold.it Studio Tranchitella Assoc. Professionale http://www.tranchitella.it _ 1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564 signature.asc Description: This is a digitally signed message part
Bug#324578: marked as done (zodb3.4: FTBFS: Missing build dependency on python.)
Your message dated Tue, 23 Aug 2005 02:32:26 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324578: fixed in zodb3.4 3.4.1-2 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; 22 Aug 2005 20:47:20 + >From [EMAIL PROTECTED] Mon Aug 22 13:47:18 2005 Return-path: <[EMAIL PROTECTED]> Received: from asia.telenet-ops.be [195.130.132.59] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7JCQ-0007Cn-00; Mon, 22 Aug 2005 13:47:18 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id 6C1A22242FA for <[EMAIL PROTECTED]>; Mon, 22 Aug 2005 22:47:17 +0200 (MEST) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by asia.telenet-ops.be (Postfix) with ESMTP id 5BDAA224112 for <[EMAIL PROTECTED]>; Mon, 22 Aug 2005 22:47:17 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id 097FE26136; Mon, 22 Aug 2005 22:47:17 +0200 (CEST) Date: Mon, 22 Aug 2005 22:47:17 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: zodb3.4: FTBFS: Missing build dependency on python. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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: zodb3.4 Version: 3.4.1-1 Severity: serious Hi, Your package failed to build with the following error: dh_python dh_python: Python is not installed, aborting. (Probably forgot to Build-Depend on python.) Kurt --- Received: (at 324578-close) by bugs.debian.org; 23 Aug 2005 09:38:33 + >From [EMAIL PROTECTED] Tue Aug 23 02:38:33 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7V8s-Bs-00; Tue, 23 Aug 2005 02:32:26 -0700 From: Fabio Tranchitella <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324578: fixed in zodb3.4 3.4.1-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 02:32:26 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: zodb3.4 Source-Version: 3.4.1-2 We believe that the bug you reported is fixed in the latest version of zodb3.4, which is due to be installed in the Debian FTP archive: python2.3-zodb_3.4.1-2_i386.deb to pool/main/z/zodb3.4/python2.3-zodb_3.4.1-2_i386.deb python2.4-zodb_3.4.1-2_i386.deb to pool/main/z/zodb3.4/python2.4-zodb_3.4.1-2_i386.deb zodb3.4_3.4.1-2.diff.gz to pool/main/z/zodb3.4/zodb3.4_3.4.1-2.diff.gz zodb3.4_3.4.1-2.dsc to pool/main/z/zodb3.4/zodb3.4_3.4.1-2.dsc 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. Fabio Tranchitella <[EMAIL PROTECTED]> (supplier of updated zodb3.4 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: Tue, 23 Aug 2005 09:10:29 + Source: zodb3.4 Binary: python2.4-zodb python2.3-zodb Architecture: source i386 Version: 3.4.1-2 Distribution: unstable Urgency: low Maintainer: Debian Zope team <[EMAIL PROTECTED]> Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]> Description: python2.3-zodb - set of tools for using the Zope Object Database (ZODB) python2.4-zodb - set of tools for using the Zope Object Database (ZODB) Closes: 324578 Changes: zodb3.4 (3.4.1-2) unstable; urgency=low . * debian/control: build-depends on python (required by dh_python). (Closes: #324578) File
Bug#324508: libquicktime0: File conflict with libquicktime1
On Tue, Aug 23, 2005 at 12:44:11AM +0200, Christian Marillat wrote: > > - In this light, I'd like you to reconsider #323659 and add a > > conflict/replaces on libquicktime4linux0, the package which first > > provided the current soname in woody. > As I said in the bug report, this package doesn't exist in Debian. It exists in oldstable, and AIUI nothing in stable forces the package's removal from users systems. Why would you *not* want to address this part of the woody->sarge->etch upgrade path? -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Processed: Fixed in NMU of mozilla-thunderbird 1.0.2-2.sarge1.0.6
Processing commands for [EMAIL PROTECTED]: > tag 318728 + fixed Bug#318728: mozilla-thunderbird: Multiple security problems Tags were: sarge security Tags added: fixed > quit 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#283117: Again
Tags: -fixed thanks according to http://buildd.debian.org/build.php?arch=&pkg=openal the attached patch in this package fixed this bug. Unfortunately, this patch was not included in the latest upload. -- Reinhard Tartler <[EMAIL PROTECTED]> - GnuPG Id: 945348A4 Fingerprint = 9300 5DC2 7E87 6C37 ED7B CA9A 9808 3544 9453 48A4 signature.asc Description: This is a digitally signed message part
Bug#324508: libquicktime0: File conflict with libquicktime1
reopen 323659 thanks Steve Langasek <[EMAIL PROTECTED]> writes: > On Tue, Aug 23, 2005 at 12:44:11AM +0200, Christian Marillat wrote: >> > - In this light, I'd like you to reconsider #323659 and add a >> > conflict/replaces on libquicktime4linux0, the package which first >> > provided the current soname in woody. > >> As I said in the bug report, this package doesn't exist in Debian. > > It exists in oldstable, and AIUI nothing in stable forces the package's > removal from users systems. Why would you *not* want to address this part > of the woody->sarge->etch upgrade path? Because I've not seen this package in Debian. I think others maintainers really don't care if an official package conflicts with one of my unofficial packages. Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#324508: libquicktime0: File conflict with libquicktime1
Processing commands for [EMAIL PROTECTED]: > reopen 323659 Bug#323659: libquicktime1: Fails at install. Bug reopened, originator not changed. > 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#213920: marked as done (openal: FTBFS: sed errors)
Your message dated Tue, 23 Aug 2005 12:14:03 +0200 with message-id <[EMAIL PROTECTED]> and subject line seems to be 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; 3 Oct 2003 13:19:02 + >From [EMAIL PROTECTED] Fri Oct 03 08:18:11 2003 Return-path: <[EMAIL PROTECTED]> Received: from granger.mail.mindspring.net [207.69.200.148] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1A5Pox-0001PU-00; Fri, 03 Oct 2003 08:18:11 -0500 Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.ddts.net) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1A5Pox-t3-00 for [EMAIL PROTECTED]; Fri, 03 Oct 2003 09:18:11 -0400 Received: from daniel by frobnitz.ddts.net with local (Exim 4.22) id 1A5Pov-0008Ad-Re for [EMAIL PROTECTED]; Fri, 03 Oct 2003 06:18:09 -0700 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: openal: FTBFS: sed errors From: Daniel Schepler <[EMAIL PROTECTED]> Date: Fri, 03 Oct 2003 06:18:09 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Daniel Schepler <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE version=2.53-bugs.debian.org_2003_10_1 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_1 (1.174.2.15-2003-03-30-exp) Package: openal Severity: serious Version: 0.2003020200-1.1 >From my build log: ... checking for smpeg-config... /usr/bin/smpeg-config checking for sdl-config... /usr/bin/sdl-config Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs] checking for makeinfo... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for gmake... none configure: WARNING: Could not find gmake: so setting $MAKE to make. configure: creating ./config.status config.status: creating Makefile sed: file ./confstat78jqaq/subs-1.sed line 32: Unterminated `s' command config.status: creating src/Makefile sed: file ./confstat78jqaq/subs-1.sed line 32: Unterminated `s' command config.status: creating doc/Makefile sed: file ./confstat78jqaq/subs-1.sed line 32: Unterminated `s' command config.status: creating jlib/Makefile sed: file ./confstat78jqaq/subs-1.sed line 32: Unterminated `s' command config.status: creating audioconvert/Makefile sed: file ./confstat78jqaq/subs-1.sed line 32: Unterminated `s' command config.status: creating test/Makefile sed: file ./confstat78jqaq/subs-1.sed line 32: Unterminated `s' command config.status: creating config.h touch configure-stamp dh_testdir /usr/bin/make -C linux make[1]: Entering directory `/tmp/buildd/openal-0.2003020200/linux' make[1]: *** No targets. Stop. make[1]: Leaving directory `/tmp/buildd/openal-0.2003020200/linux' make: *** [build-stamp] Error 2 -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux frobnitz 2.6.0-test4 #1 Thu Aug 28 00:56:57 PDT 2003 i686 Locale: LANG=C, LC_CTYPE=C -- Daniel Schepler "Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet." -- Orson Scott Card --- Received: (at 213920-done) by bugs.debian.org; 23 Aug 2005 10:14:37 + >From [EMAIL PROTECTED] Tue Aug 23 03:14:37 2005 Return-path: <[EMAIL PROTECTED]> Received: from tauware.de (freiburg.chummer.net) [213.239.237.3] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7Vnh-0004wu-00; Tue, 23 Aug 2005 03:14:37 -0700 Received: from p5494db3e.dip.t-dialin.net ([84.148.219.62] helo=poseidon.informatik.uni-erlangen.de) by freiburg.chummer.net with esmtpa (Exim 4.50) id 1E7Vne-hh-Pz; Tue, 23 Aug 2005 12:14:34 +0200 Received: from hades.olymp.tauware.de ([192.168.204.1] helo=tauware.de) by poseidon.informatik.uni-erlangen.de with smtp (Exim 3.36 #1 (Debian)) id 1E7VsC-dg-00; Tue, 23 Aug 2005 12:19:16 +0200 Received: by tauware.de (sSMTP sendmail emulation); Tue, 23 Aug 2005 12:14:04 +0200 From: "Reinhard Tartler" <[EMAIL PROTECTED]> Subject: seems to be fixed To: [EMAIL PROTECTED] Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-b3YX52jV9SOdMcSUl9bY" Date: Tue, 23 Aug 2005 12:14:03 +0200 Message-Id: <[EMAIL
Processed: Re: libadplug0c2: depends on libbinio1c2 without declaring it.
Processing commands for [EMAIL PROTECTED]: > clone 321573 -1 Bug#321573: libadplug0c2: depends on libbinio1c2 without declaring it. Bug 321573 cloned as bug 324663. > reassign -1 libbinio1c2 1.3-3 Bug#324663: libadplug0c2: depends on libbinio1c2 without declaring it. Bug reassigned from package `libadplug0' to `libbinio1c2'. > retitle -1 libbinio1c2 shlibs are completely broken Bug#324663: libadplug0c2: depends on libbinio1c2 without declaring it. Changed Bug title. > severity -1 serious Bug#324663: libbinio1c2 shlibs are completely broken Severity set to `serious'. > block 321573 by -1 Bug number -1 not found. Unknown blocking bug/s: -1. Bug#321573: libadplug0c2: depends on libbinio1c2 without declaring it. Was not blocked by any bugs. Blocking bugs added: > 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: Patch for 319619
Processing commands for [EMAIL PROTECTED]: > tags 319619 + patch Bug#319619: Needs repackaging for latest aspell Tags were: sid 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#321544: imms: libtag1c2 and new upstream
Package: imms Version: 2.0.3-2 Followup-For: Bug #321544 Hi Thanks for imms, it has made my music collection a joy to listen to again. Please can you bump to the new version which will hopefully work a bit better? For about a month now, having the IMMS plugin enabled causes XMMS to use 100% CPU. As soon as I uncheck "Enable Plugin" in the preferences, cpu usage becomes almost nothing again. I have no idea which package change has caused this though. Possibly something to do with C++ or glib? Also libtag1 is now libtag1c2 Stu. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.12.3 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Versions of packages imms depends on: ii fftw3 3.0.1-13 library for computing Fast Fourier ii libc6 2.3.5-4 GNU C Library: Shared libraries an ii libgcc1 1:4.0.1-6GCC support library ii libglib1.2 1.2.10-10The GLib library of C routines ii libglib2.0-02.8.0-1 The GLib library of C routines ii libgtk1.2 1.2.10-17The GIMP Toolkit set of widgets fo ii libpcre35.0-1.1 Perl 5 Compatible Regular Expressi ii libsqlite3-03.2.2-3 SQLite 3 shared library ii libstdc++5 1:3.3.6-9The GNU Standard C++ Library v3 ii libtag1 1.3.1-1 TagLib Audio Meta-Data Library ii libx11-66.8.2.dfsg.1-5 X Window System protocol client li ii libxext66.8.2.dfsg.1-5 X Window System miscellaneous exte ii libxi6 6.8.2.dfsg.1-5 X Window System Input extension li ii xlibs 6.8.2.dfsg.1-5 X Window System client libraries m ii xmms1.2.10+cvs20050209-2 Versatile X audio player that look ii zlib1g 1:1.2.3-3compression library - runtime Versions of packages imms recommends: ii sox 12.17.7-3 A universal sound sample translato pn sqlite (no description available) ii sqlite3 3.2.2-3A command line interface for SQLit -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319619: Patch for 319619
tags 319619 + patch thanks Hi, we're transitioning aspell in Ubuntu as well and http://err.no/patches/dsdo_1.4.49-2_1.4.49-2ubuntu1.diff is the patch we've applied to fix this bug. -- Tollef Fog Heen,''`. UNIX is user friendly, it's just picky about who its friends are : :' : `. `' `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319665: marked as done (aspell-no: Needs repackaging for latest aspell)
Your message dated Tue, 23 Aug 2005 03:47:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#319665: fixed in norwegian 2.0-21 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 Jul 2005 21:43:22 + >From [EMAIL PROTECTED] Sat Jul 23 14:43:22 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail23.sea5.speakeasy.net [69.17.117.25] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DwRmE-00084s-00; Sat, 23 Jul 2005 14:43:22 -0700 Received: (qmail 29271 invoked from network); 23 Jul 2005 21:43:22 - Received: from dsl254-022-219.sea1.dsl.speakeasy.net (HELO sirius.bignachos.com) ([216.254.22.219]) (envelope-sender <[EMAIL PROTECTED]>) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for <[EMAIL PROTECTED]>; 23 Jul 2005 21:43:21 - Received: from rubeus (unknown [192.168.1.20]) by sirius.bignachos.com (Postfix) with ESMTP id AE82253573 for <[EMAIL PROTECTED]>; Sat, 23 Jul 2005 14:43:21 -0700 (PDT) Received: by rubeus (Postfix, from userid 1000) id 9711D33BDE; Sat, 23 Jul 2005 14:43:21 -0700 (PDT) From: Brian Nelson <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: aspell-no: Needs repackaging for latest aspell X-URL: http://bignachos.com Date: Sat, 23 Jul 2005 14:43:21 -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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: aspell-no Severity: grave Version: 2.0-20 Tags: sid As of the aspell 0.60.3-2 package, I changed the location in which aspell looks for dictionaries from /usr/lib/aspell-0.60 to /usr/lib/aspell (for support for autobuilding dictionary hashes). Obviously, this broke all existing dictionaries so I made it conflict with dictionaries providing aspell6-dictionary. Additionally, as of version 0.60.3-3 in conjunction with dictionaries-common >= 0.49.2, aspell now fully supports building dictionary hashes at install time. This provides two huge advantages over packaging the hashes in the .deb: 1. The dictionary packages may be Arch: all, which for some dictionaries provides a significant relief to the mirrors. 2. The hashes will be automatically rebuilt for new aspell versions if the dictionary format changes, eliminating the need to transition all dictionary packages. Consequently, this is now the preferred method for packaging aspell dictionaries. Packaging dictionaries for aspell >= 0.60.3-3 - [Old-style hashes (.rws files) in .deb] 1. Change "Provides: aspell6-dictionary" to "Provides: aspell6a-dictionary" 2. Ensure dictionary files are installed to /usr/lib/aspell 3. Remove any dependency on libaspell15 (see #310590) or aspell-bin (which no longer exists). Instead depend on aspell (>= 0.60.3-2). [New-style autobuilt hashes] 1. Change "Provides: aspell6-dictionary" to "Provides: aspell-dictionary" (no version in name). 2. Remove build-dependency on aspell(-bin) 3. Change Architecture to "all" 4. Add binary package dependency on "aspell (>= 0.60.3-3)" 5. Remove any relationship on libaspell15 or aspell-bin 6. Package an empty file /var/lib/aspell/$DICT_LANG.compat (where $DICT_LANG is the iso code for the dictionary, e.g. "en") 7. Install the wordlists compressed as .mwl.gz, .wl.gz, or .cwl.gz to /usr/share/aspell. 8. For each of the above wordlists: a. Package an empty file /var/lib/aspell/$WORDLIST.rws (where $WORDLIST is the wordlist filename minus the .*wl.gz extension) b. Add a symlink /usr/lib/aspell/$WORDLIST.rws -> /var/lib/aspell/$WORDLIST.rws c. Append the $WORDLIST to the file "/usr/share/aspell/$DICT_LANG/.contents". The .contents file should contain one $WORDLIST per line. 9. Add a postinst call to "/usr/sbin/update-dictcommon-aspell"--the easiest way to do this is to build-depend on dictionaries-common-dev (>= 0.9.1) and run installdeb-aspell from debian/rules. For some examples, see aspell-en (for dictionaries based on ftp://ftp.gnu.org/gnu/aspell/dict tarballs) or
Bug#324659: tulip: ftbfs [sparc] cannot find -lGL
Package: tulip Version: 2.0.2-5 Severity: serious Justification: fails to build from source tulip failed to build on my sparc pbuilder. (It failed on a sparc buildd due to a temporarily uninstalable build dependancy.) g++ -shared -nostdlib /usr/lib/gcc/sparc-linux-gnu/4.0.2/../../../../lib/crti.o /usr/lib/gcc/sparc-linux-gnu/4.0.2/crtbeginS.o .libs/Hline.o .libs/Parser.o .libs/Paragraph.o .libs/Renderer.o .libs/GlRenderer.o .libs/TextRenderer.o .libs/Table.o .libs/Context.o .libs/Document.o .libs/ObservableGlGraph.o .libs/Glyph.o .libs/Camera.o .libs/GlGraph.o .libs/GlGraphSelection.o .libs/GlGraphDrawGraph.o .libs/GlGraphMouse.o .libs/GlGraphMakeObject.o .libs/GlGraphTextureProxy.o .libs/GlGraphSetGet.o .libs/GlGraphNavigate.o .libs/GlGraphInit.o .libs/Bezier.o .libs/Spline.o .libs/GlLines.o .libs/TLPPixmapFont.o .libs/TLPPixmapGlyph.o .libs/GlDrawable.o .libs/EpsFunction.o -Wl,--whole-archive ../../../thirdparty/ftgl/.libs/libftgl.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip/src/.libs -L/usr/X11R6/lib -L/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip/src /tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip/src/.libs/libtulip.so -lpng /usr/lib/libjpeg.so -lGLU -lGL -lXi -lXmu /usr/lib/libfreetype.so -L/usr/lib /usr/lib/libxml2.so -lz -lgle -L/usr/lib/gcc/sparc-linux-gnu/4.0.2 -L/usr/lib/gcc/sparc-linux-gnu/4.0.2/../../../../lib -L/usr/lib/gcc/sparc-linux-gnu/4.0.2/../../.. -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/sparc-linux-gnu/4.0.2/crtendS.o /usr/lib/gcc/sparc-linux-gnu/4.0.2/../../../../lib/crtn.o -Wl,-soname -Wl,libtulip-ogl-2.0.so.0 -o .libs/libtulip-ogl-2.0.so.0.0.0 /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status make[5]: *** [libtulip-ogl.la] Error 1 make[5]: Leaving directory `/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip-ogl/src' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2/library/tulip-ogl' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2/library' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/tulip-2.0.2/build-tree/tulip-2.0.2' make: *** [stampdir/build] Error 2
Bug#324531: pcre3: CAN-2005-2491
Joey Hess wrote on 23/08/2005 01:43: > Adrian Bunk wrote: > >>It should be checked which of the versions in unstable/testing, >>stable and oldstable might be affected by CAN-2005-2491 >>(PCRE Heap Overflow May Let Users Execute Arbitrary Code). > > > Which is unfortunatly still marked as "reserved" in the CVE db, so I > don't have any more info about it. URL? > http://www.securitytracker.com/alerts/2005/Aug/1014744.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#321573: libadplug0c2: depends on libbinio1c2 without declaring it.
clone 321573 -1 reassign -1 libbinio1c2 1.3-3 retitle -1 libbinio1c2 shlibs are completely broken severity -1 serious block 321573 by -1 thanks This bug is triggered by a broken shlibs file in libbinio1c2: libbinio 1.3 libbinio1c2 (>= 1.3-3) The soname of this library is libbinio.so.1, which doesn't in the least match the information provided by this file, so no dependency is picked up by any package that builds against libbinio. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Processed: affects both lib packages, in testing and unstable
Processing commands for [EMAIL PROTECTED]: > reassign 321573 libadplug0 1.5.1-2,libadplug0c2 1.5.1-3 Bug#321573: libadplug0c2: depends on libbinio1c2 without declaring it. Bug reassigned from package `adplug-utils' to `libadplug0'. > 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: old_passwords bug maintainance
Processing commands for [EMAIL PROTECTED]: > severity 324035 important Bug#324035: mysql-common: MySQL fails to start due to old compatibility line. Severity set to `important'. > severity 324044 important Bug#324044: mysql-common: 'old_passwords Severity set to `important'. > tags 324035 confirmed Bug#324035: mysql-common: MySQL fails to start due to old compatibility line. There were no tags set. Tags added: confirmed > tags 324044 confirmed Bug#324044: mysql-common: 'old_passwords There were no tags set. Tags added: confirmed > merge 324035 324044 Bug#324035: mysql-common: MySQL fails to start due to old compatibility line. Bug#324044: mysql-common: 'old_passwords Merged 324035 324044. > 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#324035: old_passwords bug maintainance
severity 324035 important severity 324044 important tags 324035 confirmed tags 324044 confirmed merge 324035 324044 thanks i believe this problem is resolved in unstable, but i'll leave it for christian to clarify so, or whether or not we are still waiting on something from the buildd's or ftp-master. however, in the meantime i can at least appropriately set the severity and merge the two remaining reports. for more information, also see the already closed reports: #320869: mysql-server: mysqld will not start with old_passwords=1 in conf file #320919: mysql-common: Upgrade to 5.0.7beta-1 disabled the service sean -- signature.asc Description: Digital signature
Bug#316447: [php-maint] Bug#316447: packages for sarge?
Tags: sarge security Quoting Steve Langasek ([EMAIL PROTECTED]): > On Mon, Aug 22, 2005 at 08:11:27PM +0200, Zoran Dzelajlija wrote: > > Hi, any word of a sarge release to cover CAN-2005-1921 and, to kill two > > flies, the new XML_RPC bug CAN-2005-2498? I've applied Ubuntu's > > patches for both to a local build without much hassle... > > If you can provide me a direct URL for the Ubuntu security patches, I can > probably find time to roll an update for the security team if Adam's busy. Patches for XML_RPC, CAN-2005-1921 and CAN-2005-2498 can be found in for example ftp://archive.ubuntu.com/ubuntu/pool/universe/p/php4-universe/php4-universe_4.3.10-10ubuntu3.4.diff.gz (note that their patching is done in debian/rules after make install-pear) There's also a patch for a minor shtool vulnerability (CAN-2005-1751, CAN-2005-1759, insecure use of temporary files, the thing comes with php4-dev), but interestingly not in the above package, but in the other: ftp://archive.ubuntu.com/ubuntu/pool/main/p/php4/php4_4.3.10-10ubuntu4.1.diff.gz > > Also, is there some user-friendly documentation aobut the new BTS > > features (found vs. tagging for sarge)? > > No, there doesn't seem to be any user-friendly documentation yet, just the > information that was posted to debian-devel-announce. :) Eh. Should I file bugs for the bugs.debian.org or something? ;-) > It should not be reopened. It should be tagged "sarge", as I'm told the > suite tags will have an impact on archival of bugs. Ok. Zoran -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#323366: [php-maint] Bug#323366: SECURITY: XML::RPC remote code injections (CAN-2005-2498)
Quoting Adam Conrad ([EMAIL PROTECTED]): > Zoran Dzelajlija wrote: > > > > FWIW, patches from Ubuntu might help: > > I know, I did the Ubuntu patches. Heh, I (obviously) didn't know that. > I need to get the security team in > the loop to get my changes into Debian as well. :/ Can I do anything to speed it up? I've sent a mail to #316447 (the other XML_RPC bug) + CC to the security team regarding that bug yesterday. It's not nice to see these security fixes waiting for two months, especially since they don't seem to be too problematic (like mozilla-* or kernel security updates). Zoran -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#104394: Hi! It's Shannon
Hey honey! :) It's Shannon, remember me? My photo here http://huqimoxyjame.com/view.cgi?s=all&m=IJFGAF.iPdR,gfibjW,VSd -- Best regards, Shannon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324516: firefox closes/crashes on ctrl-w or clicking [X]
I can confirm this behavior on my setup as well. -Brent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#285095: marked as done (am-utils: FTBFS (amd64/gcc-4.0): static declaration of 'mboxfile' follows non-static declaration)
Your message dated Tue, 23 Aug 2005 06:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#285095: fixed in am-utils 6.0.9-4 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 Dec 2004 16:08:37 + >From [EMAIL PROTECTED] Fri Dec 10 08:08:37 2004 Return-path: <[EMAIL PROTECTED]> Received: from c158155.adsl.hansenet.de (localhost.localdomain) [213.39.158.155] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CcnJs-00045g-00; Fri, 10 Dec 2004 08:08:37 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CcnNt-0005qf-FW; Fri, 10 Dec 2004 17:12:50 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: am-utils: FTBFS (amd64/gcc-4.0): static declaration of 'mboxfile' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Fri, 10 Dec 2004 17:12:50 +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: am-utils Severity: normal Tags: patch When building 'am-utils' on amd64 with gcc-4.0, I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include-g -Wall -O2 -c `test -f 'hlfsd.c' || echo './'`hlfsd.c hlfsd.c: In function 'hlfsd_init': hlfsd.c:749: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include-g -Wall -O2 -c `test -f 'homedir.c' || echo './'`homedir.c homedir.c:70: error: static declaration of 'mboxfile' follows non-static declaration ./hlfsd.h:145: error: previous declaration of 'mboxfile' was here make[3]: *** [homedir.o] Error 1 make[3]: Leaving directory `/am-utils-6.0.9/hlfsd' With the attached patch 'am-utils' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/am-utils-6.0.9/hlfsd/homedir.c ./hlfsd/homedir.c --- ../tmp-orig/am-utils-6.0.9/hlfsd/homedir.c 2002-12-28 15:49:22.0 +0100 +++ ./hlfsd/homedir.c 2004-12-10 16:45:51.825663992 +0100 @@ -67,7 +67,7 @@ static uid2home_t *pwtab; static void delay(uid2home_t *, int); static void table_add(int, const char *, const char *); -static char mboxfile[MAXPATHLEN]; +char mboxfile[MAXPATHLEN]; static char *root_home;/* root's home directory */ /* GLOBAL FUNCTIONS */ --- Received: (at 285095-close) by bugs.debian.org; 23 Aug 2005 13:39:02 + >From [EMAIL PROTECTED] Tue Aug 23 06:39:02 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Ysr-EL-00; Tue, 23 Aug 2005 06:32:09 -0700 From: Tim Cutts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#285095: fixed in am-utils 6.0.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 4 Source: am-utils Source-Version: 6.0.9-4 We believe that the bug you reported is fixed in the latest version of am-utils, which is due to be installed in the Debian FTP archive: am-utils-doc_6.0.9-4_all.deb to pool/main/a/am-utils/am-utils-doc_6.0.9-4_all.deb am-utils_6.0.9-4.diff.gz to pool/main/a/am-utils/am-utils_6.0.9-4.diff.gz am-utils_6.0.9-4.dsc to pool/main/a/am-utils/am-utils_6.0.9-4.dsc am-utils_6.0.9-4_alpha.deb to pool/main/a/am-utils/am-utils_6.0.9-4_alpha.deb libamu-dev_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu-dev_6.0.9-4_alpha.deb libamu2_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu2_6.0.9-4_alpha.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. Tim Cutts <[EMAIL PROTECTED]> (supplier of upda
Bug#274223: marked as done (build depends on build system features)
Your message dated Tue, 23 Aug 2005 06:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#274223: fixed in am-utils 6.0.9-4 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 Sep 2004 13:00:32 + >From [EMAIL PROTECTED] Thu Sep 30 06:00:32 2004 Return-path: <[EMAIL PROTECTED]> Received: from mailhub.id.cbs.dk [130.226.47.91] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CD0Xw-0006Zp-00; Thu, 30 Sep 2004 06:00:32 -0700 Received: from mail.id.cbs.dk ([172.16.14.53] ident=mail) by mailhub.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1CD0Xl-0002o9-00 for <[EMAIL PROTECTED]>; Thu, 30 Sep 2004 15:00:21 +0200 Received: from deskpro02.id.cbs.dk ([130.226.34.10]) by mail.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1CD0Xl-0006We-00 for <[EMAIL PROTECTED]>; Thu, 30 Sep 2004 15:00:21 +0200 Received: from ukh by deskpro02.id.cbs.dk with local (Exim 3.36 #1 (Debian)) id 1CD0XG-0006Y9-00 for <[EMAIL PROTECTED]>; Thu, 30 Sep 2004 14:59:50 +0200 Date: Thu, 30 Sep 2004 14:59:50 +0200 To: [EMAIL PROTECTED] Subject: build depends on build system features Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6+20040722i From: Kaare Hviid <[EMAIL PROTECTED]> X-Scanner: exiscan *1CD0Xl-0002o9-00*5t5W7gdB/GY* 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: am-utils Version: 6.0.9-3.0 Severity: wishlist While trying to track down a failed build of am-utils, I spotted that the ./configure script enables and disables features depending on which filesystems are enabled on the build system. In at least one case, the build will also fail, but I'm lacking test systems to track down exactly which filesystems that _have_ to be enabled for a successful build, but I suspect XFS. For systems running stock Debian _Linux_ kernels, this _might_ be worked around using something like this prior to configure: for filesystem in xfs ufs efs ext2 ext3 jfs vfat nfs isofs; do \ modprobe $filesystem; done However, it's debatable if it's really wise to mess around with modprobe on build systems, and builders on non-Linux kernels, for instance GNU/Hurd, most probably won't like it. I'm posting this with "whishlist" since I'm not aware of any official am-utils debs with actual problems, but I imagine that depending on build system, architecture and the phase of the moon, this could cause different am-utils deb's to function differently - something that most likely would be very hard to track down and debug. Cheers, -- Kåre Hviid [EMAIL PROTECTED] +45 3815 3075 Sys Admin Institut for Datalingvistik, Handelshøjskolen i København --- Received: (at 274223-close) by bugs.debian.org; 23 Aug 2005 13:41:11 + >From [EMAIL PROTECTED] Tue Aug 23 06:41:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Ysr-E9-00; Tue, 23 Aug 2005 06:32:09 -0700 From: Tim Cutts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#274223: fixed in am-utils 6.0.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 7 Source: am-utils Source-Version: 6.0.9-4 We believe that the bug you reported is fixed in the latest version of am-utils, which is due to be installed in the Debian FTP archive: am-utils-doc_6.0.9-4_all.deb to pool/main/a/am-utils/am-utils-doc_6.0.9-4_all.deb am-utils_6.0.9-4.diff.gz to pool/main/a/am-utils/am-utils_6.0.9-4.diff.gz am-utils_6.0.9-4.dsc to pool/main/a/
Bug#249666: marked as done (am-utils-doc: contains info dir.gz and dir.old.gz files)
Your message dated Tue, 23 Aug 2005 06:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#249666: fixed in am-utils 6.0.9-4 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 May 2004 19:05:25 + >From [EMAIL PROTECTED] Tue May 18 12:05:25 2004 Return-path: <[EMAIL PROTECTED]> Received: from pico.surpasshosting.com [66.194.152.191] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BQ9u1-00020P-00; Tue, 18 May 2004 12:05:25 -0700 Received: from [208.180.235.136] (helo=calc-amd64) by pico.surpasshosting.com with esmtp (TLSv1:RC4-SHA:128) (Exim 4.34) id 1BQ9th-0001Ip-Ba; Tue, 18 May 2004 15:05:07 -0400 Received: from ccheney by calc-amd64 with local (Exim 4.34) id 1BQ9sG-0005jc-9v; Tue, 18 May 2004 14:03:36 -0500 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Christopher L Cheney <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: am-utils-doc: contains info dir.gz and dir.old.gz files X-Mailer: reportbug 2.59 Date: Tue, 18 May 2004 14:03:28 -0500 Message-Id: <[EMAIL PROTECTED]> Sender: Christopher L Cheney <[EMAIL PROTECTED]> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - pico.surpasshosting.com X-AntiAbuse: Original Domain - bugs.debian.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - cheney.cx X-Source: X-Source-Args: X-Source-Dir: 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: am-utils-doc Version: 6.0.9-3 Severity: serious am-utils-doc should not be shipping dir.gz or dir.old.gz files and it does on rebuild. Usually fixing this problem is simple to do simply by running autoreconf -i. Chris -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (x86_64) Kernel: Linux 2.6.6-bk2-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 --- Received: (at 249666-close) by bugs.debian.org; 23 Aug 2005 13:41:11 + >From [EMAIL PROTECTED] Tue Aug 23 06:41:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Ysr-E6-00; Tue, 23 Aug 2005 06:32:09 -0700 From: Tim Cutts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#249666: fixed in am-utils 6.0.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 6 Source: am-utils Source-Version: 6.0.9-4 We believe that the bug you reported is fixed in the latest version of am-utils, which is due to be installed in the Debian FTP archive: am-utils-doc_6.0.9-4_all.deb to pool/main/a/am-utils/am-utils-doc_6.0.9-4_all.deb am-utils_6.0.9-4.diff.gz to pool/main/a/am-utils/am-utils_6.0.9-4.diff.gz am-utils_6.0.9-4.dsc to pool/main/a/am-utils/am-utils_6.0.9-4.dsc am-utils_6.0.9-4_alpha.deb to pool/main/a/am-utils/am-utils_6.0.9-4_alpha.deb libamu-dev_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu-dev_6.0.9-4_alpha.deb libamu2_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu2_6.0.9-4_alpha.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. Tim Cutts <[EMAIL PROTECTED]> (supplier of updated am-utils 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---
Bug#276738: marked as done (am-utils: FTBFS: MOUNT_TYPE_UFS undeclared)
Your message dated Tue, 23 Aug 2005 06:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#274223: fixed in am-utils 6.0.9-4 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; 16 Oct 2004 00:32:52 + >From [EMAIL PROTECTED] Fri Oct 15 17:32:52 2004 Return-path: <[EMAIL PROTECTED]> Received: from mclean.mail.mindspring.net [207.69.200.57] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CIcVA-d3-00; Fri, 15 Oct 2004 17:32:52 -0700 Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.ddts.net) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CIcVA-0005XS-00 for [EMAIL PROTECTED]; Fri, 15 Oct 2004 20:32:52 -0400 Received: from daniel by frobnitz.ddts.net with local (Exim 4.34) id 1CIcV9-Gx-NV for [EMAIL PROTECTED]; Fri, 15 Oct 2004 17:32:51 -0700 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: am-utils: FTBFS: MOUNT_TYPE_UFS undeclared From: Daniel Schepler <[EMAIL PROTECTED]> Date: Fri, 15 Oct 2004 17:32:51 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Daniel Schepler <[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: am-utils Severity: serious Version: 6.0.9-3.0 >From my build log (on i386): ... /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -Wall -O2 -c -o mountutil.lo `test -f 'mountutil.c' || echo './'`mountutil.c rm -f .libs/mountutil.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -Wall -O2 -c mountutil.c -fPIC -DPIC -o .libs/mountutil.lo mountutil.c: In function `mount_linux': mountutil.c:236: error: `MOUNT_TYPE_UFS' undeclared (first use in this function) mountutil.c:236: error: (Each undeclared identifier is reported only once mountutil.c:236: error: for each function it appears in.) make[4]: *** [mountutil.lo] Error 1 make[4]: Leaving directory `/tmp/buildd/am-utils-6.0.9/libamu' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/buildd/am-utils-6.0.9/libamu' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/am-utils-6.0.9' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/am-utils-6.0.9' make: *** [build-stamp] Error 2 -- Daniel Schepler "Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet." -- Orson Scott Card --- Received: (at 274223-close) by bugs.debian.org; 23 Aug 2005 13:41:11 + >From [EMAIL PROTECTED] Tue Aug 23 06:41:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Ysr-E9-00; Tue, 23 Aug 2005 06:32:09 -0700 From: Tim Cutts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#274223: fixed in am-utils 6.0.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 7 Source: am-utils Source-Version: 6.0.9-4 We believe that the bug you reported is fixed in the latest version of am-utils, which is due to be installed in the Debian FTP archive: am-utils-doc_6.0.9-4_all.deb to pool/main/a/am-utils/am-utils-doc_6.0.9-4_all.deb am-utils_6.0.9-4.diff.gz to pool/main/a/am-utils/am-utils_6.0.9-4.diff.gz am-utils_6.0.9-4.dsc to pool/main/a/am-utils/am-utils_6.0.9-4.dsc am-utils_6.0.9-4_alpha.deb to pool/main/a/am-utils/am-utils_6.0.9-4_alpha.deb libamu-dev_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu-dev_6.0.9-4_alpha.deb libamu2_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu2_6.0.9-4_alpha.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 a
Bug#276738: marked as done (am-utils: FTBFS: MOUNT_TYPE_UFS undeclared)
Your message dated Tue, 23 Aug 2005 06:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#276738: fixed in am-utils 6.0.9-4 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; 16 Oct 2004 00:32:52 + >From [EMAIL PROTECTED] Fri Oct 15 17:32:52 2004 Return-path: <[EMAIL PROTECTED]> Received: from mclean.mail.mindspring.net [207.69.200.57] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CIcVA-d3-00; Fri, 15 Oct 2004 17:32:52 -0700 Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] helo=frobnitz.ddts.net) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CIcVA-0005XS-00 for [EMAIL PROTECTED]; Fri, 15 Oct 2004 20:32:52 -0400 Received: from daniel by frobnitz.ddts.net with local (Exim 4.34) id 1CIcV9-Gx-NV for [EMAIL PROTECTED]; Fri, 15 Oct 2004 17:32:51 -0700 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: am-utils: FTBFS: MOUNT_TYPE_UFS undeclared From: Daniel Schepler <[EMAIL PROTECTED]> Date: Fri, 15 Oct 2004 17:32:51 -0700 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Daniel Schepler <[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: am-utils Severity: serious Version: 6.0.9-3.0 >From my build log (on i386): ... /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -Wall -O2 -c -o mountutil.lo `test -f 'mountutil.c' || echo './'`mountutil.c rm -f .libs/mountutil.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -Wall -O2 -c mountutil.c -fPIC -DPIC -o .libs/mountutil.lo mountutil.c: In function `mount_linux': mountutil.c:236: error: `MOUNT_TYPE_UFS' undeclared (first use in this function) mountutil.c:236: error: (Each undeclared identifier is reported only once mountutil.c:236: error: for each function it appears in.) make[4]: *** [mountutil.lo] Error 1 make[4]: Leaving directory `/tmp/buildd/am-utils-6.0.9/libamu' make[3]: *** [all] Error 2 make[3]: Leaving directory `/tmp/buildd/am-utils-6.0.9/libamu' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tmp/buildd/am-utils-6.0.9' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/buildd/am-utils-6.0.9' make: *** [build-stamp] Error 2 -- Daniel Schepler "Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet." -- Orson Scott Card --- Received: (at 276738-close) by bugs.debian.org; 23 Aug 2005 13:39:01 + >From [EMAIL PROTECTED] Tue Aug 23 06:39:01 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Ysr-EG-00; Tue, 23 Aug 2005 06:32:09 -0700 From: Tim Cutts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#276738: fixed in am-utils 6.0.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: am-utils Source-Version: 6.0.9-4 We believe that the bug you reported is fixed in the latest version of am-utils, which is due to be installed in the Debian FTP archive: am-utils-doc_6.0.9-4_all.deb to pool/main/a/am-utils/am-utils-doc_6.0.9-4_all.deb am-utils_6.0.9-4.diff.gz to pool/main/a/am-utils/am-utils_6.0.9-4.diff.gz am-utils_6.0.9-4.dsc to pool/main/a/am-utils/am-utils_6.0.9-4.dsc am-utils_6.0.9-4_alpha.deb to pool/main/a/am-utils/am-utils_6.0.9-4_alpha.deb libamu-dev_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu-dev_6.0.9-4_alpha.deb libamu2_6.0.9-4_alpha.deb to pool/main/a/am-utils/libamu2_6.0.9-4_alpha.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 a
Bug#274223: marked as done (build depends on build system features)
Your message dated Tue, 23 Aug 2005 06:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#276738: fixed in am-utils 6.0.9-4 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 Sep 2004 13:00:32 + >From [EMAIL PROTECTED] Thu Sep 30 06:00:32 2004 Return-path: <[EMAIL PROTECTED]> Received: from mailhub.id.cbs.dk [130.226.47.91] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CD0Xw-0006Zp-00; Thu, 30 Sep 2004 06:00:32 -0700 Received: from mail.id.cbs.dk ([172.16.14.53] ident=mail) by mailhub.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1CD0Xl-0002o9-00 for <[EMAIL PROTECTED]>; Thu, 30 Sep 2004 15:00:21 +0200 Received: from deskpro02.id.cbs.dk ([130.226.34.10]) by mail.id.cbs.dk with esmtp (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian)) id 1CD0Xl-0006We-00 for <[EMAIL PROTECTED]>; Thu, 30 Sep 2004 15:00:21 +0200 Received: from ukh by deskpro02.id.cbs.dk with local (Exim 3.36 #1 (Debian)) id 1CD0XG-0006Y9-00 for <[EMAIL PROTECTED]>; Thu, 30 Sep 2004 14:59:50 +0200 Date: Thu, 30 Sep 2004 14:59:50 +0200 To: [EMAIL PROTECTED] Subject: build depends on build system features Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6+20040722i From: Kaare Hviid <[EMAIL PROTECTED]> X-Scanner: exiscan *1CD0Xl-0002o9-00*5t5W7gdB/GY* 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: am-utils Version: 6.0.9-3.0 Severity: wishlist While trying to track down a failed build of am-utils, I spotted that the ./configure script enables and disables features depending on which filesystems are enabled on the build system. In at least one case, the build will also fail, but I'm lacking test systems to track down exactly which filesystems that _have_ to be enabled for a successful build, but I suspect XFS. For systems running stock Debian _Linux_ kernels, this _might_ be worked around using something like this prior to configure: for filesystem in xfs ufs efs ext2 ext3 jfs vfat nfs isofs; do \ modprobe $filesystem; done However, it's debatable if it's really wise to mess around with modprobe on build systems, and builders on non-Linux kernels, for instance GNU/Hurd, most probably won't like it. I'm posting this with "whishlist" since I'm not aware of any official am-utils debs with actual problems, but I imagine that depending on build system, architecture and the phase of the moon, this could cause different am-utils deb's to function differently - something that most likely would be very hard to track down and debug. Cheers, -- Kåre Hviid [EMAIL PROTECTED] +45 3815 3075 Sys Admin Institut for Datalingvistik, Handelshøjskolen i København --- Received: (at 276738-close) by bugs.debian.org; 23 Aug 2005 13:39:01 + >From [EMAIL PROTECTED] Tue Aug 23 06:39:01 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Ysr-EG-00; Tue, 23 Aug 2005 06:32:09 -0700 From: Tim Cutts <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#276738: fixed in am-utils 6.0.9-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 3 Source: am-utils Source-Version: 6.0.9-4 We believe that the bug you reported is fixed in the latest version of am-utils, which is due to be installed in the Debian FTP archive: am-utils-doc_6.0.9-4_all.deb to pool/main/a/am-utils/am-utils-doc_6.0.9-4_all.deb am-utils_6.0.9-4.diff.gz to pool/main/a/am-utils/am-utils_6.0.9-4.diff.gz am-utils_6.0.9-4.dsc to pool/main/a/
Bug#324031: marked as done (vlc: FTBFS on 64 bit arches: error: cast from 'void*' to 'int' loses precision)
Your message dated Tue, 23 Aug 2005 06:32:20 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324031: fixed in vlc 0.8.4-svn20050823-1 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; 19 Aug 2005 21:42:10 + >From [EMAIL PROTECTED] Fri Aug 19 14:42:10 2005 Return-path: <[EMAIL PROTECTED]> Received: from poros.telenet-ops.be [195.130.132.44] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E6Ecs-0004UO-00; Fri, 19 Aug 2005 14:42:10 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by poros.telenet-ops.be (Postfix) with SMTP id 95C933BC1A8 for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 23:42:09 +0200 (MEST) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by poros.telenet-ops.be (Postfix) with ESMTP id 890723BC0C0 for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 23:42:09 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id 181A426136; Fri, 19 Aug 2005 23:42:09 +0200 (CEST) Date: Fri, 19 Aug 2005 23:42:09 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: vlc: FTBFS on 64 bit arches: error: cast from 'void*' to 'int' loses precision Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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: vlc Version: 0.8.4-svn20050810-1 Severity: serious Hi, Your package is failing to build on 64 bit arches with the following error: g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DSYS_LINUX -I../../../include `top_builddir="../../.." ../../../vlc-config --cxxflags plugin skins2` -Wsign-compare -Wsign-compare -Wall -pipe -c -o libskins2_plugin_a-theme_loader.o `test -f 'src/theme_loader.cpp' || echo './'`src/theme_loader.cpp src/theme_loader.cpp: In function 'int gzopen_frontend(char*, int, int)': src/theme_loader.cpp:559: error: cast from 'void*' to 'int' loses precision make[7]: *** [libskins2_plugin_a-theme_loader.o] Error 1 Kurt --- Received: (at 324031-close) by bugs.debian.org; 23 Aug 2005 13:41:37 + >From [EMAIL PROTECTED] Tue Aug 23 06:41:37 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7Yt2-Kp-00; Tue, 23 Aug 2005 06:32:20 -0700 From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324031: fixed in vlc 0.8.4-svn20050823-1 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 06:32:20 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 7 Source: vlc Source-Version: 0.8.4-svn20050823-1 We believe that the bug you reported is fixed in the latest version of vlc, which is due to be installed in the Debian FTP archive: gnome-vlc_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/gnome-vlc_0.8.4-svn20050823-1_i386.deb gvlc_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/gvlc_0.8.4-svn20050823-1_i386.deb kvlc_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/kvlc_0.8.4-svn20050823-1_i386.deb libvlc0-dev_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/libvlc0-dev_0.8.4-svn20050823-1_i386.deb mozilla-plugin-vlc_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/mozilla-plugin-vlc_0.8.4-svn20050823-1_i386.deb qvlc_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/qvlc_0.8.4-svn20050823-1_i386.deb vlc-plugin-alsa_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/vlc-plugin-alsa_0.8.4-svn20050823-1_i386.deb vlc-plugin-arts_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/vlc-plugin-arts_0.8.4-svn20050823-1_i386.deb vlc-plugin-esd_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/vlc-plugin-esd_0.8.4-svn20050823-1_i386.deb vlc-plugin-ggi_0.8.4-svn20050823-1_i386.deb to pool/main/v/vlc/vlc-plugin-ggi_0.8.4-svn20050823-1_i386.deb vlc-plugin
Bug#323238: gDesklets will not start
Hello, Could you please check if your problem comes from the same cause as the other reporter for this bug ? (ie, previous gdesklets installation in /usr/local) Thanks, -- Clément
Bug#324684: python2.3-gdbm: unable to install
Package: python2.3-gdbm Severity: grave Justification: renders package unusable Hi, i want to install pyzor in my debian stable. when i try to install it, i've got a dependencies error. i've try to install python2.3-gdbm alone and i've got an error # apt-get install python2.3-gdbm Les paquets suivants contiennent des dépendances non satisfaites : python2.3-gdbm: Dépend: python2.3 (= 2.3.5-3) mais 2.3.5-4 devra être installé E: Paquets défectueux i think that the dependencies should be python2.3 >= 2.3.5-3 -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324576: scsh-0.6: FTBFS with gcc-4.0: invalid storage class for function 'write_integer'
tags 324576 =upstream pending patch forwarded 324576 https://sourceforge.net/tracker/index.php?func=detail&aid=1194281&group_id=10493&atid=110493 Thanks for your bug report. A fixed version is being built and will hopefully be uploaded still today. (Patch attached.) On Mon, Aug 22, 2005 at 01:35:43PM -0700, Daniel Schepler wrote: > Package: scsh-0.6 > Severity: serious > Version: 0.6.6-9 >> From my build log, using pbuilder in an i386 chroot: > gcc -c -DHAVE_CONFIG_H -I./c -I./cig -g -Wall -O2 -D_GNU_SOURCE -o > c/unix/io.o c/unix/io.c > c/unix/io.c: In function 'ps_write_integer': > c/unix/io.c:154: error: invalid storage class for function 'write_integer' > c/unix/io.c:160: warning: implicit declaration of function 'write_integer' > c/unix/io.c: At top level: > c/unix/io.c:171: error: conflicting types for 'write_integer' > c/unix/io.c:160: error: previous implicit declaration of 'write_integer' was > here > make[1]: *** [c/unix/io.o] Error 1 > make[1]: Leaving directory `/tmp/buildd/scsh-0.6-0.6.6' > make: *** [build-stamp] Error 2 -- Lionel Tue Aug 23 14:27:47 CEST 2005 [EMAIL PROTECTED] tagged DEBIAN_scsh-0.6_0.6.6-10 Tue Aug 23 14:22:23 CEST 2005 [EMAIL PROTECTED] * gcc4-FTBFS diff -rN -u old-scsh-0.6-0.6.6/c/unix/io.c new-scsh-0.6-0.6.6/c/unix/io.c --- old-scsh-0.6-0.6.6/c/unix/io.c 2005-08-23 14:38:58.0 +0200 +++ new-scsh-0.6-0.6.6/c/unix/io.c 2005-08-23 14:14:49.0 +0200 @@ -146,13 +146,27 @@ return 0; } } +static long +write_integer(unsigned long n, FILE *port) +{ + char ch; + long status; + + if (n == 0) +status = 0; + else { +status = write_integer(n / 10, port); +if (status == 0) { + ch = (n % 10) + '0'; + WRITE_CHAR(ch, port,status); } } + return status; +} + long ps_write_integer(long n, FILE *port) { int status; - static long write_integer(unsigned long n, FILE *port); - if (n == 0) { WRITE_CHAR('0', port, status); return status; } @@ -166,22 +180,6 @@ return status; } } -static long -write_integer(unsigned long n, FILE *port) -{ - char ch; - long status; - - if (n == 0) -status = 0; - else { -status = write_integer(n / 10, port); -if (status == 0) { - ch = (n % 10) + '0'; - WRITE_CHAR(ch, port,status); } } - return status; -} - long ps_write_string(char *string, FILE *port) { diff -rN -u old-scsh-0.6-0.6.6/debian/changelog new-scsh-0.6-0.6.6/debian/changelog --- old-scsh-0.6-0.6.6/debian/changelog 2005-08-23 14:38:58.0 +0200 +++ new-scsh-0.6-0.6.6/debian/changelog 2005-08-23 14:14:08.0 +0200 @@ -3,8 +3,10 @@ * Autogenerate Architecture: line of debian/control with help of type-handling * Remove libtool from Build-Depends: unused since 0.6.0-1 + * Define function before it is used, at the top level. +Fixes a FTBFS with gcc4 (closes: #324576) - -- + -- Lionel Elie Mamane <[EMAIL PROTECTED]> Tue, 23 Aug 2005 14:14:08 +0200 scsh-0.6 (0.6.6-9) unstable; urgency=low
Bug#324508: libquicktime0: File conflict with libquicktime1
On Tue, Aug 23, 2005 at 12:44:11AM +0200, Christian Marillat wrote: > Daniel Kobras <[EMAIL PROTECTED]> writes: > > I've introduced nothing. The previous package name was a hack. The > soname for quicktime was always 0. The 1 soname has been introduced buy > the Debian maintainer. I see. The 1:0.9.3-2.1 changelog entry indicated the soname change induced upstream. Thanks for clearing that up. > > - Do you intend to inform the maintainers of packages that depend on > > libquicktime1 that these packages are now uninstallable and need to be > > rebuilt? > > Why ? This is not my package. Courtesy. > For me this discusion is closed. I don't intent to spend my time with > this package. Now we have a recent quicktime package and I'm happy. We almost have. It ICEs on m68k an probably needs another upload that uses -O2 there, but that's a completely different story. Regards, Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324702: libodbcinstq1: Depends on non-existent package libqt3c102-mt
Package: libodbcinstq1 Severity: grave Justification: renders package unusable Hello, libodbcinstq1 still depends on libqt3c102-mt which is no longer in unstable and is therefor uninstallable. Please recompile against libqt3-mt. TIA, Florian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.2 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#323238: gDesklets will not start
On Tuesday 23 August 2005 09:58 am, Clément Stenac wrote: > Hello, > > Could you please check if your problem comes from the same cause as the > other reporter for this bug ? (ie, previous gdesklets installation in > /usr/local) > > Thanks, I'm embarrassed to admit that seems to have been the cause of the problem. I did exactly what the other reporter did to fix it and, sure enough, gDesklets is now working fine. Sorry for the error on my part. Rick
Processed: [EMAIL PROTECTED]: Processed: Re: libadplug0c2: depends on libbinio1c2 without declaring it.]
Processing commands for [EMAIL PROTECTED]: > block 321573 by 324663 Bug#321573: libadplug0c2: depends on libbinio1c2 without declaring it. Was not blocked by any bugs. Blocking bugs added: 324663 > 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#321789: firefox: undefined symbol: XineramaIsActive
Hi Eric, * Eric Dorland <[EMAIL PROTECTED]> [2005-08-23 01:17:05 -0400]: > > debsums on libxinerama1 is ok. > > ldd -d -r on firefox-bin show undefined ref : > > undefined symbol: NS_NewUnionEnumerator > > (/usr/lib/mozilla-firefox/firefox-bin) > > > > and with LD_LIBRARY_PATH=/usr/lib/mozilla-firefox there is no undefined ref. > > (complete output is in attachment). > > > > If I launch /usr/lib/mozilla-firefox/firefox-bin with > > LD_LIBRARY_PATH=/usr/lib/mozilla-firefox, there > > is no problem of undefined symbols > > But if I launch /usr/lib/mozilla-firefox/firefox-bin with > > LD_LIBRARY_PATH=/usr/lib/mozilla-firefox:/usr/lin, > > there is an undefined reference to XineramaIsActive > > I assume you mean /usr/lib and not /usr/lin. This statement seems to > contradict your previous patch which you explicitly put /usr/lib in > the LD_LIBRARY_PATH. Am I missing something? Yes I meant /usr/lib, sorry for the typo. It seems, but it is not because the LD_LIBRARY_PATH in the script is not set to /usr/lib/mozilla-firefox only but to "/usr/lib/mozilla-firefox:/usr/lib/mozilla-firefox/plugins:/usr/lib/mozilla/plugins:/usr/lib" so the solution for me was to add /usr/X11R6/lib in the path or remove /usr/lib (I think you confused /usr/lib and /usr/X11R6/lib). Best Regards. -- Julien Lemoine / SpeedBlue signature.asc Description: Digital signature
Bug#319526: MySQL security bug in sarge (CAN-2005-1636)
Martin Schulze wrote: > Christian Hammers wrote: > > Hello Security Team > > > > Are you aware of this bug? The "interdiff" patch are already in the BTS. > > > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319526 > > Applied the upstream patch that fixes a tempfile vulnerability in the > > mysqld_install_db script that was found by Eric Romang and allows an > > attacker to execute arbitrary SQL commands when the server is > > installed > > or updated. The issue is known as CAN-2005-1636, the patch was made by > > comparing this version against the one from 4.1.12. > > Thanks a lot for the update! > I'll build packages, but will strip off the po file updates. Which package in unstable will fix this problem? Or is it not present in that distribution? Regards, Joey -- MIME - broken solution for a broken design. -- Ralf Baechle Please always Cc to me when replying to me on the lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#319526: MySQL security bug in sarge (CAN-2005-1636)
hey folks, On Tue, Aug 23, 2005 at 06:23:04PM +0200, Martin Schulze wrote: > Which package in unstable will fix this problem? Or is it not present > in that distribution? i believe that the problem has been fixed since 4.1.12 for the sid-4.1 series, and that the the latest version of 5.0 already contains the fix. i have no idea about the status of sarge-4.0, and afaik sid-4.0 is supposed to disappear in the near future if it hasn't already. sean signature.asc Description: Digital signature
Processed: let us write scripts that fail when they fail
Processing commands for [EMAIL PROTECTED]: > reopen 320036 Bug#320036: bash exits 0 on errors reading stdin (and perhaps other scripts) Bug reopened, originator not changed. > 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#320036: bash exits 0 on errors reading stdin (and perhaps other scripts) (forwarded from Ian Jackson)
Matthias Klose writes ("Re: Bug#320036: bash exits 0 on errors reading stdin (and perhaps other scripts) (forwarded from Ian Jackson)"): > Chet Ramey writes: > > No shell behaves as the submitter describes. Read errors are translated > > to EOF, and the shell exits. The exit value is $?, which is changed by > > the last command (pipeline) executed or by a signal. > > closing the report. With this interpretation it is impossible to write any reliable shell script. bash already invents a nonzero exit status if (for example) the script cannot be opened. It should do the same if the script cannot be read. I will be reopening this report while we discuss it. Thanks, Ian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#318384: thailatex: FTBFS: build stops and waits for input
tag 318384 + patch thanks First of all: texhash: /usr/local/share/texmf/ls-R: no write permission. Skipping... texhash: /usr/local/lib/texmf/ls-R: no write permission. Skipping... texhash: Updating /var/lib/texmf/ls-R... texhash: Updating /var/lib/texmf/ls-R-TEXMFMAIN... texhash: Updating /var/cache/fonts/ls-R... texhash: Done. The make install target is doing running texhash by it's own while this should be done into the postinst / postrm of a debian package. Secondly it tries to update the font map files in the install target (especially the install-data-hook target): using config file /var/lib/texmf/web2c/updmap.cfg updmap: The options --enable and --disable work differently on Debian systems!. updmap: . updmap: You cannot use them to permanently enable or disable Map files. Instead,. updmap: you have to use the mechanism described in. updmap: /usr/share/doc/tetex-bin/README.Debian.gz. updmap: . updmap: If you don't know which lines to add to the files in /etc/texmf/updmap.d/,. updmap: press ENTER now and take the resulting line from. updmap: /var/lib/texmf/web2c/updmap.cfg. updmap: . updmap: Press ENTER to continue anyway, or Ctrl-c to quit.. Attached is a patch that removes the install-data-hook target from the install target. Regards, Matthijs Mohlmann diff -ruN thailatex-0.3.2/fonts/Makefile.in thailatex-0.3.2.1/fonts/Makefile.in --- thailatex-0.3.2/fonts/Makefile.in 2004-03-25 08:00:20.0 +0100 +++ thailatex-0.3.2.1/fonts/Makefile.in 2005-08-23 17:45:04.0 +0200 @@ -290,7 +290,7 @@ install-dvipsconfigDATA install-tfmDATA \ install-type1DATA install-vfDATA @$(NORMAL_INSTALL) - $(MAKE) $(AM_MAKEFLAGS) install-data-hook +# $(MAKE) $(AM_MAKEFLAGS) install-data-hook install-data: install-data-am install-am: all-am signature.asc Description: OpenPGP digital signature
Bug#321546: marked as done (rapidsvn: uninstallable due to dependency on libwxgtk2.4)
Your message dated Tue, 23 Aug 2005 09:47:38 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#321546: fixed in rapidsvn 0.8.0-3 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; 6 Aug 2005 04:48:04 + >From [EMAIL PROTECTED] Fri Aug 05 21:48:04 2005 Return-path: <[EMAIL PROTECTED]> Received: from rozz.csail.mit.edu [128.30.2.16] (mail) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E1GbM-AU-00; Fri, 05 Aug 2005 21:48:04 -0700 Received: from c-24-147-127-19.hsd1.ma.comcast.net ([24.147.127.19] helo=kleph.csail.mit.edu) by rozz.csail.mit.edu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.50) id 1E1GbL-0005yL-WC for [EMAIL PROTECTED]; Sat, 06 Aug 2005 00:48:04 -0400 Received: from cph by kleph.csail.mit.edu with local (Exim 4.52) id 1E1GbL-0003Qc-Jg for [EMAIL PROTECTED]; Sat, 06 Aug 2005 00:48:03 -0400 From: Chris Hanson <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: rapidsvn: uninstallable due to dependency on libwxgtk2.4 X-Debbugs-CC: Chris Hanson <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Date: Sat, 06 Aug 2005 00:48:03 -0400 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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 Package: rapidsvn Version: 0.7.0-2 Severity: grave Tags: sid Please recompile to update dependency. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.3-cph1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages rapidsvn depends on: ii libapr02.0.54-4 the Apache Portable Runtime ii libc6 2.3.5-3 GNU C Library: Shared libraries an ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Libraries [ ii libexpat1 1.95.8-3 XML parsing C library - runtime li ii libgcc11:4.0.1-3 GCC support library ii libldap2 2.1.30-11 OpenLDAP libraries ii libneon24 0.24.7.dfsg-2 An HTTP and WebDAV client library ii libssl0.9.70.9.7g-1 SSL shared libraries ii libstdc++5 1:3.3.6-7 The GNU Standard C++ Library v3 ii libsvn01.2.0-1 shared libraries used by Subversio ii libsvncpp0 0.7.0-2 Subversion C++ shared library ii libwxgtk2.42.4.3.1 wxWindows Cross-platform C++ GUI t ii libxml22.6.20-1 GNOME XML library ii zlib1g 1:1.2.3-3 compression library - runtime rapidsvn recommends no packages. -- no debconf information --- Received: (at 321546-close) by bugs.debian.org; 23 Aug 2005 16:50:57 + >From [EMAIL PROTECTED] Tue Aug 23 09:50:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7bw2-0006jJ-00; Tue, 23 Aug 2005 09:47:38 -0700 From: Matthias Klose <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#321546: fixed in rapidsvn 0.8.0-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 09:47:38 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: rapidsvn Source-Version: 0.8.0-3 We believe that the bug you reported is fixed in the latest version of rapidsvn, which is due to be installed in the Debian FTP archive: libsvncpp-dev_0.8.0-3_i386.deb to pool/main/r/rapidsvn/libsvncpp-dev_0.8.0-3_i386.deb libsvncpp0c2_0.8.0-3_i386.deb to pool/main/r/rapidsvn/libsvncpp0c2_0.8.0-3_i386.deb rapidsvn_0.8.0-3.diff.gz to pool/main/r/rapidsvn/rapidsvn_0.8.0-3.diff.gz rapidsvn_0.8.0-3.dsc to pool/main/r/rapidsvn/rapidsvn_0.8.0-3.dsc rapidsvn_0.8.0-3_i386.deb to pool/main/r/rapidsvn/
Processed: Re: thailatex: FTBFS: build stops and waits for input
Processing commands for [EMAIL PROTECTED]: > tag 318384 + patch Bug#318384: thailatex: FTBFS: build stops and waits for input 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#323376:
It is a bug in the pl.po message catalog. Fixed in trunk r15880. Fixed in 1.2.x branch ready for 1.2.4. Not fixed in about-to-be-released 1.2.3, tarballs were already rolled and in final QA. Patch: svn diff -r15879:15880 http://svn.collab.net/repos/svn/trunk/subversion/po/pl.po Max. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#274342: CAN-2004-0815 - Can this bug finally be closed?
2.2.3a-15 is in the latest Woody version, released well after this bug had been tagged pending. So can this bug be closed? Yes or no? ;-) I#m just trying to clean up the list of security tagged bugs a bit, especially for packages I use (OK, I don't use samba 2.2 anymore, but samba 3). cu, sven -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324734: gr-audio-oss: FTBFS: Wrong build dependency for cppunit.
Package: gr-audio-oss Version: 0.6-3 Severity: serious Hi, Your package is build depending on cppunit but that was a transitional package that has been removed in the last upload. You should change your build dependency to libcppunit-dev. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324733: gr-audio-alsa: FTBFS: Wrong build dependency for cppunit.
Package: gr-audio-alsa Version: 0.2-3 Severity: serious Hi, Your package is build depending on cppunit but that was a transitional packages removed in the last upload. You should change your build dependency to libcppunit-dev. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: lprng FTBFS bug is now RC
Processing commands for [EMAIL PROTECTED]: > package lprng Ignoring bugs not assigned to: lprng > severity 287521 serious Bug#287521: lprng: FTBFS (amd64/gcc-4.0): pointer targets in passing argument 3 of 'Read_fd_len_timeout' differ in signedness Severity set to `serious'. > 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#323185: marked as done (centericq: Multiple security problems in libgadu)
Your message dated Tue, 23 Aug 2005 11:02:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323185: fixed in centericq 4.20.0-9 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; 15 Aug 2005 10:14:06 + >From [EMAIL PROTECTED] Mon Aug 15 03:14:06 2005 Return-path: <[EMAIL PROTECTED]> Received: from ip0.serverflex.de (vserver151.vserver151.serverflex.de) [193.22.164.111] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E4byo-000668-00; Mon, 15 Aug 2005 03:14:06 -0700 Received: from wlan-client-260.informatik.uni-bremen.de ([134.102.117.10] helo=localhost.localdomain) by vserver151.vserver151.serverflex.de with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1E4bym-0003BN-E3 for [EMAIL PROTECTED]; Mon, 15 Aug 2005 12:14:04 +0200 Received: from jmm by localhost.localdomain with local (Exim 4.52) id 1E4bz8-00054g-0p; Mon, 15 Aug 2005 12:14:26 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Moritz Muehlenhoff <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: centericq: Multiple security problems in libgadu X-Mailer: reportbug 3.15 Date: Mon, 15 Aug 2005 12:14:25 +0200 Message-Id: <[EMAIL PROTECTED]> X-SA-Exim-Connect-IP: 134.102.117.10 X-SA-Exim-Mail-From: [EMAIL PROTECTED] X-SA-Exim-Scanned: No (on vserver151.vserver151.serverflex.de); SAEximRunCond expanded to false 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: centericq Severity: grave Tags: security Justification: user security hole Multiple security problems have been fixed in ekg and it's libgadu library: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2448 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2370 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2369 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1916 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1851 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-1850 I noticed that centericq embeds a local copy of libgadu. Do any of the vulnerabilities above affect the embedded copy as well? Cheers, Moritz -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-rc5 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) --- Received: (at 323185-close) by bugs.debian.org; 23 Aug 2005 18:10:50 + >From [EMAIL PROTECTED] Tue Aug 23 11:10:50 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7d67-0001NS-00; Tue, 23 Aug 2005 11:02:07 -0700 From: Julien Lemoine <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#323185: fixed in centericq 4.20.0-9 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 11:02:07 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: centericq Source-Version: 4.20.0-9 We believe that the bug you reported is fixed in the latest version of centericq, which is due to be installed in the Debian FTP archive: centericq-common_4.20.0-9_i386.deb to pool/main/c/centericq/centericq-common_4.20.0-9_i386.deb centericq-fribidi_4.20.0-9_i386.deb to pool/main/c/centericq/centericq-fribidi_4.20.0-9_i386.deb centericq-utf8_4.20.0-9_i386.deb to pool/main/c/centericq/centericq-utf8_4.20.0-9_i386.deb centericq_4.20.0-9.diff.gz to pool/main/c/centericq/centericq_4.20.0-9.diff.gz centericq_4.20.0-9.dsc to pool/main/c/centericq/centericq_4.20.0-9.dsc centericq_4.20.0-9_i386.deb to pool/main/c/centericq/centericq_4.20.0-9_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 f
Bug#324731: muse: FTBFS on 64 bit arches: error: cast from 'LMaster*' to 'int' loses precision
Package: muse Version: 0.7.1+0.7.2pre2-3 Severity: serious Hi, Your package is failing to build on 64 bit arches with the one of the following errors: app.cpp: In member function 'void MusE::startPianoroll(PartList*)': app.cpp:1366: error: cast from 'PianoRoll*' to 'int' loses precision app.cpp: In member function 'void MusE::startListEditor(PartList*)': app.cpp:1387: error: cast from 'ListEdit*' to 'int' loses precision [...] Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#324684: python2.3-gdbm: unable to install
Processing commands for [EMAIL PROTECTED]: > severity 324684 wishlist Bug#324684: python2.3-gdbm: unable to install Severity set to `wishlist'. > 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#324684: python2.3-gdbm: unable to install
severity 324684 wishlist thanks On Tue, Aug 23, 2005 at 03:49:03PM +0200, Segers Bernard wrote: > Package: python2.3-gdbm > Severity: grave > Justification: renders package unusable > i want to install pyzor in my debian stable. > when i try to install it, i've got a dependencies error. > i've try to install python2.3-gdbm alone and i've got an error > # apt-get install python2.3-gdbm > > Les paquets suivants contiennent des dépendances non satisfaites : > python2.3-gdbm: Dépend: python2.3 (= 2.3.5-3) mais 2.3.5-4 devra être > installé > E: Paquets défectueux > i think that the dependencies should be python2.3 >= 2.3.5-3 I think that you have broken your own system. The python2.3 (= 2.3.5-3) package is available in stable, which is the same suite in which python2.3-gdbm 2.3.5-3 is present. The dependencies are satisfiable within each suite; it's not a grave bug in the package just because you've allowed your system to get into an inconsistent state. Relaxing the dependency may or may not be appropriate -- that's for the maintainer to decide -- but it's not a grave bug if he doesn't. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Bug#323737: FTBFS: Too few template-parameter lists
Steve Langasek writes: > > The source updates look fine to me, but: > > * Use absolute paths when making links to doc directories, this stops > problems for people with symlinked /usr/share/doc (i.e., me!). > > contradicts Debian Policy 10.5. I don't think personal preference in > configuring symlinks on one's system is a very compelling reason to > contradict policy here. > Thanks for the reference, I have also noticed this from Section 12.3 of the Debian Policy: Packages must not require the existence of any files in /usr/share/doc/ in order to function [73]. Any files that are referenced by programs but are also useful as stand alone documentation should be installed under /usr/share/package/ with symbolic links from /usr/share/doc/package. It seems to me that the result of these two policies is that Debian doesn't support a system like mine that has a symbolic link from /usr/share/doc to another directory. That's fine by me, I now have enough space to move it back again, but I imagine it is quite a common situation. Unless you have an alternative suggestion I propose to just back out the change that turned the relative link into an absolute one. thanks for your time. Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324756: Uninstallable on sid; needs rebuild due to the C++ ABI transition
Package: gip Version: 1.4.0.1-2 Severity: grave Tags: sid Since libglibmm-2.4-1 and libgtkmm-2.4-1 were renamed to libglibmm-2.4-1c2 and libgtkmm-2.4-1c2 accordingly, the package has to be rebuilt as part of the C++ ABI transition. -- Yavor Doganov JID: [EMAIL PROTECTED] Free Software Association - Bulgaria http://fsa-bg.org GNOME in Bulgarian! http://gnome.cult.bg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324758: Uninstallable on sid; needs rebuild due to the C++ ABI trabsition
Package: efax-gtk Version: 3.0.3-1 Severity: grave Tags: sid The package has to be rebuilt as part of the C++ ABI transition, as it is currently uninstallable on sid (since libsigc++-2.0-0 was renamed). -- Yavor Doganov JID: [EMAIL PROTECTED] Free Software Association - Bulgaria http://fsa-bg.org GNOME in Bulgarian! http://gnome.cult.bg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324760: overwrites existing configuration with debconf
Package: spong-common Version: 2.7.7-8 Severity: serious Tags: patch If the spong.conf setting of SPONGSERVER has spaces around the equals sign (which perl allows), the debconf database is not correctly seeded prior to a configuration, and overwrites the user setting. Please consider the following two patches against postinst and config. I am using sed instead of perl for brevity. --- /var/lib/dpkg/info/spong-common.postinst.orig 2005-08-23 22:54:12.142434228 +0200 +++ /var/lib/dpkg/info/spong-common.postinst 2005-08-23 22:56:11.892803848 +0200 @@ -27,7 +27,7 @@ else - perl -i -p -e "s/^\\\$SPONGSERVER.*$/\\\$SPONGSERVER=\"$RET\";/" $spong_localcfg + sed -i -e "s/\(^$SPONGSERVER *= *\)\".*\".*$/\1\"$RET\"/" $spong_localcfg fi --- /var/lib/dpkg/info/spong-common.config.orig 2005-08-23 22:50:02.764943752 +0200 +++ /var/lib/dpkg/info/spong-common.config 2005-08-23 22:51:26.748635586 +0200 @@ -9,7 +9,7 @@ if [ -e $spong_localcfg ]; then - sserver=`sed -ne 's/^$SPONGSERVER=\"\(.*\)\"\;/\1/p' < $spong_localcfg` + sserver=`sed -ne 's/^$SPONGSERVER *= *\"\(.*\)\"\;/\1/p' < $spong_localcfg` if [ "$sserver" ]; then -- System Information: Debian Release: 3.1 APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-cirrus Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! "no work of art ever puts forward views. views belong to people who are not artists." -- oscar wilde signature.asc Description: Digital signature (GPG/PGP)
Processed: Re: Bug#322897: azureus: Unusable because of constant segmentation faults
Processing commands for [EMAIL PROTECTED]: > package azureus Ignoring bugs not assigned to: azureus > severity 322897 normal Bug#322897: azureus: Unusable because of constant segmentation faults Severity set to `normal'. > tag 322897 +moreinfo Bug#322897: azureus: Unusable because of constant segmentation faults There were no tags set. Tags added: moreinfo > 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#324531: pcre3: CAN-2005-2491
Hi, > Patch extracted from difference between upstream versions 6.0 and > 6.1, modified to patch version 4.5. Patch is attached. While the issue corresponding to your patch should be fixed as well, this is not the patch for CAN-2005-2491. The securitytracker page states that 6.1 and prior versions are vulnerable. One needs to look at the differences between 6.1 and 6.2. The relevant changes are a bit larger. Cheers, Stefan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#322897: azureus: Unusable because of constant segmentation faults
package azureus severity 322897 normal tag 322897 +moreinfo thanks I have reduced the severity of this bug because it does not seem to affect any other users. Can you try a different JVM and see if your problem persists? I'm using sun-j2sdk1.5. You could try sun-j2re1.5. Cheers, Shaun 2005/8/13, Max <[EMAIL PROTECTED]>: > Package: azureus > Version: 2.3.0.4-1 > Severity: grave > Justification: renders package unusable > > Azuzeus crashes immediately after start, no GUI window appears or whatever. > > $ azureus > > Segmentation fault > $ > > The last thing I see in strace log is > > 04:39:05 open("/usr/lib/libexpat.so.1", O_RDONLY) = 19 > 04:39:05 read(19, > "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300>\0\0"..., 640) = 640 > 04:39:05 fstat(19, {st_mode=S_IFREG|0644, st_size=143232, ...}) = 0 > 04:39:05 mmap(NULL, 1190168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, > 19, 0) = 0x2aaafa6ae000 > 04:39:05 mprotect(0x2aaafa6cc000, 1067288, PROT_NONE) = 0 > 04:39:05 mmap(0x2aaafa7cc000, 20480, PROT_READ|PROT_WRITE, > MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 19, 0x1e000) = 0x2aaafa7cc000 > 04:39:05 close(19) = 0 > 04:39:05 munmap(0x2aaaf876d000, 76009) = 0 > 04:39:05 --- SIGSEGV (Segmentation fault) @ 0 (0) --- > 04:39:05 rt_sigaction(SIGSEGV, {0x2b440ff0, ~[RTMIN RT_1], > SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x2abcf770}, {0x2b43f560, ~[KILL > STOP RTMIN RT_1], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, > 0x2abcf770}, 8) = 0 > 04:39:05 write(1, "\n", 1) = 1 > 04:39:05 --- SIGSEGV (Segmentation fault) @ 0 (0) --- > 04:39:05 +++ killed by SIGSEGV +++ > > -- System Information: > Debian Release: testing/unstable > APT prefers unstable > APT policy: (500, 'unstable') > Architecture: amd64 (x86_64) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.12.2.64 > Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R) > > Versions of packages azureus depends on: > ii j2re1.4 [java2-runtime] 1.4.2.02-1 Blackdown Java(TM) 2 Runtime > Envir > ii libcommons-cli-java 1.0-6 API for working with the command > l > ii liblog4j1.2-java 1.2.9-1 Logging library for java > ii libseda-java 3.0-2 the Staged Event-Driven > Architectu > ii libswt-gtk-3.1-java 3.0+3.1M4-3 Standard Widget Toolkit for GTK > Ja > pn sun-j2sdk1.5 | java-virtual- (no description available) > > azureus recommends no packages. > > -- debconf-show failed > >
Bug#324577: marked as done (tclx8.3: FTBFS: Confuses system headers)
Your message dated Tue, 23 Aug 2005 14:02:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324577: fixed in tclx8.3 8.3.5-5 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; 22 Aug 2005 20:44:37 + >From [EMAIL PROTECTED] Mon Aug 22 13:44:37 2005 Return-path: <[EMAIL PROTECTED]> Received: from (frobnitz.homelinux.net) [67.188.213.204] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7J9p-00064C-00; Mon, 22 Aug 2005 13:44:37 -0700 Received: from daniel by frobnitz.homelinux.net with local (Exim 4.52) id 1E7J9p-00059h-0p for [EMAIL PROTECTED]; Mon, 22 Aug 2005 13:44:37 -0700 From: Daniel Schepler <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: tclx8.3: FTBFS: Confuses system headers Date: Mon, 22 Aug 2005 13:44:36 -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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE, UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: tclx8.3 Severity: serious Version: 8.3.5-4.1 >From my build log (reproduced using pbuilder in an i386 chroot): ... checking for ANSI C header files... yes checking for clock_t... no checking for time_t... yes checking for off_t... yes ... cc -pipe -Wall -c -o tclXbsearch..o -g -O2 -D_REENTRANT -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DSTDC_HEADERS=1 -Dclock_t=long -DRETSIGTYPE=void -DTIMES_RETS_STATUS=1 -I/tmp/buildd/tclx8.3-8.3.5/tcl/generic -I/tmp/buildd/tclx8.3-8.3.5/tcl/unix -I/tmp/buildd/tclx8.3-8.3.5/tcl/unix -I/usr/include/tcl8.3/tcl-private/generic -I/usr/include/tcl8.3/tcl-private/unix -fpic \ /tmp/buildd/tclx8.3-8.3.5/tcl/generic/tclXbsearch.c In file included from /usr/include/sys/times.h:29, from /tmp/buildd/tclx8.3-8.3.5/tcl/unix/tclXunixPort.h:32, from /tmp/buildd/tclx8.3-8.3.5/tcl/generic/tclExtdInt.h:27, from /tmp/buildd/tclx8.3-8.3.5/tcl/generic/tclXbsearch.c:19: /usr/include/time.h:60: error: two or more data types in declaration specifiers make[2]: *** [tclXbsearch..o] Error 1 make[2]: Leaving directory `/tmp/buildd/tclx8.3-8.3.5/tcl/unix' make[1]: *** [TCLX] Error 2 make[1]: Leaving directory `/tmp/buildd/tclx8.3-8.3.5/unix' make: *** [build-arch-stamp] Error 2 -- System Information: Debian Release: testing/unstable Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-amd64-k8 Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) -- Daniel Schepler "Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet." -- Orson Scott Card --- Received: (at 324577-close) by bugs.debian.org; 23 Aug 2005 21:11:26 + >From [EMAIL PROTECTED] Tue Aug 23 14:11:26 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7fuL-00025P-00; Tue, 23 Aug 2005 14:02:09 -0700 From: Massimo Dal Zotto <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324577: fixed in tclx8.3 8.3.5-5 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 14:02:09 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: tclx8.3 Source-Version: 8.3.5-5 We believe that the bug you reported is fixed in the latest version of tclx8.3, which is due to be installed in the Debian FTP archive: tclx8.3-dev_8.3.5-5_i386.deb to pool/main/t/tclx8.3/tclx8.3-dev_8.3.5-5_i386.de
Processed: Re: Bug#277977 acknowledged by developer (Bug#277977: fixed in anjuta 1.2.4-1)
Processing commands for [EMAIL PROTECTED]: > reopen 277977 Bug#277977: libopengl-dylan: FTBFS Bug reopened, originator not changed. > 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#277977: acknowledged by developer (Bug#277977: fixed in anjuta 1.2.4-1)
reopen 277977 thanks Hi Rob, you closed the wrong bug. Debian Bug Tracking System wrote: > anjuta (1.2.4-1) unstable; urgency=low > . >* New upstream release >- Typo fixed in anjuta_launcher.1. Patch from A Costa <[EMAIL PROTECTED]> > forwarded upstream. (closes: #305800) >- PHP syntax highlighting no longer hardcoded. Patch from Ashar Voultoiz > <[EMAIL PROTECTED]> forwarded upstream. (closes: #277977) ^^ >- Rendering issues with Pango > 1.8.1 fixed. (closes: #322996 >* Now Build-Depends on gcc >= 4.0.0 which does not have stack corruption > bug > (closes: #305834) Maybe you meant 277997? bye, Roland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324470: dovecot-imapd: Fails to copy new mails from new to cur directory
Fabio Tranchitella wrote: Package: dovecot-imapd Version: 0.99.20050712-2 Severity: grave Justification: renders package unusable Hi Olivier, Hi Fabio, dovecot upstream developer has released 1.0.alpha1. Could you please test if this package[1] solves your problem? Thanks in advance, [1] http://www.kobold.it/debian/unstable/ I've try with this package and the problem is not solved. I returned to version 0.99.14-1 who works without this problem. Best Regards, -- Olivier LARRIGAUDIERE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#309140: marked as done (kionjb: FTBFS: Build depends on libnjb-dev (<< 1.2) which is not available.)
Your message dated Tue, 23 Aug 2005 14:58:56 -0700 with message-id <[EMAIL PROTECTED]> and subject line Processed: Fixed in upload of kionjb 0.1.6-3 to experimental 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; 14 May 2005 21:18:10 + >From [EMAIL PROTECTED] Sat May 14 14:18:09 2005 Return-path: <[EMAIL PROTECTED]> Received: from asia.telenet-ops.be [195.130.132.59] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DX41R-0002rt-00; Sat, 14 May 2005 14:18:09 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id 7D83922403E for <[EMAIL PROTECTED]>; Sat, 14 May 2005 23:18:08 +0200 (MEST) Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217]) by asia.telenet-ops.be (Postfix) with ESMTP id 54249224132 for <[EMAIL PROTECTED]>; Sat, 14 May 2005 23:18:08 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id 12CA126136; Sat, 14 May 2005 23:18:06 +0200 (CEST) Date: Sat, 14 May 2005 23:18:06 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: kionjb: FTBFS: Build depends on libnjb-dev (<< 1.2) which is not available. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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: kionjb Version: 0.1.6-2 Severity: serious Tags: experimental Hi, Your package currently can't be build because it's build depends on libnjb-dev (<< 1.2) and that version isn't available anymore. Even sarge currently has 1.2-2. Kurt --- Received: (at 309140-done) by bugs.debian.org; 23 Aug 2005 21:58:57 + >From [EMAIL PROTECTED] Tue Aug 23 14:58:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from rproxy.gmail.com [64.233.170.194] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7gnJ-0002GO-00; Tue, 23 Aug 2005 14:58:57 -0700 Received: by rproxy.gmail.com with SMTP id z35so1252280rne for <[EMAIL PROTECTED]>; Tue, 23 Aug 2005 14:58:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UbbxO8/uIRArmhzJhLLIgfvzfc0D3bgKaFXaVr4bBT5iQMy5rH8r5F5qlPF/xlvfWrU4Ffeh/pIQ4F3Va0eQq3CCqN/PZFxv5/bq4JJZCmetV+BbC7wiMTEPmNF7iVI8bX5twFxPFGLsAAeMxgMtPolzvrDQM7QsM2zBlRkTInE= Received: by 10.11.118.75 with SMTP id q75mr26228cwc; Tue, 23 Aug 2005 14:58:56 -0700 (PDT) Received: by 10.11.99.47 with HTTP; Tue, 23 Aug 2005 14:58:56 -0700 (PDT) Message-ID: <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 14:58:56 -0700 From: Shaun Jackman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Processed: Fixed in upload of kionjb 0.1.6-3 to experimental In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <[EMAIL PROTECTED]> <[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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 kionjb is only in experimental. Cheers, Shaun 2005/7/3, Debian Bug Tracking System <[EMAIL PROTECTED]>: > Processing commands for [EMAIL PROTECTED]: >=20 > > tag 309140 + fixed-in-experimental > Bug#309140: kionjb: FTBFS: Build depends on libnjb-dev (<< 1.2) which is = not available. > Tags were: experimental > Tags added: fixed-in-experimental -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324370: marked as done (newlib: FTBFS: Build depends on gcc (<< 4:4.0.0))
Your message dated Tue, 23 Aug 2005 15:17:10 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324370: fixed in newlib 1.13.0-2 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; 21 Aug 2005 20:33:43 + >From [EMAIL PROTECTED] Sun Aug 21 13:33:43 2005 Return-path: <[EMAIL PROTECTED]> Received: from asia.telenet-ops.be [195.130.132.59] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E6wVj-00028F-00; Sun, 21 Aug 2005 13:33:43 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id 302FB224190 for <[EMAIL PROTECTED]>; Sun, 21 Aug 2005 22:33:42 +0200 (MEST) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by asia.telenet-ops.be (Postfix) with ESMTP id F3EAE22417B for <[EMAIL PROTECTED]>; Sun, 21 Aug 2005 22:33:41 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id AA3F026136; Sun, 21 Aug 2005 22:33:41 +0200 (CEST) Date: Sun, 21 Aug 2005 22:33:41 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: newlib: FTBFS: Build depends on gcc (<< 4:4.0.0) Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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: newlib Version: 1.13.0-1 Severity: serious Hi, You added a build dependency on gcc (<< 4:4.0.0). This does not work. What you need to do is add a build dependency on gcc-3.3 or gcc-3.4, and then use that version to build you package. Kurt --- Received: (at 324370-close) by bugs.debian.org; 23 Aug 2005 22:23:34 + >From [EMAIL PROTECTED] Tue Aug 23 15:23:34 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7h4w-0007Mc-00; Tue, 23 Aug 2005 15:17:10 -0700 From: Shaun Jackman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324370: fixed in newlib 1.13.0-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 15:17:10 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: newlib Source-Version: 1.13.0-2 We believe that the bug you reported is fixed in the latest version of newlib, which is due to be installed in the Debian FTP archive: libnewlib-dev_1.13.0-2_i386.deb to pool/main/n/newlib/libnewlib-dev_1.13.0-2_i386.deb libnewlib-headers_1.13.0-2_all.deb to pool/main/n/newlib/libnewlib-headers_1.13.0-2_all.deb libnewlib0_1.13.0-2_i386.deb to pool/main/n/newlib/libnewlib0_1.13.0-2_i386.deb newlib_1.13.0-2.diff.gz to pool/main/n/newlib/newlib_1.13.0-2.diff.gz newlib_1.13.0-2.dsc to pool/main/n/newlib/newlib_1.13.0-2.dsc 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. Shaun Jackman <[EMAIL PROTECTED]> (supplier of updated newlib 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: Tue, 23 Aug 2005 14:51:05 -0700 Source: newlib Binary: libnewlib-headers libnewlib0 libnewlib-dev Architecture: source i386 all Version: 1.13.0-2 Distribution: unstable Urgency: low Maintainer: Shaun Jackman <[EMAIL PROTECTED]> Changed-By: Shaun Jackman <[EMAIL PROTECTED]> Description: libnewlib-dev - a simple ANSI C library and math library libnewlib-headers - a simple ANSI C library and math library libnewlib0 - a simple ANSI C library and math library Closes: 324370 Changes: n
Bug#324772: libfam0 can break other packages due to reuse of binary package name in conjunction with Provides
Package: fam Severity: critical Justification: can break other packages (e.g. /usr/lib/libkdeprint.so.4 from kdelibs4c2) Hi, There seems to be an upgrade path bug in libfam at the moment linked to the C++ transition. A summary is this: Old version: libfam0 (pre c102 transition) -> Newer version: libfam0c102 which Provides: libfam0 -> Newest version (gcc4 transition) libfam0 which Conflicts: libfam0c102 Unfortunately, this means that if you start with a sarge chroot, install the sarge version of kdelibs, then do an apt-get install -t sid kdelibs, apt doesn't need to upgrade libfam as there seems to be no shlibs requirements and libfam0c102 Provides libfam0. Hence, you end up with (for example) libkdeprint linked directly against libstdc++6 and indirectly (through fam) against libstdc++5. I'm not sure if the right solution here is for the package to be renamed libfam0c2 (probably if it had been done this way originally) or if it makes more sense for the maintainer to add an shlibs file to make sure that packages can be rebuilt and know that they need an up-to-date version of libfam when installed. Hope this bug report and log is useful. Please let me know if there's anything wrong with it or you need moreinfo. Cheers, Mark Here is the log of a pbuilder session, starting from sarge: [EMAIL PROTECTED] ~/deb/packages/working/kst-1.1.0 $ sudo pbuilder login Building the build Environment -> extracting base tarball [/var/cache/pbuilder/base.tgz] -> creating local configuration -> copying local configuration -> mounting /proc filesystem -> mounting /dev/pts filesystem -> policy-rc.d already exists -> entering the shell File extracted to: /var/cache/pbuilder/build//20589 [Add sarge, etch, sid to sources.list] [Add APT::Default-Archive "stable"; to apt.conf] [EMAIL PROTECTED]:/# apt-get install kdelibs Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: 0 upgraded, 94 newly installed, 0 to remove and 0 not upgraded. Need to get 43.0MB of archives. After unpacking 134MB of additional disk space will be used. Do you want to continue? [Y/n] y [EMAIL PROTECTED]:/# dpkg -L libfam0c102 /usr/lib/libfam.so.0.0.0 /usr/lib/libfam.so.0 [EMAIL PROTECTED]:/# ldd /usr/lib/libfam.so.0 libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7f38000) libm.so.6 => /lib/tls/libm.so.6 (0xb7f16000) libc.so.6 => /lib/tls/libc.so.6 (0xb7de) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7dd7000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000) [EMAIL PROTECTED]:/# apt-get install -t sid kdelibs Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: gcc-4.0-base kdelibs-bin kdelibs-data kdelibs4c2 libarts1c2 libartsc0 libasound2 libc6 libc6-dev libgcc1 libidn11 libjack0.100.0-0 libkrb53 libopenexr2c2 libqt3-mt libstdc++6 libxinerama1 libxml2 libxrender1 libxslt1.1 Suggested packages: libasound2-plugins locales glibc-doc manpages-dev krb5-doc krb5-user libqt3-mt-psql libqt3-mt-mysql libqt3-mt-odbc Recommended packages: perl-suid akode jackd xml-core The following packages will be REMOVED: kdelibs4 libarts1 libopenexr2 libqt3c102-mt The following NEW packages will be installed: gcc-4.0-base kdelibs4c2 libarts1c2 libjack0.100.0-0 libkrb53 libopenexr2c2 libqt3-mt libstdc++6 libxinerama1 The following packages will be upgraded: kdelibs kdelibs-bin kdelibs-data libartsc0 libasound2 libc6 libc6-dev libgcc1 libidn11 libxml2 libxrender1 libxslt1.1 12 upgraded, 9 newly installed, 4 to remove and 111 not upgraded. Need to get 31.7MB of archives. After unpacking 9093kB of additional disk space will be used. Do you want to continue? [Y/n] y Setting up kdelibs (3.4.2-1) ... [EMAIL PROTECTED]:/# ldd /usr/lib/libkdeprint.so.4 | grep stdc++ libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7df8000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb73be000) [EMAIL PROTECTED]:/# dpkg -L libfam0 Package `libfam0' is not installed. Use dpkg --info (= dpkg-deb --info) to examine archive files, and dpkg --contents (= dpkg-deb --contents) to list their contents. [EMAIL PROTECTED]:/# dpkg -L libfam0c102 /usr/lib/libfam.so.0.0.0 /usr/lib/libfam.so.0 [EMAIL PROTECTED]:/# ldd /usr/lib/libfam.so.0 | grep stdc++ libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7f38000) -- Mark Hymers <[EMAIL PROTECTED]> "'I regret nothing?' That's not a song, that's an idiots charter." Andy Hamilton, Old Harry's Game signature.asc Description: Digital signature
Bug#324055: marked as done (FTBFS: Can't include )
Your message dated Tue, 23 Aug 2005 15:32:12 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324055: fixed in swt-motif 3.0-6 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 Aug 2005 01:14:10 + >From [EMAIL PROTECTED] Fri Aug 19 18:14:10 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E6Hw2-X3-00; Fri, 19 Aug 2005 18:14:10 -0700 Received: from localhost.localdomain (pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7K1E5U4046408 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 18:14:06 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.52) id 1E6AmQ-00012x-8N for [EMAIL PROTECTED]; Fri, 19 Aug 2005 10:35:46 -0700 Date: Fri, 19 Aug 2005 10:35:46 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Can't include Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OwLcNYc0lM97+oe1" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV 0.86.2/1034/Thu Aug 18 13:07:58 2005 on zoot.lafn.org X-Virus-Status: Clean 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=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 --OwLcNYc0lM97+oe1 Content-Type: multipart/mixed; boundary="5vNYLRcllDrimb99" Content-Disposition: inline --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: swt-motif Version: 3.0-5 Severity: serious Tags: patch swt-motif fails to build because it can't include : > cc -O -s -DSWT_VERSION=3D3062 -DLINUX -DMOTIF -fpic -I./ -I/bluebird/tea= mswt/swt-builddir/IBMJava2-141/include -I/bluebird/teamswt/swt-builddir/mot= if21/include -I/usr/X11R6/include -c os.c > In file included from os_structs.h:12, > from os.c:13: > os.h:31:37: error: X11/extensions/Xinerama.h: No such file or directory > In file included from os.c:13: > os_structs.h:352: error: syntax error before '*' token > os_structs.h:352: error: syntax error before 'XineramaScreenInfo' > os_structs.h:352: warning: data definition has no type or storage class > os_structs.h:353: error: syntax error before 'XineramaScreenInfo' > os.c: In function 'Java_org_eclipse_swt_internal_motif_OS_memmove__Lorg_e= clipse_swt_internal_motif_XineramaScreenInfo_2II': > os.c:5368: error: 'XineramaScreenInfo' undeclared (first use in this func= tion) > os.c:5368: error: (Each undeclared identifier is reported only once > os.c:5368: error: for each function it appears in.) > os.c:5368: error: syntax error before '_arg0' > os.c:5370: error: 'lparg0' undeclared (first use in this function) > os.c:5370: error: '_arg0' undeclared (first use in this function) The header file is contained in libxinerama-dev. The attached patch adds a build-dependency on that package, which fixes this bug. --=20 Matt --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -u swt-motif-3.0/debian/control swt-motif-3.0/debian/control --- swt-motif-3.0/debian/control +++ swt-motif-3.0/debian/control @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Shaun Jackman <[EMAIL PROTECTED]> -Build-Depends: gcj, libgcj-dev, lesstif2-dev, libgnomeui-dev, libxtst-dev,= fastjar, debhelper (>=3D 4.0.0) +Build-Depends: gcj, libgcj-dev, lesstif2-dev, libgnomeui-dev, libxtst-dev,= fastjar, debhelper (>=3D 4.0.0), libxinerama-dev Standards-Version: 3.6.1.0 =20 Package: libswt-motif3-java --5vNYLRcllDrimb99-- --OwLcNYc0lM97+oe1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDBhhxfNdgYxVXvBARAjBTAJoD2YpdhQzOyqhGj6ACi1g8xBIPxQCgoE58 +kA/+8IO3zOih6yOemqBdfM= =F+Lt
Bug#324554: marked as done (pasmo: Builds package without pasmo binary)
Your message dated Tue, 23 Aug 2005 16:02:07 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324554: fixed in pasmo 0.5.2-4 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; 22 Aug 2005 19:20:21 + >From [EMAIL PROTECTED] Mon Aug 22 12:20:21 2005 Return-path: <[EMAIL PROTECTED]> Received: from (frobnitz.homelinux.net) [67.188.213.204] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7HqH-J8-00; Mon, 22 Aug 2005 12:20:21 -0700 Received: from daniel by frobnitz.homelinux.net with local (Exim 4.52) id 1E7HqF-00039v-Pk for [EMAIL PROTECTED]; Mon, 22 Aug 2005 12:20:19 -0700 From: Daniel Schepler <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: pasmo: Builds package without pasmo binary Date: Mon, 22 Aug 2005 12:20:19 -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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: pasmo Severity: serious Version: 0.5.2-3 As the subject says, if I build pasmo using pbuilder in an i386 chroot, the resulting package is missing the pasmo binary. The only contents are: drwxr-xr-x root/root 0 2005-08-22 12:16:26 ./ drwxr-xr-x root/root 0 2005-08-22 12:16:25 ./usr/ drwxr-xr-x root/root 0 2005-08-22 12:16:25 ./usr/bin/ drwxr-xr-x root/root 0 2005-08-22 12:16:25 ./usr/share/ drwxr-xr-x root/root 0 2005-08-22 12:16:25 ./usr/share/doc/ drwxr-xr-x root/root 0 2005-08-22 12:16:26 ./usr/share/doc/pasmo/ -rw-r--r-- root/root 1730 2005-04-18 08:58:40 ./usr/share/doc/pasmo/NEWS.gz -rw-r--r-- root/root 2391 2005-04-12 14:31:20 ./usr/share/doc/pasmo/README.gz -rw-r--r-- root/root 39667 2005-08-22 12:16:25 ./usr/share/doc/pasmo/pasmodoc.html -rw-r--r-- root/root 455 2005-08-22 12:16:00 ./usr/share/doc/pasmo/copyright -rw-r--r-- root/root 612 2005-08-22 12:16:00 ./usr/share/doc/pasmo/changelog.Debian.gz drwxr-xr-x root/root 0 2005-08-22 12:16:25 ./usr/share/doc-base/ -rw-r--r-- root/root 236 2005-08-22 12:16:00 ./usr/share/doc-base/pasmo drwxr-xr-x root/root 0 2005-08-22 12:16:25 ./usr/share/man/ drwxr-xr-x root/root 0 2005-08-22 12:16:26 ./usr/share/man/man1/ -rw-r--r-- root/root 1799 2005-08-22 12:16:25 ./usr/share/man/man1/pasmo.1.gz -- System Information: Debian Release: testing/unstable Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-amd64-k8 Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) -- Daniel Schepler "Please don't disillusion me. I [EMAIL PROTECTED]haven't had breakfast yet." -- Orson Scott Card --- Received: (at 324554-close) by bugs.debian.org; 23 Aug 2005 23:09:31 + >From [EMAIL PROTECTED] Tue Aug 23 16:09:31 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7hmR-00036h-00; Tue, 23 Aug 2005 16:02:07 -0700 From: Joost Yervante Damad <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324554: fixed in pasmo 0.5.2-4 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 16:02:07 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: pasmo Source-Version: 0.5.2-4 We believe that the bug you reported is fixed in the latest version of pasmo, which is due to be installed in the Debian FTP archive: pasmo_0.5.2-4.diff.gz to pool/main/p/pasmo/pasmo_0.5.2-4.diff.gz pasmo_0.5.2-4.dsc to pool/main/p/pasmo/pasmo_0.5.2-4.dsc pasmo_0.5.2-4_i386.deb to pool/main/p/pasmo/pasmo_0.5.2-4_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 addr
Bug#324473: mozilla-firefox: Use of extensions and themes causes "Segmentation fault"
Package: mozilla-firefox Version: 1.0.4-2sarge2 Followup-For: Bug #324473 Since the upgrade to 1.0.4-2sarge2, I can't use the browser. Using strace I could saw this. Trying to use some extensions lile "Sage", "Forecastfox", "Gmail Notifier" caused mozilla-firefox stop executing. When I was trying to use two or more tabs (no URL was used at the moment), the browser stops and the output of strace was: --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/user/.mozilla/firefox/xxcpih63.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(15196, 15196, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Other way to obtain the same result is going to the menu "Edit"->"Preferences"->"Advanced", in the section "Software Update" doing click on "Check now" for "My extensions and themes" --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/user/.mozilla/firefox/xxcpih63.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(15387, 15387, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ So, other users told me to rename the directory .mozilla, I did it and execute again mozilla-firefox, this time everything was fine, but I tried to install some extensions like "Sage" "Forecastfox" and didn't install, tried to install the theme "Noia" and I couldn't too. Using mozilla-firefox 1.0.4-2sarge without themes or extensions worked fine to me. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: LANG=es_MX, LC_CTYPE=es_MX (charmap=ISO-8859-1) Versions of packages mozilla-firefox depends on: ii debianutils2.8.4 Miscellaneous utilities specific t ii fontconfig 2.3.1-2 generic font configuration library ii libatk1.0-01.8.0-4 The ATK accessibility toolkit ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libfontconfig1 2.3.1-2 generic font configuration library ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib ii libgcc11:3.4.3-13GCC support library ii libglib2.0-0 2.6.4-1 The GLib library of C routines ii libgtk2.0-02.6.4-3 The GTK+ graphical user interface ii libidl00.8.5-1 library for parsing CORBA IDL file ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libkrb53 1.3.6-2sarge2 MIT Kerberos runtime libraries ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-1PNG library - runtime ii libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte ii libxft22.1.7-1 FreeType-based font drawing librar ii libxp6 4.3.0.dfsg.1-14 X Window System printing extension ii libxt6 4.3.0.dfsg.1-14 X Toolkit Intrinsics ii psmisc 21.5-1Utilities that use the proc filesy ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324783: xmms-flac: free() error prevents xmms from starting
Package: xmms-flac Version: 1.1.2-1 Severity: grave Justification: renders package unusable After upgrading to xmms-flac 1.1.2-1 in unstable, xmms is unable to successfully start (it is killed by SIGABRT). If xmms-flac is uninstalled or downgraded, xmms is able to start again. With xmms-flac 1.1.2-1 installed: $ xmms Message: device: default *** glibc detected *** free(): invalid pointer: 0x07274b3e *** Aborted A backtrace from running xmms in gdb follows: (gdb) bt #0 0x00420402 in __kernel_vsyscall () #1 0x00865921 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x0086727b in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0x0089bf77 in __libc_message () from /lib/tls/i686/cmov/libc.so.6 #4 0x008a2597 in _int_free () from /lib/tls/i686/cmov/libc.so.6 #5 0x008a2a32 in free () from /lib/tls/i686/cmov/libc.so.6 #6 0x005352c3 in g_free () from /usr/lib/libglib-1.2.so.0 #7 0x07269889 in set_track_info () from /usr/lib/xmms/Input/libxmms-flac.so #8 0x07274865 in ?? () from /usr/lib/xmms/Input/libxmms-flac.so #9 0x07273c5a in ?? () from /usr/lib/xmms/Input/libxmms-flac.so #10 0x07276830 in flac_cfg () from /usr/lib/xmms/Input/libxmms-flac.so #11 0x088d38b0 in ?? () #12 0x088df7e4 in ?? () #13 0x07274865 in ?? () from /usr/lib/xmms/Input/libxmms-flac.so #14 0x00477c7c in vorbis_cfg () from /usr/lib/xmms/Input/libvorbis.so #15 0xbf95f838 in ?? () #16 0x005bcaa0 in _dl_runtime_resolve () from /lib/ld-linux.so.2 #17 0x08067364 in init_plugins () Previous frame inner to this frame (corrupt stack?) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.5-execshield-k7 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xmms-flac depends on: ii libc6 2.3.5-4 GNU C Library: Shared libraries an ii libflac71.1.2-1 Free Lossless Audio Codec - runtim ii libglib1.2 1.2.10-10The GLib library of C routines ii libgtk1.2 1.2.10-17The GIMP Toolkit set of widgets fo ii libx11-66.8.2.dfsg.1-5 X Window System protocol client li ii libxext66.8.2.dfsg.1-5 X Window System miscellaneous exte ii libxi6 6.8.2.dfsg.1-5 X Window System Input extension li ii xlibs 6.8.2.dfsg.1-5 X Window System client libraries m ii xmms1.2.10+cvs20050209-2 Versatile X audio player that look xmms-flac recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324473: mozilla-firefox: Checking updates for extensions and themes, using extensions and themes cause segfaults
Package: mozilla-firefox Version: 1.0.4-2sarge2 Followup-For: Bug #324473 Since the upgrade yesterday from 1.0.4-2sarge1 to 1.0.4-2sarge2 I have problems. First when I was trying to use two or more tabs the browser stops, the output of strace at the moment to open the second tab is: --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/user/.mozilla/firefox/xxcpih63.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(15845, 15845, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Then going to "Edit"->"Preferences"->"Advanced", In the section "Software Update", click no "Check now" for "My extensions and Themes" cause segfault too.. here's the output: -- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/user/.mozilla/firefox/xxcpih63.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(15870, 15870, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ I'm using this extensions: Forecastfox 0.8.1.3, Sage 1.3.5, Image Zoom 0.1.7.1, Spoofstick 1.05, Gmail Notifier 0.5.1 Gmail Notifier: Never could connect to gmail. Forecastfox: Don't display anything Image Zoom: Worked Spoofstick: Worked Sage: Worked Themes: Noia (don't remember which version) Also.. using the menu "Tools" to use "Extensions" or "Themes" caused segfaults, strace outputs: "Tools"->"Extensions"/"Tools->"Themes" access("/usr/lib/mozilla-firefox/extensions", F_OK) = 0 access("/usr/lib/mozilla-firefox/extensions", F_OK) = 0 access("/usr/lib/mozilla-firefox/extensions/installed-extensions-processed.txt", F_OK) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/user/.mozilla/firefox/xxcpih63.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(16055, 16055, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ stat64("/usr/lib/mozilla-firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome/classic.jar", {st_mode=S_IFREG|0644, st_size=505128, ...}) = 0 close(23) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- unlink("/home/javier/.mozilla/firefox/xxcpih63.default/lock") = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0 tgkill(16138, 16138, SIGSEGV) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Rename .mozilla to .mozilla-old and executed again mozilla-firefox a new .mozilla dir appeared but trying to install extensions or themes fails. I can open two or more tabs and mozilla-firefox don't fail. Using mozilla-firefox 1.0.4-2sarge2 without extensions or themes worked for me. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: LANG=es_MX, LC_CTYPE=es_MX (charmap=ISO-8859-1) Versions of packages mozilla-firefox depends on: ii debianutils2.8.4 Miscellaneous utilities specific t ii fontconfig 2.3.1-2 generic font configuration library ii libatk1.0-01.8.0-4 The ATK accessibility toolkit ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libfontconfig1 2.3.1-2 generic font configuration library ii libfreetype6 2.1.7-2.4 FreeType 2 font engine, shared lib ii libgcc11:3.4.3-13GCC support library ii libglib2.0-0 2.6.4-1 The GLib library of C routines ii libgtk2.0-02.6.4-3 The GTK+ graphical user interface ii libidl00.8.5-1 library for parsing CORBA IDL file ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libkrb53 1.3.6-2sarge2 MIT Kerberos runtime libraries ii libpango1.0-0 1.8.1-1 Layout and rendering of internatio ii libpng12-0 1.2.8rel-1PNG library - runtime ii libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte ii libxft22.1.7-1 FreeType-based font drawing librar ii libxp6 4.3.0.dfsg.1-14 X Window System printing extension ii libxt6 4.3.0.dfsg.1-14 X Toolkit Intrinsics ii psmisc 21.5-1Utilities that use the proc filesy ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324772: libfam0 can break other packages due to reuse of binary package name in conjunction with Provides
severity 324772 minor thanks On Tue, Aug 23, 2005 at 11:35:56PM +0100, Mark Hymers wrote: > Package: fam > Severity: critical > Justification: can break other packages (e.g. /usr/lib/libkdeprint.so.4 > from kdelibs4c2) > There seems to be an upgrade path bug in libfam at the moment linked > to the C++ transition. A summary is this: > Old version: libfam0 (pre c102 transition) > -> Newer version: libfam0c102 which Provides: libfam0 > -> Newest version (gcc4 transition) libfam0 which Conflicts: libfam0c102 > Unfortunately, this means that if you start with a sarge chroot, > install the sarge version of kdelibs, then do an > apt-get install -t sid kdelibs, apt doesn't need to upgrade libfam as > there seems to be no shlibs requirements and libfam0c102 Provides > libfam0. Hence, you end up with (for example) libkdeprint linked > directly against libstdc++6 and indirectly (through fam) against > libstdc++5. Please explain why you think this is a bug at all to allow this, let alone a bug that warrants a release-critical severity. Nothing in your bug report indicates that anything has actually *broken* by allowing these packages to be co-installed. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Processed: Re: Bug#324772: libfam0 can break other packages due to reuse of binary package name in conjunction with Provides
Processing commands for [EMAIL PROTECTED]: > severity 324772 minor Bug#324772: libfam0 can break other packages due to reuse of binary package name in conjunction with Provides Severity set to `minor'. > 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#324605: Patch for munin-graph
Package: munin Version: 1.2.3-1 Followup-For: Bug #324605 Attached is a patch to escape colons in COMMENT: It gets munin-graph working again. Rob -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27-2-k7 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages munin depends on: pn libdigest-md5-perl (no description available) ii libhtml-template-perl 2.6-2 HTML::Template : A module for usin ii libparse-recdescent-perl 1.94-4 Generates recursive-descent parser ii librrds-perl 1.2.11-0.2 Time-series data storage and displ pn libtime-hires-perl (no description available) ii perl [libstorable-perl] 5.8.7-4Larry Wall's Practical Extraction ii perl-modules 5.8.7-4Core Perl modules Versions of packages munin recommends: ii libdate-manip-perl5.44-1 a perl library for manipulating da ii munin-node1.2.3-1network-wide graphing framework (n -- no debconf information -- Robert Loomans [EMAIL PROTECTED] --- munin-graph.old 2005-08-24 10:54:55.0 +1000 +++ munin-graph 2005-08-24 10:51:48.0 +1000 @@ -848,10 +848,10 @@ elsif ($global_headers == 1) { push (@rrd, "COMMENT:" . (" " x $max_field_len)); - push (@rrd, "COMMENT: Cur:"); - push (@rrd, "COMMENT:Min:"); - push (@rrd, "COMMENT:Avg:"); - push (@rrd, "COMMENT:Max: \\j"); + push (@rrd, "COMMENT: Cur\\:"); + push (@rrd, "COMMENT:Min\\:"); + push (@rrd, "COMMENT:Avg\\:"); + push (@rrd, "COMMENT:Max\\: \\j"); $global_headers++; } @@ -924,13 +924,13 @@ } else { - push (@rrd, "COMMENT: Cur:") unless $global_headers; + push (@rrd, "COMMENT: Cur\\:") unless $global_headers; push (@rrd, "GPRINT:c$rrdname:LAST:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, "yes")?"%s":"") . ""); - push (@rrd, "COMMENT: Min:") unless $global_headers; + push (@rrd, "COMMENT: Min\\:") unless $global_headers; push (@rrd, "GPRINT:i$rrdname:MIN:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . ""); - push (@rrd, "COMMENT: Avg:") unless $global_headers; + push (@rrd, "COMMENT: Avg\\:") unless $global_headers; push (@rrd, "GPRINT:g$rrdname:AVERAGE:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . ""); - push (@rrd, "COMMENT: Max:") unless $global_headers; + push (@rrd, "COMMENT: Max\\:") unless $global_headers; push (@rrd, "GPRINT:a$rrdname:MAX:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . "\\j"); push (@{$total_pos{'min'}}, "i$rrdname"); push (@{$total_pos{'avg'}}, "g$rrdname"); @@ -991,13 +991,13 @@ push (@rrd, "CDEF:dpostotal=ipostotal,UN,ipostotal,UNKN,IF"); push (@rrd, "LINE1:dpostotal#00:" . $node->{client}->{$service}->{graph_total} . (" " x ($max_field_len - length ($node->{client}->{$service}->{graph_total}) + 1))); - push (@rrd, "COMMENT: Cur:") unless $global_headers; + push (@rrd, "COMMENT: Cur\\:") unless $global_headers; push (@rrd, "GPRINT:gpostotal:LAST:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . ""); - push (@rrd, "COMMENT: Min:") unless $global_headers; + push (@rrd, "COMMENT: Min\\:") unless $global_headers; push (@rrd, "GPRINT:ipostotal:MIN:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . ""); - push (@rrd, "COMMENT: Avg:") unless $global_headers; + push (@rrd, "COMMENT: Avg\\:") unless $global_headers; push (@rrd, "GPRINT:gpostotal:AVERAGE:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . ""); - push (@rrd, "COMMENT: Max:") unless $global_headers; + push (@rrd, "COMMENT: Max\\:") unless $global_headers; push (@rrd, "GPRINT:apostotal:MAX:%6.2lf" . (munin_get_bool_val ($node->{client}->{$service}->{graph_scale}, 1)?"%s":"") . "\\j"); } @@ -1010,7 +1010,9 @@ push @complete, @{&get_header ($node, $config, $domain, $name, $service, $time)}; push @complete, @rrd; - push (@complete, "COMMENT:Last update: " . localtime($lastupdate) . "\\r"); + my $localtime_lastupdate = localtime($lastupdate); + $localtim
Processed: Re: Bug#324702: libodbcinstq1: Depends on non-existent package libqt3c102-mt
Processing commands for [EMAIL PROTECTED]: > severity 324702 serious Bug#324702: libodbcinstq1: Depends on non-existent package libqt3c102-mt Severity set to `serious'. > merge 324702 323358 Bug#323358: libodbcinstq1: needs rebuilt for the C++ transition, but should not be uploaded yet Bug#324702: libodbcinstq1: Depends on non-existent package libqt3c102-mt Merged 323358 324702. > 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#324702: libodbcinstq1: Depends on non-existent package libqt3c102-mt
severity 324702 serious merge 324702 323358 thanks On Tue, Aug 23, 2005 at 05:36:18PM +0200, Florian Ragwitz wrote: > libodbcinstq1 still depends on libqt3c102-mt which is no longer in > unstable and is therefor uninstallable. Please recompile against > libqt3-mt. Please check the BTS for existing bug reports before filing new ones. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature
Bug#324792: digikamimageplugins: ftbfs [sparc] /usr/lib/libImlib2.la: No such file or directory
Package: digikamimageplugins Version: 0.7.4-1 Severity: serious Justification: fails to build from source digikamimageplugins failed to build on all buildds, duplicated on my sparc pbuilder. /bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION-o digikamimageplugin_adjustlevels.la -rpath /usr/lib/kde3 -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -L/usr/lib -L/usr/share/qt3/lib -L/usr/X11R6/lib digikamimageplugin_adjustlevels_la.all_cpp.lo -lkparts -ldigikam grep: /usr/lib/libImlib2.la: No such file or directory /bin/sed: can't read /usr/lib/libImlib2.la: No such file or directory libtool: link: `/usr/lib/libImlib2.la' is not a valid libtool archive make[4]: *** [digikamimageplugin_adjustlevels.la] Error 1 make[4]: Leaving directory `/build/buildd/digikamimageplugins-0.7.4/obj-sparc-linux-gnu/digikamimageplugins/adjustlevels' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/build/buildd/digikamimageplugins-0.7.4/obj-sparc-linux-gnu/digikamimageplugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/buildd/digikamimageplugins-0.7.4/obj-sparc-linux-gnu' make[1]: *** [all] Error 2 make[1]: Leaving directory `/build/buildd/digikamimageplugins-0.7.4/obj-sparc-linux-gnu' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#322952: nmu?
Hi Sebastien, Would you like me to fix this via NMU? I would really like this package to be functional again.. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: blah blah, the BTS isn't clever enough to allow this
Processing commands for [EMAIL PROTECTED]: > reassign 321573 adplug-utils 1.5.1-2 Bug#321573: libadplug0c2: depends on libbinio1c2 without declaring it. Bug reassigned from package `libadplug0' to `adplug-utils'. > 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#323765: marked as done (gcl: depends on libgmp3 which is not available anymore in unstable)
Your message dated Tue, 23 Aug 2005 19:32:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323765: fixed in gcl 2.6.7-2 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 Aug 2005 09:08:42 + >From [EMAIL PROTECTED] Thu Aug 18 02:08:42 2005 Return-path: <[EMAIL PROTECTED]> Received: from socrate.i3s.unice.fr (smtp.i3s.unice.fr) [134.59.130.1] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E5gOA-YJ-00; Thu, 18 Aug 2005 02:08:42 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.i3s.unice.fr (Postfix) with ESMTP id AAB338ADD8; Thu, 18 Aug 2005 11:08:42 +0200 (CEST) Received: from pantin.i3s.unice.fr (pantin.i3s.unice.fr [134.59.133.32]) by smtp.i3s.unice.fr (Postfix) with ESMTP id DE28C8ADD7; Thu, 18 Aug 2005 11:08:40 +0200 (CEST) Received: from ponsini by pantin.i3s.unice.fr with local (Exim 4.52) id 1E5gO6-0005tF-EB; Thu, 18 Aug 2005 11:08:38 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: olivier ponsini <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcl: depends on libgmp3 which is not available anymore in unstable X-Mailer: reportbug 3.15 Date: Thu, 18 Aug 2005 11:08:38 +0200 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by AMaViS snapshot-20020531 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: gcl Version: 2.6.7-1 Severity: grave Justification: renders package unusable Due to the C++ transition, libgmp3 is not available anymore in unstable (and is replaced by libgmp3c2, as far as I know). Because gcl still depends on libgmp3 it is now uninstallable in unstable. Best regards, olivier -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.4.27-2-686 Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1) Versions of packages gcl depends on: ii binutils-dev 2.16.1-2The GNU binary utilities (BFD deve ii debconf [debconf-2.0]1.4.57 Debian configuration management sy ii gcc 4:4.0.1-3 The GNU C compiler ii libc62.3.5-3 GNU C Library: Shared libraries an ii libgmp3 4.1.4-6 Multiprecision arithmetic library ii libncurses5 5.4-9 Shared libraries for terminal hand ii libreadline5 5.0-10 GNU readline and history libraries hi libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8 ii tk8.48.4.9-1 Tk toolkit for Tcl and X11, v8.4 - hi xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu gcl recommends no packages. -- debconf information: * gcl/default_gcl_ansi: * gcl/default_gcl_prof: --- Received: (at 323765-close) by bugs.debian.org; 24 Aug 2005 02:39:05 + >From [EMAIL PROTECTED] Tue Aug 23 19:39:05 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7l3g-0001Xf-00; Tue, 23 Aug 2005 19:32:08 -0700 From: Camm Maguire <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#323765: fixed in gcl 2.6.7-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 19:32:08 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: gcl Source-Version: 2.6.7-2 We believe that the bug you reported is fixed in the latest version of gcl, which is due to be installed in the Debian FTP archive: gcl-doc_2.6.7-2_all.deb to pool/main/g/gcl/gcl-doc_2.6.7-2_all.deb gcl_2.6.7-2.diff.gz to pool/main/g/gcl/gcl_2.6.7-2.diff.gz gcl_2.6.7-2.dsc to pool/main/g/gcl/gcl_2.6.7-2.dsc gcl_2.6.7-2_i386.deb
Bug#323979: marked as done (gcl: FTBFS - invalid storage class for function ...)
Your message dated Tue, 23 Aug 2005 19:32:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#323979: fixed in gcl 2.6.7-2 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; 19 Aug 2005 15:58:20 + >From [EMAIL PROTECTED] Fri Aug 19 08:58:20 2005 Return-path: <[EMAIL PROTECTED]> Received: from atlrel9.hp.com [156.153.255.214] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E69G8-0001fD-00; Fri, 19 Aug 2005 08:58:20 -0700 Received: from smtp2.fc.hp.com (smtp.fc.hp.com [15.15.136.253]) by atlrel9.hp.com (Postfix) with ESMTP id CB4D21F26E for <[EMAIL PROTECTED]>; Fri, 19 Aug 2005 11:58:18 -0400 (EDT) Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.11.146.30]) by smtp2.fc.hp.com (Postfix) with ESMTP id 5EA5941E3AF; Fri, 19 Aug 2005 15:58:18 + (UTC) Received: from localhost (localhost [127.0.0.1]) by ldl.fc.hp.com (Postfix) with ESMTP id 368951340F2; Fri, 19 Aug 2005 09:58:18 -0600 (MDT) Received: from ldl.fc.hp.com ([127.0.0.1]) by localhost (ldl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08673-03; Fri, 19 Aug 2005 09:58:16 -0600 (MDT) Received: from krebs (krebs.dannf [10.8.0.7]) by ldl.fc.hp.com (Postfix) with ESMTP id DAF451340D4; Fri, 19 Aug 2005 09:58:16 -0600 (MDT) Received: by krebs (Postfix, from userid 20800) id C421F3B6313; Fri, 19 Aug 2005 10:00:35 -0600 (MDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dann frazier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gcl: FTBFS - invalid storage class for function ... X-Mailer: reportbug 3.15 Date: Fri, 19 Aug 2005 10:00:35 -0600 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com 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: gcl Version: 2.6.6-1 Severity: serious Justification: no longer builds from source gcc -c -Wall -DVOL=volatile -fsigned-char -pipe -pg -O3 -I/tmp/buildd/gcl-2.6.6/o -I../h -I../gcl-tk num_sfun.c num_sfun.c: In function 'number_exp': num_sfun.c:67: error: invalid storage class for function 'number_sin' num_sfun.c:67: error: invalid storage class for function 'number_cos' num_sfun.c:74: warning: implicit declaration of function 'number_cos' num_sfun.c:74: warning: assignment makes pointer from integer without a cast num_sfun.c:76: warning: implicit declaration of function 'number_sin' num_sfun.c:76: warning: assignment makes pointer from integer without a cast num_sfun.c: In function 'number_expt': num_sfun.c:96: error: invalid storage class for function 'number_nlog' num_sfun.c:135: warning: implicit declaration of function 'number_nlog' num_sfun.c:135: warning: assignment makes pointer from integer without a cast num_sfun.c:166: warning: assignment makes pointer from integer without a cast num_sfun.c: At top level: num_sfun.c:177: error: conflicting types for 'number_nlog' num_sfun.c:135: error: previous implicit declaration of 'number_nlog' was here num_sfun.c: In function 'number_nlog': num_sfun.c:180: error: invalid storage class for function 'number_sqrt' num_sfun.c:180: error: invalid storage class for function 'number_atan2' num_sfun.c:222: warning: implicit declaration of function 'number_atan2' num_sfun.c:222: warning: assignment makes pointer from integer without a cast num_sfun.c: At top level: num_sfun.c:286: error: conflicting types for 'number_atan2' num_sfun.c:222: error: previous implicit declaration of 'number_atan2' was here num_sfun.c:350: error: conflicting types for 'number_sin' num_sfun.c:76: error: previous implicit declaration of 'number_sin' was here num_sfun.c:397: error: conflicting types for 'number_cos' num_sfun.c:74: error: previous implicit declaration of 'number_cos' was here make[2]: *** [num_sfun.o] Error 1 make[2]: Leaving directory `/tmp/buildd/gcl-2.6.6/o' make[1]: *** [unixport/saved_pre_gcl] Error 2 make[1]: Leaving directory `/tmp/buildd/gcl-2.6.6' make: *** [build-gprof-stamp] Error 2 pbuilder: Failed autobuilding of package -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (50
Bug#287660: marked as done (modemp3d: FTBFS (amd64/gcc-4.0): static declaration of 'yywrap' follows non-static declaration)
Your message dated Tue, 23 Aug 2005 20:02:20 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#287660: fixed in modemp3d 0.1-7 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 Dec 2004 11:55:51 + >From [EMAIL PROTECTED] Wed Dec 29 03:55:50 2004 Return-path: <[EMAIL PROTECTED]> Received: from d007021.adsl.hansenet.de (localhost.localdomain) [80.171.7.21] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CjcQg-0003VA-00; Wed, 29 Dec 2004 03:55:50 -0800 Received: from aj by localhost.localdomain with local (Exim 4.34) id 1CjcVu-0001zd-2f; Wed, 29 Dec 2004 13:01:14 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: modemp3d: FTBFS (amd64/gcc-4.0): static declaration of 'yywrap' follows non-static declaration Message-Id: <[EMAIL PROTECTED]> Date: Wed, 29 Dec 2004 13:01:14 +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: modemp3d Severity: normal Tags: patch When building 'modemp3d' on amd64 with gcc-4.0, I get the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -I.. -I../matlib -I../libmisc-g -O2 -Wall -c lex.c lex.l:56: error: static declaration of 'yywrap' follows non-static declaration lex.yy.c:415: error: previous declaration of 'yywrap' was here make[3]: *** [lex.o] Error 1 make[3]: Leaving directory `/modemp3d-0.1/stprouter' With the attached patch 'modemp3d' can be compiled on amd64 using gcc-4.0. Regards Andreas Jochens diff -urN ../tmp-orig/modemp3d-0.1/stprouter/lex.l ./stprouter/lex.l --- ../tmp-orig/modemp3d-0.1/stprouter/lex.l2004-12-29 12:50:58.434343872 +0100 +++ ./stprouter/lex.l 2004-12-29 12:50:53.906032280 +0100 @@ -52,7 +52,7 @@ %% -static int yywrap(void) +int yywrap(void) { return 1; } --- Received: (at 287660-close) by bugs.debian.org; 24 Aug 2005 03:10:26 + >From [EMAIL PROTECTED] Tue Aug 23 20:10:26 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7lWu-0006RR-00; Tue, 23 Aug 2005 20:02:20 -0700 From: Bdale Garbee <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#287660: fixed in modemp3d 0.1-7 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 20:02:20 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: modemp3d Source-Version: 0.1-7 We believe that the bug you reported is fixed in the latest version of modemp3d, which is due to be installed in the Debian FTP archive: modemp3d_0.1-7.diff.gz to pool/main/m/modemp3d/modemp3d_0.1-7.diff.gz modemp3d_0.1-7.dsc to pool/main/m/modemp3d/modemp3d_0.1-7.dsc modemp3d_0.1-7_i386.deb to pool/main/m/modemp3d/modemp3d_0.1-7_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. Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated modemp3d 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: Tue, 23 Aug 2005 20:40:27 -0600 Source: modemp3d Binary: modemp3d Architecture: source i386 Version: 0.1-7 Distribution: unstable Urgency: low Maintainer: Bdale Garbee <[EMAIL PROTECTED]> Changed-By: Bdale Garbee <[EMAIL PROTECTED]> Description: modemp3d - AO-40 (Phase3D) Soundcard Telemetry Decoder Closes: 287660 Changes: modemp3d (0.1-7) unstable; urgency=low . * need to regenerate stprouter/lex.c, changing lex.l was insufficient... closes: #287660 Files: 072bae7
Bug#324584: marked as done (gnome-schedule: FTBFS: Missing build dependencies.)
Your message dated Tue, 23 Aug 2005 20:02:13 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#324584: fixed in gnome-schedule 0.9.0-2 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; 22 Aug 2005 21:05:39 + >From [EMAIL PROTECTED] Mon Aug 22 14:05:39 2005 Return-path: <[EMAIL PROTECTED]> Received: from europa.telenet-ops.be [195.130.132.60] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E7JUB-0004r8-00; Mon, 22 Aug 2005 14:05:39 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by europa.telenet-ops.be (Postfix) with SMTP id B7DDB1981B1 for <[EMAIL PROTECTED]>; Mon, 22 Aug 2005 23:05:38 +0200 (MEST) Received: from Q.roeckx.be (dD5775F4A.access.telenet.be [213.119.95.74]) by europa.telenet-ops.be (Postfix) with ESMTP id A5C82198288 for <[EMAIL PROTECTED]>; Mon, 22 Aug 2005 23:05:38 +0200 (MEST) Received: by Q.roeckx.be (Postfix, from userid 501) id 7C8F226136; Mon, 22 Aug 2005 23:05:38 +0200 (CEST) Date: Mon, 22 Aug 2005 23:05:38 +0200 From: Kurt Roeckx <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: gnome-schedule: FTBFS: Missing build dependencies. Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i 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: gnome-schedule Version: 0.9.0-1 Severity: serious Hi, Your package is failing to build because of missing build dependencies. It's missing atleast build dependencies on: pkg-config python-gtk2-dev (>= 2.3) yelp cron at libxml-parser-perl And I hope you could rework the package to not require atleast cron and at. And maybe you should try to get rid of yelp too. Kurt --- Received: (at 324584-close) by bugs.debian.org; 24 Aug 2005 03:10:34 + >From [EMAIL PROTECTED] Tue Aug 23 20:10:34 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian)) id 1E7lWn-0006Hb-00; Tue, 23 Aug 2005 20:02:13 -0700 From: David Moreno Garza <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#324584: fixed in gnome-schedule 0.9.0-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Tue, 23 Aug 2005 20:02:13 -0700 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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-CrossAssassin-Score: 2 Source: gnome-schedule Source-Version: 0.9.0-2 We believe that the bug you reported is fixed in the latest version of gnome-schedule, which is due to be installed in the Debian FTP archive: gnome-schedule_0.9.0-2.diff.gz to pool/main/g/gnome-schedule/gnome-schedule_0.9.0-2.diff.gz gnome-schedule_0.9.0-2.dsc to pool/main/g/gnome-schedule/gnome-schedule_0.9.0-2.dsc gnome-schedule_0.9.0-2_i386.deb to pool/main/g/gnome-schedule/gnome-schedule_0.9.0-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. David Moreno Garza <[EMAIL PROTECTED]> (supplier of updated gnome-schedule 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: Tue, 23 Aug 2005 21:36:19 -0500 Source: gnome-schedule Binary: gnome-schedule Architecture: source i386 Version: 0.9.0-2 Distribution: unstable Urgency: low Maintainer: David Moreno Garza <[EMAIL PROTECTED]> Changed-By: David Moreno Garza <[EMAIL PROTECTED]> Description: gnome-schedule - GNOME scheduler for automatic tasks Closes: 324448 324584 Changes: gnome-schedule (0.9.0-2) unstable; urgency=
Bug#324796: gs-gpl: gs segfaults
Package: gs-gpl Version: 8.15-3 Severity: grave Justification: renders package unusable when trying to call ps2pdf14 to convert a simple ps file, gs segfaults. downgrading to 8.15-2 fixed the problem. $ gdb /usr/bin/gs-gpl GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-linux"...(no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) r -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite "-sOutputFile=paper.pdf" $OPTION S -c .setpdfwrite -dCompatibilityLevel=1.4 -f "journal.ps" Starting program: /usr/bin/gs-gpl -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite "-sOutp utFile=paper.pdf" $OPTIONS -c .setpdfwrite -dCompatibilityLevel=1.4 -f "journal. ps" (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) Program received signal SIGSEGV, Segmentation fault. 0x10095640 in jpeg_get_small () (gdb) The program is running. Exit anyway? (y or n) y cheers, piem -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-power4-smp Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages gs-gpl depends on: ii gs-common 0.3.9 Common files for different Ghostsc ii libc6 2.3.5-4GNU C Library: Shared libraries an ii libice6 6.8.2.dfsg.1-5 Inter-Client Exchange library ii libjpeg62 6b-10 The Independent JPEG Group's JPEG ii libpaper1 1.1.14-3 Library for handling paper charact ii libpng12-01.2.8rel-1.0.1 PNG library - runtime ii libsm66.8.2.dfsg.1-5 X Window System Session Management ii libx11-6 6.8.2.dfsg.1-5 X Window System protocol client li ii libxext6 6.8.2.dfsg.1-5 X Window System miscellaneous exte ii libxt66.8.2.dfsg.1-5 X Toolkit Intrinsics ii xlibs 6.8.2.dfsg.1-5 X Window System client libraries m ii zlib1g1:1.2.3-3 compression library - runtime Versions of packages gs-gpl recommends: ii gsfonts 8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre pn psfontmgr (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324797: boa-constructor: wx-2.6-gtk2 ImportError with experimental 4.x package
Package: boa-constructor Version: 0.4.4cvs20050714-1 Severity: grave Justification: renders package unusable *** Please type your report below this line *** boa. from sid is currently not installable because libwxgtk2.4-python left sid and was replaced by wxpython2.6-0 So installed it from experimental some days ago. Starting boa. results in this error message: ([EMAIL PROTECTED]) {~} $ boa-constructor Starting Boa Constructor v0.4.4 importing wxPython Traceback (most recent call last): File "/usr/bin/boa-constructor", line 227, in ? import wx File "/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode/wx/__init__.py", line 42, in ? from wx._core import * File "/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line13405, in ? from _misc import * File "/usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode/wx/_misc.py", line4, in ? import _misc_ ImportError: /usr/lib/python2.3/site-packages/wx-2.6-gtk2-unicode/wx/_misc_.so:symbol wxDefaultVideoMode, version WXU_2.6 not defined in file libwx_gtk2u_core-2.6.so.0 with link time reference ([EMAIL PROTECTED]) {~} $ Today I tried it again after removing every python package but python2.3. # apt-get install boa-constructor "boa-constructor: Depends: libwxgtk2.4-python (>= 2.4.0.8-0.1) but it is not installable" # apt-get -t experimental install boa-constructor "boa-constructor: Depends: wxpython2.6-0 but it is not installable" What is the best thing to get a working boa-constructor v0.4.x? best regards Per -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-kanotix-10 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages boa-constructor depends on: ii pychecker 0.8.14-6 Finds common bugs in python source ii python2.3.5-3An interactive high-level object-o ii wxpython2.6-0 2.6.1.1wxWidgets Cross-platform C++ GUI t boa-constructor recommends no packages. -- no debconf information signature.asc Description: OpenPGP digital signature
Bug#324516: Also observed this bug.
I confirm this behaviour as well. It may be due to extensions issues, but running with firefox -p with a 'new profile', while no longer segfaulting, has unexpected behaviour as well. -- Dave Belfer-Shevett <[EMAIL PROTECTED]> The Homeport Collective -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#320721: capi4hylafax: c2faxrecv segfaults when an incoming faxtransmission enters
Hi Hanno, Could you try rebuilding capi4hylafax with debugging symbols as well (setting CXXFLAGS to "-g")? The backtrace you provided is missing the information that's needed to pinpoint the bug without being able to reproduce it. If setting CXXFLAGS in the environment or in debian/rules doesn't do the job, hopefully the maintainer knows how to get capi4hylafax to build with debugging enabled. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/ signature.asc Description: Digital signature