Bug#323955: apt-cacher: man page fixes for minus/hyphen and a typo

2005-08-19 Thread Eduard Bloch
tags 323955 + pending
thanks

#include hallo.h
* Bastian Kleineidam [Fri, Aug 19 2005, 03:01:52PM]:
 Package: apt-cacher
 Version: 1.0.9
 Severity: minor
 Tags: patch
 
 Hi,
 
 I added the escape of the minus signs in the apt-cacher.1 man page and
 fixed a typo apt-ftpachive - apt-ftparchive.

Indeed. Thanks for the patch, it also reminded me to update the part
about apt-cacher-import.pl - now it does also recursive directory scans
and hardlink copies.

Regards,
Eduard.

-- 
Hallo Rechtschreibreform-Befürworter!



Bug#323939: packagesearch: bug #316628 not fixed - package uninstallable in sid

2005-08-19 Thread Steve Langasek
On Fri, Aug 19, 2005 at 04:46:42PM +0200, Benjamin Mesing wrote:
 Thanks for the report.

 Well, #316628 was fixed. But apt seems to be changing its ABI at a daily
 basis (its another version of apt that is currently missing) :-(
 Currently I can't do anything about this, because QT3 is not yet
 compiled with the GCC4, resulting in a crash when recompiling against
 the latest apt :-(

No, QT3 *has* been compiled with GCC4.

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


signature.asc
Description: Digital signature


Bug#322739: Bug#322825: Possibility of working around this bug in stable

2005-08-19 Thread Jutta Wrage

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Am 19.08.2005 um 20:11 schrieb Justin Pryzby:



GET http://bugs.debian.org/cgi-bin/bugreport.cgi?
bug=322825archive=no HTTP/1.0 404 285 - Python-urllib/1.15
GET http://bugs.debian.org/db/32/322825.html HTTP/1.0 404 281 -
Python-urllib/1.15


Sorry, forgot to add, that the second set of requests is from woody,  
which is widely used on server machines still.



  GET /db/29/298740.html


Ah, so that non existing URL might be the reason, that querybts fails.

greegins

Jutta

- -- 
http://www.witch.westfalen.de

http://witch.muensterland.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iEYEARECAAYFAkMGM3UACgkQOgZ5N97kHkc37ACgi56D6Ntz1zRnZh6e/vIbosL7
OZMAoJshGqkRi/gWhesIkKay0z1rOwPZ
=gU+k
-END PGP SIGNATURE-


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



Bug#324014: backup-manager: Creates md5 files incompatible with md5sum(1)

2005-08-19 Thread Scott Wolchok

Package: backup-manager
Version: 0.5.7-1
Severity: normal

When generating md5 files as part of a normal run (just type
backup-manager as root), the generated files have only one space between
the hash and the filename, whereas md5sum(1) uses two spaces. This
results in md5sum(1) not accepting the generated files, which makes them
significantly less useful. A patch to fix this problem follows.

--- actions.sh.bak2005-08-19 14:59:49.874956239 -0400
+++ actions.sh2005-08-19 15:01:05.379863025 -0400
@@ -216,7 +216,7 @@
base=$(basename $file_to_create)
md5hash=$(get_md5sum $file_to_create)
info ${md5hash})
-echo $md5hash $base  
$BM_ARCHIVES_REPOSITORY/${BM_ARCHIVES_PREFIX}-${TODAY}.md5
+echo $md5hash  $base  
$BM_ARCHIVES_REPOSITORY/${BM_ARCHIVES_PREFIX}-${TODAY}.md5

else
warning File \$file_to_create already exists, skipping.
fi
--- md5sum.sh.bak2005-08-19 14:50:46.602672296 -0400
+++ md5sum.sh2005-08-19 14:53:16.703853448 -0400
@@ -61,7 +61,8 @@
if [ -f $archive ]; then
hash=$(get_md5sum $archive)
base=$(basename $archive)
-echo $hash $base  $md5file
+echo $hash  $base  $md5file
+echo Debug!
else
warning Archive given does not exists in the repository: 
\$archive

fi


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages backup-manager depends on:
ii  debconf   1.4.30.13  Debian configuration 
management sy

ii  gzip  1.3.5-10   The GNU compression utility

-- debconf information:
 backup-manager/upload-key:
* backup-manager/name-format: long
 backup-manager/burning-device: /dev/cdrom
 backup-manager/upload-hosts:
 backup-manager/upload-dir: /var/archives/uploads
 backup-manager/upload-user-ftp:
* backup-manager/cron_frequency: daily
* backup-manager/directories: /etc /usr/local/cvs
* backup-manager/blacklist: /var/archives
* backup-manager/filetype: tar.bz2
* backup-manager/time-to-live: 7
 backup-manager/burning-maxsize: 650
* backup-manager/backup-repository: /mnt/backup
 backup-manager/burning-method: CDRW
 backup-manager/upload-user-scp-warning:
 backup-manager/transfert_mode: scp
* backup-manager/burning-enabled: false
* backup-manager/dump_symlinks: false
 backup-manager/upload-user-scp: bmngr
 backup-manager/cron_remove_deprecated: false
* backup-manager/want_to_upload: false


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



Bug#324013: Wish: Allow binding to a specific IP on outbund connections

2005-08-19 Thread Sven Mueller
Package: reprepro
Version: 0.5-1
Severity: wishlist

Basically, the subject already says it all.

I would like reprepro to be able to bind to a specific IP on outgoing
connections. The reason behind this is that I have two servers, each
with 2 IPs. Their primary IP has a huge transfer contigent included
while I have to pay for every megabyte which is transfered using the
secondary IP. However, outgoing connections mostly bind to the secondary
IP for some reason (well, actually only on the hot-standby of the two
servers, the active server uses iproute2 to set the default IP on
outgoing connections to the primary IP via heartbeat). Since reprepro is
the major source of traffic on outgoing connections, it would be really
nice if I could make it bind to a specific IP for its outbound
connections.

regards,
Sven



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



Bug#324012: wget: missing words in manpage

2005-08-19 Thread Justin Pryzby
Package: wget
Version: 1.10-3+1.10.1beta1
Severity: normal
File: /usr/share/man/man1/wget.1.gz

   For more information about security issues with Wget,

and it ends there..


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



Bug#324011: installation-reports

2005-08-19 Thread Christian Jordan

Package: installation-reports

Debian-installer-version: debian-amd64-testing netboot-cd (89 MB) snapshot
18/aug/2005 from cdimages.debian.org

uname -a: Linux (none) 2.6.12-1-amd64-generic #1 Fri Jul 22 18:12:08 CEST
2005 x86_64 unknown

date: 19/aug/2005, 21:00 (vienna)
method: boot from netinst-cd, install acpi=off
Machine: Shuttle ST20G5 (Chipset ATI RS480/ULI M1573)
Processor: AMD Athlon64 3000+ venice/939pin
Memory: 2x512 MB Corsair
Root Device: Samsung Spinpoint P120 250 GB SATA II
Root Size/partition table:
1) used auto-partitioning (1 big / + 3 GB swap) - no problems
2) 2 GB Swap + 48 GB / + 200 GB /home, all primary - no problems

Output of lspci:
[sorry, since installation did not work I would have to copy manually...
if you require additional info, please send me an email]

initial boot worked:[O]
configure network hw:   [O]
configure network:  [E] - broadcom card did not work for dhcp manual
conf required. but network is not working anyway (as I noticed using the
rescue system; but I am sure that tg3 is correct, Knoppix works with it)

Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [E] - sata_uli/libata required and available, but
not loaded automatically. even when prompted for drivers and after
selecting sata_uli system says no HDD available (but hdd was recognized
and identified correctly on scsi3; as I found on the output console!)
run debian-installer hw-detect again (as reported last time)- then sata
drive was found
Do I miss something, do I need to load other drivers too?!;

Partition hard drives:  [O] - improved since last post
Mount partitions:   [O] - improved since last post
Install base system:[O]
Install boot loader:[O]
Reboot: [E] - Grub works without any problem; but
after loading the kernel I get:
kernel panic (pivot_root: no such file or directory; /sbin/init: 432:
cannot open dev/console: No such file; Kernel panic: Attempted to kill
init!


Comments/Problems:
Without acpi=off -- instantanous kernel panic of the installer
Code: 49 8b 91 f0 00 00 00 00 48 ff c1 49 8d 04 12 48 03 45 28 48 89
console shuts up ...
not syncing: Aiee, killing interrupt handler!

If during boot-procedure of the installer an USB-Stick is connected (what
I did on error), the bootup freezes (obviously while detecting the
USB-components). If removed, the bootup immediately continues and the
language selection appears.


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



Bug#324015: python2.3: Dead link in python FAQ

2005-08-19 Thread Jesse Meyer
Package: python2.3
Version: 2.3.5-3
Severity: minor


The file /usr/share/doc/python/faq/general.html has an invalid link to
the PSF license page.  It currently links to 
file:///usr/share/doc/psf/license.html, 
but I'm unable to find that file anywhere, even after a check at
packages.debian.org.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python2.3 depends on:
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libdb4.2   4.2.52-18 Berkeley v4.2 Database Libraries [
ii  libncurses55.4-4 Shared libraries for terminal hand
ii  libreadline4   4.3-11GNU readline and history libraries
ii  libssl0.9.70.9.7e-3  SSL shared libraries
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#193787: Earn Your Degree Now

2005-08-19 Thread Cathleen Quick
Hey whats up,

A Genuine College Degree in 2 weeks !  1-206-350-5982  - ccall n0ww !


Have you ever thought that the only thing stopping you from a great job and 
better pay was a few letters behind your name?  

Well now you can get them!

BA   BSc     MAMScMBA   PhD

Within 2 weeks!  No Study Required! 100% Verifiable!


These are real, genuine non accredited degrees that include Bachelors, Masters 
and Doctorate degrees.  

They are verifiable and student records and transcripts are also available. 

This little known secret has been kept quiet for years.  The opportunity exists 
due to a legal loophole allowing some established colleges to award degrees at 
their discretion.

With all of the attention that this news has been generating, I wouldn't be 
surprised to see this loophole closed very soon.  Order yours today.  Just call 
the number below.  You'll thank me later.



1-206-350-5982



Valarie Dawkins






People look back and their eyes cry out that they have no friends or family. I 
see people with no jobs, no careers, no futures and a sense of hopelessness 
crushing the fragile space where they once stored dreams. What is reality like 
for them? Can a middle-class white woman with very few problems and past 
traumas even understand? How long would it take for the world to distort if I 
were cold and alone. Totally. Bus stations, parks, malls, condemned buildings, 
fields, woods - places to sit, wait and move on. Nowhere to go or be. No one to 
talk to. Who would notice or care? Unless I got in the way by needing or 
wanting something, I could become invisible. And it's so hard to come back to 
the world. To get back in the flow of human traffic. 3


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



Bug#324008: Fails to compile with gcc 4.0

2005-08-19 Thread Norbert Tretkowski
* Holger Jaekel wrote:
 Building kernel 2.6.8 with gcc 4.0.1 gives an error. Package
 dependencies should be changed.

2.6.8 is already marked for removal from unstable. Please use 2.6.12,
which works fine with gcc 4.0.

Thanks, Norbert


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



Bug#323985: snort 2.4

2005-08-19 Thread Javier Fernández-Sanguino Peña
severity 323985 wishlist
merge 320920 323985
thanks

On Fri, Aug 19, 2005 at 01:05:03PM -0400, Dr. Markus Waldeck wrote:
 Package: snort
 Version: 2.3.2-5
 Severity: normal
 
 Snort 2.4 is available since 2005-07-22 

I am aware of this already, please read through bug #320920.

Javier


signature.asc
Description: Digital signature


Bug#323984: RFP: nexuiz -- Game based on modified Quake-engine, complete with datafiles

2005-08-19 Thread David Moreno Garza
# Geez, what a mess.

reopen 311479
unmerge 311479
close 311538

# Is there any specific reason for closing ITP of fteqcc?
# I just can't see why was closed if it is still needed for nexuiz.

quit

On Fri, 2005-08-19 at 13:09 -0500, David Moreno Garza wrote:
 # Please, find explanation for this mess after bugs' commands.
 
 # Unmerging bug related to fteqcc, in order to not be affected by the
 # commands.
 unmerge 315653
 
 # Unifying title of all nexuiz bugs.
 retitle 311479 ITP: nexuiz -- 3D shooter game
 
 owner 311479 !
 
 # Unmerging this last opened bug
 unmerge 323984
 
 # Closing both unmerged bugs (not using nnn-done to not be affected
 # by merged bugs).
 close 323984
 close 311538
 thanks
 
 On Fri, 2005-08-19 at 20:01 +0300, Juhapekka Tolvanen wrote:
  Package: wnpp
  Severity: wishlist
  
  * Package name: nexuiz
  * URL : http://www.example.org/
  * License : GPL
Description : Game based on modified Quake-engine, complete with 
  datafiles
 
 There are several open RFP bugs for nexuiz. I'm closing two of them
 since it is useless to have the same report repeated on opened bugs. I'm
 leaving the one with more useful information open.
 
 I've also talked with Alex Schmehl last DebConf5 about packaging nexuiz,
 since he was the maintainer interested on it at the beginning. He had no
 interest anymore on it, so I could take the package. I'll be working on
 it in the next few days.  
 
 Cheers,
 
--
David Moreno Garza [EMAIL PROTECTED] | http://www.damog.net/
 If it weren't for electricity we'd all be watching television by
candlelight. 
 GPG: C671257D - 6EF6 C284 C95D 78F6 0B78 FFD3 981C 5FD7 C671 257D



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



Bug#323855: ITP: opencvs -- OpenBSD CVS implementation with special emphasis in security

2005-08-19 Thread Florian Weimer
* Roberto C. Sanchez:

 There is a good reason that CVS development has stagnated.  CVS is
 broken and there are better alternatives.

Some people say it's its rotten codebase.  A rewrite from scratch
hasn't got this problem.  The RCS-based file format isn't too bad and
optimizes for some common (access to recent version) and
not-so-commonn (annotate) operations.  (Try annotate with cogito..)

I welcome a OpenCVS package, subject to two conditions: The
description should describe the virtues of the package, and not
dismiss GNU CVS as bad.  And it should not provide cvs unless
permanent comaptibility is a goal, including the command line
switches.


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



Bug#324016: dbus-1: how long for dbus 0.35 ?

2005-08-19 Thread Roberto Majadas
Package: dbus-1
Version: 0.23.4-4
Severity: wishlist

There is new version of dbus (0.35) . Can you make packages for this
version for developers ? It's only a wish :) I understand that you
probably have a reason for not include this version at this moment in
sid. 
Anyway ... thanks for your work ;)

Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages dbus-1 depends on:
ii  adduser   3.67   Add and remove users and groups
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li

dbus-1 recommends no packages.

-- no debconf information


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



Bug#322597: patch

2005-08-19 Thread Robert Millan
tags 322597 patch
thanks

Hi,

Here's the revised, portable replacement for 22_linux_rawio_capability.dpatch.

Also attaching a patch for debian/control (Build-Depends).

-- 
Robert Millan
#! /bin/sh /usr/share/dpatch/dpatch-run
##
## DP: Add linux specific rawio capability allocation to work with kernels  
2.6.8

@DPATCH@
diff -ur cdrtools-2.01+01a01.old/RULES/os-linux.id 
cdrtools-2.01+01a01/RULES/os-linux.id
--- cdrtools-2.01+01a01.old/RULES/os-linux.id   1997-02-01 01:10:06.0 
+0100
+++ cdrtools-2.01+01a01/RULES/os-linux.id   2005-08-19 20:53:43.0 
+0200
@@ -22,3 +22,5 @@
 ###
 O_ARCH=linux
 -O_ARCH=   -$(O_ARCH)
+
+LIB_CAP= -lcap
diff -ur cdrtools-2.01+01a01.old/cdrecord/Makefile 
cdrtools-2.01+01a01/cdrecord/Makefile
--- cdrtools-2.01+01a01.old/cdrecord/Makefile   2004-05-26 09:31:00.0 
+0200
+++ cdrtools-2.01+01a01/cdrecord/Makefile   2005-08-19 20:55:47.0 
+0200
@@ -33,7 +33,7 @@
../include/scg/scgio.h ../include/scg/scsidefs.h \
../include/scg/scsireg.h ../include/scg/scsitransp.h
 #LIBS= -lschily $(LIB_SOCKET)
-LIBS=  -lrscg -lscg $(LIB_VOLMGT) -ledc_ecc -ldeflt -lschily 
$(SCSILIB) $(LIB_SOCKET)
+LIBS=  -lrscg -lscg $(LIB_VOLMGT) -ledc_ecc -ldeflt -lschily 
$(SCSILIB) $(LIB_SOCKET) $(LIB_CAP)
 XMK_FILE=  Makefile.man
 
 ###
diff -ur cdrtools-2.01+01a01.old/cdrecord/cdrecord.c 
cdrtools-2.01+01a01/cdrecord/cdrecord.c
--- cdrtools-2.01+01a01.old/cdrecord/cdrecord.c 2004-10-17 13:44:58.0 
+0200
+++ cdrtools-2.01+01a01/cdrecord/cdrecord.c 2005-08-19 20:55:06.0 
+0200
@@ -58,6 +58,9 @@
 #include defaults.h
 #include movesect.h
 
+#ifdef __linux__
+#include sys/capability.h/* for rawio capability */
+#endif
 
 char   cdr_version[] = 2.01.01a01;
 
@@ -244,6 +247,10 @@
 LOCAL  voidset_wrmode  __PR((cdr_t *dp, int wmode, int tflags));
 LOCAL  voidlinuxcheck  __PR((void));
 
+#ifdef __linux__
+LOCAL int get_cap   __PR((cap_value_t cap_array));
+#endif
+
 struct exargs {
SCSI*scgp;
cdr_t   *dp;
@@ -505,6 +512,14 @@
 #endif
comerr(Panic cannot set back effective uid.\n);
}
+
+#ifdef __linux__
+   /* get the rawio capability */
+   if (get_cap(CAP_SYS_RAWIO))
+   perror(Error: Cannot gain SYS_RAWIO capability.
+   Is cdrecord installed SUID root?\n);
+#endif
+
/*
 * WARNING: We now are no more able to do any privilleged operation
 * unless we have been called by root.
@@ -1032,6 +1047,12 @@
if (setreuid(-1, getuid())  0)
comerr(Panic cannot set back effective 
uid.\n);
}
+#ifdef __linux__
+   if (get_cap(CAP_SYS_RAWIO))
+   perror(Error: Cannot gain SYS_RAWIO capability.
+   Is cdrecord installed SUID root?\n);
+#endif
+
 #endif
}
if ((*dp-cdr_set_speed_dummy)(scgp, dp, speed)  0) {
@@ -4724,3 +4745,18 @@
}
 #endif
 }
+
+#ifdef __linux__
+LOCAL int
+get_cap(cap_array)
+   cap_value_t cap_array;
+{ 
+ int ret;
+ cap_t capa;
+ capa = cap_get_proc();
+ cap_set_flag(capa, CAP_EFFECTIVE,  1, cap_array, CAP_SET);
+ ret = cap_set_proc(capa);
+ cap_free(capa);
+ return ret; 
+}
+#endif
--- cdrtools-2.01+01a01/debian/control~ 2005-08-19 16:33:46.0 +0200
+++ cdrtools-2.01+01a01/debian/control  2005-08-19 21:28:36.0 +0200
@@ -3,7 +3,7 @@
 Section: otherosfs
 Maintainer: Joerg Jaspert [EMAIL PROTECTED]
 Uploaders: Eduard Bloch [EMAIL PROTECTED]
-Build-Depends: debhelper (=4.1.16), autotools-dev, smake, zlib1g-dev, dpatch, 
libcap-dev
+Build-Depends: debhelper (=4.1.16), autotools-dev, smake, zlib1g-dev, dpatch, 
libcap-dev [!kfreebsd-i386 !hurd-i386]
 Standards-Version: 3.6.1.0
 
 Package: cdrecord


Bug#323506: libbeecrypt6-dev: Can't build anything

2005-08-19 Thread Steve Langasek
On Fri, Aug 19, 2005 at 08:05:20AM -0500, John Goerzen wrote:
 On Thu, Aug 18, 2005 at 02:54:18PM -0700, Steve Langasek wrote:
   It's the same bug. And there is no patch yet.
  
  The bug in question is that, in spite of trying to pass
  --disable-optimized to ./configure, upstream's build scripts still set

 I am curious, what is the point of disabling the optimizations anyway?
 These seem like useful features.

shrug  AFAICT, this argument is a no-op anyway.  But perhaps in
previous versions, it was useful for working around the lack of masm on
i386.

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


signature.asc
Description: Digital signature


Bug#324017: Cron daemon dies when a cronjob is about to start

2005-08-19 Thread Rick Friedman
Package: cron
Version: 3.0pl1-88
Severity: grave
Justification: renders package unusable


The cron daemon runs as normal until a cronjob starts up. Actually, I
don't even know if the cronjob actually starts. What I DO know is that
at the start time of any cronjob, the cron daemon process mysteriously
dies. No messages in any logs. Before a cronjob starts, the cron daemon
process is running. After the (supposed) start of a cronjob, the cron
daemon process is gone.

Downgrading to version 3.0pl1-87 resolves the problem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages cron depends on:
ii  adduser   3.67   Add and remove users and groups
ii  debianutils   2.14.2 Miscellaneous utilities specific t
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  libselinux1   1.24-4 SELinux shared libraries

Versions of packages cron recommends:
ii  exim4 4.52-1 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.52-1 lightweight exim MTA (v4) daemon

-- no debconf information


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



Bug#324018: kdm does not have the binary in the package anymore

2005-08-19 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: kdm
Version: 4:3.3.2-1
Severity: grave

dpkg -L kdm:
/var/lib/kdm
/etc/kde3/kdm
/etc/kde3/kdm/kdm.options
/etc/kde3/kdm/Xaccess
/etc/kde3/kdm/Xreset
/etc/kde3/kdm/Xservers
/etc/kde3/kdm/Xsession
/etc/kde3/kdm/Xsetup
/etc/kde3/kdm/Xstartup
/etc/kde3/kdm/Xwilling
/etc/kde3/kdm/backgroundrc
/etc/kde3/kdm/kdmrc
/etc/pam.d/kdm-np
/etc/pam.d/kdm
/etc/logrotate.d/kdm
/etc/init.d/kdm

The package has no Binary, no /usr/share/doc/kdm or other necesarry
stuff. I wonder why nobody saws this before.

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (50, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.31
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages kdm depends on:
ii  debconf   1.4.57 Debian configuration management sy
pn  kdebase-bin   none (no description available)
pn  kdelibs4  none (no description available)
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-7client library to control the FAM 
ii  libgcc1   1:4.0.1-5  GCC support library
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libpam-runtime0.76-23Runtime support for the PAM librar
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  libpng12-01.2.8rel-1 PNG library - runtime
pn  libqt3c102-mt none (no description available)
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++51:3.3.6-8  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxtst6  6.8.2.dfsg.1-5 X Window System event recording an
ii  xbase-clients 6.8.2.dfsg.1-5 miscellaneous X clients
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

Versions of packages kdm recommends:
ii  logrotate 3.7.1-1Log rotation utility

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBQwY5z5+OKpjRpO3lAQKoDgf/bmB7MVDV6m24ptYb1fSOAXd9Wo0TMM2v
24DOGKZ5FNs0CepV2wyKUy6HgwKdbbJrFA1JPJVhY5R7+flHDSYSbS52P+mi39s2
lItgqrpMD7Wu4gv4H03vWSkiZooWW5nNpn7tEzSQvn5Fy2uott8Z4jc5e0sLeTIV
xmMvGe5lI0/zmDRuv3YMdNrjONeGEjkhHvvFi0LYpBqLl9eVOhN/hB3GmbeHGZBX
XVk5PJS3SHlu7PJV8hhhET8cdqAZtuasMOGO0udmwk/XioBAoFZED70wqv0FunjI
fDCzK7t2Tf6GBvPGWWtBwAkljnj5e/3Dln+t87JGLYW14di0odmodw==
=i3sH
-END PGP SIGNATURE-


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



Bug#320381: mozilla-thunderbird: tries to configure a new user if called twice via www-browser.

2005-08-19 Thread kmk
Alexander Sack - Debian Bugmail wrote:

 How did you configure firefox to invoke thunderbird as mailto: app? 

I choose Thunderbird in
   GnomeControlCenter/PreferredAlpplications/MailReader


  ---(kaimartin)---
-- 
Kai-Martin Knaak
privat: [EMAIL PROTECTED]
dienst: [EMAIL PROTECTED]
gpg-key:
http://pgp.mit.edu:11371/pks/lookup?search=kai-martinop=indexexact=on



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



Bug#323944: libgmp3c2: After upgrade some packages don't work

2005-08-19 Thread Steve Langasek
severity 323944 minor
thanks

On Fri, Aug 19, 2005 at 02:11:20PM +0200, Fisher wrote:
 Package: libgmp3c2
 Version: 4.1.4-10
 Severity: critical
 Justification: breaks unrelated software

 # /etc/init.d/clamav-freshclam restart
 Stopping ClamAV virus database updater: freshclam.
 Starting ClamAV virus database updater: freshclam/usr/bin/freshclam:
 error while loading shared libraries: libgmp.so.3: cannot enable
 executable stack as shared object requires: Permission denied

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

Yes, and that bug report is listed at severity: minor for a reason.  
There is no requirement that Debian support grsec kernels without 
additional effort on the part of the user.

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


signature.asc
Description: Digital signature


Bug#324020: cvs-syncmail: add url to log_accum.pl alternative in manpage

2005-08-19 Thread Joost van Baal
Package: cvs-syncmail
Version: 2.3-1
Severity: wishlist

Hi,

syncmail(1) says:

   log_accum is another Perl implementation, but there appears  to
   be  no authoritative source of information for this package.

   Please  inform the syncmail maintainers if you can provide
   current references to these efforts.

A current reference for log_accum.pl is:
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/CVSROOT-projects/log_accum.pl
.  You might want to add it to the manpage.

Thanks, Bye,

Joost



signature.asc
Description: Digital signature


Bug#323994: xterm: valgrind reports overlapping memory in memcpy()

2005-08-19 Thread Thomas Dickey
On Fri, Aug 19, 2005 at 08:20:10PM +0200, Justin Pryzby wrote:
 Package: xterm
 Version: 4.3.0.dfsg.1-14
 Severity: normal
 
It's a bug in libXt, not xterm.
I fixed it in XFree86 source when I ANSIfy'd it over a year ago.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpvUUgZqHIZY.pgp
Description: PGP signature


Bug#323757: Similar build failure across multiple modules

2005-08-19 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

To further confirm this bug, I can report that the same type of failure
occurs when building ieee80211-source, ipw2200-source, and thinkpad-source.

Regards,
- --
Barry Hawkins
All Things Computed
site: www.alltc.com
weblog: www.yepthatsme.com

Registered Linux User #368650
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDBkPFHuKcDICy0QoRAmjRAJ9w0K9h3H+RQK/QNDx8P9MxU0HYZQCg8kAB
6ikmgusp3d3MWinrS5yn178=
=NjQa
-END PGP SIGNATURE-


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



Bug#324021: c2 package is missing Replaces: c102

2005-08-19 Thread Mike Furr
Package: libsnmpkit2c2
Version: 0.9-9
Severity: serious

libsnmp2c102 can not be upgraded to libsnmp2c2 because the latter lacks
a Replaces: libsnmp2c102 and thus dpkg refuses to overwrite files
existing in both packages.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#324018: kdm does not have the binary in the package anymore

2005-08-19 Thread Pierre Habouzit
tag 324018 + unreproducible
thanks

Le Ven 19 Août 2005 21:58, Klaus Ethgen a écrit :
 Package: kdm
 Version: 4:3.3.2-1
 Severity: grave

 dpkg -L kdm:
[...]

 The package has no Binary, no /usr/share/doc/kdm or other necesarry
 stuff. I wonder why nobody saws this before.

maybe you dl-ed a bad debian package ? I just get the one on 
http://ftp2.fr.debian.org/ and I have :


[madcoder hades] dpkg --contents kdm_3.3.2-1_i386.deb|grep bin\/kdm$
-rwxr-xr-x root/root114392 2005-01-23 17:14:45 ./usr/bin/kdm


I suggest you to :

apt-get clean
apt-get install --reinstall kdm

and see if the problem persist
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpNiKJfhjQZP.pgp
Description: PGP signature


Bug#324022: New Debian mirror submission

2005-08-19 Thread Daniel Coletti
Package: mirrors
Severity: wishlist

Site: debian.usla.org.ar
Type: leaf
Archive-http: /debian/
Mirrors-from:  ftp.ibiblio.org
Maintainer: Daniel Coletti [EMAIL PROTECTED]
Country: AR Argentina
Sponsor: USLA http://www.usla.org.ar
Comment: the mirror is only for i386


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



Bug#323819: evolution-sharp: FTBFS: Package mono was not found in the pkg-config sear path

2005-08-19 Thread Kurt Roeckx
On Fri, Aug 19, 2005 at 08:44:51PM +0200, Jose Carlos Garcia Sogo wrote:
 
  Can you please install libmono-dev? It is a missing build dependency.

Now it fails with this instead:
checking for mcs... /usr/bin/mcs
checking for gacutil... no
configure: error: Your mono installation doesn't expose gacutil

Which is an other missing build dependency on mono-gac.

After adding those 2 it seems to build find, but fails linking.
This is actually a bug in libgal2.4-dev, and I'll file a seperate
bug about that.


Kurt



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



Bug#324018: kdm does not have the binary in the package anymore

2005-08-19 Thread Adeodato Simó
* Klaus Ethgen [Fri, 19 Aug 2005 21:58:07 +0200]:

 Package: kdm
 Version: 4:3.3.2-1
 Severity: grave

 The package has no Binary, no /usr/share/doc/kdm or other necesarry
 stuff. I wonder why nobody saws this before.

  Please check your facts before submitting bugs at severity grave.
  Thanks. (See attached transcript.)

 dpkg -L kdm:
 /var/lib/kdm
 /etc/kde3/kdm
 /etc/kde3/kdm/kdm.options
 /etc/kde3/kdm/Xaccess
 /etc/kde3/kdm/Xreset
 /etc/kde3/kdm/Xservers
 /etc/kde3/kdm/Xsession
 /etc/kde3/kdm/Xsetup
 /etc/kde3/kdm/Xstartup
 /etc/kde3/kdm/Xwilling
 /etc/kde3/kdm/backgroundrc
 /etc/kde3/kdm/kdmrc
 /etc/pam.d/kdm-np
 /etc/pam.d/kdm
 /etc/logrotate.d/kdm
 /etc/init.d/kdm

 Versions of packages kdm depends on:
 pn  kdebase-bin   none (no description available)
 pn  kdelibs4  none (no description available)
 pn  libqt3c102-mt none (no description available)

  Your kdm package is obviously in state 'deinstall ok config-files'.
  I'm closing this bug.

% aptitude download kdm=4:3.3.2-1
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Get:1 http://mirror etch/main kdm 4:3.3.2-1 [417kB]
Fetched 417kB in 0s (2280kB/s)

% md5sum kdm_4%3a3.3.2-1_i386.deb
8bdda1b454c8ba78ec91accf4866b667  kdm_4%3a3.3.2-1_i386.deb

% dpkg -c kdm_4%3a3.3.2-1_i386.deb | grep /usr/bin/kdm$
-rwxr-xr-x root/root114392 2005-01-23 17:14:45 ./usr/bin/kdm

% dpkg -c kdm_4%3a3.3.2-1_i386.deb | grep /usr/share/doc/kdm
drwxr-xr-x root/root 0 2005-01-23 17:14:46 ./usr/share/doc/kdm/
-rw-r--r-- root/root   707 2005-01-23 16:25:25 
./usr/share/doc/kdm/NEWS.Debian.gz
-rw-r--r-- root/root  2840 2005-01-23 16:25:25 
./usr/share/doc/kdm/README.Debian
-rw-r--r-- root/root   904 2005-01-23 16:25:25 ./usr/share/doc/kdm/copyright
-rw-r--r-- root/root  6830 2004-08-05 20:57:03 ./usr/share/doc/kdm/README.gz
-rw-r--r-- root/root 17941 2005-01-23 16:25:25 
./usr/share/doc/kdm/changelog.Debian.gz

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
A celebrity is a person who works hard all his life to become well known,
then wears dark glasses to avoid being recognized.
-- Fred Allen



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



Bug#324023: urllib violates rfc

2005-08-19 Thread Andreas Barth
Package: python2.3,python2.4
Version: 2.3.5-3,2.4.1-2

Hi,

python's urllib does the following things on the line when retrieving
a file by ftp:
send(3, PASV\r\n, 6, 0)   = 6
send(3, NLST ftp-master.debian.org\r\n, 28, 0) = 28

But RFC 959 states:
  This command [NLST] causes a directory listing to be sent from server
  to user site.  The pathname should specify a directory or other
  system-specific file group descriptor

So, according to the robustness principle, it is wrong that python
aborts file transfer if the server refuses to support NLST on files.


Cheers,
Andi


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



Bug#324021: c2 package is missing Replaces: c102

2005-08-19 Thread A Mennucc
On Fri, Aug 19, 2005 at 04:15:58PM -0400, Mike Furr wrote:
 libsnmp2c102 can not be upgraded to libsnmp2c2 because the latter lacks
 a Replaces: libsnmp2c102 and thus dpkg refuses to overwrite files
 existing in both packages.

I dont think that this is so.

the real problem is that , for some reason, the Conflict
line in the source is different from the one in the binary package.
The conflicts line in the binary lacks the libsnmpkit2c102 entry.

a.

-- 
Andrea Mennucc
 Ukn ow,Ifina llyfixe dmysp acebar.ohwh atthef


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



Bug#324021: c2 package is missing Replaces: c102

2005-08-19 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A Mennucc wrote:
 the real problem is that , for some reason, the Conflict
 line in the source is different from the one in the binary package.
 The conflicts line in the binary lacks the libsnmpkit2c102 entry.
Hmm... weird, its definitely not in the -9 binary package.  I thought
dpkg was being particularly stubborn about it

However, policy does require a Replaces field too. :)

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

iD8DBQFDBkok7ZPKKRJLJvMRAvEzAJ9el8f2Wi7Aw2dWZeEX0HWC6OaQ/QCfb/zC
k0EKzmYu9jaDURNmrmxup28=
=Cdh2
-END PGP SIGNATURE-


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



Bug#303772: mozilla-firefox: leaks error message to http server

2005-08-19 Thread Eric Dorland
* Timo Weingärtner ([EMAIL PROTECTED]) wrote:
 Am Sonntag, 14. August 2005 01:04 schrieb Eric Dorland:
 
  Do you have any extensions installed?
 
 timo01:~# dpkg -l mozilla* | grep ^ii
 ii  mozilla-browser   1.7.10-1The Mozilla 
 Internet application suite - cor
 ii  mozilla-checky2.5-2   Online validation 
 and analysis services for
 ii  mozilla-ctxextensions 4.0.2005071301-2Context Menu 
 Extensions for Mozilla
 ii  mozilla-diggler   0.9-6   A set of URL 
 manipulation utilities for Mozi
 ii  mozilla-firefox   1.0.6-2 lightweight web 
 browser based on Mozilla
 ii  mozilla-firefox-dom-inspector 1.0.6-2 tool for inspecting 
 the DOM of pages in Mozi
 ii  mozilla-firefox-gnome-support 1.0.6-2 Support for Gnome 
 in Mozilla Firefox
 ii  mozilla-firefox-locale-de-de  1.0.4lang20050515-1 Mozilla Firefox 
 German language/region packa
 ii  mozilla-livehttpheaders   0.10-2  Adds information 
 about the HTTP headers to M
 ii  mozilla-venkman   0.9.85-2Javascript debugger 
 for Mozilla and Firefox
 
 Livehttpheaders seems to be the only one that could do things with the
 communication to the server, but it was not active while observing the bug.

Not necessarily. Are you not observing the bug anymore?


-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#324024: libgal2.4-dev: Missing depends on libgnomeprintui2.2-dev.

2005-08-19 Thread Kurt Roeckx
Package: libgal2.4-dev
Version: 2.4.3-1
Severity: serious

Hi,

Your libgal-2.4.la and libgal-a11y-2.4.la files reference the
file libgnomeprintui-2-2.la, and you do not have a dependency on
libgnomeprintui2.2-dev.  This is causing build failures for other
packages.  Please add a dependency on it.

It might also be nice if you looked into reducing the
dependencies for libgal2.4-0.  I have a feeling it's
linked to way too many things it shouldn't be linked too.


Kurt



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



Bug#311479: Bug#323984: RFP: nexuiz -- Game based on modified Quake-engine, complete with datafiles

2005-08-19 Thread René van Bevern
On 19.08.05, David Moreno Garza wrote:

Hi David,

 # Is there any specific reason for closing ITP of fteqcc?

Yes. As I included the URL to the fteqcc package in the bug log of the
Nexuiz ITP, I didn't feel the need for that seperate ITP for fteqcc.

I intented to maintain fteqcc only to support Nexuiz packages -- and
because there has been no action on that ITP/RFP for some time, I
closed my ITP. I couldn't predict that you would suddenly stand up. ;-)

 # I just can't see why was closed if it is still needed for nexuiz.

It is needed, yes.

If you want to take fteqcc along with Nexuiz, feel free to
hijack my package. I've written a manual page for the compiler that
is included there.

René van Bevern
  http://progn.org

-- 
Treibholz schon möglich, dass der Firefox im Vergleich zu Galeon
relativ gesehen schneller ist als unter debian.
kowallke kann schon sein, dass brote verglichen mit bananen grüner
   sind als in der nacht


pgpG9eMWV1sXg.pgp
Description: PGP signature


Bug#321577: does not work at all

2005-08-19 Thread Frederic Peters
Marco d'Itri wrote:

 Package: gnome-blog
 Version: 0.8-3
 Severity: grave
 
 After a recent upgrade the panel applet shows an empty window without
 widgets and when I start the program from the command line I get:

Could you confirm the workaround added in 0.8-4 fixed this for you ?


Thanks,

Frederic


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



Bug#324025: aqsis: FTBFS on 64 bit arches: error: cast from 'void*' to 'int' loses precision

2005-08-19 Thread Kurt Roeckx
Package: aqsis
Version: 1.1.0.20050815-2
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the
following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../libaqsistypes -I../libaqsistyp
es -I../libaqsistypes/posix -I../render -I../libshaderexecenv -I/usr/include -g
 -O2 -MT shadervm.lo -MD -MP -MF .deps/shadervm.Tpo -c shadervm.cpp  -fPIC -DPI
C -o .libs/shadervm.o
shadervm.cpp: In member function 'void Aqsis::CqShaderVM::LoadProgram(std::istr
eam*)':
shadervm.cpp:1095: error: cast from 'void*' to 'int' loses precision
make[2]: *** [shadervm.lo] Error 1



Kurt



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



Bug#324026: ffmpeg: FTBFS on amd64: Error: `(%rdi,%esi)' is not a valid base/index expression

2005-08-19 Thread Kurt Roeckx
Package: ffmpeg
Version: 0.cvs20050811-1
Severity: important

Hi,

Your package is failing to build on amd64 with the following
error:
/tmp/ccSxX5mf.s:25942: Error: `(%rdi,%esi)' is not a valid base/index expression
/tmp/ccSxX5mf.s:25943: Error: `(%rdi,%esi,2)' is not a valid base/index 
expression
[...]

For a full log see:
http://amd64.ftbfs.de/fetch.php?pkg=ffmpegver=0.cvs20050811-1arch=amd64stamp=1124407042file=logas=raw


Kurt



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



Bug#312461: mozilla-firefox: Cookie accept/reject dialogue is garbled and unusable

2005-08-19 Thread Eric Dorland
* Dave Page ([EMAIL PROTECTED]) wrote:
 On Tue, Aug 16, 2005 at 10:10:04AM -0400, Eric Dorland wrote:
 
  I tried this at work and I couldn't reproduce it. Any extensions
  installed? Can you try moving you .mozilla directory out of the way? 
 
 I had Tab Browser Extensions installed, from the Debina package.
 Unfortunately, I can't try moving my .mozilla directory out the way as I
 no longer have access to the machine on which I was having this problem.

If I can't reproduce it, and you aren't able to get on the machine
anymore, I'm not sure what I can do. 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#317292: evince: can't search text in pdf

2005-08-19 Thread Sebastien Bacher
Le jeudi 07 juillet 2005 à 15:31 +0200, Antonio a écrit :
 Package: evince
 Version: 0.3.0-2
 Severity: important
 
 
 If I search a word in a pdf document the search result is each time 0
 items found, regardless the fact the word is present or not in the
 document.
 
 On the same documents the search with xpdf works well.

Thanks for your bug. Can you attach an example of such pdf file to the
BTS?


Cheers,

Sebastien Bacher





Bug#318516: krb4: FTBFS: static declaration of 'revoke' follows non-static declaration

2005-08-19 Thread Michael Banck
Hi,

It still FTFBS here in an uptodate unstable chroot.

I'll upload an NMU to DELAYED later today or tomorrow, fixing this and
#218624.


cheers,

Michael

-- 
Michael Banck
Debian Developer
[EMAIL PROTECTED]
http://www.advogato.org/person/mbanck/diary.html


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



Bug#256376: clone

2005-08-19 Thread Thomas Dickey
On Fri, Aug 19, 2005 at 08:10:07PM +0200, Justin Pryzby wrote:
 clone 256376 -1
 reassign -1 xterm
 retitle -1 xterm: top in a super-small xterm crashes them both
 thanks

if you don't identify the version of xterm, I can only guess
that you're talking about this, which was fixed in patch #201
(and has been reported on this list 2-3 times since then):

add a limit check for scrolling margins in a one-line screen,
overlooked in fixes for patch #198 (Debian #297430).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpaSQwr7mqVa.pgp
Description: PGP signature


Bug#324028: w3c-markup-validator: new upstream version available (0.7.0)

2005-08-19 Thread Taco IJsselmuiden
Package: w3c-markup-validator
Version: 0.6.7-3
Severity: wishlist


New upstream version (0.7.0) available at
http://validator.w3.org/validator.tar.gz

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages w3c-markup-validator depends on:
ii  apache2-mpm-prefork [httpd]   2.0.54-4   traditional model for Apache2
ii  debconf   1.4.57 Debian configuration management sy
ii  libconfig-general-perl2.29-1 generic configuration module
ii  libhtml-parser-perl   3.45-2 A collection of modules that parse
ii  libnet-ip-perl1.20-2 Perl extension for manipulating IP
ii  libset-intspan-perl   1.07-3 Manages sets of integers
ii  libtext-iconv-perl1.4-1  converts between character sets in
ii  liburi-perl   1.35-1 Manipulates and accesses URI strin
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  opensp1.5.1.0-3  OpenJade group's SGML parsing tool
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  sgml-data 2.0.3  common SGML and XML data
ii  w3c-dtd-xhtml 1.1-5  W3C eXtensible HyperText Markup La
ii  wwwconfig-common  0.0.43 Debian web auto configuration

Versions of packages w3c-markup-validator recommends:
ii  w3-dtd-mathml 2.0.0.0-1  Mathematical Markup Language V2.0 

-- debconf information:
* w3c-markup-validator/webserver: Apache


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



Bug#324029: yarssr: feed items from Google News have encoded HTML entities

2005-08-19 Thread Eric Cooper
Package: yarssr
Version: 0.2.2-1
Severity: minor

I am enjoying yarssr, thanks very much for maintaining it.

I have Google News as a feed:
feed=http://news.google.com/?output=rss;Google News;1;:
and many of its items are listed like this:
#39;Peace Mom#39; protesters continue despite absence

It should be converted to
'Peace Mom' protesters ...
in the yarssr menu.

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

Versions of packages yarssr depends on:
ii  libgnome2-perl1.021-1Perl interface to the GNOME librar
ii  libgnome2-vfs-perl1.021-1Perl interface to the 2.x series o
ii  libgtk2-gladexml-perl 1.003-1Perl interface to use user interfa
ii  libgtk2-perl  1:1.081-1  Perl interface to the 2.x series o
ii  libgtk2-trayicon-perl 0.04-1 Perl interface to fill the system 
ii  libxml-rss-perl   1.05-1 Perl module for managing RSS (RDF 
ii  perl  5.8.7-4Larry Wall's Practical Extraction 

yarssr recommends no packages.

-- no debconf information


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



Bug#324031: vlc: FTBFS on 64 bit arches: error: cast from 'void*' to 'int' loses precision

2005-08-19 Thread Kurt Roeckx
Package: vlc
Version: 0.8.4-svn20050810-1
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the
following error:
g++ -DHAVE_CONFIG_H -I. -I. -I../../..   -DSYS_LINUX -I../../../include 
`top_builddir=../../.. ../../../vlc-config --cxxflags plugin skins2` 
-Wsign-compare -Wsign-compare -Wall  -pipe -c -o 
libskins2_plugin_a-theme_loader.o `test -f 'src/theme_loader.cpp' || echo 
'./'`src/theme_loader.cpp
src/theme_loader.cpp: In function 'int gzopen_frontend(char*, int, int)':
src/theme_loader.cpp:559: error: cast from 'void*' to 'int' loses precision
make[7]: *** [libskins2_plugin_a-theme_loader.o] Error 1


Kurt




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



Bug#256376: clone

2005-08-19 Thread Thomas Dickey
On Fri, Aug 19, 2005 at 08:10:07PM +0200, Justin Pryzby wrote:
 clone 256376 -1
 reassign -1 xterm
 retitle -1 xterm: top in a super-small xterm crashes them both
 thanks
 
 Not only does top get SIGSEGV, so does the xterm in which it runs.
 Valgrind on a copy of xterm without SGID xterm reports lots of
 problems.

hmm - aside from the cosmetic issue you reported with libXt (an overlapping
memcpy is just that), what other warnings are you seeing with valgrind?

(and of course, what version of xterm, what size is super-small, etc).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgptpW6Vv19nQ.pgp
Description: PGP signature


Bug#303293: expand moving documents with mouse

2005-08-19 Thread Sebastien Bacher
Le mardi 05 avril 2005 à 23:10 +0200, Alexander Fieroch a écrit :
 Package: evince
 Version: 0.1.5-2
 Severity: wishlist
 
 I would like to move the document in the scrollpane with my mouse - for
 example while pressing CTRL, SHIFT or just per default and then
 selecting text while pressing CTRL or SHIFT.

Have you tried with a middle click? That works fine for me.

 Also I would like to scroll with the mouse wheel all pages continuously
 having the option of one or two pages per view.

The new versions do that.


Cheers,

Sebastien Bacher





Bug#319349: Firefox fails to display some texts

2005-08-19 Thread Eric Dorland
* Nicolas DEGAND ([EMAIL PROTECTED]) wrote:
 Le Dimanche 14 Août 2005 00:58, vous avez écrit :
   I do not think I have installed specific fonts (aside of Microsoft
   fonts). Where should I look for the list of fonts you need.
 
  The output from fc-list might be useful.
 
 Verdana:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,Arrunta
 MgOpen Moderna:style=BoldOblique
 Nimbus Sans L:style=Regular Italic
 Summersby:style=Regular
 Times New 
 Roman:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,thÆ°Æ¡Ìng,Arrunta
 Bitstream Vera Sans Mono:style=Bold
 Webdings:style=Regular
 Thryomanes:style=Italic
 MgOpen Modata:style=Regular
 MgOpen Cosmetica:style=Bold
 URW Palladio L:style=Roman
 Century Schoolbook L:style=Bold Italic
 Verdana:style=Bold Italic,Negreta cursiva,tuÄné kurzíva,fed kursiv,Fett 
 Kursiv,ÎÎ?ÏοÎ?α Πλάγια,Negrita Cursiva,Lihavoitu Kursivoi,Gras 
 Italique,Félkövér dÅlt,Grassetto Corsivo,Vet Cursief,Halvfet 
 Kursiv,Pogrubiona kursywa,Negrito Itálico,ÐÐ?лÑжÐ?ÑÐ?Ñй ÐÑÑÑÐ?в,TuÄná 
 kurzíva,Fet Kursiv,Kalın İtalik,Krepko poševno,Lodi etzana
 Georgia:style=Italic,Cursiva,kurzí
 va,kursiv,Πλάγια,Kursivoitu,Italique,DÅlt,Corsivo,Cursief,Kursywa,Itálico,ÐÑÑÑÐ?в,Ä°talik,PoÅ¡evno,Etzana
 Comic Sans 
 MS:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,Arrunta
 Bitstream Vera Sans:style=Oblique
 Nimbus Sans L:style=Bold
 OpenSymbol:style=Regular
 Georgia:style=Bold Italic,Negreta cursiva,tuÄné kurzíva,fed kursiv,Fett 
 Kursiv,ÎÎ?ÏοÎ?α Πλάγια,Negrita Cursiva,Lihavoitu Kursivoi,Gras 
 Italique,Félkövér dÅlt,Grassetto Corsivo,Vet Cursief,Halvfet 
 Kursiv,Pogrubiona kursywa,Negrito Itálico,ÐÐ?лÑжÐ?ÑÐ?Ñй ÐÑÑÑÐ?в,TuÄná 
 kurzíva,Fet Kursiv,Kalın İtalik,Krepko poševno,Lodi etzana
 DejaVu Serif Condensed:style=Bold
 URW Chancery L:style=Medium Italic
 Bitstream Vera Sans:style=Roman
 Bitstream Charter:style=Bold Italic
 wasy10:style=Normal
 MgOpen Moderna:style=Oblique
 DejaVu Sans Condensed:style=Bold
 Terminus:style=Bold Oblique
 Nimbus Roman No9 L:style=Regular
 DejaVu Sans:style=BoldOblique
 cmex10:style=Medium
 Century Schoolbook L:style=Bold
 Century Schoolbook L:style=Italic
 Gentium:style=Regular
 Thryomanes:style=Regular
 Nimbus Sans L:style=Regular
 FreeSerif:style=Bold,polkrepko
 Trebuchet MS:style=Italic,Cursiva,kurzí
 va,kursiv,Πλάγια,Kursivoitu,Italique,DÅlt,Corsivo,Cursief,Kursywa,Itálico,ÐÑÑÑÐ?в,Ä°talik,PoÅ¡evno,Etzana
 URW Palladio L:style=Italic
 Terminus:style=Bold
 Cursor:style=Regular
 DejaVu Sans Condensed:style=Condensed
 Nimbus Sans L:style=Bold Condensed
 Trebuchet 
 MS:style=Bold,Negreta,tuÄné,fed,Fett,ÎÎ?ÏοÎ?α,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,ÐÐ?лÑжÐ?ÑÐ?Ñй,Fet,Kalın,Krepko,Lodia
 URW Gothic L:style=Demi
 FreeSerif:style=Italic,leÅ?eÄe
 MgOpen Canonica:style=Italic
 Times New Roman:style=Italic,cursiva,kurzí
 va,kursiv,Πλάγια,Kursivoitu,Italique,DÅlt,Corsivo,Cursief,kursywa,Itálico,ÐÑÑÑÐ?в,Ä°talik,PoÅ¡evno,nghiêng,Etzana
 StayPuft:style=Medium
 Nimbus Roman No9 L:style=Medium Italic
 DejaVu Serif Condensed:style=BoldOblique
 Bitstream Charter:style=Regular
 Verdana:style=Bold,Negreta,tuÄné,fed,Fett,ÎÎ?ÏοÎ?α,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,ÐÐ?лÑжÐ?ÑÐ?Ñй,Fet,Kalın,Krepko,Lodia
 GentiumAlt:style=Italic
 Nimbus Mono L:style=Bold Oblique
 Andale 
 Mono:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,Arrunta
 FreeSans:style=Medium,navadno
 Georgia:style=Bold,Negreta,tuÄné,fed,Fett,ÎÎ?ÏοÎ?α,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiony,Negrito,ÐÐ?лÑжÐ?ÑÐ?Ñй,Fet,Kalın,Krepko,Lodia
 Dingbats:style=Regular
 Times New 
 Roman:style=Bold,Negreta,tuÄné,fed,Fett,ÎÎ?ÏοÎ?α,Negrita,Lihavoitu,Gras,Félkövér,Grassetto,Vet,Halvfet,Pogrubiona,Negrito,ÐÐ?лÑжÐ?ÑÐ?Ñй,Fet,Kalın,Krepko,Äậm,Lodia
 Arial 
 Black:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,Arrunta
 MgOpen Cosmetica:style=Bold Oblique
 Bitstream Vera Sans Mono:style=Oblique
 Nimbus Roman No9 L:style=Medium
 MgOpen Modata:style=Bold
 Nimbus Sans L:style=Bold Italic
 Courier 
 New:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,thÆ°Æ¡Ìng,Arrunta
 DejaVu Sans Condensed:style=BoldOblique
 Courier 10 Pitch:style=Bold Italic
 Trebuchet 
 MS:style=Regular,Normal,obyÄejné,Standard,ÎαÎ?οÎ?ικά,Normaali,Normál,Normale,Standaard,Normalny,ÐбÑÑÐ?Ñй,Normálne,Navadno,Arrunta
 Arial:style=Bold Italic,Negreta cursiva,tuÄné kurzíva,fed kursiv,Fett 
 

Bug#322964: evince: bar code not visible in mailing label pdf

2005-08-19 Thread Sebastien Bacher
reassign 322964 poppler
thanks

Le samedi 13 août 2005 à 13:06 -0700, Alan Chen a écrit :
 Package: evince
 Version: 0.1.5-2
 Severity: normal
 
 A bar code is not correctly rendered in the sample mailing label PDF
 from the US Postal service. The sample is available at:
 https://sss-web.usps.com/cns/sample.do?productCode=PRI
 
 xpdf and acroread both render this pdf correctly.

Thanks for your bug. That works fine for me. What kind of issue does it
have for you? That probably a poppler issue fixed with the current
version, could you try to update it?


Cheers,

Sebastien Bacher





Bug#323138: Bug#323168: fixed in snmpkit 0.9-10

2005-08-19 Thread Kurt Roeckx
On Fri, Aug 19, 2005 at 02:18:13PM -0700, Debian Bug Tracking System wrote:
 Changes: 
  snmpkit (0.9-10) unstable; urgency=low
  .
* for some misterious reasons, the Conflict line that is in the source
  did not reach the libsnmpkit2c2 deb ; so I am rebuilding it
  (closes: #323168, #323488)

That should have been #323138 and not #323168.


Kurt



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



Bug#322739: Bug#322825: Possibility of working around this bug in stable

2005-08-19 Thread Don Armstrong
tag 322825 pending
thanks

On Thu, 18 Aug 2005, Don Armstrong wrote:
 2) the user agent that querybts sends so I can redirect it to older
versions if that's what needs to be done.

I'm now redirecting reportbug 3.15, 3.8 and versions younger than 3 to
the previous version of bugreport.cgi. [Or rather, will be as soon as
apache on spohr gets reloaded.]

Considering the information that querybts is getting from
bugreport.cgi, I'd strongly suggest just using
bugreport.cgi?bug=XXXmsg=2 and doing minimal parsing (or just using
the mailbox).


Don Armstrong

-- 
If a nation values anything more than freedom, it will lose its
freedom; and the irony of it is that if it is comfort or money it
values more, it will lose that, too.
 -- W. Somerset Maugham

http://www.donarmstrong.com  http://rzlab.ucr.edu


signature.asc
Description: Digital signature


Bug#324032: packagesearch: FTBFS: Links a shared lib against a static non-PIC lib.

2005-08-19 Thread Kurt Roeckx
Package: packagesearch
Version: 1.3
Severity: serious

Hi,

Your package is creating a shared lib and is linking that to a
static lib.  This is not portable and fails on some arches with
the following error:
g++ -shared -o libdebtagsplugin.so .obj/debtagsplugin.o 
.obj/debtagsplugincontainer.o .obj/relatedplugin.o .obj/stringtagcollbuilder.o 
.obj/tagitem.o .obj/taglistviewitem.o .obj/tagselectionlistview.o 
.obj/tagselectionview.o .obj/tagselectionwidget.o 
.obj/selectioninputanddisplay.o .obj/selectedfacetsmatcher.o 
.obj/instantiations.o .obj/debtagspluginfactory.o .obj/singlesimpledebtags.o 
.obj/debtagssettingswidget.o .obj/choosentagsdisplay.o 
.obj/relatedfeedbackwidget.o .obj/relatedinput.o .obj/tagchooserwidget.o 
.obj/moc_debtagsplugin.o .obj/moc_debtagsplugincontainer.o 
.obj/moc_relatedplugin.o .obj/moc_taglistviewitem.o 
.obj/moc_tagselectionlistview.o .obj/moc_tagselectionwidget.o 
.obj/moc_selectioninputanddisplay.o .obj/moc_debtagssettingswidget.o 
.obj/moc_choosentagsdisplay.o .obj/moc_relatedfeedbackwidget.o 
.obj/moc_relatedinput.o .obj/moc_tagchooserwidget.o  -L/usr/share/qt3/lib 
-ldebtags1 -ltagcoll1 -lkdecore -lqt-mt -lpthread
/usr/bin/ld: 
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/libdebtags1.a(Tag.o): 
relocation R_X86_64_32 against `a local symbol' can not be used when making a 
shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../../../lib64/libdebtags1.a: could not 
read symbols: Bad value

debtags is not making a shared library because it's API is
not stable yet.  Either you will have to ask a pic version
of the static library, wait until they make a shared
library, or don't make a shared library yourself.


Kurt



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



Bug#324033: udev tmpfs is not umounted at reboot/shutdown time

2005-08-19 Thread Marcello Maggioni
Package: udev
Version: 0.068-1
Severity: normal


Hi,

I use debian Sarge and after the installation of udev during the 
reboot/shutdown phase appears this message twice :

umount: tmpfs busy - remounting read-only

then the system reboots or shuts down

I have tried with version 0.056 from sarge and version 0.068 from sid 
and both have this message at reboot time
What's this?

Thanks for your work

Bye

Marcello

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
totale 0
lrwxrwxrwx  1 root root 20 2005-08-19 23:04 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx  1 root root 19 2005-08-19 23:04 cd-aliases.rules - 
../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2005-08-19 23:04 udev.rules - ../udev.rules
lrwxrwxrwx  1 root root 19 2005-08-19 23:04 z20_persistent.rules - 
../persistent.rules
lrwxrwxrwx  1 root root 12 2005-08-19 23:04 z50_run.rules - ../run.rules
lrwxrwxrwx  1 root root 17 2005-08-19 23:04 z70_hotplugd.rules - 
../hotplugd.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hdb/dev
/sys/block/hdb/hdb1/dev
/sys/block/hdc/dev
/sys/block/hdd/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/rtc/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D1p/dev
/sys/class/sound/timer/dev

-- Kernel configuration:
 isapnp_init not present.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12-ck5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages udev depends on:
ii  hotplug  0.0.20040329-22 Linux Hotplug Scripts
ii  initscripts  2.86.ds1-1  Standard scripts needed for bootin
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libselinux1  1.22-1  SELinux shared libraries
ii  lsb-base 2.0-7   Linux Standard Base 2.0 init scrip
ii  makedev  2.3.1-77creates device files in /dev
ii  sed  4.1.2-8 The GNU sed stream editor

-- no debconf information


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



Bug#321577: does not work at all

2005-08-19 Thread Marco d'Itri
On Aug 19, Frederic Peters [EMAIL PROTECTED] wrote:

  After a recent upgrade the panel applet shows an empty window without
  widgets and when I start the program from the command line I get:
 Could you confirm the workaround added in 0.8-4 fixed this for you ?
Sorry, I forgot to send news to the bug...
Since I upgraded to gnome from unstable about one month ago the bug was
fixed, but I do not know if this happened because of the upgrade or
something else I did.

(OTOH, now I get a message like there is already a panel active after
every login, and do not understand why. gnome-session-properties is not
helping.)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#323634: scite unusable: probably a gtk error, but here also a report

2005-08-19 Thread Florian Ludwig




Michael Vogt wrote:

  On Wed, Aug 17, 2005 at 07:31:11PM +0200, Dino wrote:
  
  
Package: scite
Version: 1.64-1
Severity: important

  
  
Thanks for your bugreport.
  

Oh, no problem ;) 

   
  
  
My scite is unusable... while i'm typing everything in the "textbox"
flies throw it :x
i have take a screenshot.. i think a move would be better to understand,
but lasts... Two of my friends have same / similar problems since about
beginning of august.

  
  
It indeed looks like a gtk and/or upstream problem. The latest release
of scite is 1.65 but it has the same problem (and was very crashy with
my tests so I have not uploaded it yet). 


Cheers,
 Michael

  

Its a realy big bug in gtk... so i realy wondering, why its still
there 

it will send a to libgtk2.0-0, maybee they know more.

Florian




Bug#319202: acknowledged by developer (Configuration problem?)

2005-08-19 Thread Giuseppe Iuculano



Duncan Findlay ha scritto:

Maybe it has to do with the environment from which you call
spamc/spamd.



spamd is running with -u vpopmail, and

[EMAIL PROTECTED]:~$ vuserinfo -d [EMAIL PROTECTED]
/var/lib/vpopmail/domains/test.bogus/giuseppe
[EMAIL PROTECTED]:~$


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



Bug#291781: moreinfo

2005-08-19 Thread Vincent Lefevre
On 2005-02-17 21:10:31 -0700, Kevin Rosenberg wrote:
 I've read the mairix documentation html file. I don't see any
 reference that the contents of all headers are indexed. Can you
 provide a reference that states you should expect that the contents
 X-Spam-Status header should be indexed?

mairix -h says:

word  : match word in whole message

This is possibly a documentation bug then. In this case, it should
say:

word  : match word in message body and main headers

But it would be a good idea to index all the headers, and add the
following:

h:word: match word in headers
w:word: match word in whole message

Note: I didn't receive your message (I've just seen it on the web).
The Debian BTS often forgets to send copies to me. :(

-- 
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 / SPACES project at LORIA


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



Bug#324013: Wish: Allow binding to a specific IP on outbund connections

2005-08-19 Thread Bernhard R. Link
* Sven Mueller [EMAIL PROTECTED] [050819 21:45]:
 I would like reprepro to be able to bind to a specific IP on outgoing
 connections.

Well, reprepro does not contain any downloading code at all, it simply
calls apt's methods from /usr/lib/apt/methods. Or one could write an
new apt-method doing the downloading (There was once one written in
perl for using scp circulating around, which could be takes as example
if there is something like wget with an option for it.) Another
possibility would be to specify a proxy which then connects to
a specific port. 

Hochachtungsvoll,
Bernhard R. Link


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



Bug#324030: swt-gtk: FTBFS on 64 bit arches: error: cast from 'void*' to 'jint' loses precision

2005-08-19 Thread Shaun Jackman
There have been two releases since 3.1M4, namely 3.1 and 3.2M1. From
Eclipse's download page I see that 3.1 was released for Linux x86_64,
so I suspect these bugs were fixed upstream. So, this should be fixed
once I package SWT 3.1.

Cheers,
Shaun
 
2005/8/19, Kurt Roeckx [EMAIL PROTECTED]:
 Package: swt-gtk
 Version: 3.0+3.1M4-4
 Severity: serious
 
 Hi,
 
 Your package is failing to build on 64 bit arches with the
 following error:
...



Bug#324035: mysql-common: MySQL fails to start due to old compatibility line.

2005-08-19 Thread jeremy avnet
Package: mysql-common
Version: 5.0.7beta-1
Severity: grave
Justification: renders package unusable

The following is present in /etc/mysql/my.cnf:

#
# For compatibility to other Debian packages that still use
# libmysqlclient10 and libmysqlclient12.
old_passwords   = 1

With these lines, mysqld fails to start giving the following error in
syslog:

Aug 19 15:12:09 host mysqld[7278]: 050819 15:12:09 /usr/sbin/mysqld: unknown 
variable 'old_passwords=1'

I am up to date with the testing distribution. Some versions not
included here:

mysql-server: 4.0.24-10
libmysqlclient12: 4.0.24-10

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information


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



Bug#324040: bash: Error during completion of LVM LV and PV names

2005-08-19 Thread Paul Brook
Package: bash
Version: 3.0-15
Severity: normal
Tags: patch


Command completion for LVM Physical Volume and Logical Volume names is
broken. For example lvdisplay /dev/tab gives:

awk:  ^ syntax error
awk: {if ($2 ~ /^/dev//) print $2}
awk:   ^ unterminated regexp
awk: cmd. line:1: {if ($2 ~ /^/dev//) print $2}
awk: cmd. line:1:  ^ unexpected newline or end of 
string

Device names typically contain forward slash characters (/).
These need escaping before embedding them in awk patterns.

Patch attached.

Paul

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc6-w
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages bash depends on:
ii  base-files  3.1.6Debian base system miscellaneous f
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libncurses5 5.4-8Shared libraries for terminal hand
ii  passwd  1:4.0.3-37   change and administer password and

bash recommends no packages.

-- no debconf information
--- bash_completion.old 2005-08-19 23:19:02.0 +0100
+++ bash_completion 2005-08-19 23:27:43.0 +0100
@@ -6762,13 +6762,13 @@
 _physicalvolumes()
 {
COMPREPLY=( $( pvscan | \
-   awk '/PV/ {if ($2 ~ /^'$cur'/) print $2}' ) )
+   awk '/PV/ {if ($2 ~ /^'${cur//\//\\\/}'/) print $2}' ) )
 }
 
 _logicalvolumes()
 {
COMPREPLY=( $( lvscan 2/dev/null | \
-   awk -F' '{if ($2 ~ /^'$cur'/) print $2}' ) )
+   awk -F' '{if ($2 ~ /^'${cur//\//\\\/}'/) print $2}' ) )
 }
 
 _units()


Bug#324039: vlc: Fails to initialize libxosd

2005-08-19 Thread Vincent Lönngren
Package: vlc
Version: 0.8.4-svn20050810-2
Severity: normal

Here is the console output from a sample session:

VLC media player 0.8.4-svn20050810 Janus
[0256] xosd interface error: couldn't initialize libxosd
[0256] main interface error: no suitable intf module
[0001] main vlc error: interface xosd,none initialization failed
[0256] xosd interface error: couldn't initialize libxosd
[0256] main interface error: no suitable intf module
[0001] main vlc error: interface xosd,none initialization failed
[EMAIL PROTECTED]:~$

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages vlc depends on:
ii  dbus-1   0.23.4-3simple interprocess messaging syst
ii  liba52-0.7.4 0.7.4-1 Library for decoding ATSC A/52 str
ii  libaa1   1.4p5-28ascii art library
ii  libc62.3.5-4 GNU C Library: Shared libraries an
ii  libdc1394-13 1.1.0-2 high level programming interface f
ii  libdvbpsi4   0.1.5-1 library for MPEG TS and DVB PSI ta
ii  libdvdnav4   0.1.9-3 The DVD navigation library
ii  libdvdread3  0.9.4-5.1   Simple foundation for reading DVDs
ii  libflac6 1.1.1-5.2   Free Lossless Audio Codec - runtim
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libfribidi0  0.10.5-3Free Implementation of the Unicode
ii  libgcc1  1:4.0.1-5   GCC support library
ii  libgcrypt11  1.2.1-4 LGPL Crypto library - runtime libr
ii  libglu1-xorg [libglu 6.8.2.dfsg.1-5  Mesa OpenGL utility library [X.Org
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libgpg-error01.1-4   library for common error values an
ii  libhal0  0.4.8-6 Hardware Abstraction Layer - share
ii  libid3tag0   0.15.1b-7   ID3 tag reading library from the M
ii  liblircclient0   0.7.1pre2-6 LIRC client library
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmodplug0c21:0.7-4.1   shared libraries for mod music bas
ii  libmpeg2-4   0.4.0b-2.1  MPEG1 and MPEG2 video decoder libr
ii  libncurses5  5.4-9   Shared libraries for terminal hand
ii  libogg0  1.1.2-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libraw1394-5 0.10.1-1.1  library for direct access to IEEE 
ii  libslang22.0.4-4 The S-Lang programming library - r
ii  libstdc++6   4.0.1-5 The GNU Standard C++ Library v3
ii  libtar   1.2.11-3C library for manipulating tar arc
ii  libtheora0   0.0.0.alpha4-1.1The Theora Video Compression Codec
ii  libvorbis0a  1.1.0-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.1.0-1 The Vorbis General Audio Compressi
ii  libx11-6 6.8.2.dfsg.1-5  X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-5  X Window System miscellaneous exte
ii  libxinerama1 6.8.2.dfsg.1-5  X Window System multi-head display
ii  libxml2  2.6.20-1GNOME XML library
ii  libxosd2 2.2.14-1.2  X On-Screen Display library - runt
ii  libxv1   6.8.2.dfsg.1-5  X Window System video extension li
ii  ttf-freefont 20031008-1.1Freefont Serif, Sans and Mono True
ii  wxvlc0.8.4-svn20050810-2 wxWindows frontend for VLC
ii  xlibmesa-gl [libgl1] 6.8.2.dfsg.1-5  Mesa 3D graphics library [X.Org]
ii  xlibs6.8.2.dfsg.1-5  X Window System client libraries m
ii  zlib1g   1:1.2.3-3   compression library - runtime

Versions of packages vlc recommends:
ii  ttf-thryomanes1:1.2  A Unicode font covering Latin, Gre
ii  videolan-doc  20040819-1 documentation for the VideoLAN str

-- no debconf information


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



Bug#324037: subversion: segv during export

2005-08-19 Thread dann frazier
Package: subversion
Version: 1.2.0-1
Severity: normal

svn segvs when I try to export a local directory.  The file it seems to trip
over  (2.6.8-15.hpde1) has just been removed (and committed) from the
repository.  svn status shows no pending changes.  I can perform a remote
export just fine.

[EMAIL PROTECTED]:~/svn/hpde/branches/packages/kernel-source-2.6.8$ rm -rf 
/tmp/hpde/ [EMAIL PROTECTED]:~/svn/hpde/branches/packages/kernel-source-2.6.8$ 
svn export hpde /tmp/hpde
Segmentation fault (core dumped)
[EMAIL PROTECTED]:~/svn/hpde/branches/packages/kernel-source-2.6.8$ gdb 
/usr/bin/svn core
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as ia64-linux...Using host libthread_db library 
/lib/tls/libthread_db.so.1.

Core was generated by `svn export hpde /tmp/hpde'.
Program terminated with signal 11, Segmentation fault.

warning: current_sos: Can't read pathname for load map: Input/output error

Reading symbols from /usr/lib/libsvn_client-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_client-1.so.0
Reading symbols from /usr/lib/libsvn_wc-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_wc-1.so.0
Reading symbols from /usr/lib/libsvn_ra-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_ra-1.so.0
Reading symbols from /usr/lib/libsvn_delta-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_delta-1.so.0
Reading symbols from /usr/lib/libsvn_subr-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_subr-1.so.0
Reading symbols from /usr/lib/libaprutil-0.so.0...done.
Loaded symbols for /usr/lib/libaprutil-0.so.0
Reading symbols from /usr/lib/libldap_r.so.2...done.
Loaded symbols for /usr/lib/libldap_r.so.2
Reading symbols from /usr/lib/liblber.so.2...done.
Loaded symbols for /usr/lib/liblber.so.2
Reading symbols from /usr/lib/libdb-4.2.so...done.
Loaded symbols for /usr/lib/libdb-4.2.so
Reading symbols from /usr/lib/libexpat.so.1...done.
Loaded symbols for /usr/lib/libexpat.so.1
Reading symbols from /usr/lib/libapr-0.so.0...done.
Loaded symbols for /usr/lib/libapr-0.so.0
Reading symbols from /lib/tls/librt.so.1...Reading symbols from 
/usr/lib/debug/lib/tls/librt-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/librt.so.1
Reading symbols from /lib/tls/libnsl.so.1...Reading symbols from 
/usr/lib/debug/lib/tls/libnsl-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libnsl.so.1
Reading symbols from /usr/lib/libneon.so.24...done.
Loaded symbols for /usr/lib/libneon.so.24
Reading symbols from /usr/lib/libssl.so.0.9.7...done.
Loaded symbols for /usr/lib/libssl.so.0.9.7
Reading symbols from /usr/lib/libcrypto.so.0.9.7...done.
Loaded symbols for /usr/lib/libcrypto.so.0.9.7
Reading symbols from /usr/lib/libxml2.so.2...done.
Loaded symbols for /usr/lib/libxml2.so.2
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/tls/libpthread.so.0...Reading symbols from 
/usr/lib/debug/lib/tls/libpthread-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libpthread.so.0
Reading symbols from /lib/tls/libm.so.6.1...Reading symbols from 
/usr/lib/debug/lib/tls/libm-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libm.so.6.1
Reading symbols from /lib/tls/libc.so.6.1...Reading symbols from 
/usr/lib/debug/lib/tls/libc-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libc.so.6.1
Reading symbols from /usr/lib/libsvn_diff-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_diff-1.so.0
Reading symbols from /usr/lib/libsvn_ra_local-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_ra_local-1.so.0
Reading symbols from /usr/lib/libsvn_repos-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_repos-1.so.0
Reading symbols from /usr/lib/libsvn_fs-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_fs-1.so.0
Reading symbols from /usr/lib/libsvn_ra_svn-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_ra_svn-1.so.0
Reading symbols from /usr/lib/libsvn_ra_dav-1.so.0...done.
Loaded symbols for /usr/lib/libsvn_ra_dav-1.so.0
Reading symbols from /lib/tls/libdl.so.2...Reading symbols from 
/usr/lib/debug/lib/tls/libdl-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libdl.so.2
Reading symbols from /lib/tls/libcrypt.so.1...Reading symbols from 
/usr/lib/debug/lib/tls/libcrypt-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libcrypt.so.1
Reading symbols from /lib/tls/libresolv.so.2...Reading symbols from 
/usr/lib/debug/lib/tls/libresolv-2.3.5.so...done.
done.
Loaded symbols for /lib/tls/libresolv.so.2
Reading symbols from /usr/lib/libsasl2.so.2...done.
Loaded symbols for /usr/lib/libsasl2.so.2
Reading symbols from /usr/lib/libgnutls.so.11...done.
Loaded symbols for /usr/lib/libgnutls.so.11
Reading symbols from /lib/ld-linux-ia64.so.2...Reading symbols from 

Bug#324034: base-config 2.70 uninstallable

2005-08-19 Thread Steve Kemp
Package: base-config
Version: 2.70
Severity: important
Tags: patch

  When attempting to upgraded today I see the following error:

Setting up base-config (2.70) ...
/var/lib/dpkg/info/base-config.postinst: line 59: syntax error near unexpected
token `db_fset'
dpkg: error processing base-config (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 base-config
E: Sub-process /usr/bin/dpkg returned an error code (1)


  The patch below fixes this issue.

Steve
-- 

--- /var/lib/dpkg/info/base-config.postinst~2005-08-19 23:22:53.0
+0100
+++ /var/lib/dpkg/info/base-config.postinst 2005-08-19 23:22:12.0
+0100
@@ -54,7 +54,7 @@
apt-setup/non-free apt-setup/contrib apt-setup/badsource \
apt-setup/another apt-setup/badedit \
apt-setup/security-updates \
-   apt-setup/security-updates-failed \
+   apt-setup/security-updates-failed ;
do 
db_fset $q seen false || true
done



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



Bug#324036: gnomad2: FTBFS: undefined reference to `NJB_Get_SDMI_ID'

2005-08-19 Thread Kurt Roeckx
Package: gnomad2
Version: 2.8.0-1
Severity: serious

Hi,

Your package is failing to build on alot of arches with the
following error:
gcc  -g -O2   -o gnomad2  id3read.o gnomad2.o prefs.o filenaming.o jukebox.o 
util.o mp3file.o editmeta.o filesystem.o playlists.o xfer.o data.o player.o 
metadata.o wmaread.o wavfile.o -pthread -Wl,--export-dynamic -L/usr/X11R6/lib 
-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt 
-lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 
-lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lm 
-lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lnjb -lusb -lid3tag -lz
jukebox.o: In function `hd2jb_thread':
/build/buildd/gnomad2-2.8.0/src/jukebox.c:1406: warning: the use of `tmpnam' is
 dangerous, better use `mkstemp'
jukebox.o: In function `jukebox_get_deviceinfo_dialog':
jukebox.c:(.text+0x72c): undefined reference to `NJB_Get_SDMI_ID'
jukebox.c:(.text+0xa1c): undefined reference to `NJB_Get_Device_Name'
jukebox.c:(.text+0xb84): undefined reference to `NJB_Get_Auxpower'
jukebox.c:(.text+0xd14): undefined reference to `NJB_Get_Battery_Charging'
jukebox.c:(.text+0x1d78): undefined reference to `NJB_Get_Firmware_Revision'
jukebox.c:(.text+0x1e54): undefined reference to `NJB_Get_Hardware_Revision'
collect2: ld returned 1 exit status
make[2]: *** [gnomad2] Error 1



Kurt



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



Bug#324042: nvidia-kernel-source: should take into account make-kpkg --stem option

2005-08-19 Thread Julien Valroff
Package: nvidia-kernel-source
Version: 1.0.7174-4
Severity: wishlist
Tags: patch

Please find attached patches to 1.0.7174-4 debian.module/rules and 
debian.module/control.template
that allow the use of make-kpkg --stem option (or alternatively of $KPKG_STEM 
environment variable).
If none is specified, then the defaults kernel value is applied.

These changes should also be documented in the README.Debian, as default linux 
kernel packages are now called
linux-{image,doc...}.

Please add these patches in the next release.

Cheers
Julien


-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (1100, 'stable'), (990, 'testing'), (10, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-ck5-neptune-20050806.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 4.9.5  helper programs for debian/rules
ii  dpatch2.0.14 patch maintenance system for Debia
ii  make  3.80-9 The GNU version of the make util
ii  sed   4.1.2-8The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.9.4  Scripts to make the life of a Debi
ii  kernel-package9.001  A utility for building Linux kerne
ii  nvidia-glx1.0.7174-4 NVIDIA binary XFree86 4.x driver

-- no debconf information
--- control.template.orig   2005-08-20 00:44:55.0 +0200
+++ control.template2005-08-20 00:22:20.0 +0200
@@ -9,7 +9,7 @@
 Architecture: i386 amd64
 Provides: nvidia-kernel-1.0.7174
 Depends: nvidia-kernel-common (= 1.0.7174)
-Recommends: kernel-image-#KVERS#
+Recommends: #STEM#-image-#KVERS#
 Description: NVIDIA binary kernel module for Linux #KVERS#
  These XFree86 4.0 binary drivers provide optimized hardware acceleration of 
  OpenGL applications via a direct-rendering X Server and support the TNT,
--- rules.orig  2005-08-20 00:43:36.0 +0200
+++ rules   2005-08-20 00:40:49.0 +0200
@@ -17,6 +17,12 @@
 KSRC:=$(KSRC)
 KVERS:=${KVERS}
 
+ifndef KPKG_STEM
+STEM:=kernel
+else
+STEM:=${KPKG_STEM}
+endif
+
 # 6106 has builtin sysfs support supposedly 
 NV_PATCH_SYSFS ?= 0
 
@@ -175,7 +181,7 @@
dh_testroot
dh_clean -k
 
-   sed 's/#KVERS#/$(KVERS)/g' debian/control.template  
$(CURDIR)/debian/control
+   sed -e 's/#KVERS#/$(KVERS)/g' -e 's/#STEM#/$(STEM)/g' 
debian/control.template  $(CURDIR)/debian/control
sed 's/#KVERS#/$(KVERS)/g' debian/dirs.template  $(CURDIR)/debian/dirs
sed 's/#KVERS#/$(KVERS)/g' debian/override.template  
$(CURDIR)/debian/override
 


Bug#324043: kernel-package: It should be possible to change the default distribution

2005-08-19 Thread Julien Valroff
Package: kernel-package
Version: 9.001
Severity: wishlist

make-kpkg should give the possibility to change the default distribution to 
whatever else than
unstable.
This could be an command line option to make-kpkg, or an entry in 
/etc/kernel-pkg.conf, in the
same way as it is possible to change the default priority.

Many thanks in advance for your comments.

Cheers,
Julien



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



Bug#324041: libtomcat5-java missed dependency on libcommons-launcher-java

2005-08-19 Thread Michael Koch
Package: libtomcat5-java
Version: 5.0.30-4
Severity: normal


libtomcat5-java includes a symbolic link from
/usr/share/tomcat5/bin/commons-launcher.jar to
../../java/commons-launcher.jar.

Unfortunately it doesnt depend on libcommons-launcher-java so the link
can be broken from install time. I think this dependency was just
forgotten.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages libtomcat5-java depends on:
ii  ant   1.6.5-1Java based build tool like make
ii  libcommons-beanutils-java 1.6.1-4utility for manipulating JavaBeans
ii  libcommons-collections3-java  3.1-2  A set of abstract data type interf
ii  libcommons-daemon-java1.0-5  Java API to launch java applicatio
ii  libcommons-dbcp-java  1.2.1-2Database Connection Pooling Servic
ii  libcommons-digester-java  1.5.0.1-4  Rule based XML Java object mapping
ii  libcommons-el-java1.0-1  Implementation of the JSP2.0 Expre
ii  libcommons-fileupload-java1.0-12 File upload capability to your ser
ii  libcommons-logging-java   1.0.4-2The commmon wrapper interface for 
ii  libcommons-modeler-java   1.1-5  A convenience library to use Java 
ii  libmx4j-java  2.0.1-4An open source implementation of t
ii  libregexp-java1.3-1  regular expression library for Jav
ii  libservlet2.4-java5.0.30-1   Servlet 2.4 and JSP 2.0 Java class
ii  libxerces2-java   2.6.2-2Validating XML parser for Java wit

libtomcat5-java recommends no packages.

-- no debconf information


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



Bug#324044: mysql-common: 'old_passwords

2005-08-19 Thread Bozhan Boiadzhiev
Package: mysql-common
Version: 5.0.7beta-1
Severity: normal

unknown variable 'old_passwords=1'
after update mysql wont start
with error about sockets
rununig only mysqld from prompt give me this

uknown variable 'old_passwords=1'
commenting it in my.cfn fix problem

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

-- no debconf information


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



Bug#324045: python2.3-cairo: The example program. hangman.py, does not run because of a missing module - cairo.gtk

2005-08-19 Thread Kim Kulak
Package: python2.3-cairo
Version: 0.9.0-3
Severity: normal


The hangman.py example program included with python2.3-cairo does not
run because the cairo.gtk module is missing.

[EMAIL PROTECTED]:~/Python$ python hangman.py
Traceback (most recent call last):
  File hangman.py, line 32, in ?
  import cairo.gtk
  ImportError: No module named gtk



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.7-peg
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages python2.3-cairo depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libcairo2 0.9.2-2The Cairo 2D vector graphics libra
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  python2.3 2.3.5-7An interactive high-level object-o
ii  zlib1g1:1.2.3-3  compression library - runtime

python2.3-cairo recommends no packages.

-- no debconf information


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



Bug#324047: Please build sdcc-libraries with pic16 support

2005-08-19 Thread Michael Biebl
Package: sdcc-libraries
Severity: wishlist
Tags: patch

The pic16 support is disabled by default as it needs gputils for
compilation and gputils is not available on the sourceforge compilation
farms where the project is hosted. Please compile sdcc with pic16 support. 
A patch is attached.

Thanks,
Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -ur sdcc-2.5.0.orig/debian/control sdcc-2.5.0/debian/control
--- sdcc-2.5.0.orig/debian/control  2005-08-20 01:31:27.0 +0200
+++ sdcc-2.5.0/debian/control   2005-08-20 01:47:04.0 +0200
@@ -2,7 +2,7 @@
 Section: electronics
 Priority: optional
 Maintainer: Aurelien Jarno [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0.0), flex, bison, libncurses5-dev 
+Build-Depends: debhelper ( 4.0.0), flex, bison, libncurses5-dev, gputils
 Build-Depends-Indep: lyx-xforms ( 1.3.1) | lyx ( 1.3.1), tetex-bin, 
tetex-extra, gs-common, gs
 Standards-Version: 3.6.1
 
@@ -25,6 +25,7 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: sdcc ( 2.3.8+cvs20040218-1)
+Recommends: gputils
 Description: Small Device C Compiler (libraries)
  SDCC is a C compiler for the Intel MCS51 family, AVR, HC08, PIC
  and Z80 microcontrollers.
diff -ur sdcc-2.5.0.orig/debian/rules sdcc-2.5.0/debian/rules
--- sdcc-2.5.0.orig/debian/rules2005-08-20 01:31:27.0 +0200
+++ sdcc-2.5.0/debian/rules 2005-08-20 01:41:32.0 +0200
@@ -46,6 +46,12 @@
 
 config.status: configure
dh_testdir
+   cd device/lib/pic16
+   ./configure \
+   --host=$(DEB_HOST_GNU_TYPE) \
+   --build=$(DEB_BUILD_GNU_TYPE) \
+   --prefix=/usr
+   cd ../../..
./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
diff -ur sdcc-2.5.0.orig/device/lib/Makefile.in 
sdcc-2.5.0/device/lib/Makefile.in
--- sdcc-2.5.0.orig/device/lib/Makefile.in  2005-04-14 15:42:22.0 
+0200
+++ sdcc-2.5.0/device/lib/Makefile.in   2005-08-20 01:32:26.0 +0200
@@ -170,7 +170,7 @@
 
 # Compiling entire program or any subproject
 # --
-all: checkconf models model-ds390 model-ds400 model-z80 model-gbz80 model-hc08
+all: checkconf models model-ds390 model-ds400 model-z80 model-gbz80 model-hc08 
model-pic16
 
 # model-pic16
 # (needs gputils curently not available of sourceforge's compile farm)


Bug#323757: unsubscribe

2005-08-19 Thread Andres Ruarte


-Mensaje original-
De: Barry Hawkins [mailto:[EMAIL PROTECTED] 
Enviado el: Viernes, 19 de Agosto de 2005 05:41 p.m.
Para: [EMAIL PROTECTED]
Asunto: Bug#323757: Similar build failure across multiple modules

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

To further confirm this bug, I can report that the same type of failure
occurs when building ieee80211-source, ipw2200-source, and thinkpad-source.

Regards,
- --
Barry Hawkins
All Things Computed
site: www.alltc.com
weblog: www.yepthatsme.com

Registered Linux User #368650
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDBkPFHuKcDICy0QoRAmjRAJ9w0K9h3H+RQK/QNDx8P9MxU0HYZQCg8kAB
6ikmgusp3d3MWinrS5yn178=
=NjQa
-END PGP SIGNATURE-


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



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



Bug#322825: Bug#322739: Possibility of working around this bug in stable

2005-08-19 Thread Chris Lawrence
On 8/19/05, Don Armstrong [EMAIL PROTECTED] wrote:
 On Fri, 19 Aug 2005, Chris Lawrence wrote:
  As indicated, the user-agent should be reportbug/([0-9.]+)
  (Debian). I'm not sure where the python-urllib requests are coming
  from that someone reported; they are probably bugs (i.e. I forgot to
  supply the user-agent properly somewhere).
 
 What version are you planning on fixing this in? I ask because we'll
 want to be able to get rid of this kludge in the rewrite rules in the
 future since it is suboptimal and we don't really want to be
 supporting two separate versions of the cgi scripts.

My hope was to fix it in the next release... I had been planning a
substantial rewrite, but I think I can rewrite to use the mbox code
fairly easily.


Chris
-- 
Chris Lawrence - http://blog.lordsutch.com/



Bug#321959: Bad section for libselinux1-dev and selinux-utils

2005-08-19 Thread Vincent Lefevre
reopen 321959
thanks

On 2005-08-13 23:23:06 -0500, Manoj Srivastava wrote:
 Are you sure? Here is the control file:
[...]

The problem is still there. If all is correct in the source, perhaps
the packages should be rebuilt?

BTW, http://packages.qa.debian.org/libs/libselinux.html says:

There were override disparities found in suite unstable:
* libselinux1: Override says libs - optional, .deb says base - required
* selinux-utils: Override says libs - optional, .deb says admin -
  optional ({partial})
* libselinux1-dev: Override says libs - optional, .deb says
  libdevel - optional ({partial})

-- 
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 / SPACES project at LORIA


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



Bug#324048: [Fwd: Log for successful build of neutrino_0.8.4-3 (dist=unstable)]

2005-08-19 Thread dann frazier
Package: neutrino
Version: 0.8.4-3
Severity: important
Tags: patch

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

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

diff -urN neutrino-0.8.4.orig/id3/mp3file.c neutrino-0.8.4/id3/mp3file.c
--- neutrino-0.8.4.orig/id3/mp3file.c   2005-04-25 18:28:08.0 -0600
+++ neutrino-0.8.4/id3/mp3file.c2005-08-19 17:57:44.0 -0600
@@ -26,6 +26,7 @@
 #include string.h
 #include stdlib.h
 #include nomad-id3-util.h
+#include ../libnomad/nomad-util.h
 
 /*
  * The following code is extracted from gtkpod, which in turn
diff -urN neutrino-0.8.4.orig/id3/nomad-id3-filename.c 
neutrino-0.8.4/id3/nomad-id3-filename.c
--- neutrino-0.8.4.orig/id3/nomad-id3-filename.c2005-04-25 
18:27:51.0 -0600
+++ neutrino-0.8.4/id3/nomad-id3-filename.c 2005-08-19 17:59:26.0 
-0600
@@ -29,6 +29,8 @@
 
 #include nomad-id3-filename.h
 
+#include nomad-id3-util.h
+
 static const gchar *chomp_strings[] = {
/* What a decoder is it that puts !s at the end of every filename
 * and a N01Songtitle thing at the beginning of the file??? */

---BeginMessage---
Function `seconds_to_mmss' implicitly converted to pointer at mp3file.c:984
Function `nomad_id3_unescape_string' implicitly converted to pointer at 
nomad-id3-filename.c:460
---End Message---


Bug#289181: obexftp, Nokia 6680, and --FBS

2005-08-19 Thread Hendrik Sattler
Hi,

Am Dienstag, 16. August 2005 14:55 schrieb Jukka Suomela:
 It seems that I had the same problem with my Nokia 6680 as described in
 the bug report #289181. I use a USB-Bluetooth dongle to communicate
 with the device, and I have the latest packages from Debian unstable.
 All obexftp commands failed just like described in the bug report.

 I finally found a solution. I followed the instructions by Daniel Burr
 [1] to compile patched versions of the openobex library and obexftp.
 Yes, these instructions are primarily aimed at providing support for a
 USB cable instead of Bluetooth, and this is not interesting here.

Indeed. Additionally, the USB support is not fully sorted out, yet.

 However, the key point turned out to be the following: The obexftp
 patch [2] not only enables the USB support, but also adds a new command
 line switch:

   -F, --FBSdon't use the Folder Directory Service

 If I use the patched version of these tools _with_ the -F switch, things
 work ok. I can list directories files by using commands like these:

 obexftp -F -b 00:... -B 12 -l
 obexftp -F -b 00:... -B 12 -l 'E:/'
 obexftp -F -b 00:... -B 12 -l 'E:/Images/'

 or these:

 obexftp -F -b 00:... -B 12 -c 'E:' -l
 obexftp -F -b 00:... -B 12 -c 'E:/Images' -l

 and I can get and put files by using commands like these:

 obexftp -F -b 00:... -B 12 -c 'E:/Images' -g 'foo.jpg'
 obexftp -F -b 00:... -B 12 -c 'E:/Images' -p 'foo.jpg'

 (Careful with trailing slashes; for some reason the commands have to be
 exactly as shown above; see also [1].)

 Without -F it fails, just like the original Debian version.

I don't think that this patch does it the right way by introducing yet another 
strange option. Would it work to patch obexftp/client.c to try again with no 
UUID if UUID_FBS fails?
The patch from the USB patch does not even do the help string right (it's 
callled folder browsing service).

HS


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



Bug#324000: pbuilder: doesn't dump configuration when there is no base.tgz yet

2005-08-19 Thread Junichi Uekawa
Hi,

 ([EMAIL PROTECTED])~#pbuilder dumpconfig
 W: /root/.pbuilderrc does not exist
 Building the build Environment
  - extracting base tarball [/var/cache/pbuilder/base.tgz]
 E: failed to find /var/cache/pbuilder/base.tgz, have you done pbuilder 
 create to create your base tarball yet?
 ([EMAIL PROTECTED])~#
 
 The problem is that I want to ensure that options are set properly _before_
 I'm going to download lot of data.

Hmm... okay.
I doubt if it will really help, other than to troubleshoot,
but I'll keep your wishlist bug open just in case someone else 
also wants this feature.

regards,
junichi
-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 


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



Bug#323661: pbuilder: [crreate command] fails, but does not signal error (error while loading shared libraries)

2005-08-19 Thread Junichi Uekawa
reassign 323661 debootstrap
retitle debootstrap does not exit with error-code on failure
thanks

I *thought* this bug has been fixed the latest version of debootstrap,
but it reappeared?

erm... could it be:
0.3.1.4
  * Wrap eval statement in exit_function in parens, working around
bug #315444 in busybox sh. Closes: #314373



 Package: pbuilder
 Version: 0.128
 Severity: normal
 
 There is something missing from the error checking. The program should stop
 if it faild to create the jail. See below.
 
 cante:/usr/src/net/jwm-0.23# pbuilder create
 W: /root/.pbuilderrc does not exist
 Distribution is sid.
 Building the build environment
  - running debootstrap
 I: Retrieving Release
 I: Retrieving Packages
 ...
 I: Configuring console-common...
 W: Failure while configuring base packages.  This will be attempted 5 times.
 W: Failure while configuring base packages.  This will be attempted 5 times.
 W: Failure while configuring base packages.  This will be attempted 5 times.
 W: Failure while configuring base packages.  This will be attempted 5 times.
 W: Failure while configuring base packages.  This will be attempted 5 times.
 I: Base system installed successfully.
  - debootstrap finished
  - copying local configuration
   - Installing apt-lines
 Refreshing the base.tgz 
  - upgrading packages
  - mounting /proc filesystem
  - mounting /dev/pts filesystem
  - installing dummy policy-rc.d
 /usr/bin/apt-get: error while loading shared libraries: libstdc++.so.6: 
 cannot open shared object file: No such file or directory
  - Aborting with an error
  - unmounting dev/pts filesystem
  - unmounting proc filesystem
  - cleaning the build env 
 - removing directory /var/cache/pbuilder/build//10970 and its 
 subdirectories
 
 
 -- System Information:
 Debian Release: testing/unstable
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'stable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.11-1-686
 Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
 
 Versions of packages pbuilder depends on:
 ii  coreutils 5.2.1-2The GNU core utilities
 ii  debianutils   2.14.2 Miscellaneous utilities specific 
 t
 ii  debootstrap   0.3.1.5Bootstrap a basic Debian system
 ii  gcc   4:4.0.1-3  The GNU C compiler
 ii  wget  1.10-3+1.10.1beta1 retrieves files from the web
 
 Versions of packages pbuilder recommends:
 ii  devscripts2.9.4  Scripts to make the life of a 
 Debi
 ii  fakeroot  1.4.2  Gives a fake root environment
 ii  sudo  1.6.8p9-2  Provide limited super user 
 privile
 
 -- no debconf information
 


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



Bug#324058: FTBFS: Unsatisfiable build-dependency on libjack0.80.0-dev

2005-08-19 Thread Matt Kraai
Package: soundtracker
Version: 0.6.7-5
Severity: serious
Tags: patch

soundtracker fails to build because its build-dependency on
libjack0.80.0-dev cannot be satisfied:

  - Considering  libjack0.80.0-dev
- Trying libjack0.80.0-dev
- Cannot install libjack0.80.0-dev; apt errors follow:
 Reading package lists...
 Building dependency tree...
 E: Couldn't find package libjack0.80.0-dev
 W: Unable to locate package libjack0.80.0-dev
 E: Could not satisfy build-dependency.

Making it build-depend on libjack0.100.0-dev instead fixes this
problem.

-- 
Matt
diff -u soundtracker-0.6.7/debian/control soundtracker-0.6.7/debian/control
--- soundtracker-0.6.7/debian/control
+++ soundtracker-0.6.7/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Junichi Uekawa [EMAIL PROTECTED]
 Standards-Version: 3.6.1
-Build-Depends: debhelper, libgnome-dev, libsndfile1-dev, gettext, libesd0-dev, 
libgdk-pixbuf-dev, libasound2-dev, dpatch, libjack0.80.0-dev
+Build-Depends: debhelper, libgnome-dev, libsndfile1-dev, gettext, libesd0-dev, 
libgdk-pixbuf-dev, libasound2-dev, dpatch, libjack0.100.0-dev
 
 Package: soundtracker
 Architecture: any


signature.asc
Description: Digital signature


Bug#324059: FTBFS: Missing declaration of zexplosion

2005-08-19 Thread Matt Kraai
Package: tecnoballz
Version: 0.91-2
Severity: serious
Tags: patch

tecnoballz fails to build because it does not declare zexplosion
before it uses it:

 g++  -O3 -Wall -pthread -D_REENTRANT -I/usr/X11R6/includes -c -o 
 src/gard_tecno.o src/gard_tecno.cc
 src/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/zeGigaBlit.h:50:
  error: ISO C++ forbids declaration of 'zexplosion' with no type
 src/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/zeGigaBlit.h:50:
  error: expected ';' before '*' token
 src/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/zeGigaBlit.h:73:
  error: 'zexplosion' has not been declared
 src/gard_tecno.cc: In member function 'virtual Sint32 
 gard_tecno::first_init()':
 src/gard_tecno.cc:109: error: no matching function for call to 
 'zeGigaBlit::init_liste(zeRaquette*, zexplosion*)'
 src/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/zeGigaBlit.h:69:
  note: candidates are: Sint32 zeGigaBlit::init_liste(zeRaquette*, 
 head_anima*, lesBriques*)
 src/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/../include/zeGigaBlit.h:73:
  note: Sint32 zeGigaBlit::init_liste(zeRaquette*, int*)

The following patch makes zeGigiBlit.h include zexplosion.h, which
fixes the problem.

-- 
Matt
only in patch2:
unchanged:
--- tecnoballz-0.91.orig/include/zeGigaBlit.h
+++ tecnoballz-0.91/include/zeGigaBlit.h
@@ -36,6 +36,7 @@
 #include ../include/objet_gere.h
 #include ../include/head_anima.h
 #include ../include/lesBriques.h
+#include ../include/zexplosion.h
 
//...
 class zeGigaBlit:public objet_gere  giga_blitz 
 {  friend classgiga_blitz;


signature.asc
Description: Digital signature


Bug#324055: FTBFS: Can't include X11/extensions/Xinerama.h

2005-08-19 Thread Matt Kraai
Package: swt-motif
Version: 3.0-5
Severity: serious
Tags: patch

swt-motif fails to build because it can't include
X11/extensions/Xinerama.h:

 cc -O -s -DSWT_VERSION=3062 -DLINUX -DMOTIF  -fpic -I./ 
 -I/bluebird/teamswt/swt-builddir/IBMJava2-141/include 
 -I/bluebird/teamswt/swt-builddir/motif21/include -I/usr/X11R6/include  -c os.c
 In file included from os_structs.h:12,
  from os.c:13:
 os.h:31:37: error: X11/extensions/Xinerama.h: No such file or directory
 In file included from os.c:13:
 os_structs.h:352: error: syntax error before '*' token
 os_structs.h:352: error: syntax error before 'XineramaScreenInfo'
 os_structs.h:352: warning: data definition has no type or storage class
 os_structs.h:353: error: syntax error before 'XineramaScreenInfo'
 os.c: In function 
 'Java_org_eclipse_swt_internal_motif_OS_memmove__Lorg_eclipse_swt_internal_motif_XineramaScreenInfo_2II':
 os.c:5368: error: 'XineramaScreenInfo' undeclared (first use in this function)
 os.c:5368: error: (Each undeclared identifier is reported only once
 os.c:5368: error: for each function it appears in.)
 os.c:5368: error: syntax error before '_arg0'
 os.c:5370: error: 'lparg0' undeclared (first use in this function)
 os.c:5370: error: '_arg0' undeclared (first use in this function)

The header file is contained in libxinerama-dev.  The attached patch
adds a build-dependency on that package, which fixes this bug.

-- 
Matt
diff -u swt-motif-3.0/debian/control swt-motif-3.0/debian/control
--- swt-motif-3.0/debian/control
+++ swt-motif-3.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Shaun Jackman [EMAIL PROTECTED]
-Build-Depends: gcj, libgcj-dev, lesstif2-dev, libgnomeui-dev, libxtst-dev, 
fastjar, debhelper (= 4.0.0)
+Build-Depends: gcj, libgcj-dev, lesstif2-dev, libgnomeui-dev, libxtst-dev, 
fastjar, debhelper (= 4.0.0), libxinerama-dev
 Standards-Version: 3.6.1.0
 
 Package: libswt-motif3-java


signature.asc
Description: Digital signature


Bug#324054: FTBFS: Can't read libasound.la

2005-08-19 Thread Matt Kraai
Package: swami
Version: 0.9.2-5
Severity: serious
Tags: patch

swami fails to build because it can't read libasound.la:

 /bin/sh ../../libtool --mode=link cc  -g -g -Wall -O2 -Wall   -o 
 wavetbl_fluidsynth.la -rpath /usr/lib/swami -module -avoid-version  
 wavetbl_fluidsynth_la-wavetbl_fluidsynth.lo 
 wavetbl_fluidsynth_la-wavetbl_fluidsynth_gui.lo -lfluidsynth   -L/usr/lib 
 -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread 
 -ldl -lXi -lXext -lX11 -lm 
 grep: /usr/lib/libasound.la: No such file or directory
 /bin/sed: can't read /usr/lib/libasound.la: No such file or directory
 libtool: link: `/usr/lib/libasound.la' is not a valid libtool archive

This file is contained in libasound2-dev.  The attached patch adds
this package to the list of build-dependencies, which fixes the build.

-- 
Matt
diff -u swami-0.9.2/debian/control swami-0.9.2/debian/control
--- swami-0.9.2/debian/control
+++ swami-0.9.2/debian/control
@@ -2,7 +2,7 @@
 Section: sound
 Priority: optional
 Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0.0), cdbs, bzip2, libsndfile1-dev, 
libgtk1.2-dev, pkg-config, libfluidsynth-dev, libpopt-dev, libpng-dev, 
ladcca-dev, libjack-dev
+Build-Depends: debhelper ( 4.0.0), cdbs, bzip2, libsndfile1-dev, 
libgtk1.2-dev, pkg-config, libfluidsynth-dev, libpopt-dev, libpng-dev, 
ladcca-dev, libjack-dev, libasound2-dev
 Standards-Version: 3.6.1.1
 
 Package: swami
only in patch2:
unchanged:
--- swami-0.9.2.orig/swami-0.9.2.tar.bz2.cdbs-config_list
+++ swami-0.9.2/swami-0.9.2.tar.bz2.cdbs-config_list
@@ -0,0 +1,5 @@
+swami-0.9.2/src/include/config.h.in
+swami-0.9.2/intl/config.charset
+swami-0.9.2/config.guess
+swami-0.9.2/config.rpath
+swami-0.9.2/config.sub


signature.asc
Description: Digital signature


Bug#324053: FTBFS: Segmentation fault

2005-08-19 Thread Matt Kraai
Package: swi-prolog
Version: 5.2.13-1
Severity: serious

swi-prolog fails to build because it segmentation faults:

 
 * QLF compilation of emacs/emacs
 
 /tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/bin/i386/xpce
  -O -g qcompile('emacs/emacs') -t halt -- -nopce
 %  library(quintus) compiled into quintus 0.00 sec, 22,456 bytes
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/boot/pce_principal.pl:104):
   foreign_library `foreign(pl2xpce)' does not exist
 [WARNING: 
 /tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/boot/pce_principal.pl:104:
  (loading 
 /tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce/lib/i386/pl2xpce.so)
  directive failed: pce_principal: (initialization pce_host:$load_pce)]
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/boot/pce_principal.pl:428):
   exception handler failed to define predicate pce:object/1
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/boot/pce_principal.pl:428):
   exception handler failed to define predicate pce:send/2
 [WARNING: 
 /tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/boot/pce_principal.pl:428:
  (loading 
 /tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce/lib/i386/pl2xpce.so)
  directive failed: pce_principal: (initialization 
 object(@prolog)-true;send(@host, name_reference, prolog))]
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/3 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:free/1 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/12 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/13 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/4 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/11 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/6 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/4 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/11 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/9 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/5 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/10 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/12 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/8 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/7 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/7 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:send/5 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import pce:get/8 into pce_principal
 ERROR: 
 (/tmp/buildd/swi-prolog-5.2.13/debian/swi-prolog-tmp/usr/lib/swi-prolog/xpce-6.2.13/prolog/lib/emacs/emacs.pl:34):
   Failed to import 

Bug#324050: FTBFS: Jumps into statement expressions

2005-08-19 Thread Matt Kraai
Package: soundmodem
Version: 0.9-1
Severity: serious
Tags: patch

soundmodem fails to build because it contains jumps into statement
expressions:

 if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gnome-xml -I../matlib 
 -I../libmisc -I../directx/include -I../directx/include/directx6 -g -O2 
 -Wall -O2 -MT kisspkt.o -MD -MP -MF .deps/kisspkt.Tpo \
   -c -o kisspkt.o `test -f 'kisspkt.c' || echo './'`kisspkt.c; \
 then mv -f .deps/kisspkt.Tpo .deps/kisspkt.Po; \
 else rm -f .deps/kisspkt.Tpo; exit 1; \
 fi
 kisspkt.c: In function 'hdlc_encode':
 kisspkt.c:221: error: jump into statement expression
 kisspkt.c:230: error: jump into statement expression
 kisspkt.c:222: error: jump into statement expression
 kisspkt.c:231: error: jump into statement expression
 kisspkt.c:223: error: jump into statement expression
 kisspkt.c:232: error: jump into statement expression
 kisspkt.c:224: error: jump into statement expression
 kisspkt.c:233: error: jump into statement expression
 kisspkt.c:225: error: jump into statement expression
 kisspkt.c:234: error: jump into statement expression
 kisspkt.c:226: error: jump into statement expression
 kisspkt.c:235: error: jump into statement expression
 kisspkt.c:227: error: jump into statement expression
 kisspkt.c:236: error: jump into statement expression
 kisspkt.c:228: error: jump into statement expression
 kisspkt.c:237: error: jump into statement expression
 kisspkt.c:237: warning: label 'encodeend7' defined but not used
 kisspkt.c:236: warning: label 'encodeend6' defined but not used
 kisspkt.c:235: warning: label 'encodeend5' defined but not used
 kisspkt.c:234: warning: label 'encodeend4' defined but not used
 kisspkt.c:233: warning: label 'encodeend3' defined but not used
 kisspkt.c:232: warning: label 'encodeend2' defined but not used
 kisspkt.c:231: warning: label 'encodeend1' defined but not used
 kisspkt.c:230: warning: label 'encodeend0' defined but not used
 kisspkt.c: In function 'hdlc_receive':
 kisspkt.c:360: error: jump into statement expression
 kisspkt.c:369: error: jump into statement expression
 kisspkt.c:369: error: jump into statement expression
 kisspkt.c:369: error: jump into statement expression
 kisspkt.c:360: error: jump into statement expression
 kisspkt.c:369: error: jump into statement expression
 kisspkt.c:361: error: jump into statement expression
 kisspkt.c:370: error: jump into statement expression
 kisspkt.c:370: error: jump into statement expression
 kisspkt.c:370: error: jump into statement expression
 kisspkt.c:361: error: jump into statement expression
 kisspkt.c:370: error: jump into statement expression
 kisspkt.c:362: error: jump into statement expression
 kisspkt.c:371: error: jump into statement expression
 kisspkt.c:371: error: jump into statement expression
 kisspkt.c:371: error: jump into statement expression
 kisspkt.c:362: error: jump into statement expression
 kisspkt.c:371: error: jump into statement expression
 kisspkt.c:363: error: jump into statement expression
 kisspkt.c:372: error: jump into statement expression
 kisspkt.c:372: error: jump into statement expression
 kisspkt.c:372: error: jump into statement expression
 kisspkt.c:363: error: jump into statement expression
 kisspkt.c:372: error: jump into statement expression
 kisspkt.c:364: error: jump into statement expression
 kisspkt.c:373: error: jump into statement expression
 kisspkt.c:373: error: jump into statement expression
 kisspkt.c:373: error: jump into statement expression
 kisspkt.c:364: error: jump into statement expression
 kisspkt.c:373: error: jump into statement expression
 kisspkt.c:365: error: jump into statement expression
 kisspkt.c:374: error: jump into statement expression
 kisspkt.c:374: error: jump into statement expression
 kisspkt.c:374: error: jump into statement expression
 kisspkt.c:365: error: jump into statement expression
 kisspkt.c:374: error: jump into statement expression
 kisspkt.c:366: error: jump into statement expression
 kisspkt.c:375: error: jump into statement expression
 kisspkt.c:375: error: jump into statement expression
 kisspkt.c:375: error: jump into statement expression
 kisspkt.c:366: error: jump into statement expression
 kisspkt.c:375: error: jump into statement expression
 kisspkt.c:367: error: jump into statement expression
 kisspkt.c:376: error: jump into statement expression
 kisspkt.c:376: error: jump into statement expression
 kisspkt.c:376: error: jump into statement expression
 kisspkt.c:367: error: jump into statement expression
 kisspkt.c:376: error: jump into statement expression
 kisspkt.c:376: warning: label 'enditer7' defined but not used
 kisspkt.c:375: warning: label 'enditer6' defined but not used
 kisspkt.c:374: warning: label 'enditer5' defined but not used
 kisspkt.c:373: warning: label 'enditer4' defined but not used
 kisspkt.c:372: warning: label 'enditer3' defined but not used
 kisspkt.c:371: warning: label 'enditer2' defined but not used
 kisspkt.c:370: warning: label 'enditer1' 

Bug#324051: Bogus free space display on Alpha

2005-08-19 Thread Falk Hueffner
Package: jack
Version: 3.1.1-7
Severity: normal
File: /usr/bin/jack

The status bar shows:

(o) SPACE:18301984TB waiting_WAVs:00 DAE:0+1 ENC:1+0 errors: 952 :-[

Unfortunately, I don't have 18301984 TB of disk space. It's probably a 64 bit 
problem.

Falk


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.3
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages jack depends on:
ii  cdparanoia3a9.8-11   An audio extraction tool for sampl
ii  python2.3.5-3An interactive high-level object-o
ii  python-cddb   1.4-3  Python interface to CD-IDs and Fre
ii  python-eyed3  0.6.6-1Python module for id3-tags manipul
ii  python-pyvorbis   1.3-1  A Python interface to the Ogg Vorb
ii  vorbis-tools  1.0.1-1.4  Several Ogg Vorbis Tools

jack recommends no packages.

-- no debconf information


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



Bug#324052: FTBFS: Declaration of stel_ui with no type

2005-08-19 Thread Matt Kraai
Package: stellarium
Version: 0.6.2-2
Severity: serious
Tags: patch

stellarium fails to build because it uses stel_ui before it is declared:

 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I. -I../src/glpng 
 -I../src/stellplanet -I../src/stellastro -I../src/iniparser-Wall -O3 
 -I/usr/include/SDL -D_REENTRANT -MT stel_ui.o -MD -MP -MF .deps/stel_ui.Tpo 
 \
   -c -o stel_ui.o `test -f 'stel_ui.cpp' || echo './'`stel_ui.cpp; \
 then mv -f .deps/stel_ui.Tpo .deps/stel_ui.Po; \
 else rm -f .deps/stel_ui.Tpo; exit 1; \
 fi
 stel_object.h:38: warning: 'class stel_object' has virtual functions but 
 non-virtual destructor
 orbit.h:20: warning: 'class Orbit' has virtual functions but non-virtual 
 destructor
 orbit.h:30: warning: 'class EllipticalOrbit' has virtual functions but 
 non-virtual destructor
 orbit.h:61: warning: 'class OrbitSampleProc' has virtual functions but 
 non-virtual destructor
 orbit.h:75: warning: 'class CachingOrbit' has virtual functions but 
 non-virtual destructor
 stel_core.h:149: error: ISO C++ forbids declaration of 'stel_ui' with no type
 stel_core.h:149: error: expected ';' before '*' token

Adding a forward declaration fixes this problem.  The attached patch
does so.

-- 
Matt
only in patch2:
unchanged:
--- stellarium-0.6.2.orig/src/stel_core.h
+++ stellarium-0.6.2/src/stel_core.h
@@ -46,6 +46,8 @@
 #include meteor_mgr.h
 #include sky_localizer.h
 
+class stel_ui;
+
 class stel_core
 {
 friend class stel_ui;


signature.asc
Description: Digital signature


Bug#324056: FTBFS: Incompatible with GCC 4.0

2005-08-19 Thread Matt Kraai
Package: steghide
Version: 0.5.1-5
Severity: serious
Tags: patch

steghide fails to build because it contains a number of
incompatibilities with GCC 4.0:

 if g++ -DHAVE_CONFIG_H -I. -I. -I..  -DLOCALEDIR=\/usr/share/locale\   -O2 
 -Wall -MT AuFile.o -MD -MP -MF .deps/AuFile.Tpo \
   -c -o AuFile.o `test -f 'AuFile.cc' || echo './'`AuFile.cc; \
 then mv .deps/AuFile.Tpo .deps/AuFile.Po; \
 else rm -f .deps/AuFile.Tpo; exit 1; \
 fi
 CvrStgObject.h:40: warning: 'class CvrStgObject' has virtual functions but 
 non-virtual destructor
 SampleValue.h: In member function 'size_t SampleValueHash::operator()(const 
 SampleValue*) const':
 SampleValue.h:166: error: 'hash' is not a member of 'sgi'
 SampleValue.h:166: error: expected primary-expression before '' token
 SampleValue.h:166: error: 'h' was not declared in this scope
 AudioData.h: At global scope:
 AudioData.h:37: warning: 'class AudioData' has virtual functions but 
 non-virtual destructor
 AuData.h:29: error: explicit specialization of 'BYTE AudioDataImplAuMuLaw, 
 BYTE, AudioSampleValueAuMuLaw, BYTE ::readValue(BinaryIO*) const' must be 
 introduced by 'template '
 AuData.h:29: error: template-id 'readValue' for 'BYTE 
 AudioDataImplAuMuLaw, BYTE, AudioSampleValueAuMuLaw, BYTE 
 ::readValue(BinaryIO*) const' does not match any template declaration
 AuData.h:29: error: invalid function declaration
 AuData.h:30: error: explicit specialization of 'void AudioDataImplAuMuLaw, 
 BYTE, AudioSampleValueAuMuLaw, BYTE ::writeValue(BinaryIO*, BYTE) const' 
 must be introduced by 'template '
 AuData.h:30: error: template-id 'writeValue' for 'void 
 AudioDataImplAuMuLaw, BYTE, AudioSampleValueAuMuLaw, BYTE 
 ::writeValue(BinaryIO*, BYTE) const' does not match any template declaration
 AuData.h:30: error: invalid function declaration
 AuData.h:34: error: explicit specialization of 'SBYTE AudioDataImplAuPCM8, 
 SBYTE, AudioSampleValueAuPCM8, SBYTE ::readValue(BinaryIO*) const' must be 
 introduced by 'template '
 AuData.h:34: error: template-id 'readValue' for 'SBYTE 
 AudioDataImplAuPCM8, SBYTE, AudioSampleValueAuPCM8, SBYTE 
 ::readValue(BinaryIO*) const' does not match any template declaration
 AuData.h:34: error: invalid function declaration
 AuData.h:35: error: explicit specialization of 'void AudioDataImplAuPCM8, 
 SBYTE, AudioSampleValueAuPCM8, SBYTE ::writeValue(BinaryIO*, SBYTE) const' 
 must be introduced by 'template '
 AuData.h:35: error: template-id 'writeValue' for 'void 
 AudioDataImplAuPCM8, SBYTE, AudioSampleValueAuPCM8, SBYTE 
 ::writeValue(BinaryIO*, SBYTE) const' does not match any template declaration
 AuData.h:35: error: invalid function declaration
 AuData.h:39: error: explicit specialization of 'SWORD16 
 AudioDataImplAuPCM16, SWORD16, AudioSampleValueAuPCM16, SWORD16 
 ::readValue(BinaryIO*) const' must be introduced by 'template '
 AuData.h:39: error: template-id 'readValue' for 'SWORD16 
 AudioDataImplAuPCM16, SWORD16, AudioSampleValueAuPCM16, SWORD16 
 ::readValue(BinaryIO*) const' does not match any template declaration
 AuData.h:39: error: invalid function declaration
 AuData.h:40: error: explicit specialization of 'void AudioDataImplAuPCM16, 
 SWORD16, AudioSampleValueAuPCM16, SWORD16 ::writeValue(BinaryIO*, SWORD16) 
 const' must be introduced by 'template '
 AuData.h:40: error: template-id 'writeValue' for 'void 
 AudioDataImplAuPCM16, SWORD16, AudioSampleValueAuPCM16, SWORD16 
 ::writeValue(BinaryIO*, SWORD16) const' does not match any template 
 declaration
 AuData.h:40: error: invalid function declaration
 AuData.h:44: error: explicit specialization of 'SWORD32 
 AudioDataImplAuPCM32, SWORD32, AudioSampleValueAuPCM32, SWORD32 
 ::readValue(BinaryIO*) const' must be introduced by 'template '
 AuData.h:44: error: template-id 'readValue' for 'SWORD32 
 AudioDataImplAuPCM32, SWORD32, AudioSampleValueAuPCM32, SWORD32 
 ::readValue(BinaryIO*) const' does not match any template declaration
 AuData.h:44: error: invalid function declaration
 AuData.h:45: error: explicit specialization of 'void AudioDataImplAuPCM32, 
 SWORD32, AudioSampleValueAuPCM32, SWORD32 ::writeValue(BinaryIO*, SWORD32) 
 const' must be introduced by 'template '
 AuData.h:45: error: template-id 'writeValue' for 'void 
 AudioDataImplAuPCM32, SWORD32, AudioSampleValueAuPCM32, SWORD32 
 ::writeValue(BinaryIO*, SWORD32) const' does not match any template 
 declaration
 AuData.h:45: error: invalid function declaration

The attached patch fixes these incompatibilities.

-- 
Matt
only in patch2:
unchanged:
--- steghide-0.5.1.orig/src/ProgressOutput.h
+++ steghide-0.5.1/src/ProgressOutput.h
@@ -62,9 +62,9 @@
 * \param rate the rate of matched vertices
 * \param avgweight the average edge weight (is not printed if not 
given)
 **/
-   void done (float rate, float avgweight = NoAvgWeight) const ;
+   void done (float rate, float avgweight = 1.0) const ;
 
-   static const float NoAvgWeight = -1.0 ;
+   static float NoAvgWeight ;
 

Bug#324057: FTBFS: Control directory is setgid

2005-08-19 Thread Matt Kraai
Package: swt-gtk
Version: 3.0+3.1M4-4
Severity: serious
Tags: patch

swt-gtk fails to build because the control directory is setgid, which
is inherited from the top-level directory:

 dh_builddeb -i
 dpkg-deb: control directory has bad permissions 2755 (must be =0755 and 
 =0775)
 dpkg-deb: building package `libswt-gtk-dev' in 
 `../libswt-gtk-dev_3.0+3.1M4-4_all.deb'.
 dh_builddeb: command returned error code 512

The attached patch fixes this by removing all setgid bits in the clean
target.  Alternatively, you could use a tarball in which the top-level
directory is not setgid.

-- 
Matt
diff -u swt-gtk-3.0+3.1M4/debian/rules swt-gtk-3.0+3.1M4/debian/rules
--- swt-gtk-3.0+3.1M4/debian/rules
+++ swt-gtk-3.0+3.1M4/debian/rules
@@ -11,6 +11,8 @@
dh_clean -k
 
 clean:
+   # Remove the setgid bid
+   chmod -R g-s .
rm -f build-stamp
dh_clean
-$(MAKE) distclean


signature.asc
Description: Digital signature


Bug#324060: gawk: New upstream version available

2005-08-19 Thread Adrian Bunk
Package: gawk
Version: 1:3.1.4-2.0.1
Severity: wishlist

gawk-3.1.5 is available at
  ftp://ftp.gnu.org/gnu/gawk/

Could you package this version?


TIA
Adrian


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



Bug#324061: sharutils: New upstream version available

2005-08-19 Thread Adrian Bunk
Package: sharutils
Version: 1:4.2.1-13
Severity: wishlist

sharutils-4.5.1 is available at
  ftp://ftp.gnu.org/gnu/sharutils/REL-4.5.1/

Could you package this version?


TIA
Adrian


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



Bug#324063: INTL:vi Vietnamese translation for Ultrapossum

2005-08-19 Thread Clytie Siddall

Package: ultrapossum
Version: 1.0rc5-3
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
ultrapossum

ultrapossum_1.0rc5-3.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#324065: INTL:vi Vietnamese translation for update-cluster

2005-08-19 Thread Clytie Siddall

Package: update-cluster
Version: 0.41.4-1
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
update-cluster

update-cluster_0.41.4-1.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#324010: Whoops

2005-08-19 Thread Dan Merillat
I left one debugging statement in the patch (write_log Found the right type!).
Just apply then remove that line.



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



Bug#322936: Bug fixed by deleting all GUI environment prefs

2005-08-19 Thread ADFH
Deleted my
~/.gconf*
~/.gtk*
~/.gnome-* (excluding desktop of course :) )
etc. etc. and then logged in and started sylpheed - Ctrl+Click now
works.

