Bug#519774: libc6: causes many programs not to be able to resolve dns addresses

2009-03-15 Thread Petr Vandrovec
Hello,
  it seems that DNS resolver is grossly confused, and sends
two DNS requests on same socket back to back (strace below is
from 'lynx http://www.jeep.com').  In first one DNS server
responded only to second packet sent by resolver, and resolve
failed (after that mdns was tried, and eventually lynx reported
error that www.jeep.com does not exist).  In second one DNS
server responded only to first packet (in my tests I've never
seen DNS server responding to both requests), and although DNS
resolver still uselessly waited for 5 seconds, slowing web browsing
to being almost unusable, after that 5 seconds DNS resolver
declared success, and moved on.

My /etc/resolv.conf is:

gwy:~# cat /etc/resolv.conf
domain hsd1.ca.comcast.net.
search hsd1.ca.comcast.net.
nameserver 68.87.76.178
nameserver 68.87.78.130
nameserver 68.87.69.146
gwy:~#

It seems to be caused by __libc_res_nquery always sending both
T_A and T_ request when T_UNSPEC query is being sent, and
getting confused when only T_ reply arrives.

2008-05-10  Ulrich Drepper  drep...@redhat.com
...
* resolv/res_query.c (__libc_res_nquery): Take two additional
  parameters for second answer buffer.  Handle
  type=T_UNSPEC to mean look up IPv4 and IPv6.
  Change all callers.

Sending only one reply seems to be property of Comcast's servers.
When I use DNS server 147.32.1.20 (which runs bind), I'm getting two
responses.  I'll try talking to Comcast support, but I doubt they'll
have any idea what I'm talking about.
Petr


16469 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
16469 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, 28) = 0
16469 fcntl64(3, F_GETFL)   = 0x2 (flags O_RDWR)
16469 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
16469 gettimeofday({1237095720, 803573}, NULL) = 0
16469 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
16469 send(3, \30\223\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\1\0\1,
30, MSG_NOSIGNAL) = 30
16469 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=3,
revents=POLLOUT}])
16469 send(3, \3503\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\34\0\1,
30, MSG_NOSIGNAL) = 30
16469 gettimeofday({1237095720, 803994}, NULL) = 0
16469 poll([{fd=3, events=POLLIN}], 1, 4999) = 1 ([{fd=3,
revents=POLLIN}])
16469 ioctl(3, FIONREAD, [159]) = 0
16469 recvfrom(3,
\3503\201\200\0\1\0\2\0\1\0\0\3www\4jeep\3com\0\0\34\0\1\300\f...,
2048, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, [16]) = 159
16469 gettimeofday({1237095720, 831053}, NULL) = 0
16469 poll([{fd=3, events=POLLIN}], 1, 4972) = 0 (Timeout)
16469 close(3)  = 0

17497 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
17497 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, 28) = 0
17497 fcntl64(3, F_GETFL)   = 0x2 (flags O_RDWR)
17497 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
17497 gettimeofday({1237096105, 330041}, NULL) = 0
17497 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
17497 send(3, 1\311\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\1\0\1, 30,
MSG_NOSIGNAL) = 30
17497 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=3,
revents=POLLOUT}])
17497 send(3, \367\241\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\34\0\1,
30, MSG_NOSIGNAL) = 30
17497 gettimeofday({1237096105, 330529}, NULL) = 0
17497 poll([{fd=3, events=POLLIN}], 1, 4999) = 1 ([{fd=3,
revents=POLLIN}])
17497 ioctl(3, FIONREAD, [117]) = 0
17497 recvfrom(3,
1\311\201\200\0\1\0\3\0\0\0\0\3www\4jeep\3com\0\0\1\0\1\300\f...,
2048, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, [16]) = 117
17497 gettimeofday({1237096105, 350551}, NULL) = 0
17497 poll([{fd=3, events=POLLIN}], 1, 4979) = 0 (Timeout)
17497 close(3)  = 0




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



Bug#515860: Little problem with removal of db4.4

2009-03-15 Thread Clint Adams
On Fri, Mar 13, 2009 at 01:24:14PM +0100, Patrick Winnertz wrote:
 There a slight problem with the removal of db4.4 as ldiskfsprogs really needs 
 4.4 and nothing higher atm. 
 After a speak with upstream it got clear that newer version won't compile 
 (and 
 if they would compile) there is no guarantee that you didn't break your 
 lustre 
 filesystem while using them.
 
 So there is currently no other choice for me as to keep 4.4 in build-depends. 
 There is a work in progress on upstream's site in order to port the lustre 
 patches for e2fsprogs to an newer version and to support then also a newer db 
 api. 
 Until that I would like to ask you to reschedule the db4.4 removal as these 
 tools are really necessary for the usage of a lustre cluster filesystem.

It's looking more and more unlikely that I'll have time to look at this this
weekend, but there's still a chance.



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



Bug#517460: installation-reports: Precision M60 - installer hangs on retrieving file 809 of 809

2009-03-15 Thread Chad
Package: installation-reports
Followup-For: Bug #517460


Installation hangs on Retrieving file 809 of 809.  Upon switching to 
vt4, it shows that the last file downloaded was file 799.  The mirror 
initially chosen was debian.osuosl.org.

Upon switching to vt2, I killed aptitude, which caused the installer (on 
vt1) to report that the last step failed, allowing me to go back and 
reconfigure apt.  This time around I chose mirror.anl.gov and presto, 
everything worked.  The installer only had to download the 10 or 11 
missing packages and everything worked.

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/debian-cd/5.0.0/i386/iso-cd/debian-500-i386-netinst.iso
 
Date: 2009-03-13 23:58

Machine: Dell Precision M60
Partitions: df -Tl will do; the raw partition table is preferred

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1  13  104391   83  Linux
/dev/hda2  14 138 1004062+  82  Linux swap / Solaris
/dev/hda3 139 232  755055   83  Linux
/dev/hda4 233   1216195819692+   5  Extended
/dev/hda5 233 482 2008093+  83  Linux
/dev/hda6 483 670 1510078+  83  Linux
/dev/hda7 6711418 6008278+  83  Linux
/dev/hda814191668 2008093+  83  Linux
/dev/hda916691856 1510078+  83  Linux
/dev/hda10   18571950  755023+  83  Linux
/dev/hda11   1951   1216182019826   83  Linux


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [E]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

After the workaround mentioned above, the installation went okay.


-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20090123
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux ichabod 2.6.26-1-486 #1 Sat Jan 10 17:46:23 UTC 2009 i686 
unknown
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to 
I/O Controller [8086:3340] (rev 03)
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to 
AGP Controller [8086:3341] (rev 03)
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 01)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM 
(ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI 
Bridge [8086:2448] (rev 81)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DBM (ICH4-M) LPC 
Interface Bridge [8086:24cc] (rev 01)
lspci -knn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801DBM (ICH4-M) 
IDE Controller [8086:24ca] (rev 01)
lspci -knn: Kernel driver in use: PIIX_IDE
lspci -knn: Kernel modules: piix
lspci -knn: 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 01)
lspci -knn: 00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller [8086:24c6] (rev 01)
lspci -knn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation Quadro 
FX Go700 [10de:031c] (rev a1)
lspci -knn: 02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme 
BCM5705M Gigabit Ethernet [14e4:165d] (rev 01)
lspci -knn: Kernel 

Bug#519570: [Pkg-samba-maint] Bug#519570: Kerberos working on samba 3.2.5 PDC, but failing when joining the domain

2009-03-15 Thread Christian Perrier
unmerge 519570
thanks

Quoting Eduardo Sachs (edu.sa...@terra.com.br):
 
  The bug #5810 is a little confusing, is the best guide by the Debian bug
  report #519570.
  
 
  By the way, isn't this bug the same than #515767 ?
 

 
 Christian,
 
I so sorry, but, the bug #515767 is not same of #519570.
 
When I said this, I was going to sleep and tired.
 
 Thanks, again, sorry for confusion...

OK...

-- 




signature.asc
Description: Digital signature


Bug#519786: libglade2-ruby1.8: [BUG] object allocation during garbage collection phase

2009-03-15 Thread Lucas Nussbaum
Package: libglade2-ruby1.8
Version: 0.18.1-1+b1
Severity: serious

Hi,

With the attached testcase, the infamous object allocation bug still
happens.

It doesn't seem related to #519755, as it happens even with
libcairo-ruby1.8 1.6.3-1.

To reproduce, start t.rb, press Generate, press OK, press OK.

- Lucas

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

Kernel: Linux 2.6.29-rc7-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

Versions of packages libglade2-ruby1.8 depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgtk2-ruby1.80.18.1-1+b1   GTK+ bindings for the Ruby languag
ii  libgtk2.0-02.14.7-4  The GTK+ graphical user interface 
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libruby1.8 1.8.7.72-3Libraries necessary to run Ruby 1.
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  ruby   4.2   An interpreter of object-oriented 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libglade2-ruby1.8 recommends no packages.

libglade2-ruby1.8 suggests no packages.

-- no debconf information


glade-testcase.tgz
Description: GNU Zip compressed data


Bug#519703: plugins not buildable with new method (-lpluginapi)

2009-03-15 Thread Paul Wise
On Sat, 2009-03-14 at 15:16 +0100, Robert Millan wrote:

 When attempting to build a plugin:
 
 i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror 
 -L/usr/i586-mingw32msvc/lib/nsis -lpluginapi sm_cleanboot.c -shared -o 
 sm_cleanboot.dll
 /usr/i586-mingw32msvc/lib/nsis/libpluginapi.a: could not read symbols: 
 Archive has no index; run ranlib to add one
 
 Note: you should run i586-mingw32msvc-ranlib, not ranlib as the error message 
 says

Hmmm, the build logs (i386 and my local amd64 one) show that
i586-mingw32msvc-ranlib is run during the nsis build process on
libpluginapi.a.

 After i586-mingw32msvc-ranlib is run, breakage still happens:
 
 i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror -L. -lpluginapi 
 sm_cleanboot.c -shared -o sm_cleanboot.dll
 /tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x18): undefined reference to 
 `_g_stringsize'
 /tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x20): undefined reference to 
 `_g_stacktop'
 /tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x28): undefined reference to 
 `_g_variables'
 /tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x69): undefined reference to 
 `_pushstr...@4'
 
 The first three symbols are declared as externs in pluginapi.h
 (should they be there?).  The last one appears to be provided by
 libpluginapi.a, no idea why it can't be resolved.

The first 3 are declared as global variables in pluginapi.c:

unsigned int g_stringsize;
stack_t **g_stacktop;
char *g_variables;

That is then compiled using this:

i586-mingw32msvc-gcc -o build/release/ExDLL/pluginapi.o -c -Wall -g -O2 -Os 
-Wall -fno-strict-aliasing -DNSISCALL= __attribute__((__stdcall__)) 
-ISource/exehead Contrib/ExDLL/pluginapi.c
i586-mingw32msvc-ar rc build/release/ExDLL/libpluginapi.a 
build/release/ExDLL/pluginapi.o
i586-mingw32msvc-ranlib build/release/ExDLL/libpluginapi.a

No idea about this error, I'll have to consult the mingw32 maintainer.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#519789: libghc6-regex-base-dev: Doesn't install on Debian unstable

2009-03-15 Thread Erik de Castro Lopo

Package: libghc6-regex-base-dev
Severity: grave
Justification: renders package unusable

The package doesn't install because it is compiled against ghc-6.8.2 and
debian unstable has ghc-6.10.1.

Trying to  install in a sid chroot results in:


   The following packages have unmet dependencies:
   libghc6-regex-base-dev:
   Depends: ghc6 ( 6.8.2+) but 6.10.1+dfsg1-13 is to be installed
   Depends: libghc6-mtl-dev ( 1.1.0.0+) but 1.1.0.2-6 is to be 
installed



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

Kernel: Linux 2.6.27-7-generic (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash


-- 
-
Erik de Castro Lopo
-
Question #2459: Ruling on shaking hands with the opposite sex
http://islamqa.com/index.php?ln=engds=qalv=browseQR=2459dgn=4



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



Bug#519688: wammu: Crashes on startup

2009-03-15 Thread Michal Čihař
Hi

Dne Sat, 14 Mar 2009 13:15:37 +0100
Wolf Wiegand w...@kondancemilch.de napsal(a):

  Traceback 
   File /usr/bin/wammu, line 171, in module
 Wammu.App.Run()
   File /var/lib/python-support/python2.5/Wammu/App.py, line 69, in Run
 app = WammuApp()
   File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, 
 line 7700, in __init__
 self._BootstrapApp()
   File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, 
 line 7352, in _BootstrapApp
 return _core_.PyApp__BootstrapApp(*args, **kwargs)
   File /var/lib/python-support/python2.5/Wammu/App.py, line 54, in OnInit
 frame.PostInit(self)
   File /var/lib/python-support/python2.5/Wammu/Main.py, line 569, in 
 PostInit
 self.InitDBUS()
   File /var/lib/python-support/python2.5/Wammu/Main.py, line 586, in 
 InitDBUS
 except dbus.DBusException:
  Exception 
 AttributeError: 'module' object has no attribute 'DBusException'
 ---

That looks strange, can you please try following command what it will
print:

python -c 'import dbus; import dbus.glib; print repr(dbus.DBusException)'


-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Processed: setting package to wammu, severity of 519688 is important

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

 package wammu
Ignoring bugs not assigned to: wammu

 severity 519688 important
Bug#519688: wammu: Crashes on startup
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



Processed: Re: Bug#519774: libc6: causes many programs not to be able to resolve dns addresses

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

 forcemerge 516218 519774
Bug#516218: getaddrinfo not working while gethostbyname works
Bug#519774: libc6: causes many programs not to be able to resolve dns addresses
Forcibly Merged 516218 519774.

 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#519774: libc6: causes many programs not to be able to resolve dns addresses

2009-03-15 Thread Aurelien Jarno
forcemerge 516218 519774
thanks

On Sun, Mar 15, 2009 at 07:20:42AM +0100, Petr Vandrovec wrote:
 Hello,
   it seems that DNS resolver is grossly confused, and sends
 two DNS requests on same socket back to back (strace below is
 from 'lynx http://www.jeep.com').  In first one DNS server
 responded only to second packet sent by resolver, and resolve
 failed (after that mdns was tried, and eventually lynx reported
 error that www.jeep.com does not exist).  In second one DNS
 server responded only to first packet (in my tests I've never
 seen DNS server responding to both requests), and although DNS
 resolver still uselessly waited for 5 seconds, slowing web browsing
 to being almost unusable, after that 5 seconds DNS resolver
 declared success, and moved on.
 
 My /etc/resolv.conf is:
 
 gwy:~# cat /etc/resolv.conf
 domain hsd1.ca.comcast.net.
 search hsd1.ca.comcast.net.
 nameserver 68.87.76.178
 nameserver 68.87.78.130
 nameserver 68.87.69.146
 gwy:~#
 
 It seems to be caused by __libc_res_nquery always sending both
 T_A and T_ request when T_UNSPEC query is being sent, and
 getting confused when only T_ reply arrives.
 

The problem is that the DNS server of your ISP does not conform to the
RFC and only answer to the  query with a void answer. It never
answer to the A query, so the glibc resolver can only conclude the whole
query has no answer.

This is a known problem, upstream has said he is working on a
workaround, but you should definitely talk to your ISP first, as the

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#515252: marked as done (xt: Depends on legacy GTK 1.2 libs)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 08:16:33 GMT
with message-id 200903150816.n2f8gxci005...@kmos.homeip.net
and subject line xt has been removed from Debian, closing #515252
has caused the Debian Bug report #515252,
regarding xt: Depends on legacy GTK 1.2 libs
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.)


-- 
515252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515252
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xt
Severity: serious

xt build-depends on legacy libs, which will be removed for Squeeze:
gtkglarea5-dev, libgtk1.2-dev, libgdk-pixbuf-dev

Please port xt to use the newer versions or request it's removal.

