Bug#398079: linux-uvc-source: drop dependency on linux-image-* on resulting modules packages

2008-01-31 Thread W. Martin Borgert
Thanks, Junichi, for not dropping the dependency. We could as
well drop all dependencies. Why does xyz depend on libc6? I
have a locally build glibc!




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463398: dpkg-dev: missing space in translation

2008-01-31 Thread Peter Eisentraut
Package: dpkg-dev
Version: 1.14.15
Severity: minor
Tags: patch

In scripts/po/de.po:

#: scripts/dpkg-checkbuilddeps.pl:77
#, perl-format
msgid %s: Unmet build dependencies: 
msgstr %s: Nicht erfüllte Bauabhängigkeiten:

Add a space after the colon in the msgstr.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462318: symbols to blacklist for arme

2008-01-31 Thread Riku Voipio
Hi,

Is there a easy way to generate .symbols files for all library packages
for a selected arch? I presume mole has some code to do that but the
sources hide from me. This would make it possible to do a exhaustive
search of arch-specific symbols.


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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463383: xserver-xorg-video-intel: switching VT from second X session gives black screen on all other consoles

2008-01-31 Thread Brice Goglin

Marcus Better wrote:

Package: xserver-xorg-video-intel
Version: 2:2.2.0+git20080107-1
Severity: important

After upgrading to this version I can no longer switch away from my
secondary X session. All other consoles show only a black display
although they respond to keyboard input. The second X session is the
only one that is restored correctly.
  


Please try a recent upstream git snapshot (xf86-video-intel-2.2-branch). 
This might well be fixed there. And the upstream devs are preparing the 
2.2.1 release so any regression should be reported to them as soon as 
possible.


Brice




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463396: upgrade fails, because group 'motion' already exists

2008-01-31 Thread Leonard Norrgård
Package: motion
Version: 3.2.9-1
Severity: normal

Relevant output:

