Bug#290242: prozilla: Nonfree

2005-01-13 Thread Brian Nelson
On Thu, Jan 13, 2005 at 12:16:21AM -0800, Josh Triplett wrote:
 Justin Pryzby wrote:
  ftpparse.c heading:
  
  Commercial use is fine, if you let me know what programs
  you're using this in.
  
  Which I believes fails the desert-island test?  Legal, can you
  confirm?
 
 Confirmed; requirements to notify the author are non-free.

Bullshit.  There's no requirement whatsoever that a source file may be
used at all commercially, assuming the common definition of
commercial == closed source.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Bug#290242: prozilla: Nonfree

2005-01-13 Thread Brian Nelson
On Thu, Jan 13, 2005 at 06:37:55PM +1100, Matthew Palmer wrote:
 On Wed, Jan 12, 2005 at 11:03:19PM -0800, Brian Nelson wrote:
  Please use X-Debbugs-CC to Cc bug reports.  See
  http://www.debian.org/Bugs/Reporting.
  
  On Thu, Jan 13, 2005 at 01:44:13AM -0500, Justin Pryzby wrote:
   ftpparse.c heading:
   
 Commercial use is fine, if you let me know what programs
 you're using this in.
   
   Which I believes fails the desert-island test?  Legal, can you
   confirm?
  
  No.  Why would commercial use matter?  Anything licensed under the GPL
  doesn't allow commercial use at all.
 
 raises eyebrow How did you come to that conclusion?  I know no shortage of
 people who are using GPL'd software for commercial purposes, and no sane GPL
 licence holder has ever challenged that use as far as I know.

I'm assuming since it's in from a source file, it means the source
cannot be used a commercial product.  Why would end-user use have
anything to do with it?

 Of greater worry, anyway, is that if the section quoted above is the
 entirety of the licence for that source file, we're stuffed, because it
 doesn't provide any of the usual freedoms we need.

It's not a license at all.  It sounds like DJB intends for it to be
free but it certainly could use clarification.  A quick google search
shows that it's used in a lot of free software already.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Processed: tagging 290245

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.6
 tags 290245 security
Bug#290245: SECURITY: Five new upstream versions 5.4.5, 5.4.6, 5.4.7, 5.4.8, 
5.4.9 available
There were no tags set.
Tags added: security


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#290118: postgresql could not be configured to handle characters others than ASCII correctly

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 290118 normal
Bug#290118: postgresql could not be configured to handle characters others than 
ASCII correctly
Severity set to `normal'.

 tag 290118 upstream
Bug#290118: postgresql could not be configured to handle characters others than 
ASCII correctly
There were no tags set.
Tags added: upstream

 reassign 290118 libc6
Bug#290118: postgresql could not be configured to handle characters others than 
ASCII correctly
Bug reassigned from package `postgresql' to `libc6'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#290118: postgresql could not be configured to handle characters others than ASCII correctly

2005-01-13 Thread Martin Pitt
severity 290118 normal
tag 290118 upstream
reassign 290118 libc6
thanks

Hi Alexander!

alexander kotelnikov [2005-01-12 23:36 +0300]:
 Package: postgresql
 Version: 7.4.6-5
 Severity: grave
 Justification: renders package unusable

This is a ridiculouos exaggeration. grave means makes the package
unusable for almost everybody, which is clearly not the case. 

I adapted the severity to something sensible.

 I installed postgresql on testing. Database is initialized with
 ru_RU.UTF-8 (I also tried en_US.UTF-8 with the same results). lower()
 works only for ASCII characters. It does not work for cyrillic and
 accented, for instance.

PostgreSQL uses the normal libc toupper()/tolower()/etc. functions (as
can be seen in src/backend/utils/adt/oracle_compat.c). Unfortunately
the libc functions do not support non-ASCII characters for now, so
this does not work throughout the system (besides, it is a hell of a
job to actually implement this since you need a mapping of probably
thousands of characters).

I reassign this bug to libc6.

Thanks for your report and have a nice day!

Martin

-- 
Martin Pitt   http://www.piware.de
Ubuntu Developerhttp://www.ubuntulinux.org
Debian GNU/Linux Developer   http://www.debian.org


signature.asc
Description: Digital signature


Bug#290268: saxon-catalog: FTBFS: Missing Build-Depends on 'fastjar'

2005-01-13 Thread Andreas Jochens
Package: saxon-catalog
Severity: serious
Tags: patch

When building 'saxon-catalog' in a clean chroot,
I get the following error:

if [ ! -d build ]; then mkdir build; fi
jikes-classpath -cp /usr/share/java/saxon.jar:/usr/share/java/catalog.jar 
-sourcepath src -d build `find src -name \*.java`
(cd build; fastjar -cf ../saxon-catalog.jar `find . -name \*.class` )
/bin/sh: fastjar: command not found
make: *** [build-stamp] Error 127

