Re: buildd logs for experimental

2006-07-27 Thread Drew Parsons
On Fri, 2006-07-28 at 07:57 +0200, Thomas Viehmann wrote: > Drew Parsons wrote: > > As I understand it, buildds (or is it a separate set of servers?) are > > now autocompiling packages in experimental. Where are the logs for > > these builds? > http://experimental.ftbfs.de/ > Thanks for the lin

Re: Bug#380173: ITP: deb822 -- Read and manipulate RFC822-like files (e.g. .dsc and .changes)

2006-07-27 Thread Andreas Barth
* Thomas Viehmann ([EMAIL PROTECTED]) [060728 08:36]: > The copyright file is broken. cf. #336982 > > > deb822 abstractifies the RFC822 format used in Debian's control files. You > > can use a deb822 object like a Python dictionary, referring to control > > fields > > as dictionary keys. > >

Work-needing packages report for Jul 28, 2006

2006-07-27 Thread wnpp
The following is a listing of packages for which help has been requested through the WNPP (Work-Needing and Prospective Packages) system in the last week. Total number of orphaned packages: 346 (new: 25) Total number of packages offered up for adoption: 80 (new: 3) Total number of packages request

Re: Bug#380173: ITP: deb822 -- Read and manipulate RFC822-like files (e.g. .dsc and .changes)

2006-07-27 Thread Thomas Viehmann
The copyright file is broken. cf. #336982 > deb822 abstractifies the RFC822 format used in Debian's control files. You > can use a deb822 object like a Python dictionary, referring to control fields > as dictionary keys. Is it really worth doing this? Python readily has rfc822 parsing and the

Re: buildd logs for experimental

2006-07-27 Thread Ingo Juergensmann
On Fri, Jul 28, 2006 at 03:28:13PM +1000, Drew Parsons wrote: > As I understand it, buildds (or is it a separate set of servers?) are > now autocompiling packages in experimental. Experimental is using a different buildd infrastructure than the official buildds and so do sarge-backports, non-free,

Bug#380173: ITP: deb822 -- Read and manipulate RFC822-like files (e.g. .dsc and .changes)

2006-07-27 Thread John Wright
Package: wnpp Severity: wishlist Owner: John Wright <[EMAIL PROTECTED]> * Package name: deb822 Version : 0.1 Upstream Author : Dann Frazier <[EMAIL PROTECTED]> * URL : http://free.linux.hp.com/~jswright/deb822/trunk * License : GPL Programming Lang: Python

Re: buildd logs for experimental

2006-07-27 Thread Thomas Viehmann
Drew Parsons wrote: > As I understand it, buildds (or is it a separate set of servers?) are > now autocompiling packages in experimental. Where are the logs for > these builds? http://experimental.ftbfs.de/ Kind regards T. -- Thomas Viehmann, http://thomas.viehmann.net/ -- To UNSUBSCRIBE, em

Re: buildd logs for experimental

2006-07-27 Thread Martin Zobel-Helas
Hi Drew, On Fri, Jul 28, 2006 at 03:28:13PM +1000, Drew Parsons <[EMAIL PROTECTED]> wrote: > As I understand it, buildds (or is it a separate set of servers?) are > now autocompiling packages in experimental. Where are the logs for > these builds? http://experimental.debian.net -- To UNSUBS

buildd logs for experimental

2006-07-27 Thread Drew Parsons
As I understand it, buildds (or is it a separate set of servers?) are now autocompiling packages in experimental. Where are the logs for these builds? Would it be possible to add the experimental build logs to the log pages at http://buildd.debian.org/build.php ? That would be a really fine ser

rfh: nagios-plugins/radiusclient segfault on amd64

2006-07-27 Thread sean finney
hey folks, i have a bug report where the amd64 version of a libradiusclient-using program segfaults, but works fine on i386. my guess is that this is some kind of 64 vs 32-bit type casting gone wrong somewhere, and i suspect it's within the radiusclient code itself and not the plugin (i stumbled

Re: How to fix a disk problem/damaged file?

2006-07-27 Thread Stephen Gran
This one time, at band camp, Atsuhito Kohda said: > Hi all, > > I recently noticed that /usr/lib/perl5/XML/Parser on my > Debian/Stable (UltraSparc) seemed to be damaged. > > ~$ ls /usr/lib/perl5/XML/Parser > ls: /usr/lib/perl5/XML/Parser: Input/output error > > And I failed to reinstall libxml-

