Bug#502657: netmaze: rendering problems and segfaults

2008-10-21 Thread Steve Cotton
The rendering problems are caused by trigtab.h assuming 32-bit longs. It's a fixed-point trigonometry table which encodes negative numbers as 0xff.. values. I bodged it with s/0xf/0xf/g , which made the game playable. However it appears to be a very basic death-match first-person

Bug#503415: libdesktop-notify-perl: Missing dependency on notification-daemon package

2008-10-25 Thread Steve Cotton
Package: libdesktop-notify-perl Version: 0.01-1 Severity: serious Justification: Policy 3.5 ~/temp/notifytest.pl contains the example from Desktop::Notify's perldoc notification-daemon is not installed ~/temp$ perl ./notifytest.pl org.freedesktop.DBus.Error.ServiceUnknown: The name

Bug#504200: recite: stack trace points to 1950 dB sound

2008-11-06 Thread Steve Cotton
I can replicate this with a rebuilt, debugging version of the program (and also with the official package). Program received signal SIGSEGV, Segmentation fault. 0x00407458 in DBtoLIN (dB=1950) at klatt/parwave.c:584 584 lgtemp = amptable[dB] * .001; (gdb) bt #0

Bug#505058: ghostscript: gv can't view the pages

2008-11-23 Thread Steve Cotton
On Sat, Nov 08, 2008 at 07:04:47PM -0200, Marcelo Luiz de Laia wrote: gv can't view the folow files: Hi Marcelo, gv is in the gv package, separate to ghostview; so reportbug hasn't included the version of gv that you're using. For me, all the files display fine, I can't replicate your bug.

Bug#506295: #506295: xgdvi: after a window is opened, the whole program blocks

2008-11-23 Thread Steve Cotton
I tested this and saw the same results with xgdvi as Michael Meskes saw with spawg in #506296. As with spawg, it's something to do with the external EPS files. It eventually prints gs_kill to the terminal and becomes responsive again. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Bug#506910: libfilesys-diskspace-perl: Partly language-dependent

2008-11-25 Thread Steve Cotton
Package: libfilesys-diskspace-perl Followup-For: Bug #506910 It works for me in my default environment (set for en_GB.UTF-8), with 16 ext3 partitions mounted. In locale es_SV.UTF-8, I get a different error to you. This is because the test calls /bin/df and parses the headers assuming that

Bug#493363: Some SVG images make kio_thumbnail / Konqueror take 95% CPU and more than 1GB of memory

2008-08-13 Thread Steve Cotton
forwarded 493363 http://bugs.kde.org/show_bug.cgi?id=106847 quit Nice. could you forward this patch to the KDE SVN, so they can merge it into KDE 3.5.10? I would do but it is your patch :D Thanks Ana, I've sent it to their Bugzilla. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#495501: midori: Segfault on some web pages

2008-08-20 Thread Steve Cotton
Thread 2 (Thread 0x41e52950 (LWP 28933)): #0 0x in ?? () #1 0x7f89eebe6646 in open_read_async_thread (res=0x80db60, object=0x932950, cancellable=0x0) at /build/buildd/glib2.0-2.16.4/gio/gfile.c:4015 One of

Bug#466327: Looks properly licensed

2008-08-27 Thread Steve Cotton
The following quote is from Dolby, the person whose description as the one who ripped the Marauder dying sound from the monster book in Harry Potter: Prisoner of Azkaban started this bug. http://tremulous.net/forum/index.php?topic=170.0 I'm really excited, I found 2 effect cds for an incredibly

Bug#495335: Compiling exmap-modules-source

2008-08-28 Thread Steve Cotton
are fixed it's not worth updating the package for just one of them. Steve Thu Aug 28 01:20:57 BST 2008 Steve Cotton [EMAIL PROTECTED] * #495335: Fix the kernel modules call to remove_proc_entry to work with Linux 2.6.26 Replace proc_root with NULL. During the call to remove_proc_entry

Bug#453852: exmap: Assertion failure at startup

2008-08-28 Thread Steve Cotton
Note: It still needs to be run as root with my debugging change, my patch means that it has data instead of lots of zeros. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#496954: Another libxml2 breakage?

2008-08-28 Thread Steve Cotton
ii libxml2 2.6.32.dfsg-2+lenny1 GNOME XML library That's been causing segfaults all over the place. Please would you upgrade to 2.6.32.dfsg-3 and retest? Cheers, Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#481642: Appears to be caused by a circular dependency

2008-08-30 Thread Steve Cotton
can get cargo to land. Steve Sat Aug 30 05:05:40 BST 2008 Steve Cotton [EMAIL PROTECTED] * 481642 - break circular dependency between Qt.pm and Qt/debug.pm diff -rN -u old-libqt-perl-3.008/PerlQt/Qt.pm new-libqt-perl-3.008/PerlQt/Qt.pm --- old-libqt-perl-3.008/PerlQt/Qt.pm 2008-08-30 15:47