Cheers,
Moritz

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xt depends on:
ii  bind9-host [host]1:9.5.0.dfsg.P2-5.1 Version of 'host' bundled with BIN
pn  gtkglarea5   none  (no description available)
ii  libc62.7-18  GNU C Library: Shared libraries
pn  libgdk-pixbuf2   none  (no description available)
ii  libgl1-mesa-glx [lib 7.0.3-7 A free implementation of the OpenG
ii  libglib1.2ldbl   1.2.10-19   The GLib library of C routines
ii  libglu1-mesa [libglu 7.0.3-7 The OpenGL utility library (GLU)
pn  libgtk1.2none  (no description available)
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  traceroute   2.0.12-1Traces the route taken by packets 

xt recommends no packages.

xt suggests no packages.


---End Message---
---BeginMessage---
Version: 0.9.1-8.1+rm

The xt package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/519743 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

---End Message---


Bug#490020: Salut très cher

2009-03-15 Thread EDOUADA LAMARCHE
Salut très cher
C'est après des recherche que je suis arrivés a vous
extraire parmitant d'adresse.Je suis de
la nationalité CANADIENNE
et je vit actuellement au canada.
Je m'appelle EDOUADA LAMARCHE.
j'ai 27 ans.Je vous ai
écrit ce message dans le seul but
de correspondre avec vous
et d'y arrivé a une rencontre
sérieuse.
Je vous prit de me répondre
dans mon adresse Yahoo:
email : lamarcheedou...@yahoo.fr
   Amicalement.



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



Processed: reverted

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

 tags 519761 - pending
Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h
Tags were: pending patch
Tags removed: pending

 --
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#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h

2009-03-15 Thread Martin Michlmayr
* Aurelien Jarno aure...@debian.org [2009-03-15 00:09]:
 linux-libc-dev has changed the way asm/byteorder.h declares endianness
 related #define, and they conflict with endian.h at least on mips and
 mipsel. This is something fixed upstream, please find below the upstream
 patch and a less invasive patch.

I'm afraid both patches lead to:

  CC  arch/mips/kernel/asm-offsets.s
In file included from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
 from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
 from include/linux/bitops.h:17,
 from include/linux/kernel.h:15,
 from include/linux/sched.h:52,
 from arch/mips/kernel/asm-offsets.c:13:
include/linux/byteorder/big_endian.h: In function ‘__cpu_to_le64p’:
include/linux/byteorder/big_endian.h:46: error: implicit declaration of 
function ‘__swab64p’
In file included from include/linux/byteorder/big_endian.h:106,
 from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
 from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
 from include/linux/bitops.h:17,
 from include/linux/kernel.h:15,
 from include/linux/sched.h:52,
 from arch/mips/kernel/asm-offsets.c:13:
include/linux/byteorder/generic.h: In function ‘le64_add_cpu’:
include/linux/byteorder/generic.h:155: error: implicit declaration of function 
‘__fswab64’
make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Processed: tagging 519761

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

 # Automatically generated email from bts, devscripts version 2.9.26etch2
 tags 519761 + pending
Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h
Tags were: patch
Tags added: 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: tagging 519761

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

 # Automatically generated email from bts, devscripts version 2.9.26etch2
 tags 519761 + pending
Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h
Tags were: patch
Tags added: 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): reassigning bug to cl-cffi

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

 clone 518744 -1
Bug#518744: cl-plplot: FTBFS: unhandled condition in --disable-debugger mode, 
quitting
Bug 518744 cloned as bug 519796.

 reassign -1 cl-cffi
Bug#519796: cl-plplot: FTBFS: unhandled condition in --disable-debugger mode, 
quitting
Bug reassigned from package `cl-plplot' to `cl-cffi'.

 retitle -1 cl-cffi: package lock error when loading sb-alien
Bug#519796: cl-plplot: FTBFS: unhandled condition in --disable-debugger mode, 
quitting
Changed Bug title to `cl-cffi: package lock error when loading sb-alien' from 
`cl-plplot: FTBFS: unhandled condition in --disable-debugger mode, quitting'.

 block 518744 -1
Unknown command or malformed arguments to command.


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: 518744 blocked by 519796

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

 block 518744 by 519796
Bug#519796: cl-cffi: package lock error when loading sb-alien
Bug#518744: cl-plplot: FTBFS: unhandled condition in --disable-debugger mode, 
quitting
Was not blocked by any bugs.
Blocking bugs of 518744 added: 519796


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#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h

2009-03-15 Thread Martin Michlmayr
* Aurelien Jarno aure...@debian.org [2009-03-15 10:58]:
 I am afraid we will have to wait for 2.6.29. Given the numerous upstream
 changes affecting byteorder, we may break something trying to backport
 those changes.

Works for me.  We intend to upload 2.6.29 immediately when it's
uploaded anyway.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#519545: Saw updated Samba packages today and still doesn't fix the problem...

2009-03-15 Thread Aurelien Jarno
On Sat, Mar 14, 2009 at 06:46:50PM -0700, Phillip Pi wrote:
 # apt-get upgrade
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following packages have been kept back:
   libpam-modules
 The following packages will be upgraded:
   cpio curl debconf debconf-i18n geoip-database  
 gstreamer0.10-plugins-ugly htop libcurl3
   libcurl3-gnutls libgeoip1 libgtop2-7 libgtop2-common libpam-runtime  
 libpam0g libsane
   libsmbclient libwbclient0 mlocate mtools pmount samba samba-common
 22 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 Need to get 16.6MB of archives.
 After this operation, 3717kB of additional disk space will be used.

 ...
 Get:21 http://ftp.debian.org testing/main samba 2:3.3.1-1 [4536kB] 

 Get:22 http://ftp.debian.org testing/main samba-common 2:3.3.1-1 [4052kB]
 ...

 Samba was restarted. Tested it, and still same problems. Even manually  
 stopped and started it. Here's the  
 /var/log/samba/log.___192.168.0.82 file:

 smbd: ../sysdeps/posix/getaddrinfo.c:1463: rfc3484_sort: Assertion  
 `src-results[i].native == -1 || src-results[
 i].native == a2_native' failed.

It seems to be due to a problem in /etc/hosts. Could you please tell me
if you have IPv6 enabled on this machine, and send me (possibly
privately if they contains private information) the contents of
/etc/hosts, /etc/gai.conf and /etc/hostname?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#478029: marked as done (Gbib: should not release gtk1.2 version)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 08:10:10 GMT
with message-id 200903150810.n2f8aaje005...@kmos.homeip.net
and subject line gbib has been removed from Debian, closing #478029
has caused the Debian Bug report #478029,
regarding Gbib: should not release gtk1.2 version
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.)


-- 
478029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gbib
Severity: normal


Upstream reported working on a gtk2 version. gtk1.2 version should not
be shipped.

Matt

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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Version: 0.1.2-13.1+rm

The gbib package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/519682 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

---End Message---


Bug#519801: CVE-2009-0365, CVE-2009-0578

2009-03-15 Thread Giuseppe Iuculano
Package: network-manager-applet
Version: 0.6.6-4
Severity: serious
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for network-manager-applet:

CVE-2009-0365[1]:
The dbus request handler in (1) network-manager-applet and (2)
NetworkManager in Ubuntu 6.06 LTS, 7.10, 8.04 LTS, and 8.10 does not
properly verify privileges, which allows local users to discover (a)
network connection passwords and (b) pre-shared keys via unspecified
queries.


CVE-2009-0578[2]:
network-manager-applet in Ubuntu 8.10 does not properly verify
privileges for dbus (1) modify and (2) delete requests, which allows
local users to change or remove the network connections of arbitrary
users via unspecified vectors. 


These are already fixed in unstable, but I guess this should be fixed in
stable as well.


[1]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0365
[2]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0578

Cheers,
Giuseppe.

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

iEYEARECAAYFAkm82w4ACgkQNxpp46476ap+ywCfdgKlbQPrEDto0zx/YuEWQRfl
AnEAoIEp5CEhzHYO8Xmft4d8AjX/7hs6
=9LWP
-END PGP SIGNATURE-



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



Bug#519703: plugins not buildable with new method (-lpluginapi)

2009-03-15 Thread Paul Wise
Hey,

I'm still investigating the ranlib problem, however, Ron Lee gave me
some help with this one and it turns out this is wrong:

i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror -L. -lpluginapi 
sm_cleanboot.c -shared -o sm_cleanboot.dll

Because -L needs to point at the nsis lib dir instead of the work dir.

Because the -l needs to go after the input source file.

Also, -Werror is considered harmful with stuff being compiled by distros.

Use this instead:

i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 sm_cleanboot.c -shared -o 
sm_cleanboot.dll -L/usr/i586-mingw32msvc/lib/nsis -lpluginapi

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#519703: plugins not buildable with new method (-lpluginapi)

2009-03-15 Thread Robert Millan
On Sun, Mar 15, 2009 at 05:18:52PM +0900, Paul Wise wrote:
 On Sat, 2009-03-14 at 15:16 +0100, Robert Millan wrote:
 
  When attempting to build a plugin:
  
  i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror 
  -L/usr/i586-mingw32msvc/lib/nsis -lpluginapi sm_cleanboot.c -shared -o 
  sm_cleanboot.dll
  /usr/i586-mingw32msvc/lib/nsis/libpluginapi.a: could not read symbols: 
  Archive has no index; run ranlib to add one
  
  Note: you should run i586-mingw32msvc-ranlib, not ranlib as the error 
  message says
 
 Hmmm, the build logs (i386 and my local amd64 one) show that
 i586-mingw32msvc-ranlib is run during the nsis build process on
 libpluginapi.a.

That's so strange.  The error disappeared when I run i586-mingw32msvc-ranlib
manually.  Could it be that dh_strip (or friends) are undoing what
i586-mingw32msvc-ranlib did?

-- 
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



Bug#518633: inkscape: FTBFS: error: 'GtkCList' does not name a type

2009-03-15 Thread Adeodato Simó
* Wolfram Quester [Sat, 14 Mar 2009 21:48:10 +0100]:

 Hi Adeodato,

Hello!

  Could that upload happen rather sooner than later? It’s a prerequisite
  for the poppler transition, so I’d be nice to get it uploading during
  the next days.

 Ah, my timeframe would be in the next two weeks.
 For the poppler transition I'd have to change the dependencies, is that right?

You don’t need to change anything explicitly. Just by rebuilding the
package, it will use already the new poppler libraries.

 In case I get a package ready in a few days, would you sponsor the upload?

Please prepare a package and send a link to me CC’ing this bug report.
I will upload it, or find somebody to upload it. If there are no big
changes other than the fix for this FTBFS, that’d be appreciated.

Thanks,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




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



Bug#460091: marked as done (Wound-up: not releasable yet)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 08:08:53 GMT
with message-id 200903150808.n2f88rry004...@kmos.homeip.net
and subject line wound-up has been removed from Debian, closing #460091
has caused the Debian Bug report #460091,
regarding Wound-up: not releasable yet
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.)


-- 
460091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wound-up
Version: 1.0.2-1
Severity: serious

As maintainer I don't think this version of the package is suitable for
release, as such this bug is blocking it moving to testing.

I hope a future release will fix the several non-RC bugs which together
warrant this one.

Matt

-- 
Matthew Johnson


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 1.0.2-1+rm

The wound-up package has been removed from Debian so we are closing
the bugs that were still opened against it.

For more information about this package's removal, read
http://bugs.debian.org/519681 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

---End Message---


Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h

2009-03-15 Thread Aurelien Jarno
On Sun, Mar 15, 2009 at 10:23:59AM +0100, Martin Michlmayr wrote:
 * Aurelien Jarno aure...@debian.org [2009-03-15 00:09]:
  linux-libc-dev has changed the way asm/byteorder.h declares endianness
  related #define, and they conflict with endian.h at least on mips and
  mipsel. This is something fixed upstream, please find below the upstream
  patch and a less invasive patch.
 
 I'm afraid both patches lead to:
 
   CC  arch/mips/kernel/asm-offsets.s
 In file included from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
  from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
  from include/linux/bitops.h:17,
  from include/linux/kernel.h:15,
  from include/linux/sched.h:52,
  from arch/mips/kernel/asm-offsets.c:13:
 include/linux/byteorder/big_endian.h: In function ‘__cpu_to_le64p’:
 include/linux/byteorder/big_endian.h:46: error: implicit declaration of 
 function ‘__swab64p’
 In file included from include/linux/byteorder/big_endian.h:106,
  from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
  from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
  from include/linux/bitops.h:17,
  from include/linux/kernel.h:15,
  from include/linux/sched.h:52,
  from arch/mips/kernel/asm-offsets.c:13:
 include/linux/byteorder/generic.h: In function ‘le64_add_cpu’:
 include/linux/byteorder/generic.h:155: error: implicit declaration of 
 function ‘__fswab64’
 make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1
 

I am afraid we will have to wait for 2.6.29. Given the numerous upstream
changes affecting byteorder, we may break something trying to backport
those changes.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#519796: fixed in cffi 0.10.4

2009-03-15 Thread Philipp Benner


It seems that sbcl 1.0.25 requires a more recent cffi version. I  
tested it with cffi 0.10.4 without

getting package lock errors.

Regards,
Philipp




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



Processed: notfound 519801 in 0.7.0.99-1

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

 notfound 519801 0.7.0.99-1
Bug#519801: CVE-2009-0365, CVE-2009-0578
Bug no longer marked as found in version 0.7.0.99-1.


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#519703: plugins not buildable with new method (-lpluginapi)

2009-03-15 Thread Robert Millan
On Sun, Mar 15, 2009 at 07:33:36PM +0900, Paul Wise wrote:
 Hey,
 
 I'm still investigating the ranlib problem, however, Ron Lee gave me
 some help with this one and it turns out this is wrong:
 
 i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror -L. -lpluginapi 
 sm_cleanboot.c -shared -o sm_cleanboot.dll
 
 Because -L needs to point at the nsis lib dir instead of the work dir.

Actually, I used -L. on purpose, but it shouldn't have leaked to the example
that I gave you.

 Because the -l needs to go after the input source file.

Yuck.  This seems to be it, thanks.

(Note the ranlib problem still remains, though)

 Also, -Werror is considered harmful with stuff being compiled by distros.

Well, in this case it's my own code, and prefer the extra burden over having
the occasional runtime error that turns out to be much harder to debug.

-- 
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: Re: Bug#519723: Subject: opensync-plugin-syncml: syncml-obex-client had an error while getting changes: Forbidden (0x43)

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

 severity 519723 important
Bug#519723: Subject: opensync-plugin-syncml: syncml-obex-client had an error  
while getting changes: Forbidden (0x43)
Severity set to `important' from `grave'

 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#519703: plugins not buildable with new method (-lpluginapi)

2009-03-15 Thread Paul Wise
On Sun, 2009-03-15 at 11:56 +0100, Robert Millan wrote:

 That's so strange.  The error disappeared when I run i586-mingw32msvc-ranlib
 manually.  Could it be that dh_strip (or friends) are undoing what
 i586-mingw32msvc-ranlib did?

Yes, it looks like that is exactly what is happening:

dh_strip
strip:debian/nsis/usr/i586-mingw32msvc/lib/nsis/libpluginapi.a(pluginapi.o): 
Unable to recognise the format of file: File format not recognized

Seems it fails to strip the .o but repacks the .a anyway.

I'm uploading an nsis with dh_strip -Xlibpluginapi.a, I'm not sure if I
should file a bug on debhelper for the dh_strip side (yak shaving FTW).

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#519801: marked as done (CVE-2009-0365, CVE-2009-0578)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 12:26:11 +0100
with message-id 20090315112610.ga28...@ngolde.de
and subject line Re: Bug#519801: CVE-2009-0365, CVE-2009-0578
has caused the Debian Bug report #519801,
regarding CVE-2009-0365, CVE-2009-0578
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.)


-- 
519801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519801
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: network-manager-applet
Version: 0.6.6-4
Severity: serious
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for network-manager-applet:

CVE-2009-0365[1]:
The dbus request handler in (1) network-manager-applet and (2)
NetworkManager in Ubuntu 6.06 LTS, 7.10, 8.04 LTS, and 8.10 does not
properly verify privileges, which allows local users to discover (a)
network connection passwords and (b) pre-shared keys via unspecified
queries.


CVE-2009-0578[2]:
network-manager-applet in Ubuntu 8.10 does not properly verify
privileges for dbus (1) modify and (2) delete requests, which allows
local users to change or remove the network connections of arbitrary
users via unspecified vectors. 


These are already fixed in unstable, but I guess this should be fixed in
stable as well.


[1]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0365
[2]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0578

Cheers,
Giuseppe.

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

iEYEARECAAYFAkm82w4ACgkQNxpp46476ap+ywCfdgKlbQPrEDto0zx/YuEWQRfl
AnEAoIEp5CEhzHYO8Xmft4d8AjX/7hs6
=9LWP
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Version: 0.7.0.99-1

* Giuseppe Iuculano giuse...@iuculano.it [2009-03-15 12:17]:
[...] 
 These are already fixed in unstable, but I guess this should be fixed in
 stable as well.
 
 [1]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0365
 [2]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0578

Please use appropriate tags  versions if you file bugs just 
for stable.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpFyXJ6C0yuz.pgp
Description: PGP signature
---End Message---


Bug#515720: [Pkg-hpijs-devel] Bug#515720: hp-setup -i dies when picking PPD

2009-03-15 Thread Mark Purcell
On Monday 09 March 2009 14:27:49 sacrificial-spam-addr...@horizon.com wrote:
 But then it explodes trying to find a PPD...

This has also been observed with non en locales.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515720

Which actually comes back to the way CUPS works with non-en locales.

Can I ask you to try:

the workaround:

But, when running hp-setup from the command line:
LANG= gksu hp-setup
everything worked!

Mark


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


Bug#510845: mpi-defaults: FTBFS/not available on alpha

2009-03-15 Thread Adeodato Simó
* Manuel Prinz [Sat, 14 Mar 2009 22:31:45 +0100]:

 Hi Adeodato!

Hello!

 Am Freitag, den 13.03.2009, 21:41 +0100 schrieb Adeodato Simó:
   Open MPI used to build fine on alpha, so this is probably a problem with
   the new upstream release. Reassigning to Open MPI maintainers.

  It’s been 2 months, and this issue has not been addressed. In the
  meantime, I’m starting to smell packages build-depending on mpi-default-dev
  that will prevent transitions from happening.

 Yes, I know about that. As a result of the recent breakage, Dirk left
 the team since he does a lot of stuff in Debian already, so the team
 is actually me. I had not much time lately but took this weekend of and
 am working on the problems this very moment. I'm sorry that it took so
 long.

Okay, no worries. We all get busy, it’s just appropriate that the task
gets done at some point. :-)

  You were right in reassigning, since openmpi should have a bug of its
  own for this failure. However, mpi-defaults is buggy as well, because
  it’s failing to provide packages for alpha.

  I also see #517543 now. IMO, either that patch is correct and can be
  applied soon, or mpi-defaults needs to start thinking about using an
  alternative implementation on alpha. Thoughts?

 I'm trying the patch but it does not fix the issue completely, as it
 seems. I hope I can give an update in a few hours. Once this is fixed,
 the build issue on Sparc can be probably fixed in a similar way. But I
 have to investigate that on a porter machine since I do not own this
 arch. (Well, same for alpha, but DSA kindly installed everything needed
 on albeniz.)

Good, thanks!

 As you may have noticed, I uploaded a fixed mpi-defaults earlier. I
 discussed the alpha issue with Adam and we agreed on falling back to LAM
 here. I did not know that sparc also fails then, so the fix will not
 work; but because of sparc this time.

I hadn’t noticed, thanks for telling me. There is an unfortunate problem
with it, though: you can’t use an architecture restriction like [arch1
!arch2] in Build-Depends. That is, you can’t mix ! and non-!; if you
stop to think about it, it doesn’t make sense.

Just removing “alpha” completely from the Build-Depends line will just
do the right thing as far as I can see. Could you make another upload?

 As for Open MPI, there are more than just build issues. I will fix these
 first, but there is also the problem of an ABI change. The upload was
 done a little hasty and the change not recognized, so the
 build-depending packages are effected. Most of them (if not all) will
 still run, but with a warning. The obviously needs to be fixed. Dirk
 came up with the idea of binNMUing but that that was not very welcomed
 by the maintainers of build-depending packages. I do not know what the
 right approach is. Upstream is now aware of that and will be ABI
 compatible starting from 1.3.2. I wanted to change the library package
 name and maybe bump the SONAME, and upload that package to experimantal.
 Of course, I wanted to mail the release team to coordinate that, but I
 wanted to fix one issue at a time. I have not made my mind up what is
 the best solution yet; just recompiling dependant packages would do the
 trick; users of Open MPI are used to recompile their software anyway,
 since upstream clearly stated that they never cared about ABI changes
 between releases. Any input is welcome. But I'll first try to get the
 package build again, collecting the broken pieces is second on my list.

Hm. Well, a warning is one thing, and the applications not working is
another. libopenmpi1 is in lenny, with packages depending on it. Partial
upgrades ought to work, so if applications stop working, seems like a
SONAME bump is in order. If it’s only a warning, it can be fixed with
Bin-NMUs, but it should be assessed with care.

I guess that when you say, “Upstream [...] will be ABI compatible
starting from 1.3.2”, you mean that they don’t intend to bump the SONAME
themselves for the breakage introduced earlier? That’d be a good start
if you want to show you care about ABI compatibility...

Finally, what’s this business about maintainers not being happy about
Bin-NMUs of their packages?

 Thanks for caring! And sorry for the f***-up!

As said above, no worries.

Thanks for your work,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




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



Processed: lurker: request for help

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

 tag 514294 +help
Bug#514294: lurker  kde4  mimelib
There were no tags set.
Tags added: help

 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#514294: lurker: request for help

2009-03-15 Thread Jonas Meurer
tag 514294 +help
thanks

Package: lurker
Version: 2.1-13
Followup-For: Bug #514294

Hello,

I don't know what to do about that bugreport. I understand that
mimelib from kde3libs cannot stay in the archive forever, and
mimelib from kde4libs will introduce lots of new dependencies.

Still lurker depends on a mimelib. nearly all c++ files from lurker
sources do contain several mimelib header includes. And I don't know
of another, stand-alone mimelib that lurker could be ported to.

A very bad solution would be to copy mimelib sources to lurker source
package, and link to them statically.

As already mentioned, upstream seems to be MIA currently, so I'll find
to have a solution within debian rather than asking him for help.

I hereby request help for this bugreport.

greetings,
 jonas



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



Bug#518028: marked as done (getlive: fails to retrieve mail)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 09:25:50 -0300
with message-id 1237119950.3911.2.ca...@vesna
and subject line Re: Bug#512028: marked as done (startx fails)
has caused the Debian Bug report #518028,
regarding getlive: fails to retrieve mail
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.)


-- 
518028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518028
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: getlive
Version: 0.58~cvs20081219-1
Severity: grave
Justification: renders package unusable

A change in Hotmail now causes getlive to die with this message:

GetLive died with message: 'No folders detected. Likely the page
structure has changed.
at /usr/bin/getlive line 1303.
'.

The problem is fixed in CVS.

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages getlive depends on:
ii  curl 7.18.2-8Get a file from an HTTP, HTTPS or 
ii  liburi-perl  1.37+dfsg-1 Manipulates and accesses URI strin
ii  perl 5.10.0-19   Larry Wall's Practical Extraction 

Versions of packages getlive recommends:
ii  exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon

getlive suggests no packages.

-- no debconf information

-- 
Tyler Trafford

A sect or party is an elegant incognito devised to save a man from
the vexation of thinking.
-- Ralph Waldo Emerson, Journals, 1831


---End Message---
---BeginMessage---
Neil,

 Wrong bug. Didn't you mean 518028 ?
 getlive: fails to retrieve mail

 Note that I have not closed the bug in getlive with this change, that
 is your job.
 :-)

Sorry, that was a typo. Thanks for spotting this.


---End Message---


Processed: fixed 518028 in 0.58~cvs20090315-1

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

 fixed 518028 0.58~cvs20090315-1
Bug#518028: getlive: fails to retrieve mail
Bug marked as fixed in version 0.58~cvs20090315-1.


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: cloning 518205, retitle -1 to /etc/i8kbuttons should be moved to /etc/default/i8kbuttons ...

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 clone 518205 -1
Bug#518205: bashism in the init script
Bug 518205 cloned as bug 519812.

 retitle -1 /etc/i8kbuttons should be moved to /etc/default/i8kbuttons
Bug#519812: bashism in the init script
Changed Bug title to `/etc/i8kbuttons should be moved to 
/etc/default/i8kbuttons' from `bashism in the init script'.

 severity -1 normal
Bug#519812: /etc/i8kbuttons should be moved to /etc/default/i8kbuttons
Severity set to `normal' from `serious'


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#519545: Saw updated Samba packages today and still doesn't fix the problem...

2009-03-15 Thread Phillip Pi
 It seems to be due to a problem in /etc/hosts. Could you please tell me
 if you have IPv6 enabled on this machine, and send me (possibly
 privately if they contains private information) the contents of
 /etc/hosts, /etc/gai.conf and /etc/hostname?

I do not have any IPv6 network devices since I am still using an old
network router, switch, etc. How can I check if IPv6 is enabled? If it
is enabled, how can I disable it?

I have been using the same hosts file for like 3-4 years in this Debian
installation. Here are the details:

# more /etc/hosts
127.0.0.1 localhost.localdomain localhost ANTian
127.0.1.1 ANTian.fauna  ANTian
192.168.0.46 ANTian
192.168.0.82 Harvester

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts


I tried deleting my /etc/hosts (kept a backup), and I was able to get
into my shares except access one (my own account's home directory --
same account name and password in updated XP Pro. SP3 and Debian's
Samba).

Then, I tried restarting Samba service, but it got stuck for a minute 
during its restart (note the missing period, the period came up after a 
minute):
# /etc/init.d/samba restart
Stopping Samba daemons: nmbd smbd.
Starting Samba daemons: nmbd smbd

I tried again after deleting Samba's logs to see what's up in logs:
# cat log.nmbd 
[2009/03/15 05:15:52,  0] nmbd/nmbd.c:main(850)
  nmbd version 3.3.1 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009

# cat log.smbd 
[2009/03/15 05:15:52,  0] smbd/server.c:main(1260)
  smbd version 3.3.1 started.
  Copyright Andrew Tridgell and the Samba Team 1992-2009
[2009/03/15 05:16:22,  0] printing/print_cups.c:cups_connect(103)
  Unable to connect to CUPS server localhost:631 - Interrupted system 
call
[2009/03/15 05:16:52,  0] printing/print_cups.c:cups_connect(103)
  Unable to connect to CUPS server localhost:631 - Interrupted system 
call


Then, tried to connect to my home directory's share and Explorer told 
me \\192.168.0.46\AntsStuff is not accessible. You might not have 
permission to use this network resource... Incorrect function. Logs 
showed:

log.___192.168.0.82 was empty (0 byte).
# cat log.harvester 
[2009/03/15 05:20:43,  0] smbd/map_username.c:map_username(141)
  can't open username map /etc/samba/smbusers. Error No such file or 
directory
[2009/03/15 05:20:44,  1] smbd/service.c:make_connection_snum(1103)
  harvester (:::192.168.0.82) connect to service AntsStuff initially 
as user ant (uid=1000, gid=1000) (pid 14778)


Weird. It can't find smbusers file.

# ls /etc/samba/smbusers
ls: cannot access /etc/samba/smbusers: No such file or directory
locate smbusers command found nothing.
# ls -all /etc/samba/
total 42
drwxr-xr-x   2 root root  1024 2009-03-14 18:40 .
drwxr-xr-x 146 root root 10240 2009-03-15 05:02 ..
-rw-r--r--   1 root root 8 2007-07-01 06:27 gdbcommands
-rw-r--r--   1 root root  8566 2009-03-14 18:40 smb.conf
-rw-r--r--   1 root root  8566 2008-12-31 12:31 smb.conf-backup
-rw-r--r--   1 root root 11917 2008-12-24 12:50 smb.conf.ucf-dist

I reran smbpasswd -a command to readd my Samba account, but that still
didn't fix the problem. I still don't see /etc/samba/smbusers file. 
Something is weird here. :(

/etc/samba.conf showed this for my account that is giving me errors 
(other shared folders seem fine now with no hosts file):
[AntsStuff]
path = /home/ant
comment = Ant's Home Folder on ANTian box.
writable=yes
browseable=yes

# cat /etc/gai.conf
# Configuration for getaddrinfo(3).
#
# So far only configuration for the destination address sorting is needed.
# RFC 3484 governs the sorting.  But the RFC also says that system
# administrators should be able to overwrite the defaults.  This can be
# achieved here.
#
# All lines have an initial identifier specifying the option followed by
# up to two values.  Information specified in this file replaces the
# default information.  Complete absence of data of one kind causes the
# appropriate default information to be used.  The supported commands include:
#
# reload  yes|no
#If set to yes, each getaddrinfo(3) call will check whether this file
#changed and if necessary reload.  This option should not really be
#used.  There are possible runtime problems.  The default is no.
#
# label   mask   value
#Add another rule to the RFC 3484 label table.  See section 2.1 in
#RFC 3484.  The default is:
#
#label ::1/128   0
#label ::/0  1
#label 2002::/16 2
#label ::/96 3
#label :::0:0/96 4
#label fec0::/10 5
#label fc00::/7  6
#label 2001:0::/32   7
#
#This default differs from the tables given in RFC 3484 by handling
#(now obsolete) site-local IPv6 addresses and Unique Local Addresses.
#The reason for this difference is that these addresses are never
#NATed while IPv4 site-local addresses most probably are.  Given
#the 

Processed: Re: [Pkg-alsa-devel] Bug#519667: alsa-base: no sound with alsa since the last update

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

 severity 519667 normal
Bug#519667: alsa-base: no sound with alsa since the last update
Severity set to `normal' from `grave'

 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#519667: [Pkg-alsa-devel] Bug#519667: alsa-base: no sound with alsa since the last update

2009-03-15 Thread Elimar Riesebieter
severity 519667 normal
thanks


* Shams Fantar [090314 09:45 +0100]
 Package: alsa-base
 Version: 1.0.19.dfsg-1
 Severity: grave
 Justification: renders package unusable
 
 Since the last update of alsa-base (3-4 days ago) in sid, I can't listen
 to musics because the sound doesn't work, this at each boot of the PC. I
 need to do alsaconf as root so that the sound works. Tell me if you
 need more information for the bug !

What tells:
$ cat /etc/modprobe.d/sound
$ lsmod | grep snd
$ cat /etc/modules

Elimar


-- 
  You cannot propel yourself forward by
  patting yourself on the back.



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



Bug#510751: marked as done (perlmagick: non-free fonts included in ImageMagick)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 12:42:49 +
with message-id e1lipg1-k8...@ries.debian.org
and subject line Bug#510751: fixed in imagemagick 7:6.5.0.0-1
has caused the Debian Bug report #510751,
regarding perlmagick: non-free fonts included in ImageMagick
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.)


-- 
510751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: perlmagick
Version: 7:6.3.7.9.dfsg1-3~lenny1
Severity: serious
Justification: non-free content in main

Hi,

In a message on fonts in game packages, Hans de Goede mentioned[1]
that ImageMagick contains two copies of the freeware, but not
DFSG-free font `ArtBrush'[2]:

  PerlMagick/t/ttf/input.ttf
  PerlMagick/demo/Generic.ttf

I verified that the files are still included in the Debian package,
but did not investigate further.

Regards,
Ansgar

[1] http://lists.freedesktop.org/archives/games/2009-January/000227.html
[2] http://www.getfreefonts.info/free_font.artbrush.html


---End Message---
---BeginMessage---
Source: imagemagick
Source-Version: 7:6.5.0.0-1

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

imagemagick-dbg_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/imagemagick-dbg_6.5.0.0-1_i386.deb
imagemagick-doc_6.5.0.0-1_all.deb
  to pool/main/i/imagemagick/imagemagick-doc_6.5.0.0-1_all.deb
imagemagick_6.5.0.0-1.diff.gz
  to pool/main/i/imagemagick/imagemagick_6.5.0.0-1.diff.gz
imagemagick_6.5.0.0-1.dsc
  to pool/main/i/imagemagick/imagemagick_6.5.0.0-1.dsc
imagemagick_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/imagemagick_6.5.0.0-1_i386.deb
imagemagick_6.5.0.0.orig.tar.gz
  to pool/main/i/imagemagick/imagemagick_6.5.0.0.orig.tar.gz
libmagick++-dev_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/libmagick++-dev_6.5.0.0-1_i386.deb
libmagick++2_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/libmagick++2_6.5.0.0-1_i386.deb
libmagickcore-dev_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/libmagickcore-dev_6.5.0.0-1_i386.deb
libmagickcore2_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/libmagickcore2_6.5.0.0-1_i386.deb
libmagickwand-dev_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/libmagickwand-dev_6.5.0.0-1_i386.deb
libmagickwand2_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/libmagickwand2_6.5.0.0-1_i386.deb
perlmagick_6.5.0.0-1_i386.deb
  to pool/main/i/imagemagick/perlmagick_6.5.0.0-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 510...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nelson A. de Oliveira nao...@debian.org (supplier of updated imagemagick 
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: Tue, 10 Mar 2009 21:30:39 -0300
Source: imagemagick
Binary: imagemagick imagemagick-dbg imagemagick-doc libmagickcore2 
libmagickcore-dev libmagickwand2 libmagickwand-dev libmagick++2 libmagick++-dev 
perlmagick
Architecture: source i386 all
Version: 7:6.5.0.0-1
Distribution: experimental
Urgency: low
Maintainer: ImageMagick Packaging Team 
pkg-gmagick-im-t...@lists.alioth.debian.org
Changed-By: Nelson A. de Oliveira nao...@debian.org
Description: 
 imagemagick - image manipulation programs
 imagemagick-dbg - debugging symbols for ImageMagick
 imagemagick-doc - document files of ImageMagick
 libmagick++-dev - object-oriented C++ interface to ImageMagick - development 
files
 libmagick++2 - object-oriented C++ interface to ImageMagick
 libmagickcore-dev - low-level image manipulation library - development files
 libmagickcore2 - low-level image manipulation library
 libmagickwand-dev - image manipulation library - development files
 libmagickwand2 - image manipulation library
 perlmagick - Perl interface to the ImageMagick graphics routines
Closes: 179267 268241 322537 364102 431937 477462 508684 509615 509892 510751 
516298
Changes: 
 imagemagick (7:6.5.0.0-1) experimental; urgency=low
 .
   * New upstream release;
   * Fix handling of large values in FITS file (Closes: #268241);
   * Fix reading FITS files (Closes: #509615);
   * Include info in identify man page about counting colors number
 (Closes: 

Bug#509892: marked as done (imagemagick_7:6.4.8.0-1(experimental/amd64/xenophanes): FTBFS: symbol file not up to date)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 12:42:49 +
with message-id e1lipg1-k6...@ries.debian.org
and subject line Bug#509892: fixed in imagemagick 7:6.5.0.0-1
has caused the Debian Bug report #509892,
regarding imagemagick_7:6.4.8.0-1(experimental/amd64/xenophanes): FTBFS: symbol 
file not up to date
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.)


-- 
509892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509892
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: imagemagick
Version: 7:6.4.8.0-1
Severity: serious
Tags: experimental

Heya,

Building your package on my buildd failed:

| Automatic build of imagemagick_7:6.4.8.0-1 on xenophanes by sbuild/amd64 
98-farm
| Build started at 20081224-0034
| **

[...]

| dh_makeshlibs
| dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: debian/libmagick++1/DEBIAN/symbols doesn't match 
completely debian/libmagick++1.symbols
| --- dpkg-gensymbolsFcKUsv 2008-12-24 00:55:37.0 +
| +++ dpkg-gensymbolsXuSlgJ 2008-12-24 00:55:37.0 +
| @@ -854,14 +854,18 @@
|   _zn6magick29pathsmoothquadraticcurvetoreld...@base 7:6.4.0.1.dfsg1
|   _zn6magick29pathsmoothquadraticcurvetoreld...@base 7:6.4.0.1.dfsg1
|   _zn6magick29pathsmoothquadraticcurvetoreld...@base 7:6.4.0.1.dfsg1
| - _zn6magick4blob12updatenocopyepvjns0_9allocat...@base 7:6.4.0.1.dfsg1
| +#MISSING: 7:6.4.8.0-1# _zn6magick4blob12updatenocopyepvjns0_9allocat...@base 
7:6.4.0.1.dfsg1
| + _zn6magick4blob12updatenocopyepvmns0_9allocat...@base 7:6.4.8.0-1
|   _zn6magick4blob6base64...@base 7:6.4.0.1.dfsg1
|   _zn6magick4blob6base6...@base 7:6.4.0.1.dfsg1
| - _zn6magick4blob6updateep...@base 7:6.4.0.1.dfsg1
| - _zn6magick4blobc1ep...@base 7:6.4.0.1.dfsg1
| +#MISSING: 7:6.4.8.0-1# _zn6magick4blob6updateep...@base 7:6.4.0.1.dfsg1
| + _zn6magick4blob6updateep...@base 7:6.4.8.0-1
| +#MISSING: 7:6.4.8.0-1# _zn6magick4blobc1ep...@base 7:6.4.0.1.dfsg1
| + _zn6magick4blobc1ep...@base 7:6.4.8.0-1
|   _zn6magick4blobc1erk...@base 7:6.4.0.1.dfsg1
|   _zn6magick4blobc...@base 7:6.4.0.1.dfsg1
| - _zn6magick4blobc2ep...@base 7:6.4.0.1.dfsg1
| +#MISSING: 7:6.4.8.0-1# _zn6magick4blobc2ep...@base 7:6.4.0.1.dfsg1
| + _zn6magick4blobc2ep...@base 7:6.4.8.0-1
|   _zn6magick4blobc2erk...@base 7:6.4.0.1.dfsg1
|   _zn6magick4blobc...@base 7:6.4.0.1.dfsg1
|   _zn6magick4blobd...@base 7:6.4.0.1.dfsg1
| @@ -1219,8 +1223,10 @@
|   _zn6magick6pixelsc2erns_5ima...@base 7:6.4.0.1.dfsg1
|   _zn6magick6pixelsd...@base 7:6.4.0.1.dfsg1
|   _zn6magick6pixelsd...@base 7:6.4.0.1.dfsg1
| - _zn6magick7blobrefc1ep...@base 7:6.4.0.1.dfsg1
| - _zn6magick7blobrefc2ep...@base 7:6.4.0.1.dfsg1
| +#MISSING: 7:6.4.8.0-1# _zn6magick7blobrefc1ep...@base 7:6.4.0.1.dfsg1
| + _zn6magick7blobrefc1ep...@base 7:6.4.8.0-1
| +#MISSING: 7:6.4.8.0-1# _zn6magick7blobrefc2ep...@base 7:6.4.0.1.dfsg1
| + _zn6magick7blobrefc2ep...@base 7:6.4.8.0-1
|   _zn6magick7blobrefd...@base 7:6.4.0.1.dfsg1
|   _zn6magick7blobrefd...@base 7:6.4.0.1.dfsg1
|   _zn6magick7montagec...@base 7:6.4.0.1.dfsg1
| dh_makeshlibs: command returned error code 256
| make: *** [binary-arch] Error 1
| dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20081224-0055
| FAILED [dpkg-buildpackage died]
| Build needed 00:19:15, 361844k disk space


A complete build log can be found at
http://experimental.debian.net/build.php?arch=amd64pkg=imagemagickver=7:6.4.8.0-1

FWIW, the mipsel build failed the same way, but with different symbols:
dpkg-gensymbols: warning: debian/libmagick++1/DEBIAN/symbols doesn't match 
completely debian/libmagick++1.symbols
--- dpkg-gensymbolszznkyV   2008-12-26 07:42:17.0 +
+++ dpkg-gensymbolsRMbxO9   2008-12-26 07:42:17.0 +
@@ -2053,20 +2053,20 @@
  _znk6magick9viewimageclerns_5ima...@base 7:6.4.0.1.dfsg1
  _znk6magick9waveimageclerns_5ima...@base 7:6.4.0.1.dfsg1
  _znk6magick9zoomimageclerns_5ima...@base 7:6.4.0.1.dfsg1
-#MISSING: 7:6.4.5.4.dfsg1# 
_znst10_list_basein6magick10coordinateesais1_ee8_m_clea...@base 7:6.4.0.1.dfsg1
- _znst10_list_basein6magick10coordinateesais1_eed...@base 7:6.4.5.4.dfsg1
-#MISSING: 7:6.4.5.4.dfsg1# 
_znst10_list_basein6magick11patharcargsesais1_ee8_m_clea...@base 7:6.4.0.1.dfsg1
- 

Bug#519819: chasen: FTBFS: dpkg-gensymbols difference on alpha

2009-03-15 Thread Kurt Roeckx
Source: chasen
Version: 2.4.4-4
Severity: serious

Hi,

Your package is failing to build on alpha with the following
error:
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see 
diff output below
dpkg-gensymbols: warning: debian/libchasen2/DEBIAN/symbols doesn't match 
completely debian/libchasen2.symbols
--- dpkg-gensymbolsXwuseB   2009-02-28 22:40:14.0 +
+++ dpkg-gensymbols68ju8k   2009-02-28 22:40:14.0 +
@@ -31,7 +31,10 @@
  _zn5darts15doublearrayimplichlmns_6lengthiceeed...@base 2.4.4
  
_znst6vectorin5darts15doublearrayimplichlmns0_6lengthiceee6node_tesais5_ee13_m_insert_auxen9__gnu_cxx17__normal_iteratorips5_s7_eerk...@base
 2.4.4
  
_znst6vectorilsailee13_m_insert_auxen9__gnu_cxx17__normal_iteratoripls1_ee...@base
 2.4.4
- 
_znst8_rb_treeissst4pairiksslest10_select1stis2_est4lessissesais2_ee10_m_insert_epkst18_rb_tree_node_basesb_rk...@base
 2.4.4
+#MISSING: 2.4.4-4# 
_znst8_rb_treeissst4pairiksslest10_select1stis2_est4lessissesais2_ee10_m_insert_epkst18_rb_tree_node_basesb_rk...@base
 2.4.4
+ 
_znst8_rb_treeissst4pairiksslest10_select1stis2_est4lessissesais2_ee11upper_bounder...@base
 2.4.4-4
+ 
_znst8_rb_treeissst4pairiksslest10_select1stis2_est4lessissesais2_ee15_m_insert_equalerk...@base
 2.4.4-4
+ 
_znst8_rb_treeissst4pairiksslest10_select1stis2_est4lessissesais2_ee9_m_insertepst18_rb_tree_node_basesa_rk...@base
 2.4.4-4
  _ztin5darts15doublearrayimplichlmns_6lengthice...@base 2.4.4
  _ztsn5darts15doublearrayimplichlmns_6lengthice...@base 2.4.4
  _ztvn5darts15doublearrayimplichlmns_6lengthice...@base 2.4.4
dh_makeshlibs: command returned error code 256
make: *** [binary-arch] Error 1


Kurt




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



Processed (with 5 errors): Re: [pkg-horde] Bug#515892: horde3: Nothing works after upgrading from 3.1.3-4etch4 to 3.2.2+debian0-2

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

 severity 515892 wishlist
Bug#515892: horde3: Nothing works after upgrading from 3.1.3-4etch4 to 
3.2.2+debian0-2
Severity set to `wishlist' from `grave'

 Hello, thanks for your report.
Unknown command or malformed arguments to command.

 On Wed, Feb 18, 2009 at 08:48:50AM +0100, root wrote:
Unknown command or malformed arguments to command.

 
Unknown command or malformed arguments to command.

  Since the last upgrade, my horde3 installation is completely
Unknown command or malformed arguments to command.

  broken, none of the modules seems to work.  Investigating in my
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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#516522: xscreensaver: will not start here either: using FVWM and MGA X driver

2009-03-15 Thread Axel K. Stammler
Package: xscreensaver
Version: 5.05-3
Followup-For: Bug #516522

I purged and reinstalled all packages whose names start with xscreensaver, 
but still:

error message:

$ xscreensaver
xscreensaver: symbol lookup error: xscreensaver: undefined symbol: 
XRRGetScreenResources

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

Kernel: Linux 2.6.24.4 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpam0g   1.0.1-5   Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-3 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension l
ii  xscreensaver-data  5.05-3data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-14  Programs for manipulating JPEG fil
ii  miscfiles [wordlist]  1.4.2.dfsg.1-9 Dictionaries and other interesting
ii  perl [perl5]  5.10.0-19  Larry Wall's Practical Extraction 
ii  wbritish [wordlist]   6-2.3  British English dictionary words f
ii  wngerman [wordlist]   20071211-1 New German orthography wordlist
ii  wspanish [wordlist]   1.0.21 The Spanish dictionary words for /
ii  xloadimage4.1-16.1   Graphics file viewer under X11