How to fix a disk problem/damaged file?

2006-07-27 Thread Atsuhito Kohda
Hi all, I recently noticed that /usr/lib/perl5/XML/Parser on my Debian/Stable (UltraSparc) seemed to be damaged. ~$ ls /usr/lib/perl5/XML/Parser ls: /usr/lib/perl5/XML/Parser: Input/output error And I failed to reinstall libxml-parser-perl_2.34-4_sparc.deb with the same reason. How can I fix th

Re: lilypond and python

2006-07-27 Thread Thomas Bushnell BSG
Loïc Minier <[EMAIL PROTECTED]> writes: > On Wed, Jul 26, 2006, Thomas Bushnell BSG wrote: >> I believe the patch you sent was not against the current upstream >> release, unless you are referring to something different. > > I am not the lilypond maintainer, I don't want to have to download an >

Re: lilypond and python

2006-07-27 Thread Thomas Bushnell BSG
Pierre Habouzit <[EMAIL PROTECTED]> writes: > it seems that guile 1.6.8 is buggy. people reported to have build > lilypond with guile 1.6.7 and/or guile-1.8 correctly. And I suppose > *HERE* is the real problem, which you failed to spot, because you > didn't even TRIED to. I had that problem

Bug#380159: kernel modules postinst script -- update templates to use dh_installmodules instead

2006-07-27 Thread Junichi Uekawa
Package: module-assistant Version: 0.10.6 Hi, > > #!/bin/sh > > set -e > > > > SYSTEMMAP=/boot/System.map-_KVERS_ > > > > if [ -f $SYSTEMMAP ] ; then > > depmod -ae -F $SYSTEMMAP _KVERS_ > > elif [ "`uname -r`" = "_KVERS_" ] ; then > > depmod -a & > > fi > > As of debhe

RFC: ssl-cert2 design [Was: Re: Using the SSL snakeoil certificate]

2006-07-27 Thread James Westby
Warning, long email. Executive summary. == * More consistent handling of SSL certs would be nice. * The proposed ssl-cert package is not in good shape. ssl-cert2 from http://jameswestby.net/debian/ssl-cert2-0.1.tar.gz aims to * Make it easier for package maintainers

Re: The new python policy and packaging

2006-07-27 Thread Pierre Habouzit
Le jeu 27 juillet 2006 23:20, Manoj Srivastava a écrit : > On Thu, 27 Jul 2006 14:15:47 -0500, Joe Wreschnig <[EMAIL PROTECTED]> said: > > Your confusion is due to an incorrect distinction. .py and .so > > files are both modules; .so files are "extension modules" and .py > > files are "pure Pytho

Re: The new python policy and packaging