Bug#481642: 481642 patched

2008-09-01 Thread Steve Cotton
tags 481642 + patch quit Delayed over marking this as patched due to the cargo-cultery of my change. But it will be better to get it built and tested than to leave it for a final what do we do with these RC bugs sweep. Leaving it tagged help for now. Steve -- To UNSUBSCRIBE, email to

Bug#497492: cupsd: Child exited on signal 13!

2008-09-02 Thread Steve Cotton
*** WARNING *** The program 'cupsd' uses the Apple Bonjour compatibility layer of Avahi. ii libavahi-compat-libdn 0.6.22-3 Avahi Apple Bonjour compatibility That's where the error message is coming from, specifically avahi-compat-libdns_sd/warn.c's avahi_warn_linkage(). It

Bug#495184: wodim: Fails, then asks me to use the option I've already given

2008-09-02 Thread Steve Cotton
Hi Nigel, Please would you check your shell aliases? alias wodim='wodim dev=/dev/sdz' gives me get the same works only with strace behaviour that you have. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#373905: monsterz won't start

2008-05-06 Thread Steve Cotton
This bug report contains two different errors with a similar call stack and effect. On my machine, the matrices are not aligned for copy occurs when run with python2.5, but not python2.4. The default python version switched to 2.5 on April 13th. I'm running it with $ python2.4

Bug#482268: kate: kwrite freezes on certain replacement

2008-06-15 Thread Steve Cotton
tags 482268 + patch thanks Tracked it down to libkatepart in the kdelibs package. The code already had support in case the search replace added newlines to the text, but didn't treat \n or \r specially in the replacement text. The patch makes \0...\9, \\, \n and \t behave as they do in sed.

Bug#482268: kate: documentation update

2008-06-17 Thread Steve Cotton
tags 482268 + patch thanks It also fixes the crash. :) That should sound more confident than it does. The bug is fixed because the old code first found the \0, then checked for a preceeding backslash, and got stuck if there was. Use Placeholders wasn't documented at all - attached is an

Bug#373905: (monsterz) Bug #373905 shouldn't be release-critical for etch

2008-06-09 Thread Steve Cotton
Hi Debian Games Team, Bug #373905 is showing up in the release-critical list as affecting Etch. I think that's incorrect, but all I can help with is to add a summary of the situation. There are two bugs in one bug report. The original bug, discussed in 2006 and 2007, was priority important.

Bug#481247: Compiled magic file doesn't match non-compiled file

2008-06-12 Thread Steve Cotton
The compiled magic.mgc file in libmagic1 version 4.24-2 causes this bug - it doesn't match the uncompiled file. Recompiling it solves the bug. On my PC, both file and libmagic1 are at version 4.24-2. /usr/share/file# ls -l total 2148 -rw-r--r-- 1 root root 512370 2008-05-03 13:38 magic

Bug#486021: can't open suppressions file '/usr/lib/valgrind/debian-libc6-dbg.supp'

2008-06-12 Thread Steve Cotton
Package: valgrind Version: 1:3.3.1-1 Severity: grave Justification: renders package unusable From the script /usr/bin/valgrind: # Use special suppression file if libc6-dbg is installed if [ -d /usr/lib/debug ] ! echo ${VALGRIND_OPTS} | fgrep -q --

Bug#482268: kate: kwrite freezes on certain replacement

2008-06-15 Thread Steve Cotton
I'm still investigating, but have some results and a simplification of the test case: Text to find: '[ab]' as a regexp As a regexp is needed, but the text to find can be simply 'a'. Replace with: '\\0' with backreferences allowed Kate's dialog calls backrefs

Bug#498787: Screenshot for starfighter contains non-free graphics contents

2008-09-13 Thread Steve Cotton
Package: games-thumbnails Version: 20080726 Severity: serious Justification: Policy 2.1 From bug #496617 on starfighter-data: Upstream cannot give any license guarantees about: ... Starfighter (and other spacecraft) images I think the thumbnail for Starfighter needs to be removed. Steve --

Bug#400768: [apt] Fix makes aptitude die on update

2008-09-24 Thread Steve Cotton
On Tue, Sep 23, 2008 at 08:23:01PM -0400, Andreas Klöckner wrote: Version: 0.7.15~exp2 Is this expected because of the ABI breakage? #499322 apt 0.7.15~1exp1 needs a soname bump or an ABI revert. It's from the changes between 0.7.14 and 0.7.15~exp1, not the change for this bug. The ABI

Bug#400768: apt-0.7.15~exp2: Improvement but only for borderline cases.

2008-09-24 Thread Steve Cotton
I believe this should not be RC for Lenny. The bug only triggers for people using multiple releases; so anyone hitting this bug should be able to get an updated version from unstable or squeeze-testing without needing it in Lenny. There are five related issues in this bug report: 1 limit of

Bug#400768: apt-0.7.15~exp2: Improvement but only for borderline cases.

