Bug#792143: apticron: Falling back to normal index file acquire from cron

2015-07-11 Thread JP Sugarbroad
Package: apticron Version: 1.1.57 Severity: normal I receive messages periodically since updating to Jessie, and the only contents are Falling back to normal index file acquire one or more times. Looks like apt is writing this message to stderr directly. :( -- System Information: Debian Release:

Bug#574554: depends on X11

2010-03-18 Thread JP Sugarbroad
Package: libghc6-time-dev Version: 1.1.2.4-2+b1 Severity: important This package has a dependency on X11, making it uninstallable on small systems. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux

Bug#478602: 64-bit patch not quite right

2008-04-29 Thread JP Sugarbroad
Package: tf5 Version: 5.0beta8-1 Severity: important Tags: patch The current diff says: +va_copy(ap_copy, ap); vsprintf(tempbuf, spec, ap); +va_end(ap_copy); The line in the middle needs to use ap_copy! -- System Information: Debian Release: lenny/sid APT

Bug#465791: netstat -l looks up DNS for all connections

2008-02-14 Thread JP Sugarbroad
Package: net-tools Version: 1.60-19 Severity: normal netstat -l appears to look up the DNS name for all connections, not just listening ones. This causes it to be very slow. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture:

Bug#464564: -z flag produces output

2008-02-07 Thread JP Sugarbroad
Package: netcat-openbsd Version: 1.89-2 Severity: normal Tags: patch The -z flag produces a Connected...successfully. message, even when -v is not selected. This is a significant deviation from the original, and conflates the function of the -z and -v flags. Patch attached. -- System

Bug#461620: Remove libgomp dependency

2008-01-19 Thread JP Sugarbroad
Package: gettext Version: 0.17-2 Severity: wishlist Only msgmerge requires libgomp, and people rarely use that part of the function. Please remove the dependency, either by compiling without -fopenmp or by moving msgmerge to another package. -- System Information: Debian Release: lenny/sid APT

Bug#461173: Net::HTTPHeader []= and Net::HTTP urlencode bugs

2008-01-16 Thread JP Sugarbroad
Package: libruby1.9 Version: 1.9.0.0-2 Severity: normal Tags: patch These might apply to 1.8 also. --- /tmp/http.rb2008-01-16 21:35:38.0 -0800 +++ /usr/lib/ruby/1.9.0/net/http.rb 2008-01-16 21:32:20.0 -0800 @@ -1237,11 +1237,12 @@ # Sets the header field

Bug#435715: Remove window resize from 'putty'

2007-08-02 Thread JP Sugarbroad
Package: ncurses-term Version: 5.6+20070716-1 Severity: normal Tags: patch The escape code (CSI ? 3 l) sets 80-column mode, forcing a window resize. This is not appropriate for a reset sequence. Previous: rs2=\E\E[p\E[50;6p\Ec\E[?3l\E]R\E[?1000l, New:

Bug#432470: Unable to unpack libc6-i386 due to conflict

2007-07-09 Thread JP Sugarbroad
Package: libc6-i386 Version: 2.6-1 Severity: important Preparing to replace libc6-i386 2.5-11 (using .../libc6-i386_2.6-1_amd64.deb) ... Unpacking replacement libc6-i386 ... dpkg: error processing /var/cache/apt/archives/libc6-i386_2.6-1_amd64.deb (--unpack): trying to overwrite `/usr/lib32',

Bug#417883: Consider using ~-based version number

2007-04-05 Thread JP Sugarbroad
Package: e2fsprogs Version: 1.39+1.40-WIP-2006.11.14+dfsg-2 Severity: wishlist Please consider changing to a ~-based version number, e.g. 1.40~WIP-2006.11.14+dfsg-2 -- thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#405885: spf_dns.h requires HAVE_* symbols

2007-01-06 Thread JP Sugarbroad
Package: libspf2-dev Version: 1.2.5-4 Severity: minor spf_dns.h requires certain HAVE_* symbols be defined and the appropriate header files be included. This is not really conducive to having them work out of the box, since you get strange conflicting symbol errors if you just use them. Easily

Bug#403836: hat depends on resize command

2006-12-19 Thread JP Sugarbroad
Package: hat Version: 2.05-7 Severity: serious hat-observe appears to require the resize command, probably the one from the xutils package. Not exactly a reasonable dependency -- since my system has no x11 on it. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy:

Bug#403840: Programs compiled with profiling

2006-12-19 Thread JP Sugarbroad
Package: hat Version: 2.05-7 Severity: normal All of the hat-* programs appear to be compiled with profiling enabled -- they leave empty .prof files in the current directory. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64

Bug#403841: Does not work

2006-12-19 Thread JP Sugarbroad
Package: hat Version: 2.05-7 Severity: grave % cat z.hs data Node = Node String [Node] | Text String tag t e@(Node t' _) | t == t' = [e] tag _ _ = [] children (Node _ c) = c children _ = [] text (Text s) = [s] text _ = [] container s x = tag s x = children textNode s x = container s x = text

Bug#403842: MkProg: hmake: the compiler 'ghc' is not known.

2006-12-19 Thread JP Sugarbroad
Package: hmake Version: 3.12-1 Severity: grave % hmake -ghc test.hs MkProg: hmake: the compiler 'ghc' is not known. Stop - hmake dependency error. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh

Bug#397095: Missing dependency on libglib1.2

2006-11-04 Thread JP Sugarbroad
Package: hat Version: 2.05-3 Severity: serious dragon-% hat-trail /usr/lib/hat-2.05/x86_64-Linux/hat-trail: error while loading shared libraries: libglib-1.2.so.0: cannot open shared object file: No such file or directory -- System Information: Debian Release: 4.0 APT prefers unstable APT

Bug#386733: fails to configure (bad upgrade check)

2006-09-09 Thread JP Sugarbroad
Package: chrony Version: 1.21z-3 Severity: normal The bad line in the postinst reads: if dpkg --compare-versions $2 lt-nl chrony-1.21-3 ; then should read: if dpkg --compare-versions $2 lt-nl 1.21-3 ; then -- System Information: Debian Release: testing/unstable APT prefers unstable APT

Bug#386734: Need --oknodo in postinst

2006-09-09 Thread JP Sugarbroad
Package: maradns Version: 1.2.12.02-1 Severity: normal The postinst calls start-stop-daemon, but --oknodo is required to avoid aborting configuration in the case of a stale pidfile. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable')

Bug#369884: Needs to Pre-Depends: mysql-server

2006-06-01 Thread JP Sugarbroad
Package: postfix-policyd Version: 1.73-1 Severity: important Not only do we require mysql-server to be installed, but it needs to be *configured* before we can run our postinst. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable')

Bug#360752: Fails to cleanup

2006-04-04 Thread JP Sugarbroad
Package: fontconfig-config Version: 2.3.2-5.1 Severity: serious Package prerm/postrm should never fail: Purging configuration files for fontconfig-config ... Can't call method description on an undefined value at /usr/share/perl5/Debconf/Question.pm line 93, GEN0 line 1. dpkg: error processing

Bug#354872: Disable NCG on unregisterised builds

2006-03-01 Thread JP Sugarbroad
Package: ghc6 Version: 6.4.1-1 Severity: normal See http://cvs.haskell.org/trac/ghc/ticket/696 where the amd64 build of 6.4.1-1 (unregisterised) generates non-functional executables with -fasm. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990,

Bug#351855: Does not restore cursor before starting operation

2006-02-07 Thread JP Sugarbroad
Package: aptitude Version: 0.4.1-1 Severity: normal When starting an install operation, aptitude should restore the cursor to its original position. This is particularly annoying with apt-listchanges because then messages are printed on top of other text on the screen. -- System Information:

Bug#348573: Source not available for version

2006-01-17 Thread JP Sugarbroad
Package: libapt-pkg-perl Version: 0.1.18+b1 Severity: serious Version 0.1.18 is available, but 0.1.18+b1 is not available in the source archive. This version problem may be the reason why AMD64 isn't showing any version of this package. -- System Information: Debian Release: testing/unstable

Bug#348412: chronyc not LP64 compliant

2006-01-16 Thread JP Sugarbroad
Package: chrony Version: 1.21-2 Severity: important chronyc outputs this for chronyc sources on amd64: ^+ mainframe.cynacom.com 39186 +4294966078us[+4294966078us] +/- 97ms That funny number is due to the pervasive use of long for 32-bit integers in the code. I don't know what

Bug#348415: Leaves files behind after remove/purge

2006-01-16 Thread JP Sugarbroad
Package: ucf Version: 2.004 Severity: normal dpkg -P ucf leaves the /var/lib/ucf directory around with hashfile.* in it. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash

Bug#348417: Some files left behind after dpkg -P

2006-01-16 Thread JP Sugarbroad
Package: ucf Version: 2.004 Severity: normal dpkg -P ucf leaves /var/lib/ucf behind with some hash* files in it. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: