Processed: your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 521924
Bug #521924 {Done: Ryan Niebur } [wx2.6-headers] 
ATTRIBUTE_PRINTF symbol collision
> severity 521924 normal
Bug #521924 [wx2.6-headers] ATTRIBUTE_PRINTF symbol collision
Severity set to 'normal' from 'serious'

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#553111: baycomepp: postinst-must-call-ldconfig

2009-11-29 Thread Hamish Moffatt
On Sun, Nov 29, 2009 at 05:39:37PM -0800, Yoshio Nakamura wrote:
> Package baycomepp
> tags 553111 +patch
> thanks
> 
> On Sat, Nov 28, 2009 at 06:43:43PM +0100, gregor herrmann wrote:
> > On Wed, 28 Oct 2009 23:49:35 -0500, Manoj Srivastava wrote:
> >
> > > Package: baycomepp
> > > Version: 0.10-12
> > > Severity: serious
> > > Justification: The package installs shared libraries in a directory 
> > > controlled
> > > User: lintian-ma...@debian.org
> > > Usertags: postinst-must-call-ldconfig
> > >
> > > Refer to Debian Policy Manual section 8.1.1 (ldconfig) for details.
> >
> > The attached patch fixes this bug, but the output of dpkg-shlibdeps
> > doesn't make me happy:
> >
> > dpkg-shlibdeps: warning: symbol sig_usr2 used by 
> > debian/baycomepp/usr/lib/baycomfpga_init.so found in none of the libraries.
> 
> I looked at 
> http://lintian.debian.org/maintainer/debian-h...@lists.debian.org.html
> , and saw baycomepp listed, with links:
> *   W shlib-without-versioned-soname  ---
> http://lintian.debian.org/tags/shlib-without-versioned-soname.html
>   o usr/lib/baycomfpga_init.so baycomfpga_init.so
> * E postinst-must-call-ldconfig
>   o usr/lib/baycomfpga_init.so
> * W package-name-doesnt-match-sonames   ---
> http://lintian.debian.org/tags/package-name-doesnt-match-sonames.html
>   o baycomfpga-init

One of the programs in baycomepp is dlopen()ing baycomfpga_init.so, so
no versioned soname is required. The symbols sig_usr2 etc are provided
by the hosting application.

I don't know why the application has been structued this way - possibly
as a hack around some licensing issues. baycomfpga_init.so contains
binary blobs of firmware for the hardware.


Hamish



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



Bug#558399: buffer overflow in normalize-audio

2009-11-29 Thread Joachim Reichel
Hi Stefan,

thanks for the bug report and the patch. I'll upload a fixed version soon.

Joachim



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



Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Russ Allbery
Sam Hartman  writes:

> Actually, I suspect that the shared library build command is coming from
> src/config/lib.in and is being substutited into the Makefile.  I don't
> see anything specific to shared library builds .

> I'm honestly not sure that what upstream is doing is *wrong*.  It's
> *strange* and I can probably change it for 1.8, but I'm having a hard
> time explaining why it is a bug.

I don't think it's strictly wrong, just that it confuses the assumptions
in dh_makeshlibs.  Normally plugins don't have an SONAME or have an SONAME
containing just the file name, since versions aren't really useful for a
plugin, but putting a version in the SONAME doesn't strictly hurt
anything.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#521924: marked as done (ATTRIBUTE_PRINTF symbol collision)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 21:20:45 -0800
with message-id <20091130052045.ge27...@jade.home>
and subject line fixed by libxml2
has caused the Debian Bug report #521924,
regarding ATTRIBUTE_PRINTF symbol collision
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
521924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521924
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wx2.6-headers
Version: 2.6.3.2.2-3
Severity: serious
Justification: causes FTBFS in other packages

From my pbuilder build log for freqtweak:

...
g++ -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -
DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
-DNO_GCC_PRAGMA   -
I/usr/include/libxml2   -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 
  -Wall -D_REENTRANT -g -
O2 -g -Wall -O2 -O2 -fexpensive-optimizations -funroll-loops -finline-functions 
-ffast-math  -c -o 
FTprocI.o FTprocI.cpp
In file included from /usr/include/wx-2.6/wx/debug.h:22,
 from /usr/include/wx-2.6/wx/defs.h:503,
 from /usr/include/wx-2.6/wx/wx.h:15,
 from FTprocI.hpp:32,
 from FTprocI.cpp:25:
