Bug#650346: doc-base trigger during perl upgrade leaves perl installation unusable

2011-11-28 Thread Bryan Donlan
Package: perl Version: 5.14.2-5 Severity: critical When upgrading from 5.12 to 5.14.2-5, it is possible for doc-base triggers to be run after unpacking perl, but prior to unpacking perl-base or perl-modules, or the upgraded doc-base package. This results in the apt installation job aborting (due

Bug#635939: GPL violation - missing source code for CEDET grammars

2011-07-29 Thread Bryan Donlan
Package: emacs23 Version: 23.2+1-1 Severity: serious Tags: upstream As is beginning to become widely reported, emacs's upstream tarball is distributing GPL-licensed generated grammars without their original source code: ./lisp/cedet/srecode/srt-wy.el ./lisp/cedet/semantic/wisent/js-wy.el

Bug#626443: IPv6 routing broken to one of bugs.debian.org's AAAAs

2011-05-11 Thread Bryan Donlan
Package: bugs.debian.org Severity: serious Tags: ipv6 bugs.debian.org's entries contains 2607:f8f0:610:4000:6564:a62:ce0c:1372, which is unreachable from multiple locations on the internet. This breaks connectivity from hosts that prefer ipv6; this record should be removed immediately.

Bug#544497: #544497: gimp-resynthesizer: rebuilds an empty package)

2009-09-06 Thread Bryan Donlan
On Sun, Sep 6, 2009 at 4:54 PM, Tzafrir Cohentzaf...@cohens.org.il wrote: tag 544497 patch thanks As gimptool is unhelpful, and I don't wish to force autotools on upstream, I ended up manually installing everything. Which seems to be simpler than patching the upstream install target.

Bug#525593: FTBFS on i386: scons: *** [src/beidcommon/libbeidcommon.la] TypeError : cannot concatenate 'str' and 'list' objects

2009-04-25 Thread Bryan Donlan
Package: belpic Version: 2.6.0-6 Severity: serious Justification: no longer builds from source belpic build fails in unstable with a i386 pbuilder chroot: g++ -o src/beidcommon/moc_qtunixserversocket.os -c -Wall -g -O2 -Dlinux -pipe -DQT_THREAD_SUPPORT -D_REENTRANT -DPREFIX='/usr'

Bug#518452: All programs segfault when running under gdb

2009-03-26 Thread Bryan Donlan
On Fri, Mar 6, 2009 at 8:26 AM, Daniel Jacobowitz d...@false.org wrote: On Fri, Mar 06, 2009 at 03:38:44AM -0500, Bryan Donlan wrote: (gdb) run Starting program: /bin/true (no debugging symbols found) (no debugging symbols found) Program received signal SIGTRAP, Trace/breakpoint trap

Bug#518452: All programs segfault when running under gdb

2009-03-06 Thread Bryan Donlan
Package: gdb Version: 6.8-3 Severity: grave Attempting to run a trivial program under gdb gives: ] gdb /bin/true GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free

Bug#518452: Acknowledgement (All programs segfault when running under gdb)

2009-03-06 Thread Bryan Donlan
Note that this bug also occurs with the version in experimental (6.8.50.20090116.python-1). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#482476: Security: Unsafe lock file creation can be used to truncate arbitrary files

2008-05-22 Thread Bryan Donlan
Package: aptitude Version: 0.4.11.2-1 Severity: serious Since /var/lock is installed with mode 1777 on debian systems, if /var/lock/aptitude does not yet exist, a normal user can symlink it to an arbitrary location on the filesystem. Aptitude them attempts to open this file with mode O_TRUNC,

Bug#482476: Security: Unsafe lock file creation can be used to truncate arbitrary files

2008-05-22 Thread Bryan Donlan
shortly. On Thu, May 22, 2008 at 11:19:07PM -0400, Bryan Donlan wrote: Package: aptitude Version: 0.4.11.2-1 Severity: serious Since /var/lock is installed with mode 1777 on debian systems, if /var/lock/aptitude does not yet exist, a normal user can symlink it to an arbitrary location

Bug#482476: [PATCH] Security: Unsafe lock file creation can be used to truncate arbitrary files

2008-05-22 Thread Bryan Donlan
tags 482476 + patch security thanks I have made a patch to prevent GetLock() from following symlinks. For added measure I've also removed O_TRUNC; since the lock file should be empty anyway, there's no need to truncate it again. Applies cleanly against 0.4.11 and 0.4.13. diff -Naur

Bug#476925: Patch to fix shlibdeps versioning on libpcrecpp0