2008-09-25 Thread Steve Cotton
On Thu, Sep 25, 2008 at 10:28:40AM +0200, Andreas Kuckartz wrote: Can the LANG=C workaround be installed with Lenny ? But which other problems would be created by that ?! It will put the user-interface in to English. Cheers, Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#499568: Not just Emacs

2008-10-02 Thread Steve Cotton
Bug #484305 reports the same problem in Vim, X-Chat, Gnumeric, python-nautilus and gedit. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#400768: bug 354938: Require more number of versions/packages that apt is capable of.

2008-10-05 Thread Steve Cotton
tags 354938 +patch found 354938 apt/0.6.46.3, apt/0.6.46.4-0.1, apt/0.7.11, apt/0.7.14 quit Hi, This bug (354938) is clearly about the 64k limit on package names and versions, without reference to translated descriptions. Many of the duplicates of 400768 (including 400768 itself) were

Bug#501508: openarena-data: openarena contains materials from non-free sources

2008-10-07 Thread Steve Cotton
Wikipedia page for the non-Doom character: http://en.wikipedia.org/wiki/Hsien-Ko Kyonshi (OpenArena) and Hsien-Ko (Darkstalkers) are Jiang Shi or Chinese vampires. There's an entire genre of horror monsters that look like that. Just because the original materials weren't used, this is still

Bug#501508: openarena-data: openarena contains materials from non-free sources

2008-10-08 Thread Steve Cotton
For anyone without OpenArena installed, a screenshot of Kyonshi: http://en.wikipedia.org/wiki/Image:OpenArena-HoppingCorpse.jpg The Wikipedia article you linked to says that it's a very specific character of a very specific copyrighted series. Yes, it's a page about that character. Whether

Bug#587367: fetchmail: Installation error from update-rc.d