2006-07-27 Thread Manoj Srivastava
On Thu, 27 Jul 2006 14:15:47 -0500, Joe Wreschnig <[EMAIL PROTECTED]> said: > On Thu, 2006-07-27 at 11:56 -0500, Manoj Srivastava wrote: >> Hi, >> >> [Please keep the CC to debian-devel, or please CC me, if yu are >> replying to this on debian-python@lists.debian.org, since I am not >> subscribe

Bug#380148: ITP: ipset -- administration tool and iptables modules for kernel IP sets

2006-07-27 Thread Robert S. Edmonds
Package: wnpp Severity: wishlist Owner: "Robert S. Edmonds" <[EMAIL PROTECTED]> * Package name: ipset Version : 2.2.9 Upstream Author : Jozsef Kadlecsik <[EMAIL PROTECTED]> * URL : http://ipset.netfilter.org/ * License : GPL Programming Lang: C Description

Processed: Re: Cleaning up base

2006-07-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > reassign 379843 logrotate Bug#379843: base: There are multiple ways to rotate logs, when it should be centralised Bug reassigned from package `base' to `logrotate'. > reassign 223014 initscripts Bug#223014: base: mount example bad when root dir gets m

Re: small quirks setting up a cross-compile toolchain

2006-07-27 Thread Aaron M. Ucko
Tyler MacDonald <[EMAIL PROTECTED]> writes: > Has anybody else run into this? Is there something I can do that's > cleaner and closer to The Debian Way than manually making symlinks? Install the Debian toolchain-source package and go from there. -- Aaron M. Ucko, KB1CJC (amu at alum.mit.e

Re: small quirks setting up a cross-compile toolchain

2006-07-27 Thread Tyler MacDonald
Aaron M. Ucko <[EMAIL PROTECTED]> wrote: > Tyler MacDonald <[EMAIL PROTECTED]> writes: > > > Has anybody else run into this? Is there something I can do that's > > cleaner and closer to The Debian Way than manually making symlinks? > > Install the Debian toolchain-source package and go from t

Re: Two versions of pan in etch?

2006-07-27 Thread Thomas Viehmann
Hi, I'd advise against more than one version, that'll make you support two versions with very limited upstream support. Do ship the one you're comfortable with supporting until etch+1 and security supporting somewhat longer largely by yourself: Upstream will tell you 'not to use beta software' for

Re: ARM toolchain is not up-to-date

2006-07-27 Thread Wouter Verhelst
On Thu, Jul 27, 2006 at 06:31:01PM +0200, Goswin von Brederlow wrote: > Roger Leigh <[EMAIL PROTECTED]> writes: > > > Some of the ARM buildds are still not using G++ 4.1 as the default C++ > > compiler, nearly two months after the default was changed. I already > > reported this over a month ago

Two versions of pan in etch?

2006-07-27 Thread Søren Boll Overgaard
Hello, Pan[0] is currently undergoing a major rewrite, and being the maintainer, I am currently considering what version of pan to include in etch. This mail[1] from one of the pan mailing lists sums up the situation quite nicely. Essentially, what it boils down to is this: Would it be prudent to

Re: Buildds still not picking up new architectures, why?

2006-07-27 Thread Steve Langasek
On Thu, Jul 27, 2006 at 12:45:11PM +0200, Ludovic Brenta wrote: > I have requested an update to Packages-arch-specific for asis and other > packages, so that the buildds would try to build these packages on newly > supported architectures. > LaMont Jones made the requested changes on 2006-07-23 [1

The new python policy and packaging

2006-07-27 Thread Manoj Srivastava
Hi, [Please keep the CC to debian-devel, or please CC me, if yu are replying to this on debian-python@lists.debian.org, since I am not subscribed to that list] I have been trying to ensure that my SELinux related packages which have a python component are complian

small quirks setting up a cross-compile toolchain

2006-07-27 Thread Tyler MacDonald
Hello, I've been following the directions here: http://www.mobilab.unina.it/Resources/crosscompilerHOWTO.html attempting to set up a cross-compiler toolchain for my ipod. So far, I've run into a small quirk; half of the files get installed to /usr/arm-linux, the other half

Re: Returned mail: Data format error

2006-07-27 Thread enquiries
Your enquiry has been received and will be dealth with by a representative. Thank you for contacting eConsulting.Net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ARM toolchain is not up-to-date

2006-07-27 Thread Goswin von Brederlow
Roger Leigh <[EMAIL PROTECTED]> writes: > Some of the ARM buildds are still not using G++ 4.1 as the default C++ > compiler, nearly two months after the default was changed. I already > reported this over a month ago to [EMAIL PROTECTED], but it's > still unfixed. That is the correct address, is

Re: Getting rid of circular dependencies, stage 5

2006-07-27 Thread Goswin von Brederlow
Steve Greenland <[EMAIL PROTECTED]> writes: > On 27-Jul-06, 06:13 (CDT), Goswin von Brederlow <[EMAIL PROTECTED]> wrote: >> No harder than all the other apt operations are already. install, >> upgrade, dist-upgrade are all already NP-hard. And dpkg does handle >> cycles correctly so why shouldn't

Re: Buildds still not picking up new architectures, why?

2006-07-27 Thread Goswin von Brederlow
Ludovic Brenta <[EMAIL PROTECTED]> writes: > I have requested an update to Packages-arch-specific for asis and other > packages, so that the buildds would try to build these packages on newly > supported architectures. > > LaMont Jones made the requested changes on 2006-07-23 [1]. Yesterday > (20

ARM toolchain is not up-to-date

2006-07-27 Thread Roger Leigh
Some of the ARM buildds are still not using G++ 4.1 as the default C++ compiler, nearly two months after the default was changed. I already reported this over a month ago to [EMAIL PROTECTED], but it's still unfixed. That is the correct address, isn't it? Please could all the ARM buildds be upda

Re: Buildds still not picking up new architectures, why?

2006-07-27 Thread George Danchev
On Thursday 27 July 2006 15:55, Aurélien GÉRÔME wrote: > Hi, > > On Thu, Jul 27, 2006 at 03:06:25PM +0300, George Danchev wrote: > > AFAICT Packages-arch-specific is a quinn-diff [1] conffile, so probably > > bugreports should be filed against that package, but I'm not sure if > > autobuilders actu

Re: Getting rid of circular dependencies, stage 5

2006-07-27 Thread Steve Greenland
On 27-Jul-06, 06:13 (CDT), Goswin von Brederlow <[EMAIL PROTECTED]> wrote: > No harder than all the other apt operations are already. install, > upgrade, dist-upgrade are all already NP-hard. And dpkg does handle > cycles correctly so why shouldn't apt be able to? I don't buy that > argument. Dp

Re: Buildds still not picking up new architectures, why?

2006-07-27 Thread Aurélien GÉRÔME
Hi, On Thu, Jul 27, 2006 at 03:06:25PM +0300, George Danchev wrote: > AFAICT Packages-arch-specific is a quinn-diff [1] conffile, so probably > bugreports should be filed against that package, but I'm not sure if > autobuilders actually use that package though. Also it seems like > dak/wanna-bu

Re: lilypond and python

2006-07-27 Thread Loïc Minier
On Wed, Jul 26, 2006, Thomas Bushnell BSG wrote: > I believe the patch you sent was not against the current upstream > release, unless you are referring to something different. I am not the lilypond maintainer, I don't want to have to download an upstream tarball or prepare a CVS snapshot or wha

Re: Buildds still not picking up new architectures, why?

2006-07-27 Thread George Danchev
On Thursday 27 July 2006 14:26, Aurélien GÉRÔME wrote: > Hi Ludovic, > > On Thu, Jul 27, 2006 at 12:45:11PM +0200, Ludovic Brenta wrote: > > I have requested an update to Packages-arch-specific for asis and other > > packages, so that the buildds would try to build these packages on newly > > suppo

Re: Buildds still not picking up new architectures, why?

2006-07-27 Thread Aurélien GÉRÔME
Hi Ludovic, On Thu, Jul 27, 2006 at 12:45:11PM +0200, Ludovic Brenta wrote: > I have requested an update to Packages-arch-specific for asis and other > packages, so that the buildds would try to build these packages on newly > supported architectures. > > LaMont Jones made the requested changes o

Re: Getting rid of circular dependencies, stage 5

2006-07-27 Thread Goswin von Brederlow
Josselin Mouette <[EMAIL PROTECTED]> writes: > Le mercredi 26 juillet 2006 à 16:35 -0600, Bruce Sass a écrit : >> > The more circular depends there are the more likely such a failure >> > becomes. So wouldn't it be a good thing to remove all the circular >> > depends that are not neccessary? >> >

Re: Getting rid of circular dependencies, stage 5

2006-07-27 Thread Goswin von Brederlow
Bruce Sass <[EMAIL PROTECTED]> writes: > On Tue July 25 2006 05:38, Goswin von Brederlow wrote: >> Except that libapt does NOT correctly handle dependency loops and can >> split them between dpkg calls causing install failures. >> >> The more circular depends there are the more likely such a failu

Buildds still not picking up new architectures, why?

2006-07-27 Thread Ludovic Brenta
I have requested an update to Packages-arch-specific for asis and other packages, so that the buildds would try to build these packages on newly supported architectures. LaMont Jones made the requested changes on 2006-07-23 [1]. Yesterday (2006-07-26), I uploaded asis again (2005-4), hoping to ha

Re: lilypond and python

2006-07-27 Thread Pierre Habouzit
Le jeu 27 juillet 2006 05:02, Thomas Bushnell BSG a écrit : > Stephen Gran <[EMAIL PROTECTED]> writes: > > What is this, solution number 4 for Mr. BSG's complaints? I am > > almost beginning to believe that he is more interested in > > complaining than just fixing the problem. > > Solution? How a

Re: Getting rid of circular dependencies, stage 5

2006-07-27 Thread Josselin Mouette
Le mercredi 26 juillet 2006 à 16:35 -0600, Bruce Sass a écrit : > > The more circular depends there are the more likely such a failure > > becomes. So wouldn't it be a good thing to remove all the circular > > depends that are not neccessary? > > Sure, but an even better thing would be to fix liba

Re: lilypond and python

2006-07-27 Thread Loïc Minier
On Wed, Jul 26, 2006, Thomas Bushnell BSG wrote: > It is very confusing to me why lilypond should need either > python-support or python-central at all. Can you explain? Actually, it doesn't, I was wrong. I thought some sort of private or public module was built, but the only bits seem to live