/usr/include/wx-2.6/wx/wxchar.h:894: error: expected initializer before 
'ATTRIBUTE_PRINTF_3'
/usr/include/wx-2.6/wx/wxchar.h:932: error: expected initializer before 
'ATTRIBUTE_PRINTF_1'
/usr/include/wx-2.6/wx/wxchar.h:933: error: expected initializer before 
'ATTRIBUTE_PRINTF_2'
/usr/include/wx-2.6/wx/wxchar.h:934: error: expected initializer before 
'ATTRIBUTE_PRINTF_2'
...
make[3]: *** [FTprocI.o] Error 1
make[3]: Leaving directory `/tmp/buildd/freqtweak-0.7.0~cvs20070605/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/freqtweak-0.7.0~cvs20070605'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/freqtweak-0.7.0~cvs20070605'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler



--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#558719: marked as done (krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Mon, 30 Nov 2009 04:47:40 +
with message-id 
and subject line Bug#558719: fixed in krb5 1.7+dfsg-3
has caused the Debian Bug report #558719,
regarding krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
558719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: krb5
Version: 1.7+dfsg-2
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on buildds on both linux and kfreebsd-* archs with
the following output (e.g. on i386):
| dpkg-gensymbols: warning: new libraries appeared in the symbols file: 
encrypted_challenge.so.0
| dpkg-gensymbols: warning: debian/libkrb5-3/DEBIAN/symbols doesn’t match 
completely debian/libkrb5-3.symbols
| --- debian/libkrb5-3.symbols (libkrb5-3 i386)
| +++ dpkg-gensymbolsAz_j4M 2009-11-30 01:16:10.0 +
| @@ -1,3 +1,8 @@
| +encrypted_challenge.so.0 libkrb5-3 #MINVER#
| + hid...@hidden 1.7+dfsg-2
| + encrypted_challenge_0_...@encrypted_challenge_0_mit 1.7+dfsg-2
| + preauthentication_clien...@encrypted_challenge_0_mit 1.7+dfsg-2
| + preauthentication_serve...@encrypted_challenge_0_mit 1.7+dfsg-2
|  libkrb5.so.3 libkrb5-3 #MINVER#
|   hid...@hidden 1.6.dfsg.2
|   _krb5_conf_bool...@krb5_3_mit 1.6.dfsg.2
| dh_makeshlibs: dpkg-gensymbols -plibkrb5-3 -Idebian/libkrb5-3.symbols 
-Pdebian/libkrb5-3 
-edebian/libkrb5-3/usr/lib/krb5/plugins/preauth/encrypted_challenge.so
|  -edebian/libkrb5-3/usr/lib/libkrb5.so.3.3
|  -c4 returned exit code 4
| make: *** [binary-arch] Error 2
| dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=krb5

Note that sparc is having different issues, parsing dependencies, I
guess due to a missing/misplace comma or substitution:
| dh_gencontrol
| dpkg-gencontrol: warning: can't parse dependency libkadm5clnt6 (= 1.7+dfsg-2)
|  comerr-dev
| dpkg-gencontrol: error: error occurred while parsing Depends field: , 
libkrb5-3 (= 1.7+dfsg-2), libkadm5srv6  (= 1.7+dfsg-2), libkadm5clnt6 (= 
1.7+dfsg-2)
|  comerr-dev, libk5crypto3 (= 1.7+dfsg-2), libgssapi-krb5-2 (= 1.7+dfsg-2), 
libgssrpc4 (= 1.7+dfsg-2)
| dh_gencontrol: dpkg-gencontrol returned exit code 255

Link to the last sparc build log:
  
https://buildd.debian.org/fetch.cgi?pkg=krb5&arch=sparc&ver=1.7%2Bdfsg-2&stamp=1259544670&file=log&as=raw

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: krb5
Source-Version: 1.7+dfsg-3

We believe that the bug you reported is fixed in the latest version of
krb5, which is due to be installed in the Debian FTP archive:

krb5-admin-server_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-admin-server_1.7+dfsg-3_amd64.deb
krb5-clients_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-clients_1.7+dfsg-3_amd64.deb
krb5-doc_1.7+dfsg-3_all.deb
  to main/k/krb5/krb5-doc_1.7+dfsg-3_all.deb
krb5-ftpd_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-ftpd_1.7+dfsg-3_amd64.deb
krb5-kdc-ldap_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-kdc-ldap_1.7+dfsg-3_amd64.deb
krb5-kdc_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-kdc_1.7+dfsg-3_amd64.deb
krb5-pkinit_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-pkinit_1.7+dfsg-3_amd64.deb
krb5-rsh-server_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-rsh-server_1.7+dfsg-3_amd64.deb
krb5-telnetd_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-telnetd_1.7+dfsg-3_amd64.deb
krb5-user_1.7+dfsg-3_amd64.deb
  to main/k/krb5/krb5-user_1.7+dfsg-3_amd64.deb
krb5_1.7+dfsg-3.diff.gz
  to main/k/krb5/krb5_1.7+dfsg-3.diff.gz
krb5_1.7+dfsg-3.dsc
  to main/k/krb5/krb5_1.7+dfsg-3.dsc
libgssapi-krb5-2_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libgssapi-krb5-2_1.7+dfsg-3_amd64.deb
libgssrpc4_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libgssrpc4_1.7+dfsg-3_amd64.deb
libk5crypto3_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libk5crypto3_1.7+dfsg-3_amd64.deb
libkadm5clnt6_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkadm5clnt6_1.7+dfsg-3_amd64.deb
libkadm5srv6_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkadm5srv6_1.7+dfsg-3_amd64.deb
libkdb5-4_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkdb5-4_1.7+dfsg-3_amd64.deb
libkrb5-3_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkrb5-3_1.7+dfsg-3_amd64.deb
libkrb5-dbg_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkrb5-dbg_1.7+dfsg-3_amd64.deb
libkrb5-dev_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkrb5-dev_1.7+dfsg-3_amd64.deb
libkrb5support0_1.7+dfsg-3_amd64.deb
  to main/k/krb5/libkrb5support0_1.7+dfsg-3_amd64.deb



A summary of the changes between this version and the previous one 

Processed: setting package to krb5-user libkrb5-dbg krb5-kdc krb5-rsh-server krb5-ftpd krb5-doc libkadm5srv6 krb5 krb5-admin-server libk5crypto3 krb5-kdc-ldap libkrb5-dev krb5-pkinit libkadm5clnt6 krb

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #krb5 (1.7+dfsg-3) unstable; urgency=low
> #
> #  * Exclude usr/lib/krb5/plugins from  dh_makeshlibs call to deal with
> #behavior change in dh_makeshlibs, Closes: #558719
> #
> package krb5-user libkrb5-dbg krb5-kdc krb5-rsh-server krb5-ftpd krb5-doc 
> libkadm5srv6 krb5 krb5-admin-server libk5crypto3 krb5-kdc-ldap libkrb5-dev 
> krb5-pkinit libkadm5clnt6 krb5-clients libkdb5-4 krb5-telnetd libkrb5support0 
> libkrb5-3 libgssapi-krb5-2 libgssrpc4
Limiting to bugs with field 'package' containing at least one of 'krb5-user', 
'libkrb5-dbg', 'krb5-kdc', 'krb5-rsh-server', 'krb5-ftpd', 'krb5-doc', 
'libkadm5srv6', 'krb5', 'krb5-admin-server', 'libk5crypto3', 'krb5-kdc-ldap', 
'libkrb5-dev', 'krb5-pkinit', 'libkadm5clnt6', 'krb5-clients', 'libkdb5-4', 
'krb5-telnetd', 'libkrb5support0', 'libkrb5-3', 'libgssapi-krb5-2', 'libgssrpc4'
Limit currently set to 'package':'krb5-user', 'libkrb5-dbg', 'krb5-kdc', 
'krb5-rsh-server', 'krb5-ftpd', 'krb5-doc', 'libkadm5srv6', 'krb5', 
'krb5-admin-server', 'libk5crypto3', 'krb5-kdc-ldap', 'libkrb5-dev', 
'krb5-pkinit', 'libkadm5clnt6', 'krb5-clients', 'libkdb5-4', 'krb5-telnetd', 
'libkrb5support0', 'libkrb5-3', 'libgssapi-krb5-2', 'libgssrpc4'

> tags 558719 + pending
Bug #558719 [krb5] krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Sam Hartman
Actually, I suspect that the shared library build command is coming
from src/config/lib.in and is being substutited into the Makefile.  I don't see 
anything specific to shared library builds .

I'm honestly not sure that what upstream is doing is *wrong*.  It's
*strange* and I can probably change it for 1.8, but I'm having a hard
time explaining why it is a bug.

I'm about to upload something with -Xusr/lib/krb5/plugins after
testing it.  I did update my tool chain and confirm that I can
reproduce the FTBFS.



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



Bug#555310: marked as done (Upgrade of rxvt-unicode messes with my alternative installation)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Mon, 30 Nov 2009 03:57:04 +
with message-id 
and subject line Bug#555310: fixed in rxvt-unicode 9.06-3
has caused the Debian Bug report #555310,
regarding Upgrade of rxvt-unicode messes with my alternative installation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
555310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rxvt-unicode
Version: 9.06-2
Severity: serious

Hi,

today I upgraded rxvt-unicode (which was set as the terminal to provide
x-terminal-emulator). After that upgrade I noticed that my alternative
has been switched to a gnome-terminal. I then noticed the following in
the log of my upgrade:

update-alternatives: Entferne manuell ausgewählte Alternative - wechsle
x-terminal-emulator zu Auto-Modus
update-alternatives: Verwende /usr/bin/gnome-terminal.wrapper, um
/usr/bin/x-terminal-emulator (x-terminal-emulator) in Auto-Modus
bereitzustellen.

(Basically this is the german translation of "removing manually selected
alternative -  switching x-t-e to auto mode" and "using 
/usr/bin/gnome-terminal.wrapper
to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode")

Severity is kind of a stretch. Basically I'm not sure if
/etc/alternatives are to be considered configuration files, but as they
reflect local configuration choices I consider it to be a policy
violation to mess with them, because Debian policy 10.7.3 should apply
to those links to follow the policies spirit.

I am, however, not sure weither the bug is in rxvt-unicode or not,
so please feel free to reassign it if needed.

Best Regards,
Patrick

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rxvt-unicode depends on:
ii  base-passwd3.5.22Debian base system master password
ii  libafterimage0 2.2.9-4   imaging library designed for After
ii  libc6  2.9-27GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-1 GCC support library
ii  libglib2.0-0   2.22.2-2  The GLib library of C routines
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libperl5.105.10.1-7  shared Perl library
ii  libpng12-0 1.2.40-1  PNG library - runtime
ii  librsvg2-2 2.26.0-1  SAX-based renderer library for SVG
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtiff4   3.9.2-1   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  ncurses-base   5.7+20090803-2basic terminal type definitions
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

rxvt-unicode recommends no packages.

Versions of packages rxvt-unicode suggests:
ii  ttf-dejavu2.30-1 Metapackage to pull in ttf-dejavu-

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: rxvt-unicode
Source-Version: 9.06-3

We believe that the bug you reported is fixed in the latest version of
rxvt-unicode, which is due to be installed in the Debian FTP archive:

rxvt-unicode-lite_9.06-3_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode-lite_9.06-3_amd64.deb
rxvt-unicode-ml_9.06-3_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode-ml_9.06-3_amd64.deb
rxvt-unicode_9.06-3.diff.gz
  to main/r/rxvt-unicode/rxvt-unicode_9.06-3.diff.gz
rxvt-unicode_9.06-3.dsc
  to main/r/rxvt-unicode/rxvt-unicode_9.06-3.dsc
rxvt-unicode_9.06-3_amd64.deb
  to main/r/rxvt-unicode/rxvt-unicode_9.06-3_amd64.deb



A summary of the changes between this vers

Bug#558475: Bug#558386: keyboard-configuration: Keyboard map not recognized (Lenovo Thinkpad T61)

2009-11-29 Thread Anton Zinoviev
forwarded 558386 https://bugs.freedesktop.org/show_bug.cgi?id=25353
thank you

On Sun, Nov 29, 2009 at 01:34:29PM -0200, Renato S. Yamane wrote:
> Em 29-11-2009 13:18, Anton Zinoviev escreveu:
>> On Sun, Nov 29, 2009 at 11:52:59AM -0200, Renato S. Yamane wrote:
>>>
>>> Now, slash (/) and ccedilla (ç) works fine on console, BUT now, when I
>>> press backspace it give me "3 losang (⧫⧫⧫)" and tilde followed by word
>>> "a" give me "È and 2 losang (È⧫⧫)"
>>
> No. The big problem is with slash (/), that is placed in CTRL_R place.
> So, in console, when I type "/", it is interpreted like a CTRL_R.

Please describe what happens with the right Control key if you remove 
cached.kmap.gz and invoke 'setupcon' as root.  I can't understand what 
you wrote.  Does right Control always behave as right Control and 
doesn't produce "/"?  Or it produces "/" but then something weird 
happens when you use Backspace?  Does it happen only on the console?

> Th problem is not in kernel, because the kernel is not updated in my  
> last "aptitude upgrade".

I meant that Backspace doesn't work well with some symbols when the 
console is in Unicode mode.  This has always been a problem.

>> Tell them that br(thinkpad) doesn't exist in 
>> /usr/share/X11/xkb/rules/base.xml
>
> But my keyboard is working fine on X.
> The problem is in console.

The keyboard configuration programs (including keyboard-configuration) 
will not show br(thinkpad) as a possible option.  I reported the 
problem (https://bugs.freedesktop.org/show_bug.cgi?id=25353).

Anton Zinoviev



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



Processed: tagging 552934

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 552934 + pending
Bug #552934 [src:e2fsprogs] e2fsprogs: FTBFS: install: cannot stat 
`/build/user-e2fsprogs_1.41.9-1-amd64-pJJNFw/e2fsprogs-1.41.9/debian/BUILD-STD/doc/libext2fs/*.html':
 No such file or directory
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#551926: bug #551926: python-pip and pip: error when trying to install together

2009-11-29 Thread Cyril Brulebois
Jonathan Yu  (29/11/2009):
> An alternative arrangement I'd be open to is: /usr/bin/pip points to
> a sh script, which tells the user that `pip' has been renamed to
> perl-pip and python-pip in Debian. This way, neither pip gets the
> /usr/bin/pip name.

Mentioning $LANG in the binary is the way to go. Bonus points if
obfuscated. What about pip, pipp, and ppip? Then, you even get room
for php!

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Cyril Brulebois
Russ Allbery  (29/11/2009):
> I suspect that the change is in dh_makeshlibs, which tells
> dpkg-gensymbols which libraries to generate symbols for.  Excluding
> the file in dh_makeshlibs (using -X) would work.

Probably; and it indeed works:
| dh_lintian
| set -e ; for pkg in libkrb5-3 libgssapi-krb5-2 libkadm5clnt6 libkadm5srv6 
libkdb5-4 libgssrpc4 libkrb5support0  libk5crypto3  ; do \
|   DH_OPTIONS="" dh_strip -p$pkg --dbg-package=libkrb5-dbg; \
|   DH_OPTIONS="" dh_makeshlibs -p$pkg 
-Xusr/lib/krb5/plugins/preauth/encrypted_challenge.so -- -c4 ; \
|   done
| dh_strip

> The underlying root of the problem is that, despite being a plugin,
> encrypted_challenge.so apparently has a versioned SONAME.  If it didn't,
> dh_makeshlibs wouldn't think it was a regular library.  Usually, plugins
> are built without a version in their SONAME.

The responsible bit being:
| MAKE_SHLIB_COMMAND=$(CC) -shared -fPIC 
-Wl,-h,$(LIBPREFIX)$(LIBBASE)$(SHLIBSEXT),--no-undefined $(LDFLAGS) -o $@ 
$$objlist $(SHLIB_EXPFLAGS) -Wl,--version-script binutils.versions && $(PERL) 
-w $(SRCTOP)/util/export-check.pl $(SHLIB_EXPORT_FILE) $@

See (from memory, connection to the porter box just went off):
  src/plugins/preauth/encrypted_challenge/Makefile.in

which gets “expanded” in:
  build/plugins/preauth/encrypted_challenge/Makefile

where the above-quoted MAKE_SHLIB_COMMAND variable is found.

I guess the -X way is the easiest fix until the plugin/SONAME bug is
fixed upstream.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#558665: heimdal: FTBFS: Fails to unpack on buildds.

2009-11-29 Thread Brian May
On Sun, Nov 29, 2009 at 07:09:34PM +0100, Kurt Roeckx wrote:
> When extracting the source on some of the buildds you get the
> following error:
> dpkg-source: extracting heimdal in heimdal-1.2.e1.dfsg.1
> dpkg-source: info: unpacking heimdal_1.2.e1.dfsg.1.orig.tar.gz
> dpkg-source: info: unpacking heimdal_1.2.e1.dfsg.1-5.debian.tar.gz
> dpkg-source: info: applying 002_amd64_version_symbols
> dpkg-source: info: applying 011_sharedlibs
> dpkg-source: info: applying 012_sharedlibs
> dpkg-source: info: applying 020_maintainermode
> 1 out of 1 hunk FAILED -- saving rejects to file configure.in.rej

I have a new upstream version that should fix this. Unfortunately
I haven't yet been able to get it to build. Still working on it.

> The latest dpkg-dev should also fail when you try to make your
> package.

Great! I hadn't even realized it was broken at the time. In fact, last I tried
dpkg-source -x appeared to unpack the source fine. Hmm. It is clearly failing
now, so I guess the source really is broken.
-- 
Brian May 



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



Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Russ Allbery
Sam Hartman  writes:

> So, something has changed in dpkg-gensymbols.  encrypted_challenge.so
> is a plugin, not a library.  Previously, it was not listed nor
> expected in the symbols file.
> I think that's the correct behavior.
> I do not think it would be desirable to move this plugin into another package.

> I realize it's not your job, but any ideas on how to convince
> dpkg-gensymbols to behave as it used to?

I suspect that the change is in dh_makeshlibs, which tells dpkg-gensymbols
which libraries to generate symbols for.  Excluding the file in
dh_makeshlibs (using -X) would work.

The underlying root of the problem is that, despite being a plugin,
encrypted_challenge.so apparently has a versioned SONAME.  If it didn't,
dh_makeshlibs wouldn't think it was a regular library.  Usually, plugins
are built without a version in their SONAME.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Cyril Brulebois
Sam Hartman  (29/11/2009):
> I realize it's not your job, but any ideas on how to convince
> dpkg-gensymbols to behave as it used to?

Let me try and reproduce this in a sid environment, I don't have any
build tree to play with yet. I'm no dpkg-* master, and I might fall
asleep before it completes, but I've at least triggered a build.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#551926: bug #551926: python-pip and pip: error when trying to install together

2009-11-29 Thread Jonathan Yu
Hi:

[Cc'ing Adam Kennedy since I'm not sure if he's subscribed to debian-devel]

Since Adam mentions that Perl's pip predates Python's pip by a
significant margin, I think we should close this issue by renaming
Python's installer back to pyinstall. It doesn't seem fair for someone
who came on the scene later (who didn't do the appropriate research,
and who, when prompted with the problem, decided to proceed with pip
anyway) to be able to usurp the namespace from Perl.

I'd personally object to renaming Perl's pip to anything else given
these issues.

An alternative arrangement I'd be open to is:
/usr/bin/pip points to a sh script, which tells the user that `pip'
has been renamed to perl-pip and python-pip in Debian. This way,
neither pip gets the /usr/bin/pip name. However, I'm not sure about
how to do this (I guess it'd need to be handled like the dual-life
Perl modules are, via divert and all that...). Again, I don't think
it's fair for Perl's pip to lose `pip' just because some other author
is a jerk (even if Python's pip just so happened to be packaged
first).

Cheers,

Jonathan

On Sun, Nov 29, 2009 at 8:01 PM, Adam Kennedy
 wrote:
> http://blog.ianbicking.org/2008/10/28/pyinstall-is-dead-long-live-pip/
>
> The Perl package predates the Python one by several years.
>
> The author was made aware of the clash well before it was shipped to
> Debian and chose to continue anyway.
>
> Adam K
>
> 2009/11/30 Tim Retout :
>> [Resending to the *actual* debian-devel address. :) D'oh.]
>>
>> According to Debian Policy 10.1 [*], when two binaries have different
>> functionality but the same name, this should be reported to the
>> debian-devel mailing list.
>>
>> [*] http://www.debian.org/doc/debian-policy/ch-files.html#s10.1
>>
>> In this case, 'pip' and 'python-pip' both ship /usr/bin/pip, but one is
>> for Perl and one is for Python. The 'python-pip' package has precedence
>> in Debian (and indeed, is the only one in testing), so I propose that
>> the Perl pip package must pick a pseudonym for its program.
>>
>> My first suggestion is 'pip-perl', so that it's still possible to find
>> via tab-completion on 'pip'.  Better ideas welcomed, otherwise I'll make
>> the change in a few days.
>>
>> This isn't ideal for having the same name for the Perl pip on all
>> platforms, I know - but until we fix this, there will be a serious bug
>> on 'pip', and it will not be released with Debian.
>>
>> Regards,
>>
>> --
>> Tim Retout 
>>
>>
>
>
> --
> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>



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



Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Sam Hartman
So, something has changed in dpkg-gensymbols.  encrypted_challenge.so
is a plugin, not a library.  Previously, it was not listed nor
expected in the symbols file.
I think that's the correct behavior.
I do not think it would be desirable to move this plugin into another package.

I realize it's not your job, but any ideas on how to convince dpkg-gensymbols 
to behave as it used to?



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



Processed: tagpending

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #wxwidgets2.8 (2.8.10.1-1) unstable; urgency=low
> #
> #  * fix bashism in useless example... (Closes: #489671)
> #  * add shlibs:Depends to libwxgtk2.8-dbg (Closes: #553243)
> #  * no more get-orig-source (Closes: #545080)
> #  * backport r61009 to fix FTBFS (Closes: #549770)
> #
> limit source wxwidgets2.8
Limiting to bugs with field 'source' containing at least one of 'wxwidgets2.8'
Limit currently set to 'source':'wxwidgets2.8'

> tags 549770 + pending confirmed
Bug #549770 [src:wxwidgets2.8] wxwidgets2.8: FTBFS: ../include/wx/gsocket.h:40: 
error: using typedef-name 'GSocket' after 'class'
Added tag(s) confirmed and pending.
> tags 553243 + pending confirmed
Bug #553243 [libwxgtk2.8-dbg] libwxgtk2.8-dbg: missing-dependency-on-libc 
needed by ./usr/lib/libwx_gtk2ud_adv-2.8.so.0.4.0 and 15 others   
but the package doesn't depend on the C library package. Normally   
this indicates that ${shlibs: Depends} was omitted from the   
Depends line for this package in debian/control.
Added tag(s) confirmed and pending.
> tags 489671 + pending confirmed
Bug #489671 [wx2.8-examples] wx2.8-examples: bashism in /bin/sh script
Added tag(s) pending.
> tags 545080 + pending confirmed
Bug #545080 [wxwidgets2.8] wxwidgets2.8: get-orig-source does not leave tarball 
in the current directory
Added tag(s) confirmed and pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558719: krb5: FTBFS due to dh_makeshlibs/dpkg-gensymbols

2009-11-29 Thread Cyril Brulebois
Package: krb5
Version: 1.7+dfsg-2
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on buildds on both linux and kfreebsd-* archs with
the following output (e.g. on i386):
| dpkg-gensymbols: warning: new libraries appeared in the symbols file: 
encrypted_challenge.so.0
| dpkg-gensymbols: warning: debian/libkrb5-3/DEBIAN/symbols doesn’t match 
completely debian/libkrb5-3.symbols
| --- debian/libkrb5-3.symbols (libkrb5-3 i386)
| +++ dpkg-gensymbolsAz_j4M 2009-11-30 01:16:10.0 +
| @@ -1,3 +1,8 @@
| +encrypted_challenge.so.0 libkrb5-3 #MINVER#
| + hid...@hidden 1.7+dfsg-2
| + encrypted_challenge_0_...@encrypted_challenge_0_mit 1.7+dfsg-2
| + preauthentication_clien...@encrypted_challenge_0_mit 1.7+dfsg-2
| + preauthentication_serve...@encrypted_challenge_0_mit 1.7+dfsg-2
|  libkrb5.so.3 libkrb5-3 #MINVER#
|   hid...@hidden 1.6.dfsg.2
|   _krb5_conf_bool...@krb5_3_mit 1.6.dfsg.2
| dh_makeshlibs: dpkg-gensymbols -plibkrb5-3 -Idebian/libkrb5-3.symbols 
-Pdebian/libkrb5-3 
-edebian/libkrb5-3/usr/lib/krb5/plugins/preauth/encrypted_challenge.so
|  -edebian/libkrb5-3/usr/lib/libkrb5.so.3.3
|  -c4 returned exit code 4
| make: *** [binary-arch] Error 2
| dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=krb5

Note that sparc is having different issues, parsing dependencies, I
guess due to a missing/misplace comma or substitution:
| dh_gencontrol
| dpkg-gencontrol: warning: can't parse dependency libkadm5clnt6 (= 1.7+dfsg-2)
|  comerr-dev
| dpkg-gencontrol: error: error occurred while parsing Depends field: , 
libkrb5-3 (= 1.7+dfsg-2), libkadm5srv6  (= 1.7+dfsg-2), libkadm5clnt6 (= 
1.7+dfsg-2)
|  comerr-dev, libk5crypto3 (= 1.7+dfsg-2), libgssapi-krb5-2 (= 1.7+dfsg-2), 
libgssrpc4 (= 1.7+dfsg-2)
| dh_gencontrol: dpkg-gencontrol returned exit code 255

Link to the last sparc build log:
  
https://buildd.debian.org/fetch.cgi?pkg=krb5&arch=sparc&ver=1.7%2Bdfsg-2&stamp=1259544670&file=log&as=raw

Mraw,
KiBi.



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



Bug#553111: baycomepp: postinst-must-call-ldconfig

2009-11-29 Thread Yoshio Nakamura
Package baycomepp
tags 553111 +patch
thanks

On Sat, Nov 28, 2009 at 06:43:43PM +0100, gregor herrmann wrote:
> On Wed, 28 Oct 2009 23:49:35 -0500, Manoj Srivastava wrote:
>
> > Package: baycomepp
> > Version: 0.10-12
> > Severity: serious
> > Justification: The package installs shared libraries in a directory 
> > controlled
> > User: lintian-ma...@debian.org
> > Usertags: postinst-must-call-ldconfig
> >
> > Refer to Debian Policy Manual section 8.1.1 (ldconfig) for details.
>
> The attached patch fixes this bug, but the output of dpkg-shlibdeps
> doesn't make me happy:
>
> dpkg-shlibdeps: warning: symbol sig_usr2 used by 
> debian/baycomepp/usr/lib/baycomfpga_init.so found in none of the libraries.

I looked at 
http://lintian.debian.org/maintainer/debian-h...@lists.debian.org.html
, and saw baycomepp listed, with links:
*   W shlib-without-versioned-soname  ---
http://lintian.debian.org/tags/shlib-without-versioned-soname.html
  o usr/lib/baycomfpga_init.so baycomfpga_init.so
* E postinst-must-call-ldconfig
  o usr/lib/baycomfpga_init.so
* W package-name-doesnt-match-sonames   ---
http://lintian.debian.org/tags/package-name-doesnt-match-sonames.html
  o baycomfpga-init

Hopefully that helps.

Yoshio



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



Processed: Bug#553111: baycomepp: postinst-must-call-ldconfig

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> Package baycomepp
Limiting to bugs with field 'package' containing at least one of 'baycomepp'
Limit currently set to 'package':'baycomepp'

> tags 553111 +patch
Bug #553111 [baycomepp] baycomepp: postinst-must-call-ldconfig 
/usr/lib/baycomfpga_init.so   by the dynamic library loader. 
Therefore, the package must call   "ldconfig" in its postinst 
script.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#558660: haskell-hsh: FTBFS: dh_haskell: Command not found

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 556843 558660
Bug#556843: haskell-hsh: FTBFS: make: dh_haskell: Command not found
Bug#558660: haskell-hsh: FTBFS: dh_haskell: Command not found
Merged 556843 558660.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558660: haskell-hsh: FTBFS: dh_haskell: Command not found

2009-11-29 Thread Cyril Brulebois
merge 556843 558660
thanks


signature.asc
Description: Digital signature


Bug#558667: marked as done (libgcgi: FTBFS: /bin/bash: aclocal: command not found)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Mon, 30 Nov 2009 01:32:21 +
with message-id 
and subject line Bug#558667: fixed in libgcgi 0.9.5.dfsg-4
has caused the Debian Bug report #558667,
regarding libgcgi: FTBFS: /bin/bash: aclocal: command not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
558667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgcgi
Version: 0.9.5.dfsg-3
Severity: serious

Hi,

There was an error while trying to autobuild your package:

> Start Time: 20091128-0635

[...]

> Build-Depends: debhelper (>= 7), autotools-dev, libssl-dev, dpatch

[...]

> Toolchain package versions: libc6-dev_2.10.2-2 
> linux-libc-dev_2.6.32~rc8-1~experimental.1 g++-4.3_4.3.4-6 gcc-4.3_4.3.4-6 
> binutils_2.20-4 libstdc++6_4.4.2-3 libstdc++6-4.3-dev_4.3.4-6
> 

[...]

> config.status: creating examples/Makefile
> config.status: creating doc/Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
> config.status: executing libtool commands
> dh_testdir
> # Add here commands to compile the package.
> /usr/bin/make
> make[1]: Entering directory 
> `/build/buildd-libgcgi_0.9.5.dfsg-3-amd64-bQXojb/libgcgi-0.9.5.dfsg'
> CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal -I config 
> /bin/bash: aclocal: command not found
> make[1]: *** [aclocal.m4] Error 127
> make: *** [build-stamp] Error 2
> make[1]: Leaving directory 
> `/build/buildd-libgcgi_0.9.5.dfsg-3-amd64-bQXojb/libgcgi-0.9.5.dfsg'
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64&pkg=libgcgi&ver=0.9.5.dfsg-3


Kurt



--- End Message ---
--- Begin Message ---
Source: libgcgi
Source-Version: 0.9.5.dfsg-4

We believe that the bug you reported is fixed in the latest version of
libgcgi, which is due to be installed in the Debian FTP archive:

libgcgi-dev_0.9.5.dfsg-4_i386.deb
  to main/libg/libgcgi/libgcgi-dev_0.9.5.dfsg-4_i386.deb
libgcgi0_0.9.5.dfsg-4_i386.deb
  to main/libg/libgcgi/libgcgi0_0.9.5.dfsg-4_i386.deb
libgcgi_0.9.5.dfsg-4.diff.gz
  to main/libg/libgcgi/libgcgi_0.9.5.dfsg-4.diff.gz
libgcgi_0.9.5.dfsg-4.dsc
  to main/libg/libgcgi/libgcgi_0.9.5.dfsg-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 558...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy T. Bouse  (supplier of updated libgcgi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Nov 2009 20:02:45 -0500
Source: libgcgi
Binary: libgcgi-dev libgcgi0
Architecture: source i386
Version: 0.9.5.dfsg-4
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse 
Changed-By: Jeremy T. Bouse 
Description: 
 libgcgi-dev - library for CGI programs in C
 libgcgi0   - library for CGI programs in C
Closes: 558667
Changes: 
 libgcgi (0.9.5.dfsg-4) unstable; urgency=low
 .
   * debian/control: Add Vcs-* headers
   * debian/control: Remove autotools-dev from build dependency
   * Re-tool libtoolize patch to simplify build
   * debian/rules: Update clean target steps
   * debian/rules: Clean-up FTBFS issues in previous package upload
 (Closes: #558667)
   * debian/source.lintian-overrides: Update for
 config/config.{guess,sub}
Checksums-Sha1: 
 7f32d58ceca4a6a3236347a88a043bc57a3a9834 1175 libgcgi_0.9.5.dfsg-4.dsc
 ec464cdddf39d8cda5be748d69368c9c7f5b9904 352093 libgcgi_0.9.5.dfsg-4.diff.gz
 16419482d165ad1fb3284a92687d5b21e2702e85 29080 
libgcgi-dev_0.9.5.dfsg-4_i386.deb
 7306189a6407570815b62360a867e514c4f5107c 185336 libgcgi0_0.9.5.dfsg-4_i386.deb
Checksums-Sha256: 
 9f104247dee238cf72421350dbf6a0fbfcbfcfca95ab77d240d1e76013601b03 1175 
libgcgi_0.9.5.dfsg-4.dsc
 7a6b023714ecde0a3813242b88b037fd5c5d8b9bbc4636c9089a5f65f02c61e5 352093 
libgcgi_0.9.5.dfsg-4.diff.gz
 132a8e8ff5325530b8743f8193b52ec189740f953f302dafd55ed2b3df1eea69 29080 
libgcgi-dev_0.9.5.dfsg-4_i386.deb
 2e3fa57c18cb004d37abab81007acb4d9689f44727df7496dcd8e0a991c1ffbf 185336 
libgcgi0_0.9.5.dfsg-4_i386.deb
Files: 
 b05ac7df00d5d90fe46b6eb0033552e4 1175 libs optional libgcgi_0.9.5.dfsg-4.dsc
 cf25ab3a4a273f7a3e8b04030b6a015d 352093 libs optional 
libgcgi_0.9.5.dfsg-4.diff.gz
 f749c8a

Bug#558716: FTBFS: The return type is incompatible with vtkMultiProcessController.CreateSubController(vtkProcessGroup)

2009-11-29 Thread Cyril Brulebois
Package: vtk
Version: 5.2.1-13
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on kfreebsd-* with this error:
| 65. ERROR in 
/build/buildd-vtk_5.2.1-13-kfreebsd-i386-uedLVA/vtk-5.2.1/Build/java/vtk/vtkMPIController.java
 (at line 47)
|   public vtkMPIController CreateSubController(vtkProcessGroup id0) {
|  
| The return type is incompatible with 
vtkMultiProcessController.CreateSubController(vtkProcessGroup)

I'm not sure I'll find time to look into this soon, but let's open a bug
to track this.

Build logs as usual:
  https://buildd.debian.org/status/package.php?suite=unstable&p=vtk

Mraw,
KiBi.



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



Bug#558714: FTBFS: JAVA_JVM_LIBRARY / CMake Error: The following variables are used in this project...

2009-11-29 Thread Cyril Brulebois
Package: vtk
Version: 5.2.1-13
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on various archs[1] with this error:
| -- Found MPI: /usr/lib/lam/lib/liblammpio.so
| CMake Error: The following variables are used in this project, but they are 
set to NOTFOUND.
| Please set them or make sure they are set and tested correctly in the CMake 
files:
| JAVA_JVM_LIBRARY (ADVANCED)
| linked by target "vtkHybrid" in directory 
/build/buildd-vtk_5.2.1-13-armel-g3AbT8/vtk-5.2.1/Hybrid
| 
| -- Configuring incomplete, errors occurred!
| make: *** [configure-stamp] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

 1. armel, s390: 
https://buildd.debian.org/status/package.php?suite=unstable&p=vtk

Mraw,
KiBi.



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



Bug#551926: bug #551926: python-pip and pip: error when trying to install together

2009-11-29 Thread Adam Kennedy
http://blog.ianbicking.org/2008/10/28/pyinstall-is-dead-long-live-pip/

The Perl package predates the Python one by several years.

The author was made aware of the clash well before it was shipped to
Debian and chose to continue anyway.

Adam K

2009/11/30 Tim Retout :
> [Resending to the *actual* debian-devel address. :) D'oh.]
>
> According to Debian Policy 10.1 [*], when two binaries have different
> functionality but the same name, this should be reported to the
> debian-devel mailing list.
>
> [*] http://www.debian.org/doc/debian-policy/ch-files.html#s10.1
>
> In this case, 'pip' and 'python-pip' both ship /usr/bin/pip, but one is
> for Perl and one is for Python. The 'python-pip' package has precedence
> in Debian (and indeed, is the only one in testing), so I propose that
> the Perl pip package must pick a pseudonym for its program.
>
> My first suggestion is 'pip-perl', so that it's still possible to find
> via tab-completion on 'pip'.  Better ideas welcomed, otherwise I'll make
> the change in a few days.
>
> This isn't ideal for having the same name for the Perl pip on all
> platforms, I know - but until we fix this, there will be a serious bug
> on 'pip', and it will not be released with Debian.
>
> Regards,
>
> --
> Tim Retout 
>
>



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



Bug#557980: Please provide steps to get to the segfault

2009-11-29 Thread James Umbanhowar
I'll admit to not being fully competent in this, but I've attached what I 
think is a backtrace.

James


On Sunday 29 November 2009 04:04:34 pm Christoph Egger wrote:
> On Sun, Nov 29, 2009 at 03:21:08PM -0500, James Umbanhowar wrote:
> > One example:
> >
> > xppaut /usr/share/doc/xppaut/examples/ode/nochaos.ode
> >
> > once it starts, I type "i" of integrate and "g" for go and then it
> > segfaults.
> >
> > James
> 
>   Hm doesn't have any troubles for me. Maybe someone else can
> reproduce this? Additionally perhapes you can produce a packatrace
> after building a debug package and running the failed stuff in gdb?
> [0] tells how to do so.
> 
> Regards
> 
>   Christoph
> 
> [0]
>  http://jameswestby.net/tips/tips/compiling-debian-package-for-debug.html
> 
#0  0x00020041f80a in ?? ()
#1  0x004215b6 in feval_rpn (comz=0x990520) at parser2.c:2504
#2  0x00421af5 in evaluate (equat=0x990520) at parser2.c:2209
#3  0x0044ea40 in my_rhs (t=, y=, ydot=0x98e818, neq=) at my_rhs.c:80
#4  0x0042de82 in one_step_rk4 (y=0x989d80, dt=0.050003, 
yval=0x7ffe87c0, neq=1, tim=0x82cda0) at odesol2.c:229
#5  0x0042e5ba in rung_kut (y=0x989d80, tim=0x82cda0, 
dt=0.050003, nt=1, neq=1, istart=0x830798, work=) at odesol2.c:336
#6  0x00436426 in integrate (t=0x82cda0, x=0x8307a0, tend=300, 
dt=0.050003, count=1, nout=1, start=0x830798) at integrate.c:1819
#7  0x0043805f in usual_integrate_stuff (x=0x8307a0) at integrate.c:1206
#8  0x00439dc7 in do_init_data (com=4) at integrate.c:1145
#9  0x0047fc38 in run_the_commands (com=10028320) at menudrive.c:138
#10 0x0048007c in ini_data_menu () at menudrive.c:688
#11 0x00404b71 in commander (ch=) at main.c:527
#12 0x0040539c in xpp_events (report=..., min_wid=450, min_hgt=360) at 
main.c:407
#13 0x00405670 in do_events (min_wid=450, min_hgt=360) at main.c:477
#14 0x00405be0 in do_main (argc=, argv=) at main.c:253
#15 0x0044ec4f in main (argc=10028320, argv=0x989d88) at my_rhs.c:26
#16 0x772eaabd in __libc_start_main () from /lib/libc.so.6
#17 0x00403b29 in _start ()



Bug#557980: Please provide steps to get to the segfault

2009-11-29 Thread James Umbanhowar
One example:

xppaut /usr/share/doc/xppaut/examples/ode/nochaos.ode

once it starts, I type "i" of integrate and "g" for go and then it segfaults.

James

On Saturday 28 November 2009 07:00:29 pm Christoph Egger wrote:
> Hi!
> 
>   I'm currently trying to fix the bug you reported on
> xppaut. However I couldn't make the application crash on my first
> tries. Can you provide somee more detailed instructions on how to make
> it fail?
> 
> Regards
> 
>   Christoph
> 



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



Bug#558709: FTBFS: CMake Error in docs/CMakeLists.txt: Cannot find source file "performous".

2009-11-29 Thread Cyril Brulebois
Package: performous
Version: 0.3.2-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on various archs as can be seen on [1]. Currently
that means hppa and kfreebsd-* (where binNMUs got scheduled), but that
also happens in amd64 sid chroots, so that's not an arch-related oddity.
Probably some cmake behaviour change, but that's only a wild guess.

Log excerpt:
| -- GCC detected, enabling warnings
| -- Configuring done
| CMake Error in docs/CMakeLists.txt:
|   Cannot find source file "performous".  Tried extensions .c .C .c++ .cc .cpp
|   .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
| 
| 
| -- Generating done

 1. https://buildd.debian.org/status/package.php?suite=unstable&p=performous

Mraw,
KiBi.



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



Bug#474087: libopenipmi-dev: "pkg-config --libs OpenIPMIpthread" fails

2009-11-29 Thread Simon McVittie
On Sun, 29 Nov 2009 at 21:53:30 +0100, Sebastian Harl wrote:
> On Tue, Nov 17, 2009 at 02:51:41AM +, Simon McVittie wrote:
> > I've prepared a slightly more complete patch, fixing some other issues
> > including a lintian error.
> 
> Thanks for the patch! It looks fine to me (even though, I'd have used
> dpatch or quilt to manage the patches against the upstream sources).

I considered this to be a "NMU waiting for happen", and I don't think it's
appropriate to change the patch system (away from "none", in this case) in an
NMU. Opinions may vary, obviously.

I've started to provide a git repository on git.debian.org for all my NMUs,
which I think is an even better way to get nicely-separated patches to the
maintainer.

> > I don't plan to NMU this since I can't meaningfully test it (I don't
> > have the relevant hardware!)
> 
> … however, the same applies to me. I do not use any IPMI stuff myself
> but use libopenipmi as a build-dependency only.
> 
> Since the Debian maintainer did not react at all within more than 1.5
> years, an NMU would be very appreciated. If you're using IPMI and are
> able to test and upload the package, please go ahead.

Since the changes we made are build-system-only, and I verified that they let
collectd compile against openipmi even after collectd's workaround has been
removed, I'm getting quite tempted to just upload it anyway...

S


signature.asc
Description: Digital signature


Processed: gmfsk: FTBFS: misc.h:110: error: conflicting types for 'log2'

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 552851 + patch
Bug #552851 [src:gmfsk] gmfsk: FTBFS: misc.h:110: error: conflicting types for 
'log2'
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#552851: gmfsk: FTBFS: misc.h:110: error: conflicting types for 'log2'

2009-11-29 Thread Kęstutis Bilūnas
tags 552851 + patch
thanks

Hi,

This problem occurs because the function (log2) declared with the same
name twice: in the file mfsk.h and in the file misk.h. Changing the name
of one of their - problem disappears. But since the function log2
declared in header file misk.h is not used at all in this source,
I suggest it simply to comment out.

Attached is the diff for my gmfsk-0.6+0.7pre1-2.2 NMU. If you intent
to upload yourself, please notify me within 7 days, so that I interrupt
the process on my side.

-- 
Kęstutis Biliūnas 
http://kebil.ghost.lt  |  GnuPG-Key ID: F6E7A452


diff -u gmfsk-0.6+0.7pre1/debian/patches/00list gmfsk-0.6+0.7pre1/debian/patches/00list
--- gmfsk-0.6+0.7pre1/debian/patches/00list
+++ gmfsk-0.6+0.7pre1/debian/patches/00list
@@ -4,0 +5 @@
+13_log2_fix.dpatch
diff -u gmfsk-0.6+0.7pre1/debian/rules gmfsk-0.6+0.7pre1/debian/rules
--- gmfsk-0.6+0.7pre1/debian/rules
+++ gmfsk-0.6+0.7pre1/debian/rules
@@ -6,6 +6,14 @@
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
 	./configure --prefix=/usr --sysconfdir=/etc --enable-hamlib
 
 	$(MAKE)
@@ -14,7 +22,7 @@
 clean: clean1 unpatch
 clean1:
 	dh_testdir
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm build-stamp config.log
 	dh_clean
 
@@ -43,10 +51,10 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol
-	dh_makeshlibs
 	dh_md5sums
 	dh_builddeb
 
diff -u gmfsk-0.6+0.7pre1/debian/control gmfsk-0.6+0.7pre1/debian/control
--- gmfsk-0.6+0.7pre1/debian/control
+++ gmfsk-0.6+0.7pre1/debian/control
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Hamish Moffatt 
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4), fftw-dev, libgnomeui-dev, libhamlib-dev | hamlib-dev (>= 1.2.4), scrollkeeper, gconf2, dpatch
+Build-Depends: debhelper (>= 4), fftw-dev, libgnomeui-dev, libhamlib-dev | hamlib-dev (>= 1.2.4), scrollkeeper, gconf2, dpatch,
+   autotools-dev
 
 Package: gmfsk
 Architecture: any
diff -u gmfsk-0.6+0.7pre1/debian/changelog gmfsk-0.6+0.7pre1/debian/changelog
--- gmfsk-0.6+0.7pre1/debian/changelog
+++ gmfsk-0.6+0.7pre1/debian/changelog
@@ -1,3 +1,17 @@
+gmfsk (0.6+0.7pre1-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches: added the patch 13_log2_fix.dpatch for fix FTBFS
+(Closes: #552851).
+  * debian/control: added autotools-dev to Build-Depends;
+  * debian/rules:
+- update files config.sub and config.guess, as lintian complains
+  that these files are ancient;
+- fixed the order of calling debhelper programs dh_;
+- fixed the clean target.
+
+ -- Kęstutis Bilūnas   Sun, 29 Nov 2009 19:55:06 +0200
+
 gmfsk (0.6+0.7pre1-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u gmfsk-0.6+0.7pre1/help/gmfsk/C/gmfsk-C.omf.out gmfsk-0.6+0.7pre1/help/gmfsk/C/gmfsk-C.omf.out
--- gmfsk-0.6+0.7pre1/help/gmfsk/C/gmfsk-C.omf.out
+++ gmfsk-0.6+0.7pre1/help/gmfsk/C/gmfsk-C.omf.out
@@ -1,32 +1,20 @@
-
+
 http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd";>
 
-  
-
-  oh2...@sral.fi (Tomi Manninen)
-
-
-  oh2...@sral.fi (Tomi Manninen)
-
-
-  gMFSK Manual V0.2
-
-
-  2003-05-05
-
-
-
-
-
-  User manual for the gMFSK HF terminal program. 
-
-
-  User's guide
-
-
-
-
-
-http://www.gnu.org/licenses/fdl.html"; holder="Tomi Manninen"/>
-  
+
+oh2...@sral.fi (Tomi Manninen)
+oh2...@sral.fi (Tomi Manninen)
+gMFSK Manual V0.2
+2003-05-05
+
+
+
+User manual for the gMFSK HF terminal program.
+User's guide
+
+
+
+
+http://www.gnu.org/licenses/fdl.html"; holder="Tomi Manninen" />
+
 
only in patch2:
unchanged:
--- gmfsk-0.6+0.7pre1.orig/debian/patches/13_log2_fix.dpatch
+++ gmfsk-0.6+0.7pre1/debian/patches/13_log2_fix.dpatch
@@ -0,0 +1,45 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 13_log2_fix.dpatch by  
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+...@dpatch@
+diff -urNad gmfsk-0.6+0.7pre1~/src/misc/misc.c gmfsk-0.6+0.7pre1/src/misc/misc.c
+--- gmfsk-0.6+0.7pre1~/src/misc/misc.c	2005-01-04 23:07:42.0 +0200
 gmfsk-0.6+0.7pre1/src/misc/misc.c	2009-11-29 01:16:37.0 +0200
+@@ -105,6 +105,7 @@
+ /*
+  * Integer base-2 logarithm
+  */
++/*
+ guint log2(guint x)
+ {
+ 	int y = 0;
+@@ -118,6 +119,7 @@
+ 
+ 	return y;
+ }
++*/
+ 
+ /* -- */
+ 
+diff -urNad gmfsk-0.6+0.7pre1~/src/misc/misc.h gmfsk-0.6+0.7pre1/src/misc/misc.h
+--- gmfsk-0.6+0.7pre1~/src/misc/misc.h	2009-11-29 01:11:49.0 +0200
 gmf