Setting up motion (3.2.9-1) ...
addgroup: The group `motion' already exists.
dpkg: error processing motion (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 motion
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up motion (3.2.9-1) ...
addgroup: The group `motion' already exists.
dpkg: error processing motion (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 motion

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

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

Versions of packages motion depends on:
ii  adduser  3.105   add and remove users and groups
ii  debconf [debconf-2.0]1.5.18  Debian configuration management sy
ii  libavcodec1d 0.cvs20070307-6 ffmpeg codec library
ii  libavformat1d0.cvs20070307-6 ffmpeg file format library
ii  libavutil1d  0.cvs20070307-6 ffmpeg utility library
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libmysqlclient15off  5.0.51-3MySQL database client library
ii  libpq5   8.2.6-1 PostgreSQL C client library

Versions of packages motion recommends:
ii  ffmpeg3:20071206-0.0 audio/video encoder, streaming ser

-- debconf information:
  motion/moved_conf_dir:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462218: Bug#461442: detection of other OSes in update-grub

2008-01-31 Thread Robert Millan
On Thu, Jan 31, 2008 at 09:31:57AM +0100, Fabian Greffrath wrote:
 Robert Millan schrieb:
 Suggestions?
 
 For the time being I could duplicate the convert() function from 
 Debian's grub-installer to convert the device names.
 
 However, I believe that there are plenty of cases in which you could use 
 a generic device name conversion tool...

Sorry, I got confused.  The generic linux-device / grub-drive conversion tool
is no problem.  I think it's fine to add it.

The problem is if you need grub-probe to work with an input different than
a filesystem path.

If you want the former, feel free to send a patch to grub-devel.  For the
latter, look at my questions and send some feedback.

Or, if nobody wants to send feedback, I guess I'll have to propose something
myself.  But I prefer if this is discussed (given that we have time).

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461912: kdesktop: The murder is out.

2008-01-31 Thread Alex Wilk
Package: kdesktop
Followup-For: Bug #461912

Don't use unclutter. 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#195509: Proceeding on this bug.

2008-01-31 Thread Adam C Powell IV
On Thu, 2008-01-31 at 11:36 +0530, Kumar Appaiah wrote:
 # Bcc'ing control
 severity 195509 important
 tags 195509 + patch
 thanks
 
 On Thu, Jan 31, 2008 at 09:25:30AM +0530, Kumar Appaiah wrote:
  @@ -170,7 +170,10 @@
   libbase=`basename $libname .a`
  # The -h name sets the name of the object; this is necessary to 
  # ensure that the dynamic linker can find the proper shared library.
  -if $CLINKER -shared -Wl,-h,$libbase.$slsuffix -o 
  ../shared/$libbase.$slsuffix *.o $OtherLibs ; then
  +export F77_GETARGDECL=intrinsic GETARG
  +   if $CLINKER -shared -Wl,-h,$libbase.$slsuffix -o 
  ../shared/$libbase.$slsuffix *.o $OtherLibs ; then
  +   echo Successfully linked $libname
  +   elif gfortran-4.3 -shared -Wl,-h,$libbase.$slsuffix -o 
  ../shared/$libbase.$slsuffix *.o $OtherLibs ; then
  echo Successfully linked $libname
  else
  echo Linking $libname shared lib failed  
  
  This is certainly not good, but seems to work. Maybe you can refine
  it. This is also the reason why you see the getarg errors interspersed
  in the build logs.
  
  Now, the failure is this:
 
 [snip]
 
  I have no idea on how to handle this. My observation is that the lines
  in question are related to some f2c and c2f. For example, the
  lines in question in mpi.h are:
 
 [snip more]
 
 Further diagnosis showed that these are the error causing lines, along
 with the fixes:
 
 diff -u mpich-1.2.7/src/fortran/configure mpich-1.2.7/src/fortran/configure
 --- mpich-1.2.7/src/fortran/configure
 +++ mpich-1.2.7/src/fortran/configure
 @@ -15820,11 +15820,11 @@
   # turn off f90
   F90=
   else
 - F90_MODINCFLAG=`$MAKE -f ../../f90modules/Makefile f90modflag`
 - F90MODINCSPEC=`$MAKE -f ../../f90modules/Makefile f90modspec`
 + F90_MODINCFLAG=`$MAKE -s -f ../../f90modules/Makefile f90modflag`
 + F90MODINCSPEC=`$MAKE -s -f ../../f90modules/Makefile f90modspec`
  if test -z $USER_SET_F90INC -a -z $F90INC ; then
   # This should use a test or try to get it from the f90module.
 - F90INC=`$MAKE -f ../../f90modules/Makefile f90incflag`
 + F90INC=`$MAKE -s -f ../../f90modules/Makefile f90incflag`
  fi
  fi
  fi
 
 For some reason, make was printing make[1]: entering directory...
 (and confusing the build). And this resulted in a bad config.status,
 with sed errors (and commands like sed s,make[1] ...),  which produced
 an empty mpe_fortdefs.h, which didn't result in defines for the
 relevant MPI_* stuff.
 
 I have attached a patch and a successful build log. I hope this is
 useful to you to base your changes on. Please note that my fixes are
 far from elegant, but I didn't have (or try spending) the time to make
 them neat...

Terrific!  Thanks for the hard work!  I'll neaten them up myself, that's
the easy part.

 And, I have raised the severity of the bug to important since this is
 part of the gfortran transition. (But if you thought it's just because
 I want more brownie points for producing a patch for an important bug,
 well I won't deny it! :-)

Actually, given how many years this bug has been open, and that it's
holding up a major transition, and several people have bugged me about
it, I'd say important is a fair characterization. :-)

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459232: manpages: random(4) has inconsistent information about /proc

2008-01-31 Thread Andries E. Brouwer
On Sat, Jan 05, 2008 at 08:27:27AM +0100, Michael Kerrisk wrote:
 Danial (and Andries),
 
 Re http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459232
 
 It looks like things changed with the move from 2.4 to 2.6.

The change was made in 2.6.12.

Andries




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory

2008-01-31 Thread Michael Bienia
On 2008-01-12 15:49:46 +0100, Lucas Nussbaum wrote:
 On 19/10/07 at 12:30 +0200, Bastian Blank wrote:
  Package: fusd-kor
  Version: 1.10+11-2
  Severity: serious
  
  There was an error while trying to autobuild your package:
  
   Automatic build of fusd-kor_1.10+11-2 on lxdebian.bfinv.de by sbuild/s390 
   98
  [...]
/usr/bin/fakeroot debian/rules binary-arch
   make: Nothing to be done for `binary-arch'.
dpkg-genchanges -B -ms390 Build Daemon buildd_s390-lxdebian
   dpkg-genchanges: arch-specific upload - not including arch-independent 
   packages
   dpkg-genchanges: failure: cannot read files list file: No such file or 
   directory
   **
   Build finished at 20071008-1428
   FAILED [dpkg-buildpackage died]
 
 Just for info, I can't reproduce it on i386.

As fusd-kor also fails to build in Ubuntu on all arch except i386, I
looked into the Ubuntu and Debian build logs to find the reason.
The successfull i386 build [0] used 
/usr/bin/fakeroot debian/rules binary while all the failed builds used
/usr/bin/fakeroot debian/rules binary-arch and debian/rules from
fusd-kor has no binary-arch target which is a must according to the
Debian policy.

Michael

0: 
http://launchpadlibrarian.net/10309186/buildlog_ubuntu-hardy-i386.fusd-kor_1.10%2B11-2_FULLYBUILT.txt.gz



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#448782: AllowOverride needs changed?

2008-01-31 Thread Colin Turner
Hi,

This bug does seem to be fixed in that the .htaccess file is written
nicely. However, I had to change the AllowOverride setting in the
apache.conf in /etc/serendipity/ for apache to pay any attention to
the .htaccess file.

I don't know if this is an issue for fresh installs, but before I did
that, changing the mod_rewrite broke most of the formatting as before.

Thanks for all your work!

CT.



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


Bug#463353: madwifi-source: cannot build with 2.6.24-1-686

2008-01-31 Thread Damyan Ivanov
-=| Kel Modderman, Thu, Jan 31, 2008 at 09:02:00PM +1000 |=-
 On Thursday 31 January 2008 20:41:00 Stephen Gran wrote:
  Just to let you know, 2.6.24 (in Debian - 2.6.25 for vanilla kernel) is
  shipping the ath5k module, which is AIUI replacing madwifi.  I don't know
  if that affects your plans, but I wanted to be sure you were aware of it.
 
 [...]
 
 Madwifi, unfortunately, will still be in demand for a short while, so while
 I'll be supporting its removal from Debian archive (and my todo list) ASAP,
 will still try and provide a service for some users who require it until ath5k
 is able to satisfy their requirements in the meantime.

I tried 2.6.24 as soon as it appeared on my mirror and was very excited
about ath5k. Wow! The last non-free driver from my laptop is gone! I
thought.

Unfortunatelly, although the driver loads OK and there are no errors,
iwlist ath0 scan shows no results. It behaves as if the radio is
turned off (but the radio light on the laptop is on).

Perhas this will get fixed in 2.6.25, but until this happens, I'd like
to use the other goodies in 2.6.24 *and* the wireless card :)
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#463399: apr-1-config --libs returns spurious libs

2008-01-31 Thread Damyan Ivanov
Package: libapr1-dev
Version: 1.2.11-1
Severity: normal

Hi,

While investigating the following warning from dpkg-shlibdeps in
libapache2-mod-perl2:

  debian/libapache2-mod-perl2/usr/lib/perl5/auto/APR/APR.so shouldn't be
  linked with libuuid.so.1 (it uses none of its symbols).
  ...
  same for librt.so.1 libcrypt.so.1 libpthread.so.0 libdl.so.2

I've found that the extra library linkage comes from apr-1-config:

  $ apr-1-config --link-ld --libs
   -L/usr/lib -lapr-1 -luuid -lrt -lcrypt  -lpthread -ldl

The only library that APR.so really needs is libapr-1


Please consider omitting -luuid -lrt -lcrypt -lpthread -ldl from the
output.


Thanks,
dam
Debian Perl Group

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

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

Versions of packages libapr1-dev depends on:
ii  libapr1 1.2.11-1 The Apache Portable Runtime Librar
ii  uuid-dev1.2-1.40.5-2 universally unique id library - he

libapr1-dev recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462570: /etc/resolv.conf overwitten with broken version (domain instead of search)

2008-01-31 Thread Vincent Lefevre
Same problem here (pump doesn't have this problem).

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463400: vmware-package: generated kernel source package uses erroneous control file

2008-01-31 Thread Anders Lennartsson
Package: vmware-package
Version: 0.21
Severity: normal

The generated package vmware-kernel-source__all.deb has a static
control file that makes dp_builddeb in debian/rules build a new
vmware-kernel-source package. The modules are compiled but never
included in a package.

There is a file control.modules.in that seems aimed at precisely this.
I added one line seen in the patch which fixed this particular problem.

the generated kernel source package was made by
fakeroot make-vmpkg VMware-workstation-6.0.2-59824.x86_64.tar.gz
on a amd64/sid box.

Anders

PS

By the way, the line

dh_builddeb --destdir=$(DEB_DESTDIR)

does not have a nice default, if the variable is not defined the
package building fails if one does not have write access to /usr. 
--- rules.old   2008-01-30 14:55:05.0 +0100
+++ rules   2008-01-31 14:04:49.0 +0100
@@ -24,6 +24,8 @@
dh_testroot
dh_clean -k
 
+   sed 's/_KVERS_/$(KVERS)/g' debian/control.modules.in  
$(CURDIR)/debian/control
+
# Build the module
-cd vmblock-only  $(MAKE) -C $(KSRC) VM_CCVER=`gcc -dumpversion` 
VM_KBUILD=26 SUBDIRS=$$PWD SRCROOT=$$PWD/. modules
cd vmmon-only  $(MAKE) -C $(KSRC) VM_CCVER=`gcc -dumpversion` 
VM_KBUILD=26 SUBDIRS=$$PWD SRCROOT=$$PWD/. modules


Bug#462382: [Build-common-hackers] Bug#462382: runs configure twice on application builds

2008-01-31 Thread Peter Eisentraut
Am Donnerstag, 24. Januar 2008 schrieb Riku Voipio:
 cdbs appears to cause many autonconfigured applications to run configure
 twice. For a recent example, boinc-app-seti[1]

It looks like this is an issue of using make properly.  The problem is this 
post-patches target:

post-patches::
aclocal-1.9 -I m4  autoheader  automake-1.9  autoconf

As you can see in /usr/share/doc/cdbs/buildcore.png, post-patches is a 
dependency of just about everything, so whenever this target runs, everything 
else needs to be run as well.

I suggest you use an approach with stamp files.  I could make it work like 
this:

post-patches:: autofoo-stamp
autofoo-stamp:
aclocal-1.9 -I m4  autoheader  automake-1.9  autoconf
touch autofoo-stamp



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463402: smbfs: Crash when trying to mount remote cifs share

2008-01-31 Thread Tobbe Eriksson
Package: smbfs
Version: 3.0.28-2+b1
Severity: normal

Hi,

when trying to mount a remote share on a Iomega Network Hard Drive using 
the following command:

mount //server/stuff /mnt/server -t cifs -o ip=192.168.4.14,user=xxx,pass=xxx

it crashes. This works fine from another machine running Etch x86 but 
not with this sid AMD64 box.

I have tried with a custom 2.6.24 kernel compiled from Debian source 
with make-kpkg but result is the same.

From dmsg:

Unable to handle kernel NULL pointer dereference at 0010 
RIP: 
 [88c17aad] :cifs:cifs_strfromUCS_le+0x61/0x74
PGD a3a3c067 PUD a4734067 PMD 0 
Oops: 0002 [2] SMP 
CPU 1 
Modules linked in: nls_iso8859_1 cifs nvidia(P) binfmt_misc ppdev 
parport_pc lp parport nfs lockd nfs_acl sunrpc ac battery fuse dm_crypt 
dm_mod firewire_sbp2 loop snd_emu10k1_synth snd_emux_synth 
snd_seq_virmidi snd_seq_midi_emul snd_emu10k1 snd_seq_dummy snd_seq_oss 
snd_seq_midi snd_seq_midi_event snd_seq snd_rawmidi firmware_class 
snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_device 
snd_timer snd_page_alloc snd_util_mem snd_hwdep i2c_i801 atl1 emu10k1_gp 
snd i2c_core button soundcore gameport mii iTCO_wdt intel_agp pcspkr 
tsdev evdev ext3 jbd mbcache sd_mod ide_cd cdrom ata_generic usbhid hid 
ata_piix generic floppy jmicron ide_core firewire_ohci firewire_core 
crc_itu_t ahci ehci_hcd libata scsi_mod uhci_hcd thermal processor fan
Pid: 3924, comm: mount.cifs Tainted: P  D 2.6.23-1-amd64 #1
RIP: 0010:[88c17aad]  [88c17aad] 
:cifs:cifs_strfromUCS_le+0x61/0x74
RSP: 0018:8100a3ec7908  EFLAGS: 00010246
RAX:  RBX:  RCX: 88c35fe0
RDX:  RSI: 8100a4618dee RDI: 0010
RBP: 8100a4618dee R08: 8100b2cc4478 R09: 8100a3ec77c8
R10:  R11: 802663e8 R12: 8100b566a1c0
R13:  R14: 0010 R15: 88c35fe0
FS:  2b17d6c6b6e0() GS:8100013f1c40() 
knlGS:
CS:  0010 DS:  ES:  CR0: 8005003b
CR2: 0010 CR3: a4283000 CR4: 06e0
DR0:  DR1:  DR2: 
DR3:  DR6: 0ff0 DR7: 0400
Process mount.cifs (pid: 3924, threadinfo 8100a3ec6000, task 
8100a849e040)
Stack:  0001  0005 
8100b566a1c0
  8100a4618dee 0001 88c1a50d
 8100a3ec79bc 88c35fe0 8100a5c67800 b2cc4400
Call Trace:
 [88c1a50d] :cifs:CIFS_SessSetup+0x4f6/0x7d1
 [88c077ca] :cifs:cifs_setup_session+0x11d/0xbd1
 [80268bcd] get_page_from_freelist+0x3d4/0x550
 [802845ed] cache_alloc_refill+0xdb/0x1da
 [802cf55c] find_nls+0x29/0x89
 [88c0ac00] :cifs:cifs_mount+0x1bbc/0x21d7
 [802fe183] idr_get_new+0xb/0x28
 [8028b846] set_anon_super+0x3c/0xab
 [8028b80a] set_anon_super+0x0/0xab
 [88bfe641] :cifs:cifs_get_sb+0x9e/0x1bf
 [8028b3a6] vfs_kern_mount+0x93/0x123
 [8028b485] do_kern_mount+0x43/0xdd
 [8029ee68] do_mount+0x691/0x705
 [80264442] find_lock_page+0x26/0xa1
 [802713b8] handle_mm_fault+0x390/0x773
 [80300dcf] __up_read+0x13/0x8a
 [802232dc] do_page_fault+0x430/0x7a4
 [80271434] handle_mm_fault+0x40c/0x773
 [80291a3b] getname+0x14c/0x191
 [8026e62d] zone_statistics+0x3f/0x60
 [8029d839] copy_mount_options+0xce/0x126
 [8029ef66] sys_mount+0x8a/0xd4
 [8020bdee] system_call+0x7e/0x83


Code: 41 c6 04 06 00 89 d8 5a 5b 5d 41 5c 41 5d 41 5e 41 5f c3 41 
RIP  [88c17aad] :cifs:cifs_strfromUCS_le+0x61/0x74
 RSP 8100a3ec7908
CR2: 0010

Best regards,

Toby


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

Kernel: Linux 2.6.23-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 smbfs depends on:
ii  libc62.7-6   GNU C Library: Shared libraries
ii  netbase  4.30Basic TCP/IP networking system
ii  samba-common 3.0.28-2+b1 Samba common files used by both th

smbfs recommends no packages.

-- no debconf information

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463401: New upstream version 2.5.0

2008-01-31 Thread Marco Rodrigues

Package: br2684ctl
Severity: wishlist

Hi! Please update it to latest upstream version...

Changes: 
http://sourceforge.net/project/shownotes.php?group_id=7812release_id=56478

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463404: Please update it from linux-atm 2.5.0

2008-01-31 Thread Marco Rodrigues

Package: br2684ctl
Severity: wishlist

It was been changed in 2007, and last version is from 2004.

[EMAIL PROTECTED]:~/packages/linux-atm-2.5.0/src/br2684$ ls -la
total 40
drwxr-xr-x  2 kmos kmos  4096 2008-01-31 13:21 .
drwxr-xr-x 21 kmos kmos  4096 2007-12-29 21:24 ..
-rw-r--r--  1 kmos kmos  2536 2007-12-29 21:04 br2684ctl.8
-rw-r--r--  1 kmos kmos  7941 2007-12-29 21:04 br2684ctl.c
-rw-r--r--  1 kmos kmos   153 2005-04-20 17:55 Makefile.am
-rw-r--r--  1 kmos kmos 16211 2007-12-29 20:31 Makefile.in

Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463405: evolution: (at) sign in caldav username not working

2008-01-31 Thread Stefan Völkel
Package: evolution
Version: 2.6.3-6etch1
Severity: normal

When adding a CalDAV calender with a user containing an @ sign in its
login, the @ sign and everything thereafter will be removed. Also the
URL field is garbled.

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages evolution depends on:
ii  dbus  1.0.2-1simple interprocess messaging syst
ii  evolution-com 2.6.3-6etch1   architecture independent files for
ii  evolution-dat 1.6.3-5etch1   evolution database backend server
ii  gconf22.16.1-1   GNOME configuration database syste
ii  gnome-icon-th 2.14.2-2   GNOME Desktop icon theme
ii  gtkhtml3.83.12.1-2   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.4-3   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-clie 0.6.16-3etch1  Avahi client library
ii  libavahi-comm 0.6.16-3etch1  Avahi common library
ii  libavahi-glib 0.6.16-3etch1  Avahi glib integration library
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.14.0-5   The Bonobo UI library
ii  libc6 2.3.6.ds1-13etch4  GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libcamel1.2-8 1.6.3-5etch1   The Evolution MIME message handlin
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib- 0.71-3 simple interprocess messaging syst
ii  libebook1.2-5 1.6.3-5etch1   Client library for evolution addre
ii  libecal1.2-6  1.6.3-5etch1   Client library for evolution calen
ii  libedataserve 1.6.3-5etch1   Utility library for evolution data
ii  libedataserve 1.6.3-5etch1   GUI utility library for evolution 
ii  libegroupwise 1.6.3-5etch1   Client library for accessing group
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libexchange-s 1.6.3-5etch1   Backend library for evolution cale
ii  libfontconfig 2.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5+etch2  FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.3-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgnome-keyr 0.6.0-3GNOME keyring services library
ii  libgnome-pilo 2.0.15-2   Support libraries for gnome-pilot
ii  libgnome2-0   2.16.0-2   The GNOME 2 library - runtime file
ii  libgnomecanva 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-7   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-4   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 1:2.14.2-7 GNOME virtual file-system (runtime
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-1  library for common error values an
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libgtkhtml3.8 3.12.1-2   HTML rendering/editing library - r
ii  libhal1   0.5.8.1-9  Hardware Abstraction Layer - share
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libldap2  2.1.30-13.3OpenLDAP libraries
ii  libnm-glib0   0.6.4-6network management framework (GLib
ii  libnotify10.4.3-1sends desktop notifications to a n
ii  libnspr4-0d   1.8.0.14~pre071019c-0etch1 NetScape Portable Runtime Library
ii  libnss3-0d1.8.0.14~pre071019c-0etch1 Network Security Service libraries
ii  liborbit2 1:2.14.3-0.2   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpisock90.12.1-5   library for communicating with a P
ii  libpisync00.12.1-5   synchronization library for PalmOS
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii 

Bug#463403: nvidia-kernel: Non-dependency on kernel may cause configuration before kernel, which fails

2008-01-31 Thread Edgar Fuß
Package: nvidia-kernel
Severity: normal
Tags: patch

Is there any reason for nvidia-kernel-xxx not to depend (but just recommend) 
linux-image-xxx?

The problem we ran into with an automatic (FAI) install is that without that 
dependency, nvidia-kernel may get configured before kernel-image.  But this 
then failes since there's no /lib/modules/xxx directory at that point. So you 
end up with /lib/modules/xxx_nnn (with nnn presumably the process id of the 
failed counfiguration) and nvidia.ko in there.

Adding the dependency (here with a change from linux-image to kernel-image) to 
control.template seems to fix the problem:

 Depends: nvidia-kernel-common (= 20051028+1-0.1)
 Recommends: linux-image-#KVERS#
 Depends: nvidia-kernel-common (= 20051028+1-0.1),
 kernel-image-#KVERS#

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.18.2.mib.smp.amd64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#197790: You have nothing to lose, just a lot to gain! I have been on the product 2 months now and I have already gained 1 inch.

2008-01-31 Thread Raymond Hand

All orders will be processed and dispatched within 24hrs. However, I always 
wished that I was bigger and I was embarrassed of my size when I was in the 
locker room.
http://moodeitu.com




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463401: Reassigned to the correct package...

2008-01-31 Thread Marco Rodrigues
Ups.. I've assigned it to other package that derivate from this one. So now it's 
correct.


Thanks

--
Marco Rodrigues

http://Marco.Tondela.org




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463381: libgsl0-dev: libgsl0.so doesn't have any symbol

2008-01-31 Thread Yavor Doganov
On Thu, Jan 31, 2008 at 12:33:32PM +0100, David Paleino wrote:
 Have you got any idea why configure fails? 

Try looking at config.log.
It doesn't fail for me (although I didn't try in a chroot).

-- 
I had a very low opinion of TCL, basically because it wasn't Lisp. --RMS



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463406: live-helper: lh_chroot_local-packages fails if packages exist in .

2008-01-31 Thread Michal Suchanek
Package: live-helper
Version: 1.0~a37-2
Severity: normal


lh_build is failing for me with an error from find:

P: Begin installing local packages...
find: paths must precede expression
Usage: find [-H] [-L] [-P] [path...] [expression]

Apparently the asterisk is not properly quoted in this line:

Chroot find /root -name *.deb  chroot/root/local-packages

Thanks

Michal




-- Package-specific info:

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

Kernel: Linux 2.6.23.3-src (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 live-helper depends on:
ii  debootstrap   1.0.7  Bootstrap a basic Debian system

live-helper recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463407: dnsmasq: Please provide no-conf variant

2008-01-31 Thread Soren Hansen
Package: dnsmasq
Version: 2.40-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi!

I'd like to be able to add dnsmasq as a dependency of libvirt as it can
use it to provide dns and dhcp to virtual networks it manages. If,
however, I already have e.g. bind9 installed, dnsmasq and bind9 both try
to listen on port 53 and obviously one of them will fail.

Would it be possible to move everything but the init script and defaults
file to a dnsmasq-base (or similar), and have dnsmasq depend on that?
That would change nothing for users who are used to the way dnsmasq
works now (which I belive to be correct for most use cases, by the way),
while making it possible to use dnsmasq in sort of an embedded manner
inside libvirt?



- -- System Information:
Debian Release: lenny/sid
  APT prefers hardy
  APT policy: (500, 'hardy'), (500, 'gutsy')
Architecture: amd64 (x86_64)

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

Versions of packages dnsmasq depends on:
ii  adduser   3.105ubuntu1   add and remove users and groups
ii  libc6 2.7-5ubuntu2   GNU C Library: Shared libraries
ii  libdbus-1-3   1.1.2-1ubuntu2 simple interprocess messaging syst
ii  netbase   4.30ubuntu1Basic TCP/IP networking system

dnsmasq recommends no packages.

- -- no debconf information

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

iD8DBQFHodJjonjfXui9pOMRAhswAJ9uTmGDkB/vHWisPjkPOYgsDcgz8QCeKykV
8OAxSjJrMitI2r3vCT7ByeY=
=zgBp
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463385: libmath-numbercruncher-perl: Some methods hanging after a while

2008-01-31 Thread Martín Ferrari
Hi Gilles,

On Jan 31, 2008 7:45 AM, Gilles Sadowski [EMAIL PROTECTED] wrote:
 Package: libmath-numbercruncher-perl

 Then (less easy to find out what is going on) some methods apparently hang
 when used repeatedly (i.e. in a loop): the program continue running but
 doesn't do anything useful (but doesn't seem to consume more more and more
 memory).  It happens (at least) with 'Distance' and 'StandardDeviation'.
 After noticing the problem, I changed the code to call my own version of
 these functions, and the program ran to completion.

Well, if the program continues running, that sounds more like you're
looping on a condition that's never met. Could you please send us a
snippet of code that can reproduce this problem? If you can also send
the alternative, working version too, great.

Thanks.

-- 
Martín Ferrari




Bug#461617: wordpress no-code-duplication l10n [was: Bug#461617]

2008-01-31 Thread Nikolay Bachiyski
2008/1/22, Lionel Elie Mamane [EMAIL PROTECTED]:
 On Tue, Jan 22, 2008 at 09:14:40PM +0200, Nikolay Bachiyski wrote:
  2008/1/22, Lionel Elie Mamane [EMAIL PROTECTED]:


  Well, we would like to have as much translated as is feasible without
  duplicating the whole code.

  What I would be OK with is a scheme where we have one copy of the code
  (with English strings or placeholders like @WP_STRING_ERR_NO_CONFIG@),
  and string translations are provided in some kind of flat-text file
  and then we automatically produce the localised versions by statically
  replacing the strings/placeholders in the code.

  We have been thinking for some time, how can we deal with that
  problem and solutions like yours have been suggested many times I
  don't want to make WordPress depend on a build stage. If we
  incorporate this scheme we will have to replace the placeholders
  before using the software.


 It would have to depend on a build stage only for developers. For
 users, you can put in the tarball you distribute the built version
 (placeholders replaced). Users wouldn't have to do the replace
 placeholders stage.

  Also, after we have once replaced them, we are losing the actual
  placeholders and upgrades can be a nightmare.

 The actual placeholders can be left inside specially-formatted PHP
 comments instead of being purely replaced. But how does losing the
 placeholders impact upgrades? Aren't upgrades replace the whole
 code?
It won't impact upgrades, but a build stage would make the life of an
average WordPress developer/hacker highly uncomfortable,a step I
don't want us to take.

However, I like the idea of specially-formatted comments -- something like:

wp_die(/*WP_I18N_NOWPCONF*/There doesn't seem to be a
codewp-config.php/code file.../*/WP_I18N_NOWPCONF*/);

Thus we can put these strings into the mo file and replace them on the
localized package build stage.

Happy hacking,
Nikolay.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461513: cdbs: requires aclocal.m4 to be present in order to generate it

2008-01-31 Thread Peter Eisentraut
Am Samstag, 19. Januar 2008 schrieb Charles Plessy:
 I would like to mention the following bug in Ubuntu's Launchpad:
 https://bugs.launchpad.net/ubuntu/+source/cdbs/+bug/162015

Note that the variable is called DEB_AUTO_UPDATE_ACLOCAL, not 
DEB_AUTO_CREATE_ACLOCAL, so the feature works as designed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463381: libgsl0-dev: libgsl0.so doesn't have any symbol

2008-01-31 Thread David Paleino
Il giorno Thu, 31 Jan 2008 15:38:58 +0200
Yavor Doganov [EMAIL PROTECTED] ha scritto:

 On Thu, Jan 31, 2008 at 12:33:32PM +0100, David Paleino wrote:
  Have you got any idea why configure fails? 
 
 Try looking at config.log.
 It doesn't fail for me (although I didn't try in a chroot).

Here's what happens (relevant part): http://pastebin.com/f3b94f132

Here's the relevant bit of the paste:

configure:20303: checking for gsl_multifit_fdfsolver_iterate in -lgsl
configure:20338: i486-linux-gnu-g++ -o conftest  -O2 -g -Wall -Wl,--as-needed 
conftest.cpp -lgsl -lgslcblas -lz -lpthread -ldl -lm 5
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libgsl.so: undefined 
reference to `cblas_ctrmv'
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libgsl.so: undefined 
reference to `cblas_zswap'
...
collect2: ld returned 1 exit status
configure:20344: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME 
| #define PACKAGE_TARNAME 
| #define PACKAGE_VERSION 
| #define PACKAGE_STRING 
| #define PACKAGE_BUGREPORT 
| #define PACKAGE odin
| #define VERSION 1.6.5
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|Use char because int might match the return type of a GCC
|builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern C
| #endif
| char gsl_multifit_fdfsolver_iterate ();
| int
| main ()
| {
| return gsl_multifit_fdfsolver_iterate ();
|   ;
|   return 0;
| }
configure:20362: result: no
...

It seems like the -lgslcblas flag doesn't get counted :s

After some tests, here's the guilty: -Wl,--as-needed.

(foo.cc is the same snippet of code in config.log)

$ g++ foo.cc -Wall -Wl,-z,defs -lgsl -lgslcblas /dev/null
$ echo $?
0
$ g++ foo.cc -Wall -Wl,-z,defs -Wl,--as-needed -lgsl -lgslcblas /dev/null
$ echo $?
1
$ g++ foo.cc -Wall -Wl,-z,defs -Wl,--as-needed -lgsl -lgslcblas /dev/null
$ echo $?
0
$

This is non-sense to me. Does the position of compiler/linker flags have any
importance?

Kindly,
David

P.S.: thanks for helping me in spotting the problem! :)

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#326966: build-rdeps (was: devscripts: Please include an rbuild-deps script)

2008-01-31 Thread Patrick Schoenfeld
Sorry, forgotten to attach the files.

On Thu, Jan 31, 2008 at 03:12:51PM +0100, Patrick Schoenfeld wrote:
 Tags 326966 + patch
 thanks
 
 Hi,
 
 I have written a script which does determine which packages build-depend
 on a given package. Therefore this one would close this bug report.
 
 Attached you find a diff generated with svn diff which includes the
 script and all neccessary changes to devscripts (Makefile modification,
 README-modification etc.). I also seperately attached the script if one
 wants to test it w/o first applying the patch.
 
 Best Regards,
 Patrick
Index: debian/control
===
--- debian/control	(Revision 922)
+++ debian/control	(Arbeitskopie)
@@ -35,6 +35,8 @@
   - archpath: print tla/Bazaar package names [tla | bazaar]
   - bts: a command-line tool for manipulating the BTS [www-browser,
 libsoap-lite-perl, libwww-perl, mailx | mailutils]
+  - build-rdeps: a tool do determine which packages build-depend
+on a specific package
   - chdist: tool to easily play with several distributions [dctrl-tools]
   - checkbashisms: check whether a /bin/sh script contains any common
 bash-specific contructs
Index: debian/changelog
===
--- debian/changelog	(Revision 922)
+++ debian/changelog	(Arbeitskopie)
@@ -26,7 +26,10 @@
   [ Christoph Berg ]
   * debcommit: also look for \t in the diff for GNU-style changelogs.
 
- -- Adam D. Barratt [EMAIL PROTECTED]  Mon, 28 Jan 2008 22:58:38 +
+  [ Patrick Schoenfeld ]
+  * Added build-rdeps - a utility to find build-rdepends (Closes: #326966)
+
+ -- Patrick Schoenfeld [EMAIL PROTECTED]  Thu, 31 Jan 2008 15:01:00 +0100
 
 devscripts (2.10.13) unstable; urgency=low
 
Index: scripts/build-rdeps.pl
===
--- scripts/build-rdeps.pl	(Revision 0)
+++ scripts/build-rdeps.pl	(Revision 0)
@@ -0,0 +1,222 @@
+#!/usr/bin/perl
+
+=head1 NAME
+
+build-rdeps - find packages that depend on a specific package to build (reverse build depends)
+
+=head1 SYNOPSIS
+
+Bbuild-rdeps Ipackage
+
+=head1 DESCRIPTION
+
+Bbuild-rdeps searches for all packages that build-depend on the specified package.
+
+=head1 OPTIONS
+
+=over 4
+
+=item B-u B--update
+
+Run apt-get update before searching for build-depends.
+
+=item B-s B--sudo
+
+Use sudo when running apt-get update. Has no effect if -u is ommitted.
+
+=item B-m B--print-maintainer
+
+Print the maintainer information for each package. This feature is currently
+experimental, because it prints wrong information under some circumstances.
+Don't use it if you want to rely on it.
+
+=item B-d B--debug
+
+Run the debug mode
+
+=item B--help
+
+Show the usage information.
+
+=item B--version
+
+Show the version information.
+
+=over 4
+
+=back
+
+=cut
+
+use warnings;
+use strict;
+use File::Basename;
+use File::Find;
+use Getopt::Long;
+use Pod::Usage;
+my $progname = basename($0);
+my $version = 0.1;
+my $dctrl = /usr/bin/grep-dctrl;
+my $sources_path = /var/lib/apt/lists/;
+my $source_pattern = .*_dists_unstable_.*Sources;
+my @source_files;
+my $sources_count=0;
+my $opt_debug;
+my $opt_update;
+my $opt_sudo;
+my $opt_maintainer;
+my $opt_mainonly;
+
+if (!(-x $dctrl)) {
+	die $progname: Fatal error. grep-dctrl is not available.\nPlease install the 'dctrl-tools' package.\n;
+}
+
+sub version {
+	print EOT;
+This is $progname v. $version, a tool to find packages that depend on a specific package.
+It has been written for the devscripts collection by Patrick Schoenfeld.
+EOT
+exit (0);
+}
+
+sub usage {
+	print EOT;
+usage: $progname packagename
+   $progname --help
+   $progname --version
+
+Searches for all packages that build-depend on the specified package.
+
+Options:
+   -u, --updateRun apt-get update before searching for build-depends.
+   (needs root privileges)
+   -s, --sudo  Use sudo when running apt-get update
+   (has no effect when -u is ommitted)
+   -d, --debug Enable the debug mode
+   -m, --print-maintainer  Print the maintainer information (experimental)
+   --only-main Ignore contrib and non-free
+
+EOT
+version;
+}
+
+sub findsources {
+	if ( /$source_pattern/ and $sources_count = 3 ) {
+		unless ($opt_mainonly and /(contrib|non-free)/) {
+			push(@source_files, $_);
+			$sources_count+=1;
+			print STDERR DEBUG: Added source file: $_ (#$sources_count)\n if ($opt_debug);
+		}
+	}
+}
+
+sub findreversebuilddeps {
+	my ($package, $source_file) = @_;
+	my @packages;
+	open(PACKAGES, $dctrl -F Build-Depends $package -s Package $source_file|);
+	my $count=0;
+	my $builddeps;
+	my $maintainer;
+	my $maintainer_info='';
+
+	while(PACKAGES) {
+		if ( /Package: .*$/ ) {
+			/Package: (.*)$/;
+			my $depending_package = $1;
+			$builddeps = `$dctrl -F Package $depending_package -s Build-Depends $source_file`;
+
+			if ( 

Bug#463381: libgsl0-dev: libgsl0.so doesn't have any symbol

2008-01-31 Thread Yavor Doganov
On Thu, Jan 31, 2008 at 03:10:23PM +0100, David Paleino wrote:
 configure:20303: checking for gsl_multifit_fdfsolver_iterate in -lgsl
 configure:20338: i486-linux-gnu-g++ -o conftest  -O2 -g -Wall -Wl,--as-needed 
 conftest.cpp -lgsl -lgslcblas -lz -lpthread -ldl -lm 5
 /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libgsl.so: undefined 
 reference to `cblas_ctrmv'
 /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libgsl.so: undefined 
 reference to `cblas_zswap'

That's #456898, which I hit when working on adun.app.
There is an ugly workaround for this bug.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463408: f-spot should use libmono-cairo2.0-cil

2008-01-31 Thread Tim Retout
Package: f-spot
Version: 0.4.1-4
Severity: normal

f-spot ships an old version of Mono.Cairo in src/Cairo. It should be 
changed to link against the packaged version. The f-spot package 
currently depends on libcairo2, but not on libmono-cairo2.0-cil.

This bug is so that I don't forget that. ;)

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

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

Versions of packages f-spot depends on:
ii  beagle  0.3.2-1  indexing and search tool for your 
ii  dbus1.1.2-1  simple interprocess messaging syst
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libexif12   0.6.16-2.1   library to parse EXIF files
ii  libflickrnet2.1.5-cil   25277-6  Flickr.Net API Library
ii  libgconf2.0-cil 2.16.0-10CLI binding for GConf 2.16
ii  libgl1-mesa-glx [libgl1]7.0.2-4  A free implementation of the OpenG
ii  libglade2.0-cil 2.10.2-5 CLI binding for the Glade librarie
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libglib2.0-cil  2.10.2-5 CLI binding for the GLib utility l
ii  libgnome-vfs2.0-cil 2.16.0-10CLI binding for GnomeVFS 2.16
ii  libgnome2.0-cil 2.16.0-10CLI binding for GNOME 2.16
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgphoto2-22.4.0-8  gphoto2 digital camera library
ii  libgphoto2-port02.4.0-8  gphoto2 digital camera port librar
ii  libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface 
ii  libgtk2.0-cil   2.10.2-5 CLI binding for the GTK+ toolkit 2
ii  libgtkhtml2.0-cil   2.16.0-10CLI binding for GtkHTML 3.8
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  liblcms11.16-8   Color management library
ii  libmono-addins-gui0.2-cil   0.3-2GTK# frontend library for Mono.Add
ii  libmono-addins0.2-cil   0.3-2addin framework for extensible CLI
ii  libmono-corlib2.0-cil   1.2.6+dfsg-5 Mono core library (2.0)
ii  libmono-sharpzip2.84-cil1.2.6+dfsg-5 Mono SharpZipLib library
ii  libmono-sqlite2.0-cil   1.2.6+dfsg-5 Mono Sqlite library
ii  libmono-system-data2.0-cil  1.2.6+dfsg-5 Mono System.Data Library
ii  libmono-system-web2.0-cil   1.2.6+dfsg-5 Mono System.Web Library
ii  libmono-system2.0-cil   1.2.6+dfsg-5 Mono System libraries (2.0)
ii  libmono2.0-cil  1.2.6+dfsg-5 Mono libraries (2.0)
ii  libndesk-dbus-glib1.0-cil   0.4.1-1  CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil0.6.0-1  CLI implementation of D-Bus
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.4.0-1X11 Composite extension library
ii  mono-runtime1.2.6+dfsg-5 Mono runtime

Versions of packages f-spot recommends:
ii  dcraw 8.80-1 decode raw digital camera images
ii  sqlite2.8.17-4   command line interface for SQLite
ii  sqlite3   3.4.2-2A command line interface for SQLit

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463353: madwifi-source: cannot build with 2.6.24-1-686

2008-01-31 Thread Damyan Ivanov
-=| Kel Modderman, Thu, Jan 31, 2008 at 10:27:48PM +1000 |=-
 On Thursday 31 January 2008 22:01:02 Stephen Gran wrote:
  This one time, at band camp, Kel Modderman said:
   Am pretty well informed about ath5k movements with regards to mainline
   inclusion (am involved with madwifi.org team that handles development
   of the non-free madwifi and free ath5k module) but not with debian's
   movements. Thanks for the heads up.
  
  Cool, wasn't trying to teach you to suck eggs :)  Thanks for looking
  after madwifi and now ath5k - you've kept several of my laptops
  connected over the years.
 
 About the only way I can see Madwifi being a useful package now that ath5k is
 on the scene is to have madwifi actively claim priority over ath5k by
 blacklisting it via conffile file in /etc/modprobe.d/ (installed by 
 madwifi-tools
 package).
 
 This is staged for next madwifi-tools upload pending discussion.
 
 Do you think this would be an ok action to take at this stage?

why not?

 Proposed updates are at:
 http://sidux.net/kelmo/debian/pool/non-free/m/madwifi/madwifi_0.9.4~rc1-1.dsc
 http://sidux.net/kelmo/debian/pool/contrib/m/madwifi-tools/madwifi-tools_0.9.3+dfsg-4.dsc

I gave these a try. They built fine (2.6.24-1-amd64).

The madwifi-modules generated by m-a has Depends: madwifi-tools
without version. As I understand it, the blacklisting of ath5k in
madwifi-tools is introduced in 0.9.3+dfsg-4 so perhaps the Depends line
in generated madwifi-modules should be adjusted to include version?

After installing madwifi-tools 0.9.3+dfsg-4 and rebooting, everything
came as before. No ath5k was loaded, madwifi seems to work fine.

Thank you very much, Kel.

I hope kernel-supplied ath5k will get usable soon.
-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#5946: Why and how they work. Your partner will experience more pleasure.

2008-01-31 Thread Sophia Gagnon

Its fantastic! The more dedicated you are, the sooner you will see results.
http://frugared.com




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326966: build-rdeps (was: devscripts: Please include an rbuild-deps script)

2008-01-31 Thread Patrick Schoenfeld
Tags 326966 + patch
thanks

Hi,

I have written a script which does determine which packages build-depend
on a given package. Therefore this one would close this bug report.

Attached you find a diff generated with svn diff which includes the
script and all neccessary changes to devscripts (Makefile modification,
README-modification etc.). I also seperately attached the script if one
wants to test it w/o first applying the patch.

Best Regards,
Patrick



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#235623: dpkg: #235623

2008-01-31 Thread Khalil Ghorbal
Package: dpkg
Version: 1.14.15
Followup-For: Bug #235623


Some extra information to point out this bug, in the man page for example, will 
be really appreciated.
Using root privilege with dpkg is common, so using the same privileges to 
extract a debian package, in /tmp as an example, can be disastrous and source 
of huge waste 
of time ...

Thanks

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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils 5.97-5.3   The GNU core utilities
ii  libc6 2.7-6  GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463413: gnome-system-monitor fail to start

2008-01-31 Thread Christophe
Package: gnome-system-monitor
Version: 2.20.2-1
Severity: grave
Justification: renders package unusable

gnome-system-monitor fail to start with symbol lookup error :

gnome-system-monitor: symbol lookup error: gnome-system-monitor: 
undefined symbol: _ZN7pcrecpp6no_argE

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

Kernel: Linux 2.6.23-1-686 (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 gnome-system-monitor depends on:
ii  gconf2  2.20.1-2+b1  GNOME configuration database syste
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.4.6-1  C++ wrappers for Cairo (shared lib
ii  libgcc1 1:4.3-20080127-1 GCC support library
ii  libgconf2-4 2.20.1-2+b1  GNOME configuration database syste
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.14.2-4 C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a   1:2.12.3-2   C++ wrappers for GTK+ 2.4 (shared 
ii  libgtop2-7  2.20.1-1 gtop system monitoring library
ii  liborbit2   1:2.14.10-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libpcre37.6-1Perl 5 Compatible Regular Expressi
ii  libpcrecpp0 7.6-1Perl 5 Compatible Regular Expressi
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstartup-notification 0.9-1library for program launch feedbac
ii  libstdc++6  4.3-20080127-1   The GNU Standard C++ Library v3
ii  libwnck22   2.20.3-1 Window Navigator Construction Kit 
ii  libxml2 2.6.31.dfsg-1GNOME XML library
ii  scrollkeeper0.3.14-16A free electronic cataloging syste

Versions of packages gnome-system-monitor recommends:
ii  libgksu2-02.0.5-2library providing su and sudo func

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#454479: Seconded.

2008-01-31 Thread Alain Kalker
I strongly concur with the abpve. Having apt-get pull in 78 MB of
texlive-latex-extra-doc over a slow link just because the package I try
to build depends on debiandoc-sgml is not exactly what I call 'fun'.

-Alain



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462218: Bug#461442: detection of other OSes in update-grub

2008-01-31 Thread Robert Millan
On Thu, Jan 31, 2008 at 03:26:24PM +0100, Fabian Greffrath wrote:
 Robert Millan schrieb:
 Sorry, I got confused.  The generic linux-device / grub-drive conversion 
 tool
 is no problem.  I think it's fine to add it.
   
 
 Fine!
 
 The problem is if you need grub-probe to work with an input different than
 a filesystem path.
   
 
 I won't need grub-probe at all as soon as the aforementioned tool exists.
 (My initial idea was to integrate the functionality into grub-probe, but 
 a separate tool is fine as well.)
 
 If you want the former, feel free to send a patch to grub-devel.
 
 Hey, I'm allready proud of my little shell script... ;)
 
   For the
 latter, look at my questions and send some feedback.
   
 
 Sorry, Robert, but which questions?

It is described earlier in this thread, but it doesn't matter.  If
adding a drive/device conversion utility is enough for you, please
can you send a patch for it?

You could even merge it with the os-prober one and send it altogether,
if that's more practical for you.

Thank you!

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463412: planner: should not depend on gda2-postgres

2008-01-31 Thread Josselin Mouette
Package: planner
Version: 0.14.2-4
Severity: important

The planner package currently recommends gda2-postgres. The policy
defines the Recommends fields as “packages that would be found together
with this one in all but unusual installations”.

As using planner without a PostgreSQL database is far from being
“unusual” but rather the common case, please demote this recommendation
to a Suggests.

Thanks,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#463381: libgsl0-dev: libgsl0.so doesn't have any symbol

2008-01-31 Thread Yavor Doganov
On Thu, Jan 31, 2008 at 03:25:54PM +0100, David Paleino wrote:
  There is an ugly workaround for this bug.
 
 Using -Wl,--no-as-needed?

Only for the GSL libs, e.g.

LDFLAGS=-Wl,-z,defs -Wl,--as-needed -Wl,--no-as-needed -lgsl -lgslcblas

You'll get some rightful warnings from dpkg-shlibdeps, but it should 
work.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#457110: aptitude: Add support for section hierarchies more than two levels deep

2008-01-31 Thread Daniel Burrows
On Fri, Jan 04, 2008 at 11:11:43AM -0500, Paul Donohue [EMAIL PROTECTED] was 
heard to say:
 One more update...  patch.topdir attached now uses the first entry 
 listed in Aptitude::Sections::Top-Sections as a default if the top-level 
 section is not recognized ... the previous patch was still using a 
 hard-coded 'main' by default when the top-level section was not 
 recognized.

  OK, I've got everything merged up.  The file section-defaults now
contains section descriptions, which can be overridden by translators if
they translate an appropriate string (a bit icky, I guess, but it ended
up looking like the cleanest solution to the problem).

  Hm, probably it would be worthwhile to generate translated
section-defaults files by scanning the .po files, since all those
strings are translated in the current release of aptitude.

  Daniel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#453934: severity of 453934 is important

2008-01-31 Thread Jan Luebbe
# Automatically generated email from bts, devscripts version 2.10.13
# occours only for some users with win2k
severity 453934 important




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#447248: fusd-kor - FTBFS: failure: cannot read files list file: No such file or directory

2008-01-31 Thread Albin Tonnerre
tags 447248 + patch
thanks

Hi,
attached is a patch that fixes the issue by adding the required binary-indep and
binary-arch targets to debian/rules.

Cheers

-- 
Albin Tonnerre
--- rules	2008-01-31 15:18:25.0 +0100
+++ rules.new	2008-01-31 14:04:17.0 +0100
@@ -120,7 +120,7 @@
 	ln -s ../packages/default.sh debian/fusd-kor-source/usr/share/modass/overrides/fusd-kor-source
 	dh_install
 
-binary: install
+binary-common:
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs 
@@ -136,4 +136,13 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-indep: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build install
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+binary: binary-arch binary-indep
+
 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure


signature.asc
Description: Digital signature


Bug#463381: libgsl0-dev: libgsl0.so doesn't have any symbol

2008-01-31 Thread David Paleino
Il giorno Thu, 31 Jan 2008 16:15:29 +0200
Yavor Doganov [EMAIL PROTECTED] ha scritto:

 On Thu, Jan 31, 2008 at 03:10:23PM +0100, David Paleino wrote:
  configure:20303: checking for gsl_multifit_fdfsolver_iterate in -lgsl
  configure:20338: i486-linux-gnu-g++ -o conftest  -O2 -g -Wall
  -Wl,--as-needed conftest.cpp -lgsl -lgslcblas -lz -lpthread -ldl -lm
  5 /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libgsl.so: undefined
  reference to
  `cblas_ctrmv' /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/libgsl.so:
  undefined reference to `cblas_zswap'
 
 That's #456898, which I hit when working on adun.app.
 There is an ugly workaround for this bug.

Using -Wl,--no-as-needed? I'd like to keep --as-needed, as long as possible.

Anyway, I'm actually ripping of --as-needed, since it seems there's no other
way, AFAICT.

Thank you,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#462218: Bug#461442: detection of other OSes in update-grub

2008-01-31 Thread Fabian Greffrath

Robert Millan schrieb:

Sorry, I got confused.  The generic linux-device / grub-drive conversion tool
is no problem.  I think it's fine to add it.
  


Fine!


The problem is if you need grub-probe to work with an input different than
a filesystem path.
  


I won't need grub-probe at all as soon as the aforementioned tool exists.
(My initial idea was to integrate the functionality into grub-probe, but 
a separate tool is fine as well.)



If you want the former, feel free to send a patch to grub-devel.


Hey, I'm allready proud of my little shell script... ;)


  For the
latter, look at my questions and send some feedback.
  


Sorry, Robert, but which questions?

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463409: rss-glx: Should not depend on xscreensaver-gl

2008-01-31 Thread Josselin Mouette
Package: rss-glx
Version: 0.8.1-8
Severity: normal

Hi,

please remove the rss-glx dependency on xscreensaver-gl. The chain of
Recommends causes xscreensaver to be installed when you install
gnome-screensaver.

I see it was added because of CVE-2007-5585, but this one is now fixed
in xscreensaver.

Thanks,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#463317: New commit

2008-01-31 Thread jgoerzen
tags 463317 pending
thanks

A commit relevant to this bug has occurred.

  Revision: 14d9bd357a8f39cf916a60f4a04a7557f1cdb39e

changeset:   231:14d9bd357a8f39cf916a60f4a04a7557f1cdb39e
user:John Goerzen [EMAIL PROTECTED]
date:Thu Jan 31 08:42:53 2008 -0600
description:
* Added Replaces: on bacula-common, so it overwrites btraceback
  in bacula-director-common for upgraders.  Closes: #463317.



Diff: 
http://hg.debian.org/hg/private/jgoerzen/bacula?cmd=changeset;node=14d9bd357a8f39cf916a60f4a04a7557f1cdb39e;style=raw

More details are available at:

http://hg.debian.org/hg/private/jgoerzen/bacula?cmd=changeset;node=14d9bd357a8f39cf916a60f4a04a7557f1cdb39e;style=gitweb



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463350: libphp-serialization-perl

2008-01-31 Thread Krzysztof Krzyżaniak
Peter Howard wrote:
 Package:  wnpp
 Severity: wishlist
 X-Debbugs-CC: [EMAIL PROTECTED]
 
 
 I need a Debian package of PHP::Serialization before I can update the
 packaging of Zoneminder from 1.22.3 to 1.23.1 (1.23 introduces the
 usage).  Also, code in the existing package libdata-serializer-perl
 appears to reference PHP::Serialization, which suggests that some of
 it's functionality does not work without this module being packaged.
 
 The details below come out of CPAN.
 
 Package Name:libphp-serialization-perl
 Version: 0.27
 Upstream Author: Jesse Brown [EMAIL PROTECTED]
 URL:
 http://search.cpan.org/~jbrown/PHP-Serialization-0.27/lib/PHP/Serialization.pm
 Description: simple flexible means of converting the output of PHP's
 serialize() into the equivalent Perl memory structure, and vice versa
 
 Provides a simple, quick means of serializing perl memory structures
 (including object data!) into a format that PHP can deserialize() and
 access, and vice versa. 
 NOTE: Converts PHP arrays into Perl Arrays when the PHP array used
 exclusively numeric indexes, and into Perl Hashes then the PHP array did
 not.

I have created this package fo my own purposes. I'll upload it.

  eloy
-- 
[EMAIL PROTECTED]

   jak to dobrze, ¿e s± oceany - bez nich by³oby jeszcze smutniej




Bug#446561: audio is scratchy

2008-01-31 Thread maximilian attems
 hello, the music and sfx in rocksndiamonds are scratchy on my system.
 note that i have an onboard AC'97 sound card.

can you checkout 2.6.24 linux images from unstable, they have newer alsa,
if your issues are fixed? (install just fine in testing)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463410: heimdal: ldap_get_values implicitly converted to pointer

2008-01-31 Thread dann frazier
Package: heimdal
Version: 1.0.1-5
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_get_values' implicitly converted to pointer at hdb-ldap.c:313

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- heimdal-1.0.1/lib/hdb/hdb-ldap.c~   2007-08-09 01:47:05.0 -0600
+++ heimdal-1.0.1/lib/hdb/hdb-ldap.c2008-01-31 07:30:43.0 -0700
@@ -39,6 +39,7 @@
 #ifdef OPENLDAP
 
 #include lber.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 #include sys/un.h
 #include hex.h

-- 
dann frazier

---BeginMessage---
Function `ldap_get_values' implicitly converted to pointer at hdb-ldap.c:313
---End Message---


Bug#463411: xemacs21: ldap_open implicitly converted to pointer

2008-01-31 Thread dann frazier
Package: xemacs21
Version: 21.4.21-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_open' implicitly converted to pointer at eldap.c:296
  Function `ldap_open' implicitly converted to pointer at eldap.c:296
  Function `ldap_open' implicitly converted to pointer at eldap.c:296
  Function `ldap_open' implicitly converted to pointer at eldap.c:296
  Function `ldap_open' implicitly converted to pointer at eldap.c:296
  Function `ldap_open' implicitly converted to pointer at eldap.c:296

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- xemacs21-21.4.21/src/eldap.h~   2001-04-12 12:23:36.0 -0600
+++ xemacs21-21.4.21/src/eldap.h2008-01-31 07:34:30.0 -0700
@@ -22,6 +22,7 @@
 #define INCLUDED_eldap_h_
 
 #include lber.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 
 /*



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436937: New version needed for grub2

2008-01-31 Thread Jordi Mallach
Package: powerpc-ibm-utils
Version: 1.0.2-1
Followup-For: Bug #436937

Hi,

The grub2 maintainers recently uploaded a grub2 snapshot which should
finally work on much of the usual powerpc hardware, including PowerMac.

However, this version relies on ppc-utils 1.0.5 or greater, as requested
in this bug report.

This makes grub2 for powerpc uninstallable right now, so I plan to NMU
this package in the next few days unless there's some reaction from the
powerpc-utils maintainers.

Thanks,
Jordi

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

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

-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/




Bug#463415: xmms2d segfaults after a few commands

2008-01-31 Thread Daniel Svensson
On Jan 31, 2008 4:04 PM, Vincent Fourmond [EMAIL PROTECTED] wrote:
   xmms2d segfaults after a few commands, with a backtrace in the spirit of

Debian xmms2 is really old, try:
git://git.xmms.se/xmms2/xmms2-stable.git or wait for the new one to be
uploaded (on its way now after resolving some issues)

If that doesn't work, then try git://git.xmms.se/xmms2/xmms2-devel.git

-- 
Daniel Svensson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463167: ITP: dsyslog -- a dumb syslog

2008-01-31 Thread Steve Langasek
On Thu, Jan 31, 2008 at 06:36:05AM +0100, Christian Perrier wrote:
 Quoting William Pitcock ([EMAIL PROTECTED]):

   Users are very good at missing these jokes.

   -Rob

  Yes, I hadn't thought of that. I'll just refer to it as a an advanced
  and powerful syslog daemon in the short description then.

 Without the leading article, then, please...:-). See DevRef 6.2.2

Please fix DevRef 6.2.2 to not recommend omitting articles that are part of
the noun phrase :-P

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463416: Does not start

2008-01-31 Thread Vincent Fourmond
Package: shisen.app
Version: 1.2.0-6
Severity: important


  Hello,

  shisen.app does not start on my AMD64 box:

16:09 [EMAIL PROTECTED] ~ Shisen
zsh: abort  Shisen

  As it apparently works fine on x86 boxes, it is probably an int vs
long problem.

  Regards,

Vincent


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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/dash

Versions of packages shisen.app depends on:
pn  gnustep-back0.12none   (no description available)
pn  gnustep-base-runtimenone   (no description available)
pn  gnustep-gpbsnone   (no description available)
pn  gnustep-gui-runtime none   (no description available)
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080127-1 GCC support library
pn  libgnustep-base1.14 none   (no description available)
pn  libgnustep-gui0.12  none   (no description available)
pn  libobjc2none   (no description available)

shisen.app recommends no packages.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463314: New commit

2008-01-31 Thread jgoerzen
tags 463314 pending
thanks

A commit relevant to this bug has occurred.

  Revision: 7cac5b6a68e88353e20f1ff9ce69c89a29c04d63

changeset:   232:7cac5b6a68e88353e20f1ff9ce69c89a29c04d63
tag: DEBIAN_bacula_2.2.8-4
user:John Goerzen [EMAIL PROTECTED]
date:Thu Jan 31 08:45:10 2008 -0600
description:
Applied updated Portugese debconf translation from
  Miguel Figueiredo.  Closes: #463314.



Diff: 
http://hg.debian.org/hg/private/jgoerzen/bacula?cmd=changeset;node=7cac5b6a68e88353e20f1ff9ce69c89a29c04d63;style=raw

More details are available at:

http://hg.debian.org/hg/private/jgoerzen/bacula?cmd=changeset;node=7cac5b6a68e88353e20f1ff9ce69c89a29c04d63;style=gitweb



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463415: xmms2d segfaults after a few commands

2008-01-31 Thread Vincent Fourmond
Package: xmms2-core
Version: 0.2DrJekyll-4+b2
Severity: important
File: /usr/bin/xmms2d


  Hello,

  xmms2d segfaults after a few commands, with a backtrace in the spirit of

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x40800950 (LWP 6795)]
0x2b627d4a7423 in pthread_mutex_lock () from /lib/libpthread.so.0
(gdb) bt
#0  0x2b627d4a7423 in pthread_mutex_lock () from /lib/libpthread.so.0
#1  0x00421d00 in ?? ()
#2  0x004125af in xmms_object_emit ()
#3  0x00412ec1 in xmms_object_emit_f ()
#4  0x004461da in xmms_medialib_entry_send_update ()
#5  0x00427226 in ?? ()
#6  0x00428b07 in chain_finalize ()
#7  0x00428c56 in xmms_xform_chain_setup ()
#8  0x00414c7c in ?? ()
#9  0x2b627c7c3864 in ?? () from /usr/lib/libglib-2.0.so.0
#10 0x2b627d4a53f7 in start_thread () from /lib/libpthread.so.0
#11 0x2b627d79197d in clone () from /lib/libc.so.6
#12 0x in ?? ()
(gdb) info threads
  8 Thread 0x42804950 (LWP 6798)  0x2b627d4ad4f9 in do_sigwait () from 
/lib/libpthread.so.0
  7 Thread 0x42003950 (LWP 6797)  0x2b627d4ace81 in nanosleep () from 
/lib/libpthread.so.0
  6 Thread 0x41802950 (LWP 6796)  0x2b627d4a9b99 in 
pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
* 5 Thread 0x40800950 (LWP 6795)  0x2b627d4a7423 in pthread_mutex_lock () 
from /lib/libpthread.so.0
  4 Thread 0x41001950 (LWP 6794)  0x2b627d4a9b99 in 
pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
  1 Thread 0x2b627dc3f450 (LWP 6789)  0x2b627d788ab6 in poll () from 
/lib/libc.so.6

  It might be linked to the fact I'm running a new kernel, I'm not quite sure 
about this. It is very painful at any rate.

  Regards,

Vincent


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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/dash

Versions of packages xmms2-core depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.5-2   The GLib library of C routines
ii  libsqlite3-0  3.4.2-2SQLite 3 shared library

xmms2-core recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463414: rc script isn't able to detect if prelude-manager failed to start

2008-01-31 Thread Olivier Tetard
Package: prelude-manager
Version: 0.9.10-4
Severity: normal

Hello,

rc script isn't able to detect a start failure of the manager. For
example, if prelude-manager isn't able to connect to the database, the
rc script will fail silently.

I don't really know how to solve this problem, maybe try to grep for
prelude-manager in the ps output at the end of the rc script.

Thanks,
Olivier;

--8---cut here---start-8---
% sudo /etc/init.d/prelude-manager start
Starting Prelude Manager: prelude-manager.
% ps aux | grep prelude-manager
% sudo prelude-manager
31 Jan 15:52:34 (process:10140) INFO: Subscribing Normalize to active decoding 
plugins.
31 Jan 15:52:34 (process:10140) INFO: server started (listening on 127.0.0.1 
port 4690).
31 Jan 15:52:34 (process:10140) WARNING: Option error: could not initialize 
libpreludedb: Can't connect to local MySQL server through socket 
'/var/run/mysqld/mysqld.sock' (2).
zsh: exit 255   sudo prelude-manager
--8---cut here---end---8---


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

Kernel: Linux 2.6.22-debian4-1
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 prelude-manager depends on:
ii  adduser3.105 add and remove users and groups
ii  dbconfig-common1.8.36common framework for packaging dat
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libgcrypt111.4.0-3   LGPL Crypto library - runtime libr
ii  libgnutls132.0.4-1   the GNU TLS library - runtime libr
ii  libprelude20.9.16.2-1Hybrid Intrusion Detection System 
ii  libpreludedb0  0.9.14.1-1Hybrid Intrusion Detection System 
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  ucf3.004 Update Configuration File: preserv

Versions of packages prelude-manager recommends:
ii  mysql-client-5.1 [mysql-clien 5.1.22rc-1 MySQL database client binaries

-- debconf information:
  prelude-manager/db/basepath:
  prelude-manager/missing-db-package-error: abort
  prelude-manager/pgsql/authmethod-admin: ident
  prelude-manager/pgsql/no-empty-passwords:
  prelude-manager/internal/skip-preseed: false
  prelude-manager/pgsql/method: unix socket
  prelude-manager/passwords-do-not-match:
  prelude-manager/pgsql/changeconf: false
  prelude-manager/pgsql/admin-user: postgres
  prelude-manager/install-error: abort
  prelude-manager/internal/reconfiguring: true
  prelude-manager/dbconfig-remove:
  prelude-manager/upgrade-backup: true
  prelude-manager/pgsql/authmethod-user: password
* prelude-manager/mysql/admin-user: root
* prelude-manager/database-type: mysql
  prelude-manager/remote/port:
* prelude-manager/mysql/method: unix socket
  prelude-manager/upgrade-error: abort
  prelude-manager/remove-error: abort
  prelude-manager/pgsql/manualconf:
* prelude-manager/db/dbname: preludemanager
  prelude-manager/purge: false
* prelude-manager/db/app-user: prelude-manager
  prelude-manager/remote/host:
* prelude-manager/dbconfig-install: false
  prelude-manager/remote/newhost:
* prelude-manager/dbconfig-reinstall: true
  prelude-manager/dbconfig-upgrade: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#186958: Fast Shipping WorldWide. Gain 3+ Inches In Length.

2008-01-31 Thread Rex Ledford

Highly secure 128bit order processing. Right before your eyes!
http://swentgud.com




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461513: cdbs: requires aclocal.m4 to be present in order to generate it

2008-01-31 Thread Charles Plessy
Le Thu, Jan 31, 2008 at 04:00:47PM +0100, Peter Eisentraut a écrit :
 Am Donnerstag, 31. Januar 2008 schrieb Charles Plessy:
 
  I did not find DEB_AUTO_CREATE_ACLOCAL, in the Ubuntu bug record, nor in
  the CDBS rules, nor on Google... Did I miss something ?
 
 No, but you appear to expect that the feature *creates* the aclocal.m4 file, 
 but the variable name clearly indicates that it only *updates*.

Ah, OK. Actually, I expected the command to do something similar as when
I type aclocal in command line. In that case, it indeed creates the file
if it is not there. Would you have something against having
DEB_AUTO_UPDATE_ACLOCAL doing this ?

-- 
Charles




Bug#463422: linux-image-2.6.18-6-686: Kernel panic ocured with the following kernel.

2008-01-31 Thread Andrew Nady
Package: linux-image-2.6.18-6-686
Version: 2.6.18.dfsg.1-17etch1
Severity: critical
Justification: breaks the whole system

Before the update running linux-image-2.6.18-5-686 with no issues.
The latest linux-image-2.6.18-6-686 (ETCH) kernel causing kernel panics and CPU
sync errors causing the system to reboot in a loop.
Hardware:
Supermicro X6DH8-XB
Intel(R) Xeon(TM) CPU 3.00GHz
Adaptec 29160 Ultra160 SCSI Controller
SEAGATE ST373207LC rev 0004 (RAID1)
MemTotal:  2076396 kB

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.18-6-686 depends on:
ii  coreutils5.97-5.3The GNU core utilities
ii  debconf [debconf-2.0]1.5.11etch1 Debian configuration management sy
ii  initramfs-tools [linux-initr 0.85h   tools for generating an initramfs
ii  module-init-tools3.3-pre4-2  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-6-686 recommends:
ii  libc6-i686 2.3.6.ds1-13etch4 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.18-6-686/postinst/depmod-error-2.6.18-6-686: false
  linux-image-2.6.18-6-686/preinst/initrd-2.6.18-6-686:
  linux-image-2.6.18-6-686/preinst/bootloader-initrd-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.18-6-686/preinst/overwriting-modules-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/bootloader-error-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/create-kimage-link-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/depmod-error-initrd-2.6.18-6-686: false
  linux-image-2.6.18-6-686/preinst/failed-to-move-modules-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/old-system-map-link-2.6.18-6-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-6-686/preinst/elilo-initrd-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/already-running-this-2.6.18-6-686:
  linux-image-2.6.18-6-686/postinst/old-initrd-link-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/abort-install-2.6.18-6-686:
  linux-image-2.6.18-6-686/prerm/would-invalidate-boot-loader-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/bootloader-test-error-2.6.18-6-686:
  linux-image-2.6.18-6-686/preinst/lilo-initrd-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/old-dir-initrd-link-2.6.18-6-686: true
  linux-image-2.6.18-6-686/preinst/abort-overwrite-2.6.18-6-686:
  linux-image-2.6.18-6-686/prerm/removing-running-kernel-2.6.18-6-686: true
  linux-image-2.6.18-6-686/postinst/kimage-is-a-directory:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#382682: bitlbee no longer provides a daemon

2008-01-31 Thread Kapil Hari Paranjape
reopen 382682
retitle 382682 must provide a way to start in daemon mode
thanks

Package: bitlbee
Version: 1.0.4-1
Followup-For: Bug #382682

Hello,

The upload that removed the dependency on netkit-inetd caused bitlbee
to be left with no way to be started in lenny. Note that netbase no
longer depends on inetd.

The manpage mentions the -D option but it is declared experimental.

The manpage mentions bitlbeed but that binary is not provided.

So as it is currently shipped the package should depend on the
installation of at least one of the inet-superserver providers.

Regards,

Kapil.

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

Kernel: Linux 2.6.22-3-vserver-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/dash

Versions of packages bitlbee depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.18 Debian configuration management sy
ii  debianutils   2.28.2 Miscellaneous utilities specific t
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.5-2   The GLib library of C routines
ii  libgnutls13   2.0.4-1the GNU TLS library - runtime libr
ii  net-tools 1.60-19The NET-3 networking toolkit
ii  netbase   4.30   Basic TCP/IP networking system
ii  tcpd  7.6.dbs-14 Wietse Venema's TCP wrapper utilit

bitlbee recommends no packages.

-- debconf information:
* bitlbee/serveport: 6667



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463418: sylpheed-gtk1: ldap_get_values, ldap_init, ldap_open implicitly converted to pointers

2008-01-31 Thread dann frazier
Package: sylpheed-gtk1
Version: 1.0.6-4
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_get_values' implicitly converted to pointer at syldap.c:421
  Function `ldap_init' implicitly converted to pointer at syldap.c:521
  Function `ldap_open' implicitly converted to pointer at syldap.c:1028

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- sylpheed-1.0.6/src/syldap.c~2004-12-15 01:09:44.0 -0700
+++ sylpheed-1.0.6/src/syldap.c 2008-01-31 08:32:31.0 -0700
@@ -32,6 +32,7 @@
 #include gtk/gtkmain.h
 #include sys/time.h
 #include string.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 #include lber.h
 #include pthread.h



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463424: hobbit: ldap_init, ldap_get_values implicitly converted to pointer

2008-01-31 Thread dann frazier
Package: hobbit
Version: 4.2.0.dfsg-9
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_init' implicitly converted to pointer at test-ldap.c:16
  Function `ldap_init' implicitly converted to pointer at ldaptest.c:140
  Function `ldap_get_values' implicitly converted to pointer at ldaptest.c:309

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

diff -urpN hobbit-4.2.0.dfsg.orig/bbnet/ldaptest.h 
hobbit-4.2.0.dfsg/bbnet/ldaptest.h
--- hobbit-4.2.0.dfsg.orig/bbnet/ldaptest.h 2006-08-09 14:09:56.0 
-0600
+++ hobbit-4.2.0.dfsg/bbnet/ldaptest.h  2008-01-31 08:47:12.0 -0700
@@ -17,6 +17,7 @@
 
 #ifdef BBGEN_LDAP
 #include lber.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 
 #ifndef LDAPS_PORT
diff -urpN hobbit-4.2.0.dfsg.orig/build/test-ldap.c 
hobbit-4.2.0.dfsg/build/test-ldap.c
--- hobbit-4.2.0.dfsg.orig/build/test-ldap.c2006-08-09 14:09:57.0 
-0600
+++ hobbit-4.2.0.dfsg/build/test-ldap.c 2008-01-31 08:46:33.0 -0700
@@ -2,6 +2,7 @@
 #include stdio.h
 
 #include lber.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 
 LDAPURLDesc ludp;



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463425: linux-image-2.6.24-1-amd64: ath5k does not work with AR5212

2008-01-31 Thread Clint Adams
Package: linux-image-2.6.24-1-amd64
Version: 2.6.24-1

03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC 
(rev 01)

Jan 31 10:45:28 percebes kernel: ACPI: PCI Interrupt :03:00.0[A] - GSI 17 
(level, low) - IRQ 17
Jan 31 10:45:28 percebes kernel: PCI: Setting latency timer of device 
:03:00.0 to 64
Jan 31 10:45:28 percebes kernel: ath5k_pci :03:00.0: registered as 'phy0'
Jan 31 10:45:28 percebes kernel: Uhhuh. NMI received for unknown reason b1.
Jan 31 10:45:28 percebes kernel: You have some hardware problem, likely on the 
PCI bus.
Jan 31 10:45:28 percebes kernel: Dazed and confused, but trying to continue
Jan 31 10:45:28 percebes kernel: ath5k phy0: failed to resume the MAC Chip
Jan 31 10:45:28 percebes kernel: ACPI: PCI interrupt for device :03:00.0 
disabled
Jan 31 10:45:28 percebes kernel: ath5k_pci: probe of :03:00.0 failed with 
error -5

madwifi works okay with 2.6.23-1-amd64



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463358: dirmngr: ldap_init() implicitly converted to pointer

2008-01-31 Thread dann frazier
hey Werner,

On Thu, Jan 31, 2008 at 12:14:43PM +0100, Werner Koch wrote:
 On Thu, 31 Jan 2008 06:21, [EMAIL PROTECTED] said:
 
Function `ldap_init' implicitly converted to pointer at dirmngr_ldap.c:520
 
 Huh?  ldap.h is included and thus I can see no such problem.

Yep, and that's why dirmngr hasn't triggered this issue until
now. ldap.h used to globally expose these functions. ldap.h has begun
deprecating old functions, requiring packages to explicitly define
LDAP_DEPRECATED to use them. This seems to be a pretty common practice.

  The libldap API has been updated and many functions used by the ldap
  plugin are now deprecated. This package should either update to the
  new API or define LDAP_DEPRECATED to continue using the deprecated
 
 Well if the LDAP API is changed then the new API needs to be selected
 explicitly. Not the other way around.  You should not force existing
 software to change to a new API.

fyi, I don't have anything to do with the ldap API. I just check for
this class of build problems (which are non-ldap specific) since they
are almost guaranteed to cause pkgs to crash on certain architectures.

But from what I can tell, this isn't forcing a change to a new API,
its just telling software packagers that these functions will likely
go away at some point, so you should figure out a transition plan.

 Dirmngr needs to build on all kind of systems not just on the latest
 Debian.

If all of these systems support the old API, then defining
LDAP_DEPRECATED seems like the easiest approach. This shouldn't break
builds on other systems. I don't know how long these old functions
will be supported though - that's a question for the ldap maintainers.

I also have strong doubts that this is a Debian-specific change; I
suspect all systems that provide this library to need to go through
the same transition at some point.

-- 
dann frazier




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#361362: pbuilder: Patch to use sudo -E for PBUILDERROOTCMD by default

2008-01-31 Thread Junichi Uekawa
This only works for ubuntu sudo.

 
   * pbuilderrc: use sudo -E for PBUILDERROOTCMD (LP: #175776)
 [2 tmp7BTasa text/plain; us-ascii (7bit)]
 diff -Nru /tmp/SbHZQEpvlK/pbuilder-0.177/pbuilderrc 
 /tmp/pBeA333McS/pbuilder-0.177ubuntu1/pbuilderrc
 --- pbuilder-0.177/pbuilderrc 2007-10-25 01:22:11.0 +0200
 +++ pbuilder-0.177ubuntu1/pbuilderrc  2008-01-30 23:12:46.0 +0100
 @@ -32,9 +32,9 @@
  
  DEBEMAIL=
  
 -#for pbuilder debuild
 +# for pbuilder debuild (sudo -E keeps the environment as-is)
  BUILDSOURCEROOTCMD=fakeroot
 -PBUILDERROOTCMD=sudo
 +PBUILDERROOTCMD=sudo -E
  
  # command to satisfy build-dependencies; the default is an internal shell
  # implementation which is relatively slow; there are two alternate
 [3  text/plain; us-ascii (7bit)]
 ___
 Pbuilder-maint mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pbuilder-maint
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463417: bittornado-gui: BITTORRENT ERROR Window pops-up at start

2008-01-31 Thread Vincent LAFAGE
Package: bittornado-gui
Version: 0.3.18-5
Severity: normal

BITTORRENT ERROR Window content is as follows:
BitTorrent T-0.3.18 (BitTornado)
OS: linux2
Python version: 2.4.4 (#2, Jan  3 2008, 13:53:47)
[GCC 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)]
wxWindows version: 2.6.3.2

Traceback (most recent call last):
  File /usr/bin/btdownloadgui.bittornado, line 2317, in _next
savedas = dow.saveAs(choosefile, d.newpath)
  File /var/lib/python-support/python2.4/BitTornado/download_bt1.py, line
417, in saveAs
if path.exists(path.join(file, x['path'][0])):
  File /usr/lib/python2.4/posixpath.py, line 65, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa1 in position 19:
ordinal not in range(128)


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

Kernel: Linux 2.6.23-1-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 bittornado-gui depends on:
ii  bittornado   0.3.18-5bittorrent client with
enhanced cuii  python   2.4.4-6 An interactive 
high-level
object-oii  python-wxgtk2.6  2.6.3.2.2-1 wxWidgets Cross-platform 
C++
GUI t
Versions of packages bittornado-gui recommends:
ii  mime-support  3.40-1 MIME files 'mime.types' 
'mailcappn  python-crypto none (no description available)

-- no debconf information







Bug#430917: (no subject)

2008-01-31 Thread Markus Knauer
It is possible (as a workaround!) to add the hostname-ip-address pair 
to /etc/hosts, because the error only happens when a nameserver is contacted.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463400: vmware-package: generated kernel source package uses erroneous control file

2008-01-31 Thread Robert Edmonds
tag 463400 + moreinfo
thanks

Anders Lennartsson wrote:
 Package: vmware-package
 The generated package vmware-kernel-source__all.deb has a static
 control file that makes dp_builddeb in debian/rules build a new
 vmware-kernel-source package. The modules are compiled but never
 included in a package.
 
 There is a file control.modules.in that seems aimed at precisely this.
 I added one line seen in the patch which fixed this particular problem.

Hello,

Can you please send me a complete shell transcript of a faulty modules
package build on your system?

-- 
Robert Edmonds
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#463419: autofs: ldap_get_values, ldap_init implicitly converted to pointers

2008-01-31 Thread dann frazier
Package: autofs
Version: 4.1.4+debian-2
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_get_values' implicitly converted to pointer at 
autofs-ldap-auto-master.c:121
  Function `ldap_init' implicitly converted to pointer at 
autofs-ldap-auto-master.c:224

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- autofs-4.1.4+debian.orig/samples/autofs-ldap-auto-master.c  2003-12-10 
07:54:33.0 -0700
+++ autofs-4.1.4+debian/samples/autofs-ldap-auto-master.c   2008-01-31 
08:41:06.0 -0700
@@ -5,6 +5,7 @@
  */
 
 #include getopt.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 #include limits.h
 #include locale.h



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463421: nss-ldapd: ldap_get_values implicitly converted to pointer

2008-01-31 Thread dann frazier
Package: nss-ldapd
Version: 0.5
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_get_values' implicitly converted to pointer at myldap.c:1035

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- nss-ldapd-0.5/nslcd/myldap.c~   2007-12-26 13:29:58.0 -0700
+++ nss-ldapd-0.5/nslcd/myldap.c2008-01-31 08:43:48.0 -0700
@@ -45,6 +45,7 @@
 #include sys/types.h
 #include sys/socket.h
 #include errno.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 #ifdef HAVE_LDAP_SSL_H
 #include ldap_ssl.h



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463420: ia32-libs: missing PAM modules for ia32 applications

2008-01-31 Thread =?UTF-8?Q?Mei=C3=9Fner
Package: ia32-libs
Version: 1.19
Severity: normal

32-bit applications that wish to use PAM fail with error code
PAM_MODULE_UNKNOWN because they cannot load 64-bit PAM modules.
There are no 32-bit equivalents to /lib/security/pam_*.so.
Proposed solution:
provide 32-bit versions of the PAM modules in /lib32/security
modify /lib32/libpam.so.0 to look for modules in /lib32/security
instead of /lib/security.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages ia32-libs depends on:
ii  dpkg   1.13.25   package maintenance system for Deb
ii  lib32asound2   1.0.13-2  ALSA library (32 bit)
ii  lib32gcc1  1:4.1.1-21GCC support library (32 bit Versio
ii  lib32ncurses5  5.5-5 Shared libraries for terminal hand
ii  lib32stdc++6   4.1.1-21  The GNU Standard C++ Library v3 (3
ii  lib32z11:1.2.3-13compression library - 32 bit runti
ii  libc6-i386 2.3.6.ds1-13etch4 GNU C Library: 32bit shared librar
ii  lsb-release3.1-23.2etch1 Linux Standard Base version report

ia32-libs recommends no packages.

-- no debconf information

-- 
Bodo Meissner
Senior Software Developer

Office: +49 30  20631 617
E-Fax:  +49 30  20631 44 617
Fax:+49 30  20631 199
Email:  [EMAIL PROTECTED]
Web:www.asdis.de

ASDIS Software AG
Neue Grünstrasse 25, D-10179 Berlin (Sitz der Gesellschaft)
Registergericht: Amtsgericht Charlottenburg/Bln. (HRB 75835)
Vorstand: Mario Pelleschi, Vors. d. Aufsichtsrates: Urs Ehrismann

ASDIS.  Taking Care of Your Software




Bug#463423: seahorse: ldap_init implicitly converted to pointer

2008-01-31 Thread dann frazier
Package: seahorse
Version: 2.20.3-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_init' implicitly converted to pointer at 
seahorse-ldap-source.c:642

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- seahorse-2.20.3.orig/libseahorse/seahorse-ldap-source.c 2007-11-24 
14:38:38.0 -0700
+++ seahorse-2.20.3/libseahorse/seahorse-ldap-source.c  2008-01-31 
08:48:51.0 -0700
@@ -23,6 +23,7 @@
 #include stdlib.h
 #include libintl.h
 #include gnome.h
+#define LDAP_DEPRECATED 1
 #include ldap.h
 
 #ifdef WITH_SOUP



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463426: wmspaceweather: URLs for Spaceweather indices changed

2008-01-31 Thread Stefan Schmidt
Package: wmspaceweather
Version: 1.04-19
Severity: grave
Justification: renders package unusable


My wmspaceweather is not working anymore for some time now and the files
in ~/.wmSpaceWeatherReports indicate that the URLs for Spaceweather
indices changed, should be easy to fix if they didn't change the format
too.

$ cat DGD.txt
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
HTMLHEAD
TITLE302 Found/TITLE
/HEADBODY
H1Found/H1
The document has moved A
HREF=http://www.swpc.noaa.gov/ftpdir/indices/DGD.txt;here/A.P
/BODY/HTML

$ cat curind.txt
!DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN
HTMLHEAD
TITLE302 Found/TITLE
/HEADBODY
H1Found/H1
The document has moved A
HREF=http://www.swpc.noaa.gov/ftpdir/latest/curind.txt;here/A.P
/BODY/HTML

best regards,

  Stefan

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (50, 'experimental'), (10, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc7 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages wmspaceweather depends on:
ii  curl 7.17.1-1+b1 Get a file from an HTTP, HTTPS or 
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxpm4  1:3.5.7-1   X11 pixmap library
ii  perl 5.8.8-12Larry Wall's Practical Extraction 

wmspaceweather recommends no packages.

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463427: cryptonit: Russian localization completely broken. Typos in English localization

2008-01-31 Thread Victor B. Wagner
Package: cryptonit
Version: 0.9.7-2
Severity: normal
Tags: patch l10n


Trying to use Cryptonit I've noticed following problem:
most of messages in the interface are in French rather than in Russian
(with russian locale). Messages which are really Russian typically are
absolutely unreadable due to bad grammar, incorrect terminology etc.

One message was found to completely invert meaning of original
(i.e. Password incorrect instead of Password is correct)

Looking into ru.po in the Cryptonit sources I've found also that there
are some errors in English messages too (like addressing private key as
'he').

Trying to rebuild Cryptonit with corrected po file I've found
package doesn't rebuild if any of .po files are changed.

.gmo binary files, produced from .po are included in .orig.tar.gz, so
if one of them was changed, dpkg-source complains about Unrepresentable
change in binary file.

If command to remove these files is added to debian/rules clean target,
it doesn't build too, because these files used in build process before
they are generated and without proper makefile dependency.

It can be fixed by adding $(MAKE) update-gmo into build target before
make.

Attached patch fixes these problems. 

It should be applied to the directory of unpacked package (i.e. with
debian subdirectory) because it contains changes to debian/rules as well
as to source and po files.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-athlon
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages cryptonit depends on:
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libldap2   2.1.30-13.3   OpenLDAP libraries
ii  libssl0.9.80.9.8c-4etch1 SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libwxbase2.6-0 2.6.3.2.1.5   wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0  2.6.3.2.1.5   wxWidgets Cross-platform C++ GUI t

cryptonit recommends no packages.

-- no debconf information


cryptonit.i18n.patch.gz
Description: Binary data


Bug#462309: Can the new version go in now?

2008-01-31 Thread Joachim Breitner
Hi,

it seems that the blocking bug
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462556
for
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462309
is fixed by a BinNMU. Anything else stopping the upload of the new
Version?

Greetings,
Joachim


-- 
Joachim nomeata Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#458815: Late Game Issues

2008-01-31 Thread Phil Bordelon

Hey there, Michael.

I'd like to respond to your comments one at a time; while
I agree that the end-game is imbalanced, it is most certainly
winnable, although the way to do that may not be immediately
obvious.

1] is a balance issue, and while I agree that they are quite
powerful, I wouldn't consider this a bug.

2] and 3] are related to the same thing.  To assign CPU to
construction, you must have bases research 'Nothing.'  I
agree that this is counterintuitive; one of the goals for
the next release is to allow explicit researching for bases
being built to resolve this particular issue.  That said,
if you take one of your bases and make it research Nothing
you should be able to progress with building the underwater,
Antarctic, and Moon bases.  From there, you can research the
more dangerous technologies.

Phil B.
E:S Developer



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463429: mythtv-status: [INTL:de] initial German debconf translation

2008-01-31 Thread Helge Kreutzmann
Package: mythtv-status
Version: 0.6.2-1
Severity: wishlist
Tags: patch l10n

Please find the initial German debconf translation for mythtv-status
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge
# Translation of mythtv-status debconf templates to German
# Copyright (C) Helge Kreutzmann [EMAIL PROTECTED], 2008.
# This file is distributed under the same license as the mythtv-status package.
#
msgid 
msgstr 
Project-Id-Version: mythtv-status 0.6.2-1\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-12-25 13:20+1300\n
PO-Revision-Date: 2008-01-27 23:14+0100\n
Last-Translator: Helge Kreutzmann [EMAIL PROTECTED]\n
Language-Team: German [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:1001
msgid MythTV backend to check:
msgstr Zu prüfendes MythTV-Backend:

#. Type: string
#. Description
#: ../templates:1001
msgid 
The MythTV backend to check, you only need to change this if you want to 
check a different host.
msgstr 
Das zu prüfende MythTV-Backend. Sie müssen dies nur ändern, falls Sie einen 
anderen Rechner prüfen wollen.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Update the system MOTD?
msgstr Die MOTD des Systems aktualisieren?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Whether the Message of the Day should be updated on system boot and on a 
regular basis.
msgstr 
Entscheiden Sie, ob die Nachricht des Tages (»Message of the Day«) beim 
Systemstart und auf regelmäßiger Basis aktualisiert werden soll.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
To adjust how often the MOTD is updated, edit /etc/cron.d/mythtv-status.
msgstr 
Bearbeiten Sie die Datei /etc/cron.d/mythtv-status, um einzustellen, wie 
oft die MOTD aktualisiert werden soll.

#. Type: string
#. Description
#: ../templates:3001
msgid Send email status to:
msgstr Verschicke E-Mail-Status an:

#. Type: string
#. Description
#: ../templates:3001
msgid Status emails can be sent on a daily basis.
msgstr Es können tägliche Status-E-Mails versendet werden.

#. Type: string
#. Description
#: ../templates:3001
msgid 
By default an email is only sent if there are alerts.  You must have the 
MythTV Perl API installed for conflict alerts to be generated.
msgstr 
Standardmäßig wird nur bei Störungen eine E-Mail versandt. Damit bei 
Konflikten Warnungen erzeugt werden, müssen Sie das MythTV-Perl-API 
installiert haben.

#. Type: string
#. Description
#: ../templates:3001
msgid 
To disable set the email address to \none\.  To specify multiple email 
addresses, seperate them with a comma.
msgstr 
Zum Deaktivieren setzen Sie die E-Mail-Adresse auf »none«. Mehrere E-Mail-
Adressen werden durch Kommata getrennt.


Bug#463426: wmspaceweather: URLs for Spaceweather indices changed

2008-01-31 Thread Stefan Schmidt
I just exchanged the two URLs in /usr/share/wmspaceweather/GetKp and it
works again, so its really that easy.

Stefan
-- 
printk(KERN_DEBUG %s: BUG... transmitter died. Kicking it.\n,...)
linux-2.6.6/drivers/net/acenic.c
--- /usr/share/wmspaceweather/GetKp	2008-01-08 05:10:18.0 +0100
+++ /usr/share/wmspaceweather/GetKp.new	2008-01-31 17:06:01.0 +0100
@@ -20,7 +20,7 @@
 #   $grabcmd = cd /tmp; /usr/bin/wget -q ftp://www.sec.noaa.gov/pub/indices/DGD.txt;;
 #   system $grabcmd;
 #
-	$grabcmd = /usr/bin/curl -f -s -o  . DGD_FILE .  http://www.sec.noaa.gov/ftpdir/indices/DGD.txt;;
+	$grabcmd = /usr/bin/curl -f -s -o  . DGD_FILE .  http://www.swpc.noaa.gov/ftpdir/indices/DGD.txt;;
 	exit 1 if (system $grabcmd);
 
 
@@ -71,7 +71,7 @@
 #
 #   $grabcmd = cd /tmp; /usr/bin/wget -q ftp://www.sec.noaa.gov/pub/latest/curind.txt;;
 #   system $grabcmd;
-	$grabcmd = /usr/bin/curl -f -s -o  . CUR_INDEX .  http://www.sec.noaa.gov/ftpdir/latest/curind.txt;;
+	$grabcmd = /usr/bin/curl -f -s -o  . CUR_INDEX .  http://www.swpc.noaa.gov/ftpdir/latest/curind.txt;;
 	exit 1 if (system $grabcmd);
 %lmonstr = ( Jan, 1, Feb, 2, Mar, 3, Apr, 4, May, 5, Jun, 6, Jul, 7, Aug, 8, Sep, 9, Oct, 10, Nov, 11, Dec, 12);
 


Bug#463428: tipcutils: [INTL:de] updated German debconf translation

2008-01-31 Thread Helge Kreutzmann
Package: tipcutils
Version: 1.0.4-4
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for tipcutils
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge
# German translation of tipcutils templates
# Helge Kreutzmann [EMAIL PROTECTED], 2007, 2008.
# This file is distributed under the same license as the tipcutils package.
#
msgid 
msgstr 
Project-Id-Version: tipcutils 1.0.4-4\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-01-24 18:30+0100\n
PO-Revision-Date: 2008-01-25 18:28+0100\n
Last-Translator: Helge Kreutzmann [EMAIL PROTECTED]\n
Language-Team: de [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should this TIPC node be configured automatically now?
msgstr Soll dieser TIPC-Knoten jetzt automatisch konfiguriert werden?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
If you do not choose this option, you can edit '/etc/default/tipc' or use 
the command line tool 'tipc-config'.
msgstr 
Falls Sie diese Option nicht wählen, können Sie »/etc/default/tipc« 
bearbeiten oder das Kommandozeilen-Werkzeug »tipc-config« verwenden.

#. Type: string
#. Description
#: ../templates:3001
msgid TIPC address of this node:
msgstr TIPC-Adresse dieses Knotens:

#. Type: string
#. Description
#: ../templates:3001
msgid 
Please enter the TIPC address of this node, in Z.C.N (Zone.Cluster.Node) 
notation.
msgstr 
Bitte geben Sie die TIPC-Adresse dieses Knotens in der Z.C.K (Zone.Cluster.
Knoten)-Notation an.

#. Type: string
#. Description
#: ../templates:3001
msgid Each node in a network should have a unique address.
msgstr 
Jeder Knoten in einem Netz sollte eine eindeutige Adresse haben.

#. Type: string
#. Description
#: ../templates:4001
msgid Network ID of the TIPC network to join:
msgstr Netz-ID des TIPC-Netzes, dem beigetreten werden soll:

#. Type: string
#. Description
#: ../templates:4001
msgid 
The default setting should be appropriate when there is only one local TIPC 
network.
msgstr 
Die Vorgabeeinstellung sollte geeignet sein, wenn es nur ein lokales TIPC-
Netz gibt.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Enable TIPC remote management?
msgstr TIPC-Fernwartung aktivieren?

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
Please choose this option if you are sure that network management should be 
enabled for this node.
msgstr 
Bitte wählen Sie diese Option, falls Sie sicher sind, dass für diesen Knoten 

die Netzwartung aktiviert werden soll.

#. Type: string
#. Description
#: ../templates:6001
msgid Default neighbor detection domain for this TIPC node:
msgstr Die Standard-»Neighbour Detection Domain« für diesen TIPC-Knoten:

#. Type: string
#. Description
#: ../templates:6001
msgid 
This setting will define the neighbor detection domain (NDD) if there is no 
setting for a specific bearer.
msgstr 
Diese Einstellung definiert die »Neighbour Detection Domain« (NDD) falls es 
keine Einstellung für einen speziellen Inhaber gibt.

#. Type: string
#. Description
#: ../templates:6001
msgid 
Setting the NDD for a specific bearer is not yet possible in this package 
version.
msgstr 
In dieser Version des Pakets ist es noch nicht möglich, einen NDD für einen 
speziellen Inhaber zu setzen.

#. Type: string
#. Description
#: ../templates:7001
msgid Interfaces to use for TIPC:
msgstr Schnittstellen, die für TIPC verwendet werden sollen:

#. Type: string
#. Description
#: ../templates:7001
msgid Please enter a space-separated list of interfaces to be used for TIPC.
msgstr 
Bitte geben Sie eine Liste von Schnittstellen (durch Leerzeichen getrennt) 
ein, die für TIPC verwenden werden sollen.

#. Type: string
#. Description
#: ../templates:8001
msgid Verbosity to use for TIPC scripts:
msgstr 
Die Ausgabe-Ausführlichkeit, die für TIPC-Skripte verwendet werden soll:

#. Type: string
#. Description
#: ../templates:8001
msgid 
This setting defines the verbosity of the TIPC init, if-up and if-down 
scripts.
msgstr 
Diese Einstellung definiert die Ausgabe-Ausführlichkeit für die Skripte 
init, 
if-up und if-down von TIPC.

#~ msgid Configure this TIPC node now?
#~ msgstr TIPC jetzt konfigurieren?

#~ msgid 
#~ In case you don't know what TIPC is you most probably installed the 
#~ package \tipcutils\ by accident. As it is a very special network 
#~ protocol you most probably don't need you might want to consider 
#~ uninstalling it.
#~ msgstr 
#~ Falls Sie nicht wissen, was TIPC ist, haben Sie wahrscheinlich das Paket 
#~ »tipcutils« versehentlich installiert. Da dies ein sehr spezielles 
#~ Netzprotokoll ist, das Sie 

Bug#463425: linux-image-2.6.24-1-amd64: ath5k does not work with AR5212

2008-01-31 Thread maximilian attems
On Thu, Jan 31, 2008 at 10:53:46AM -0500, Clint Adams wrote:
 03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg 
 NIC (rev 01)
 
 Jan 31 10:45:28 percebes kernel: ACPI: PCI Interrupt :03:00.0[A] - GSI 
 17 (level, low) - IRQ 17
 Jan 31 10:45:28 percebes kernel: PCI: Setting latency timer of device 
 :03:00.0 to 64
 Jan 31 10:45:28 percebes kernel: ath5k_pci :03:00.0: registered as 'phy0'
 Jan 31 10:45:28 percebes kernel: Uhhuh. NMI received for unknown reason b1.
 Jan 31 10:45:28 percebes kernel: You have some hardware problem, likely on 
 the PCI bus.
 Jan 31 10:45:28 percebes kernel: Dazed and confused, but trying to continue
 Jan 31 10:45:28 percebes kernel: ath5k phy0: failed to resume the MAC Chip
 Jan 31 10:45:28 percebes kernel: ACPI: PCI interrupt for device :03:00.0 
 disabled
 Jan 31 10:45:28 percebes kernel: ath5k_pci: probe of :03:00.0 failed with 
 error -5
 
 madwifi works okay with 2.6.23-1-amd64

yeah but is evil :D

expected due to young driver.
please try out current trunk for updated ath5k




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463430: kolab-cyrus-imapd: ldap_get_values implicitly converted to pointer

2008-01-31 Thread dann frazier
Package: kolab-cyrus-imapd
Version: 2.2.13-3
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.
For more information, see [2].

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

  Function `ldap_get_values' implicitly converted to pointer at global.c:417

The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces.

This patch implements the lazy solution.

--- kolab-cyrus-imapd-2.2.13/imap/global.c.orig 2008-01-31 09:12:10.0 
-0700
+++ kolab-cyrus-imapd-2.2.13/imap/global.c  2008-01-31 09:12:16.0 
-0700
@@ -52,6 +52,7 @@
 #include netinet/in.h
 #include sys/stat.h
 
+#define LDAP_DEPRECATED 1
 #include ldap.h
 #include lber.h
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463431: linux-headers-2.6.24-1-686: ARCH getting defined as x86 instead of i386

2008-01-31 Thread Eric Cooper
Package: linux-headers-2.6.24-1-686
Version: 2.6.24-1
Severity: normal

I tried building several out-of-kernel module packages with
module-assistant against linux-headers-2.6.24-1-686.  Both kqemu and
madwifi failed, because they expected $(ARCH) to be i386, but somehow
it got passed as x86.

The same two modules build OK against the vanilla 2.6.24 source tree
from kernel.org, so I conclude it's something to do with the
linux-headers Debian package.

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

Kernel: Linux 2.6.22-3-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/bash

Versions of packages linux-headers-2.6.24-1-686 depends on:
ii  gcc-4.1   4.1.2-18   The GNU C compiler
ii  linux-headers-2.6.24-1-common 2.6.24-1   Common header files for Linux 2.6.
ii  linux-kbuild-2.6.24   2.6.24-1   Kbuild infrastructure for Linux 2.

linux-headers-2.6.24-1-686 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#363011: Improve the man pages of --date=STRING for 'date' and 'touch'.

2008-01-31 Thread Jim Meyering
...
 +2008-01-30  Bob Proulx  [EMAIL PROTECTED]
 +
 + Improve wording of date and time man page.
 + * man/date.x: Improve compact description of the --date=STRING.
 + * man/touch.x: Likewise.
 + Suggested by A. Costa.

Thanks, Bob.
Applied and pushed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463432: laptop-mode-tools: does not recognize new /sys power interface

2008-01-31 Thread Michael Ekstrand
Package: laptop-mode-tools
Version: 1.35-1
Severity: normal

*** Please type your report below this line ***

laptop-mode-tools does not recognize the AC adapter status information
in /sys/class/power_supply/AC provided in newer kernels.  Since the
Debian packages of kernel 2.6.24, at least on AMD64, disable the
legacy /proc/acpi power interface, this renders laptop-mode-tools
nonfunctional on that platform, unless a kernel is recompiled with the
ACPI folders in /proc.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-core2-preempt (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 laptop-mode-tools depends on:
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  util-linux2.13-8 Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid 1.0.4-7.1  Utilities for using ACPI power man
ii  apmd  3.2.2-8.1  Utilities for Advanced Power Manag
ii  hdparm7.7-1  tune hard disk parameters for high
ii  sdparm1.02-1 Output and modify SCSI device para

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463433: pommed: Please include changelog file

2008-01-31 Thread Eugen Dedu
Package: pommed
Version: 1.14~dfsg-1
Severity: normal

Hi,

Please include the ChangeLog file too in the package.

Cheers,
Eugen Dedu

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

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

Versions of packages pommed depends on:
ii  eject  2.1.5-6   ejects CDs and operates CD-Changer
ii  libasound2 1.0.15-3  ALSA library
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libconfuse02.6-2 Library for parsing configuration 
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libsmbios1 0.13.10-1 Provide access to (SM)BIOS informa
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages pommed recommends:
ii  dbus  1.1.2-1simple interprocess messaging syst

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463422: linux-image-2.6.18-6-686: Kernel panic ocured with the following kernel.

2008-01-31 Thread dann frazier
tag 463422 + moreinfo

On Thu, Jan 31, 2008 at 10:47:56AM -0500, Andrew Nady wrote:
 Package: linux-image-2.6.18-6-686
 Version: 2.6.18.dfsg.1-17etch1
 Severity: critical
 Justification: breaks the whole system
 
 Before the update running linux-image-2.6.18-5-686 with no issues.
 The latest linux-image-2.6.18-6-686 (ETCH) kernel causing kernel panics and 
 CPU
 sync errors causing the system to reboot in a loop.

Please provide a log of the console from boot to reboot.
See also: http://wiki.debian.org/DebianKernelReportingBugs

-- 
dann frazier




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463431: linux-headers-2.6.24-1-686: ARCH getting defined as x86 instead of i386

2008-01-31 Thread maximilian attems
On Thu, Jan 31, 2008 at 11:23:24AM -0500, Eric Cooper wrote:
 
 I tried building several out-of-kernel module packages with
 module-assistant against linux-headers-2.6.24-1-686.  Both kqemu and
 madwifi failed, because they expected $(ARCH) to be i386, but somehow
 it got passed as x86.

reassign to those suckers, afair they don't use kbuild properly
anyway madwifi is superseeded with ath5k see if it works for you?
 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463255: [php-maint] Bug#463255: php5: Reflection object fails to recognise runtime class properties as public

2008-01-31 Thread Raphael Geissert
On Wednesday 30 January 2008, Raphael Geissert wrote:
 Running 5.2.0-8+etch10
 Dumping object:
 object(Test)#1 (2) {
   [myDeclaredProperty]=
   int(1)
   [myRuntimeProperty]=
   int(2)
 }
 Dumping public properties according to Reflection object
 Segmentation fault

 That looks even worst.

 I'll try to provide a backtrace as soon as I recompile php5 with the
 debug symbols.


(gdb) run /tmp/foo
Starting program: /usr/bin/php5 /tmp/foo
Running 5.2.0-8+etch10
Dumping object:
object(Test)#1 (2) {
  [myDeclaredProperty]=
  int(1)
  [myRuntimeProperty]=
  int(2)
}
Dumping public properties according to Reflection object

Program received signal SIGSEGV, Segmentation fault.
0x08157308 in _property_check_flag (ht=0, return_value=0xb7684a4c, 
return_value_ptr=0x8524c80,
this_ptr=0xb7684800, return_value_used=1, mask=256)
at /tmp/buildd/php5-5.2.0/ext/reflection/php_reflection.c:3846
3846/tmp/buildd/php5-5.2.0/ext/reflection/php_reflection.c: No such file 
or directory.
in /tmp/buildd/php5-5.2.0/ext/reflection/php_reflection.c
(gdb) bt
#0  0x08157308 in _property_check_flag (ht=0, return_value=0xb7684a4c, 
return_value_ptr=0x8524c80,
this_ptr=0xb7684800, return_value_used=1, mask=256)
at /tmp/buildd/php5-5.2.0/ext/reflection/php_reflection.c:3846
#1  0x082cfeef in zend_do_fcall_common_helper_SPEC (execute_data=0xbfaba01c)
at /tmp/buildd/php5-5.2.0/Zend/zend_vm_execute.h:200
#2  0x082bf8e8 in execute (op_array=0xb7683d14) 
at /tmp/buildd/php5-5.2.0/Zend/zend_vm_execute.h:92
#3  0x082cf8d1 in zend_do_fcall_common_helper_SPEC (execute_data=0xbfaba26c)
at /tmp/buildd/php5-5.2.0/Zend/zend_vm_execute.h:234
#4  0x082bf8e8 in execute (op_array=0xb76823d8) 
at /tmp/buildd/php5-5.2.0/Zend/zend_vm_execute.h:92
#5  0x082a0abc in zend_execute_scripts (type=8, retval=0x0, file_count=3)
at /tmp/buildd/php5-5.2.0/Zend/zend.c:1097
#6  0x0825bd82 in php_execute_script (primary_file=0xbfabc6a0) 
at /tmp/buildd/php5-5.2.0/main/main.c:1758
#7  0x0832fc5e in main (argc=2, argv=0xbfabc774) 
at /tmp/buildd/php5-5.2.0/sapi/cli/php_cli.c:1108


php_reflection.c:3846 is:
3846RETURN_BOOL(ref-prop-flags  mask);

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463435: pommed: Beep does not work?

2008-01-31 Thread Eugen Dedu
Package: pommed
Version: 1.14~dfsg-1
Severity: normal

Hi,

With the new 2.6.24-1 kernel I have sound on my MacBook Pro v3 (mid
2007).  However, the beep does not work (no beep).  I modified
/etc/pommed.conf by putting beep to true, re-executed
/etc/init.d/pommed restart, but the beep does not work either.

What can I do?

Cheers,
Eugen Dedu

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

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

Versions of packages pommed depends on:
ii  eject  2.1.5-6   ejects CDs and operates CD-Changer
ii  libasound2 1.0.15-3  ALSA library
ii  libaudiofile0  0.2.6-7   Open-source version of SGI's audio
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libconfuse02.6-2 Library for parsing configuration 
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libsmbios1 0.13.10-1 Provide access to (SM)BIOS informa
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages pommed recommends:
ii  dbus  1.1.2-1simple interprocess messaging syst

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463437: RM: monotone:monotone [alpha] -- RoM; FTBFS (it's back, alas)

2008-01-31 Thread Zack Weinberg
Package: ftp.debian.org
Severity: normal

In November I requested that the monotone binary package be removed from
unstable on alpha due to failure to build from source (bug #451171).
It subsequently built successfully on alpha, so I closed that bug as moot.
It has now become evident that the success was spurious -- there really
are architecture-specific bugs (probably in gcc, not in monotone itself,
but that's beside the point here) that prevent monotone from being useful
on alpha for the foreseeable future.

Thus I request, again, that the monotone binary package for alpha,
version 0.37-4, be removed from unstable.  (I am filing a new bug rather
than reopen #451171 because that bug has been archived.)

To reiterate the reverse dependency analysis:

 - monotone-server is useless (and uninstallable) without monotone,
but it is an arch:all package and will continue to be useful on other
architectures.
 - monotone-viz has reduced functionality without monotone, but can be
installed and used without it.
 - tailor and qct are high-level tools for working with any number of
different VCSs.  The non-presence of monotone on alpha will not render
them uninstallable or unusable.

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

Kernel: Linux 2.6.23-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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463436: gnome-keyring-daemon isn't registered to dbus

2008-01-31 Thread Nicolas Bonifas
Package: gnome-keyring
Version: 2.20.3-1
Severity: normal

On a new installation, it is impossible to use gnome-keyring through dbus (for 
example to save a WPA key with network-keyring).
Creating a file /usr/share/dbus-1/services/gnome-keyring-daemon.service 
containing the three lines

[D-BUS Service]
Name=org.gnome.keyring
Exec=/usr/bin/gnome-keyring-daemon

solves the problem.
I suggest that this file is created when gnome-keyring is installed.
Regards,
Nicolas


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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
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 gnome-keyring depends on:
ii  libatk1.0-0   1.20.0-1   The ATK accessibility toolkit
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libcairo2 1.4.14-1   The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.1.2-1simple interprocess messaging syst
ii  libgcrypt11   1.4.0-3LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.14.5-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.5-2   The GTK+ graphical user interface 
ii  libhal-storage1   0.5.10-5   Hardware Abstraction Layer - share
ii  libhal1   0.5.10-5   Hardware Abstraction Layer - share
ii  libpango1.0-0 1.18.4-1   Layout and rendering of internatio

Versions of packages gnome-keyring recommends:
ii  libpam-gnome-keyring  2.20.3-1   PAM module to unlock the GNOME key

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463435: Partially solved

2008-01-31 Thread Eugen Dedu

Hi,

I reply to myself...  After looking in the code of pommed, I saw that it 
looked for uinput module.  After modprobe uinput, the beep works.


Two clarifications remain:

- Would it be possible to automatically load the uinput module?  I think 
to all the people who have the same problem.


- Can you write (in 10 minutes) a file about how beep works (in linux?)? 
 It seems that the card does no beep, it should be simulated in 
software, and uinput module is needed (are there other input modules?)


Thank you,
--
Eugen Dedu



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#349709: fixed in apache2 2.2.8-1

2008-01-31 Thread Marc Haber
Hi,

you wrote:
* Move the configuration of User, Group, and PidFile to
  /etc/apache2/envvars. This makes it easier to use these settings in
  scripts. /etc/apache2/envvars can now also be used to influence 
 apache2ctl
  (inspired by Marc Haber's patch).  (Closes: #349709, #460105, #458085)

Thanks for patching. To me, it looks like you forgot to patch the
HTTPD call in the *) case in the last five lines of apachectl, which
IMO needs an ${APACHE_ARGUMENTS} as well. Or am I missing something
and you left out this change on purpose?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#461820: iceweasel: crash due to BadAlloc on www.news.com.au

2008-01-31 Thread Marko Mäkelä
Iceweasel crashes due to BadAlloc every time I try to visit the page
http://www.news.com.au/adelaidenow/story/0,22606,23136307-5012985,00.html
even without any extensions, themes, or language packs being enabled.

I tried to get a stack trace like this:

gdb /usr/lib/iceweasel/firefox-bin
set env LD_LIBRARY_PATH=/usr/lib/iceweasel
break gdk_x_error
r -a firefox 
http://www.news.com.au/adelaidenow/story/0,22606,23136307-5012985,00.html

I also tried to add --sync to the command line arguments, but it did not
change the behaviour.  Unfortunately, gdb was unable to resolve the symbol
gdk_x_error().  Here is what Iceweasel printed out:

error: duplicate affix flag H in line SFX H Y 200 S
...
error: duplicate affix flag Z in line SFX Z Y 200 S
The program 'gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 48712 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Please let me know if/how I can help further.
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

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

Versions of packages iceweasel depends on:
ii  debianutils2.28.2Miscellaneous utilities specific t
ii  fontconfig 2.5.0-2   generic font configuration library
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.2.2-4 GCC support library
ii  libglib2.0-0   2.14.5-2  The GLib library of C routines
ii  libgtk2.0-02.12.5-2  The GTK+ graphical user interface 
ii  libhunspell-1.1-0  1.1.9-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii  libnss3-0d 3.11.7-1  Network Security Service libraries
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libstdc++6 4.2.2-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxp6 1:1.0.0.xsf1-1X Printing Extension (Xprint) clie
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-5 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

iceweasel recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#454479: Seconded.

2008-01-31 Thread Lord of, St. Luke Valor
As many as six years ago, Our Majesty, His Royal Highness, directed the
installation of high-speed fiber-optic Internet access in one state in the
northeastern region of the United States of America. Molten glass and copper
were poured into granite curbstone. Soon, We shall return to the Continent
to direct the installation of a high-speed Internet solution within each and
every Our Kingdom. In the interim, is debiandoc-sgml vital to your
endeavors? Do you need documentation on texlive-latex? His Royal Majesty is
content with an hour and a quarter of Internet access provided publicly at
his local library in the USA. Patience is a virtue!

Peace and Blessings,
Shaun Luke, HRM


On 1/31/08, Alain Kalker [EMAIL PROTECTED] wrote:

 I strongly concur with the abpve. Having apt-get pull in 78 MB of
 texlive-latex-extra-doc over a slow link just because the package I try
 to build depends on debiandoc-sgml is not exactly what I call 'fun'.

 -Alain



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]




Bug#342347: svn commit completion

2008-01-31 Thread Clint Adams
[moved to -workers]

On Thu, Jan 31, 2008 at 05:55:06PM +0100, Vadim Zeitlin wrote:
  Actually svn ci does complete only modified (or added, removed) files
 here (zsh 4.3.2 under Debian Linux), but the problem is that these files
 are remembered by the completer in a global _cache_svn_status variable
 which is never updated. I don't really know what's the best way of fixing
 it but for now I've just done precmd() { unset _cache_svn_status } and
 svn ci completes correctly all the time and not just the first one.

Repeating what I said at http://bugs.debian.org/342347 ,
maybe a very short cache expiration is the way to go.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   5   >