Sylpheed was only application affected - I'm wondering if it was
something GTK. Either way, I guess it's one way of getting motivation
to clean out my Gnome and friends config :)


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



Bug#324066: INTL:vi Vietnamese translation for uptimed

2005-08-19 Thread Clytie Siddall

Package: uptimed
Version: 1-0.3.3-7
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
uptimed

uptimed_1-0.3.3-7.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#324067: turn on elilo relocatable option for ia64

2005-08-19 Thread Greg Edwards
Package: elilo
Version: ia64 testing installer (Aug 11, 2005)

Would it be possible to use the elilo relocatable option by default for
ia64?  SGI Altix and Prism boxes all require it.  Relocatable support
can be enabled with the '-r' option at the elilo boot line, or with the
relocatable global option in elilo.conf.

Without it, booting the ia64 installer (Aug 11, 2005 testing) looks
like:

--
Uncompressing Linux... alloc.c(line 132):allocator: AllocatePages(2, 2, 1832, 
0x400) failed (Not Found)

gzip.c(line 436):gzip_ia64 : AllocatePages(1832, 0x400) for kernel
failed

gzip.c(line 439):relocation is disabled, cannot load kernel
gzip.c(line 594):gzip_ia64 : invalid exec header
Exit status code: Load Error

fs0:\efi\boot
--

