Package: libc6-i386
Version: 2.9-17
Severity: grave
Hi,
you actually managed to completly screw the pooch with the /usr/lib32
transition from link to directory and now on existing installations it
remains a link. Now /emul/ia32-linux/[usr/]lib contains files that
belong there and files belonging
Package: lib32gcc1
Version: 1:4.4.0-7
Severity: serious
Hi,
lib32gcc1 contains /usr/lib32/libgcc_s.so.1.
In libc6-i386 prior to 2.9-14 /usr/lib32 is a link to
/emul/ia32-linux/usr/lib. lib32gcc1 having a file in /usr/lib32 makes
it impossible to upgrade to any libc6-i386 version prior to 2.9-14.
Package: libc6-i386
Version: 2.9-14
Severity: grave
Hi,
due to the conversion of /usr/lib32 from link to directory all the
files in /emul/ become non-functional. For that reason you choose to
conflict with the existing packages having files there.
But this is not a case where libc6-i386 conflict
Package: udev
Version: 0.141-1
Severity: normal
Same problem here. Please do find a fix for this asap since for remote
systems this means a long trip for many people.
MfG
Goswin
-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 28
lrwxrwxrwx 1 root root 19 Nov
Package: libts-0.0-0
Version: 1.0-4
Severity: serious
Hi,
when installing the 32bit flavour of libts-0.0-0 via ia32-apt-get the
following error occurs:
Warning: conffiles might conflict
dpkg: error processing
/var/cache/apt/archives/ia32-libts-0.0-0_1.0-5~13_amd64.deb (--unpack):
trying to ove
Package: opencity-data
Version: 0.0.6.1stable-3
Severity: serious
Hi,
it looks like you are missing a versioned Replaces on the previously
unsplit opencity version:
Selecting previously deselected package opencity-data.
Unpacking opencity-data (from .../opencity-data_0.0.6.1stable-3_all.deb) ...
Package: jigdo
Version: 0.7.3-2
Severity: grave
Hi,
I just tried jigdo to download Lenny (because tab completion found
that first) and it just gets stuck at step 2. It seems to be completly
non-functional and as such has no grounds for being in
testing/stable. In fact it is confusing to users.
P
Package: libcodemodel-java
Version: 2.0-2
Severity: grave
Hi,
while mirroring debian I found that you made a mistake when
transitioning from contrib to main:
--2008-11-28 19:46:32--
http://ftp.debian.org/debian/pool/main/libc/libcodemodel-java/libcodemodel-java_2.0.orig.tar.gz
Resolving ftp.de
Package: libdb4.6-dev
Version: 4.6.21-12
Severity: serious
Hi,
--
Selecting previously deselected package libdb4.6-dev.
Unpacking libdb4.6-dev (from .../libdb4.6-dev_4.6.21-12_amd64.deb) ...
dpkg: error processing /var/cache/apt/
Package: grub
Version: 0.97-37
Followup-For: Bug #478547
Hi,
grub-install already contains a function getraid_mdadm() to resolve
raid devices but it is never called. The attached patch makes use of
that function instead of introducing its own.
One difference between the two versions I did spot i
Package: chrony
Version: 1.23-2
Followup-For: Bug #474294
Hi,
chrony still loops both with and without rtc file:
Apr 24 20:46:50 frosties chronyd[7570]: chronyd version 1.23 starting
Apr 24 20:46:50 frosties chronyd[7570]: Initial txc.tick=10002 txc.freq=-1092832
(-16.67529297) txc.offset=0 =>
Package: chrony
Version: 1.21z-5
Severity: grave
Hi,
sometimes when I start chrony it goes into an endless loop. It uses
100% cpu but according to starce it does no system calls. gdb shows
the following:
#0 UTI_NormaliseTimeval (x=0x62a060) at util.c:91
#1 0x00401e4e in UTI_AdjustTimev
Package: busybox
Version: 1:1.1.3-3
Followup-For: Bug #373704
Sorry, I send the wrong patch last night.
MfG
Goswin
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Li
Package: busybox
Version: 1:1.1.3-3
Followup-For: Bug #373704
And once more another patch.
sort -kx,y.z caused busybox to find the end of key y without trailing
separator and then add z-1. And leading whitespaces didn't get
ignored.
I changed the code now to the following:
-kx,y[.0] find start
Package: busybox
Version: 1:1.1.3-3
Followup-For: Bug #373704
Hi,
Frans Pop noticed a mistake in the latest patch. The last fix (-2)
changed the way 'end' turns up at the end of the loop for no separator
but still removed one from it. Sort did then crop the end of key by
one without separator.
P
Package: busybox
Version: 1:1.1.3-3
Followup-For: Bug #373704
Hi,
attached an updated patch for busybox that includes the fix for
#406785 sort: incorrect result when sorting on subfields
or does not break it if you will.
MfG
Goswin
-- System Information:
Debian Release: 4.0
APT pref
Package: busybox
Version: 1:1.1.3-3
Followup-For: Bug #373704
Attached is a patch for the sort issues. A few have croped up while
testing this. Hopefully busybox sort now behaves like coreutils sort.
About the patch (line numbers of result):
Line 65 : Fix -b -f -i -d and trailing spaces.
Try
Package: defrag
Version: 0.73pjm1-8
Severity: grave
Hi,
I'm requesting the removal of defrag from etch. Several new ext2/3
features have been introduced since there was last developement on
e2defrag and they are becomming default options for etch now. That
means that defrag will destroy data on a
Package: ccrypt
Version: 1.7-9
Severity: serious
Justification: no longer builds from source
Hi,
building ccrypt under etch fails with the following error:
make[3]: Entering directory `/home/mrvn/build/ccrypt_1.7-9/ccrypt-1.7/emacs'
WARNING: Warnings can be ignored. :-)
if test "emacs" != no; th
Package: rpncalc
Version: 1.36.3
Followup-For: Bug #396323
Hi,
rhe source package contains the *.o and rpnclac binary from the i386
build and they don't get cleaned nor rebuild.
The problem for this FTBFS is the "clean" target. It is missing
$(MAKE) clean
MfG
Goswin
-- System I
Package: pnet
Version: 0.7.4-1
Severity: serious
Justification: no longer builds from source
http://buildd.debian.org/fetch.cgi?&pkg=pnet&ver=0.7.4-1&arch=m68k&stamp=1151348685&file=log
make[2]: Leaving directory
`/build/buildd/pnet-0.7.4/build-tree/pnet-0.7.4/clrwrap'
Making all in samples
make
Package: bonsai
Version: 1.3+cvs20060111-2
Severity: grave
Hi, when I try to install bonsai I get this:
% sudo apt-get install bonsai
Reading package lists... Done
Building dependency tree... Done
bonsai is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 497 not upgrade
Package: libbsf-java
Version: 2.3.0+cvs20050308
Followup-For: Bug #376107
Hi,
the reason why the orig.tar.gz is missing is that it is still in
contrib.
Please upload a new upstream version with orig.tar.gz to get it added
to the right dist.
MfG
Goswin
-- System Information:
Debian Rele
Package: libradius1
Severity: serious
The libradius1.shlibs file contains:
libradiusclient 0.0.1 libradius1
But the library has a soversion of 0. This causes dpkg-shlibdeps to
fail to find the library and the depends does not get added.
The shlibs file should read:
libradiusclient 0 libradiu
Package: belpic
Followup-For: Bug #339344
Hi,
attached is a patch for the pointer conversion error.
MfG
Goswin
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Package: initscripts
Version: 2.86.ds1-14.1
Severity: grave
File: /etc/init.d/mountkernfs.sh
Tags: security
Hi,
while playing around with the latest kernel exploit
http://lists.grok.org.uk/pipermail/full-disclosure/2006-July/047907.html
i wondered why the kernel virtual file systems (/sys, /pro
Package: libarpack++2
Version: 2.2-3
Severity: serious
Hi,
I noticed that libarpack2 on amd64 misses most of its depends entries
because it uses the wrong path for libraries:
ql-dev:/scratch/build/sarge-biarch/arpack++/arpack++-2.2# ldd
debian/libarpack++2/usr/lib/libarpack++.so.2
libarp
Package: liboil
Followup-For: Bug #368991
Attached is a rework of the NMU patch that now compiles and runs on
both i386 and amd64.
Enjoy,
Goswin
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh
Package: xserver-xorg
Version: 1:7.0.15
Severity: grave
Hi,
installing xserver-xorg always fails in the DEBIAN/config script:
Unpacking xserver-xorg (from .../xserver-xorg_1%3a7.0.15_all.deb) ...
dpkg: error processing /var/cache/apt/archives/xserver-xorg_1%3a7.0.15_all.deb
(--unpack):
subproc
Package: wmaker
Version: 0.92.0-5.2
Followup-For: Bug #358540
Hi,
looking at this bug I found that it isn't a problem with Build-Depends
but that -L/usr/X11R6/lib is missing when linking. Configure sets this
in XLFLAGS and adding that in the Makefile.am files fixes the problem.
Patch attached.
Package: swig1.3
Version: 3.1.3.28-1
Severity: serious
Justification: no longer builds from source
Hi,
swig1.3 Build-Depends on chicken-dev, which no longer exists. The
nearest match I can see is libchicken-dev.
MfG
Goswin
-- System Information:
Debian Release: 3.1
Architecture: amd64 (
Package: libgda2
Severity: serious
Justification: no longer builds from source
Hi,
libgda2 build-depends on the old libmysqlclient14-dev. The current
package is now called libmysqlclient15-dev.
This will keep gnome (the package) uninstallable on amd64. Please port
this package to the new mysqlcl
Package: libvorbis
Severity: serious
Tags: patch
Justification: no longer builds from source
Hi,
something changed in quilt that changed the return value if no patch
series is found. This breaks your "quilt push -a || test $$? = 2"
command in debian/rules.
Since libvorbis has no patches at all t
Package: lucene
Version: 1.4.3-8
Severity: serious
Justification: missing sources in main
Hi,
your package lucene recently moved from contrib to main. Unfortunately
the DAK is unable to handle two debian revisions of the same upstream
version in different distributions (contrib vs. main) and the
Package: glibc
Followup-For: Bug #317946
Hi,
I reassigned this bug to glibc after testing an old patch for the TLS
problem for Kurt Roeckx. I had to fix a few other things along the
way:
- debian/patches/amd64-TLS-problem.dpatch: try to fix TLS problem
- debain/rules: undo dpkg-architect
Package: fakeroot
Version: 1.2.10-0.0.0.1.pure64
Severity: critical
Justification: breaks unrelated software
Hi,
since the release of sarge a few changes have happened and fakeroot
needs to adopt to them:
The current source misbuilds (doesn't build) all biarch systems since
dpkg-architecture add
Package: bookmarkbridge
Severity: grave
Justification: renders package unusable
Hi,
Package: bookmarkbridge
Architecture: i386
Version: 0.72-5
Depends: libqt3c102-mt (>= 3:3.3.4), libstdc++6 (>= 4.0.0-10)
seems like you didn't read the C++ transition plan. All C++ packages
are in an upload freez
Package: cdebootstrap
Version: 0.3.4
Severity: grave
Justification: renders package unusable
Hi,
the new apt in sid needs --allow-unauthenticated to install without
Release.gpg and keyring. Without this cdebootstrap fails mid install
when it first calls apt-get.
Alternatively one can preseed the
Package: ia32-libs-dev
Version: 1.2
Followup-For: Bug #305122
Hi,
attached the patch for to actually fix the linker script and to create
the /usr/lib32 link needed by gcc-3.4.
MfG
Goswin
-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties
Package: linux-kernel-headers
Version: 2.5.999-test7-bk-17
Severity: critical
File: linux-kernel-header
Justification: breaks the whole system
Hi,
when one tries to run pvmove or lvsnapshot on / the lvm will deadlock
itself due to atime updates on /dev/ being blocked while the LVM is
locked. Sine
Package: asterisk-chan-misdn
Version: 0.0.3rc2-4
Followup-For: Bug #291709
Hi,
please add versioned Build-Depends on misdn lib with -fPIC.
MfG,
Goswin
-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=en_US, LC_CTYPE=en_U
Package: ntp
Version: 4.2.0a+stable-2
Severity: grave
Justification: renders package unusable, license violation
Hi,
while updating my debian mirror I noticed the sid ntp is missing its
source:
7c24cb3955f0d38cc596429e93541fe3 842 ntp_4.2.0a+stable-2.dsc
30f8b3d5b970c14dce5c6d8c922afa3e 227239
Package: vlc
Followup-For: Bug #289923
Hi,
looking over this bug I don't think this is an change in the ABI of
wxWindows but rather a gcc update with stricter ansi c++ checking.
Attached is a patch that removes two default parameters each from the
ambigious calls resulting in g++ finding an unam
Package: vcdimager
Version: 0.7.20-2
Followup-For: Bug #290685
Hi,
attached is a patch to make vcdimager compile again and thereby
makeing it installable again.
Compile tested on amd64 sarge and a clean i386 sid chroot.
MfG
Goswin
-- System Information:
Debian Release: 3.1
Architecture
Package: ia32-libs
Version: 0.7
Severity: serious
Justification: DFSG
ia32-libs contains a bunch of deb files that might have version skews
compared to the debian archive. Any such version skew results in a deb
without source in clear violation of the DFSG and the packages
license.
I know it suck
45 matches
Mail list logo