2010-06-27 Thread Steve Cotton
Package: fetchmail Version: 6.3.17-2 Severity: serious Justification: breaks unrelated software (blocks dpkg's configure stage) /var/lib/dpkg/info/fetchmail.postinst misses the second . in its call to update-rc.d: dpkg: error processing fetchmail (--configure): subprocess installed

Bug#492655: First installation crashes with an error about /usr/local/texmf/emacs

2008-07-27 Thread Steve Cotton
I was also going to report this. Just adding the bits of my report that aren't covered by Neil. Subject: tex-common: First installation crashes with an error about /usr/local/texmf/emacs Package: tex-common Version: 1.11.1 Severity: grave Justification: installation fails with an error The

Bug#491655: audacious: log file spammed with tuple_get_int assertion failure message

2008-07-28 Thread Steve Cotton
I'd seen this, but then couldn't replicate it when debugging. That's because I'd cleaned up my playlist so it didn't trigger #491097, and loading another playlist triggered it. Line numbers from 1.5.1-2, and the bug is calling tuple_get_int(NULL, ..., ...). playlist.c:2432 else if

Bug#491655: partial patch

2008-07-28 Thread Steve Cotton
The breakage was getting in my way enough to patch over it. This isn't a proper fix, but it has more commentry it in, and it stops Audacious chewing disk space, at least for me. Having looked again at line 211, it seems OK. This patches the other two bits (and I've updated my copy of the source

Bug#491655: Audacious bugs when when entry-tuple == null

2008-08-01 Thread Steve Cotton
tag 491097 + patch quit Hi, These three bugs are all caused by the same buggy if statement: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491655 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491097 http://bugzilla.atheme.org/show_bug.cgi?id=42 Skotlex's patch (attached at the Atheme

Bug#493872: gutenbrowser: QSQLITE driver not loaded

2008-08-05 Thread Steve Cotton
Package: gutenbrowser Version: 3:0.9.0-1 Severity: grave Justification: renders package unusable On startup, a dialog box pops up saying Unable to establish a database connection. and on stdout: bool gutenDb::connectDatabase() QSqlDatabase: QSQLITE driver not loaded QSqlDatabase:

Bug#493872: gutenbrowser: QSQLITE driver not loaded

2008-08-05 Thread Steve Cotton
How strange. Works for me. Can you try to install the libqt4-sql-sqlite package, and see if it solve the problem. Seem like a missing dependency is breaking your test. Installing that package makes it work. Thanks for the quick response. Cheers, Steve -- To UNSUBSCRIBE, email to

Bug#528946: boswars-data: embedded Dejavu font not mentioned in debian/copyright

2009-05-16 Thread Steve Cotton
Package: boswars-data Version: 2.5-1 Severity: serious Justification: Policy 4.5 There's a set of Dejavu bitmaps in /usr/share/games/boswars/graphics/general/ debian/copyright doesn't mention them, nor does it include Bitstream's license text. Steve -- System Information: Debian Release:

Bug#531835: audacious 2.0.1: freezes after playing an Ogg or MP3 file

2009-06-04 Thread Steve Cotton
Package: audacious Version: 2.0.1-1 Severity: grave Justification: renders package unusable After playing an Ogg or MP3 file to the end, Audacious2 freezes. The music stops at the end of the file; the UI is still responsive until I try to play another file (by double-clicking on the playlist).

Bug#507429: GPL or LGPL?

2008-12-01 Thread Steve Cotton
The patch says GPL, but the long story and package copyright say LGPL. Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#507944: xwhois: segfaults on start in get_servers()

2008-12-05 Thread Steve Cotton
xwhois.h: #define BUFSIZE 1024 struct serverent { char *name; char *comment; } servers[256]; get_servers(): /* * Set all struct members to NULL. */ for (i=0 ; i BUFSIZE ; i++) { servers[i].name = servers[i].comment = NULL;

Bug#456037: Fenix: not 64 bit clean, should it be out of Lenny?

2008-12-12 Thread Steve Cotton
On Sat, Dec 06, 2008 at 12:52:41PM +0100, Peter De Wachter wrote: retitle 456037 fenix: not 64 bit clean severity 456037 grave thanks The Fenix source code is riddled with the assumption that pointers are 32 bit, which is obviously not true on 64 bit systems. A big problem is that the

Bug#508788: Should only happen if you have GTK+ from experimental

2008-12-16 Thread Steve Cotton
(forgot to CC 508788-submit...@b.d.o) Hi Sam, The same missing symbol is reported in bug #508272 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508272 Quoting from there: This should only be a problem if you install GTK+ from experimental. Solution, don't! :) Please would you check if

Bug#508788: Should only happen if you have GTK+ from experimental

2008-12-16 Thread Steve Cotton
The same missing symbol is reported in bug #508272 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508272 Quoting from there: This should only be a problem if you install GTK+ from experimental. Solution, don't! :) Please would you check if your version of the libgtk2.0-0 package is from

Bug#509429: pushover: Uses proprietary graphics from original game

2008-12-22 Thread Steve Cotton
Definite copyvio. http://sourceforge.net/tracker/index.php?func=detailaid=2354193group_id=42434atid=433131 Date: 2008-12-03 09:51 Sender: roever - Project Admin Sorry but for various reasons we can't keep the original graphics. 2 Important reasons are: - Copyright problems. I don't

Bug#509429: pushover: Uses proprietary graphics from original game

2008-12-22 Thread Steve Cotton
Specific issue about copyright on upstream's tracker: http://sourceforge.net/tracker/index.php?func=detailaid=2349520group_id=42434atid=433129 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#509883: bzflag-client: libcares.so.2 nonexistent dependency

2008-12-27 Thread Steve Cotton
ii libcurl3 7.18.1-1 Multi-protocol file transfer libra That version isn't in any current Debian archive, and is likely to be the culprit. Stable7.15.5-1etch1 Stable Security Updates 7.15.5-1etch1 Testing 7.18.2-5 Unstable7.18.2-7

Bug#511199: perspic: does not work at all: complains about find arguments / segfaults upon execution

2009-01-10 Thread Steve Cotton
Package: perspic Version: 1.5-5.1+b1 Followup-For: Bug #511199 The original report appears to be missing vital replication steps, I can make it crash with that stack trace on my machine: Launch the app File-Open Choose directory OK File-New also crashes with this stacktrace; and confusingly

Bug#511796: whois throw getaddrinfo(whois.crsnic.net): Name or service not known

2009-01-14 Thread Steve Cotton
BTS Opened #511797 (critical) in bind9 1:9.3.4-2etch4 by root t...@mediafo... «all queries denied since last update». http://bugs.debian.org/511797 BTS Opened #511796 (grave) in whois 4.7.20 by root t...@mediafo... «whois throw getaddrinfo(whois.crsnic.net): Name or service not known».

Bug#511199: perspic: does not work at all: complains about find arguments / segfaults upon execution

2009-01-16 Thread Steve Cotton
Followup-For: Bug #511199 The original report appears to be missing vital replication steps A correction, if the perspic-texts package is installed then perspic will crash immediately on startup. Steve -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#512015: perspic-texts: copyright file, no-sell license, no source for texts

2009-01-16 Thread Steve Cotton
Package: perspic-texts Version: 1.5-5.1 Severity: serious Justification: Policy 4.5, 2.3 debian/copyright states only that the package is GPL. perspic-texts is 16MB of compressed data, in a format for reading by Perspic. If I understand correctly, the data is a derivative work. From

Bug#512075: #512075 octave-symbolic: Undefined symbol

2009-01-16 Thread Steve Cotton
1. octave-symbolic is missing a dependency on libginac1.4 2. Even with libginac1.4 installed, Octave doesn't find the library without the help of export LD_PRELOAD=/usr/lib/libginac-1.4.so.0 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe.

Bug#512155: /usr/share/doc/mercurial is empty after upgrade (ok after fresh install)

2009-01-17 Thread Steve Cotton
Package: mercurial Version: 1.1.2-1 Severity: serious Justification: Policy 12.5, 12.7 st...@tsunami:~$ ls -l /usr/share/doc/mercurial total 0 Upgrading from 1.0.1-5.1 to 1.1.2-1 leaves an empty documentation directory. Purging then installing 1.1.2-1 symlinks it to mercurial-common.

Bug#530483: VegaStrike FTBFS with new boost

2009-07-19 Thread Steve Cotton
package vegastrike tags 537005 + fixed-upstream forwarded 537005 http://vegastrike.svn.sourceforge.net/viewvc/vegastrike/trunk/vegastrike/src/networking/lowlevel/vsnet_socketset.cpp?r1=11792r2=12251 thanks The version in Debian needs more patches that this to compile with Boost 1.38, but the

Bug#535218: apt-get / aptitude segfault when Cache-Limit is too small

2009-07-20 Thread Steve Cotton
package apt severity 535218 important merge 295051 535218 thanks That is no solution. libapt should never ever ever ever segfault. JackYF wrote a patch that completely replaces the Dynamic MMap code (it's discussed in #474947). That is likely to make this segfault unreproducible. It's not a

Bug#538282: xtux-client: Does not uninstall

2009-07-24 Thread Steve Cotton
Package: xtux-client Version: 0.2.030306-11 Severity: serious Justification: Policy 6.4 Shared bug in both xtux-client and xtux-server; the postrm looks like this: #!/bin/sh set -e rmdir /etc/ggz/clients /etc/ggz /dev/null 21 ... If either of those directories doesn't exist, the postrm

Bug#539009: attal-themes-cyberpunk: copyright violations

2009-07-28 Thread Steve Cotton
Package: attal-themes-cyberpunk Version: 1.0~rc2-1 Severity: serious Justification: Policy 2.3 Attal is inspired by Heros Of Might and Magic (HOMM), and some of its graphics are ripped from the original. themes/cyberpunk/images/units/face_r1u1.png Compare with

Bug#539009: attal-themes-cyberpunk: copyright violations

2009-07-28 Thread Steve Cotton
found 539009 1.0~rc1+cvs20080318-1 quit -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#517888: 517888 gnome-libs: Should be removed for Squeeze

2009-07-28 Thread Steve Cotton
On Mon, Mar 02, 2009 at 07:24:25PM +0100, Moritz Muehlenhoff wrote: Package: gnome-libs Severity: serious gnome-libs is deprecated for Squeeze. # [2009-03-24] gnome-libs REMOVED from testing (Britney) # [2009-03-20] Removed 1.4.2-37 from unstable (Frank Lichtenheld)o I think this bug is

Bug#539376: [aptitude] aptitude not installable

2009-07-31 Thread Steve Cotton
On Fri, Jul 31, 2009 at 10:55:56AM +0200, Bastian Venthur wrote: looks like aptitude is currently not installable, since it depends on libapt-pkg-libc6.9-6-4.7 which is not available. There's a BinNMU request for all of apt's rdeps. http://lists.debian.org/debian-release/2009/07/msg00359.html

Bug#513420: Breaks building libgsf from source

2009-01-28 Thread Steve Cotton
Hi Ray, I've spent a while looking at what runs what, and realised that it will be quite time consuming for someone not familiar with your package to extact a test case. Would it be possible for you to isolate the gsf-scan bit; and provide the arguments and input files to run it in isolation

Bug#513576: octave-symbolic does not uninstall

2009-01-30 Thread Steve Cotton
Package: octave3.0 Version: 1:3.0.1-6lenny1 Severity: critical Justification: breaks unrelated software (the package system) Or Package: octave-symbolic Version: 1.0.6-2 Not sure if the bug's in octave-symbolic or octave3.0, please reassign if this is wrong. octave-symbolic fails to either

Bug#513386: #513386 openoffice.org-dmaths: extension completely broken

2009-02-06 Thread Steve Cotton
Popcon for this has stayed around 30 votes + 70 recent (although installations have steadily risen to 450). I can get some functionality from it, notably most of the buttons work if you hilight the text to be affected first. However, IMO this bug should stay RC; the package isn't ready for

Bug#514403: alienblaster alienblaster-data: man page is in both packages

2009-02-06 Thread Steve Cotton
Package: alienblaster Version: 1.1.0-3 Severity: grave Justification: renders package uninstallable The following NEW packages will be installed: alienblaster alienblaster-data Unpacking alienblaster-data (from .../alienblaster-data_1.1.0-3_all.deb) ... Unpacking alienblaster (from

Bug#512543: #512543 installation-reports: after a succeful installation with /, /usr, /var (3 GB) , /tmp, and /home partitions, the /var/log files fill up and there is no space to write.

2009-02-07 Thread Steve Cotton
Hi, Please would you add: Which log files are bigger than 10 MB? Not the complete log file, but a sample of the messages which are repeatedly being logged in those files. Thanks, Steve -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe.

Bug#514655: gtick: Sound output does not work out of the box, needs OSS

2009-02-09 Thread Steve Cotton
Package: gtick Version: 0.4.2-1 Severity: serious Justification: Policy 3.5 Quoting #514652: The current version of praat in Debian is unable to output sound in a fresh intallation of the distribution, because it depends on the OSS compatibility layer of ALSA, which is not installed by default.

Bug#514659: gtkguitune: Sound input does not work out of the box, needs OSS

2009-02-09 Thread Steve Cotton
Package: gtkguitune Version: 0.7-7.1 Severity: serious Justification: Policy 3.5 Quoting #514652: The current version of praat in Debian is unable to output sound in a fresh intallation of the distribution, because it depends on the OSS compatibility layer of ALSA, which is not installed by

Bug#515722: libgtk2.0-dev: gdkspawn.h fails G_DISABLE_SINGLE_INCLUDES check Only glib.h can be included directly.

2009-02-16 Thread Steve Cotton
Package: libgtk2.0-dev Version: 2.12.12-1 Severity: serious Justification: root cause of #515679 (xlog FTBFS) GTK apps that use the GLIB sanity check G_DISABLE_SINGLE_INCLUDES don't build. st...@localhost:~/temp$ cat includegtk.c #include gtk/gtk.h int main(int argv, char** argc) {

Bug#515679: xlog: FTBFS: error: #error Only glib.h can be included directly.

2009-02-16 Thread Steve Cotton
Joop Stakenborg: I think this may be a dependency issue. We need to wait for a newer GTK+ to enter unstable. I've just logged a bug on it. Bug#515722: libgtk2.0-dev: gdkspawn.h fails G_DISABLE_SINGLE_INCLUDES check Only glib.h can be included directly. Regards, Steve -- To UNSUBSCRIBE,

Bug#515679: xlog: FTBFS: error: #error Only glib.h can be included directly.

2009-02-17 Thread Steve Cotton
Forwarding as #515679 wasn't CC'd. - Forwarded message from Josselin Mouette j...@debian.org - severity 515722 important fixed 515722 2.14.4-1 thanks Le mardi 17 février 2009 à 07:31 +, Steve Cotton a écrit : Package: libgtk2.0-dev Version: 2.12.12-1 Severity: serious

Bug#522740: xmahjongg claims that every layout file is corrupted

2009-04-06 Thread Steve Cotton
With the version 3.7-2 it is not possible to use any layout file. The resulting message is xmahjongg: layout arena corrupted. The dragon layout works for me (and looks vaguely dragon-shaped). The others I've tried are declared to be corrupt (including arena, ceremonial, hourglass, ram and

Bug#524484: sear, sear-media: should this package be removed?

2009-04-17 Thread Steve Cotton
Package: sear Severity: serious Justification: proposed removal Dear Maintainer, This package, along with sear-media, are possible candidates for removal from Debian, because: * Not in Lenny or Squeeze * Version in Sid is unusable: #489610 / #496244 * Low popcon (inst 57, vote 5) * Last

Bug#524484: sear, sear-media: should this package be removed?

2009-04-17 Thread Steve Cotton
There's a year-old ITP for Ember: #437516 Sear is currently the only user of four libary packages: liberis-1.3-14 libmd3-1 libsage2 libwfut-0.2-1 Erick (Ember's ITP'r) requests that those libraries remain for Ember's use. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org

Bug#525722: spout: Segfault when the screen scrolls

2009-04-26 Thread Steve Cotton
Package: spout Version: 1.3-1 Severity: grave Justification: renders package unusable Josh has logged this while I was writing my bug report, just adding more info. Fly upwards slightly, so that the screen scrolls up, and game segfaults. Before this happens, the bottom of the screen (where the

Bug#526581: xgalaga: FTBFS: conflicting types for 'fd_set'

2009-05-01 Thread Steve Cotton
On Fri, May 01, 2009 at 04:20:01PM -0700, Daniel Schepler wrote: Package: xgalaga /usr/include/sys/select.h:78: error: conflicting types for 'fd_set' /usr/include/linux/types.h:12: error: previous declaration of 'fd_set' was here Hi Daniel, This looks like a duplicate of linux-libc-dev's

Bug#525586: fusecompress: FTBFS: set.hpp:117: error: redefinition of 'struct boost::serialization::implementation_level

2009-05-05 Thread Steve Cotton
On Tue, Apr 28, 2009 at 06:56:11PM +0200, Kurt Roeckx wrote: /usr/include/boost/serialization/set.hpp:117: error: redefinition of 'struct boost::serialization::implementation_levelstd::setlong int, std::lesslong int, std::allocatorlong int ' /usr/include/boost/serialization/set.hpp:117:

Bug#519359: mmpong-gl: Failed to load module 'libCEGUIDevILImageCodec.so' / missing dependency on libcegui-mk2-dev

2009-03-11 Thread Steve Cotton
Package: mmpong-gl Version: 0.9-1 Severity: serious Justification: Policy 3.5 (Dependencies) While I don't like logging this bug on this package, it seems a good idea to have the discussion tracked on the BTS; and to have it show up in apt-listbugs when people install mmpong-gl. mmpong-gl

Bug#516237: 516237: dia: FTBFS in Lenny as well as unstable

2009-03-20 Thread Steve Cotton
package dia retitle 516237 dia: FTBFS in Lenny and unstable quit It FTBFS in a Lenny pbuilder. xmlto wasn't doing enough validation, which was RC bug #483503 [2009-02-05] xmlto 0.0.20-5 MIGRATED to testing (Britney) Apt's #514402 is a similar bug with a bit more detail. Steve -- To

Bug#520579: dia-common: debian/copyright incomplete and probably outdated

2009-03-20 Thread Steve Cotton
Package: dia-common Version: 0.96.1-7.1 Severity: serious Justification: Policy 4.5 The Dia manual installed in /usr/share/doc/dia-common/html/en/index.html is GFDL (with no invarient bits). Neither the authors' names nor the GFDL appear in debian/copyright. Also, the last year mentioned in

Bug#521387: torus-trooper: Doesn't start. circular initialization dependency with module abagames.tt.shape

2009-03-27 Thread Steve Cotton
Package: torus-trooper Version: 0.22.dfsg1-4 Severity: grave Justification: renders package unusable n...@tsunami:~$ torus-trooper Error: circular initialization dependency with module abagames.tt.shape n...@tsunami:~$ torus-trooper-pure Error: circular initialization dependency with module

Bug#525722: spout: Segfaults shortly after starting to play

2009-07-05 Thread Steve Cotton
Hi Gürkan, The BTS doesn't automatically forward mail to the bug submitter (unless bugnumber-submit...@b.d.o is CC˙d). On Tue, Jun 30, 2009 at 08:25:55AM +0200, gurkan wrote: I just can't reproduce the segfault, it scrolls up and up here, and I can make points... Are you testing with a 32 bit

Bug#536356: libgdbm-dev: /usr/share/man/man3/gdbm.3.gz is in both packages

2009-07-09 Thread Steve Cotton
Package: libgdbm-dev, libgdbm3 Version: 1.8.3-5 Severity: grave Justification: renders package unusable Preparing to replace libgdbm-dev 1.8.3-4 (using .../libgdbm-dev_1.8.3-5_amd64.deb) ... Unpacking replacement libgdbm-dev ... Preparing to replace libgdbm3 1.8.3-4 (using

Bug#541681: extremetuxracer: Black screen - extreme tux racer freezes the screen

2009-08-15 Thread Steve Cotton
On Sat, Aug 15, 2009 at 04:40:21PM +0200, Stefano Simonucci wrote: If I try to star etracer I get a black screen. The desktop is frozen. I must restart the X-server again to do anything. Hi Stefano, Does the einstein package do the same when run in full-screen mode? Any error messages on

Bug#542767: apt: autoremove removes needed packages

2009-08-21 Thread Steve Cotton
On Fri, Aug 21, 2009 at 10:20:50AM +0200, Bernhard Kuemel wrote: Removed epiphany, galeon and konquerer in one apt-get call. gnome-desktop-environment GDE depends on one of: epiphany-browser 2.26.3-2 epiphany-gecko 2.26.3-2 epiphany-webkit 2.27.5-1 galeon 2.0.7-1

Bug#541681: extremetuxracer: Black screen - extreme tux racer freezes the screen

2009-08-22 Thread Steve Cotton
On Tue, Aug 18, 2009 at 08:35:32AM +0200, Stefano Simonucci wrote: I have tested your suggestions. Effectively the games run in window mode for various screen resolution. In full-screen mode the video resolution 800x600 freezes the screen, while the 1024x768 resolution is perfectly running. I

Bug#541681: Bug #541681 nvidia: 800x600 uses too high a refresh rate for LCD monitors

2009-08-23 Thread Steve Cotton
package extreme-tuxracer retitle 541681 nvidia: 800x600 uses too high a refresh rate for LCD monitors severity 541681 important reassign 541681 nvidia-glx thanks Transferring to the nvidia-glx package, I think they're the best people to decide what to do with the bug. The documentation for

Bug#509429: pushover: Uses proprietary graphics from original game

2009-08-25 Thread Steve Cotton
On Tue, Jun 30, 2009 at 08:27:37AM +0200, gurkan wrote: Unfortunately that's true, and as Steve says, upstream is working on it. What a pity I have no idea when/if it'll get fixed. If there's any graphics artists that would like to help out, contact me or the pushover developers directly.

Bug#544697: [mypaint] segfault at startup

2009-09-02 Thread Steve Cotton
On Wed, Sep 02, 2009 at 08:53:08PM +0200, Martin Renold wrote: I'm on amd64 too, and I see the same problem. When I rebuild the package from source it works. I'm on amd64 too, and it works for me as packaged. I'm using a Wacom Graphire3. There is a warning as it starts up:

Bug#646464: smc: FTBFS: ... OpenGLGUIRenderer/openglrenderer.h

2011-11-14 Thread Steve Cotton
Source: smc Version: 1.9-4 Followup-For: Bug #646464 Caused by the newly uploaded version of cegui-mk2. http://cegui.org.uk/docs/current/porting6to7.html SMC looks like it will be an effort to port. Steve -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#650468: amphetamine: FTBFS anywhere except amd64, build-dep on libc6-dev-i386

2011-11-29 Thread Steve Cotton
Package: amphetamine Version: 0.8.10-16 Severity: serious Justification: fails to build from source (but built successfully in the past) Amphetamine has libc6-dev-i386 as a build-dep on all architectures, but that package only exists on amd64. -- To UNSUBSCRIBE, email to

Bug#650306: amphetamine: segfaults on testing and unstable, same error

2011-11-29 Thread Steve Cotton
package amphetamine amphetamine-data reassign 650306 amphetamine-data 0.8.7-13 affects 650306 + amphetamine retitle 650306 amphetamine: segfaults on start if /etc/amphetamine/user.conf doesn't exist severity 650306 grave thanks Amphetamine 0.8.10-16 crashes on startup unless

Bug#650468: Bugs #640554, #650468: amphetamine: FTBFS anywhere except amd64, build-dep on libc6-dev-i386

2011-12-02 Thread Steve Cotton
package amphetamine src:amphetamine found 640554 0.8.10-17 thanks amphetamine (0.8.10-17) unstable; urgency=low . * Change build-depend to libc6-dev-i386 [amd64] (closes: #650468). * Install upstream changelog. * Add descriptions to patches. Hi, The new version is failing on the

Bug#636166: exiftran: dies with Segmentation fault when rotating an image

2011-09-22 Thread Steve Cotton
package exiftran tags 636166 +fixed-upstream thanks Upstream version 2.08 adds support for libjpeg8. As a patch, copying the files from 2.08's jpeg/80/ to 2.07's jpeg/ worked for me, without copying any of the makefile changes. -- To UNSUBSCRIBE, email to

Bug#675197: lsb-base, mdadm: FANCYTTY: parameter not set when called with set -u, breaks mdadm init

2012-05-30 Thread Steve Cotton
Package: lsb-base Version: 4.1+Debian5 Severity: critical Justification: breaks the whole system When run with 'set -u', sourcing init-functions fails: steve@localhost:~$ dash \u@\h:\w$ set -u \u@\h:\w$ . /lib/lsb/init-functions dash: 428: /lib/lsb/init-functions: FANCYTTY: parameter not set

Bug#661021: xinput --list crashes: BTS confused about whether this is fixed

2012-07-21 Thread Steve Cotton
Package: libxi6 Bug: 661021 Title: xinput --list crashes Hi Julien, The RC bug list is still showing bug #661021 as affecting Testing and Unstable. I assume it's just the BTS being confused, but would like to double-check with you. (I guess it's fixed in version libxi/2:1.4.99.1-1)

Bug#682593: 682593: libkipi8 ABI change between 4:4.7.4-2 and 4:4.8.4-1 (was kphotoalbum: crash)

2012-07-27 Thread Steve Cotton
package kphotoalbum libkipi8 reassign 682593 libkipi8 4:4.8.4-1 affects 682593 kphotoalbum quit When kphotoalbum starts, it prints the warning: kphotoalbum: Symbol `_ZTVN4KIPI15ImageInfoSharedE' has different size in shared object, consider re-linking I didn't try using it further, but Richard

Bug#685376: postinst fails on non-default Debian kernels and is useless on =3.4

2012-08-25 Thread Steve Cotton
Package: makedev On Mon, Aug 20, 2012 at 12:54:54PM +0200, Evgeni Golov wrote: But then the if condition still has to be updated, as it won't trigger with [3.0..3.4[ Much of that postinst seems to be workarounds written in 2005 or earlier. I think this conditional block could be removed

Bug#713640: ogre: FTBFS: OgreRoot.cpp:162: undefined reference to `boost::thread::hardware_concurrency()'

2013-06-24 Thread Steve Cotton
On Sat, Jun 22, 2013 at 03:14:49PM +0200, David Suárez wrote: FTBFS Note for anyone looking for bugs to fix: versions 1.7 and 1.8 are both obsolete, and expected to be replaced soon. In #704044 Manuel A. Fernandez Montecelo wrote: Unless there's a very compelling reason, I will try to have

Bug#674226: fixed in ball 1.4.1+20111206-4

2013-01-26 Thread Steve Cotton
The unblock request is bug #685209 (Just adding the link for anyone else wondering why the fix hasn't migrated yet.) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

  1   2   >