2008-05-03 Thread Bryan Donlan
* subtitleeditor * apertium (Not sure if this one is necessary, some brief testing didn't come up with errors; but it built against the broken package so better safe than sorry) Thanks, Bryan Donlan diff -u pcre3-7.6/debian/rules pcre3-7.6/debian/rules --- pcre3-7.6/debian/rules +++ pcre3-7.6/debian/rules

Bug#464320: libpcrecpp0 ABI change

2008-05-03 Thread Bryan Donlan
merge 464320 476925 thanks It seems that the problem is just that of a new symbol. As such, tightening the dh_shlibdeps invocation to use a (= 7.6) dependency should be enough, right? I posted a patch to fix this in bug#476925. Thanks, Bryan Donlan signature.asc Description: Digital

Bug#476925: Incompatible ABI change - breaks packages in testing

2008-04-20 Thread Bryan Donlan
Package: mkvtoolnix Version: 2.0.2-1.1 Severity: critical Justification: Renders other packages unusable In testing, mkvmerge 2.0.2-1.1 fails to start with: mkvmerge: symbol lookup error: mkvmerge: undefined symbol: _ZN7pcrecpp2RE6no_argE This occurs with libpcrecpp0 7.4+lenny1 installed, but

Bug#461032: FTBFS due to 32-bit chroot on 64-bit machines without setting machine personality

2008-01-16 Thread Bryan Donlan
consider this a bug in piespy? In my opinion, it's more of a bug in the rebuild project (or possibly pbuilder). Thanks, Bryan Donlan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#439469: gimp-resynthesizer: FTBFS: resynth.cc:83: error: template with C linkage

2007-08-25 Thread Bryan Donlan
reassign 439469 libgimp2.0-dev forcemerge 439473 439469 retitle 439469 missing G_END_DECLS in gimpcolorprofilestore.h causes FTBFSes thanks /usr/include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h is missing a G_END_DECLS, this causes a FTBFS in gimp-resynthesizer and probably other packages.

Bug#437020: fails with W: Mandatory parameter 'bug' missing in call

2007-08-10 Thread Bryan Donlan
Package: apt-listbugs Version: 0.0.82 Severity: grave Checking for bugs fails with: Error retrieving bug reports from the server with the following error message: W: Mandatory parameter 'bug' missing in call to Debbugs::Status::get_bug_status at /usr/local/lib/site_perl/Debbugs/SOAP.pm line 114

Bug#429945: changing the upstream so-name is evil

2007-06-22 Thread Bryan Donlan
On Fri, Jun 22, 2007 at 09:41:04PM +0200, Andreas Barth wrote: * Bryan Donlan ([EMAIL PROTECTED]) [070621 21:51]: +curl (7.16.2-6) unstable; urgency=low + + * Add libcurl*.so.3 to libcurl*.so.4 links (Closes: #429945) + + -- Bryan Donlan [EMAIL PROTECTED] Thu, 21 Jun 2007 17:33:38

Bug#429945: changing the upstream so-name is evil

2007-06-21 Thread Bryan Donlan
Debian has not actually changed the upstream so-name. The libcurl3 package actually contains libcurl.so.4, and a symlink to that from libcurl.so.3. Please see the debian.release thread for more details: http://article.gmane.org/gmane.linux.debian.devel.release/17257 Binaries built against other

Bug#429945: changing the upstream so-name is evil

2007-06-21 Thread Bryan Donlan
tags 429945 + patch severity 429945 critical title 429945 Missing libcurl.so.3 symlink thanks On Thu, Jun 21, 2007 at 11:21:41PM +0200, Daniel Stenberg wrote: On Thu, 21 Jun 2007, Bryan Donlan wrote: Debian has not actually changed the upstream so-name. The libcurl3 package actually

Bug#430061: Reproducible SIGSEGV on startup in aptitude in experimental

2007-06-21 Thread Bryan Donlan
Package: aptitude Version: 0.4.5.3-1 Severity: grave Aptitude in experimental crashes on startup. Backtrace: Program terminated with signal 11, Segmentation fault. #0 0x081f0867 in aptitudeDepCache::cleanup_after_change (this=0x8324a38, undo=0x0, alter_stickies=true) at aptcache.cc:756 756

Bug#418197: post-install fails with UnboundLocalError: local variable 'config' referenced before assignment

2007-04-07 Thread Bryan Donlan
Package: python2.4-minimal Version: 2.4.4-3 Severity: critical Package post-install fails with: Setting up python2.4-minimal (2.4.4-3) ... Linking and byte-compiling packages for runtime python2.4... Traceback (most recent call last): File /usr/bin/pycentral, line 1373, in ? main() File

Bug#402245: hs-plugins darcs version supports GHC 6.6

2007-04-07 Thread Bryan Donlan
Hi, The latest version of hs-plugins in upstream's darcs repository supports GHC 6.6. You may want to consider uploading it to experimental or sid (though it probably should not be allowed to progress to testing until there's a proper release). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#412146: Uninstallable in sid due to missing dependency on libhugs-hunit

2007-02-23 Thread Bryan Donlan
Package: libhugs-missingh Version: 0.18.1 Severity: grave libhugs-missingh depends on libhugs-hunit, which is not available in sid. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash

Bug#409685: Patch for bug#409685

2007-02-21 Thread Bryan Donlan
+= Update imports for the new names of MissingH modules, after the Great + Renaming (Closes: 409685) += Update cabal file to use hslogger, and MissingH = 0.18.0 + * Update debian/control to require hslogger and MissingH = 0.18.0 + + -- Bryan Donlan [EMAIL PROTECTED] Wed, 21 Feb 2007 20:23:14

Bug#407376: needs to conflict/replace libxcb0-dev

2007-01-17 Thread Bryan Donlan
Package: libxcb1-dev Version: 1.0-1 Severity: serious Installation with a existing installation of libxcb0-dev gives: Unpacking libxcb1-dev (from .../libxcb1-dev_1.0-1_i386.deb) ... dpkg: error processing /var/cache/apt/archives/libxcb1-dev_1.0-1_i386.deb (--unpack): trying to overwrite

Bug#402245: Package fails with ghc6 6.6

2006-12-08 Thread Bryan Donlan
Package: libghc6-plugins-dev Version: 0.9.10-3.4 Severity: grave The test program (based on the example in the hs-plugins docs) at http://etc.uguu.us/hsplugins-test.tbz2 works with: ii ghc6 6.4.1-2 ii libghc6-plugins-dev 0.9.10-1 ii

Bug#393316: liblircclient0 0.8.0-8 uninstallable in sid

2006-10-15 Thread Bryan Donlan
Package: liblircclient0 Version: 0.8.0-8 Severity: grave The i386 binary of liblircclient0 0.8.0-8 depends on libc6 = 2.4-1, which is not in sid. A rebuild against sid libraries is needed. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,

Bug#391116: Uninstallable package - template parse error

2006-10-04 Thread Bryan Donlan
Package: miscfiles Version: 1.4.2.dfsg.1-6 Severity: serious Post-configuration of miscfiles 1.4.2.dfsg.1-6 fails with: Setting up miscfiles (1.4.2.dfsg.1-6) ... Template parse error near `# The Default here cannot be translated, because of a a deficiency in the', in stanza #2 of

Bug#366303: FTBFS: dh_strip failure

2006-05-07 Thread Bryan Donlan
Package: nvidia-graphics-drivers-legacy Severity: serious Justification: no longer builds from source Building nvidia-graphics-drivers-legacy 1.0.7174-2 from source in pbuilder (or in main system) fails as follows: dpkg-buildpackage: source package is nvidia-graphics-drivers-legacy

Bug#366288: Install also fails with different error with newest adduser

2006-05-07 Thread Bryan Donlan
Package: beagle Version: 0.2.6-1 Followup-For: Bug #366288 With adduser 3.87, postinst also fails with: Setting up beagle (0.2.6-1) ... chown: `beagleindex': invalid user dpkg: error processing beagle (--configure): subprocess post-installation script returned error exit status 1 Apparently

Bug#360686: sync broken with revent libsvn-core-perl

2006-04-24 Thread Bryan Donlan
tags 360686 - moreinfo thanks On 4/4/06, Bryan Donlan [EMAIL PROTECTED] wrote: On 4/4/06, Bastian Blank [EMAIL PROTECTED] wrote: tags 360686 moreinfo thanks On Mon, Apr 03, 2006 at 09:48:09PM -0500, Bryan Donlan wrote: $ svk sync //mirror/openc2e Syncing svn

Bug#360843: manpages-dev: conflicts with modutils

2006-04-13 Thread Bryan Donlan
On 4/13/06, Vincent Fourmond [EMAIL PROTECTED] wrote: Package: manpages-dev Version: 2.25-2 Followup-For: Bug #360843 Hello ! There is actually quite a bit of manpages that are found in version 2.25-2 and as well in modutils. The attached patch should take care of them. Perhaps

Bug#362262: uninstallable with new xorg

2006-04-12 Thread Bryan Donlan
Package: libqt4-dev Version: 4.1.1-1+b1 Severity: grave With the new version of xorg in unstable, the xlibs-static-pic package has been removed. Since libqt4-dev has a dependency on this package, it is no longer installable. -- System Information: Debian Release: testing/unstable APT prefers

Bug#360843: Please replace modutils

2006-04-10 Thread Bryan Donlan
On 4/9/06, Steve M. Robbins [EMAIL PROTECTED] wrote: Two comments: 1. It ain't just create_module; manpage-dev is also overwriting init_module Unpacking replacement manpages-dev ... dpkg: error processing /var/cache/apt/archives/manpages-dev_2.25-2_all.deb (--unpack): trying to overwrite

Bug#360686: sync broken with revent libsvn-core-perl

2006-04-03 Thread Bryan Donlan
Package: svk Version: 1.07-1 Severity: grave svk sync fails thusly with recent (above 1.3.0 or so) libsvn-core-perl: $ svk sync //mirror/openc2e Syncing svn://twinsen.warpedgames.com/openc2e Retrieving log information from 750 to 752 TypeError in method 'svn_ra_reporter2_invoke_set_path',

Bug#348785: Please recompile against newer version of libzipios++

2006-01-18 Thread Bryan Donlan
Package: enigma Version: 0.92.1-1 Severity: grave Enigma 0.92.1-1 on i386 arch currently depends on libzipios++0, which is no longer in the archive due to the c2a ABI transition. Please rebuild, so it will depend on the current libzipios++0c2a package. -- System Information: Debian Release:

Bug#346048: quota fails in postinst

2006-01-04 Thread Bryan Donlan
Package: quota Version: 3.13-4 Severity: grave Justification: renders package unusable When attempting to install quota into a new sid chroot, the following error occurs: Setting up quota (3.13-4) ... *** glibc detected *** free(): invalid pointer: 0x080923a0 *** dpkg: error processing quota

Bug#340798: upgrade error: mv: target `/dev/.udev/db/' is not a directory

2005-11-25 Thread Bryan Donlan
Package: udev Version: 0.074-3 Severity: grave Justification: renders package unusable -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: total 0 lrwxrwxrwx 1 root root 20 2005-08-19 00:19 020_permissions.rules - ../permissions.rules lrwxrwxrwx 1 root root 19 2005-10-21 08:30

Bug#340802: upgrade failure: mv: target `/dev/.udev/db/' is not a directory

2005-11-25 Thread Bryan Donlan
Subject: upgrade failure: mv: target `/dev/.udev/db/' is not a directory Package: udev Version: 0.076-1 Severity: grave Justification: renders package unusable When upgrading to udev 0.076-1 from 0.074-3, the following error occurs: Preparing to replace udev 0.074-3 (using

Bug#338659: pngcrush: fails to start with relocation error

2005-11-11 Thread Bryan Donlan
Package: pngcrush Version: 1.5.10-2 Severity: grave Justification: renders package unusable pngcrush fails to run, with the following error: $ pngcrush testu.png testu-crushed.png Warning: versions are different between png.h and png.c png.h version: 1.2.7 png.c version: 1.2.8 | pngcrush

Bug#337881: udev post-inst fails

2005-11-06 Thread Bryan Donlan
Package: udev Version: 0.072-2 Severity: grave Justification: renders package unusable When upgrading to 0.072-2, the following occured: Setting up udev (0.072-2) ... Installing new version of config file /etc/init.d/udev-mtab ... Installing new version of config file /etc/init.d/udev ...

Bug#337740: libwnn6-1: Missing conflicts with libwnn6

2005-11-05 Thread Bryan Donlan
Package: libwnn6-1 Version: 1.0.0-12.1 Severity: grave Justification: renders package unusable When performing an automatic upgrade from libwnn6 to libwnn6-1, the following error occurs: Selecting previously deselected package libwnn6-1. (Reading database ... 144951 files and directories

Bug#326400: ghc6 6.4-4.1 is uninstallable due to conflicting dependencies

2005-09-02 Thread Bryan Donlan
Package: ghc6 Version: 6.4-4.1 Severity: grave Justification: renders package unusable ghc6 6.4-4.1 depends on libgmp3c2; libgmp3c2 conflicts with libgmp3 ghc6 depends on haskell-utils haskell-utils depends on libgmp3 libgmp3c2 conflicts with libgmp3 As such, the latest version of ghc6

Bug#323138: conflict is already in libsnmpkit

2005-08-19 Thread Bryan Donlan
On 8/19/05, A Mennucc [EMAIL PROTECTED] wrote: hi everybody I do not understand what is going on here the package libsnmpkit2c2 already contains this line: snmpkit-0.9/debian/control:19:Conflicts: libsnmpkit1 ( = 0.9), libsnmpkit2, libsnmpkit2c102 Note also that is libsnmpkit2c102

Bug#323138: libsnmpkit2c2: Needs conflicts with libsnmpkit2c102

2005-08-14 Thread Bryan Donlan
Package: libsnmpkit2c2 Version: 0.9-9 Severity: grave Justification: renders package unusable libsnmpkit2c2 is not automatically upgradable using APT from libsnmpkit2c102: Unpacking libsnmpkit2c2 (from .../libsnmpkit2c2_0.9-9_i386.deb) ... dpkg: error processing