Versions of packages xscreensaver suggests:
ii  chimera2 [www-b 2.0a19-5 Web browser for X
ii  fortune-mod [fo 1:1.99.1-3.1 provides fortune cookies on demand
ii  galeon [www-bro 2.0.6-2.1GNOME web browser for advanced use
ii  iceape-browser  1.0.13~pre080614i-0etch1 Iceape Navigator (Internet browser
ii  iceweasel [www- 3.0.6-1  lightweight web browser based on M
ii  links [www-brow 2.1pre37-1.1 Web browser running in text mode
ii  links2 [www-bro 2.1pre37-1.1 Web browser running in both graphi
ii  lynx-cur [www-b 2.8.7dev9-2.1Text-mode WWW Browser with NLS sup
ii  netrik [www-bro 1.15.7-2.1   text mode WWW browser with vi like
ii  streamer3.95.dfsg.1-8television capture tool (images/mo
ii  w3m [www-browse 0.5.2-2+b1   WWW browsable pager with excellent
ii  xdaliclock  2.25-1   Melting digital clock
ii  xemacs21-mule [ 21.4.21-4highly customizable text editor --
pn  xfishtank   none   (no description available)
pn  xscreensaver-gl none   (no description available)

-- no debconf information



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



Bug#515892: [pkg-horde] Bug#515892: horde3: Nothing works after upgrading from 3.1.3-4etch4 to 3.2.2+debian0-2

2009-03-15 Thread Gregory Colpart
severity 515892 wishlist

Hello, thanks for your report.

On Wed, Feb 18, 2009 at 08:48:50AM +0100, root wrote:
 
 Since the last upgrade, my horde3 installation is completely
 broken, none of the modules seems to work.  Investigating in my
 box, I've found many problems : first the modules are nearly
 all set to inactive in /etc/horde/horde3/registry.php

All modules are disabled by default for a *new* installation (see
NEWS). But, when you are upgrading, you have the choice to keep
your old registry.php as a conf file. Then I guess you choose to
overwrite your old registry.php.


 the webroot detection that was in the same file has been
 removed and replaced with a hardcoded path which is false in my
 case.

webroot detection is useless with Debian for FHS reason IIRC.
Then, it's hardcoded in registry.php file. If you modify it, you
will have the choice to keep your changes (as a conf file).


 After activating the modules in this file, it appears that the
 different database tables (mysql in my case) used by the
 modules haven't been updated according to the examples found in
 /usr/share/doc/ I'm trying to upgrade them by hand one by one
 but it's a bit boring.

Database upgrades are not automatically done, and you shoud
actually upgrade them by hand for now. I agree that upgrades
could be less boring: ideas/patches welcome :)
I keep this bug open in wishlist.


On Thu, Feb 26, 2009 at 05:35:52PM +0100, t...@mediaforest.net wrote:

 updating database by hand  seemed at first to make horde work
 back, but when using it, it appears that many features are
 broken :
 
 - All users preferences have been reset,
 - On any message of any account, it's no more possible to see
 all headers when clicking it, I always get Requested message
 not found.
 - Many messages aren't viewable online

Outch. Could you open separate bug report for them? Or even
open bug reports directly in upstream BTS (bugs.horde.org)?


Regards,
-- 
Gregory Colpart r...@evolix.fr  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



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



Bug#462189: ctsim and wxwidgets2.8

2009-03-15 Thread Moritz Muehlenhoff
On Mon, Jul 21, 2008 at 09:58:44AM -0600, Kevin Rosenberg wrote:
 Charles Plessy wrote:
  Barry deFresse suggested me to help for the porting of ctsim to
  wxwidgets 2.8. I am affraid that I do not know enough of C for this, but
  nevertheless I have written a short summary of the current situation
  that I hope can help to resume the work undertook so far.
 
 Thanks for the summary, Charles. It is accurate. I can modify the
 autotools to use wx2.8. Are there known problems with wx2.6 where
 modifying ctsim to use wx2.8 will really solve any problems?

What's the status of the port of ctsim to a more recent wxwindows?

GTK 1.2 is scheduled for removal (and wx2.4 along with it)

Cheers,
Moritz



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



Bug#519148: gnucash: Caused by upgrade to libglib-2.20.0-1

2009-03-15 Thread Byron Clark
Package: gnucash
Version: 2.2.6-2
Followup-For: Bug #519148

I saw this bug after the following upgrade:
[UPGRADE] libglib2.0-0 2.18.4-2 - 2.20.0-1
[UPGRADE] libglib2.0-data 2.18.4-2 - 2.20.0-1

Downgrading libglib2.0-0 and libglib2.0-data to 2.8.14-2 keeps the crash
from happening.


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

Kernel: Linux 2.6.26-1-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

Versions of packages gnucash depends on:
ii  gconf2 2.24.0-7  GNOME configuration database syste
ii  gnucash-common 2.2.6-2   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-6.3 Main Guile libraries
ii  guile-1.6-slib 1.6.8-6.3 Guile SLIB support
ii  libaqbanking20 3.8.2-1   library for online banking applica
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-5 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl   0.57-1+b1 Support for https protocol in LWP
ii  libdate-manip-perl 5.54-1a perl library for manipulating da
ii  libfinance-quote-perl  1.15-1Perl module for retrieving stock q
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4   FreeType 2 font engine, shared lib
ii  libgconf2-42.24.0-7  GNOME configuration database syste
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgnome2-02.24.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeprint2.2-0 2.18.6-1  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.18.4-1  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.24.0-2GNOME Virtual File System (runtime
ii  libgoffice-0-4 0.4.2-4   Document centric objects library -
ii  libgsf-1-114   1.14.11-2 Structured File Library - runtime 
ii  libgtk2.0-02.14.7-4+b1   The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.12.3-3  HTML rendering/editing library - r
ii  libguile-ltdl-11.6.8-6.3 Guile's patched version of libtool
ii  libgwenhywfar473.7.2-1   OS abstraction layer
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libktoblzcheck1c2a 1.21-1library for verification of accoun
ii  libofx41:0.9.0-3 library to support Open Financial 
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libosp51.5.2-6   Runtime library for OpenJade group
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library for X a
ii  libpng12-0 1.2.35-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxcb-render-util00.3.3-2+b1utility libraries for X C Binding 
ii  libxcb-render0 1.2-1 X C Binding, render extension
ii  libxcb11.2-1 X C Binding
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  psfontmgr  0.11.10-0.2   PostScript font manager -- part of
ii  slib   3b1-3 Portable Scheme library
ii  x-ttcidfont-conf   32TrueType and CID fonts configurati
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages gnucash recommends:
ii  gnucash-docs  2.2.0-3Documentation for gnucash, a perso

Versions of packages gnucash suggests:
pn  gnucash-sql   none (no description available)

-- no debconf information

-- 
Byron Clark



-- 
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 519545 516218

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

 forcemerge 519545 516218
Bug#519545: Samba crash after last dist-upgrade
Bug#516218: getaddrinfo not working while gethostbyname works
Bug#519774: libc6: causes many programs not to be able to resolve dns addresses
Forcibly Merged 516218 519545 519774.


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#515314: gqcam: Depends on GTK 1.2

2009-03-15 Thread Alberto Gonzalez Iniesta
On Thu, Feb 26, 2009 at 11:29:30PM -0500, Barry deFreese wrote:
 tags 515314 + patch

 thank you

 Hi,

 Attached is a patch that builds with Gtk2.  It appears that I don't have  
 the hardware to test this with unfortunately so it definitely needs some  
 good testing.

Hi Barry,

Thanks a lot for looking at this. I applied your patch (and did some
cleaning on the package), but the results weren't as expected :(

With your patch the application will crash as soon as the mouse pointer
hits it. Yeah, start it (you can even see some output from the cam)
move your mouse in to its window and...
$ gqcam -v /dev/video0
gqcam: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.

I'm attaching an strace of it, in case it helps.

Thanks again,

Alberto


-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3



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



Bug#510845: mpi-defaults: FTBFS/not available on alpha

2009-03-15 Thread Manuel Prinz
Am Sonntag, den 15.03.2009, 12:23 +0100 schrieb Adeodato Simó:
 There is an unfortunate problem with it, though: you can’t use an
 architecture restriction like [arch1 !arch2] in Build-Depends. That
 is, you can’t mix ! and non-!; if you stop to think about it, it
 doesn’t make sense.
 
 Just removing “alpha” completely from the Build-Depends line will just
 do the right thing as far as I can see. Could you make another upload?

Should have noticed myself, rookie mistake! Sure, will upload again.
Thanks for spotting this!

 Hm. Well, a warning is one thing, and the applications not working is
 another. libopenmpi1 is in lenny, with packages depending on it. Partial
 upgrades ought to work, so if applications stop working, seems like a
 SONAME bump is in order. If it’s only a warning, it can be fixed with
 Bin-NMUs, but it should be assessed with care.

As for Lenny, we're good. Lenny has a 1.2 series version, which is fine
with all software depending on it as of now. The breakage is only in the
1.3 series which is in Sid.

 I guess that when you say, “Upstream [...] will be ABI compatible
 starting from 1.3.2”, you mean that they don’t intend to bump the SONAME
 themselves for the breakage introduced earlier? That’d be a good start
 if you want to show you care about ABI compatibility...

I'm in contact with upstrean about that. The current situation is that
1.3 has the same SONAME as 1.2, though it should have been bumped. I'll
hope they'll bump the SONAME in 1.3.1 but that is not settled yet, as I
understand. I generally think that uploading 1.3.1 would be desireable
since it includes quite a few fixes and would make most of our current
patches obsolete, but they have no idea of a release date yet, so I'll
try to fix 1.3 for now.

I'll let you know how discussions with upstream went.

 Finally, what’s this business about maintainers not being happy about
 Bin-NMUs of their packages?

Not sure if this was rethorical question or if you'd like to have more
information on that.

Best regards
Manuel


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#519703: plugins not buildable with new method (-lpluginapi)

2009-03-15 Thread Robert Millan
On Sun, Mar 15, 2009 at 08:05:25PM +0900, Paul Wise wrote:
 
 I'm uploading an nsis with dh_strip -Xlibpluginapi.a, I'm not sure if I
 should file a bug on debhelper for the dh_strip side (yak shaving FTW).

I wouldn't.  Running strip is usually the right thing.

Thanks

-- 
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



Bug#510845: mpi-defaults: FTBFS/not available on alpha

2009-03-15 Thread Adeodato Simó
* Manuel Prinz [Sun, 15 Mar 2009 15:47:26 +0100]:

 Am Sonntag, den 15.03.2009, 12:23 +0100 schrieb Adeodato Simó:
  There is an unfortunate problem with it, though: you can’t use an
  architecture restriction like [arch1 !arch2] in Build-Depends. That
  is, you can’t mix ! and non-!; if you stop to think about it, it
  doesn’t make sense.

  Just removing “alpha” completely from the Build-Depends line will just
  do the right thing as far as I can see. Could you make another upload?

 Should have noticed myself, rookie mistake! Sure, will upload again.
 Thanks for spotting this!

Great, thank you.

  Hm. Well, a warning is one thing, and the applications not working is
  another. libopenmpi1 is in lenny, with packages depending on it. Partial
  upgrades ought to work, so if applications stop working, seems like a
  SONAME bump is in order. If it’s only a warning, it can be fixed with
  Bin-NMUs, but it should be assessed with care.

 As for Lenny, we're good. Lenny has a 1.2 series version, which is fine
 with all software depending on it as of now. The breakage is only in the
 1.3 series which is in Sid.

The problem is that 1.2 in Lenny and 1.3 in unstable share the same
SONAME/package name, libopenmpi1, so it is expected that applications in
Lenny will be able to work against any version of libopenmpi1 (provided
that its dependencies are met, of course).

  I guess that when you say, “Upstream [...] will be ABI compatible
  starting from 1.3.2”, you mean that they don’t intend to bump the SONAME
  themselves for the breakage introduced earlier? That’d be a good start
  if you want to show you care about ABI compatibility...

 I'm in contact with upstrean about that. The current situation is that
 1.3 has the same SONAME as 1.2, though it should have been bumped. I'll
 hope they'll bump the SONAME in 1.3.1 but that is not settled yet, as I
 understand. I generally think that uploading 1.3.1 would be desireable
 since it includes quite a few fixes and would make most of our current
 patches obsolete, but they have no idea of a release date yet, so I'll
 try to fix 1.3 for now.

Indeed, bumping the SONAME in 1.3.1 would be great if indeed ABI
compatibility has been broken. Thanks for pursuing this.

  Finally, what’s this business about maintainers not being happy about
  Bin-NMUs of their packages?

 Not sure if this was rethorical question or if you'd like to have more
 information on that.

No, it was not rethoric. You said the idea of Bin-NMUing was not welcome
by the maintainers of reverse build-dependencies, and I’m curious as to
why. It’s one thing if it was because they didn’t think it was an
appropriate solution; but maintainers should never mind their packages
getting rebuilt if that’s actually the correct solution. I was just
wondering which was the case.

Cheers,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




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



Bug#510845: mpi-defaults: FTBFS/not available on alpha

2009-03-15 Thread Luk Claes
Manuel Prinz wrote:
 Am Sonntag, den 15.03.2009, 12:23 +0100 schrieb Adeodato Simó:

 Finally, what’s this business about maintainers not being happy about
 Bin-NMUs of their packages?
 
 Not sure if this was rethorical question or if you'd like to have more
 information on that.

Certainly not rethorical. It would be good to know the reservations some
maintainers have about the binNMUs.

Cheers

Luk



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



Bug#394465: debian: unicorn 0.9.3 with kernel 2.6.26

2009-03-15 Thread Nick Leverton
Many thanks to Philippe Coval for the work he did.  Using that as a base,
I've successfully built a unicorn-pci-atm module for 2.6.26 which loads
and runs and connects to my ISP.

I still consider it a work in progress as I haven't yet updated
the Debian packaging.  But attached for reference is a diff of
/usr/src/modules/unicorn between unicorn-source-0.9.3-2 (last one in the
archive) and my working version.  This incorporates all previous patches
supplied to this bug number, with thanks to the authors.

If you can bear with me for a week or two whilst real life tasks
intervene, I will try to finish off the work, split this large patch up
into smaller ones for specific fixes and work on fixing up the Debian
packaging and module-assistant build.

Two points to note:

* I could not make the module load when treating the .cpp files as C++
  even though it compiles and links OK.  All I got instead were
  segfaults on module loading.  I found it necessary to build them as
  C by symlinking *.cpp as .c.  In my diff, the symlinked copies are
  shown as diffs against the previous .c files (which were not symlinks
  and were not identical to the previous .cpp files).

  I suspect the ABI to/from the closed source components may be at fault -
  perhaps it is just another instance of the regparm problem I fixed for
  the .c sources.  But, having read up on the flam^H^H^H^H history of
  other attempts to build C++ kernel modules, I lack the enthusiasm to
  resolve this when the unicorn module doesn't use any significant C++
  language features anyway and the few minor ones are easily re-cast as C.

* I've re-worked the PCI and ATM modules to remove or update deprecated
  and outdated kernel calls.  But for the USB module it looks as if the
  kernel USB team have decided nobody shall link non-GPL kernel code
  using their API, even if not for re-distribution.

  There are three ways round for someone who needs unicorn-usb -
  globally replace EXPORT_SYMBOL_GPL by EXPORT_SYMBOL in drivers/usb
  and rebuild one's own kernel (as suggested on LKML), or mis-declare
  the unicorn-usb module as GPL (as suggested by other private USB
  module builders), or re-write the unicorn-usb module in user space
  (best but hardest).  For Debian I suggest we change the packaging to
  just not build unicorn-usb and leave this decision up to the user.

diff -urw --exclude '*.[ao]' --exclude '*.sav' --exclude '*.ko' --exclude '.[a-z]*' --exclude '*.orig' --exclude '*.dbg' --exclude '*.new' ../unicorn-0.9.3-2/Makefile ./Makefile
--- ../unicorn-0.9.3-2/Makefile	2008-01-10 08:10:09.0 +
+++ ./Makefile	2009-03-12 22:45:18.0 +
@@ -15,6 +15,11 @@
 DIRS = adsl_status unicorntest tools
 DRVDIRS = libm unicorn_pci unicorn_usb
 
+ifneq ($(PATCHLEVEL),4)
+# regparm unconditionally forced by Kconfig  2.6.6; option removed some time after 2.6.18
+CONFIG_REGPARM = 1
+endif
+
 all: applis modules
 
 applis: 
diff -urw --exclude '*.[ao]' --exclude '*.sav' --exclude '*.ko' --exclude '.[a-z]*' --exclude '*.orig' --exclude '*.dbg' --exclude '*.new' ../unicorn-0.9.3-2/amu/amas.c ./amu/amas.c
--- ../unicorn-0.9.3-2/amu/amas.c	2008-01-10 08:10:08.0 +
+++ ./amu/amas.c	2009-03-12 20:13:58.0 +
@@ -23,7 +23,7 @@
 // ADSL Modem Software calls this function to report any state changes
 void AMSW_ANT_reportModemStateChange(AMSW_ModemState p_ModemState)
 {
-	char *s;
+	const char *s;
 
 	g_ModemState = p_ModemState;
 
@@ -54,7 +54,7 @@
 // ADSL Modem Software calls this function to report events
 void AMSW_ANT_reportEvent(AMSW_ModemEvent p_Event)
 {
-	char *s;
+	const char *s;
 	switch(p_Event)
 	{
 	default: s = UNKNOWN;break;
@@ -98,7 +98,7 @@
 // ADSL Modem Software calls this function to report the reason for failure
 void AMSW_ANT_reportModemFailure(AMSW_ModemFailure p_FailureCause)
 {
-	char *s;
+	const char *s;
 	switch(p_FailureCause)
 	{
 	case C_AMSW_UNCOMPATIBLE_LINECONDITIONS :
diff -urw --exclude '*.[ao]' --exclude '*.sav' --exclude '*.ko' --exclude '.[a-z]*' --exclude '*.orig' --exclude '*.dbg' --exclude '*.new' ../unicorn-0.9.3-2/amu/amas.cpp ./amu/amas.cpp
--- ../unicorn-0.9.3-2/amu/amas.cpp	2003-09-26 12:19:08.0 +0100
+++ ./amu/amas.cpp	2009-03-12 20:13:58.0 +
@@ -5,7 +5,7 @@
 
 extern unsigned long	g_ModemState, g_ShowtimeCounter;
 extern unsigned int 	g_WaitForShowtime, g_WaitForInit;
-extern boolL3_flag;
+extern BOOLEANL3_flag;
 	
 extern T_AMSW_ANT_StaticConfiguration	g_StaticCfg;
 extern T_AMSW_NT_NearEndLineOperData 	g_NearEndLineOperData;
@@ -23,9 +23,10 @@
 // ADSL Modem Software calls this function to report any state changes
 void AMSW_ANT_reportModemStateChange(AMSW_ModemState p_ModemState)
 {
+	const char *s;
+
 	g_ModemState = p_ModemState;
 
-	char *s;
 	switch(p_ModemState)
 	{
 	case C_AMSW_IDLE : s = IDLE; break; 
@@ -53,7 +54,7 @@
 // ADSL Modem Software calls this function to report 

Processed: unmerging 519545

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

 unmerge 519545
Bug#519545: Samba crash after last dist-upgrade
Bug#516218: getaddrinfo not working while gethostbyname works
Bug#519774: libc6: causes many programs not to be able to resolve dns addresses
Disconnected #519545 from all other report(s).


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#502267: marked as done (kxstitch_0.8.1-1(experimental/i386/demosthenes): configure: error: Couldn't find Magick++ header file. Install the ImageMagick++ devel package)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 16:21:45 +
with message-id e1lit5t-00058f...@ries.debian.org
and subject line Bug#485893: fixed in kxstitch 0.8.3.1-1
has caused the Debian Bug report #485893,
regarding kxstitch_0.8.1-1(experimental/i386/demosthenes): configure: error: 
Couldn't find Magick++ header file.  Install the ImageMagick++ devel package
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.)


-- 
485893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kxstitch
Version: 0.8.1-1
Severity: serious
Tags: experimental

Heya,

Your package failed to build on my system:

| Automatic build of kxstitch_0.8.1-1 on demosthenes.ayous.org by sbuild/i386 
98-farm
| Build started at 20081014-0508
| **

[...]

| checking Magick++.h usability... no
| checking Magick++.h presence... no
| checking for Magick++.h... no
| configure: error: Couldn't find Magick++ header file.  Install the 
ImageMagick++ devel package
| make: *** [config.status] Error 1
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20081014-0515
| FAILED [dpkg-buildpackage died]
| Build needed 00:01:05, 5876k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=i386pkg=kxstitchver=0.8.1-1

Marc
-- 
BOFH #249:
Unfortunately we have run out of bits/bytes/whatever. Don't worry,
the next supply will be coming next week.


---End Message---
---BeginMessage---
Source: kxstitch
Source-Version: 0.8.3.1-1

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

kxstitch_0.8.3.1-1.diff.gz
  to pool/main/k/kxstitch/kxstitch_0.8.3.1-1.diff.gz
kxstitch_0.8.3.1-1.dsc
  to pool/main/k/kxstitch/kxstitch_0.8.3.1-1.dsc
kxstitch_0.8.3.1-1_amd64.deb
  to pool/main/k/kxstitch/kxstitch_0.8.3.1-1_amd64.deb
kxstitch_0.8.3.1.orig.tar.gz
  to pool/main/k/kxstitch/kxstitch_0.8.3.1.orig.tar.gz



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 485...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike O'Connor s...@debian.org (supplier of updated kxstitch 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, 15 Mar 2009 09:07:18 -0400
Source: kxstitch
Binary: kxstitch
Architecture: source amd64
Version: 0.8.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Mike O'Connor s...@debian.org
Changed-By: Mike O'Connor s...@debian.org
Description: 
 kxstitch   - cross-stitch pattern creator and editor for KDE
Closes: 485893
Changes: 
 kxstitch (0.8.3.1-1) unstable; urgency=low
 .
   * New Upstream Version
   * Chnage build-dep to work with new libmagick++-dev (Closes: 485893)
Checksums-Sha1: 
 8e43e41db9bcf8799275791583923de26d1dbe7a 1104 kxstitch_0.8.3.1-1.dsc
 10f34b18f2b1720470e899ac3c78f7ae6c8c94cb 945680 kxstitch_0.8.3.1.orig.tar.gz
 88280a862975b1a53d70d402d98fc379ef46d8fd 7284 kxstitch_0.8.3.1-1.diff.gz
 2db2c59af798c94f430a1e8d487eba6d3c224b53 512480 kxstitch_0.8.3.1-1_amd64.deb
Checksums-Sha256: 
 24ce983c950b6d26d600f013ad0e2987377cfd439bdba1fe2979e1a60af51f17 1104 
kxstitch_0.8.3.1-1.dsc
 616e69bd9e7836a02363cb9e5aabeea526b3d2a17650f742b0b45a5aadf651b7 945680 
kxstitch_0.8.3.1.orig.tar.gz
 2923822a2d69be8a06d53df292cacabb14ebc29d21c5edab4b250f206f9702ef 7284 
kxstitch_0.8.3.1-1.diff.gz
 a8707ac2ed475b809f6574184212aaca1462c155aec71de2428a166ba9a2410d 512480 
kxstitch_0.8.3.1-1_amd64.deb
Files: 
 c13856120a7863fd7fab07443d098d1b 1104 kde optional kxstitch_0.8.3.1-1.dsc
 2c03694a8a2cc7d2ae6e235fa3814cb7 945680 kde optional 
kxstitch_0.8.3.1.orig.tar.gz
 ab7f66052f3914d8bf1444e335c21105 7284 kde optional kxstitch_0.8.3.1-1.diff.gz
 fadee5dd2d43f31ccf55f6c559ba90c0 512480 kde optional 
kxstitch_0.8.3.1-1_amd64.deb

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

iEYEARECAAYFAkm9EjkACgkQ9Cbhsr6b+NrmGQCfYSUFJTaW0z1hGm2/takxnQgb
c2oAn2fAr7M0hYfml+Va2jwJ9IyIHdG9
=z6BB
-END PGP SIGNATURE-


---End Message---


Bug#485893: marked as done (kxstitch: Update build-depends to the new ImageMagick packages)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 16:21:45 +
with message-id e1lit5t-00058f...@ries.debian.org
and subject line Bug#485893: fixed in kxstitch 0.8.3.1-1
has caused the Debian Bug report #485893,
regarding kxstitch: Update build-depends to the new ImageMagick packages
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.)


-- 
485893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kxstitch
Severity: wishlist

Hi!

We are trying to have a newer ImageMagick uploaded to unstable until
the end of June, but we need your help.

The new ImageMagick packages are available at experimental, with SONAME
and package name changes.

While testing your package kxstitch we saw that it fails to build with
the new ImageMagick package. At [1] you can find a patch to fix this.
Note that the patch might not be the best nor the most correct solution.

[1] 
http://people.debian.org/~naoliv/misc/imagemagick/transition/patch-kxstitch.txt

What we ask is if it's possible to you verify the correctness of our
patch, apply it, test your package and upload a new revision of it
to experimental.

If you have any doubts you can contact us at
pkg-gmagick-im-t...@lists.alioth.debian.org.

Thank you very much!

Best regards,
Nelson



---End Message---
---BeginMessage---
Source: kxstitch
Source-Version: 0.8.3.1-1

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

kxstitch_0.8.3.1-1.diff.gz
  to pool/main/k/kxstitch/kxstitch_0.8.3.1-1.diff.gz
kxstitch_0.8.3.1-1.dsc
  to pool/main/k/kxstitch/kxstitch_0.8.3.1-1.dsc
kxstitch_0.8.3.1-1_amd64.deb
  to pool/main/k/kxstitch/kxstitch_0.8.3.1-1_amd64.deb
kxstitch_0.8.3.1.orig.tar.gz
  to pool/main/k/kxstitch/kxstitch_0.8.3.1.orig.tar.gz



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 485...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike O'Connor s...@debian.org (supplier of updated kxstitch 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, 15 Mar 2009 09:07:18 -0400
Source: kxstitch
Binary: kxstitch
Architecture: source amd64
Version: 0.8.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Mike O'Connor s...@debian.org
Changed-By: Mike O'Connor s...@debian.org
Description: 
 kxstitch   - cross-stitch pattern creator and editor for KDE
Closes: 485893
Changes: 
 kxstitch (0.8.3.1-1) unstable; urgency=low
 .
   * New Upstream Version
   * Chnage build-dep to work with new libmagick++-dev (Closes: 485893)
Checksums-Sha1: 
 8e43e41db9bcf8799275791583923de26d1dbe7a 1104 kxstitch_0.8.3.1-1.dsc
 10f34b18f2b1720470e899ac3c78f7ae6c8c94cb 945680 kxstitch_0.8.3.1.orig.tar.gz
 88280a862975b1a53d70d402d98fc379ef46d8fd 7284 kxstitch_0.8.3.1-1.diff.gz
 2db2c59af798c94f430a1e8d487eba6d3c224b53 512480 kxstitch_0.8.3.1-1_amd64.deb
Checksums-Sha256: 
 24ce983c950b6d26d600f013ad0e2987377cfd439bdba1fe2979e1a60af51f17 1104 
kxstitch_0.8.3.1-1.dsc
 616e69bd9e7836a02363cb9e5aabeea526b3d2a17650f742b0b45a5aadf651b7 945680 
kxstitch_0.8.3.1.orig.tar.gz
 2923822a2d69be8a06d53df292cacabb14ebc29d21c5edab4b250f206f9702ef 7284 
kxstitch_0.8.3.1-1.diff.gz
 a8707ac2ed475b809f6574184212aaca1462c155aec71de2428a166ba9a2410d 512480 
kxstitch_0.8.3.1-1_amd64.deb
Files: 
 c13856120a7863fd7fab07443d098d1b 1104 kde optional kxstitch_0.8.3.1-1.dsc
 2c03694a8a2cc7d2ae6e235fa3814cb7 945680 kde optional 
kxstitch_0.8.3.1.orig.tar.gz
 ab7f66052f3914d8bf1444e335c21105 7284 kde optional kxstitch_0.8.3.1-1.diff.gz
 fadee5dd2d43f31ccf55f6c559ba90c0 512480 kde optional 
kxstitch_0.8.3.1-1_amd64.deb

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

iEYEARECAAYFAkm9EjkACgkQ9Cbhsr6b+NrmGQCfYSUFJTaW0z1hGm2/takxnQgb
c2oAn2fAr7M0hYfml+Va2jwJ9IyIHdG9
=z6BB
-END PGP SIGNATURE-


---End Message---


Processed: tagging 518775

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

 tags 518775 + pending
Bug#518775: java3d: FTBFS: You must specify a valid JAVA_HOME or JAVACMD!
There were no tags set.
Tags added: 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#517533: marked as done (libmarble requires plugins (.so) to operate correctly)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 16:21:42 +
with message-id e1lit5q-00057n...@ries.debian.org
and subject line Bug#517533: fixed in kdeedu 4:4.2.1-1
has caused the Debian Bug report #517533,
regarding libmarble requires plugins (.so) to operate correctly
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.)


-- 
517533: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517533
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libmarble4
Version: 4:4.2.0-1
Severity: critical

IIRC:
[23:37] pos OK so I'll raise a grave bug, recommend that the plugins (.so) be 
placed in libmarble and that subsequent libmarble conflict with each other.  
[23:38] MoDaX pos: yeah, go ahead

As currently shipped libmarble4 doesn't include the plugins (.so) they are
shipped with the marble package.

However applications calling libmarble4 crash if the plugins are not installed.

The upstream solution is to include the plugins with the library (They 
aren't application specific anyways but meant for wide use).

This means subseqent versions of library package need to conflict as the plugins
are not versioned with soname.

digikam crash without plugins installed:
Application: digiKam (digikam), signal SIGSEGV
[Current thread is 0 (LWP 23419)]

Thread 9 (Thread 0xb3399b90 (LWP 23420)):
#0  0xb7f9f424 in __kernel_vsyscall ()
#1  0xb51fbfb5 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0xb55f6f2d in __pthread_cond_wait (cond=0x8bae190, mutex=0x8bae178) at 
forward.c:139
#3  0xb57df542 in QWaitCondition::wait (this=0x8bae0b0, mutex=0x8bae0ac, 
time=4294967295) at thread/qwaitcondition_unix.cpp:82
#4  0x0828e879 in Digikam::ScanController::run (this=0x8bade50) at 
/home/mark/src/kde-extras/build-area/digikam-0.10.0~rc2/digikam/scancontroller.cpp:412
#5  0xb57de52e in QThreadPrivate::start (arg=0x8bade50) at 
thread/qthread_unix.cpp:185
#6  0xb51f84e5 in start_thread (arg=0xb3399b90) at pthread_create.c:297
#7  0xb55e810e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 8 (Thread 0xb204eb90 (LWP 23423)):
#0  0xb7f9f424 in __kernel_vsyscall ()
#1  0xb51fbfb5 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0xb55f6f2d in __pthread_cond_wait (cond=0x9008c30, mutex=0x9008c18) at 
forward.c:139
#3  0xb57df542 in QWaitCondition::wait (this=0x8df18c0, mutex=0x8df18bc, 
time=4294967295) at thread/qwaitcondition_unix.cpp:82
#4  0xb71dabda in Digikam::LoadSaveThread::run (this=0x8df18b0) at 
/home/mark/src/kde-extras/build-area/digikam-0.10.0~rc2/libs/threadimageio/loadsavethread.cpp:131
#5  0xb57de52e in QThreadPrivate::start (arg=0x8df18b0) at 
thread/qthread_unix.cpp:185
#6  0xb51f84e5 in start_thread (arg=0xb204eb90) at pthread_create.c:297
#7  0xb55e810e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 7 (Thread 0xb284fb90 (LWP 23424)):
#0  0xb7f9f424 in __kernel_vsyscall ()
#1  0xb51fbfb5 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/i686/cmov/libpthread.so.0
#2  0xb55f6f2d in __pthread_cond_wait (cond=0x8de82a0, mutex=0x8de8288) at 
forward.c:139
#3  0xb57df542 in QWaitCondition::wait (this=0x8deef28, mutex=0x8deef24, 
time=4294967295) at thread/qwaitcondition_unix.cpp:82
#4  0xb71dabda in Digikam::LoadSaveThread::run (this=0x8deef18) at 
/home/mark/src/kde-extras/build-area/digikam-0.10.0~rc2/libs/threadimageio/loadsavethread.cpp:131
#5  0xb57de52e in QThreadPrivate::start (arg=0x8deef18) at 
thread/qthread_unix.cpp:185
#6  0xb51f84e5 in start_thread (arg=0xb284fb90) at pthread_create.c:297
#7  0xb55e810e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 6 (Thread 0xaf3afb90 (LWP 23430)):
#0  0xb7f9f424 in __kernel_vsyscall ()
#1  0xb51fc2e2 in pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0xb55f6f84 in __pthread_cond_timedwait (cond=0x91c4100, mutex=0x91c40e8, 
abstime=0xaf3af36c) at forward.c:152
#3  0xb016590f in ?? () from /usr/lib/libxine.so.1

Thread 5 (Thread 0xae72db90 (LWP 23431)):
#0  0xb7f9f424 in __kernel_vsyscall ()
#1  0xb55e05b1 in select () from /lib/i686/cmov/libc.so.6
#2  0xb018ef6e in xine_usec_sleep () from /usr/lib/libxine.so.1
#3  0x in ?? ()

Thread 4 (Thread 0xadf2cb90 (LWP 23432)):
#0  0xb4e3e0c7 in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
#1  0xb4e3e6ea in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x095d7b80 in ?? ()
#3  0xadf2c1f8 in ?? ()
#4  0x095d7260 in ?? ()
#5  0x0001 in ?? ()
#6  0xb4eb7a28 in ?? () from /usr/lib/libglib-2.0.so.0
#7  0xb4eb7658 in ?? () from 

Bug#518203: marked as done (/etc/init.d/i8kbuttons: 23: Syntax error: ( unexpected)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 16:20:37 +
with message-id e1lit4n-0004mg...@ries.debian.org
and subject line Bug#518203: fixed in i8kutils 1.27+nmu2
has caused the Debian Bug report #518203,
regarding /etc/init.d/i8kbuttons: 23: Syntax error: ( unexpected
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.)


-- 
518203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: i8kutils
Version: 1.27+nmu1
Severity: grave
Justification: renders package unusable

Hi!

While upgrading i8kutils:

Configuring i8kutils (1.27+nmu1) ...
insserv: warning: script 'i8kmon' missing LSB tags and overrides
insserv: warning: current stop runlevel(s) (0 1 6) of script `pppd-dns' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 1 6) of script 
`console-screen.sh' overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 1 6) of script `cpufrequtils' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 1 6) of script `sysfsutils' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 6) of script `hdparm' overwrites 
defaults (empty).
insserv: warning: script 'i8kbuttons' missing LSB tags and overrides
insserv: warning: script 'K01i8kmon' missing LSB tags and overrides
insserv: warning: script 'i8kbuttons' missing LSB tags and overrides
insserv: warning: current stop runlevel(s) (0 1 6) of script `pppd-dns' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 1 6) of script 
`console-screen.sh' overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 1 6) of script `cpufrequtils' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 1 6) of script `sysfsutils' 
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (0 6) of script `hdparm' overwrites 
defaults (empty).
insserv: warning: script 'i8kmon' missing LSB tags and overrides
/etc/init.d/i8kbuttons: 23: Syntax error: ( unexpected
invoke-rc.d: initscript i8kbuttons, action start failed.
dpkg: error while processing i8kutils (--configure):
 subprocess installed post-installation script returned error exit status 2

Thank you!

Best regards,
Nelson

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

Kernel: Linux 2.6.28.6-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages i8kutils depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  tk8.4 [wish]  8.4.19-3   Tk toolkit for Tcl and X11, v8.4 -
ii  tk8.5 [wish]  8.5.6-3Tk toolkit for Tcl and X11, v8.5 -

i8kutils recommends no packages.

i8kutils suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: i8kutils
Source-Version: 1.27+nmu2

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

i8kutils_1.27+nmu2.dsc
  to pool/main/i/i8kutils/i8kutils_1.27+nmu2.dsc
i8kutils_1.27+nmu2.tar.gz
  to pool/main/i/i8kutils/i8kutils_1.27+nmu2.tar.gz
i8kutils_1.27+nmu2_amd64.deb
  to pool/main/i/i8kutils/i8kutils_1.27+nmu2_amd64.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 518...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Kern pk...@debian.org (supplier of updated i8kutils 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, 15 Mar 2009 13:31:56 +0100
Source: i8kutils
Binary: i8kutils i8kutils-smm
Architecture: source amd64
Version: 1.27+nmu2
Distribution: unstable
Urgency: low
Maintainer: Massimo Dal Zotto d...@debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 i8kutils   - utilities for Dell Inspiron and Latitude laptops
 i8kutils-smm - smm test programs for Dell Inspiron and Latitude laptops
Closes: 518203 518205
Changes: 
 i8kutils (1.27+nmu2) unstable; urgency=low
 .
   * Fix a bashism in the i8kbuttons init script.  (Closes: 

Processed: dates: FTBFS

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

 retitle 519633 FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
Bug#519633: modest: FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
Changed Bug title to `FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared' 
from `modest: FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared'.

 tags 519633 +patch
Bug#519633: FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
There were no tags set.
Tags added: patch

 retitle 519733 FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
Bug#519733: dates FTBFS in sid
Changed Bug title to `FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared' 
from `dates FTBFS in sid'.

 tags 519733 +patch
Bug#519733: FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
There were no tags set.
Tags added: patch

 forcemerge 519633 519733
Bug#519633: FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
Bug#519733: FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
Forcibly Merged 519633 519733.

 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#518205: marked as done (bashism in the init script)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 16:20:37 +
with message-id e1lit4n-0004mi...@ries.debian.org
and subject line Bug#518205: fixed in i8kutils 1.27+nmu2
has caused the Debian Bug report #518205,
regarding bashism in the init script
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.)


-- 
518205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: i8kutils
Version: 1.27+nmu1
Severity: serious
Tags: patch

-function i8k_setkeycodes() {
+i8k_setkeycodes() {

Also, /etc/i8kbuttons should be moved to /etc/default/i8kbuttons .

-- 
ciao,
Marco


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: i8kutils
Source-Version: 1.27+nmu2

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

i8kutils_1.27+nmu2.dsc
  to pool/main/i/i8kutils/i8kutils_1.27+nmu2.dsc
i8kutils_1.27+nmu2.tar.gz
  to pool/main/i/i8kutils/i8kutils_1.27+nmu2.tar.gz
i8kutils_1.27+nmu2_amd64.deb
  to pool/main/i/i8kutils/i8kutils_1.27+nmu2_amd64.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 518...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Philipp Kern pk...@debian.org (supplier of updated i8kutils 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, 15 Mar 2009 13:31:56 +0100
Source: i8kutils
Binary: i8kutils i8kutils-smm
Architecture: source amd64
Version: 1.27+nmu2
Distribution: unstable
Urgency: low
Maintainer: Massimo Dal Zotto d...@debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 i8kutils   - utilities for Dell Inspiron and Latitude laptops
 i8kutils-smm - smm test programs for Dell Inspiron and Latitude laptops
Closes: 518203 518205
Changes: 
 i8kutils (1.27+nmu2) unstable; urgency=low
 .
   * Fix a bashism in the i8kbuttons init script.  (Closes: #518205)
   * Add a LSB header to the init scripts.  (Closes: #518203)
Checksums-Sha1: 
 b8004a8528ce900d8910ae1509bb7d59f6af9fd7 767 i8kutils_1.27+nmu2.dsc
 1424f77d3cbb1cb0332e5222b3830db2585eef09 44646 i8kutils_1.27+nmu2.tar.gz
 e0405b98f320232a91205f49598ceee6a9c2e98e 34312 i8kutils_1.27+nmu2_amd64.deb
Checksums-Sha256: 
 2060836dac52a7f5327728d50358f4bdb99d61ee4417e4e589e99a06bf10303e 767 
i8kutils_1.27+nmu2.dsc
 bd94220ba197cc3306649c4ddc9c6efeee3b8486936de9b09d8fd4f041444dae 44646 
i8kutils_1.27+nmu2.tar.gz
 124b98c98f85ae9317b08ca29902216e5aa078bb26a0980cf1fee400fb22a9c4 34312 
i8kutils_1.27+nmu2_amd64.deb
Files: 
 e2f1a39365d484d9d34e24ac695cc7b8 767 utils optional i8kutils_1.27+nmu2.dsc
 a1b77e1105a974bc81dc36ab4ff7eb46 44646 utils optional i8kutils_1.27+nmu2.tar.gz
 16fa60d0748931913405c0d2e5725d0e 34312 utils optional 
i8kutils_1.27+nmu2_amd64.deb

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

iEYEARECAAYFAkm89zkACgkQ7Ro5M7LPzdi3qACeLB0j+0OP4yiIDlOQIRk57QGu
o+0AoI1OPA/R7qkq9MCIY3izsu3vT6iR
=SpZR
-END PGP SIGNATURE-


---End Message---


Bug#519843: sensors-applet: FTBFS: configure: error: The intltool scripts were not found. Please install intltool.

2009-03-15 Thread Kurt Roeckx
Source: sensors-applet
Version: 2.2.3-1
Severity: serious

Hi,

Your package is failing to build with the following error:
checking whether NLS is requested... yes
checking for intltool-update... no
checking for intltool-merge... no
checking for intltool-extract... no
configure: error: The intltool scripts were not found. Please install intltool.
make: *** [config.status] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


Kurt




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



Bug#513513: marked as done (CVE-2009-0314: Untrusted search path vulnerability)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 16:19:19 +
with message-id e1lit3x-0004c2...@ries.debian.org
and subject line Bug#513513: fixed in gedit 2.24.3-1
has caused the Debian Bug report #513513,
regarding CVE-2009-0314: Untrusted search path vulnerability
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.)


-- 
513513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513513
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gedit
Severity: important

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for gedit.

CVE-2009-0314[0]:
| Untrusted search path vulnerability in the Python module in gedit
| allows local users to execute arbitrary code via a Trojan horse Python
| file in the current working directory, related to a vulnerability in
| the PySys_SetArgv function (CVE-2008-5983).

There are more information in the redhat bugreport[1] including a
patch[2].

For stable, this issue could be fixed via stable-proposed-updates. It
seems that the vulnerable function is gedit_python_module_init_python().

For lenny, it could be fixed via migration from unstable.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0314
http://security-tracker.debian.net/tracker/CVE-2009-0314
[1] https://bugzilla.redhat.com/show_bug.cgi?id=481556
[2] https://bugzilla.redhat.com/attachment.cgi?id=330031


---End Message---
---BeginMessage---
Source: gedit
Source-Version: 2.24.3-1

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

gedit-common_2.24.3-1_all.deb
  to pool/main/g/gedit/gedit-common_2.24.3-1_all.deb
gedit-dev_2.24.3-1_all.deb
  to pool/main/g/gedit/gedit-dev_2.24.3-1_all.deb
gedit_2.24.3-1.diff.gz
  to pool/main/g/gedit/gedit_2.24.3-1.diff.gz
gedit_2.24.3-1.dsc
  to pool/main/g/gedit/gedit_2.24.3-1.dsc
gedit_2.24.3-1_amd64.deb
  to pool/main/g/gedit/gedit_2.24.3-1_amd64.deb
gedit_2.24.3.orig.tar.gz
  to pool/main/g/gedit/gedit_2.24.3.orig.tar.gz



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 513...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Josselin Mouette j...@debian.org (supplier of updated gedit 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, 15 Mar 2009 12:17:40 +0100
Source: gedit
Binary: gedit gedit-common gedit-dev
Architecture: source all amd64
Version: 2.24.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gedit  - official text editor of the GNOME desktop environment
 gedit-common - official text editor of the GNOME desktop environment (support 
fi
 gedit-dev  - official text editor of the GNOME desktop environment (developmen
Closes: 510572 513513
Changes: 
 gedit (2.24.3-1) unstable; urgency=low
 .
   * 02_externaltools_locale.patch: new patch. Use LC_MESSAGES to
 determine the current language for the external tools.
 Closes: #510572.
   * New upstream release.
   * 03_python_path.patch: new patch. Pass GEDIT_PLUGINDIR
 to PySys_SetArgv as a big hackish workaround to CVE-2009-0314.
 Closes: #513513.
Checksums-Sha1: 
 2499373bbb622a363caf0b916d3f92e9111a2a6c 1665 gedit_2.24.3-1.dsc
 72a4053ce77ee097ec2c27304e8a9225fbd58cbd 6167208 gedit_2.24.3.orig.tar.gz
 97cab1c6aec0dd849dafddb348716c9774fb0cd1 15098 gedit_2.24.3-1.diff.gz
 412903c756860dd449f47cc70f974d1018a7e1c2 4074264 gedit-common_2.24.3-1_all.deb
 f192029edf6e5ba4f5d12887646f6073f86d572e 146042 gedit-dev_2.24.3-1_all.deb
 9d4b3cd901c6b4c75cdd482a153d1e6b8f86d6ed 881756 gedit_2.24.3-1_amd64.deb
Checksums-Sha256: 
 bd19970b987e0f4dfe62bc08de1a1edb0eac17b3cbc9121fc786ef36871be727 1665 
gedit_2.24.3-1.dsc
 539a999e1acfb3f5c9f6ed2d5e30ad5ce0701922253bbd06acfd1646cf6ea071 6167208 
gedit_2.24.3.orig.tar.gz
 5cd7e4ae9a9a5942c169608ca0ea47953884cb1a625a15efbaa0989e335f8cc7 15098 
gedit_2.24.3-1.diff.gz
 1792da477dee57facdeb6a0b6ba9ca83ced95f47edad7980518b6e5b5f6c67e0 4074264 

Bug#519633: dates: FTBFS

2009-03-15 Thread Riku Voipio
retitle 519633 FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
tags 519633 +patch
retitle 519733 FTBFS: error: 'HILDON_HARDKEY_FULLSCREEN' undeclared
tags 519733 +patch
forcemerge 519633 519733
thanks

This patch fixes it. I need to upload fixed libhildon1 first, thou.

diff -urN orig/dates-0.4.6/src/dates_callbacks.c 
dates-0.4.6/src/dates_callbacks.c
--- orig/dates-0.4.6/src/dates_callbacks.c  2008-02-27 11:04:52.0 
+
+++ dates-0.4.6/src/dates_callbacks.c   2009-03-14 19:40:15.0 +
@@ -30,6 +30,7 @@

 #ifdef WITH_HILDON
 #include libosso.h
+#include hildon/hildon-defines.h
 #include hildon/hildon-window.h
 #include hildon/hildon-program.h
 #include hildon/hildon-time-editor.h

-- 
rm -rf only sounds scary if you don't have backups



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



Bug#519703: marked as done (plugins not buildable with new method (-lpluginapi))

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 17:17:38 +
with message-id e1litxy-0002lt...@ries.debian.org
and subject line Bug#519703: fixed in nsis 2.44-3
has caused the Debian Bug report #519703,
regarding plugins not buildable with new method (-lpluginapi)
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.)


-- 
519703: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nsis
Version: 2.44-2
Severity: serious

When attempting to build a plugin:

i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror 
-L/usr/i586-mingw32msvc/lib/nsis -lpluginapi sm_cleanboot.c -shared -o 
sm_cleanboot.dll
/usr/i586-mingw32msvc/lib/nsis/libpluginapi.a: could not read symbols: Archive 
has no index; run ranlib to add one

Note: you should run i586-mingw32msvc-ranlib, not ranlib as the error message 
says

After i586-mingw32msvc-ranlib is run, breakage still happens:

i586-mingw32msvc-gcc -Os -Wl,--file-alignment,512 -Werror -L. -lpluginapi 
sm_cleanboot.c -shared -o sm_cleanboot.dll
/tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x18): undefined reference to 
`_g_stringsize'
/tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x20): undefined reference to 
`_g_stacktop'
/tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x28): undefined reference to 
`_g_variables'
/tmp/cc8gFFj2.o:sm_cleanboot.c:(.text+0x69): undefined reference to 
`_pushstr...@4'

The first three symbols are declared as externs in pluginapi.h
(should they be there?).  The last one appears to be provided by
libpluginapi.a, no idea why it can't be resolved.

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

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

Versions of packages nsis depends on:
ii  lib32gcc1 1:4.3.3-5  GCC support library (32 bit Versio
ii  lib32stdc++6  4.3.3-5The GNU Standard C++ Library v3 (3
ii  libc6-i3862.9-4  GNU C Library: 32bit shared librar

nsis recommends no packages.

Versions of packages nsis suggests:
ii  mingw32 4.2.1.dfsg-1 Minimalist GNU win32 (cross) compi
pn  winenone   (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: nsis
Source-Version: 2.44-3

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

nsis_2.44-3.diff.gz
  to pool/main/n/nsis/nsis_2.44-3.diff.gz
nsis_2.44-3.dsc
  to pool/main/n/nsis/nsis_2.44-3.dsc
nsis_2.44-3_amd64.deb
  to pool/main/n/nsis/nsis_2.44-3_amd64.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 519...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Paul Wise p...@debian.org (supplier of updated nsis 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: Mon, 16 Mar 2009 01:26:29 +0900
Source: nsis
Binary: nsis
Architecture: source amd64
Version: 2.44-3
Distribution: unstable
Urgency: low
Maintainer: Paul Wise p...@debian.org
Changed-By: Paul Wise p...@debian.org
Description: 
 nsis   - Nullsoft Scriptable Install System (modified for Debian)
Closes: 519703
Changes: 
 nsis (2.44-3) unstable; urgency=low
 .
   * Don't let dh_strip work on (and break) the libpluginapi.a file
 (Closes: #519703).
   * Support new nocheck option in DEB_BUILD_OPTIONS
   * Bump Standards-Version, nsis now complies
Checksums-Sha1: 
 0bcba462dcae9b6b8a4b96ca20370167ef130117 1083 nsis_2.44-3.dsc
 a437f69e9c3ae85330b6836983a3b7dd1cfc782e 18961 nsis_2.44-3.diff.gz
 bb7002b6513a847625949fe0966ed5e7ddfa0c0d 1818076 nsis_2.44-3_amd64.deb
Checksums-Sha256: 
 c27ada11752caf94a1e9e0ed55db2fae87fe60d82066024567bf34fc56ce1881 1083 
nsis_2.44-3.dsc
 1e1d3d98fa2a6485cc75dcfe9adc92489bb8ac8916038d50e09515fa4267 18961 
nsis_2.44-3.diff.gz
 012863e794ee1eb908fe61a5d066ae922d4630d666a588519b854281a47aa784 1818076 
nsis_2.44-3_amd64.deb
Files: 
 5c4fd45d9e19b8813b28817a368638ea 1083 devel optional nsis_2.44-3.dsc
 cd5b5b5dec3012a5ba4d756b4c6e0860 

Bug#516848: pm-utils: suspend no longer works

2009-03-15 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

reassign 516848 uswsusp
forcemerge 519608 516848
severity 519608 serious
found 519608 0.8-1.1+b1
thanks

Actually the problem is in uswsusp.

Cheers,

Marcus
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkm9QOMACgkQXjXn6TzcAQnuXACgxN3sP+JvSPu+iwyhztrw1CY6
Qs0AoJSuIfow23tEa+4xhjSONYxT3qWh
=5Ima
-END PGP SIGNATURE-



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



Processed: pm-utils: suspend no longer works

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

 reassign 516848 uswsusp
Bug#516848: pm-utils: suspend no longer works
Bug reassigned from package `pm-utils' to `uswsusp'.

 forcemerge 519608 516848
Bug#519608: [uswsusp] Should depend on libpci = 3.1
Bug#516848: pm-utils: suspend no longer works
Forcibly Merged 516848 519608.

 severity 519608 serious
Bug#519608: [uswsusp] Should depend on libpci = 3.1
Bug#516848: pm-utils: suspend no longer works
Severity set to `serious' from `normal'

 found 519608 0.8-1.1+b1
Bug#519608: [uswsusp] Should depend on libpci = 3.1
Bug#516848: pm-utils: suspend no longer works
Bug marked as found in version 0.8-1.1+b1.

 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: forcibly merging 519545 517360

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

 forcemerge 519545 517360
Bug#519545: Samba crash after last dist-upgrade
Bug#517360: programs fail with ../sysdeps/posix/getaddrinfo.c:1457: 
rfc3484_sort Assertion .. failed
Forcibly Merged 517360 519545.


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#519855: wwwoffle root CA certificate expiry freezes boot

2009-03-15 Thread jidanni
Package: wwwoffle
Version: 2.9d-3
Severity: critical
X-debbugs-Cc: wwwoffle-us...@gedanken.demon.co.uk,a...@gedanken.demon.co.uk

Dear Debian WWWOFFLE maintainer: when wwwoffle's certificate expires,
http://mid.gmane.org/87fxhha9j2@jidanni.org
http://mid.gmane.org/fcaeb9bf0903111614t787a2cd5k362ff3878e2f5...@mail.gmail.com
booting waits for it to be rebuilt, which may take forever, i.e.,
cannot boot, depending on ones system, especially at boot time when
there is little entropy.

The notice The WWWOFFLE root CA files don't exist. Please
stand by while these are generated (this may take very long, depending
on your system). only is seen in the logs, not on the screen. Nor are
there progress indicators. Even on gigahertz systems, minutes go by
with the user staring at frozen boot messages, which may be underneath
a splashscreen, e.g., on a cellphone, where half an hour will go by
with no sign of whenever one might be able to finish booting.

I repeat, there is not enough entropy at boot. You effectively lock
users out of the whole system with this ticking time bomb.

Workaround:
Reboot (CTRL-ALT-DEL) into single user mode.
update-rc.d -f wwwoffle remove
or boot from emergency Knoppix etc. CD and 
rm /etc/rc?.d/S20wwwoffle and reboot.

Later after boot, when it will no longer make the whole system wait,
and there is more entropy, one may try removing the empty
/etc/wwwoffle/certificates/root/root-key.pem and rebuilding it using
/etc/init.d/wwwoffle start.

If after many minutes this never completes, consider copying it from a
machine that has one...?

Then
# update-rc.d wwwoffle default

Another consideration is how to install wwwoffle on smaller devices in
the first place. One can only copy the certificate by hand from
another machine.

Anyway, in the http://news.gmane.org/gmane.network.wwwoffle.user there
is mention about redesigns, as apparently this time bomb has gone off
at about the same time for several people...



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



Bug#519148: gnucash: Upstream Fix

2009-03-15 Thread Byron Clark
Package: gnucash
Version: 2.2.6-2
Followup-For: Bug #519148

It appears that upstream fixed this
(http://bugzilla.gnome.org/show_bug.cgi?id=563273) in GnuCash 2.2.8.


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

Kernel: Linux 2.6.26-1-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

Versions of packages gnucash depends on:
ii  gconf2 2.24.0-7  GNOME configuration database syste
ii  gnucash-common 2.2.6-2   A personal finance tracking progra
ii  guile-1.6-libs 1.6.8-6.3 Main Guile libraries
ii  guile-1.6-slib 1.6.8-6.3 Guile SLIB support
ii  libaqbanking20 3.8.2-1   library for online banking applica
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-5 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl   0.57-1+b1 Support for https protocol in LWP
ii  libdate-manip-perl 5.54-1a perl library for manipulating da
ii  libfinance-quote-perl  1.15-1Perl module for retrieving stock q
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4   FreeType 2 font engine, shared lib
ii  libgconf2-42.24.0-7  GNOME configuration database syste
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgnome2-02.24.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeprint2.2-0 2.18.6-1  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.18.4-1  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.24.0-2GNOME Virtual File System (runtime
ii  libgoffice-0-4 0.4.2-4   Document centric objects library -
ii  libgsf-1-114   1.14.11-2 Structured File Library - runtime 
ii  libgtk2.0-02.14.7-4+b1   The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.12.3-3  HTML rendering/editing library - r
ii  libguile-ltdl-11.6.8-6.3 Guile's patched version of libtool
ii  libgwenhywfar473.7.2-1   OS abstraction layer
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libktoblzcheck1c2a 1.21-1library for verification of accoun
ii  libofx41:0.9.0-3 library to support Open Financial 
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libosp51.5.2-6   Runtime library for OpenJade group
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library for X a
ii  libpng12-0 1.2.35-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxcb-render-util00.3.3-2+b1utility libraries for X C Binding 
ii  libxcb-render0 1.2-1 X C Binding, render extension
ii  libxcb11.2-1 X C Binding
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  psfontmgr  0.11.10-0.2   PostScript font manager -- part of
ii  slib   3b1-3 Portable Scheme library
ii  x-ttcidfont-conf   32TrueType and CID fonts configurati
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages gnucash recommends:
ii  gnucash-docs  2.2.0-3Documentation for gnucash, a perso

Versions of packages gnucash suggests:
pn  gnucash-sql   none (no description available)

-- no debconf information

-- 
Byron Clark



-- 
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#519811: more info

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

 reassign 519811 libc6
Bug#519811: [samba] crashing while browsing samba server
Bug reassigned from package `samba' to `libc6'.

 forcemerge 519545 519811
Bug#519545: Samba crash after last dist-upgrade
Bug#519811: [samba] crashing while browsing samba server
Bug#517360: programs fail with ../sysdeps/posix/getaddrinfo.c:1457: 
rfc3484_sort Assertion .. failed
Forcibly Merged 517360 519545 519811.

 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: tagging 519148

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 519148 + upstream fixed-upstream
Bug#519148: gnucash: segfaults during startup
There were no tags set.
Tags added: upstream, fixed-upstream


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: bug 519148 is forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=563273

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

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 forwarded 519148 http://bugzilla.gnome.org/show_bug.cgi?id=563273
Bug#519148: gnucash: segfaults during startup
Noted your statement that Bug has been forwarded to 
http://bugzilla.gnome.org/show_bug.cgi?id=563273.


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#519864: libgtk2-perl: FTBFS: DIED. FAILED tests 12-15

2009-03-15 Thread Kurt Roeckx
Source: libgtk2-perl
Version: 1:1.212-1
Severity: serious

Hi,

Your package is failing to build with the following error:
t/GtkRecentChooser.Xlib:  extension RANDR missing on display 
:99.0.
No item for URI 'file:///usr/bin/perl' found at t/GtkRecentChooser.t line 66.
# Looks like you planned 15 tests but only ran 11.
# Looks like your test died just after 11.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 12-15
Failed 4/15 tests, 73.33% okay
[...]
Failed Test  Stat Wstat Total Fail  List of Failed
---
t/GtkRecentChooser.t  255 65280158  12-15
4 tests and 175 subtests skipped.
Failed 1/217 test scripts. 4/4714 subtests failed.
Files=217, Tests=4714, 61 wallclock secs (42.07 cusr +  8.02 csys = 50.09 CPU)
Failed 1/217 test programs. 4/4714 subtests failed.
make[1]: *** [test_dynamic] Error 255



Kurt




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



Processed: tagging 518300

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

 tags 518300 + pending
Bug#518300: vlc: You can't be serous?! (doc/fortunes.txt)
There were no tags set.
Tags added: 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#519550: marked as done (gnome-volume-manager: fails to start with consolekit-0.3.0-2)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:32:12 +
with message-id e1liw4c-0001ds...@ries.debian.org
and subject line Bug#519550: fixed in gnome-volume-manager 2.24.1-1
has caused the Debian Bug report #519550,
regarding gnome-volume-manager: fails to start with consolekit-0.3.0-2
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.)


-- 
519550: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519550
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnome-volume-manager
Version: 2.22.1-1
Severity: grave
Justification: renders package unusable

After yesterday's upgrade to consolekit 0.3.0-2, gnome-volume-manager no
longer starts.  Running
'/usr/lib/gnome-volume-manager/gnome-volume-manager -n' gives the
following messages:

manager.c/3823: Unrecognized response to ConsoleKit GetUnixUser request
manager.c/3823: Unrecognized response to ConsoleKit GetUnixUser request

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

Kernel: Linux 2.6.26-1-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

Versions of packages gnome-volume-manager depends on:
ii  gconf2 2.24.0-7  GNOME configuration database syste
ii  gnome-mount0.7-2 wrapper for (un)mounting and eject
ii  hal0.5.11-8  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.1-1  The Bonobo UI library
ii  libc6  2.9-5 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.12-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.80-3simple interprocess messaging syst
ii  libgconf2-42.24.0-7  GNOME configuration database syste
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgnome2-02.24.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.24.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.24.0-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.14.7-4+b1   The GTK+ graphical user interface 
ii  libhal10.5.11-8  Hardware Abstraction Layer - share
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1-gtk 0.4.5-1   sends desktop notifications to a n
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libx11-6   2:1.2-1   X11 client-side library
ii  libxml22.7.3.dfsg-1  GNOME XML library

Versions of packages gnome-volume-manager recommends:
ii  gthumb   3:2.10.10-2 an image viewer and browser
pn  nautilus-cd-burner   none  (no description available)
pn  sound-juicer none  (no description available)
pn  totemnone  (no description available)

Versions of packages gnome-volume-manager suggests:
pn  rhythmbox none (no description available)
pn  serpentinenone (no description available)
pn  wine  none (no description available)
pn  xsane none (no description available)

-- no debconf information

-- 
Byron Clark


---End Message---
---BeginMessage---
Source: gnome-volume-manager
Source-Version: 2.24.1-1

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

gnome-volume-manager_2.24.1-1.diff.gz
  to pool/main/g/gnome-volume-manager/gnome-volume-manager_2.24.1-1.diff.gz
gnome-volume-manager_2.24.1-1.dsc
  to 

Bug#519872: Library packages may not have conffiles

2009-03-15 Thread Goswin Brederlow
Package: libts-0.0-0
Version: 1.0-4
Severity: serious

Hi,

when installing the 32bit flavour of libts-0.0-0 via ia32-apt-get the
following error occurs:

Warning: conffiles might conflict
dpkg: error processing 
/var/cache/apt/archives/ia32-libts-0.0-0_1.0-5~13_amd64.deb (--unpack):
 trying to overwrite `/etc/ts.conf', which is also in package libts-0.0-0

The reason I set this to serious is that same error will hapen the
next time the soversion is bumped. Please split out the conffile into
libts-common.

MfG
Goswin

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

Kernel: Linux 2.6.22.2-mrvn
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libts-0.0-0 depends on:
ii  libc6 2.9-3  GNU C Library: Shared libraries

libts-0.0-0 recommends no packages.

libts-0.0-0 suggests no packages.

-- no debconf information



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



Bug#516522: xscreensaver in lenny

2009-03-15 Thread Dr. A. Stammler

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Sorry it took me so long to reply.

$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host 
Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:06.0 SCSI storage controller: Advanced System Products, Inc ABP940-U / 
ABP960-U (rev 03)
00:07.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video 
Broadcast Decoder (rev 01)
00:08.0 RAID bus controller: Silicon Image, Inc. SiI 3512 [SATALink/SATARaid] 
Serial ATA Controller (rev 01)
00:0f.0 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge 
[KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 
AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400/G450 (rev 82)

/etc/X11/xorg.conf (see attachment):
Driver  mga

$ xscreensaver
xscreensaver: symbol lookup error: xscreensaver: undefined symbol: 
XRRGetScreenResources

I am sure this problem (like many others) was caused by the upgrade to Lenny or 
rather by
its flaws and packages which were included although they are not really stable 
yet. Just
to give you examples:

- - Gimp lost all my printer setups and offers only printing to a file, there 
is no button
  or menu item for printer setup and it seems not even to look at printcap
- - I had to purge and reinstall many packages for them to work.
- - My Java version was upgraded and now my AWT programs do not work anymore 
--- they just
  stop as if there were no Action Handlers
- - xlock has disappeared. I do not know which package it used to belong to; 
now it seems
  to come from xlockmore, which I had never heard of. Now suddenly this 
package gets
  listed by aptitude search and on the Debian package search website but it 
cannot be
  installed because it seems only to be available in Sid (Unstable). But if 
this were so,
  how does Aptitude know about it? I have never even looked at Unstable or 
Testing. And
  why would it be removed?

Any help you can give will be much appreciated. Regards,

Axel Stammler

On Sun, 8 Mar 2009, Philipp Hübner wrote:


Can you supply some information about your graphics card, your
X-configuration and the driver in use?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iEYEARECAAYFAkm9XrQACgkQMiDYPOQNapGW4gCfc8WCoPjqtZMrcQIb7H21vlj5
RbsAoJesmFKbKt9D4ZQEhn87v5YaNFKr
=Zot+
-END PGP SIGNATURE-
Section ServerLayout
Identifier X.org Configured
Screen  0  Screen-Projector 0 0
Screen Screen-Desk LeftOf Screen-Projector
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
#Option  Xinerama  on
EndSection

Section Files
RgbPath  /etc/X11/rgb
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
FontPath /usr/X11R6/lib/X11/fonts/misc
FontPath /usr/share/fonts/X11/cyrillic
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath /usr/share/fonts/X11/Type1
FontPath /usr/X11R6/lib/X11/fonts/Type1
FontPath /usr/share/fonts/X11/100dpi
FontPath /usr/share/fonts/X11/75dpi
FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Load  xtrap
Load  extmod
Load  dri
Load  glx
Load  dbe
Load  record
Load  type1

#Loadbitmap
#Loadddc
#Loadfreetype
#Loadint10
#Loadv4l
#Loadvbe

#LoadGLcore
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol MouseSystems
Option  Device /dev/ttyS0
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
#   HorizSync30.0 - 70.0
#   VertRefresh  60.0 - 70.0
Identifier   Monitor-Projector
VendorName   PTS
ModelName6a5
HorizSync30.0 - 80.0
VertRefresh  60.0 - 75.0
Option  DPMS
EndSection

Section Monitor
Identifier   Monitor-Desk
VendorName Optoma
  

Bug#511521: marked as done (boinc: Does not check the RSA_public_decrypt() return value.)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:54:19 +
with message-id e1liwpb-0006d8...@ries.debian.org
and subject line Bug#511521: fixed in boinc 5.4.11-4+etch1
has caused the Debian Bug report #511521,
regarding boinc: Does not check the RSA_public_decrypt() return value.
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.)


-- 
511521: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: boinc
Severity: serious
Tags: security

Hi,

I've been checking packages to see if they properly check the return
value of some of the functions in openssl.  In lib/crypt.C there
is this code:
int decrypt_public(R_RSA_PUBLIC_KEY key, DATA_BLOCK in, DATA_BLOCK out) {
RSA* rp = RSA_new();
public_to_openssl(key, rp);
RSA_public_decrypt(in.len, in.data, out.data, rp, RSA_PKCS1_PADDING);
out.len = RSA_size(rp);
return 0;
}

So it's not checking the return value of RSA_public_decrypt() which
returns the the size of the recovered message digest on success
and -1 on failure.

I have no idea if this code is being used and what the consequences
of this might be.


Kurt



---End Message---
---BeginMessage---
Source: boinc
Source-Version: 5.4.11-4+etch1

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

boinc-client_5.4.11-4+etch1_i386.deb
  to pool/main/b/boinc/boinc-client_5.4.11-4+etch1_i386.deb
boinc-dev_5.4.11-4+etch1_i386.deb
  to pool/main/b/boinc/boinc-dev_5.4.11-4+etch1_i386.deb
boinc-manager_5.4.11-4+etch1_i386.deb
  to pool/main/b/boinc/boinc-manager_5.4.11-4+etch1_i386.deb
boinc_5.4.11-4+etch1.diff.gz
  to pool/main/b/boinc/boinc_5.4.11-4+etch1.diff.gz
boinc_5.4.11-4+etch1.dsc
  to pool/main/b/boinc/boinc_5.4.11-4+etch1.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 511...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
rmayo...@debian.org (supplier of updated boinc 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.7
Date: Fri,  6 Feb 2009 20:15:22 -0600
Source: boinc
Binary: boinc-manager boinc-dev boinc-client
Architecture: source i386
Version: 5.4.11-4+etch1
Distribution: stable-security
Urgency: high
Maintainer: Debian BOINC Maintainers pkg-boinc-de...@lists.alioth.debian.org
Changed-By: rmayo...@debian.org
Description: 
 boinc-client - core client for the BOINC distributed computing infrastructure
 boinc-dev  - development files to build applications for BOINC projects
 boinc-manager - GUI to control and monitor the BOINC core client
Closes: 511521
Changes: 
 boinc (5.4.11-4+etch1) stable-security; urgency=high
 .
   * Correction for CVE-2009-0126 misuses the OpenSSL api
 on decrypt_public function in lib/crypt.cpp, Closes: #511521
   * add myslef to uploaders
Files: 
 2d007ac10e6c4033363f8b0978ecfdfa 1174 net optional boinc_5.4.11-4+etch1.dsc
 268c8f6f19d5def378e7d2fbacc2d4eb 5561690 net optional boinc_5.4.11.orig.tar.gz
 8bf8d8b4fd9a7bb3963f1af4b3a6f6e0 42159 net optional 
boinc_5.4.11-4+etch1.diff.gz
 935dd3f2c5c51d66dd77c698253458af 340560 net optional 
boinc-client_5.4.11-4+etch1_i386.deb
 7bc3304531f57ac1e667fba68fe16cd0 747016 x11 optional 
boinc-manager_5.4.11-4+etch1_i386.deb
 be5f9b3f94890248963a8fdbc9471251 402674 devel optional 
boinc-dev_5.4.11-4+etch1_i386.deb

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

iEYEARECAAYFAkmOtGQACgkQXm3vHE4uyloFsQCgnfpiBgsxzbreQJNsNdAZ0iMc
9QIAnRnrcw2SXbn5CNM/QQn+0P3kgf1J
=44/P
-END PGP SIGNATURE-


---End Message---


Bug#519338: libsndfile1: FTB - When building on AMD64 built in test suite fails for vorbis audio

2009-03-15 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote:

 There is another issue that affects mips, hppa and some others which
 I haven't managed to fix yet. I have an old mipsel machine, but I
 currently can't find the power supply for it.

I strongly suspect that this second issue is related to this bug:

http://bugs.debian.org/515949

If anyone can give me ssh access to a Debian machine with one of
the problematic architectures I can have a look.

Erik
-- 
-
Erik de Castro Lopo
-
Those who do not understand Unix are condemned to reinvent it, poorly.
-- Henry Spencer



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



Bug#515086: marked as done (texlive-generic-extra: non-commercial license for dvips/aurora/aurora.pro)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:54:15 +
with message-id e1liwpx-0006bg...@ries.debian.org
and subject line Bug#515086: fixed in texlive-extra 2007.dfsg.17-1~lenny01
has caused the Debian Bug report #515086,
regarding texlive-generic-extra: non-commercial license for 
dvips/aurora/aurora.pro
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.)


-- 
515086: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515086
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: texlive-generic-extra
Version: 2007.dfsg.16-1
Severity: serious
Justification: Policy 2.3

Sorry, I found another one. :-(

$ head -n9 /usr/share/texmf-texlive/dvips/aurora/aurora.pro
%!
% Aurora: Colour Separation for Level 1 PostScript.
% Copyright: Graham Freeman, 1994.
%  gfree...@cs.adfa.oz.au
% All Rights Reserved.
% This program may not be used for commercial purposes without
%  the consent of the author.  It may be freely transmitted 
%  provided this authorship and copyright notice is retained 
%  unmodified.
$ dpkg -S /usr/share/texmf-texlive/dvips/aurora/aurora.pro
texlive-generic-extra: /usr/share/texmf-texlive/dvips/aurora/aurora.pro
$ apt-cache show texlive-generic-extra | grep ^Filename
Filename: pool/main/t/texlive-extra/texlive-generic-extra_2007.dfsg.16-1_all.deb
$

This again looks like a non-commercial license in main.

Helmut


---End Message---
---BeginMessage---
Source: texlive-extra
Source-Version: 2007.dfsg.17-1~lenny01

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

texlive-bibtex-extra_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-bibtex-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-extra_2007.dfsg.17-1~lenny01.diff.gz
  to pool/main/t/texlive-extra/texlive-extra_2007.dfsg.17-1~lenny01.diff.gz
texlive-extra_2007.dfsg.17-1~lenny01.dsc
  to pool/main/t/texlive-extra/texlive-extra_2007.dfsg.17-1~lenny01.dsc
texlive-fonts-extra-doc_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-fonts-extra-doc_2007.dfsg.17-1~lenny01_all.deb
texlive-fonts-extra_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-fonts-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-formats-extra_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-formats-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-games_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-games_2007.dfsg.17-1~lenny01_all.deb
texlive-generic-extra_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-generic-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-humanities-doc_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-humanities-doc_2007.dfsg.17-1~lenny01_all.deb
texlive-humanities_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-humanities_2007.dfsg.17-1~lenny01_all.deb
texlive-latex-extra-doc_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-latex-extra-doc_2007.dfsg.17-1~lenny01_all.deb
texlive-latex-extra_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-latex-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-latex3_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-latex3_2007.dfsg.17-1~lenny01_all.deb
texlive-math-extra_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-math-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-plain-extra_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-plain-extra_2007.dfsg.17-1~lenny01_all.deb
texlive-pstricks-doc_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-pstricks-doc_2007.dfsg.17-1~lenny01_all.deb
texlive-pstricks_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-pstricks_2007.dfsg.17-1~lenny01_all.deb
texlive-publishers-doc_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-publishers-doc_2007.dfsg.17-1~lenny01_all.deb
texlive-publishers_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-publishers_2007.dfsg.17-1~lenny01_all.deb
texlive-science-doc_2007.dfsg.17-1~lenny01_all.deb
  to 
pool/main/t/texlive-extra/texlive-science-doc_2007.dfsg.17-1~lenny01_all.deb
texlive-science_2007.dfsg.17-1~lenny01_all.deb
  to pool/main/t/texlive-extra/texlive-science_2007.dfsg.17-1~lenny01_all.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 515...@bugs.debian.org,
and 

Bug#515720: [Pkg-hpijs-devel] Bug#515720: hp-setup -i dies when picking PPD

2009-03-15 Thread sacrificial-spam-address
Mark Purcell m...@debian.org wrote:

 Can I ask you to try:
 the workaround:
 LANG= gksu hp-setup

Actually, I did
# LANG= hp-setup -i

(I don't have the python-qt4 packages installed, so couldn't run GUI mode
if I wanted to.)

And it indeed did not blow up, although test page printing failed.

Now I have to figure out just what it actually did...



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



Bug#512750: [request-tracker-maintainers] Bug#512750: What to do for 3.8?

2009-03-15 Thread Niko Tyni
On Thu, Mar 12, 2009 at 01:30:59PM +, Dominic Hargreaves wrote:
 What should we do with this bug for request-tracker3.8?
 
 I quite like the idea of supporting sqlite out of the box and agree
 that we can't automatically configure anything else reliably.
 
 It is also fairly clear that it's not recommended for use in any
 production setting (except possibly for very low-use installations).
 
 It's already the case that anyone using our RT packages is going to have
 to have some knowledge of these matters - RT is not a fire-and-forget
 deployment even if we try and make it so as much as possible.
 
 Can we do any better than duplicating the documentation currently in
 3.6 in 3.8 (and moving the docs currently on the team's web space into
 the package once we've had a chance to stabilise them?)

A dbconfig-common hook for adding comments to the dbc_dbtypes list along
with something like Recommends: rt3.6-db-mysql|rt3.6-db-postgresql could
work.

The hook feels a bit bloatish and too special purpose, but I suppose it
doesn't hurt to cook up a patch and ask the dbconfig-common maintainers
for their opinion. I'll look at that.

Meanwhile, I think the Lenny solution is adequate. I agree the docs
eventually belong in the package itself.

I don't expect this to be such a big thing for Squeeze: Jesse said
there are just a few known issues with the SQLite backend, and the Lenny
version + users of the 3.8 versions will probably give it more testing.

Cheers,
-- 
Niko Tyni   nt...@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#511844: marked as done (CVE-2008-5262: DevIL iGetHdrHeader() Buffer Overflow Vulnerabilities)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:54:29 +
with message-id e1liwpl-0006iv...@ries.debian.org
and subject line Bug#511844: fixed in devil 1.6.7-5+etch1
has caused the Debian Bug report #511844,
regarding CVE-2008-5262: DevIL iGetHdrHeader() Buffer Overflow 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.)


-- 
511844: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511844
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: devil
Severity: grave
Tags: security
Justification: user security hole

Hi,
please see http://secunia.com/secunia_research/2008-59/ for details.

Cheers,
Moritz

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: devil
Source-Version: 1.6.7-5+etch1

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

devil_1.6.7-5+etch1.diff.gz
  to pool/main/d/devil/devil_1.6.7-5+etch1.diff.gz
devil_1.6.7-5+etch1.dsc
  to pool/main/d/devil/devil_1.6.7-5+etch1.dsc
libdevil-dev_1.6.7-5+etch1_i386.deb
  to pool/main/d/devil/libdevil-dev_1.6.7-5+etch1_i386.deb
libdevil1c2_1.6.7-5+etch1_i386.deb
  to pool/main/d/devil/libdevil1c2_1.6.7-5+etch1_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 511...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Joeris wh...@debian.org (supplier of updated devil 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.7
Date: Tue,  3 Feb 2009 22:06:49 +
Source: devil
Binary: libdevil1c2 libdevil-dev
Architecture: source i386
Version: 1.6.7-5+etch1
Distribution: stable-security
Urgency: high
Maintainer: Marcelo E. Magallon mmaga...@debian.org
Changed-By: Steffen Joeris wh...@debian.org
Description: 
 libdevil-dev - Cross-platform image loading and manipulation toolkit
 libdevil1c2 - DevIL image manipulation toolkit runtime support
Closes: 511844 512122
Changes: 
 devil (1.6.7-5+etch1) stable-security; urgency=high
 .
   * Non-maintainer upload by the security team
   * Fix buffer overflows in the iGetHdrHeader() function that allow
 arbitrary code execution via a crafted Radiance RGBE file
 (Closes: #511844, #512122)
 Fixes: CVE-2008-5262
Files: 
 00a9a200619160d990ed2a2deeb4238d 784 devel optional devil_1.6.7-5+etch1.dsc
 0d0c3842196d85c4e24bedabcd84f626 3013312 devel optional devil_1.6.7.orig.tar.gz
 414a516d9fef38921dbd538d78adcac0 8379 devel optional 
devil_1.6.7-5+etch1.diff.gz
 1f1bfc9efdd189ea5b430a50ca281cca 286098 devel optional 
libdevil-dev_1.6.7-5+etch1_i386.deb
 aca0fc8776489aba07f6a6a103fb52f9 252798 libs optional 
libdevil1c2_1.6.7-5+etch1_i386.deb

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

iEYEARECAAYFAkmI7zQACgkQ62zWxYk/rQfV1gCeLmOSvrAJKvFHeFrGJiSFjn5T
xLAAnR0sFQqDR77eA4CKkZZLYd2stHGE
=x/2E
-END PGP SIGNATURE-


---End Message---


Bug#470890: marked as done (libcgi-application-plugins-perl: CGI::Application::Plugin::ActionDispatch fails to dispatch action_args)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:54:04 +
with message-id e1liwpm-00069m...@ries.debian.org
and subject line Bug#470890: fixed in libcgi-application-plugins-perl 
0.10+lenny1
has caused the Debian Bug report #470890,
regarding libcgi-application-plugins-perl: 
CGI::Application::Plugin::ActionDispatch fails to dispatch action_args
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.)


-- 
470890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: libcgi-application-plugins-perl
Version: 0.10
Severity: normal

CGI::Application::Plugin::ActionDispatch (CPAN v0.91) from 
libcgi-application-plugins-perl v0.10
no longer seems to dispatch action_args to the underlying run-mode : 
it's still working fine
for run-modes which don't call the action_args() method, but fail with 
an apache

Internal Server Error for those who needs it

The apache error log says :
malformed header from script. Bad header=$VAR1 = bless( {: 
/path/to/the/script

(I'm using a regular CGI script, no mod_perl stuff)

When I get back to CPAN v0.90 (as found on 
libcgi-application-plugins-perl v0.08) for
the /usr/share/perl5/CGI/Application/Plugin/ActionDispatch.pm file, the 
problem

disappear (there were no changes between both versions for
the /usr/share/perl5/CGI/Application/Plugin/ActionDispatch/Attributes.pm 
file)


sample code for a run-mode giving a 500 error :
use base 'CGI::Application';
use CGI::Application::Plugin::ActionDispatch;
sub brow_tax : Path('brow_tax/') {
   my $self   = shift;
   my $page   = $self-action_args() or die brow_tax : no page given !\n;
... }

-- System Information:
Debian Release: lenny/sid
 APT prefers testing
 APT policy: (910, 'testing'), (90, 'stable'), (33, 'unstable'), (15, 
'experimental')

Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-vserver-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 libcgi-application-plugins-perl depends on:
ii  libcgi-application-perl4.06-1Framework for building 
reusable we
ii  libcgi-session-perl4.20-2Persistent session data in 
CGI app

ii  libclass-accessor-perl 0.31-2Automated accessor generator
ii  libclone-perl  0.28-1recursively copy Perl datatypes
ii  libconfig-auto-perl0.20-1Magical config file parser
ii  libconfig-simple-perl  4.59-3simple configuration file class
ii  libdata-formvalidator-perl 4.57-1Library for easily 
validating user
ii  libdata-random-perl0.05-4Perl module to generate 
random dat
ii  libdbi-perl1.602-1   Perl5 database interface by 
Tim Bu
ii  libdevel-stacktrace-perl   1.11-1Stack trace and stack trace 
frame
ii  libdigest-hmac-perl1.01-6create standard message 
integrity
ii  libdigest-sha1-perl2.11-2NIST SHA-1 message digest 
algorith

ii  libfile-mmagic-perl1.27-1Perl module to guess file type
ii  libgd-securityimage-perl   1.64-1Security image (captcha) 
generator

ii  libhtml-fillinform-perl2.00-2populates HTML Forms with data
ii  libjson-any-perl   1.16-1wrapper class for the 
various JSON
ii  liblog-dispatch-perl   2.18-1Dispatches messages to 
multiple Lo
ii  libparams-validate-perl0.89-2validate parameters to Perl 
method

ii  libpod-xhtml-perl  1.59-1Translate POD to Xhtml
ii  libsyntax-highlight-perl-i 1.01-2Highlighting of Perl 
Syntactical S
ii  libtemplate-perl   2.19-1template processing system 
written

ii  libuniversal-require-perl  0.10-1Load modules from a variable
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses 
URI strin
ii  perl   5.8.8-12  Larry Wall's Practical 
Extraction


Versions of packages libcgi-application-plugins-perl recommends:
ii  libapache-htpasswd-perl   1.8-0.1Manage Unix crypt-style 
password f
ii  libauthen-simple-perl 0.4-5  Simple and consistent perl 
framewo
ii  libcolor-calc-perl1.04-3 Perl module for simple 
calculation
ii  libdbix-class-perl0.08009-1  Extensible and flexible 
object -
ii  libhtml-template-perl 2.9-1  HTML::Template : A module 
for usin
ii  libtemplate-perl-doc  2.19-1 documentation for 
libtemplate-perl
ii  perl [libdigest-md5-perl] 5.8.8-12   Larry Wall's Practical 
Extraction


-- no 

Bug#516430: marked as done (init start starts daemon even if it is already running)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:53:57 +
with message-id e1liwpf-00067m...@ries.debian.org
and subject line Bug#516430: fixed in smartmontools 5.38-2+lenny1
has caused the Debian Bug report #516430,
regarding init start starts daemon even if it is already running
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.)


-- 
516430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: smartmontools
Version: 5.38-2
Severity: serious

The smartmontools init script starts the smartd even if it is already running:

rem:~# ps xauf | grep -i 'smar[t]'
root 27750  0.0  0.1   4188   816 ?S12:16   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
rem:~# env -i /etc/init.d/smartmontools start
Starting S.M.A.R.T. daemon: smartd.
rem:~# ps xauf | grep -i 'smar[t]'
root 27750  0.0  0.1   4188   816 ?S12:16   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
root 2  0.0  0.1   4188   820 ?S12:18   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
rem:~# env -i /etc/init.d/smartmontools start
Starting S.M.A.R.T. daemon: smartd.
rem:~# ps xauf | grep -i 'smar[t]'
root 27750  0.0  0.1   4188   816 ?S12:16   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
root 2  0.0  0.1   4188   820 ?S12:18   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
root 27784  0.0  0.1   4188   816 ?S12:18   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
rem:~# env -i /etc/init.d/smartmontools start
Starting S.M.A.R.T. daemon: smartd.
rem:~# ps xauf | grep -i 'smar[t]'
root 27750  0.0  0.1   4188   816 ?S12:16   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
root 2  0.0  0.1   4188   820 ?S12:18   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
root 27784  0.0  0.1   4188   816 ?S12:18   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid
root 27791  0.0  0.1   4188   816 ?S12:18   0:00 
/usr/sbin/smartd --pidfile /var/run/smartd.pid

You probably do not want to rm -f the pidfile just before you ask
start-stop-daemon to start the thing.  And then you want to exit 0 if
the thing is already running, not exit 1.


---End Message---
---BeginMessage---
Source: smartmontools
Source-Version: 5.38-2+lenny1

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

smartmontools_5.38-2+lenny1.diff.gz
  to pool/main/s/smartmontools/smartmontools_5.38-2+lenny1.diff.gz
smartmontools_5.38-2+lenny1.dsc
  to pool/main/s/smartmontools/smartmontools_5.38-2+lenny1.dsc
smartmontools_5.38-2+lenny1_powerpc.deb
  to pool/main/s/smartmontools/smartmontools_5.38-2+lenny1_powerpc.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 516...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther a...@sigxcpu.org (supplier of updated smartmontools 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: Mon, 23 Feb 2009 20:05:37 +0100
Source: smartmontools
Binary: smartmontools
Architecture: source powerpc
Version: 5.38-2+lenny1
Distribution: proposed-updates
Urgency: low
Maintainer: Guido Guenther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 516430
Changes: 
 smartmontools (5.38-2+lenny1) proposed-updates; urgency=low
 .
   * [b9356bd] check if daemon is running befor starting it (Closes:
 #516430)
Checksums-Sha1: 
 c61c42d2a5190acee5ce83f682b0f8fd39f61f99 1092 smartmontools_5.38-2+lenny1.dsc
 35fecae459dec084b15794ede69cff82fd9ae090 29182 
smartmontools_5.38-2+lenny1.diff.gz
 98aadaa3a7c5571f1ee382152649406e7880f75c 339766 
smartmontools_5.38-2+lenny1_powerpc.deb
Checksums-Sha256: 
 5d94ab0ba8b226a1cb8c5bc45d9f5849e50b480dc94a72eb3103cfc0cb68b8ee 1092 
smartmontools_5.38-2+lenny1.dsc
 741d721d3ece96bb86e2ec9d27183b8165b6b8f225d9e684fdab3192ae4c090a 29182 
smartmontools_5.38-2+lenny1.diff.gz
 6bc4badd30f6d1cce96d2e910a26decc9bbc7d8456e5efa0a50127e264ff31cd 339766 

Bug#519881: kdelibs: FTBFS

2009-03-15 Thread Adrian Bunk
Package: kdelibs
Version: 4:3.5.10.dfsg.1-1
Severity: serious

--  snip  --

$ dpkg-buildpackage -b

In file included from /usr/include/asm/fcntl.h:1,
 from /usr/include/linux/fcntl.h:4,
 from /usr/include/linux/inotify.h:11,
 from /tmp/kdelibs-3.5.10.dfsg.1/./kio/kio/kdirwatch.cpp:74,
 from libksycoca_la.all_cpp.cpp:2:
/usr/include/asm-generic/fcntl.h:117: error: redefinition of 'struct flock'
/usr/include/bits/fcntl.h:159: error: previous definition of 'struct flock'
/usr/include/asm-generic/fcntl.h:140: error: redefinition of 'struct flock64'
/usr/include/bits/fcntl.h:174: error: previous definition of 'struct flock64'

make[4]: *** [libksycoca_la.all_cpp.lo] Error 1
make[4]: Leaving directory 
`/tmp/kdelibs-3.5.10.dfsg.1/obj-x86_64-linux-gnu/kio/kio'

make[1]: Leaving directory `/tmp/kdelibs-3.5.10.dfsg.1/obj-x86_64-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
$ 

--  snip  --


#include linux/inotify.h is known to no longer compile easily with
kernel headers = 2.6.27.

The correct solution is to use sys/inotify.h instead.




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

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



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



Bug#517521: marked as done (flpsed: depends on ghostscript-x)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:53:59 +
with message-id e1liwph-00067l...@ries.debian.org
and subject line Bug#517521: fixed in flpsed 0.5.1-2
has caused the Debian Bug report #517521,
regarding flpsed: depends on ghostscript-x
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.)


-- 
517521: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: flpsed
Version: 0.5.1-1
Severity: grave
Tags: patch
Justification: renders package unusable

I received the following mail on February 4th but noticed it a bit
late :-(. It should really have been filed as a bug report!

Basically, ghostscript in lenny does not provide the x11alpha
driver which is needed by flpsed. (ghostscript depends on
gs-common that used to depend on ghostscript-x. It stopped doing
so with version 8.62.dfsg.1-3.2 which was uploaded in December!).

As pointed out by Eric, the minor patch to debian/control putting in
this dependency fixes this bug.

Regards,
Kapil.

- Forwarded message from Eric Nichols e...@dirwiz.com -

Date: Wed, 04 Feb 2009 13:57:22 -0500
From: Eric Nichols e...@dirwiz.com
To: ka...@debian.org
Subject: flpsed and lenny

Hi Kapil,
Just installed flpsed and found a requirement that wasn't tagged in the
package: ghostscript-x.  Without this additional package nothing shows up
in the editor window (just a white page).  Hope this helps.
Thanks
Eric

- End forwarded message -

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

Kernel: Linux 2.6.26-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 flpsed depends on:
ii  ghostscript8.62.dfsg.1-3.2lenny0 The GPL Ghostscript PostScript/PDF
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libfltk1.1 1.1.9-6   Fast Light Toolkit - shared librar
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library

Versions of packages flpsed recommends:
ii  poppler-utils [xpdf-utils]0.8.7-1PDF utilitites (based on libpopple

flpsed suggests no packages.

-- no debconf information
diff -ur debian/control ../flpsed/debian/control
--- debian/control  2009-02-28 17:00:30.0 +0530
+++ ../flpsed/debian/control2009-02-12 16:45:45.0 +0530
@@ -9,7 +9,7 @@
 
 Package: flpsed
 Architecture: any
-Depends: ghostscript-x (= 8.62.dfsg.1-2.1), ${shlibs:Depends}, ${misc:Depends}
+Depends: ghostscript (= 8.62.dfsg.1-2.1), ${shlibs:Depends}, ${misc:Depends}
 Recommends: xpdf-utils | poppler-utils
 Description: a WYSIWYG pseudo PostScript editor
  flpsed is a WYSIWYG pseudo PostScript editor. Pseudo, because you can't


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: flpsed
Source-Version: 0.5.1-2

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

flpsed_0.5.1-2.diff.gz
  to pool/main/f/flpsed/flpsed_0.5.1-2.diff.gz
flpsed_0.5.1-2.dsc
  to pool/main/f/flpsed/flpsed_0.5.1-2.dsc
flpsed_0.5.1-2_amd64.deb
  to pool/main/f/flpsed/flpsed_0.5.1-2_amd64.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 517...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kapil Hari Paranjape ka...@debian.org (supplier of updated flpsed 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: Mon, 02 Mar 2009 09:50:14 +0530
Source: flpsed
Binary: flpsed
Architecture: source amd64
Version: 0.5.1-2
Distribution: stable-proposed-updates
Urgency: low
Maintainer: Kapil Hari Paranjape ka...@debian.org
Changed-By: Kapil Hari Paranjape ka...@debian.org
Description: 
 flpsed - a WYSIWYG pseudo PostScript editor
Closes: 517521
Changes: 
 flpsed (0.5.1-2) stable-proposed-updates; urgency=low
 .
   * debian/control: replaced ghostscript dependency with
 ghostscript-x since we use x11alpha driver.
 

Bug#513531: marked as done (CVE-2008-4770: Arbitrary code execution via crafted RFB protocol data)

2009-03-15 Thread Debian Bug Tracking System

Your message dated Sun, 15 Mar 2009 19:54:32 +
with message-id e1liwpo-0006ln...@ries.debian.org
and subject line Bug#513531: fixed in vnc4 4.1.1+X4.3.0-21+etch1
has caused the Debian Bug report #513531,
regarding CVE-2008-4770: Arbitrary code execution via crafted RFB protocol data
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.)


-- 
513531: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513531
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xvnc4viewer
Severity: grave
Tags: security, patch
Justification: user security hole

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for vnc4.

CVE-2008-4770[0]:
| The CMsgReader::readRect function in the VNC Viewer component in
| RealVNC VNC Free Edition 4.0 through 4.1.2, Enterprise Edition E4.0
| through E4.4.2, and Personal Edition P4.0 through P4.4.2 allows remote
| VNC servers to execute arbitrary code via crafted RFB protocol data,
| related to encoding type.

The upstream patch[1] can be found in the redhat bugreport[2].

For lenny, this could be fixed via migration from unstable. Please CC
secure-testing-t...@lists.alioth.debian.org when you email the release
team and ask for the unblock, so we are kept in the loop.

I guess the issue is also severe enough to warrant a DSA update. I
haven't tried to exploit it yet though.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4770
http://security-tracker.debian.net/tracker/CVE-2008-4770
[1] https://bugzilla.redhat.com/attachment.cgi?id=329323
[2] https://bugzilla.redhat.com/show_bug.cgi?id=480590


---End Message---
---BeginMessage---
Source: vnc4
Source-Version: 4.1.1+X4.3.0-21+etch1

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

vnc4-common_4.1.1+X4.3.0-21+etch1_i386.deb
  to pool/main/v/vnc4/vnc4-common_4.1.1+X4.3.0-21+etch1_i386.deb
vnc4_4.1.1+X4.3.0-21+etch1.diff.gz
  to pool/main/v/vnc4/vnc4_4.1.1+X4.3.0-21+etch1.diff.gz
vnc4_4.1.1+X4.3.0-21+etch1.dsc
  to pool/main/v/vnc4/vnc4_4.1.1+X4.3.0-21+etch1.dsc
vnc4server_4.1.1+X4.3.0-21+etch1_i386.deb
  to pool/main/v/vnc4/vnc4server_4.1.1+X4.3.0-21+etch1_i386.deb
xvnc4viewer_4.1.1+X4.3.0-21+etch1_i386.deb
  to pool/main/v/vnc4/xvnc4viewer_4.1.1+X4.3.0-21+etch1_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 513...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steffen Joeris wh...@debian.org (supplier of updated vnc4 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.7
Date: Fri, 30 Jan 2009 19:09:27 +
Source: vnc4
Binary: vnc4-common vnc4server xvnc4viewer
Architecture: source i386
Version: 4.1.1+X4.3.0-21+etch1
Distribution: stable-security
Urgency: high
Maintainer: Ola Lundqvist o...@debian.org
Changed-By: Steffen Joeris wh...@debian.org
Description: 
 vnc4-common - Virtual network computing server software
 vnc4server - Virtual network computing server software
 xvnc4viewer - Virtual network computing client software for X
Closes: 513531
Changes: 
 vnc4 (4.1.1+X4.3.0-21+etch1) stable-security; urgency=high
 .
   * Non-maintainer upload by the security team
   * Fix arbitrary code execution via crafted RFB protocol data
 (Closes: #513531)
 Fixes: CVE-2008-4770
Files: 
 0d0f0e7f58c6440481b8bfa83af8cd63 696 x11 optional 
vnc4_4.1.1+X4.3.0-21+etch1.dsc
 b28c43385fe574d612ddbd0b645082f7 31536534 x11 optional 
vnc4_4.1.1+X4.3.0.orig.tar.gz
 55c92400d7949023c3488dcec680d613 50904 x11 optional 
vnc4_4.1.1+X4.3.0-21+etch1.diff.gz
 a1e67da97e85e0ca290e3644b551c686 2015342 x11 optional 
vnc4server_4.1.1+X4.3.0-21+etch1_i386.deb
 9cedf57dd52455c76332f585f6c52dc8 147628 net optional 
xvnc4viewer_4.1.1+X4.3.0-21+etch1_i386.deb
 27cf156a68540519f9efd4b81fd51dff 18640 x11 optional 
vnc4-common_4.1.1+X4.3.0-21+etch1_i386.deb

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

iEYEARECAAYFAkmDgXMACgkQ62zWxYk/rQc9RwCfWmEkYOwlTTqsjqFXkaVp3gge
HvUAoLsx2j6gSktmnafxfolx73leqoDX
=+/6F
-END PGP SIGNATURE-


---End Message---


Bug#519882: ecartis: Build-depends on non-free latex2html

2009-03-15 Thread Kurt Roeckx
Source: ecartis
Version: 1.0.0+cvs.20060813-1
Severity: serious

Hi,

ecartis is in main and it build-depends on latex2html which is in
non-free.


Kurt




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



Processed: Re: [Pkg-hpijs-devel] Bug#515720: hp-setup -i dies when picking PPD

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

 forcemerge  515720 467117
Bug#515720: hplip: cannot install a printer with hp-setup
Bug#467117: hplip: problem with hp-toobox an locale (LANG=fr_FR.ISO-8859-1)
Bug#435047: /usr/lib/hplip/base/g.py: assumes en_US.UTF-8 as default locale
Bug#458291: hplip: HP PSC 1610 All-in-One is not recognzed although device is 
install via CUPS
Bug#458803: hplip: hp-{toolbox,sendfax,setup} no longer work
Bug#483205: [hplip] hp-toolbox does not find printer who was installed with 
hp-setup -i
Bug#486088: hplip: hp-setup fails when LANG=en_GB.ISO-8859-15
Forcibly Merged 435047 458291 458803 467117 483205 486088 515720.

 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#515720: [Pkg-hpijs-devel] Bug#515720: hp-setup -i dies when picking PPD

2009-03-15 Thread Mark Purcell
forcemerge  515720 467117
thanks

On Monday 16 March 2009 07:03:01 you wrote:
 Mark Purcell m...@debian.org wrote:
  Can I ask you to try:
  the workaround:
  LANG= gksu hp-setup

 Actually, I did
 # LANG= hp-setup -i

 (I don't have the python-qt4 packages installed, so couldn't run GUI mode
 if I wanted to.)

 And it indeed did not blow up, although test page printing failed.

 Now I have to figure out just what it actually did...

Excellent.  At least we are getting somewhere now.

Have a look at the bug I referenced.

There is an issue as CUPS returns details according to locale setting (LANG) 
but hplip only understands LANG=en responses.  It has been forwarded upstream, 
but they haven't done much about it :-(

https://bugs.launchpad.net/hplip/+bug/225970

Please feel free to add your discontent to the upstream bug report.

Mark


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


Bug#519886: imagemagick_7:6.5.0.0-1(hppa/experimental): FTBFS: /usr/bin/ld: cannot find -lperl

2009-03-15 Thread Frank Lichtenheld
Package: imagemagick
Version: 7:6.5.0.0-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of imagemagick_7:6.5.0.0-1 on meitner by sbuild/hppa 98-farm
| Build started at 20090315-1935
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 11.1MB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main imagemagick 7:6.5.0.0-1 
(dsc) [1827B]
| Get:2 http://ftp2.de.debian.org experimental/main imagemagick 7:6.5.0.0-1 
(tar) [11.1MB]
| Get:3 http://ftp2.de.debian.org experimental/main imagemagick 7:6.5.0.0-1 
(diff) [35.3kB]
| Fetched 11.1MB in 1min3s (176kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev, 
zlib1g-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, debhelper (= 7), 
libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, 
libltdl3-dev, libdjvulibre-dev, librsvg2-dev, libopenexr-dev, libgraphviz-dev, 
liblqr-1-0-dev, ghostscript, pkg-config, quilt, chrpath
|  Warning:
|  The following central src deps are (probably) missing:
|   dpsclient-dev, libtiff3g-dev, xlibs-dev ( 4.1.0)
| Checking for already installed source dependencies...
[...]
| gcc -std=gnu99 -c  -I../ -I.. -I/usr/include/freetype2 -I/usr/include/X11 
-I/usr/include/libxml2 -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/lqr-1 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -fopenmp -g -O2 -Wall -W -pthread -O2 -g   
-DVERSION=\6.5.0\ -DXS_VERSION=\6.5.0\ -fPIC -I/usr/lib/perl/5.10/CORE  
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
| Magick.xs:212: warning: missing initializer
| Magick.xs:212: warning: (near initialization for 'Methods[8].arguments')
| Magick.xs:216: warning: missing initializer
| Magick.xs:216: warning: (near initialization for 'Methods[11].arguments')
| Magick.xs:217: warning: missing initializer
| Magick.xs:217: warning: (near initialization for 'Methods[12].arguments')
| Magick.xs:218: warning: missing initializer
| Magick.xs:218: warning: (near initialization for 'Methods[13].arguments')
| Magick.xs:225: warning: missing initializer
| Magick.xs:225: warning: (near initialization for 'Methods[16].arguments')
| Magick.xs:227: warning: missing initializer
| Magick.xs:227: warning: (near initialization for 'Methods[18].arguments')
| Magick.xs:318: warning: missing initializer
| Magick.xs:318: warning: (near initialization for 'Methods[45].arguments')
| Magick.xs:334: warning: missing initializer
| Magick.xs:334: warning: (near initialization for 'Methods[50].arguments')
| Magick.xs:337: warning: missing initializer
| Magick.xs:337: warning: (near initialization for 'Methods[52].arguments')
| Magick.xs:353: warning: missing initializer
| Magick.xs:353: warning: (near initialization for 'Methods[61].arguments')
| Magick.xs:357: warning: missing initializer
| Magick.xs:357: warning: (near initialization for 'Methods[64].arguments')
| Magick.xs:402: warning: missing initializer
| Magick.xs:402: warning: (near initialization for 'Methods[83].arguments')
| Magick.xs:429: warning: missing initializer
| Magick.xs:429: warning: (near initialization for 'Methods[95].arguments')
| Magick.xs:430: warning: missing initializer
| Magick.xs:430: warning: (near initialization for 'Methods[96].arguments')
| Magick.xs:434: warning: missing initializer
| Magick.xs:434: warning: (near initialization for 'Methods[98].arguments')
| Magick.xs:435: warning: missing initializer
| Magick.xs:435: warning: (near initialization for 'Methods[99].arguments')
| Magick.xs:436: warning: missing initializer
| Magick.xs:436: warning: (near initialization for 'Methods[100].arguments')
| Magick.xs:443: warning: missing initializer
| Magick.xs:443: warning: (near initialization for 'Methods[103].arguments')
| Magick.c: In function 'XS_Image__Magick_AcquireImagePixels':
| Magick.c:2312: warning: unused variable 'ref'
| Magick.c:2307: warning: unused variable 'ix'
| Magick.c: In function 'XS_Image__Magick_Animate':
| Magick.c:2468: warning: unused variable 'ref'
| Magick.c:2461: warning: unused variable 'ix'
| Magick.c: In function 'XS_Image__Magick_Append':
| Magick.c:2549: warning: unused variable 'ref'
| Magick.c:2542: warning: unused variable 'ix'
| Magick.c: In function 'XS_Image__Magick_Average':
| Magick.c:2687: warning: unused variable 'ref'
| Magick.c:2680: warning: unused variable 'ix'
| Magick.c: In function 'XS_Image__Magick_BlobToImage':
| Magick.c:2785: warning: unused variable 'ref'
| Magick.c:2778: warning: unused variable 'ix'
| Magick.c: In function 'XS_Image__Magick_Copy':
| Magick.c:2941: warning: unused

Processed: Alpha build issue fixed, hopefully

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

 package openmpi
Ignoring bugs not assigned to: openmpi

 tag 510845 + patch
Bug#510845: mpi-defaults: FTBFS/not available on alpha
There were no tags set.
Tags added: patch

 tag 517543 + patch
Bug#517543: openmpi_1.3-2 fails to build on alpha
Tags were: patch
Tags added: 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



  1   2   >