Booting it with 'bootia64 -r' works fine.

As a reference point, SuSE SLES9, Red Hat RHEL4 and Fedora-devel all
turn on the relocatable option by default for ia64.


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



Bug#324070: INTL:vi Vietnamese translation for usermin

2005-08-19 Thread Clytie Siddall

Package: usermin
Version: 1.140-1
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
usermin

usermin_1.140-1.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#324054: FTBFS: Can't read libasound.la

2005-08-19 Thread Steve Langasek
On Fri, Aug 19, 2005 at 09:55:19AM -0700, Matt Kraai wrote:
 Package: swami
 Version: 0.9.2-5
 Severity: serious
 Tags: patch

 swami fails to build because it can't read libasound.la:

  /bin/sh ../../libtool --mode=link cc  -g -g -Wall -O2 -Wall   -o 
  wavetbl_fluidsynth.la -rpath /usr/lib/swami -module -avoid-version  
  wavetbl_fluidsynth_la-wavetbl_fluidsynth.lo 
  wavetbl_fluidsynth_la-wavetbl_fluidsynth_gui.lo -lfluidsynth   -L/usr/lib 
  -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread 
  -ldl -lXi -lXext -lX11 -lm 
  grep: /usr/lib/libasound.la: No such file or directory
  /bin/sed: can't read /usr/lib/libasound.la: No such file or directory
  libtool: link: `/usr/lib/libasound.la' is not a valid libtool archive

 This file is contained in libasound2-dev.  The attached patch adds
 this package to the list of build-dependencies, which fixes the build.

This looks like a bug in fluidsynth to me.

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


signature.asc
Description: Digital signature


Bug#324072: INTL:vi Vietnamese translation for uucp

2005-08-19 Thread Clytie Siddall

Package: uucp
Version: 1.07-12
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
uucp

uucp_1.07-12.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


Bug#324071: uucp

2005-08-19 Thread Clytie Siddall

Package: uucp
Version: 1.07-12
Severity: wishlist
Tags: l10n, patch

While translating the file uucp, I encountered the following typo,  
which I thought you might like to eliminate in a future release.

_
1.
#. Description
#: ../uucp.templates:3
msgid 
Older versions of the uucp package unfortunatly corrupted the uucp  
crontab 
upon upgrade (the first 3 lines got removed). The crontab was  
installed as a 

user crontab of the uucp user.

unfortunately

A good way to remember this is, If you get food poisoning, it's  
unfortun_ate_ ;)

_

I hope this is useful. :)

submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)




Bug#324073: INTL:vi Vietnamese translation for uw-imap

2005-08-19 Thread Clytie Siddall

Package: uw-imap
Version: 7-2002edebian1-11
Severity: wishlist
Tags: l10n, patch

Please find attached the Vietnamese translation for debconf template:  
uw-imap

uw-imap_7-2002edebian1-11.vi.po.gz
Description: GNU Zip compressed data



translated and submitted by:

Clytie Siddall (vi-VN, Vietnamese free-software translation team /  
nhóm Việt hóa phần mềm tự do)


  1   2   3   4   5   >