Please add the missing Build-Depends on 'fastjar'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/saxon-catalog-20020210/debian/control ./debian/control
--- ../tmp-orig/saxon-catalog-20020210/debian/control   2003-09-17 
09:29:41.0 +0200
+++ ./debian/control2005-01-13 09:22:45.701914543 +0100
@@ -2,7 +2,7 @@
 Section: contrib/text
 Priority: optional
 Maintainer: Mark Johnson [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper (= 4), arbortext-catalog, libsaxon-java (= 
6.5.4), jikes-classpath
+Build-Depends-Indep: debhelper (= 4), fastjar, arbortext-catalog, 
libsaxon-java (= 6.5.4), jikes-classpath
 Standards-Version: 3.6.1
 
 Package: saxon-catalog


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



Bug#284286: marked as done (incompatable symbols between -10 and -5 kernel versions)

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 04:54:21 -0500
with message-id [EMAIL PROTECTED]
and subject line closing
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 5 Dec 2004 08:49:32 +
From [EMAIL PROTECTED] Sun Dec 05 00:49:32 2004
Return-path: [EMAIL PROTECTED]
Received: from 213-84-114-29.adsl.xs4all.nl (tofu.mamane.lu) [213.84.114.29] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cas5D-0002ss-00; Sun, 05 Dec 2004 00:49:31 -0800
Received: from master by tofu.mamane.lu with local (Exim 4.34)
id 1Cas5B-yA-Qw
for [EMAIL PROTECTED]; Sun, 05 Dec 2004 09:49:29 +0100
Date: Sun, 5 Dec 2004 09:49:29 +0100
From: Lionel Elie Mamane [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: i386 install report
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Operating-System: GNU/Linux
X-Request-PGP: http://www.mamane.lu/openpgp/dh4096.asc
User-Agent: Mutt/1.5.6+20040907i
Sender: Lionel Elie Mamane [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: installation-reports

Debian-installer-version: daily on 5 Dec 2004
uname -a: The result of running uname -a on a shell prompt
Date: 5 Dec 2004, 09:32 am
Method: netboot, then tiscali.be mirror

Machine: IBM Thinkpad X40
Processor: Intel Pentium M LV 1200MHz
Memory: 512MB
Output of lspci and lspci -n:
No lspci available in the installer's shell, but see bug 275506, it is
about the same machine. (According to IBM's warranty repair, they
replaced only the hard disk, so should give the same lscpi output.)

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

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [ ] (machine has no CD drive)
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

The 2.6 install option uses mismatching kernel and modules.

I booted with linux26. hw-detect tries to load piix for 'Intel
Corporation 82801DBM', but this fails:

 ide_core: disagrees about version of symbol dma_alloc_coherent
 ide_core: Unknown symbol dma_alloc_coherent
 (the same with dma_free_coherent)
 Then a bunch of Unknown symbols for piix, usb-storage, via82cxxx,
 trm290, triflex, slc90e66, sis5513, siimage, serverworks, sc1200,
 rz1000, pdc202xx_old, pdc202xx_new, opti621, ns87415, hpt34x,
 generic, cy82c693, cs5530, cs5520, cmd64x, atiixp, amd74xx, alim15x3,
 aec62xx, ide-generic, ide-disk,.

Hence, the hard disk is not found, and installation cannot proceed.

I also tried with ftp.fr.debian.org, same result.

-- 
Lionel

---
Received: (at 284284-done) by bugs.debian.org; 13 Jan 2005 09:52:25 +
From [EMAIL PROTECTED] Thu Jan 13 01:52:24 2005
Return-path: [EMAIL PROTECTED]
Received: from kitenet.net [64.62.161.42] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cp1eS-0005N6-00; Thu, 13 Jan 2005 01:52:24 -0800
Received: from dragon.kitenet.net (unknown [66.168.94.144])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN Joey Hess, Issuer Joey Hess (verified OK))
by kitenet.net (Postfix) with ESMTP id C9FEB180A6
for [EMAIL PROTECTED]; Thu, 13 Jan 2005 09:52:20 + (GMT)
Received: by dragon.kitenet.net (Postfix, from userid 1000)
id 314686E0C6; Thu, 13 Jan 2005 04:54:21 -0500 (EST)
Date: Thu, 13 Jan 2005 04:54:21 -0500
From: Joey Hess [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: closing
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=9amGYk9869ThD9tj
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no 

Bug#284284: marked as done (installation report -- hw-detect: Error loading 'cciss')

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 04:54:21 -0500
with message-id [EMAIL PROTECTED]
and subject line closing
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 5 Dec 2004 07:53:07 +
From [EMAIL PROTECTED] Sat Dec 04 23:53:06 2004
Return-path: [EMAIL PROTECTED]
Received: from smtpq1.home.nl [213.51.128.196] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CarCc-00033a-00; Sat, 04 Dec 2004 23:53:06 -0800
Received: from [213.51.128.136] (port=44319 helo=smtp5.home.nl)
by smtpq1.home.nl with esmtp (Exim 4.30)
id 1CarCb-0005lg-53
for [EMAIL PROTECTED]; Sun, 05 Dec 2004 08:53:05 +0100
Received: from cc275267-a.deven1.ov.home.nl ([217.120.225.147]:1288 
helo=[192.168.246.192])
by smtp5.home.nl with esmtp (Exim 4.30)
id 1CarCZ-0004z2-Cw
for [EMAIL PROTECTED]; Sun, 05 Dec 2004 08:53:03 +0100
Subject: installation-reports
From: John Smith [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Content-Type: text/plain
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Sun, 05 Dec 2004 08:53:00 +0100
Content-Transfer-Encoding: 7bit
X-AtHome-MailScanner-Information: Neem contact op met [EMAIL PROTECTED] voor 
meer informatie
X-AtHome-MailScanner: Found to be clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.2 required=4.0 tests=BAYES_00,HAS_PACKAGE,
TO_ADDRESS_EQ_REAL autolearn=no 
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: installation-reports

Debian-installer-version: 04-12-2004
uname -a: Linux indeb005 2.6.8-1-686 #1 Thu Nov 25 04:34:30 UTC 2004
i686 GNU/Linux
Date: 2004-12-05 07:00
Method: netboot using a dhcp-ed pxe nic (tg3) with tftp-hpa from a
local apt mirror through apt-proxy
Machine: Compaq/HP DL-380 dual processor
Processor: Intel(R) Xeon(TM) CPU 2.80GHz (2x)
Memory: 1GB RAM
Root Device: Compaq Smart Array 5i/532 with 2 x 72GB scsi hd's in
mirror
Root Size/partition table: 

NA

Output of lspci and lspci -n:

indeb005:~# lspci
:00:00.0 Host bridge: ServerWorks CMIC-LE Host Bridge (GC-LE
chipset) (rev 33)
:00:00.1 Host bridge: ServerWorks CMIC-LE Host Bridge (GC-LE
chipset)
:00:00.2 Host bridge: ServerWorks CMIC-LE Host Bridge (GC-LE
chipset)
:00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL
(rev 27)
:00:04.0 System peripheral: Compaq Computer Corporation Integrated
Lights Out Controller (rev 01)
:00:04.2 System peripheral: Compaq Computer Corporation Integrated
Lights Out  Processor (rev 01)
:00:0f.0 ISA bridge: ServerWorks CSB5 South Bridge (rev 93)
:00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
:00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller
(rev 05)
:00:0f.3 Host bridge: ServerWorks CSB5 LPC bridge
:00:10.0 Host bridge: ServerWorks CIOB-X2 PCI-X I/O Bridge (rev 05)
:00:10.2 Host bridge: ServerWorks CIOB-X2 PCI-X I/O Bridge (rev 05)
:00:11.0 Host bridge: ServerWorks CIOB-X2 PCI-X I/O Bridge (rev 05)
:00:11.2 Host bridge: ServerWorks CIOB-X2 PCI-X I/O Bridge (rev 05)
:01:03.0 RAID bus controller: Compaq Computer Corporation Smart
Array 5i/532 (rev 01)
:02:01.0 Ethernet controller: Broadcom Corporation NetXtreme
BCM5703X Gigabit Ethernet (rev 02)
:02:02.0 Ethernet controller: Broadcom Corporation NetXtreme
BCM5703X Gigabit Ethernet (rev 02)
:06:1e.0 PCI Hot-plug controller: Compaq Computer Corporation PCI
Hotplug Controller (rev 14)
indeb005:~# lspci -n
:00:00.0 0600: 1166:0014 (rev 33)
:00:00.1 0600: 1166:0014
:00:00.2 0600: 1166:0014
:00:03.0 0300: 1002:4752 (rev 27)
:00:04.0 0880: 0e11:b203 (rev 01)
:00:04.2 0880: 0e11:b204 (rev 01)
:00:0f.0 0601: 1166:0201 (rev 93)
:00:0f.1 0101: 1166:0212 (rev 93)
:00:0f.2 0c03: 1166:0220 (rev 05)
:00:0f.3 0600: 1166:0225
:00:10.0 0600: 1166:0101 (rev 05)
:00:10.2 0600: 1166:0101 (rev 05)
:00:11.0 0600: 1166:0101 (rev 05)
:00:11.2 0600: 1166:0101 (rev 05)
:01:03.0 0104: 0e11:b178 (rev 01)
:02:01.0 0200: 14e4:16a7 (rev 02)
:02:02.0 0200: 14e4:16a7 (rev 02)
:06:1e.0 0804: 0e11:a0f7 (rev 14)

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

Initial boot worked:[O]
Configure network HW:   [O]
Config 

Bug#289202: CAN-2004-1235: uselib() privilege escalation

2005-01-13 Thread Horms
On Mon, Jan 10, 2005 at 02:16:55PM -0500, Joey Hess wrote:
 Elrond wrote:
  Is this bug really pending?
  
  That is: Is it really fixed in svn?
  
  Or did it just inherit the pending due to the clone?
 
 Both, it inherited the pending due to the clone and it's fixed in svn
 for kernel-source-2.4.27 (2.4.27-8). Although they have the changelog
 closing #289155 for some reason.

Elrond, 

yes it really is pending. You can keep an eye on what
is in SVN at http://svn.debian.org/ if you like.

We are looking to make a new release next week, pending
the sky falling in between now and then.

Joey,

That also seems to have been fixed.



-- 
Horms


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



Bug#289743: remoed automake dependency completely

2005-01-13 Thread Mike O'Connor
I have now removed the automake dependency completely. It doenst' seem like 
there was really a need for it in the first place.

I also fixed the debian/copyright to comply with policy (12.5)

I removed the static linkage to glibc's getopt

my updated source packages and i386 package cann still be found in the same 
place:

deb http://vireo.org/debian/ratpoison binary/
deb-src http://vireo.org/debian/ratpoison source/

-stew


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



Bug#290235: heartbeat: FTBFS: Cannot install drac3.so

2005-01-13 Thread Horms
On Wed, Jan 12, 2005 at 07:15:43PM -0800, Daniel Schepler wrote:
 Package: heartbeat
 Severity: serious
 Version: 1.2.3-4
 
 From my build log, using pbuilder in an i386 chroot:
 
 ...
 cd `pwd`/debian/tmp/etc/ha.d/resource.d \
ln -s /usr/sbin/ldirectord ldirectord
 cd `pwd`/debian/tmp/etc/  ln -s ha.d heartbeat
 dh_movefiles --source=debian/tmp
 dh_movefiles: debian/tmp/usr/lib/stonith/plugins/stonith/drac3.so not found 
 (supposed to put it in libstonith0)
 make: *** [install-stamp] Error 1
 
 Maybe is there a missing Build-Depends that's causing drac3.so not to
 be built?

Yes, most likely, I thought it was in but will check.
Can you suupply me with the rest of the build log?

-- 
Horms


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



Bug#284961: kernel-image-2.4.27-1-smp: kernel-image-2.4.27-1-* does not detect proper SCSI Controller.

2005-01-13 Thread Horms
reassign 284961 initrd-tools
thanks


Hi Greg,

thanks for your bug report. I have reasigned it to initrd-tools as
it appears to be a bug with in the module selection for the initrd image,
which is controled by that package. 

-- 
Horms


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



Processed: Re: Bug#289976: [exposed@lss.hr: Apache mod_auth_radius remote integer overflow]

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 289976 -woody
Bug#289976: [EMAIL PROTECTED]: Apache mod_auth_radius remote integer overflow]
Tags were: security sid woody
Tags removed: woody

 stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#290249: pocketpc-binutils: FTBFS: missing build dependency?

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 290249 pocketpc-binutils
Bug#290249: pocketpc-binutils: FTBFS: missing build dependency?
Warning: Unknown package 'pcketpc-binutils'
Bug reassigned from package `pcketpc-binutils' to `pocketpc-binutils'.

 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#289976: [exposed@lss.hr: Apache mod_auth_radius remote integer overflow]

2005-01-13 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
tag 289976 -woody
stop
Martin Schulze wrote:
| Package: libapache-mod-auth-radius
| Version: 1.5.7-5
| Severity: grave
| Tags: woody sid security
|
| I haven't checked if this problem exists in the Debian package.  Please check.
| If the  Debian package is fixed, too old or too new, please close this bug
| report.
|
| Regards,
|
|   Joey
|
The package was not released with woody. I am working right now to check sid.
Fabio
- --
Self-Service law:
The last available dish of the food you have decided to eat, will be
inevitably taken from the person in front of you.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB5lH2hCzbekR3nhgRAkWSAJ9fizoTBtV8IjVcymmUX177I9fcJACfbjNI
en6lw5Jv/kopoNVEPP35RHY=
=xXuc
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Processed: blah, it's sarge not woody

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 289976 -woody
Bug#289976: [EMAIL PROTECTED]: Apache mod_auth_radius remote integer overflow]
Tags were: security sid
Tags removed: woody

 tags 289976 sarge
Bug#289976: [EMAIL PROTECTED]: Apache mod_auth_radius remote integer overflow]
Tags were: security sid
Tags added: sarge

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#290235: heartbeat: FTBFS: Cannot install drac3.so

2005-01-13 Thread Hilmar Preusse
On 13.01.05 Horms ([EMAIL PROTECTED]) wrote:
 On Wed, Jan 12, 2005 at 07:15:43PM -0800, Daniel Schepler wrote:

Hi,

  cd `pwd`/debian/tmp/etc/ha.d/resource.d \
 ln -s /usr/sbin/ldirectord ldirectord
  cd `pwd`/debian/tmp/etc/  ln -s ha.d heartbeat
  dh_movefiles --source=debian/tmp
  dh_movefiles: debian/tmp/usr/lib/stonith/plugins/stonith/drac3.so not found 
  (supposed to put it in libstonith0)
  make: *** [install-stamp] Error 1
  
  Maybe is there a missing Build-Depends that's causing drac3.so not to
  be built?
 
 Yes, most likely, I thought it was in but will check.
 Can you suupply me with the rest of the build log?
 
http://buildd.debian.org/build.php?pkg=heartbeat

H.
-- 
sigmentation fault


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



Processed: specific to sid version

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 290235 sid
Bug#290235: heartbeat: FTBFS: Cannot install drac3.so
There were no tags set.
Tags added: sid

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of libtunepimp 0.3.0-2.1

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 289483 + fixed
Bug#289483: libtunepimp: please rebuild against latest libflac-dev
Tags were: sid
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#290291: evolution: Evolution does not authenticate using MD5 methods (DIGEST/CRAM) and remains plaintext

2005-01-13 Thread Cedric Blancher
Package: evolution
Version: 2.0.3-1.1
Severity: grave
Justification: user security hole


Since yesterday's sid update, my Evolution only authenticate using
plaintext login/password, whether you choose NTLM, DIGEST-MD5 or
CRAM-MD5, introducing a security issue on non SSL accounts and denial of
access on servers refusing plaintext authentications.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages evolution depends on:
ii  evolution-data-server  1.0.3-2   evolution database backend server
ii  gconf2 2.8.1-4   GNOME configuration database syste
ii  gnome-icon-theme   2.8.0-1   GNOME Desktop icon theme
ii  gtkhtml3.2 3.2.4-1   HTML rendering/editing library - b
ii  libart-2.0-2   2.3.16-6  Library of functions for 2D graphi
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-5   Open-source version of SGI's audio
ii  libbonobo2-0   2.8.0-4   Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.8.0-2   The Bonobo UI library
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libcompfaceg1  1989.11.11-24 Compress/decompress images for mai
ii  libdb4.2   4.2.52-17 Berkeley v4.2 Database Libraries [
ii  libebook8  1.0.3-2   Client library for evolution addre
ii  libecal6   1.0.3-2   Client library for evolution calen
ii  libedataserver31.0.3-2   Utily library for evolution data s
ii  libegroupwise6 1.0.3-2   Client library for accessing group
ii  libesd-alsa0 [libesd0] 0.2.35-2  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.2.3-4   generic font configuration library
ii  libfreetype6   2.1.7-2.3 FreeType 2 font engine, shared lib
ii  libgail-common 1.8.2-1   GNOME Accessibility Implementation
ii  libgail17  1.8.2-1   GNOME Accessibility Implementation
ii  libgal2.2-12.2.4-1   G App Libs (run time library)
ii  libgal2.2-common   2.2.4-1   G App Libs (common files)
ii  libgconf2-42.8.1-4   GNOME configuration database syste
ii  libgcrypt111.2.0-11  LGPL Crypto library - runtime libr
ii  libglade2-01:2.4.1-1 Library to load .glade files at ru
ii  libglib2.0-0   2.4.8-1   The GLib library of C routines
ii  libgnome-keyring0  0.4.1-1   GNOME keyring services library
ii  libgnome-pilot22.0.12-1.1Support libraries for gnome-pilot
ii  libgnome2-02.8.0-6   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.8.0-1   A powerful object-oriented display
ii  libgnomeprint2.2-0 2.8.2-1   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.8.2-1   The GNOME 2.2 print architecture U
ii  libgnomeui-0   2.8.0-3   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.8.3-8   The GNOME virtual file-system libr
ii  libgnutls111.0.16-13 GNU TLS library - runtime library
ii  libgpg-error0  1.0-1 library for common error values an
ii  libgtk2.0-02.4.14-2  The GTK+ graphical user interface 
ii  libgtkhtml3.2-11   3.2.4-1   HTML rendering/editing library - r
ii  libice66.8.1-0.4 Inter-Client Exchange library
ii  libjpeg62  6b-9  The Independent JPEG Group's JPEG 
ii  libldap2   2.1.30-3  OpenLDAP libraries
ii  libnspr4   2:1.7.5-1 Netscape Portable Runtime Library
ii  libnss32:1.7.5-1 Network Security Service Libraries
ii  liborbit2  1:2.10.2-1.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.6.0-3   Layout and rendering of internatio
ii  libpisock8 0.11.8-10 Library for communicating with a P
ii  libpisync0 0.11.8-10 Synchronization library for PalmOS
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.8.1-0.4 X Window System Session Management
ii  libsoup2.2-7   2.2.1-1   an HTTP library implementation in 
ii  libtasn1-2 0.2.10-4  Manage ASN.1 structures (runtime)
ii  libx11-6   6.8.1-0.4 X Window System protocol client li
ii  libxml22.6.11-5  GNOME XML library
ii  xlibs  6.8.1-0.4 X Window System client libraries m
ii  zlib1g 1:1.2.2-4 compression library - runtime

-- no 

Bug#284961: kernel-image-2.4.27-1-smp: kernel-image-2.4.27-1-* does not detect proper SCSI Controller.

2005-01-13 Thread Greg Folkert
On Thu, 2005-01-13 at 19:37 +0900, Horms wrote:
 thanks for your bug report. I have reasigned it to initrd-tools as
 it appears to be a bug with in the module selection for the initrd image,
 which is controled by that package. 

Woo and yay! Thanks for the progress update.
-- 
greg, [EMAIL PROTECTED]

The technology that is
Stronger, better, faster:  Linux


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


Processed: tagging 290242

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.5
 tags 290242 confirmed
Bug#290242: Prozilla is non-free: requires notification for commercial use
There were no tags set.
Tags added: confirmed


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#289904: kmail: unable to write a new message

2005-01-13 Thread Matas Costa
El Martes, 11 de Enero de 2005 19:31, Markus escribió:
 Package: kmail
 Version: 4:3.3.1-3
 Severity: grave
 Justification: renders package unusable

 Well, I used kmail for a long time, but today (the first time after the
 3.3 update) I tried to send a mail. But when I try to write a mail (new
 mail, answer a mail, forward,...) kmail just freezes. On stderr it
 writes only this line for approx. 34 times, but when I try to write a
 mail, nothing is printed:
 kmail: WARNING: QuotedPrintableDecoder: \x0b illegal character in input
 stream! Ignoring.
 After that, nothing happens, no unusual activities... till now I found
 no way to write a mail in kmail...

 kmail 1.7.1 from kde 3.3.1

I am not expert, but I believe it's a dcop / ice issue. Please, logout and 
shutdown X (/etc/init.d/kdm stop, or gdm,xdm). Then remove :

rm ~/.DCOP* 
rm ~/.ICE*
rm -R /tmp/*

This last will remove all witch belongs to your user.

Try again. If it's broken, try with a new user. If again is broken... tell it



Bug#289483: Full diff for the NMU

2005-01-13 Thread Adeodato Simó
  The full diff as used for the NMU is attached.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
A conference is a gathering of important people who singly can do nothing
but together can decide that nothing can be done.
-- Fred Allen
diff -u -r geramik-0.26-2/debian/changelog geramik-0.26/debian/changelog
--- geramik-0.26-2/debian/changelog 2004-11-26 22:56:03.0 +0100
+++ geramik-0.26/debian/changelog   2004-11-26 23:06:27.0 +0100
@@ -1,3 +1,12 @@
+geramik (0.26-2.1) unstable; urgency=low
+
+  * Non maintainer upload.
+
+  * Make gtk2-engines-thingeramik depend on gtk2-engines-geramik, since it
+needs pixmaps from that packge. (Closes: #207796, #230810)
+
+ -- Adeodato Simó [EMAIL PROTECTED]  Fri, 26 Nov 2004 23:06:27 +0100
+
 geramik (0.26-2) unstable; urgency=low
 
   * ThinGeramik needs Geramik images, dependencies fixed (closes: Bug#205943, 
diff -u -r geramik-0.26-2/debian/control geramik-0.26/debian/control
--- geramik-0.26-2/debian/control   2004-11-26 22:56:03.0 +0100
+++ geramik-0.26/debian/control 2004-11-26 23:04:31.0 +0100
@@ -59,7 +59,7 @@
 
 Package: gtk2-engines-thingeramik
 Architecture: all
-Depends: gtk2-engines-qtpixmap ( 0.26), gtk-engines-thingeramik-data, 
gtk-engines-geramik-data
+Depends: gtk2-engines-qtpixmap ( 0.26), gtk-engines-thingeramik-data, 
gtk2-engines-geramik
 Description: ThinGeramik GTK2.x Theme
  GTK2 theme intended to make GTK applications have a similar look
  to the ThinKeramik KDE style.


Bug#290302: nfs-common: depends on libnfsidmap1 which isn't installable

2005-01-13 Thread Igmar Palsenberg

Package: nfs-common
Version: 1:1.0.7-1
Severity: serious
Justification: Policy 3.5

nfs-common 1.0.7 depends on libnfsidmap1, which isn't an installable
package.
Depends from below are actually from 1.0.6, which is currently installed.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages nfs-common depends on:
ii  debconf 1.4.41   Debian configuration management sy
i  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libwrap07.6.dbs-6Wietse Venema's TCP wrappers libra
ii  portmap 5-7  The RPC portmapper
ii  sysvinit2.86.ds1-1   System-V like init

-- no debconf information


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



Bug#289483: Full diff for the NMU

2005-01-13 Thread Adeodato Simó
* Adeodato Simó [Thu, 13 Jan 2005 14:32:03 +0100]:
   The full diff as used for the NMU is attached.

  LOL, that was some other NMU. Ooops. The good one is attached now.


-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Every program has at least one bug and can be shortened by at least one
instruction -- from which, by induction, one can deduce that every
program can be reduced to one instruction which doesn't work.
diff -u -r libtunepimp-0.3.0-2/debian/changelog 
libtunepimp-0.3.0/debian/changelog
--- libtunepimp-0.3.0-2/debian/changelog2005-01-09 17:29:45.0 
+0100
+++ libtunepimp-0.3.0/debian/changelog  2005-01-13 06:23:46.0 +0100
@@ -1,3 +1,11 @@
+libtunepimp (0.3.0-2.1) unstable; urgency=high
+
+  * NMU to build against libflac6. (Closes: #289483)
+  * debian/control:
+- version Build-Dependency on libflac-dev to (= 1.1.1-3).
+
+ -- Adeodato Simó [EMAIL PROTECTED]  Thu, 13 Jan 2005 06:23:46 +0100
+
 libtunepimp (0.3.0-2) unstable; urgency=medium
 
   * add python-dev to Build-Depends; closes: Bug#264082
diff -u -r libtunepimp-0.3.0-2/debian/control libtunepimp-0.3.0/debian/control
--- libtunepimp-0.3.0-2/debian/control  2005-01-09 17:29:45.0 +0100
+++ libtunepimp-0.3.0/debian/control2005-01-09 17:31:29.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Robert Jordens [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.1.67), cdbs, dh-buildinfo, automake1.7,
  autotools-dev, autoconf, libtool,
- libmad0-dev, libid3tag0-dev, libogg-dev, libvorbis-dev, libflac-dev,
+ libmad0-dev, libid3tag0-dev, libogg-dev, libvorbis-dev, libflac-dev (= 
1.1.1-3),
  libmusicbrainz4-dev (= 2.1.1),
  zlib1g-dev, libncurses5-dev, libreadline4-dev, zlib1g-dev,
  doxygen, docbook-to-man,


Bug#289483: Fixed in NMU of libtunepimp 0.3.0-2.1

2005-01-13 Thread Robert Joerdens
Hi Adeodato!

On Thu, 13 Jan 2005, Adeodato Simó wrote:

 This message was generated automatically in response to a
 non-maintainer upload.  The .changes file follows.

 Urgency: high
* NMU to build against libflac6. (Closes: #289483)
* debian/control:
  - version Build-Dependency on libflac-dev to (= 1.1.1-3).

Hey!

  * I'm not against NMUs but if you do them, warn me _before_ doing so
  * urgency high is absolutely not needed since the bug doesn't apply to
testing
  * although it's small: where is the patch for your NMU?

Anyway thanks for the NMU. I've lost the power adapter for my laptop so
it would have been another day or to until I would have been able to do
it.

Robert.

-- 



Bug#289483: Full diff for the NMU

2005-01-13 Thread Robert Joerdens
Hi Adeodato!

On Thu, 13 Jan 2005, Adeodato Simó wrote:

   The full diff as used for the NMU is attached.
 diff -u -r geramik-0.26-2/debian/changelog geramik-0.26/debian/changelog

Thats not my package.

Robert.

-- 



Bug#289440: reopening tagging sarge, migration bloced by libflac6

2005-01-13 Thread Jean-Michel Kelbert
Le 13/01/05 à 04:08 Adeodato Simó ([EMAIL PROTECTED]) écrivait :
   I'm reopening this grave bug and tagging it sarge because the
   transition to testing of this package is blocked by the libflac6
   transition, and may get delayed for a while.

Yes, some wanted libflac, some wanted that I close this bug.
I do both. I'll upload a package to testing proposed update if libflac6
doesn't enter into testing.

-- 
Jean-Michel Kelbert


signature.asc
Description: Digital signature


Bug#289483: Fixed in NMU of libtunepimp 0.3.0-2.1

2005-01-13 Thread Adeodato Simó
 Hi Adeodato!

  Hi Robert,

   * I'm not against NMUs but if you do them, warn me _before_ doing so

  Well, there were three notices before taking any action, and we are in
  0-day NMU period. Also, for reasons explained below, the need for this
  fixed became much mor urgent than what was thought initially. Not that
  I shouldn't have sent a notice, though.

   * urgency high is absolutely not needed since the bug doesn't apply to
 testing
  
  The bug is not present in testing, but having the libflac6 transition
  not ready (by having packages still compiled against libflac4) _is_
  blocking packages with RC fixes from testing (e.g., k3b and #289440).

  I should've noted that in the changelog. For example, the
  kdemultimedia upload we're preparing will read:

* Upload to rebuild against libflac6. Urgency set to high since there are
packages fixing RC bugs that can't enter sarge due to the transition not
being ready. (Closes: #289343)

   * although it's small: where is the patch for your NMU?

  In the bug report, sorry I sent the wrong patch first. :(

 Anyway thanks for the NMU.

  Thanks for this positive attitude.

 I've lost the power adapter for my laptop so
 it would have been another day or to until I would have been able to do
 it.

  Note that our (KDE Team) intention was to wait at least until the next
  week, since we were in no hurry at all, and then you would have been
  in time to fix it yourself.

  However, I talked yesterday to a RM and, because of the named k3b RC
  bugfix, the libflac6 transition became immediately high priority for
  them. This was not expected.

  Thanks for understanding and sorry for the inconveniences.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
As scarce as truth is, the supply has always been in excess of the demand.
-- Josh Billings



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



Processed: Re: Bug#245826: t-gnus: please maintain and update the package

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 245826
Bug#245826: t-gnus: please maintain and update the package
Bug reopened, originator not changed.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: another merge for libflac6

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 289521 kdemultimedia
Bug#289521: kdemultimedia-kio-plugins: Could it be package against libflac6 ?
Bug reassigned from package `kdemultimedia-kio-plugins' to `kdemultimedia'.

 severity 289521 serious
Bug#289521: kdemultimedia-kio-plugins: Could it be package against libflac6 ?
Severity set to `serious'.

 merge289521 289343
Bug#289343: kdemultimedia: please rebuild against the latest libflac-dev
Bug#289521: kdemultimedia-kio-plugins: Could it be package against libflac6 ?
Bug#289492: kdemultimedia-kio-plugins: uninstallable - rebuild against libflac6
Merged 289343 289492 289521.

 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#245826: t-gnus: please maintain and update the package

2005-01-13 Thread Tatsuya Kinoshita
reopen 245826
thanks

On November 5, 2004 at 9:44AM +0100,
free (at agnula.org) wrote:

 The package is  now updated, lintian free,  and it works (I'm a t-gnus
 user).

Thanks for maintaining the t-gnus package.

BTW, t-gnus 6.17.2.00-1 was uploaded in unstable, but lintian reports:

-
W: t-gnus source: ancient-standards-version 3.5.2
W: t-gnus source: build-depends-without-arch-dep
W: t-gnus source: configure-generated-file-in-source config.log
W: t-gnus source: configure-generated-file-in-source config.status
W: t-gnus: extra-license-file usr/share/doc/t-gnus/texi/doclicense.texi.gz
E: t-gnus: copyright-should-refer-to-common-license-file-for-gpl
W: t-gnus: description-synopsis-might-not-be-phrased-properly
W: t-gnus: description-synopsis-starts-with-a-capital-letter
W: t-gnus: description-synopsis-starts-with-an-article
W: t-gnus: postrm-calls-install-info
-

Also, could you please consider the patch I already suggested in
`http://bugs.debian.org/245826'?

Thanks,
-- 
Tatsuya Kinoshita


pgpGIux2juxMs.pgp
Description: PGP signature


Bug#289904: kmail: unable to write a new message

2005-01-13 Thread Markus
 rm ~/.DCOP* 
No such files... (only while logged in)
 rm ~/.ICE*
.ICEauthority ... was just 0 bytes long... after a relogin it had 183 
bytes
 rm -R /tmp/*
Well... some directories...

But, hey it worked :)
As you perhaps noticed this mail is already written in kmail :D thanks a 
lot... (sorry that I have not replied... havent got your mail... just 
saw on bugs.debian.org...)


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



Bug#289976: [exposed@lss.hr: Apache mod_auth_radius remote integer overflow]

2005-01-13 Thread Martin Schulze
Fabio Massimo Di Nitto wrote:
 The package was not released with woody. I am working right now to check sid.

What about the attached patch?

Regards,

Joey

-- 
MIME - broken solution for a broken design.  -- Ralf Baechle

Please always Cc to me when replying to me on the lists.
--- mod_auth_radius.c~  2003-03-24 20:16:15.0 +0100
+++ mod_auth_radius.c   2005-01-13 13:01:42.0 +0100
@@ -971,8 +971,11 @@ find_attribute(radius_packet_t *packet, 
   }
   return attr;
 }
-#define radcpy(STRING, ATTR) {memcpy(STRING, ATTR-data, ATTR-length - 2); \
-  (STRING)[ATTR-length - 2] = 0;}
+#define radcpy(STRING, ATTR) do { \
+ unsigned char len = ATTR-length; \
+ if (len = 2) len-=2; \
+ memcpy(STRING, ATTR-data, len); \
+ (STRING)[len] = 0;} until (0)
 
 
 /* authentication module utility functions */


Processed: Re: Bug#290302: marked as done (nfs-common: depends on libnfsidmap1 which isn't installable)

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 290302
Bug#290302: nfs-common: depends on libnfsidmap1 which isn't installable
Bug reopened, originator not changed.

 * Debian Bug Tracking System ([EMAIL PROTECTED]) [050113 16:30]:
Unknown command or malformed arguments to command.

  Package: nfs-common
Unknown command or malformed arguments to command.

  Version: 1:1.0.7-1
Unknown command or malformed arguments to command.

  Severity: serious
Unknown command or malformed arguments to command.

  Justification: Policy 3.5
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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


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



Bug#290339: supercollider: [m68k] FTBFS

2005-01-13 Thread Christian T. Steigies
Package: supercollider
Version: 040926-3
Severity: serious
Justification: FTBFS

Automatic build of supercollider_040926-3 on aahz by sbuild/m68k 1.170.5
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.0.0), libjack-dev, libsigc++-dev, 
libsndfile1-dev, emacs21 | emacsen, dpatch, automake1.7, libtool, libxt-dev
[...]
# adding some tests after the install   
mkdir synthdefs
if ! LD_LIBRARY_PATH=./debian/supercollider/usr/lib 
./debian/supercollider/usr/bin/sclang.real -l 
./debian/supercollider/etc/sclang.cfg  /dev/null; then \
echo outch, sclang test failed. sclang does not support 64 bit mode 
yet; \
exit 1; \
fi
./debian/supercollider/etc/sclang.cfg,10: couldn't resolve path 
/usr/share/SuperCollider/SCClassLibrary/Linux
./debian/supercollider/etc/sclang.cfg,13: couldn't resolve path 
/usr/share/SuperCollider/SCClassLibrary/Common
./debian/supercollider/etc/sclang.cfg,14: couldn't resolve path 
/usr/share/SuperCollider/SCClassLibrary/DefaultLibrary
./debian/supercollider/etc/sclang.cfg,15: couldn't resolve path 
/usr/share/SuperCollider/SCClassLibrary/backwards_compatibility
init_OSC
-TempoClock_stopAll 
-TempoClock_stopAll 
compiling class library..
/bin/sh: line 1:  1153 Aborted 
LD_LIBRARY_PATH=./debian/supercollider/usr/lib 
./debian/supercollider/usr/bin/sclang.real -l 
./debian/supercollider/etc/sclang.cfg /dev/null
outch, sclang test failed. sclang does not support 64 bit mode yet
make: *** [install-arch] Error 1

See full log at
http://buildd.debian.org/fetch.php?pkg=supercolliderver=040926-3arch=m68kstamp=1105297583file=logas=raw

Christian


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



Bug#290337: abort on start

2005-01-13 Thread ROBERTOJIMENOCA
Package: gazpacho
Version: 0.3.1-4
Severity: grave

I'm using latest unstable 2005-01-13
with gtk+ and glib 2.6.1-1 and python_2.3.4-5 and python-gtk2_2.4.1-2

$ gazpacho
Adding /usr/bin/../lib/python2.3/site-packages to sys.path

** ERROR **: file ../../gobject/pygparamspec.c: line 155 
(pyg_param_spec_getattr): assertion failed: (pyclass != NULL)
aborting...
Abortado




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



Bug#290322: no manual page

2005-01-13 Thread Justin Pryzby
Care to write one?  This program only takes two arguments: 

  -v  be verbose - show current configuration at start up.
  -s  do _not_ start the daemon - just show parsed config file.

You might also mention the configuration file.  Other than that ..
just an introduction copied from the source file or the readme.

I will if you don't.

Justin

On Thu, Jan 13, 2005 at 04:35:54PM +0100, Nico Golde wrote:
 Package: scandetd
 Version: 1.2.0-1
 Severity: serious
 Hi, 
 your package has no manual page, which is a policy
 violation.
 regards nico
 
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.9
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
 LC_ALL set to [EMAIL PROTECTED])
 
 Versions of packages scandetd depends on:
 ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries 
 an
 
 -- no debconf information
 
 -- 
 Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF ,'`.
 [EMAIL PROTECTED] | http://www.ngolde.de   (  grml.org
 VIM has two modes - the one in which it beeps`._,'   
 and the one in which it doesn't -- encrypted mail preferred



-- 
Justin
aptitude install task-iraf saods9 eclipse sextractor x11iraf wcstools
http://www.justinpryzby.com/debian/

References

[0] 


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



Bug#290291: evolution: Evolution does not authenticate using MD5 methods (DIGEST/CRAM) and remains plaintext

2005-01-13 Thread Sebastien Bacher
 Since yesterday's sid update, my Evolution only authenticate using
 plaintext login/password, whether you choose NTLM, DIGEST-MD5 or
 CRAM-MD5, introducing a security issue on non SSL accounts and denial
of
 access on servers refusing plaintext authentications.

evolution has not changed for one month. Did you already had the 2.0.3
version before yesterday ? Do you remember the package you have
updated ? What kind of error do you get exactly ? 
Could you run it with CAMEL_DEBUG=all set and attach the log here
(remove the personnal details if you have some in the log) ?


Cheers,

Sebastien Bacer




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



Bug#284096: problem depends on Window manager?

2005-01-13 Thread Dominik Regli

I have the same problem too (modify style / format character).

But I remarked the following behaviour: The error does not occur when I
use OpenOffice in Gnome, but it does when I use it in Enlightenment.

In addition when I change the style in Gnome and a do not leave the
font-tab selected, I can also switch between tabs in Enlightenment after
that.

-- System Information
Kernel 2.6.9. 
openoffice.org 1.1.3-4
gnome-core 63
enlightenment 0.16.6-3





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



Processed: Re: Bug#290302: marked as done (nfs-common: depends on libnfsidmap1 which isn't installable)

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 290302
Bug#290302: nfs-common: depends on libnfsidmap1 which isn't installable
Bug reopened, originator not changed.

 * Chip Salzenberg ([EMAIL PROTECTED]) [050113 17:15]:
Unknown command or malformed arguments to command.

  According to Andreas Barth:
Unknown command or malformed arguments to command.

I already uploaded it.  Ask the ftpmasters why it's not available.
Unknown command or malformed arguments to command.

   In which version was it fixed? I can't see a fixed version of
Unknown command or malformed arguments to command.

   nfs-common.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

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


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



Bug#289440: reopening tagging sarge, migration bloced by libflac6

2005-01-13 Thread Kurt Roeckx
On Thu, Jan 13, 2005 at 02:48:46PM +0100, Jean-Michel Kelbert wrote:
 
 Yes, some wanted libflac, some wanted that I close this bug.
 I do both. I'll upload a package to testing proposed update if libflac6
 doesn't enter into testing.

Please contact the release team before you do an upload to
testing proposed updates.


Kurt



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



Bug#285940: Managed to solve

2005-01-13 Thread Luk Claes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
What did I do:
--- poedit-1.3.1.old/configure.in
+++ poedit-1.3.1/configure.in
@@ -87,7 +87,7 @@
 esac
-AM_PATH_WXCONFIG(2.4.1, WXFOUND=1)
+AM_PATH_WXCONFIG(2.5.3, WXFOUND=1, WXFOUND=0, [html,adv,core])
 if test $WXFOUND != 1; then
 AC_MSG_ERROR([
# apt-get build-dep poedit
# apt-get install aclocal1.7 wx2.5-common
# cp /usr/share/aclocal/{config.*,wxwin.m4} poedit-1.3.1/admin/
# cd poedit-1.3.1
# aclocal
# autoconf
# debuild
Maybe you can link to wxwin.m4 (ln -s) or maybe that step isn't needed,
but as building poedit took quite some time I haven't tested that...
The resulting binary (i386) did quit without any problem.
Cheers
Luk
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFB5rWN5UTeB5t8Mo0RArpxAJ44kg4B8wXSHMoIOvoqiXCIhRoOewCdFVon
fJIG31i+WyUB9KbX6UJKOSw=
=vU+Y
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Processed: merging 286910 290030

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.5
 merge 286910 290030
Bug#286910: java-gnome: ftbfs [sparc] aclocal: command not found
Bug#290030: java-gnome: FTBFS on ia64, alpha, powerpc, hppa, arm, sparc, m68k
Merged 286910 290030.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#289683: marked as done (gabber2: Missing glade file.)

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 18:20:36 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#289683: gabber2: Missing glade file.
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 10 Jan 2005 14:51:28 +
From [EMAIL PROTECTED] Mon Jan 10 06:51:28 2005
Return-path: [EMAIL PROTECTED]
Received: from postfix3-1.free.fr [213.228.0.44] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Co0tE-0002dL-00; Mon, 10 Jan 2005 06:51:28 -0800
Received: from christian.marillat.net (marillat.net [82.225.139.42])
by postfix3-1.free.fr (Postfix) with ESMTP id 0779C173532
for [EMAIL PROTECTED]; Mon, 10 Jan 2005 15:51:26 +0100 (CET)
Received: from marillat by christian.marillat.net with local (Exim 4.34)
id 1Co0tQ-00069i-48
for [EMAIL PROTECTED]; Mon, 10 Jan 2005 15:51:40 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Christian Marillat [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: gabber2: Missing glade file.
X-Mailer: reportbug 3.5
Date: Mon, 10 Jan 2005 15:51:40 +0100
Message-Id: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: gabber2
Version: 1.9.4+cvs20040709-12
Severity: grave
Justification: renders package unusable

Hi,

Login_dlg.glade is missing from the package, and gabber2 doesn't start :

$ gabber2  
Gabber 1.9.4.3

(gabber2:23562): libglade-WARNING **: could not find glade file 
'Login_dlg.glade'
zsh: abort  gabber2


Christian

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gabber2 depends on:
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  libaspell15  0.50.5-5The GNU Aspell spell-checker runti
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgconfmm2.0-1c102  2.0.2-1 C++ wrappers for GConf2 (shared li
ii  libglade2-0  1:2.4.1-1   Library to load .glade files at ru
ii  libglademm2.0-1c102  2.2.0-1 C++ wrappers for libglade2 (shared
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgnutls11  1.0.16-13   GNU TLS library - runtime library
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libgtkmm2.0-1c1022.2.12-1.1  C++ wrappers for GTK+ 2.0 (shared 
ii  libjabberoo0 1.9.4+cvs20040709-3 library to interact with Jabber
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libsigc++-1.2-5c102  1.2.5-1 Type-safe Signal Framework for C++
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  2.6.11-5GNOME XML library
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information

---
Received: (at 289683-done) by bugs.debian.org; 13 Jan 2005 17:20:43 +
From [EMAIL PROTECTED] Thu Jan 13 09:20:14 2005
Return-path: [EMAIL PROTECTED]
Received: from postfix3-2.free.fr [213.228.0.169] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cp8dp-00010e-00; Thu, 13 Jan 2005 09:20:14 -0800
Received: from christian.marillat.net (marillat.net [82.225.139.42])
by postfix3-2.free.fr (Postfix) with ESMTP id E09BBC466;
Thu, 13 Jan 2005 18:20:06 +0100 (CET)
Received: from marillat by christian.marillat.net with local (Exim 4.34)
id 1Cp8eC-0002Rk-CL; Thu, 13 Jan 

Bug#284117: comments

2005-01-13 Thread Justin Pryzby
In addition to previously documented flaws, it appears that
ftp_passv() might overflow addr with a mallicious numerical response
of more than 3 digits.

Further auditing should look closely at locking with mutexes: is this
even a theoretical problem, for a remote attacker?

popcon indicates that this is not an unpopular package, though there
are alternatives.  The code, overall, isn't bad.  Upstream seems to be
unresponsive, however (or in denial).

I also note that sometimes 1 too many bytes are allocated with
alloca() (see http.c:589, http-retr.c:185,347).

I'm looking at patching the http-redirect exploitable problem now. 

Justin


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



Bug#104394: 0.00 Balances

2005-01-13 Thread Ramey
Home Owners - do you have less than perfect credit? 

We'll quickly match you up with the best provider based on your needs

We specialize in less than perfect credit.  

We'll help you get the yes you deserve.

http://vesk.echeneisvalle.com/prime/properly/

 . . . . . . . . . . . . . . . . . . . . . . . . . . .
Modify settings on mailinglist::
at webpage

GkEeFEHLJEBdjxlCbzdveqCpmxAlFEIHNIBkqfsCihkdlxCwtfAlFEIIHFBkqfsCihkdlxCwtfAqFEIIHIBpvkxCnmpiqdCcykUi


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



Bug#120290: 0.00 Balance

2005-01-13 Thread Seals

Home Owners - do you have less than perfect credit? 

We'll quickly match you up with the best provider based on your needs

We specialize in less than perfect credit.  

We'll help you get the yes you deserve.

http://vesk.echeneisvalle.com/prime/properly/

 . . . . . . . . . . . . . . . . . . . . . . . . . . .
Modify settings on mailinglist::
at webpage

GkEbFGEFFKBzguiCxwzsbnCmjuAaFGEGNEByfthCwvyrzmClitAmFGEGNMBlrgtCjilemyCxugAtFGEJFHBsynbCqpsltgCfcnUi


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



Bug#290188: upgrading bochsbios without upgrading rest of bochs -- problem

2005-01-13 Thread Guillem Jover
severity 290188 important
thanks

Hi,

On Wed, Jan 12, 2005 at 06:14:15PM -0500, Brian Sammon wrote:
 Package: bochsbios
 Version: 2.1.1+20041109-3
 Severity: grave
 Justification: renders package unusable
 
 I had the following installed and everything worked OK:
   bochs 2.1.1-10
   bochs-wx 2.1.1-10
   bochsbios 2.1.1-10
   vgabios 0.4b-1

Yes it does not work, and it needs a tighter dependency but that
cannot be added to older packages. So I'll add proper conflict lines
after the current bochs packages are in testing that fix an RC bug on
qemu. That should be in 2 day (if all buildds have finished).

Also this version is not on testing nor in stable, I'll test the
problem with the stable to testing migration though.

And you could fix this by upgrading the other packages. So thus I'm
downgrading it to important. Also this bug does not affect any current
releasable version.

 I upgraded bochsbios to 2.1.1+20041109-3 without upgrading bochs or
 bochs-wx, and there were no dependency complaints.
 Afterwards, the bochs window comes up, but doesn't display anything, and the
 stdout from bochs contains a perpetual spew of:
   0011340e[VGA  ] character height = 1, skipping text update
   0011370e[VGA  ] character height = 1, skipping text update
   etc...

regards,
guillem


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



Bug#289953: kwave: please rebuild against latest libflac++-dev

2005-01-13 Thread Adeodato Simó

   Also, it seems to me that kdemultimedia will block you from fixing.
   Sorry for this, depending if we go for 3.3.2 or 3.3.1, the timeframe
   for the fix will vary.

  After talking with the Release Team, the libflac6 transition is being
  given high priority because some packages fixing RC bugs can't enter
  sarge because of it. kdemultimedia 3.3.1-2 has been uploaded today.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
As scarce as truth is, the supply has always been in excess of the demand.
-- Josh Billings



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



Bug#76918: zero Balance

2005-01-13 Thread Cruz
Home Owners - do you have less than perfect credit? 

We'll quickly match you up with the best provider based on your needs

We specialize in less than perfect credit.  

We'll help you get the yes you deserve.

http://vesk.echeneisvalle.com/prime/properly/

 . . . . . . . . . . . . . . . . . . . . . . . . . . .
Modify settings on mailinglist::
at webpage

GkElLKNFMBkqfsCihkdlxCwtfAmLKNGGBlrgtCjilemyCxugAjLKNGBiodqCgfibjvCurdAsLKNMGBrxmzCporksfCebmUi


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



Processed: Bug#289762: problem seems to be in FROM_UNIXTIME()

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 289762 mysql-server
Bug#289762: nagios-mysql: no status update after mysql update
Bug reassigned from package `nagios-mysql' to `mysql-server'.

 severity 289762 critical
Bug#289762: nagios-mysql: no status update after mysql update
Severity set to `critical'.

 tags 289762 patch
Bug#289762: nagios-mysql: no status update after mysql update
Tags were: moreinfo
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: retitle 290339 to supercollider: [m68k,s390,mips,sparc] FTBFS

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.5
 retitle 290339 supercollider: [m68k,s390,mips,sparc] FTBFS
Bug#290339: supercollider: [m68k] FTBFS
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: severity of 290322 is normal

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.5
 severity 290322 normal
Bug#290322: no manual page
Severity set to `normal'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 290339

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.5
 tags 290339 help
Bug#290339: supercollider: [m68k,s390,mips,sparc] FTBFS
There were no tags set.
Tags added: help


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: retitle 290339 to supercollider: [m68k s390 mips sparc] FTBFS, tagging 290339

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.5
 retitle 290339 supercollider: [m68k s390 mips sparc] FTBFS
Bug#290339: supercollider: [m68k,s390,mips,sparc] FTBFS
Changed Bug title.

 tags 290339 help
Bug#290339: supercollider: [m68k s390 mips sparc] FTBFS
Tags were: help
Tags added: help


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: nagios-mysql bugs

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 289762 grave
Bug#289762: nagios-mysql: no status update after mysql update
Severity set to `grave'.

 tags 289762 - moreinfo
Bug#289762: nagios-mysql: no status update after mysql update
Tags were: patch moreinfo
Tags removed: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#289521: marked as done (kdemultimedia-kio-plugins: Could it be package against libflac6 ?)

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 18:17:17 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#289343: fixed in kdemultimedia 4:3.3.1-2
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 9 Jan 2005 15:14:09 +
From [EMAIL PROTECTED] Sun Jan 09 07:14:09 2005
Return-path: [EMAIL PROTECTED]
Received: from mailfe09.swipnet.se (mailfe09.swip.net) [212.247.155.1] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cneld-0004p3-00; Sun, 09 Jan 2005 07:14:09 -0800
X-T2-Posting-ID: FDAqvamOV2hj5Gaz4nRjppgpDE1aOIgIUYcPSQRIhVw=
Received: from [83.177.205.158] (HELO client.local)
  by mailfe09.swip.net (CommuniGate Pro SMTP 4.2.7)
  with ESMTP id 61103341 for [EMAIL PROTECTED]; Sun, 09 Jan 2005 16:13:33 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: jjluza [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: kdemultimedia-kio-plugins: Could it be package against libflac6 ?
X-Mailer: reportbug 3.5
Date: Sun, 09 Jan 2005 16:13:33 +0100
Message-ID: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: kdemultimedia-kio-plugins
Version: 4:3.3.2-0pre1
Severity: wishlist


Hello,

I notice that libflac4 seems to have a problem and is replaced by
libflac6. I don't know if libflac4 will be fixed but it seems that all
applications depending on libflac turns to libflac6 instead of libflac4.
So I think it could be a good thing that kdemultimedia-kio-plugins now
depends on libflac6.

If you do that, don't forget experimental package please.  ;-)


Thanks for your work.

Regards,
JJ Luza



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-debian1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kdemultimedia-kio-plugins depends on:
ii  kdelibs4 4:3.3.2-0pre1   KDE core libraries
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcdparanoia0   3a9.8-11Shared libraries for cdparanoia (r
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libflac4 1.1.1-1 Free Lossless Audio Codec - runtim
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libkcddb14:3.3.2-0pre1   cddb library for KDE
ii  libogg0  1.1.0-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-7   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libvorbis0a  1.0.1-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.0.1-1 The Vorbis General Audio Compressi
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information

---
Received: (at 289343-close) by bugs.debian.org; 13 Jan 2005 23:23:24 +
From [EMAIL PROTECTED] Thu Jan 13 15:23:24 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CpEJI-0001fy-00; Thu, 13 Jan 2005 15:23:24 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CpEDN-0005DK-00; Thu, 13 Jan 2005 18:17:17 -0500
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL 

Bug#289492: marked as done (kdemultimedia-kio-plugins: uninstallable - rebuild against libflac6)

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 18:17:17 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#289343: fixed in kdemultimedia 4:3.3.1-2
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 9 Jan 2005 13:38:56 +
From [EMAIL PROTECTED] Sun Jan 09 05:38:56 2005
Return-path: [EMAIL PROTECTED]
Received: from mail04.syd.optusnet.com.au [211.29.132.185] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CndHT-0001Ti-00; Sun, 09 Jan 2005 05:38:56 -0800
Received: from espresso.caffeine (c211-30-49-101.mirnd1.nsw.optusnet.com.au 
[211.30.49.101])
by mail04.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id 
j09Dcs0J007039
(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
for [EMAIL PROTECTED]; Mon, 10 Jan 2005 00:38:54 +1100
Received: from netsnipe by espresso.caffeine with local (Exim 4.34)
id 1CndHR-00088g-6J
for [EMAIL PROTECTED]; Mon, 10 Jan 2005 00:38:53 +1100
Date: Mon, 10 Jan 2005 00:38:53 +1100
From: Andrew Lau [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: kdemultimedia-kio-plugins: uninstallable - rebuild against libflac6
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol=application/pgp-signature; boundary=eJnRUKwClWJh1Khz
Content-Disposition: inline
X-PGP-Key-ID: 0x2E8B68BD
X-PGP-Fingerprint: 0B77 73D0 4F3B F286 63F1 9F4A 9B24 C07D 2E8B 68BD
X-PGP-Key: http://pgp.dtype.org:11371/pks/lookup?op=getsearch=0x2E8B68BD
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--eJnRUKwClWJh1Khz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: kdemultimedia-kio-plugins
Version: 4:3.3.1-1
Severity: grave

Hey guys,

The FLAC libraries have changed SONAMEs from 4 to 6.

# apt-get install kdemultimedia-kio-plugins
=2E..
The following packages have unmet dependencies:
  kdemultimedia-kio-plugins: Depends: libflac4 but it is not going to be in=
stalled
E: Broken packages

Cheers,
Andrew Netsnipe Lau

--=20
---
Andrew Netsnipe Lau   http://www.cse.unsw.edu.au/~alau/
 Debian GNU/Linux Maintainer  UNSW Computing Students' Society President
 -
  Nobody expects the Debian Inquisition!
 Our two weapons are fear and surprise...and ruthless efficiency!
---

--eJnRUKwClWJh1Khz
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFB4TPsmyTAfS6LaL0RAq/vAKCRgcf6T53Ck650Za+WA7VZ3bZQmwCgtHSO
52WkbMYb5TLrmpLwkEwueV8=
=J68E
-END PGP SIGNATURE-

--eJnRUKwClWJh1Khz--

---
Received: (at 289343-close) by bugs.debian.org; 13 Jan 2005 23:23:24 +
From [EMAIL PROTECTED] Thu Jan 13 15:23:24 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CpEJI-0001fy-00; Thu, 13 Jan 2005 15:23:24 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CpEDN-0005DK-00; Thu, 13 Jan 2005 18:17:17 -0500
From: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.54 $
Subject: Bug#289343: fixed in kdemultimedia 4:3.3.1-2
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Thu, 13 Jan 2005 18:17:17 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: kdemultimedia
Source-Version: 4:3.3.1-2

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

akode_3.3.1-2_i386.deb
  

Bug#290009: r5rs-doc: unsatisfiable build dependencies in testing

2005-01-13 Thread Steve Langasek
On Thu, Jan 13, 2005 at 09:56:48AM -0500, Chris Hanson wrote:
Date: Wed, 12 Jan 2005 03:04:30 -0800
From: Steve Langasek [EMAIL PROTECTED]

Package: r5rs-doc
Version: 20010328-6
Severity: serious

The scm package will be removed from sarge shortly due to
release-critical bugs that appear to be far from trivial to fix.

 Can you explain further?  I see two RC bugs filed against the package.
 One appears to be specific to the sarge release (build works fine in
 unstable), and the other has a suggested fix.  I must be missing
 something.

Well, the suggested fix is one I suggested; it didn't survive contact with
reality.  This means there is no easy fix for the scm problems in unstable,
and the fix for the scm problems in testing is to get the new version in...

 I would strongly prefer to fix the scm package rather than rewrite
 r5rs-doc.

 Have you talked to Aubrey about the problems?  I know him pretty well
 and I'm sure he'd be willing to help.

I don't know who Aubrey is, but if you have contacts that will help get
these packages fixed for sarge, I would certainly encourage you to try.
It is also possible that this problem can be fixed by having the ftp-masters
drop the ia64 and powerpc binaries from the archive; this should definitely
be cleared with the scm maintainer first.

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#290340: marked as done ([libboost-thread-dev] Missing header files)

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 22:23:19 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#290333: [libboost-thread-dev] Missing header files
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 13 Jan 2005 17:03:25 +
From [EMAIL PROTECTED] Thu Jan 13 09:03:25 2005
Return-path: [EMAIL PROTECTED]
Received: from uni00mr.unity.ncsu.edu [152.1.1.163] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cp8NY-00065U-00; Thu, 13 Jan 2005 09:03:24 -0800
Received: from vpython-pc-01.physics.ncsu.edu (vpython-pc-01.physics.ncsu.edu 
[152.1.125.78])
by uni00mr.unity.ncsu.edu (8.12.10/8.12.10/N.20040817.03) with ESMTP id 
j0DH3LUe016265
for [EMAIL PROTECTED]; Thu, 13 Jan 2005 12:03:21 -0500 (EST)
Subject: [libboost-thread-dev] Missing header files
From: Jonathan Brandmeyer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Content-Type: text/plain
Date: Thu, 13 Jan 2005 12:03:21 -0500
Message-Id: [EMAIL PROTECTED]
Mime-Version: 1.0
X-Mailer: Evolution 2.0.3 
Content-Transfer-Encoding: 7bit
X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 
2005.1.12.43
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Subject: [libboost-thread-dev] Missing header files
Package: libboost-thread-dev
Version: 1.32.0-2
Severity: grave
Justification: renders package unusable

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

libboost-thread-dev is missing most of the header files that are
required
to be able to use the package.  Only boost/thread.hpp,
boost/thread/barrier.hpp, and boost/thread/read_write_mutex.hpp and
boost/thread/detail/*.hpp are there.

The following files are missing:
boost/thread/mutex.hpp
boost/thread/condition.hpp
boost/thread/exceptions.hpp
boost/thread/once.hpp
boost/thread/recursive_mutex.hpp
boost/thread/thread.hpp
boost/thread/tss.hpp
boost/thread/xtime.hpp

These files comprise most of the public API and are required for use of
the package.

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

Versions of packages libboost-thread-dev depends on:
ii  libboost-dev  1.32.0-2   Boost.org libraries
development fi
ii  libboost-thread1.32.0 1.32.0-2   portable C++
multi-threading

-- no debconf information



---
Received: (at 290340-done) by bugs.debian.org; 14 Jan 2005 03:23:24 +
From [EMAIL PROTECTED] Thu Jan 13 19:23:24 2005
Return-path: [EMAIL PROTECTED]
Received: from relais.videotron.ca [24.201.245.36] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CpI3Y-0006kt-00; Thu, 13 Jan 2005 19:23:24 -0800
Received: from riemann.nyongwa.montreal.qc.ca ([24.37.77.196])
 by VL-MO-MR011.ip.videotron.ca
 (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep  8 2003))
 with ESMTP id [EMAIL PROTECTED]; Thu,
 13 Jan 2005 22:23:19 -0500 (EST)
Received: from steve by riemann.nyongwa.montreal.qc.ca with local
 (Exim 3.36 #1 (Debian))id 1CpI3T-0006iV-00; Thu, 13 Jan 2005 22:23:19 
-0500
Date: Thu, 13 Jan 2005 22:23:19 -0500
From: Steve M. Robbins [EMAIL PROTECTED]
Subject: Re: Bug#290333: [libboost-thread-dev] Missing header files
In-reply-to: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: Mutt/1.5.6+20040907i
References: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Hello,

Closing because I believe that you are mistaken in this report.  


On Thu, Jan 13, 2005 at 11:44:35AM -0500, Jonathan Brandmeyer wrote:

 libbost-thread-dev is missing most of the header files that are required
 to be able to use the package.  Only boost/thread.hpp,
 boost/thread/barrier.hpp, and 

Bug#290333: marked as done ([libboost-thread-dev] Missing header files)

2005-01-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Jan 2005 22:23:19 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#290333: [libboost-thread-dev] Missing header files
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 13 Jan 2005 16:44:39 +
From [EMAIL PROTECTED] Thu Jan 13 08:44:39 2005
Return-path: [EMAIL PROTECTED]
Received: from uni06mr.unity.ncsu.edu [152.1.1.169] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cp85P-Ni-00; Thu, 13 Jan 2005 08:44:39 -0800
Received: from localhost (vpython-pc-01.physics.ncsu.edu [152.1.125.78])
by uni06mr.unity.ncsu.edu (8.12.10/8.12.10/N.20040817.03) with ESMTP id 
j0DGiZPb002228;
Thu, 13 Jan 2005 11:44:35 -0500 (EST)
Received: from jdbrandm by localhost with local (Exim 4.34)
id 1Cp85L-0001yt-SG; Thu, 13 Jan 2005 11:44:35 -0500
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Jonathan Brandmeyer [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: [libboost-thread-dev] Missing header files
X-Mailer: reportbug 3.5
Date: Thu, 13 Jan 2005 11:44:35 -0500
Message-Id: [EMAIL PROTECTED]
X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 
2005.1.12.43
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libboost-thread-dev
Version: 1.32.0-2
Severity: grave
Justification: renders package unusable


libbost-thread-dev is missing most of the header files that are required
to be able to use the package.  Only boost/thread.hpp,
boost/thread/barrier.hpp, and boost/thread/read_write_mutex.hpp and
boost/thread/detail/*.hpp are there.

The following files are missing:
boost/thread/mutex.hpp
boost/thread/condition.hpp
boost/thread/exceptions.hpp
boost/thread/once.hpp
boost/thread/recursive_mutex.hpp
boost/thread/thread.hpp
boost/thread/tss.hpp
boost/thread/xtime.hpp

These files comprise most of the public API and are required for use of
the package.

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

Versions of packages libboost-thread-dev depends on:
ii  libboost-dev  1.32.0-2   Boost.org libraries development fi
ii  libboost-thread1.32.0 1.32.0-2   portable C++ multi-threading

-- no debconf information

---
Received: (at 290333-done) by bugs.debian.org; 14 Jan 2005 03:23:24 +
From [EMAIL PROTECTED] Thu Jan 13 19:23:24 2005
Return-path: [EMAIL PROTECTED]
Received: from relais.videotron.ca [24.201.245.36] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CpI3Y-0006kt-00; Thu, 13 Jan 2005 19:23:24 -0800
Received: from riemann.nyongwa.montreal.qc.ca ([24.37.77.196])
 by VL-MO-MR011.ip.videotron.ca
 (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep  8 2003))
 with ESMTP id [EMAIL PROTECTED]; Thu,
 13 Jan 2005 22:23:19 -0500 (EST)
Received: from steve by riemann.nyongwa.montreal.qc.ca with local
 (Exim 3.36 #1 (Debian))id 1CpI3T-0006iV-00; Thu, 13 Jan 2005 22:23:19 
-0500
Date: Thu, 13 Jan 2005 22:23:19 -0500
From: Steve M. Robbins [EMAIL PROTECTED]
Subject: Re: Bug#290333: [libboost-thread-dev] Missing header files
In-reply-to: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: Mutt/1.5.6+20040907i
References: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Hello,

Closing because I believe that you are mistaken in this report.  


On Thu, Jan 13, 2005 at 11:44:35AM -0500, Jonathan Brandmeyer wrote:

 libbost-thread-dev is missing most of the header files that are required
 to be able to use the package.  Only boost/thread.hpp,
 boost/thread/barrier.hpp, and 

Bug#290242: prozilla: Nonfree

2005-01-13 Thread Brian Nelson
On Thu, Jan 13, 2005 at 10:07:07AM +, MJ Ray wrote:
 Brian Nelson [EMAIL PROTECTED] wrote:
  [...] I can only find it currently in 2 packages in
  Debian--prozilla and elinks.  The others that used it in the past
  (libcurl, wget?) likely rewrote the code since it was obsolete anyway.
  Why not just take the code from one of those if it's really a concern?
 
 That seems like a good suggestion. Can you tell which parts
 replaced it?

From src/Changelog:

2000-11-18  Jan Prikryl  [EMAIL PROTECTED]

* ftpparse.c, ftpparse.h: New files.

* ftp-ls.c (ftp_parse_ls): Use ftp_parse_unix_ls for UNIX servers
only. Use ftp_parse_nonunix_ls otherwise.
(ftp_parse_nonunix_ls): Stub to the ftpparse library handling all
exotic FTP servers.

* ftp.h (stype): New enum, distinguishes UNIX, VMS, and other
FTP servers.

And then later:

2001-02-13  Jan Prikryl  [EMAIL PROTECTED]

* ftp-ls.c (ftp_parse_ls): Added support of ST_MACOS (Unix-like
listing without correct permissons).

* ftp.h (stype): Added ST_MACOS to identify the NetPresenz MacOS
FTP server.

* ftp.c (ftp_retrieve_list): New mirroring logic: A remote file
shall be donwloaded only when it's newer than the local copy or
when it has the same timeestamp but its size is different. ST_VMS
and ST_MACOS as special cases that lie about file size.

* ftp-ls.c (ftp_parse_ls): Support for ST_MACOS.

* Makefile.in: Removed dependency on ftpparse library due to unclear
copyright issues and absence of any feedback to our queries.

* ftp-ls.c: Removed dependency on ftpparse library due to unclear
copyright issues and absence of any feedback to our queries.
(ftp_parse_ls): Added a warning message when remote server system
does not seem to be suported by wget.
(ftp_parse_vms_ls): New function for parsing VMS ftp
server listing output.

So, ftp_parse_ls() is the functional equivalent of ftpparse(), though
it's not a drop-in replacement.  The design is a little different--for
example, ftp_parse_ls() requires a server type as found from the SYST
command, whereas ftpparse() seems to just guess the output on the fly.
Still, it should be a relatively trivial switch.

I suggest explaning to upstream that they have no clear right to use
ftpparse in their code, and several other projects that once relied on
it have purged it from their code as a result.  Then point them to the
wget code for a functional replacement.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Bug#284096: problem depends on Window manager?

2005-01-13 Thread Eric Valette
You are right : only gnome _seems_ to work but in fact it corrupt 
something too : the color of the master slide footer title changed from 
yellow to black...

I also tested fvwm2 and it crashes as KDE does. Does it ring a bell?
Maintainers could try to reproduce the bugs on KDE if they use gnome as 
their favorite window manager...

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


Processed: This makes the packages unusable

2005-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 254400 grave
Bug#254400: Lib file gets installed incorrectly
Severity set to `grave'.

 severity 254401 grave
Bug#254401: Lib file gets installed incorrectly
Severity set to `grave'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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