Bug#554537: postinst failes with exit status 30

2009-11-05 Thread Sven Hartge
Christian Perrier wrote:

> At first glance, it seems that replacing all "db_input foo/bar" by
> "db_input foo/bar || true" (in isdnutils-base.config, for instance)
> could be what makes things work *without* "set +e". Untested, though

Some other packages have been bitten by this recently (but I can't
remember the name) and the suggested fix was the same as the one you
suggested.

So I'd say: go ahead, can't become any worse.

Grüße,
Sven.





-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#554537: postinst failes with exit status 30

2009-11-05 Thread Christian Perrier
Quoting Sven Hartge (s...@svenhartge.de):
> Sven Hartge wrote:
> 
> > Since -4 the package refuses to upgrade correctly:
> 
> Stupid me, of course this should read "-5" instead of "-4".


Hmmm, the addition of "set -e" was meant to be a "lintian cleaning"
for the package while doing l10n updates (something I do very often
during such l10n uploads).

Apparently, the package was in a worse shape than I imaginedand
debconf stuff is not done in a standard way.

So, well, either I find the right fix quite quickly for this...or I
will re-hide the issue under the rug and just drop the "set -e" line.

.../...

At first glance, it seems that replacing all "db_input foo/bar" by
"db_input foo/bar || true" (in isdnutils-base.config, for instance)
could be what makes things work *without* "set +e". Untested, though



signature.asc
Description: Digital signature


Bug#554662: FTBFS with binutils-gold

2009-11-05 Thread Peter Fritzsche
Source: gnome-swallow
Version: 1.2-4
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

cc  -g -O2 -g -Wall -O2 `/usr/bin/pkg-config --libs libpanelapplet-2.0` 
`/usr/bin/pkg-config --libs libgnomeui-2.0` -Wl,-O1 -o gnome_swallow 
gnome-swallow.o  
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:60: error: 
undefined reference to 'XSync'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:68: error: 
undefined reference to 'XFree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:70: error: 
undefined reference to 'XQueryTree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:74: error: 
undefined reference to 'XFetchName'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:91: error: 
undefined reference to 'XFree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:92: error: 
undefined reference to 'XQueryTree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:96: error: 
undefined reference to 'XFetchName'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:114: error: 
undefined reference to 'XFree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:115: error: 
undefined reference to 'XQueryTree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:119: error: 
undefined reference to 'XFetchName'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:129: error: 
undefined reference to 'XFree'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:144: error: 
undefined reference to 'XSync'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:145: error: 
undefined reference to 'XUnmapWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:146: error: 
undefined reference to 'XScreenNumberOfScreen'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:146: error: 
undefined reference to 'XIconifyWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:147: error: 
undefined reference to 'XScreenNumberOfScreen'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:147: error: 
undefined reference to 'XWithdrawWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:148: error: 
undefined reference to 'XMoveWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:150: error: 
undefined reference to 'XGetWMHints'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:155: error: 
undefined reference to 'XSetWindowBorderWidth'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:157: error: 
undefined reference to 'XSync'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:161: error: 
undefined reference to 'XReparentWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:163: error: 
undefined reference to 'XGetGeometry'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:164: error: 
undefined reference to 'XMoveWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:165: error: 
undefined reference to 'XSetWMHints'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:166: error: 
undefined reference to 'XMapWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:167: error: 
undefined reference to 'XSync'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:155: error: 
undefined reference to 'XSetWindowBorderWidth'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:161: error: 
undefined reference to 'XReparentWindow'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:163: error: 
undefined reference to 'XGetGeometry'
/usr/bin/ld: gnome-swallow.o: in function swallow:gnome-swallow.c:164: error: 
undefined reference to 'XMoveWindow'
collect2: ld returned 1 exit status
make[1]: *** [gnome_swallow] Error 1



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processing of dclock_2.2.2-2_i386.changes

2009-11-05 Thread Archive Administrator
dclock_2.2.2-2_i386.changes uploaded successfully to localhost
along with the files:
  dclock_2.2.2-2.dsc
  dclock_2.2.2-2.debian.tar.gz
  dclock_2.2.2-2_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processing of sg3-utils_1.28-2_i386.changes

2009-11-05 Thread Archive Administrator
sg3-utils_1.28-2_i386.changes uploaded successfully to localhost
along with the files:
  sg3-utils_1.28-2.dsc
  sg3-utils_1.28-2.diff.gz
  sg3-utils_1.28-2_i386.deb
  libsgutils2-2_1.28-2_i386.deb
  libsgutils2-dev_1.28-2_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org