Bug#558705: Please remove the switzerland package

2009-11-29 Thread Steve McIntyre
Package: ftp.debian.org
Severity: grave

Please remove the switzerland package from unstable ASAP. The upstream
tarball contains random binaries for which we do not know that we have
source. On i386 the package will simply install the upstream-provided
binary rather than building from the included source. Grave bug
#554823 has been open for several weeks with no response from the
maintainer. The package has a very low popcon score.

We don't need this kind of crap in the archive.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"Every time you use Tcl, God kills a kitten." -- Malcolm Ray




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



Processed: patch to remove fmopl dependency from adlib.cpp

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 530824 patch
Bug #530824 [dosbox] the fmopl.c from MAME project is under a non-free, 
GPL-incompatible  license
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#530824: patch to remove fmopl dependency from adlib.cpp

2009-11-29 Thread Jan Dittberner
tag 530824 patch
thanks

The attached patch removes a dependency on fmopl from src/hardware/adlib.cpp

Regards
Jan

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/
--- a/src/hardware/Makefile.am
+++ b/src/hardware/Makefile.am
@@ -2,7 +2,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
 
 SUBDIRS = serialport
 
-EXTRA_DIST = opl.cpp opl.h fmopl.c fmopl.h ymf262.h ymf262.c adlib.h dbopl.h
+EXTRA_DIST = opl.cpp opl.h ymf262.h ymf262.c adlib.h dbopl.h
 
 noinst_LIBRARIES = libhardware.a
 
--- a/src/hardware/adlib.cpp
+++ b/src/hardware/adlib.cpp
@@ -112,40 +112,6 @@ namespace OPL3 {
 	};
 }
 
-
-namespace old_OPL2 {
-	#define OPL2_INTERNAL_FREQ3579545   // The OPL2 operates at ~3.6MHz
-	#define HAS_YM3812 1
-	#include "fmopl.c"
-
-	struct Handler : public Adlib::Handler {
-		virtual void WriteReg( Bit32u reg, Bit8u val ) {
-			OPLWriteReg( OPL_YM3812[ 0 ], reg, val );
-		}
-		virtual Bit32u WriteAddr( Bit32u port, Bit8u val ) {
-			OPL_YM3812[ 0 ]->address = val;
-			return val;
-		}
-
-		virtual void Generate( MixerChannel* chan, Bitu samples ) {
-			Bit16s buf[1024];
-			while( samples > 0 ) {
-Bitu todo = samples > 1024 ? 1024 : samples;
-samples -= todo;
-YM3812UpdateOne( 0, buf, todo );
-chan->AddSamples_m16( todo, buf );
-			}
-		}
-		virtual void Init( Bitu rate ) {
-			if ( YM3812Init( 1, OPL2_INTERNAL_FREQ, rate )) {
-E_Exit("Can't create OPL2 Emulator");	
-			};
-		}
-		~Handler() {
-			YM3812Shutdown();
-		}
-	};
-}
 #undef OSD_CPU_H
 #undef TL_TAB_LEN
 
@@ -736,13 +702,7 @@ Module::Module( Section* configuration ) : Module_base(configuration) {
 
 	mixerChan = mixerObject.Install(OPL_CallBack,rate,"FM");
 	mixerChan->SetScale( 2.0 );
-	if (oplemu == "old") {
-		if ( oplmode == OPL_opl2 ) {
-			handler = new old_OPL2::Handler();
-		} else {
-			handler = new old_OPL3::Handler();
-		}
-	} else if (oplemu == "fast") {
+	if (oplemu == "fast") {
 		handler = new DBOPL::Handler();
 	} else if (oplemu == "compat") {
 		if ( oplmode == OPL_opl2 ) {


signature.asc
Description: Digital signature


Processed: your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 558680 Python app "gns3" crashes after upgrading to 4.9-1
Bug #558680 [python-sip4] [python-sip4] Python app "gns3" crashes after upgr. to
Changed Bug title to 'Python app "gns3" crashes after upgrading to 4.9-1' from 
'[python-sip4] Python app "gns3" crashes after upgr. to'
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#541379: marked as done (libqscintilla changed ABI without bumping soname)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 22:49:37 +
with message-id 
and subject line Bug#541379: fixed in qscintilla2 2.4-5
has caused the Debian Bug report #541379,
regarding libqscintilla changed ABI without bumping soname
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
541379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libqscintilla2-5
Severity: grave

Hi,

libqscintilla changed ABI without bumping soname. That broke several packages,
including tora and monkeystudio.

Please adjust your package accordingly and coordinate the binNMU of the other
packages with me afterwards.

Greetings
Martin
-- 
 Martin Zobel-Helas   | Debian System Administrator
 Debian & GNU/Linux Developer   |   Debian Listmaster
 Public key http://zobel.ftbfs.de/5d64f870.asc   -   KeyID: 5D64 F870
 GPG Fingerprint:  5DB3 1301 375A A50F 07E7  302F 493E FB8E 5D64 F870


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: qscintilla2
Source-Version: 2.4-5

We believe that the bug you reported is fixed in the latest version of
qscintilla2, which is due to be installed in the Debian FTP archive:

libqscintilla2-5_2.4-5_i386.deb
  to main/q/qscintilla2/libqscintilla2-5_2.4-5_i386.deb
libqscintilla2-designer_2.4-5_i386.deb
  to main/q/qscintilla2/libqscintilla2-designer_2.4-5_i386.deb
libqscintilla2-dev_2.4-5_all.deb
  to main/q/qscintilla2/libqscintilla2-dev_2.4-5_all.deb
libqscintilla2-doc_2.4-5_all.deb
  to main/q/qscintilla2/libqscintilla2-doc_2.4-5_all.deb
python-qscintilla2_2.4-5_i386.deb
  to main/q/qscintilla2/python-qscintilla2_2.4-5_i386.deb
qscintilla2_2.4-5.diff.gz
  to main/q/qscintilla2/qscintilla2_2.4-5.diff.gz
qscintilla2_2.4-5.dsc
  to main/q/qscintilla2/qscintilla2_2.4-5.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Marek  (supplier of updated qscintilla2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 15:39:15 +0100
Source: qscintilla2
Binary: libqscintilla2-5 libqscintilla2-designer libqscintilla2-dev 
libqscintilla2-doc python-qscintilla2
Architecture: source all i386
Version: 2.4-5
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek 
Changed-By: Torsten Marek 
Description: 
 libqscintilla2-5 - The Qt4 port of the Scintilla source code editing widget
 libqscintilla2-designer - Qt4 Designer plugin for QScintilla 2
 libqscintilla2-dev - The Scintilla source code editing widget for Qt4, 
development fil
 libqscintilla2-doc - API documentation for QScintilla 2
 python-qscintilla2 - Python bindings for QScintilla 2
Closes: 516122 541379 550570
Changes: 
 qscintilla2 (2.4-5) unstable; urgency=low
 .
   [ Gudjon I. Gudjonsson ]
   * Rebuilt (Closes: #550570)
   * Add fields to the copyright file, Thanks to Mathieu Parent
 (Closes: #516122)
   * Ask debian release for binNMU (Closes: #541379)
   * Change libqscintilla2-dev dependency to ${source:Version}
 removes lintian error
   * Add README.source file
 .
   [ Torsten Marek ]
   * debian/control
 - Added Gudjon to Uploaders
   * debian/watch
 - Fixed watch file to check on download page
Checksums-Sha1: 
 80cbdc5c538f5594c24bf20b5abdab2537cd05c7 1351 qscintilla2_2.4-5.dsc
 b8b55f79fbcd803227b323678ed1947ab1da8889 11951 qscintilla2_2.4-5.diff.gz
 b191c7afbeabb246929fa96de16a1c506f7c25cb 84816 libqscintilla2-dev_2.4-5_all.deb
 95e8efa679db2d9cc6a860990aea0ecb7ce5499c 861724 
libqscintilla2-doc_2.4-5_all.deb
 29ee51c3f6598ff1bd05fd615888184720815392 738230 libqscintilla2-5_2.4-5_i386.deb
 972d3303f84073fd6a7798a2f4463191bf261d52 35092 
libqscintilla2-designer_2.4-5_i386.deb
 1d9a2a289c786510eaab973e18cdde57838475d2 382508 
python-qscintilla2_2.4-5_i386.deb
Checksums-Sha256: 
 944a635e427fca344b0fcf68cf0a804a4026c8e607dc07ba6c3a40ee3bf9fcdb 1351 
qscintilla2_2.4-5.dsc
 f68467587fa7a166fdf3e1b5e1a9222b803e045a2a12cde312810b09a832485f 11951 
qscintilla2_2.4-5.diff.gz
 c6d53717b4411e5ffc9948f90631a201129abef4c996ba69018b6bd75dfafb20 84816 
libqscintilla2-dev_2.4-5_all.deb
 5a0a13bc7fc2c74b32700cc919

Bug#516122: marked as done (qscintilla2: incomplete debian/copyright)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 22:49:36 +
with message-id 
and subject line Bug#516122: fixed in qscintilla2 2.4-5
has caused the Debian Bug report #516122,
regarding qscintilla2: incomplete debian/copyright
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
516122: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516122
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qscintilla2
Severity: serious
Justification: Policy 12.5

Hi,

while working on a package that has a copy of qscintilla2 in its tarball
(for building on MacOSX), I noticed that qscintilla2 is a huge copyright-mess.
I thought I could steal your copyright-information for that, before doing
the job myself, but your debian/copyright only says:

Copyright: 

QScintilla 2:
Copyright (C) 2007 Phil Thompson

Scintilla (under src/):
Copyright 1998-2007 by Neil Hodgson 

While doing a 'grep -ri copyright .' in the source brings a lot of other
copyright holders, and checking with licencecheck says there are lots of
files without copyright at all.

Please fix (I might offer some help when I have the time :))

Regards
Evgeni

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-x31-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: qscintilla2
Source-Version: 2.4-5

We believe that the bug you reported is fixed in the latest version of
qscintilla2, which is due to be installed in the Debian FTP archive:

libqscintilla2-5_2.4-5_i386.deb
  to main/q/qscintilla2/libqscintilla2-5_2.4-5_i386.deb
libqscintilla2-designer_2.4-5_i386.deb
  to main/q/qscintilla2/libqscintilla2-designer_2.4-5_i386.deb
libqscintilla2-dev_2.4-5_all.deb
  to main/q/qscintilla2/libqscintilla2-dev_2.4-5_all.deb
libqscintilla2-doc_2.4-5_all.deb
  to main/q/qscintilla2/libqscintilla2-doc_2.4-5_all.deb
python-qscintilla2_2.4-5_i386.deb
  to main/q/qscintilla2/python-qscintilla2_2.4-5_i386.deb
qscintilla2_2.4-5.diff.gz
  to main/q/qscintilla2/qscintilla2_2.4-5.diff.gz
qscintilla2_2.4-5.dsc
  to main/q/qscintilla2/qscintilla2_2.4-5.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 516...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Marek  (supplier of updated qscintilla2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 15:39:15 +0100
Source: qscintilla2
Binary: libqscintilla2-5 libqscintilla2-designer libqscintilla2-dev 
libqscintilla2-doc python-qscintilla2
Architecture: source all i386
Version: 2.4-5
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek 
Changed-By: Torsten Marek 
Description: 
 libqscintilla2-5 - The Qt4 port of the Scintilla source code editing widget
 libqscintilla2-designer - Qt4 Designer plugin for QScintilla 2
 libqscintilla2-dev - The Scintilla source code editing widget for Qt4, 
development fil
 libqscintilla2-doc - API documentation for QScintilla 2
 python-qscintilla2 - Python bindings for QScintilla 2
Closes: 516122 541379 550570
Changes: 
 qscintilla2 (2.4-5) unstable; urgency=low
 .
   [ Gudjon I. Gudjonsson ]
   * Rebuilt (Closes: #550570)
   * Add fields to the copyright file, Thanks to Mathieu Parent
 (Closes: #516122)
   * Ask debian release for binNMU (Closes: #541379)
   * Change libqscintilla2-dev dependency to ${source:Version}
 removes lintian error
   * Add README.source file
 .
   [ Torsten Marek ]
   * debian/control
 - Added Gudjon to Uploaders
   * debian/watch
 - Fixed watch file to check on download page
Checksums-Sha1: 
 80cbdc5c538f5594c24bf20b5abdab2537cd05c7 1351 qscintilla2_2.4-5.dsc
 b8b55f79fbcd803227b323678ed1947ab1da8889 11951 qscintilla2_2.4-5.diff.gz
 b191c7afbeabb246929fa96de16a1c506f7c25cb 84816 libqscintilla2-dev_2.4-5_all.deb
 95e8efa679db2d9cc6a860990aea0ecb7ce5499c 861724 
libqscintilla2-doc_2.4-5_all.deb
 29ee51c3f6598ff1bd05fd615888184720815392 738230 libqscintilla2-5_2.4-5_i386.deb
 972d3303f84073fd6a7798a2f4463191bf261d52 35092 
libqscintilla2-des

Bug#557483: marked as done (esperanza failed with segmentation fault)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 23:52:18 +0100
with message-id <4b12fb22.5050...@debian.org>
and subject line Re: Please binNMU esperanza 0.4.0+git20090708-1
has caused the Debian Bug report #557483,
regarding esperanza failed with segmentation fault
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
557483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: esperanza
Version: 0.4.0+git20090708-1.0.0.0.1
Severity: grave
Justification: renders package unusable

On amd64, esperanza failed to run because of a segmenation fault.

Rebuilding the package localy fix the problem.


-- System Information:
Debian Release: squeeze/sid
  APT prefers transitional
  APT policy: (500, 'transitional'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages esperanza depends on:
ii  libboost-signals1 1.40.0-4   managed signals and slots library 
ii  libc6 2.10.1-7   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libqt4-network4:4.5.3-4  Qt 4 network module
ii  libqt4-xml4:4.5.3-4  Qt 4 XML module
ii  libqtcore44:4.5.3-4  Qt 4 core module
ii  libqtgui4 4:4.5.3-4  Qt 4 GUI module
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxmmsclient++3  0.6DrMattDestruction-6 XMMS2 - client library for c++
ii  libxmmsclient50.6DrMattDestruction-6 XMMS2 - client library
ii  xmms2-icon0.6DrMattDestruction-6 XMMS2 - icon package

esperanza recommends no packages.

Versions of packages esperanza suggests:
ii  xmms2-core0.6DrMattDestruction-6 XMMS2 - core package

-- no debconf information


--- End Message ---
--- Begin Message ---
Benjamin Drung wrote:
> Hi,
> 
> Please binNMU esperanza to fix bug #557483. libxmmsclient++-dev
> 0.6DrMattDestruction-6 depends on the same version of boost, with wich
> it was build with. It's the same issue, that promoe had (bug #554496).
> 
> nmu esperanza_0.4.0+git20090708-1 . ALL . -m 'Rebuild against
> libxmmsclient++-dev 0.6DrMattDestruction-6 to pick up correct boost
> version (Closes: #557483)'

Was scheduled earlier today, but only for the affected architectures
(including amd64), so closing this bug.

Cheers

Luk

--- End Message ---


Bug#557483: Please binNMU esperanza 0.4.0+git20090708-1

2009-11-29 Thread Benjamin Drung
Hi,

Please binNMU esperanza to fix bug #557483. libxmmsclient++-dev
0.6DrMattDestruction-6 depends on the same version of boost, with wich
it was build with. It's the same issue, that promoe had (bug #554496).

nmu esperanza_0.4.0+git20090708-1 . ALL . -m 'Rebuild against
libxmmsclient++-dev 0.6DrMattDestruction-6 to pick up correct boost
version (Closes: #557483)'

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#530824: dosbox 0.73 builds and works without fmopl

2009-11-29 Thread Jan Dittberner
I just built dosbox-0.73 with src/hardware/fmopl.c and src/hardware/fmopl.h
removed (+ some removed patches as done by the current Ubuntu version) and the
build worked well. I tried whether dosbox still works and had no problems with
some older DOS games using OPL.

I added a request to remove the fmopl files to the upstream bugtracker at
SourceForge.


Regards
Jan Dittberner

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/


signature.asc
Description: Digital signature


debian-bugs-rc@lists.debian.org

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 530824 
> https://sourceforge.net/tracker/?func=detail&aid=2905763&group_id=52551&atid=467232
Bug #530824 [dosbox] the fmopl.c from MAME project is under a non-free, 
GPL-incompatible  license
Set Bug forwarded-to-address to 
'https://sourceforge.net/tracker/?func=detail&aid=2905763&group_id=52551&atid=467232'.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#557992: grub-pc: Booting is completely broken

2009-11-29 Thread Paul Seelig
On 11/29/2009 09:10 PM, Felix Zielcke wrote:
> But if you only have ASCII chars in the menu entry names then it
> shouldn't at all make a difference.
> 
Yes, the files are all ASCII only.

> This shows if debconf thinks if you saw that prompt already or not
>   echo FGET grub-pc/install_devices seen | debconf-communicate
> 
[root]~ # echo FGET grub-pc/install_devices seen | debconf-communicate
0 true

> `sudo dpkg-reconfigure grub-pc' hopefully shows it then.
> 
Yes, executing this command manually indeed shows a dialog asking for an
update by running grub-install on the boot device. Now we need to find
out why it was not shown before...



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



Bug#551926: bug #551926: python-pip and pip: error when trying to install together

2009-11-29 Thread Tim Retout
[Resending to the *actual* debian-devel address. :) D'oh.]

According to Debian Policy 10.1 [*], when two binaries have different
functionality but the same name, this should be reported to the
debian-devel mailing list.

[*] http://www.debian.org/doc/debian-policy/ch-files.html#s10.1

In this case, 'pip' and 'python-pip' both ship /usr/bin/pip, but one is
for Perl and one is for Python. The 'python-pip' package has precedence
in Debian (and indeed, is the only one in testing), so I propose that
the Perl pip package must pick a pseudonym for its program.

My first suggestion is 'pip-perl', so that it's still possible to find
via tab-completion on 'pip'.  Better ideas welcomed, otherwise I'll make
the change in a few days.

This isn't ideal for having the same name for the Perl pip on all
platforms, I know - but until we fix this, there will be a serious bug
on 'pip', and it will not be released with Debian.

Regards,

-- 
Tim Retout 



signature.asc
Description: This is a digitally signed message part


Bug#557980: Please provide steps to get to the segfault

2009-11-29 Thread Christoph Egger
On Sun, Nov 29, 2009 at 03:21:08PM -0500, James Umbanhowar wrote:
> One example:
> 
> xppaut /usr/share/doc/xppaut/examples/ode/nochaos.ode
> 
> once it starts, I type "i" of integrate and "g" for go and then it segfaults.
> 
> James

Hm doesn't have any troubles for me. Maybe someone else can
reproduce this? Additionally perhapes you can produce a packatrace
after building a debug package and running the failed stuff in gdb?
[0] tells how to do so.

Regards

Christoph

[0] http://jameswestby.net/tips/tips/compiling-debian-package-for-debug.html
-- 
/"\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Maintainer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#499078: marked as done (jfsutils: Bus Error when running fsck.jfs on sparc)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 22:00:30 +
with message-id 
and subject line Bug#499078: fixed in jfsutils 1.1.12-2.1
has caused the Debian Bug report #499078,
regarding jfsutils: Bus Error when running fsck.jfs on sparc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
499078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jfsutils
Version: 1.1.11-1
Severity: critical
Tags: patch
Justification: breaks the whole system

I lost power on my server a while back. Fortunately, I am running a journaling
filesystem, JFS, so it shouldn't be a big deal. Unfortunately, fsck.jfs
dies with a bus error when trying to replay the journal on my root filesystem.

I got my system running again, by copying the root FS to an amd64 box (which
doesn't enforce alignment requirements), running fsck.jfs on it, and copying
it back. (I kept a copy of the original filesystem so I could reproduce the
bug.)

I have a patch which fixes the first unaligned access, but there is at least
one more.

Here is the original backtrace (I did apt-get source and compiled with -g):
a...@ypane:~$ gdb ~/deb/jfsutils-1.1.11/fsck/jfs_fsck
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc-linux-gnu"...Using host libthread_db library 
"/lib/v9/libthread_db.so.1".

(gdb) run md0.orig
Starting program: /home/aij/deb/jfsutils-1.1.11/fsck/jfs_fsck md0.orig
/home/aij/deb/jfsutils-1.1.11/fsck/jfs_fsck version 1.1.11, 05-Jun-2006
processing started: 9/15/2008 18.43.40
Using default parameter: -p
The current device is:  md0.orig
Block size in bytes:  4096
Filesystem size in blocks:  1464816
**Phase 0 - Replay Journal Log

Program received signal SIGBUS, Bus error.
0x0005f5f0 in ujfs_swap_superblock (sblk=0x232c) at jfs_endian.c:554
554 sblk->s_size = __le64_to_cpu(sblk->s_size);
(gdb) bt
#0  0x0005f5f0 in ujfs_swap_superblock (sblk=0x232c) at jfs_endian.c:554
#1  0x00059df0 in ujfs_put_superblk (fp=0x1786c8, sb=0xb4568, is_primary=1)
at super.c:172
#2  0x0005562c in phase0_processing () at xchkdsk.c:1877
#3  0x00050ef0 in main (argc=2, argv=0x34f4) at xchkdsk.c:333
(gdb) 


The patch to fix that (buf needs proper alignment):
- cut here -
--- libfs/super.c.orig  2005-11-22 15:43:55.0 -0500
+++ libfs/super.c   2008-09-15 21:03:27.936428396 -0400
@@ -162,14 +162,14 @@
  */
 int ujfs_put_superblk(FILE *fp, struct superblock *sb, int16_t is_primary)
 {
-   char buf[SIZE_OF_SUPER];
+   struct superblock buf[(SIZE_OF_SUPER+sizeof(*sb)-1)/sizeof(*sb)];
int rc;
 
memset(buf, 0, SIZE_OF_SUPER);
memcpy(buf, sb, sizeof (*sb));
 
/* swap if on big endian machine */
-   ujfs_swap_superblock((struct superblock *) buf);
+   ujfs_swap_superblock(buf);
 
rc = ujfs_rw_diskblocks(fp, (is_primary ? SUPER1_OFF : SUPER2_OFF),
SIZE_OF_SUPER, buf, PUT);
-- cut here -


And a new backtrace:
a...@ypane:~$ gdb ~/deb/jfsutils-1.1.11/fsck/jfs_fsck
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc-linux-gnu"...Using host libthread_db library 
"/usr/lib/debug/libthread_db.so.1".

(gdb) run md0.orig
Starting program: /home/aij/deb/jfsutils-1.1.11/fsck/jfs_fsck md0.orig
/home/aij/deb/jfsutils-1.1.11/fsck/jfs_fsck version 1.1.11, 05-Jun-2006
processing started: 9/15/2008 21.9.54
Using default parameter: -p
The current device is:  md0.orig
Block size in bytes:  4096
Filesystem size in blocks:  1464816
**Phase 0 - Replay Journal Log

Program received signal SIGBUS, Bus error.
0x0006a6e8 in updatePage (ld=0xffa6f2c0, logaddr=1572600) at log_work.c:2809
2809rc = 
markImap(&vopen[vol].fsimap_lst,
(gdb) bt
#0  0x0006a6e8 in updatePage (ld=0xffa6f2c0, logaddr=1572600)
at log_work.c:2809
#1  0x00065ae0 in doAfter (ld=0xffa6f2c0, logaddr=1572600) at log_work.c:633
#2  0x00061a98

Bug#544620: marked as done (can not open pgadmin3 : pgadmin3: relocation error: pgadmin3: symbol _ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvjS2_, version WXU_2.8.5 not defined in f

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding can not open pgadmin3 : pgadmin3: relocation error: pgadmin3: symbol 
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvjS2_, version 
WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pgadmin3
Version: 1.10.0-1
Severity: normal


relocation error: pgadmin3: symbol 
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvjS2_, version 
WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference
:
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=es_PA, LC_CTYPE=es_PA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgadmin3 depends on:
ii  libc62.9-26  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.1-3   GCC support library
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libpq5   8.4.0-2+b1  PostgreSQL C client library
ii  libstdc++6   4.4.1-3 The GNU Standard C++ Library v3
ii  libwxbase2.8-0   2.8.7.1-2   wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-02.8.7.1-2   wxWidgets Cross-platform C++ GUI t
ii  libxml2  2.7.3.dfsg-2.1  GNOME XML library
ii  libxslt1.1   1.1.24-2XSLT processing library - runtime 
ii  pgadmin3-data1.10.0-1graphical administration tool for 

Versions of packages pgadmin3 recommends:
ii  pgagent   3.0.0-1job scheduler for PostgreSQL
ii  postgresql-client-8.2 [postgr 8.2.6-2front-end programs for PostgreSQL 
ii  postgresql-client-8.3 [postgr 8.3.7-4front-end programs for PostgreSQL 

pgadmin3 suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#543002: marked as done (libpadre-plugin-nopaste-perl: FTBFS: Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, vers

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding libpadre-plugin-nopaste-perl: FTBFS: Can't load 
'/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: /usr/lib/perl5/auto/Wx/Wx.so: 
symbol _ZN14wxTreeCtrlBase11CollapseAllEv, version WXU_2.8.1 not defined in 
file libwx_gtk2u_core-2.8.so.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpadre-plugin-nopaste-perl
Version: 0.2.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[2]: Entering directory 
> `/build/user-libpadre-plugin-nopaste-perl_0.2.1-1-amd64-WcOMsh/libpadre-plugin-nopaste-perl-0.2.1'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/0-load
> #   Failed test 'use Padre::Plugin::Nopaste;'
> #   at t/0-load.t line 16.
> # Tried to use 'Padre::Plugin::Nopaste'.
> # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
> /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
> version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
> time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
> #  at /usr/share/perl5/Padre/Wx.pm line 14
> # Compilation failed in require at /usr/share/perl5/Padre/Wx.pm line 14.
> # BEGIN failed--compilation aborted at t/0-load.t line 16.
> # Compilation failed in require at /usr/share/perl5/Padre/Plugin.pm line 53.
> # BEGIN failed--compilation aborted at /usr/share/perl5/Padre/Plugin.pm line 
> 53.
> # Compilation failed in require at /usr/share/perl5/parent.pm line 20.
> # BEGIN failed--compilation aborted at 
> /build/user-libpadre-plugin-nopaste-perl_0.2.1-1-amd64-WcOMsh/libpadre-plugin-nopaste-perl-0.2.1/blib/lib/Padre/Plugin/Nopaste.pm
>  line 19.
> # Compilation failed in require at (eval 3) line 2.
> # BEGIN failed--compilation aborted at (eval 3) line 2.
> Use of uninitialized value $Padre::Plugin::Nopaste::VERSION in concatenation 
> (.) or string at t/0-load.t line 18.
> # Testing Padre::Plugin::Nopaste , Perl 5.01, /usr/bin/perl
> # Looks like you failed 1 test of 1.
> dubious
>   Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 1
>   Failed 1/1 tests, 0.00% okay
> t/9-pod-coverageok
> t/9-pod.ok
> Failed Test Stat Wstat Total Fail  List of Failed
> ---
> t/0-load.t 1   256 11  1
> Failed 1/3 test scripts. 1/3 subtests failed.
> Files=3, Tests=3,  0 wallclock secs ( 0.29 cusr +  0.04 csys =  0.33 CPU)
> Failed 1/3 test programs. 1/3 subtests failed.
> make[2]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/libpadre-plugin-nopaste-perl_0.2.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#540060: marked as done (error in pgadmin3)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding error in pgadmin3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libwxgtk2.8-0
Version: 2.8.7.1-2
Severity: serious

libwxbase2.8-0 2.8.7.1-1.1 -> 2.8.7.1-2

Gtk-Message: Failed to load module "canberra-gtk-module":
libcanberra-gtk-module.so: cannot open shared object file: No such
file or directory

pgadmin3: relocation error: pgadmin3: symbol
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_,
version WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link
time reference

and pgadmin not working

after downgrading to -1
I just get the warning and pgadmin works again.

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it



--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#540969: marked as done (wammu: Symbol not defined in file libwx_gtk2u_core-2.8.so)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding wammu: Symbol not defined in file libwx_gtk2u_core-2.8.so
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wammu
Version: 0.30.1-2
Severity: important

When trying to run wammu:
Traceback (most recent call last):
  File "/usr/bin/wammu", line 31, in 
import Wammu.Locales
  File "/usr/lib/pymodules/python2.5/Wammu/Locales.py", line 31, in 
import wx
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", 
line 45, in 
from wx._core import *
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 
4, in 
import _core_
ImportError: /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core_.so: 
symbol _ZNK9wxMenuBar12GetMenuLabelEj, version WXU_2.8 not defined in file 
libwx_gtk2u_core-2.8.so.0 with link time reference

I suppose that's python-wxgtk2.8 problem, but Reportbug says it's an orphaned 
package, so I didn't know what to do.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages wammu depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-gammu  1.25.0-2   Python module to communicate with 
ii  python-support1.0.3  automated rebuilding support for P
ii  python-wxgtk2.8   2.8.7.1-2  wxWidgets Cross-platform C++ GUI t

Versions of packages wammu recommends:
ii  notification-daemon   0.4.0-1a daemon that displays passive pop
pn  python-bluez | python-bluetoo  (no description available)
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
pn  timidity   (no description available)

Versions of packages wammu suggests:
pn  gmobilemedia   (no description available)

Versions of packages python-gammu depends on:
ii  libbluetooth3 4.42-2 Library to use the BlueZ Linux Blu
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  libdbi0   0.8.2-3Database Independent Abstraction L
ii  libgammu6 1.25.90-1  mobile phone management library
ii  libgsmsd6 1.25.0-2   SMS daemon helper library
ii  libmysqlclient16  5.1.37-1   MySQL database client library
ii  libpq58.4.0-2PostgreSQL C client library
ii  libusb-1.0-0  2:1.0.2-1  userspace USB programming library
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.3  automated rebuilding support for P

-- no debconf information


--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#543078: marked as done (libpadre-plugin-autoformat-perl: FTBFS: tests failed)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding libpadre-plugin-autoformat-perl: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpadre-plugin-autoformat-perl
Version: 1.1.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-libpadre-plugin-autoformat-perl_1.1.2-1-amd64-3L3vb1/libpadre-plugin-autoformat-perl-1.1.2'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> 
> #   Failed test 'use Padre::Plugin::Autoformat;'
> #   at t/0-load.t line 16.
> # Tried to use 'Padre::Plugin::Autoformat'.
> # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
> /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
> version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
> time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
> #  at /usr/share/perl5/Padre/Wx.pm line 14
> # Compilation failed in require at /usr/share/perl5/Padre/Wx.pm line 14.
> # BEGIN failed--compilation aborted at t/0-load.t line 16.
> # Compilation failed in require at /usr/share/perl5/Padre/Plugin.pm line 53.
> # BEGIN failed--compilation aborted at /usr/share/perl5/Padre/Plugin.pm line 
> 53.
> # Compilation failed in require at (eval 11) line 3.
> # ...propagated at /usr/share/perl/5.10/base.pm line 92.
> # BEGIN failed--compilation aborted at 
> /build/user-libpadre-plugin-autoformat-perl_1.1.2-1-amd64-3L3vb1/libpadre-plugin-autoformat-perl-1.1.2/blib/lib/Padre/Plugin/Autoformat.pm
>  line 19.
> # Compilation failed in require at (eval 3) line 2.
> # BEGIN failed--compilation aborted at (eval 3) line 2.
> Use of uninitialized value $Padre::Plugin::Autoformat::VERSION in 
> concatenation (.) or string at t/0-load.t line 18.
> # Testing Padre::Plugin::Autoformat , Perl 5.01, /usr/bin/perl
> # Looks like you failed 1 test of 1.
> t/0-loaddubious
>   Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 1
>   Failed 1/1 tests, 0.00% okay
> t/9-pod-coverageok
> Failed 1/3 test programs. 1/3 subtests failed.
> t/9-pod.ok
> Failed Test Stat Wstat Total Fail  List of Failed
> ---
> t/0-load.t 1   256 11  1
> Failed 1/3 test scripts. 1/3 subtests failed.
> Files=3, Tests=3,  0 wallclock secs ( 0.28 cusr +  0.03 csys =  0.31 CPU)
> make[1]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/libpadre-plugin-autoformat-perl_1.1.2-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#543066: marked as done (libwx-perl-processstream-perl: FTBFS: tests failed)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding libwx-perl-processstream-perl: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libwx-perl-processstream-perl
Version: 0.11-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-libwx-perl-processstream-perl_0.11-1-amd64-2PtcZ4/libwx-perl-processstream-perl-0.11'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00-load..
> #   Failed test 'use Wx::Perl::ProcessStream;'
> #   at t/00-load.t line 6.
> # Tried to use 'Wx::Perl::ProcessStream'.
> # Error:  Can't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
> /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
> version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
> time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
> #  at 
> /build/user-libwx-perl-processstream-perl_0.11-1-amd64-2PtcZ4/libwx-perl-processstream-perl-0.11/blib/lib/Wx/Perl/ProcessStream.pm
>  line 337
> # Compilation failed in require at 
> /build/user-libwx-perl-processstream-perl_0.11-1-amd64-2PtcZ4/libwx-perl-processstream-perl-0.11/blib/lib/Wx/Perl/ProcessStream.pm
>  line 337.
> # BEGIN failed--compilation aborted at t/00-load.t line 6.
> # Compilation failed in require at (eval 3) line 2.
> # BEGIN failed--compilation aborted at (eval 3) line 2.
> # Looks like you failed 1 test of 1.
> dubious
>   Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 1
>   Failed 1/1 tests, 0.00% okay
> t/01-eventsCan't load '/usr/lib/perl5/auto/Wx/Wx.so' for module Wx: 
> /usr/lib/perl5/auto/Wx/Wx.so: symbol _ZN14wxTreeCtrlBase11CollapseAllEv, 
> version WXU_2.8.1 not defined in file libwx_gtk2u_core-2.8.so.0 with link 
> time reference at /usr/lib/perl/5.10/DynaLoader.pm line 196.
>  at t/01-events.t line 8
> Compilation failed in require at t/01-events.t line 8.
> BEGIN failed--compilation aborted at t/01-events.t line 8.
> # Looks like your test died before it could output anything.
> dubious
>   Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-32
>   Failed 32/32 tests, 0.00% okay
> Failed Test   Stat Wstat Total Fail  List of Failed
> ---
> t/00-load.t  1   256 11  1
> t/01-events.t  255 6528032   64  1-32
> Failed 2/2 test scripts. 33/33 subtests failed.
> Files=2, Tests=33,  2 wallclock secs ( 0.08 cusr +  0.01 csys =  0.09 CPU)
> Failed 2/2 test programs. 33/33 subtests failed.
> make[1]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/libwx-perl-processstream-perl_0.11-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#543154: marked as done ([playonlinux] PlayOnLinux fail to run with a python error)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding [playonlinux] PlayOnLinux fail to run with a python error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: playonlinux
Version: 3.6-1
Severity: important

--- Please enter the report below this line. ---

lo...@debian:~$ playonlinux
PlayOnLinux v3.6

Checking python :   [ Ok ]
Traceback (most recent call last):
  File "/usr/share/playonlinux/python/mainwindow.py", line 23, in 
import wx, wx.html
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/__init__.py", 
line 45, in 
from wx._core import *
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", 
line 4, in 
import _core_
ImportError: /usr/lib64/python2.5/site-packages/wx-2.8-gtk2-
unicode/wx/_core_.so: symbol 
_ZN21wxMemoryFSHandlerBase19AddFileWithMimeTypeERK8wxStringPKvmS2_, version 
WXU_2.8 not defined in file libwx_baseu-2.8.so.0 with link time reference


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.30-1-amd64

Debian Release: squeeze/sid
  992 unstablewww.debian-multimedia.org 
  992 unstableftp.fr.debian.org 
  991 experimentalftp.fr.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
python  | 2.5.4-2
python-support  (>= 0.90.0) | 1.0.3
wine| 1.0.1-2
unzip   | 6.0-1
wget| 1.11.4-4
x-terminal-emulator | 
python-wxgtk2.8 | 2.8.7.1-2
imagemagick | 7:6.5.1.0-1.1
cabextract  | 1.2-3
mesa-utils  | 7.5-3
gettext-base| 0.17-7


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
ttf-mscorefonts-installer| 3.0






--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#540674: marked as done (pgadmin3: version WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 with link time reference)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 13:52:17 -0800
with message-id <20091129215217.ga27...@jade.home>
and subject line these were fixed by binnmus a while ago
has caused the Debian Bug report #540060,
regarding pgadmin3: version WXU_2.8.5 not defined in file libwx_baseu-2.8.so.0 
with link time reference
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
540060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pgadmin3
Version: 1.10.0-1
Severity: normal



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30 (SMP w/2 CPU cores)
Locale: LANG=es_PA, LC_CTYPE=es_PA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages pgadmin3 depends on:
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libkrb5-31.7dfsg~beta3-1 MIT Kerberos runtime libraries
ii  libpq5   8.4.0-2+b1  PostgreSQL C client library
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  libwxbase2.8-0   2.8.7.1-2   wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-02.8.7.1-2   wxWidgets Cross-platform C++ GUI t
ii  libxml2  2.7.3.dfsg-2+b1 GNOME XML library
ii  libxslt1.1   1.1.24-2XSLT processing library - runtime 
ii  pgadmin3-data1.10.0-1graphical administration tool for 

Versions of packages pgadmin3 recommends:
ii  pgagent   3.0.0-1job scheduler for PostgreSQL
ii  postgresql-client 8.4.0-2front-end programs for PostgreSQL 
ii  postgresql-client-8.2 [postgr 8.2.6-2front-end programs for PostgreSQL 
ii  postgresql-client-8.3 [postgr 8.3.7-3front-end programs for PostgreSQL 
ii  postgresql-client-8.4 [postgr 8.4.0-2+b1 front-end programs for PostgreSQL 

pgadmin3 suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature
--- End Message ---


Bug#551926: bug #551926: python-pip and pip: error when trying to install together

2009-11-29 Thread Tim Retout
[Copying debian-devel, the bug report, and the upstream author of the
Perl pip.]

According to Debian Policy 10.1 [*], when two binaries have different
functionality but the same name, this should be reported to the
debian-devel mailing list.

[*] http://www.debian.org/doc/debian-policy/ch-files.html#s10.1

In this case, 'pip' and 'python-pip' both ship /usr/bin/pip, but one is
for Perl and one is for Python. The 'python-pip' package has precedence
in Debian (and indeed, is the only one in testing), so I propose that
the Perl pip package must pick a pseudonym for its program.

My first suggestion is 'pip-perl', so that it's still possible to find
via tab-completion on 'pip'.  Better ideas welcomed, otherwise I'll make
the change in a few days.

This isn't ideal for having the same name for the Perl pip on all
platforms, I know - but until we fix this, there will be a serious bug
on 'pip', and it will not be released with Debian.

Regards,

-- 
Tim Retout 


signature.asc
Description: This is a digitally signed message part


Bug#558609: cdparanoia no longer works, should retire

2009-11-29 Thread Rogério Brito
severity 558609 important
tags 558609 moreinfo unreproducible
thanks

On Nov 29 2009, Tong Sun wrote:
> Severity: grave
> Justification: renders package unusable

Hey, not so fast.

> I found that cdparanoia no longer works now:

"It works for me" (TM) on my system. In fact, I'm just using it to rip a
CD *this* exact moment (well, as I am one of the maintainers, I am
sincerely interested in this package).

> It says "no audio on disc", but there is one.

OK, some more information could be provided, to that we can narrow
things down.

> Running
> 
>  cdparanoia -vsQ
> 
> will give only track 0 with 00:00:00 length. 
> 
> If rip with 
> 
>  cdparanoia 0
> 
> will get loads of:
> 
>   scsi_read error: sector=-2 length=1 retry=7
>  Sense key: 5 ASC: 21 ASCQ: 0
>  Transport error: Illegal SCSI request (rejected by target)
>  System error: Invalid argument
>   scsi_read error: sector=-2 length=1 retry=8
>  Sense key: 5 ASC: 21 ASCQ: 0
>  Transport error: Illegal SCSI request (rejected by target)
>  System error: Invalid argument
>(== PROGRESS == [  | .. 00 ] == :^D o ==) 
> ^C
> 
> and only get a cdda.wav file of 44 bytes.

Right, just the header.

> For the record, I then installed icedax, and it worked just fine:
> 
>  $ icedax 
>  Type: ROM, Vendor 'SONY' Model 'CD-RW  CRX195E1 ' Revision 'ZYS5' 
> MMC+CDDA
>  569344 bytes buffer memory requested, 4 buffers, 55 sectors
>  #icedax version 1.1.9, real time sched., soundcard, libparanoia support
   ^^^

I'm not really familiar with icedax since I switched over from when it
was called cdda2wav many, many, many moons ago.

The part that I explicited gives some hings, though.

> Ops, just realized that the version that I've installed is
> v3.10.2+debian-8 from testing, not the v3.10.2+debian-9 from
> unstable. So the problem might be solved.

That version is functionally the same as -8, since Takaki formalized the
transference of the package that was orphaned to a new team.

But many questions are pending:

* Is the drive an IDE/PATA drive or a SATA drive?
* What is the driver that your kernel uses for the drive?
* If you use an IDE/PATA drive, have you tried using Linux's IDE layer?
  And the SATA "fake" layer (via libata)?
* Have you tested audio extraction with other (older, newer) kernels?


Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



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



Processed: Re: Bug#558609: cdparanoia no longer works, should retire

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 558609 important
Bug #558609 [cdparanoia] cdparanoia no longer works, should retire
Severity set to 'important' from 'grave'

> tags 558609 moreinfo unreproducible
Bug #558609 [cdparanoia] cdparanoia no longer works, should retire
Added tag(s) unreproducible and moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558693: eclipse: does not start at all

2009-11-29 Thread folkert
Package: eclipse
Version: 3.4.1-1
Severity: grave
Justification: renders package unusable


When started, it gives the following output:

folk...@weerstationserver:~$ eclipse 
searching for compatible vm...
  testing /usr/lib/jvm/default-java...not found
  testing /usr/lib/jvm/java-gcj...not found
  testing /usr/lib/kaffe/pthreads...not found
  testing /usr/lib/jvm/java-6-sun/jre...found
ZoneInfo: /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/zi/ZoneInfoMappings (Too 
many open files)
ZoneInfo: /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/zi/ZoneInfoMappings (Too 
many open files)
!SESSION 2009-11-29 22:20:50.155 ---
eclipse.buildId=M20080911-1700
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  
Command-line arguments:  -os linux -ws gtk -arch x86 

!ENTRY org.eclipse.osgi 4 0 2009-11-29 22:20:54.364
!MESSAGE 
!STACK 0
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:114)
at java.util.zip.ZipFile.(ZipFile.java:131)
at 
org.eclipse.osgi.framework.util.SecureAction.getZipFile(SecureAction.java:251)
at 
org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.basicOpen(ZipBundleFile.java:81)
at 
org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.getZipFile(ZipBundleFile.java:94)
at 
org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.checkedOpen(ZipBundleFile.java:67)
at 
org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.getEntry(ZipBundleFile.java:239)
at org.eclipse.osgi.baseadaptor.BaseData.getEntry(BaseData.java:97)
at 
org.eclipse.osgi.internal.baseadaptor.AdaptorUtil.loadManifestFrom(AdaptorUtil.java:192)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook.getGeneratedManifest(EclipseStorageHook.java:371)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook.createCachedManifest(EclipseStorageHook.java:367)
at 
org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook.getManifest(EclipseStorageHook.java:472)
at 
org.eclipse.osgi.internal.baseadaptor.BaseStorage.loadManifest(BaseStorage.java:297)
at 
org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInstall.java:82)
at 
org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:938)
at 
org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:854)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:905)
at 
org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:849)
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:234)
at 
org.eclipse.update.internal.configurator.ConfigurationActivator.installBundles(ConfigurationActivator.java:197)
at 
org.eclipse.update.internal.configurator.ConfigurationActivator.start(ConfigurationActivator.java:82)
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at 
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at 
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)


-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages eclipse depends on:
ii  eclipse-jdt   3.4.1-1Java Development Tools plug-ins fo
ii  eclipse-pde   3.4.1-1Plug-in D

Bug#558609: cdparanoia no longer works, should retire

2009-11-29 Thread Francesco Poli
On Sun, 29 Nov 2009 10:55:25 -0500 Tong Sun wrote:

> 
> Package: cdparanoia
> Version: 3.10.2+debian-8
> Severity: grave
> Justification: renders package unusable
> 
> Hi, 
> 
> I found that cdparanoia no longer works now:

For the record, I recently used cdparanoia/3.10.2+debian-8 on a Debian
testing amd64 box and it worked correctly.
I used it via jack/3.1.1+cvs20050801-26 and it correctly read all the
audio tracks from an audio CD.

[...]
> Kernel: Linux 2.6.28-grml64 (SMP w/2 CPU cores; PREEMPT)

Could it be a kernel-related problem?
The one you are using does not seem to be the official Debian Linux
kernel image.
I am currently running linux-image-2.6.30-2-amd64/2.6.30-8 : did you
try with this image?


Just a random user's 2¢ ...

-- 
 New location for my website! Update your bookmarks!
 http://www.inventati.org/frx
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgp6j1hjNGS2Y.pgp
Description: PGP signature


Processed (with 1 errors): your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 558680 [python-sip4] Python app "gns3" crashes after upgr. to
Bug #558680 [python-sip4] [python-sip4] Python app "gns3" crashes after upgr. to
Ignoring request to change the title of bug#558680 to the same title
> latest version
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#474087: libopenipmi-dev: "pkg-config --libs OpenIPMIpthread" fails

2009-11-29 Thread Sebastian Harl
Hi,

On Tue, Nov 17, 2009 at 02:51:41AM +, Simon McVittie wrote:
> I've prepared a slightly more complete patch, fixing some other issues
> including a lintian error.

Thanks for the patch! It looks fine to me (even though, I'd have used
dpatch or quilt to manage the patches against the upstream sources).

> I don't plan to NMU this since I can't meaningfully test it (I don't
> have the relevant hardware!)

… however, the same applies to me. I do not use any IPMI stuff myself
but use libopenipmi as a build-dependency only.

Since the Debian maintainer did not react at all within more than 1.5
years, an NMU would be very appreciated. If you're using IPMI and are
able to test and upload the package, please go ahead.

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Processed (with 1 errors): your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 558680 [python-sip4] Python app "gns3" crashes after upgr. to
Bug #558680 [python-sip4] [python-sip4] Python app "gns3" crashes after 
upgrading
Changed Bug title to '[python-sip4] Python app "gns3" crashes after upgr. to' 
from '[python-sip4] Python app "gns3" crashes after upgrading'
> 4.9-1
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558025: [kali] segfault at startup

2009-11-29 Thread Peter S Galbraith
[I have added Jens Thoms Toerring , the XForms
(upstream) maintainer to the CC list.]

Colin Watson  wrote:

> [CC: libfor...@packages.debian.org]
> 
> On Sat, Nov 28, 2009 at 11:53:21AM +0200, George Danchev wrote:
> > I can confirm that 3.1-10 crashes on startup on x86, but not on amd64.
> > I got the source in order to rebuilt with debugging symbols on x86, but 
> > then 
> > the app started just fine. My best bet is that something has changed within 
> > the 
> > underlying libraries, also looking at ltrace output:
> > 
> > fl_set_object_lcol(0x9e2a500, 0, 0xbfbad678, 0x804bf28, 1)  
> >  = 
> > 0x9e2a500
> > fl_initial_wingeometry(8, 8, 220, 670, 0x37f0c7f)   
> >  = 
> > 220
> > fl_show_form(0x9e29a68, 0, 1, 0x8051237, 0x37f0c7f 
> > --- SIGSEGV (Segmentation fault) ---
> > +++ killed by SIGSEGV +++
> > 
> > reveals that something has changed in the callback functions there.
> > I'm curious if rebuilding on x86 would make that crash go away.
> 
> Thanks, and indeed I see similar symptoms here. Rebuilding does make it
> go away, but I think this is really a bug in libforms1 that needs to be
> fixed there. It will probably involve a kali rebuild at some point, but
> I'd like to hear from the libforms1 maintainer first.
> 
> With kali built against libforms1 1.0-8 and a version of libforms1
> 1.0.92sp1-5 built with debugging symbols and -O0, gdb's new reverse
> debugging support (yay!) quickly narrowed down the point where libforms1
> jumps into space:
> 
>   (gdb) b fli_scale_form
>   Function "fli_scale_form" not defined.
>   Make breakpoint pending on future shared library load? (y or [n]) y
>   Breakpoint 1 (fli_scale_form) pending.
>   (gdb) r
>   Starting program: /home/cjwatson/src/debian/kali/trunk/kali/kali
>   
>   Breakpoint 1, fli_scale_form (form=0x807c838, xsc=1, 
> ysc=0.99178082191780825) at forms.c:515
>   515 double neww = form->w_hr * xsc,
>   (gdb) target record
>   (gdb) c
>   Continuing.
>   Process record: failed to record execution log.
>   
>   Program received signal SIGTRAP, Trace/breakpoint trap.
>   0x0001 in ?? ()
>   (gdb) reverse-stepi
>   0x00c86968 in handle_object (obj=0x807d090, event=22, mx=0, my=0, key=0, 
> xev=0x0, keep_ret=1) at objects.c:2426
>   2426obj->posthandle( obj, event, mx, my, key, xev );
> 
> So. On investigating the diff from libforms1 1.0-8 to 1.0.92sp1-5, I
> notice that a bunch of new members have been inserted into the FL_OBJECT
> structure, namely fl1, fr1, ft1, fb1, fl2, fr2, ft2, and fb2, all before
> posthandle. (There are also multiple changes after posthandle.) No
> wonder kali is breaking.
> 
> Peter, doesn't this require libforms1 to have a new SONAME, or else to
> clean up its interface to be ABI-compatible with previous versions (at
> least by only ever appending members to structs)? 
> 
> Thanks,
> 
> -- 
> Colin Watson   [cjwat...@debian.org]

I sounds like the current issue requires a new soname, but I'm guessing
that Jens didn't really mean to make it backwards incompatible with the
previous version.  So we have a window to find the issue without a new
soname. 

What do you think Jens?

(And many thanks Colin, for all the work!)

Peter



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



Bug#558488: collectd_4.8.1-2(ia64/unstable): FTBFS: -fstack-protector not supported

2009-11-29 Thread Sebastian Harl
Hi,

On Sun, Nov 29, 2009 at 03:59:37PM +0100, Julien Cristau wrote:
> On Sun, Nov 29, 2009 at 15:32:00 +0100, Sebastian Harl wrote:
> > collectd uses net-snmp-config(1)'s --cflags option to determine the
> > flags used to build the snmp plugin. net-snmp-config(1) is a shell
> > script included in the Arch: all package libsnmp-base. That script is
> > created at net-snmp build time and includes the CFLAGS that are used to
> > build net-snmp itself (and which are then returned by 'net-snmp-config
> > --cflags'). Now, net-snmp's CFLAGS include the output of 'perl
> > -MExtUtils::Embed -e ccopts' (which is required for the embedded perl
> > stuff), which, in turn, includes '-fstack-protector' on *some*
> > architectures (presumably, on those that support that flag).
> > 
> I'm pretty sure exporting random cflags used to build net-snmp to other
> packages is wrong.

Right. However, those CFLAGS are not entirely random. The perl CFLAGS
are required when using libnetsnmpagent according to #502806. I don't
think it's reasonable to "filter" (e.g. remove -fstack-protector) those
flags before adding them to the net-snmp CFLAGS. However, it would be
nice to let net-snmp-config return different flags for e.g. libnetsnmp
and libnetsnmpagent (see my follow-up to #502806).

Also, it could be argued that perl should not include flags like
-fstack-protector in the output of ccopts. I don't have a strong opinion
on that, though.

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#552680: marked as done (libtest-valgrind-perl: FTBFS: tests failed)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 20:33:48 +
with message-id <1259526828.16379.8.ca...@castor.retout.co.uk>
and subject line Re: libtest-valgrind-perl: FTBFS: tests failed
has caused the Debian Bug report #552680,
regarding libtest-valgrind-perl: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
552680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552680
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtest-valgrind-perl
Version: 1.10-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091028 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[2]: Entering directory 
> `/build/user-libtest-valgrind-perl_1.10-1-amd64-aRubhR/libtest-valgrind-perl-1.10'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> # Testing Test::Valgrind 1.10, Perl 5.010001, /usr/bin/perl
> t/00-load.t ... ok
> # Using valgrind 3.5.0 located at /usr/bin/valgrind
> # Generating suppressions...
> # Suppressions for this perl stored in 
> /build/user-libtest-valgrind-perl_1.10-1-amd64-aRubhR/libtest-valgrind-perl-1.10/debian/build/.perl/Test-Valgrind/suppressions/1.10/memcheck-3.5.0-528484a4936ab5afbf46ba5e3d08581d.supp
> 
> #   Failed test 'UninitCondition'
> #   at 
> /build/user-libtest-valgrind-perl_1.10-1-amd64-aRubhR/libtest-valgrind-perl-1.10/blib/lib/Test/Valgrind/Session.pm
>  line 437.
> #  got: 1
> # expected: 0
> # 
> #   Conditional jump or move depends on uninitialised value(s)
> # Perl_re_compile (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_pmruntime (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_yyparse (/usr/lib/libperl.so.5.10.1) [?:?]
> # ? (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_pp_require (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_runops_standard (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_call_sv (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_call_list (/usr/lib/libperl.so.5.10.1) [?:?]
> # ? (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_newATTRSUB (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_utilize (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_yyparse (/usr/lib/libperl.so.5.10.1) [?:?]
> # Uninitialised value was created by a heap allocation
> #   malloc (/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) 
> [vg_replace_malloc.c:195]
> #   Perl_safesysmalloc (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_re_compile (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_pmruntime (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_yyparse (/usr/lib/libperl.so.5.10.1) [?:?]
> #   ? (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_pp_require (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_runops_standard (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_call_sv (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_call_list (/usr/lib/libperl.so.5.10.1) [?:?]
> #   ? (/usr/lib/libperl.so.5.10.1) [?:?]
> #   Perl_newATTRSUB (/usr/lib/libperl.so.5.10.1) [?:?]
> 
> #   Failed test 'UninitValue'
> #   at 
> /build/user-libtest-valgrind-perl_1.10-1-amd64-aRubhR/libtest-valgrind-perl-1.10/blib/lib/Test/Valgrind/Session.pm
>  line 437.
> #  got: 4
> # expected: 0
> # 
> #   Use of uninitialised value of size 8
> # ? (/lib/ld-2.10.1.so) [?:?]
> # ? (/lib/libdl-2.10.1.so) [?:?]
> # dlsym (/lib/libdl-2.10.1.so) [?:?]
> # XS_DynaLoader_dl_find_symbol (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_pp_entersub (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_runops_standard (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_call_sv (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_call_list (/usr/lib/libperl.so.5.10.1) [?:?]
> # ? (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_newATTRSUB (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_utilize (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_yyparse (/usr/lib/libperl.so.5.10.1) [?:?]
> # Uninitialised value was created by a stack allocation
> #   ? (/lib/ld-2.10.1.so) [?:?]
> # 
> #   Use of uninitialised value of size 8
> # ? (/lib/ld-2.10.1.so) [?:?]
> # ? (/lib/libdl-2.10.1.so) [?:?]
> # dlsym (/lib/libdl-2.10.1.so) [?:?]
> # XS_DynaLoader_dl_find_symbol (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_pp_entersub (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_runops_standard (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_call_sv (/usr/lib/libperl.so.5.10.1) [?:?]
> # Perl_call_list (/usr/lib/libperl

Bug#524806: closed by Moritz Muehlenhoff (Re: poppler: multiple vulnerabilities)

2009-11-29 Thread Michael Gilbert
> This is an automatic notification regarding your Bug report
> which was filed against the poppler package:
>
> #524806: poppler: multiple vulnerabilities
>
> It has been closed by Moritz Muehlenhoff .
> On Sun, Apr 19, 2009 at 10:04:52PM -0400, Michael S. Gilbert wrote:
>> package: poppler
>> severity: grave
>> tags: security
>> 
>> hello,
>> 
>> ubuntu recently patched the following poppler issues [0]:
>> 
>> CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799,
>> CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181,
>> CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188
>
> All these issues are fixed in unstable and Lenny.
>
> There's only one poppler security still open, for which I'll open a
> separate bug.

note that CVE-2009-1187/1188 are not yet fixed in lenny (although they
are just insecure uses of gmalloc).  their urgency could of course be
downgraded (medium now, but i think they could probably be no-dsa).
note that my etch patch does include the fixes for these.  see
[0] for the patches.

mike

[0] http://bugs.gentoo.org/show_bug.cgi?id=263028



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



Processed (with 1 errors): your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 558680 [python-sip4] Python app "gns3" crashes after upgrading
Bug #558680 [python-sip4] [python-sip4] Python app "gns3" crashes after
Changed Bug title to '[python-sip4] Python app "gns3" crashes after upgrading' 
from '[python-sip4] Python app "gns3" crashes after'
> to 4.9-1
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: tidy

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # both of these were FTBFS issues due to bugs in other packages
> package monotone
Limiting to bugs with field 'package' containing at least one of 'monotone'
Limit currently set to 'package':'monotone'

> notfound 558017 0.45-2
Bug #558017 {Done: Thomas Keller } [monotone] 
[Monotone-debian] Bug#557983: FTBFS [hppa]
Bug No longer marked as found in versions monotone/0.45-2.
> notfound 557983 0.45-2
Bug #557983 {Done: Zack Weinberg } [monotone] FTBFS [hppa]
Bug No longer marked as found in versions monotone/0.45-2.
> --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: forcibly merging 558047 558163

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> forcemerge 558047 558163
Bug#558047: installation/upgrade fails due to compile error/SyntaxError in 
dstat_mysql5_conn.py
Bug#558163: dstat: syntax error on upgrade
Bug#558079: installation/upgrade fails due to compile error/SyntaxError in 
dstat_mysql5_conn.py
Bug#558084: installation/upgrade fails due to compile error/SyntaxError in 
dstat_mysql5_conn.py
Bug#558088: installation/upgrade fails due to compile error/SyntaxError in 
dstat_mysql5_conn.py
Forcibly Merged 558047 558079 558084 558088 558163.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#551970: marked as done (poppler: 0.12.1 Poppler bug fix and security release)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 21:11:05 +0100
with message-id <20091129201105.ga4...@galadriel.inutil.org>
and subject line Re: poppler: 0.12.1 Poppler bug fix and security release
has caused the Debian Bug report #551970,
regarding poppler: 0.12.1 Poppler bug fix and security release
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
551970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551970
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: poppler
Version: 0.12
Severity: serious
Justification: required


The 0.12 branch is the stable release series. The latest such release is 
poppler-0.12.1.tar.gz, released on Oct 18, 2009:
core:
 * Fix compilation on some compilers
 * Only initialize the font list once in Windows32/MSVC
 * Do not crash on fonts without CharCodeToUnicode. Bug #24036
 * Fix regression due to not setting LC_NUMERIC anymore
 * Improve realibility for Streams with broken Length. Bug #6841
 * Write the Info into the trailer dict if there is one. Bug #24091
 * Do not crash when saving files that come from a stream without name. 
Bug #24090
 * Improve relability of the save function
 * Fix the Length value if it was wrong when saving
 * Fix includes for those using internal headers
 * Rework how hinting is used in the splash backend. It is disabled by 
default now
 * fix constructor of DCTStream when using internal decoder
 * Security fixes based xpdf 3.02pl4

qt4:
 * Add the possibility of setting wheter to use or not font hinting
 * Add a way for converters to return more exact errors they had when 
converting
 * Check the document is not locked when converting to PS

build system:
 * Compile on Cygwin
 * Use _WIN32 instead of WIN32. Bug #24259
 * Add the possibility to pass LIB_SUFFIX when using CMake

Besides poppler you are also going to need poppler encoding data: 
poppler-data-0.3.0.tar.gz (released Sep 23, 2009).


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Version: 0.12.2-1

On Wed, Oct 21, 2009 at 11:37:27PM -0700, Marc J. Driftmeyer wrote:
> Package: poppler
> Version: 0.12
> Severity: serious
> Justification: required
> 
> 
> The 0.12 branch is the stable release series. The latest such release is 
> poppler-0.12.1.tar.gz, released on Oct 18, 2009:

Fixed in 0.12.2.

Cheers,
Moritz

--- End Message ---


Bug#557992: grub-pc: Booting is completely broken

2009-11-29 Thread Felix Zielcke
Am Sonntag, den 29.11.2009, 20:49 +0100 schrieb Paul Seelig:
> On 11/29/2009 09:08 AM, Felix Zielcke wrote:
> > In the 24-1 one there was a syntax error in it which completely
> broke
> > our parser. But unfortunately nobody thought that the grub.cfg could
> be
> > just wrong and not the C code in GRUB itself.
> > 
> After having successfully rebooted today with 24-2, i took a security
> copy of the properly working grub.cfg, and installed 25-1, making sure
> that grub.cfg is updated. After that i compared both with each other,
> and there was not a single difference.
> 
> > We have already a debconf prompt for this. But it seems that people
> > either don't see it or just don't care about it etc.
> > 
> Hmmm, so maybe here we have the issue? If running grub-install again
> is
> definitely required for a workable boot configuration, then this might
> be the point where it fails. I never saw any debconf prompt, and thus
> didn't recognize the need to run grub-install. I have had configured
> debconf to never ask me any questions with a priority less than
> medium.
> But even after setting it to the lowest possible option i was not
> shown
> any prompt asking to run grub-install.
> 
> What i did now was to manually run grub-install on the drive, in order
> to make sure that grub is definitely updated. And this finally
> resulted
> in a properly bootable system.
> 
> Thanks for your help!

If grub.cfg is identical and the postinst doestn't run grub-install,
then the only thing in /boot/grub which changes between 1115-1 (= 24-2)
and 25-1 is the font we use as source to generate GRUB's unifont.pf2 and
ascii.pf2

But if you only have ASCII chars in the menu entry names then it
shouldn't at all make a difference.

This shows if debconf thinks if you saw that prompt already or not
  echo FGET grub-pc/install_devices seen | debconf-communicate

`sudo dpkg-reconfigure grub-pc' hopefully shows it then.


But usually it's not needed. But in the past this revelead some already
fixed parser bugs or if new features get added they of course need an
update of GRUB itself to work.

> Cheers
> P. *8^)

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#558685: rails: multiple vulnerabilities

2009-11-29 Thread Michael Gilbert
package: rails
version: 2.2.3-1
severity: serious
tags: security

hi,

two security vulnerabilities have been disclosed for rails:

  1. xss (http://www.openwall.com/lists/oss-security/2009/11/27/2)
 - note claimed fixed in version 2.3.5; please check.

  2. cross-site request forgery 
(http://www.openwall.com/lists/oss-security/2009/11/28/1)
 - note claimed fixed in version 2.2.2, which is already in sid, but
   please check to confirm this is true.

etch/lenny are likely affected, but i haven't personally checked.  please 
determine whether this is true.  if they are affected, these issues seem
severe enough to issue a DSA, so please work with the securitiy team on
that.

thanks,
mike



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



Processed: tagging 367831

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # No upload in the 21 months since tagged, so not really pending
> tags 367831 - pending
Bug #367831 [freebirth] FTBFS with GCC 4.2: fusebirth segfaults
Removed tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed (with 1 errors): your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 558680 [python-sip4] Python app "gns3" crashes after
Bug #558680 [python-sip4] gns3 crashes on start
Changed Bug title to '[python-sip4] Python app "gns3" crashes after' from 'gns3 
crashes on start'
> installation of 4.9-1
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558010: Degrade severity

2009-11-29 Thread Eftaxiopoulos Dimitrios
severity 558010 important stop



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



Bug#524806: marked as done (poppler: multiple vulnerabilities)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 21:07:46 +0100
with message-id <20091129200746.ga3...@galadriel.inutil.org>
and subject line Re: poppler: multiple vulnerabilities
has caused the Debian Bug report #524806,
regarding poppler: multiple vulnerabilities
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: poppler
severity: grave
tags: security

hello,

ubuntu recently patched the following poppler issues [0]:

CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799,
CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181,
CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188

these are still reserved in the CVE list, but are disclosed at NVD [1].

[0] http://www.ubuntu.com/usn/usn-759-1
[1] 
http://web.nvd.nist.gov/view/vuln/detail;jsessionid=13611cd10c249e6f7ffe499725ce?execution=e1s1


--- End Message ---
--- Begin Message ---
Version: 0.12.2-1

On Sun, Apr 19, 2009 at 10:04:52PM -0400, Michael S. Gilbert wrote:
> package: poppler
> severity: grave
> tags: security
> 
> hello,
> 
> ubuntu recently patched the following poppler issues [0]:
> 
> CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799,
> CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181,
> CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188

All these issues are fixed in unstable and Lenny.

There's only one poppler security still open, for which I'll open a separate
bug.

Cheers,
Moritz

--- End Message ---


Bug#499078: Looking into #499078 some more

2009-11-29 Thread Steve McIntyre
Finally found the time to sit down with a sparc box and work through
this. NMU diff attached.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
  Mature Sporty Personal
  More Innovation More Adult
  A Man in Dandism
  Powered Midship Specialty
diff -u jfsutils-1.1.12/debian/changelog jfsutils-1.1.12/debian/changelog
--- jfsutils-1.1.12/debian/changelog
+++ jfsutils-1.1.12/debian/changelog
@@ -1,3 +1,10 @@
+jfsutils (1.1.12-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix alignment problem causing SIGBUS on sparc. Closes: #499078
+
+ -- Steve McIntyre <93...@debian.org>  Sun, 29 Nov 2009 19:16:16 +
+
 jfsutils (1.1.12-2) unstable; urgency=low
 
   * use different linking parameter on alpha to avoid FTBFS (Closes: #490881)
only in patch2:
unchanged:
--- jfsutils-1.1.12.orig/libfs/log_work.c
+++ jfsutils-1.1.12/libfs/log_work.c
@@ -2416,6 +2416,7 @@
 	int32_t xlen, xlength;
 	int16_t nword;
 	int8_t upd_possible = 0;
+	struct dinode dip_local; /* Local copy of dinode data for alignment purposes */
 
 	if (ld->length <= 0)
 		return (0);
@@ -2713,7 +2714,8 @@
 			 */
 
 			if (ino_rem == 0) {	/* inode base segment  */
-dip = (struct dinode *) data;
+			  	memcpy(&dip_local, data, size_dinode);
+dip = &dip_local;
 if (ln == 1) {
 	/* ibase only */
 	if (db->db_ibase & mask_8)


Processed (with 2 errors): your mail

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 558130 -1
Bug#558130: gns3 crashes on start
Bug 558130 cloned as bug 558680.

> reassign -1 python-sip4
Bug #558680 [gns3] gns3 crashes on start
Bug reassigned from package 'gns3' to 'python-sip4'.
Bug No longer marked as found in versions gns3/0.6.1-1.
> retitle [python-sip4] Python app "gns3" crashes after installation of
Unknown command or malformed arguments to command.

> 4.9-1
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558130: gns3 crashes on start

2009-11-29 Thread Erik Wenzel

---snip---
(gdb) run  /usr/bin/gns3
Starting program: /usr/bin/python /usr/bin/gns3
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x080882e5 in PyDict_GetItem ()
---snip---

This is the same as in Launchpad PR:451915[0]. It was fixed in sip4- 
qt3 (4.9.1-snapshot-20091015-0ubuntu1). As of today latest upstream  
version is 4.9.3. The upload of python-sip4_4.9-1 makes gns3 unusable.


[0] https://bugs.launchpad.net/ubuntu/+source/sip4-qt3/+bug/451915
--
Erik Wenzel
e...@code.de




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



Bug#557992: grub-pc: Booting is completely broken

2009-11-29 Thread Paul Seelig
On 11/29/2009 09:08 AM, Felix Zielcke wrote:
> In the 24-1 one there was a syntax error in it which completely broke
> our parser. But unfortunately nobody thought that the grub.cfg could be
> just wrong and not the C code in GRUB itself.
> 
After having successfully rebooted today with 24-2, i took a security
copy of the properly working grub.cfg, and installed 25-1, making sure
that grub.cfg is updated. After that i compared both with each other,
and there was not a single difference.

> We have already a debconf prompt for this. But it seems that people
> either don't see it or just don't care about it etc.
> 
Hmmm, so maybe here we have the issue? If running grub-install again is
definitely required for a workable boot configuration, then this might
be the point where it fails. I never saw any debconf prompt, and thus
didn't recognize the need to run grub-install. I have had configured
debconf to never ask me any questions with a priority less than medium.
But even after setting it to the lowest possible option i was not shown
any prompt asking to run grub-install.

What i did now was to manually run grub-install on the drive, in order
to make sure that grub is definitely updated. And this finally resulted
in a properly bootable system.

Thanks for your help!

Cheers
P. *8^)



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



Bug#510205: [Secure-testing-team] audiofile

2009-11-29 Thread Michael Gilbert
On Sun, 29 Nov 2009 12:06:17 +0100 (CET) Stefan Fritsch wrote:

> Hi Michael,
> 
> On Fri, 27 Nov 2009, Michael Gilbert wrote:
> > since there has been no debian activity on this bug for almost a year,
> > and upstream appears to be dead, i have forwarded the problem to gnome
> > since it is probably the most important downstream of libaudiofile.
> > they should have enough developer resources/brainpower to solve the
> > problem.
> >
> > if nothing happens, perhaps this package should become a candidate for
> > removal?
> 
> I have fixed #510205 during our BSP, but it is definitely a good idea to 
> try to find some new upstream maintainers for it.

thanks Steffan!  i will update the gnome bug report and ask if they
would be willing to take over maintainership.

cheers,
mike



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



Bug#523323: missing source code

2009-11-29 Thread Simon McVittie
On Sun, 29 Nov 2009 at 17:43:42 +, Simon McVittie wrote:
> One caveat is that when I tried rsync'ing the "mod SDK" into the openarena
> source package (which is upstream's "engine" tarball), I got differences in
> some files that are common to the engine and the QVMs (the "mod SDK" and the
> engine were both, independently, forked from ioQuake3). This is also something
> that'll need further analysis.

Where I say "only needed in the engine" below, it was verified by inserting a
#error at the top of the version included in the "mod SDK" :-)

Summary of differences between engine /code and "mod SDK" /code:

* code/botlib/*.c are only needed in the engine; some of *.h are needed, but
  they're not modified

* code/qcommon/*.[ch] aren't needed for the "mod SDK", apart from:
  - q_platform.h (not patched)
  - q_shared.h (will need reconciling)
+ mod SDK forces a standalone build; looks harmless to apply to engine
+ Q_isanumber and Q_isintegral added in the engine; looks harmless
  - q_shared.c (will need reconciling)
+ Q_isanumber and Q_isintegral added in the engine; looks harmless
  - q_math.c (not patched)

* code/client/*.[ch] is only needed in the engine, so it can be ignored,
  except:
  - keycodes.h (not patched)

* code/renderer/*.[ch] is only needed in the engine, except:
  - tr_types.h (not patched)

* code/ui/ui_shared.h needs patching
  + it just bumps NUM_CROSSHAIRS to 99, which looks harmless

So, pasting the mod SDK into the engine and building it natively seems
feasible.

S


signature.asc
Description: Digital signature


Bug#550484: marked as done (build failure with newer eglibc)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 19:32:07 +
with message-id 
and subject line Bug#550484: fixed in awesfx 0.5.1a-1.1
has caused the Debian Bug report #550484,
regarding build failure with newer eglibc
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
550484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550484
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: awesfx
Version: 0.5.1a-1
Severity: normal
Tags: patch

Hi,

during Ubuntu's rebuild test, awesfx failed to build[1]. The reason is that 
getline is a definition in the newer eglibc (as per POSIX 2008 afair).

Attached is a patch to rename the local getline function to getline_local.

Would be excellent, if you could include this patch in the package.

Thanks,
   Stefan.

[1]:


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-12-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages awesfx depends on:
ii  libasound2  1.0.20-3ubuntu5  shared library for ALSA applicatio
ii  libc6   2.10.1-0ubuntu15 GNU C Library: Shared libraries

awesfx recommends no packages.

Versions of packages awesfx suggests:
pn  aumix  (no description available)

-- no debconf information
--- awesfx-0.5.1a.orig/setfx.c
+++ awesfx-0.5.1a/setfx.c
@@ -37,7 +37,7 @@
 /**/
 
 static void usage(void);
-static int getline(FILE *fp);
+static int getline_local(FILE *fp);
 static int nextline(FILE *fp);
 static char *gettok(FILE *fp);
 static char *divtok(char *src, char *divs, int only_one);
@@ -126,7 +126,7 @@
 	}
 
 	curline = 0;
-	if (!getline(fp))
+	if (!getline_local(fp))
 		return 0;
 
 	seq_init(seq_devname, seq_devidx);
@@ -370,7 +370,7 @@
  * read a line and parse tokens
  **/
 
-static int getline(FILE *fp)
+static int getline_local(FILE *fp)
 {
 	char *p;
 	curline++;
@@ -393,12 +393,12 @@
 {
 	if (connected) {
 		do {
-			if (! getline(fp))
+			if (! getline_local(fp))
 return FALSE;
 		} while (connected);
 		return TRUE;
 	} else {
-		return getline(fp);
+		return getline_local(fp);
 	}
 }
 
@@ -415,7 +415,7 @@
 	tok = divtok(NULL, " \t\r\n", FALSE);
 	while (tok == NULL || *tok == 0) {
 		if (! connected) return NULL;
-		if (! getline(fp)) return NULL;
+		if (! getline_local(fp)) return NULL;
 		tok = divtok(line, " \t\r\n", FALSE);
 	}
 	return tok;
--- End Message ---
--- Begin Message ---
Source: awesfx
Source-Version: 0.5.1a-1.1

We believe that the bug you reported is fixed in the latest version of
awesfx, which is due to be installed in the Debian FTP archive:

awesfx_0.5.1a-1.1.diff.gz
  to main/a/awesfx/awesfx_0.5.1a-1.1.diff.gz
awesfx_0.5.1a-1.1.dsc
  to main/a/awesfx/awesfx_0.5.1a-1.1.dsc
awesfx_0.5.1a-1.1_i386.deb
  to main/a/awesfx/awesfx_0.5.1a-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 550...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated awesfx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Nov 2009 18:53:11 +
Source: awesfx
Binary: awesfx
Architecture: source i386
Version: 0.5.1a-1.1
Distribution: unstable
Urgency: low
Maintainer: Ove Kaaven 
Changed-By: Ben Hutchings 
Description: 
 awesfx - utility programs for AWE32/64 and Emu10k1 driver
Closes: 273124 464449 464450 550484
Changes: 
 awesfx (0.5.1a-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * In setfx.c, rename getline() to getline_local(), to avoid conflicting
 with the standard C library function, thanks to Stefan Potyra
 . Closes: #550484.
   * Fix typos in manual pages, thanks to  A. Costa .
 Closes: #464449, #464450.
   * Correct spelling and grammar in description. Closes: #273124.
   * Remove 

Processed: tagging 510500

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # doesn't affect/apply to etch or lenny
> tags 510500 squeeze sid
Bug #510500 {Done: Cyril Brulebois } [liballegro4.2] 
liballegro4.2: FTBFS with binutils 1.9
Added tag(s) sid and squeeze.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#553962: marked as done (FTBFS with binutils-gold)

2009-11-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Nov 2009 19:32:07 +
with message-id 
and subject line Bug#550484: fixed in awesfx 0.5.1a-1.1
has caused the Debian Bug report #550484,
regarding FTBFS with binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
550484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550484
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: awesfx
Version: 0.5.1a-1
Severity: normal

Tried to build your package and it fails to build with GNU binutils-gold. It
doesn't allow to define a symbol multiple times and interprets it as collision.

x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./include -Iinclude-Wall -O2 -MT 
setfx.o -MD -MP -MF .deps/setfx.Tpo -c -o 
setfx.o setfx.c
setfx.c:40: error: conflicting types for 'getline'
/usr/include/stdio.h:651: error: previous declaration of 'getline' was here
make[2]: *** [setfx.o] Error 1



--- End Message ---
--- Begin Message ---
Source: awesfx
Source-Version: 0.5.1a-1.1

We believe that the bug you reported is fixed in the latest version of
awesfx, which is due to be installed in the Debian FTP archive:

awesfx_0.5.1a-1.1.diff.gz
  to main/a/awesfx/awesfx_0.5.1a-1.1.diff.gz
awesfx_0.5.1a-1.1.dsc
  to main/a/awesfx/awesfx_0.5.1a-1.1.dsc
awesfx_0.5.1a-1.1_i386.deb
  to main/a/awesfx/awesfx_0.5.1a-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 550...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings  (supplier of updated awesfx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Nov 2009 18:53:11 +
Source: awesfx
Binary: awesfx
Architecture: source i386
Version: 0.5.1a-1.1
Distribution: unstable
Urgency: low
Maintainer: Ove Kaaven 
Changed-By: Ben Hutchings 
Description: 
 awesfx - utility programs for AWE32/64 and Emu10k1 driver
Closes: 273124 464449 464450 550484
Changes: 
 awesfx (0.5.1a-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * In setfx.c, rename getline() to getline_local(), to avoid conflicting
 with the standard C library function, thanks to Stefan Potyra
 . Closes: #550484.
   * Fix typos in manual pages, thanks to  A. Costa .
 Closes: #464449, #464450.
   * Correct spelling and grammar in description. Closes: #273124.
   * Remove obsolete references to awe-drv and awe-utils.
   * Add proper copyright notice to debian/copyright.
   * Specify version of GPL in debian/copyright.
   * Update Standards-Version to 3.8.3; no changes required.
Checksums-Sha1: 
 924e295c78cbf3e9d8825e8900b441445d2d9446 1616 awesfx_0.5.1a-1.1.dsc
 05875a785e377e3f9c33d125b93d812b1dba5269 40515 awesfx_0.5.1a-1.1.diff.gz
 c49bc1e8a5a651163c10fefe4e04a43d8fe76abb 142480 awesfx_0.5.1a-1.1_i386.deb
Checksums-Sha256: 
 2041c6e4c36ba2488ad8d1faf86c8ab1513ccd40b8b33bbf0aa563ae7e2ec9a5 1616 
awesfx_0.5.1a-1.1.dsc
 611cc35fa9da656362fceee60640a5dd538eb0899952d3245b9def073ac0fdc1 40515 
awesfx_0.5.1a-1.1.diff.gz
 b5768788c41291a7a0b7a991860c33b35648f4ce0c3f2b3dc958a03d1230a097 142480 
awesfx_0.5.1a-1.1_i386.deb
Files: 
 e8e2a1519be7615f8f55ec2c11e9dfd1 1616 sound extra awesfx_0.5.1a-1.1.dsc
 0fe76170486536b8a03746aae78ed6f8 40515 sound extra awesfx_0.5.1a-1.1.diff.gz
 c31b65d2c47129e5f87679133016e7da 142480 sound extra awesfx_0.5.1a-1.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIVAwUBSxLGYee/yOyVhhEJAQoPRxAAv2sQyVnNr+oR6Pm6DZd1jZpMdDAsMFqQ
eDtOLg+rMKiQghPqDAiVhZUv5EsLe9lVnojFydnDX/Fd7Tn3/g/2f0TyXlKNG2vp
BCTJWwPgWyhnhn63z8M5BsAS5XT0pgpMw1gTM+JSzrGDNpF6XexxY8cG++QzH02B
nulrTIY1B35vBgKkD3JgYEHNDSH2qZvvQbWygvDN95ACoYK1DkawlVMblp/XHSWP
7n2YBcwHUyPkp8kxoK3ms+GJiPcNYZ+S7BcRomPqr2+ISlHuCcblzPBtbYNmUpET
STr5XlNpyP6yPFqr81l28M/IOaFV0l09xZHsWYU9Ct5zpVeu3WBHw+la3FcPajn6
/sXMgTWdw97eQN9sxdCNXcC5XiSQoy0xKekS9EmLPxUEQGkNjmqhHVu6U6IiBKY8
DHEH22PP8NteKnhV65nPRKAael0dlyk2XZPik/VP2IWyHsK6mReX7vvK2H34RENF
nmIcVp1s3yQXs4hVbDQ4nm7HkwiCott9JWH3oOwHAyP8sV3SFAIsq3L6laOSrLM2
X6wuXyZnrc17y8bjRR/RtLDjRJCRVmNCv/O+1TV+zLivRbqwOuWFlbXFwv+4gRSQ
guIXY6DYgcJWckzAJ8m0qM8+51ujs6BKNaHnQhS73FkvrR2YfNcpgmwkqmQTktIG
qd4aaYQCnUg=
=pSDB
-END PGP SIGNATURE-


--- End Message ---


Processed: correlation with plugin size?

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 538762 important
Bug #538762 [nsis] results from plugin are corrupted
Severity set to 'important' from 'grave'

> found 538762 2.37-3
Bug #538762 [nsis] results from plugin are corrupted
Bug Marked as found in versions nsis/2.37-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#538762: correlation with plugin size?

2009-11-29 Thread Robert Millan
severity 538762 important
found 538762 2.37-3
thanks

Plugin size might be related to this, see:

  http://svn.debian.org/viewsvn/d-i?view=rev&revision=61595

I'm working around this problem in win32-loader now.  Since it's bearable, I
guess severity can be lowered.

Also, I reproduced it with nsis 2.37-3 (lenny).

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



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



Processed: tagging 518415

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # doesn't affect/apply to etch or lenny
> tags 518415 squeeze sid
Bug #518415 {Done: Eric Dorland } [lat] lat: Please transition 
for Mono 2.0
Added tag(s) sid and squeeze.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#558669: overkill: should this package be removed?

2009-11-29 Thread Joachim Breitner
Hi Jonathan,

as you can read in the attached mail, overkill is shortly before removal
from Debian. In September, you showed some interest in overkill, and I
suggested that you take over maintenance.[1] Do you still want to do
this, or should we rather remove overkill from Debian?

Greetings,
Joachim

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548563

Am Sonntag, den 29.11.2009, 18:25 + schrieb Simon McVittie:
> Package: overkill
> Version: 0.16-14
> Severity: serious
> Justification: RC security bug, unmaintained upstream, low popcon (20 votes)
> User: debian...@lists.debian.org
> Usertags: proposed-removal
> 
> overkill seems like a possible candidate for removal from Debian:
> 
> * security-buggy (#549310, overflows a heap-allocated buffer when constructing
>   outgoing network packets)
> * coding style suggests that many more overflow vulnerabilities are likely
> * declining popcon with only 20 votes
> * no upstream release since 2001 despite security vulnerabilities
> 
> If you want to keep this package around in Debian, please just close this bug,
> and do an upload to fix the issues in it. In this package's case, I think this
> is likely to require becoming the (de facto) upstream maintainer.
> 
> If you don't think it's worth keeping, please send the following commands
> to cont...@bugs.debian.org, replacing nn with this bug's number:
> 
> severity nn normal
> reassign nn ftp.debian.org
> retitle nn RM:  -- RoM; 
> thanks 
> 
> For more information, see
> http://wiki.debian.org/ftpmaster_Removals
> http://ftp-master.debian.org/removals.txt
> 
> Regards,
> smcv
> at the Cambridge BSP


-- 
Joachim "nomeata" Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#558667: libgcgi: FTBFS: /bin/bash: aclocal: command not found

2009-11-29 Thread Jeremy T. Bouse
Kurt Roeckx wrote:
> Source: libgcgi
> Version: 0.9.5.dfsg-3
> Severity: serious
> 
> Hi,
> 
> There was an error while trying to autobuild your package:
> 
>> Start Time: 20091128-0635
> 
> [...]
> 
>> Build-Depends: debhelper (>= 7), autotools-dev, libssl-dev, dpatch
> 
> [...]
> 
>> Toolchain package versions: libc6-dev_2.10.2-2 
>> linux-libc-dev_2.6.32~rc8-1~experimental.1 g++-4.3_4.3.4-6 gcc-4.3_4.3.4-6 
>> binutils_2.20-4 libstdc++6_4.4.2-3 libstdc++6-4.3-dev_4.3.4-6
>>
> 
> [...]
> 
>> config.status: creating examples/Makefile
>> config.status: creating doc/Makefile
>> config.status: creating config.h
>> config.status: executing depfiles commands
>> config.status: executing libtool commands
>> dh_testdir
>> # Add here commands to compile the package.
>> /usr/bin/make
>> make[1]: Entering directory 
>> `/build/buildd-libgcgi_0.9.5.dfsg-3-amd64-bQXojb/libgcgi-0.9.5.dfsg'
>> CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal -I config 
>> /bin/bash: aclocal: command not found
>> make[1]: *** [aclocal.m4] Error 127
>> make: *** [build-stamp] Error 2
>> make[1]: Leaving directory 
>> `/build/buildd-libgcgi_0.9.5.dfsg-3-amd64-bQXojb/libgcgi-0.9.5.dfsg'
>> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> A full build log can be found at:
> http://buildd.debian.org/build.php?arch=amd64&pkg=libgcgi&ver=0.9.5.dfsg-3
> 
> 
> Kurt
> 

I was already on this...



signature.asc
Description: OpenPGP digital signature


Bug#551420: tagging 551420, severity of 551420 is important

2009-11-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# works for me!
tags 551420 unreproducible
severity 551420 important




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



Processed: tagging 551420, severity of 551420 is important

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> # works for me!
> tags 551420 unreproducible
Bug #551420 [atanks] atanks: Cannot create user and play
Added tag(s) unreproducible.
> severity 551420 important
Bug #551420 [atanks] atanks: Cannot create user and play
Severity set to 'important' from 'grave'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#550484: NMU diff for awesfx 0.5.1a-1.1

2009-11-29 Thread Ben Hutchings
diff -u awesfx-0.5.1a/debian/changelog awesfx-0.5.1a/debian/changelog
--- awesfx-0.5.1a/debian/changelog
+++ awesfx-0.5.1a/debian/changelog
@@ -1,3 +1,16 @@
+awesfx (0.5.1a-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * In setfx.c, rename getline() to getline_local(), to avoid conflicting
+with the standard C library function, thanks to Stefan Potyra
+. Closes: #550484.
+  * Fix typos in manual pages, thanks to  A. Costa .
+Closes: #464449, #464450.
+  * Correct spelling and grammar in description. Closes: #273124.
+  * Remove obsolete references to awe-drv and awe-utils.
+
+ -- Ben Hutchings   Sun, 29 Nov 2009 18:53:11 +
+
 awesfx (0.5.1a-1) unstable; urgency=low
 
   * New upstream release
diff -u awesfx-0.5.1a/debian/gusload.1 awesfx-0.5.1a/debian/gusload.1
--- awesfx-0.5.1a/debian/gusload.1
+++ awesfx-0.5.1a/debian/gusload.1
@@ -16,7 +16,7 @@
 .PP
 .B gusload
 is a program that will read a GUS-format patch file, and then upload it to
-the Linux AWE32 driver, to be used by other AWE32 utilties, e.g. drvmidi(1).
+the Linux AWE32 driver, to be used by other AWE32 utilities, e.g. drvmidi(1).
 .SH OPTIONS
 The program follows the usual UNIX command line syntax, but doesn't
 support long options (options starting with two dashes `-').
@@ -54,3 +54,3 @@
 
-The AWE32 driver and utilties were written by Takashi Iwai
+The AWE32 driver and utilities were written by Takashi Iwai
 .
diff -u awesfx-0.5.1a/debian/sfxtest.1 awesfx-0.5.1a/debian/sfxtest.1
--- awesfx-0.5.1a/debian/sfxtest.1
+++ awesfx-0.5.1a/debian/sfxtest.1
@@ -113,3 +113,3 @@
 
-The AWE32 driver and utilties were written by Takashi Iwai
+The AWE32 driver and utilities were written by Takashi Iwai
 .
diff -u awesfx-0.5.1a/debian/sf2text.1 awesfx-0.5.1a/debian/sf2text.1
--- awesfx-0.5.1a/debian/sf2text.1
+++ awesfx-0.5.1a/debian/sf2text.1
@@ -75,3 +75,3 @@
 
-The AWE32 driver and utilties were written by Takashi Iwai
+The AWE32 driver and utilities were written by Takashi Iwai
 .
diff -u awesfx-0.5.1a/debian/control awesfx-0.5.1a/debian/control
--- awesfx-0.5.1a/debian/control
+++ awesfx-0.5.1a/debian/control
@@ -8,8 +8,6 @@
 Package: awesfx
 Architecture: any
 Depends: ${shlibs:Depends}
-Replaces: awe-utils, awe-drv
-Conflicts: awe-utils, awe-drv
 Suggests: aumix
 Description: utility programs for AWE32/64 and Emu10k1 driver
  This package contains the following programs:
@@ -21,10 +19,6 @@
-  - text2sf  Revert from text to SoundFont file
+  - text2sf  Convert from text to SoundFont file
   - gusload  GUS PAT file loader
   - sfxtest  Example program to control AWE driver
  .
- The package includes the correction of SoundFont managing routines,
- called AWElib.  As default, the AWElib is installed as a static
- library.
- .
- This package replace the old awe-drv and awe-utils package because
- the driver is included in the kernel since a long time.
+ The package includes a collection of SoundFont managing routines
+ called AWElib.  By default, AWElib is installed as a static library.
only in patch2:
unchanged:
--- awesfx-0.5.1a.orig/setfx.c
+++ awesfx-0.5.1a/setfx.c
@@ -37,7 +37,7 @@
 /**/
 
 static void usage(void);
-static int getline(FILE *fp);
+static int getline_local(FILE *fp);
 static int nextline(FILE *fp);
 static char *gettok(FILE *fp);
 static char *divtok(char *src, char *divs, int only_one);
@@ -126,7 +126,7 @@
}
 
curline = 0;
-   if (!getline(fp))
+   if (!getline_local(fp))
return 0;
 
seq_init(seq_devname, seq_devidx);
@@ -370,7 +370,7 @@
  * read a line and parse tokens
  **/
 
-static int getline(FILE *fp)
+static int getline_local(FILE *fp)
 {
char *p;
curline++;
@@ -393,12 +393,12 @@
 {
if (connected) {
do {
-   if (! getline(fp))
+   if (! getline_local(fp))
return FALSE;
} while (connected);
return TRUE;
} else {
-   return getline(fp);
+   return getline_local(fp);
}
 }
 
@@ -415,7 +415,7 @@
tok = divtok(NULL, " \t\r\n", FALSE);
while (tok == NULL || *tok == 0) {
if (! connected) return NULL;
-   if (! getline(fp)) return NULL;
+   if (! getline_local(fp)) return NULL;
tok = divtok(line, " \t\r\n", FALSE);
}
return tok;
only in patch2:
unchanged:
--- awesfx-0.5.1a.orig/sfxload.1
+++ awesfx-0.5.1a/sfxload.1
@@ -20,7 +20,7 @@
 This program is necessary for playing MIDI samples via sequencer
 programs supporting AWE driver.  There is no big difference between
 \fBsfxload\fP and \fBasfxload\fP except for that \fBasfxload\fP is for
-ALSA and \fBsfxload\fP is for OSS, respecitvely. The options to specify
+ALSA and \fBsfxload\fP is for OSS, respectiv

Bug#557982: FTBFS on hppa

2009-11-29 Thread Daniel Burrows
On Sun, Nov 29, 2009 at 10:45:26AM -0800, Daniel Burrows  
was heard to say:
> On Sun, Nov 29, 2009 at 04:28:10PM +0100, Julien Cristau 
>  was heard to say:
> > On Sun, Nov 29, 2009 at 16:21:08 +0100, Julien Cristau wrote:
> > See e.g. bug#554218, which also corresponds to EAGAIN returned by
> > pthread_create.
> 
>   So apparently hppa has trouble running thread stress tests, even for
> as few as 1,000 threads?  And the only thing the Perl team could do was

  For 1,000, substitute "50" -- I swapped the constants when I was
reading them.  There are 50 threads that each count to 1,000.  That's
a little worrying; it's low enough that real code could conceivably
bump its head on the limit (especially if the real limit is more like
30 or 40).  I'll implement the workaround anyway, though.

  Daniel



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



Processed: reassign 553962 to awesfx, forcibly merging 550484 553962

2009-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> reassign 553962 awesfx
Bug #553962 [src:awesfx] FTBFS with binutils-gold
Bug reassigned from package 'src:awesfx' to 'awesfx'.
Bug No longer marked as found in versions awesfx/0.5.1a-1.
> forcemerge 550484 553962
Bug#550484: build failure with newer eglibc
Bug#553962: FTBFS with binutils-gold
Forcibly Merged 550484 553962.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#557982: FTBFS on hppa

2009-11-29 Thread Daniel Burrows
On Sun, Nov 29, 2009 at 04:28:10PM +0100, Julien Cristau  
was heard to say:
> On Sun, Nov 29, 2009 at 16:21:08 +0100, Julien Cristau wrote:
> See e.g. bug#554218, which also corresponds to EAGAIN returned by
> pthread_create.

  So apparently hppa has trouble running thread stress tests, even for
as few as 1,000 threads?  And the only thing the Perl team could do was
work around it by ignoring the failing pthread_create()?

  I'll need to actually pass the errno value out of the thread create
routine, but I can have that test stop trying to create threads if it
gets EAGAIN.

  Daniel



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



Bug#558670: jppy: FTBFS: scons: *** Path for option pisock_library does not exist: /usr/lib64

2009-11-29 Thread Kurt Roeckx
Source: jppy
Version: 0.0.54-1
Severity: serious

Hi,

There was an error while trying to autobuild your package:

> Start Time: 20091129-1803

[...]

> Build-Depends: debhelper (>= 7), scons, swig, libgtk2.0-dev, python-gtk2-dev, 
> bison, libpisock-dev (>= 0.12.4-3), python-egenix-mx-base-dev, 
> python-egenix-mxdatetime, python-dev, python-glade2, python-gtkspell, 
> python-gnome2, python-all-dev, python-support (>= 0.5.3), python-dateutil, 
> python-tz, python-pisock (>= 0.12.2-11), python-vobject, python-reportlab, 
> python-mysqldb, python-pyparsing, python-imaging

[...]

> Toolchain package versions: libc6.1-dev_2.10.2-2 
> linux-libc-dev_2.6.32~rc8-1~experimental.1 g++-4.3_4.3.4-6 gcc-4.3_4.3.4-6 
> binutils_2.20-4 libstdc++6_4.4.2-3 libstdc++6-4.3-dev_4.3.4-6
> 

[...]

> scons prefix=/usr 
> jppyroot=/build/buildd-jppy_0.0.54-1-alpha-H3F8Gk/jppy-0.0.54/debian/tmp 
> jppyguiroot=/build/buildd-jppy_0.0.54-1-alpha-H3F8Gk/jppy-0.0.54/debian/tmp 
> jpilotroot=/build/buildd-jppy_0.0.54-1-alpha-H3F8Gk/jppy-0.0.54/debian/tmp \
> python_version=2.5 \
> python_includes=/usr/include/python2.5 \
> mx_datetime_includes=/usr/include/python2.5/mx \
> python_bin_module_prefix=/usr/lib/python2.5/site-packages/jppy \
> python_module_prefix=/usr/lib/python2.5/site-packages/jppy
> scons: Reading SConscript files ...
> Please remember that SCons does NOT automatically use your shell
> environment variables. This script uses PKG_CONFIG_PATH explicitly.
> 
> scons: *** Path for option pisock_library does not exist: /usr/lib64
> File "/build/buildd-jppy_0.0.54-1-alpha-H3F8Gk/jppy-0.0.54/SConstruct", line 
> 63, in 
> make: *** [build-python2.5-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=alpha&pkg=jppy&ver=0.0.54-1

Alpha never has and never will have a /usr/lib64/ dir.  On amd64
you should not use /usr/lib64 for anything.  Everything should
be in /usr/lib/


Kurt




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



Bug#558605: skyutils2: should this package be removed?

2009-11-29 Thread Simon McVittie
On Sun, 29 Nov 2009 at 15:23:14 +, Simon McVittie wrote:
> Package: skyutils2
[...]
> levee seems like a possible candidate for removal from Debian:

That was a cut-and-paste error from a similar mail I sent about levee, of
course; the rest of the mail remains valid.


signature.asc
Description: Digital signature


  1   2   3   >