Bug#494648: What happens if /tmp is purged (nightly/reboot) ? - Re: Bug#494648: emergency upload of TWiki package

2008-08-14 Thread Olivier Berger
Le vendredi 15 août 2008 à 08:10 +0200, Olivier Berger a écrit :

> Still I have one doubt about the change for
> $TWiki::cfg{RCS}{WorkAreaDir} and $TWiki::cfg{TempfileDir}
> in case of upgrades...
> 
> Will try and report for my upgrade tests.
> 

OK, upgrades from -3.2 to -4 seem fine in this respect. I was worried
for nothing it seems.


But I have a concern about the use of a /tmp subdir, still.

It seems common situation to have /tmp purged (over reboots, nightly ?).
Unless something garantees that it may not happen on any Debian server
running twiki ?

What will guarantee that the permissions of that dir will remain
constant ?

And as that dir will be recreated by TWiki on next access to the CGI,
there's nothing preventing a local user to have recreated the dir with
different permissions in between... and everything may be vulnerable
again.

If no user messes between /tmp purge and dir re-creation by twiki, then
the dir will be created by twiki as :
drwxr-xr-x 2 www-data www-data 4096 Aug 15 08:36 twiki.whatever
which obviously seems safe, but doesn't have the T bit anymore...

So I'm not so sure that solution is really improving so much :( If /tmp
contents (subdirs) is not guaranteed to remain with a fixed set of
rights once defined, then I guess there's no point in trying to worry
about it in packages scripts (postinst).

I guess that the use of (subdir of ?)
$TWiki::cfg{WorkingDir} = '/var/lib/twiki/working'; and some purge
mechanism for the cgi session files may be worth considering.

Comments welcome.

Best regards,

P.S.: received no comment on my policy/best practices request for web
apps sessions on debian-devel... well... not so much disapointed,
but... :-/
-- 
Olivier BERGER <[EMAIL PROTECTED]>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




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



Bug#494532: libparted1.7-udeb on armel

2008-08-14 Thread Martin Michlmayr
> libparted1.7-udeb is now back (on some mirrors so far), so I tried
> installing again. The whole installation now completes without problems.

It's not back on armel.  Is there any chance to get this back somehow
given that it no longer exists on armel in the archive at all?

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



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



Bug#495179: boost: Upstream 1.36 has been released, needs packaging

2008-08-14 Thread Roman Odaisky
Package: boost
Severity: wishlist


Boost 1.36 has been released. Could you please package it?

The changelog is at http://www.boost.org/users/news/version_1_36_0

If you create a package boost1.36 like you did with 1.35, then it could
perhaps even get accepted into Lenny, since it isn’t going to break
anything. Though I’m not too familiar with Debian policies.

TIA,
Roman.


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

Kernel: Linux 2.6.18-53.el5.028stab051.1 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#495138: dpkg-dev: dpkg-source drops *.a files outside of debian/

2008-08-14 Thread Guillem Jover
Hi,

On Thu, 2008-08-14 at 13:17:53 -0600, dann frazier wrote:
> Package: dpkg-dev
> Version: 1.14.20
> Severity: important
> 
> Between 1.14.16 and 1.14.17, dpkg-source appears to have started omitting .a
> files from native V1.0 format packages even outside of the debian/ directory.
> I didn't see anything in the 1.14.17 changelog that suggests this is
> intentional, and I haven't found a workaround for it.

Cool, reported just in time for the next upload. :) I've found the
problem (it's now always enabling implicitly -I), but have to check
how to fix this later as it's affecting v3 source packages which are
supposed to have -I enabled by default.

regards,
guillem



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



Bug#495097: setting package to dselect dpkg-dev dpkg, tagging 495097, tagging 493326, tagging 483655 ...

2008-08-14 Thread Guillem Jover
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# dpkg (1.14.21) UNRELEASED; urgency=low
#
#  * When loading the status file fix up any inconsistent package in state
#triggers-awaited w/o the corresponding package with pending triggers.
#Closes: #487637, #486843, #489068
#  * Fix --no-act in triggers related code. Closes: #495097
#  * Do not assert when dpkg stops processing packages due to too many
#errors occurred while configuring or removing packages.
#Thanks to Ian Jackson <[EMAIL PROTECTED]>. Closes: #483655
#  * Move lzma from dpkg Suggests to Pre-Depends. Closes: #456332
#  * Lithuanian (Gintautas Miliauskas). Closes: #493326
#

package dselect dpkg-dev dpkg
tags 495097 + pending
tags 493326 + pending
tags 483655 + pending
tags 489068 + pending
tags 487637 + pending
tags 456332 + pending
tags 486843 + pending




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



Bug#495178: libjs-jquery: Should compile jquery.min.js and jquery.pack.js from jquery.js

2008-08-14 Thread Vincent Bernat
Package: libjs-jquery
Version: 1.2.6-1
Severity: wishlist

Hi!

jquery.min.js and jquery.pack.js are obviously generated from
jquery.js. It would be better to generate them from this file instead
of just shipping upstream ones. Rationale may include:
 - just one file to review
 - we ensure that jquery.pack.js behaves as jquery.js
 - fixing a bug is easier (I fix it in jquery.js and I get
   jquery.pack.js for free)
   
Moreover, a program in main should be built with programs in main.
This is actually not the case. Maybe this could be considered as a
policy violation.

Thanks.

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

Kernel: Linux 2.6.26.1-zoro.19
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

libjs-jquery depends on no packages.

Versions of packages libjs-jquery recommends:
ii  javascript-common 3  Base support for javascript librar

libjs-jquery suggests no packages.

-- no debconf information



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



Bug#495090: lenny problem with nforce 730a, 780a, and other recent chipsets.

2008-08-14 Thread Martin Michlmayr
* Craig Sanders <[EMAIL PROTECTED]> [2008-08-15 08:53]:
> if you can point me at some current, no-hassle instructions for putting
> a different kernel onto the installer image (on USB stick or on CD)
> then i'll even try booting up the installer on the machine.

I didn't mean the installer, just the Debian package in the installed
system.

Anyway, thanks for testing.

d-i will be moving to 2.6.26 soon.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#495177: libpam-mount: Does not correctly unmount folders specified with an end slash

2008-08-14 Thread Jeremy
Package: libpam-mount
Version: 0.32-4
Severity: important

The problem seems to be relatively simple.

Basically, when you specify  a volume in pam_mount.conf.xml, it
translates the location of the folder you are mounting on.

i.e. with debug enabled, when mounting a volume on login, it gives a
message that the 'actual' location of /home/username/ is /home/username.

The only issue is that when it tries to unmount, (with debug on), it
says it cannot find the mounted location /home/username/ (I believe
because it is translated to /home/username.)

This could be a serious issue for anyone using an encrypted drive who
specifies a name with a ending slash, as it will not unmount thier
partition on their logout, and I assume leave the drive open for some
sort of an attack (with the key still in memory?).

I don't know exactly how an attacker could gain acess, but not
unmounting the drive when the user has logged out without displaying a
warning
is something that should be fixed.

I can collect specific log messages if you need them, but I think
that it is clear what is going wrong.

Thanks for the great software

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

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

Versions of packages libpam-mount depends on:
ii  debconf 1.5.20   Debian configuration management
sy
ii  libc6   2.7-10ubuntu3GNU C Library: Shared libraries
ii  libhx10 1.10.2-2 A library providing queue,
tree, I
ii  libpam0g0.99.7.1-5ubuntu6.1  Pluggable Authentication
Modules l
ii  libssl0.9.8 0.9.8g-4ubuntu3.3SSL shared libraries
ii  libxml-writer-perl  0.603-1  Perl module for writing XML
docume
ii  libxml2 2.6.31.dfsg-2ubuntu1 GNOME XML library
ii  mount   2.13.1-5ubuntu2  Tools for mounting and
manipulatin

libpam-mount recommends no packages.

-- debconf information:
* libpam-mount/convert-xml-config: true


Bug#494648: emergency upload of TWiki package

2008-08-14 Thread Olivier Berger
Hi.

I've had a look at the package sources, and 
interdiff -z twiki_4.1.2-3.2.diff.gz twiki_4.1.2-4.diff.gz show at least
one problem with the reintroduction of obsolete br.po translation file,
which was removed in -3.2 (see changelog).

I'll try and test it.

Still I have one doubt about the change for
$TWiki::cfg{RCS}{WorkAreaDir} and $TWiki::cfg{TempfileDir}
in case of upgrades...

Will try and report for my upgrade tests.

Best regards,

Le jeudi 14 août 2008 à 19:03 +1000, Sven Dowideit a écrit :

> Ardo, Christian ..
> 
> 
> I've just put an updated version of the twiki package at
> http://distributedinformation.com/TWikiDebian/
> 
> that fixes both the security flaw Dmitry found, and a few other bad
> oddities.
> 
> Could one of you by any chance take a look at it (and upload) for me?
> 
> 
> Cheers
> Sven

-- 
Olivier BERGER <[EMAIL PROTECTED]>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




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



Bug#492052: dpkg-deb man page: packages not authenticated

2008-08-14 Thread Guillem Jover
tags 492052 - patch
tags 492052 pending
thanks

Hi,

On Wed, 2008-07-23 at 16:33:39 +0200, Thijs Kinkhorst wrote:
> Package: dpkg
> Version: 1.14.20
> Severity: minor

> man 1 dpkg-deb mentions the following under "BUGS":
> 
> | There is no authentication on .deb files; in fact, there isn’t
> | even a straightforward checksum.

> I don't think that is a bug for the low level tool; this is handled just
> fine by the higher level tools like APT which include authentication and
> checksums. Maybe it stems from pre-APT times.

I think the comment is still valid, as once the .deb is outside a
repository then it cannot be authenticated anymore, the same applies to
the checksums if the packages does not include them when building, via
dh_md5sums for example.

For the former a solution is to merge something like dpkg-sig into dpkg
proper. For the latter, implement something along the lines of #155676,
but probably at build time instead.

> As this is not a bug (anymore) and it may suggest to the casual reader
> that there's some kind of trust problem, I think it should be removed.
> Patch that does this, is attached.

But, yes I agree the comment is still confusing, so I've added
something I hope improves it:

  

regards,
guillem



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



Bug#495060: [Pkg-net-snmp-devel] Bug#495060: net-snmp: embedding perl needs PERL_SYS_INIT3()

2008-08-14 Thread Niko Tyni
On Thu, Aug 14, 2008 at 06:25:47PM +0200, Jochen Friedrich wrote:
> tags 495060 +upstream
> forwarded 495060 
> http://sourceforge.net/tracker/index.php?func=detail&aid=2051742&group_id=12694&atid=112694
> thanks

> > As a consequence, the embedded Perl interpreter is most probably
> > broken on the hppa architecture, where PERL_SYS_INIT3() is needed for
> > initializing lock structures. Without this, calling perl_parse() will
> > hang inside pthread_mutex_lock(). See #486069 for more information.
> 
> Unfortunately, I don't have a system to test this, so I forwarded the bug 
> upstream.

If you can give a straightforward recipe for testing the perl support,
I'm sure people on debian-hppa list can help.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#495176: lintian: false positive: incorrect handling of continuation lines in scripts

2008-08-14 Thread Shachar Shemesh
Package: lintian
Version: 1.24.2.1
Severity: normal

If you check out fakeroot-ng version 0.12-1 (I worked around this bug in
0.12-2), lintian complains about command with path in maintainer script,
line 37 of postinst.

If you look at the actual script, however, line 36 and onwards look like
this:
update-alternatives --install /usr/bin/fakeroot fakeroot \
/usr/bin/fakeroot-ng 5 \
--slave /usr/share/man/man1/fakeroot.1.gz \
fakeroot.1.gz /usr/share/man/man1/fakeroot-ng.1.gz

While line 37 indeed starts with what looks like a command, and it
indeed has a path, but it is, in fact, an argument passed to
"update-alternatives".

In order to solve this, lintian needs to do a more complete parsing of
the lines before passing them on to the rules. I would suggest
concatanating all the lines that are continuation lines into one string,
and only then passing them on to the rules. This will have the side
effect that the rules will attribute any problem in the above example to
line 36, regardless of the line the problem actually happened on, but
that, I think, is an acceptable price to pay (and not much different
than other warnings).

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=he_IL, LC_CTYPE=he_IL (charmap=ISO-8859-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.20  Debian package development tools
ii  file4.25-1   Determines file type using "magic"
ii  gettext 0.17-3   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-2  on-line manual pager
ii  perl [libdigest-sha 5.10.0-11.1  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch (no description available)
pn  libtext-template-perl  (no description available)
ii  man-db2.5.2-2on-line manual pager

-- no debconf information



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



Bug#495170: Recommend PA4 paper size for PDF and PS in /usr/share/doc/

2008-08-14 Thread Steve Langasek
On Fri, Aug 15, 2008 at 02:44:18PM +1000, Trent W. Buck wrote:
> On Thu, Aug 14, 2008 at 09:27:34PM -0700, Russ Allbery wrote:
> > > PA4 is the largest format that fits on both A4 and U.S./Canadian
> > > "Letter" paper without resizing.  I'd like this to be recommended as
> > > the paper size for PDF and PS documents in /usr/share/doc by Debian
> > > Policy.

> > I'm not sure Policy is the appropriate place to start with a request like
> > this.  Policy for the most part codifies things that are already generally
> > accepted by the project and widely implemented in the project.  The best
> > way to make changes like this is to build a consensus among Debian
> > developers that it is the right thing to do and to implement it widely,
> > and only then propose the Policy change.

> OK, so I should raise "please use PA4" bugs against individual
> packages that ship Letter (or A4) PDFs, and then once most of them
> have been fixed re-open this (#495170) bug?

I would suggest also providing some recipe by which this can generally be
accomplished on maintainer's systems, without requiring them to wrongly
modify /etc/papersize on their build system or mangle the upstream build
rules.  E.g., it appears that setting PAPERSIZE in the environment is the
correct way to override default settings from libpaper.

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



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



Bug#495153: setting package to lintian, tagging 495153, tagging 495155

2008-08-14 Thread Adam D . Barratt
# lintian (1.24.4) UNRELEASED; urgency=low
#
#  * checks/files{,.desc}:
#+ [ADB] Enhance the description of package-contains-empty-directory to
#  mention how to remove such directories when building the package.
#  Thanks Chris Lamb.  (Closes: #495153)
#+ [ADB] Add libjs-yui (the Yahoo User Interface Library) to the list of
#  packages which contain Javascript libraries and should be depended upon
#  rather than embedded in other packages.  Patch from Chris Lamb.
#  (Closes: #495155)
#

package lintian
tags 495155 + pending
tags 495153 + pending




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



Bug#495155: Add support for detecting the Yahoo User Interface Library in embedded-javascript-library.

2008-08-14 Thread Adam D. Barratt
Hi,

On Thu, 2008-08-14 at 23:53 +0100, Chris Lamb wrote:
> Please add support for detecting the Yahoo User Interface Library in
> embedded-javascript-library. It is already packaged in Debian in the
> "libjs-yui" package.
> 
> Patch with testcases (against Git HEAD) attached.

On Thu, 2008-08-14 at 23:14 +0100, Chris Lamb wrote:
> Please add a reference to the -empty option of find in the tag description
> for "package-contains-empty-directory".
> 
> I've seen a few packages that call "rm -rf" for a large number of empty
> directories manually which is not really desirable in all situations.
> Hopefully a pointer towards "find -empty" in the long description will be
> helpful here.
> 
> Patch attached.

Thanks for the patches and testcase updates.  I've applied both to git.

Regards,

Adam



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



Bug#495056: barnowl: embedding perl needs PERL_SYS_INIT3()

2008-08-14 Thread Niko Tyni
On Thu, Aug 14, 2008 at 05:09:48PM -0400, Sam Hartman wrote:
> Regardless of your response here, I'll fix the bug as it's obviously
> broken.
> 
> I'm curious though why this is required on hppa.  Does hppa not
> support static mutex initializers or is there some more complicated
> magic going on?  I ask because I think a couple of other packages will
> break if static mutexes are not supported.

There's an explanation from Carlos O'Donnell in

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486069#50

One reason for the difference wrt. other architectures is that hppa
still uses LinuxThreads instead of NPTL.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#493790: [Pkg-nagios-devel] Bug#493790: Bug#493790: Bug#493790: nagios3-common: Incorrect path in handle-master-host-event eventhandler

2008-08-14 Thread Alexander Wirt
Nathan Kinkade schrieb am Thursday, den 14. August 2008:

> 2008/8/5, Alexander Wirt <[EMAIL PROTECTED]>:
> 
> >  > the scripts in /usr/share/nagios3/plugins/eventhandlers/ are not 
> > modified to
> >  > work out of the box at all. The most of the scripts have pathes
> >  > with "/usr/local/nagios". The question is, do we want to change that or 
> > are
> >  > that just "example" scripts like the comments states?
> >  They should be (and will be) fixed.
> >
> >  Alex
> 
> Since this issue is already posted, I thought I'd add a couple more
> incorrect path elements.  I would imagine that if the paths haven't
> been thoroughly checked that many if not most of the paths in included
> scripts and plugins may be wrong.  Below, I prepend things with a line
> number.  I could supply patches, but this is probably just as easy:
> 
> /usr/share/nagios3/plugins/eventhandlers/enable_notifications
> 15: printfcmd="/bin/printf"  <-- Should be /usr/bin/printf
> 17: CommandFile="/usr/local/nagios/var/rw/nagios.cmd"
> <-- Should be /var/lib/nagios3/rw/nagios.cmd
Jupp I already fixed all handler and all paths in svn. :)

> 
> The same holds true for
> /usr/share/nagios3/plugins/eventhandlers/disable_notifications.
> 
> This is only marginally related to this issue with paths, but I figure
> I'd just mention it here for the sake of brevity.  In the
> enable_notifications script above there is something like:
> 
> 23: `printfcmd "[%i] 
> 
> It's missing a $ in front of the variable name, and should be:
> 
> 23: `$printcmd "[%i] 
I will check this later. Thanks for the hint. 

Thanks

Alex
-- 
Alexander Wirt, [EMAIL PROTECTED] 
CC99 2DDD D39E 75B0 B0AA  B25C D35B BC99 BC7D 020A



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



Bug#495175: apt-get -s install foo CHANGE foo package status from automatically to, manually installed (if foo was auto)

2008-08-14 Thread Martin Kiklhorn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: apt
Version: 0.7.9ubuntu17
Severity: normal



debian:/usr/share/aptitude# aptitude search linux-image-2.6.25-2-686
i A linux-image-2.6.25-2-686
  - Linux 2.6.25 image on PPro/Celeron/PII/PIII/P4


# Package is marked as Auto#
# Now try simulation only  #

debian:/usr/share/aptitude# apt-get -s install linux-image-2.6.25-2-686
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-image-2.6.25-2-686 is already the newest version.
##
#   next line seems wrong#
#   package status changed   #
#   package is no longer marked as Auto  #
##
linux-image-2.6.25-2-686 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

##
#   Is it really changed ??? #
##
debian:/usr/share/aptitude# aptitude search linux-image-2.6.25-2-686
i   linux-image-2.6.25-2-686
  - Linux 2.6.25 image on PPro/Celeron/PII/PIII/P4


##
#   Confirmed, its changed instead of untouched  #
#   -s option is not simulation only !!! #
##

Tested on Ubuntu and Debian.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIpRIQNg5SsvcauOgRAi53AKCi/+TC52rWF6D/f3Ued0UiBpEC1wCfQQj4
C5+vGOXx4UwSd6ntDBwWI30=
=DYxl
-END PGP SIGNATURE-



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



Bug#495174: fakeroot-ng: debian/rules clean does not clean, resulting in FTBS twice problems

2008-08-14 Thread Shachar Shemesh
Package: fakeroot-ng
Version: 0.12-1
Severity: serious
Tags: patch
Justification: Policy 4.9

The debian/rules file for the package spread out the commands under
several of the rules, including the 'clean' rule. For some reason, the
empty lines are actually empty, instead of containing a TAB character.
The result is that the rules are terminated early.

As a result, running "debian/rules clean" does not call the upstream
"make distclean", which results in binary files still lying around,
which results in a second "dpkg-buildpackage" failing with
"unrepresentable changes to the source".

To fix, we merely need to add a TAB character to the begining of each
such empty line.

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=he_IL, LC_CTYPE=he_IL (charmap=ISO-8859-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fakeroot-ng depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-2  GCC support library
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3

fakeroot-ng recommends no packages.

fakeroot-ng suggests no packages.

-- no debconf information



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



Bug#495170: Recommend PA4 paper size for PDF and PS in /usr/share/doc/

2008-08-14 Thread Russ Allbery
"Trent W. Buck" <[EMAIL PROTECTED]> writes:

> OK, so I should raise "please use PA4" bugs against individual
> packages that ship Letter (or A4) PDFs, and then once most of them
> have been fixed re-open this (#495170) bug?

Well, I'd start with debian-devel first and see if you can get people to
generally agree.  From there, devref is probably a better first step
before individual bugs, but other people are likely to have opinions that
will come out of the debian-devel discussion.

-- 
Russ Allbery ([EMAIL PROTECTED])   



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



Bug#495170: Recommend PA4 paper size for PDF and PS in /usr/share/doc/

2008-08-14 Thread Trent W. Buck
On Thu, Aug 14, 2008 at 09:27:34PM -0700, Russ Allbery wrote:
> > PA4 is the largest format that fits on both A4 and U.S./Canadian
> > "Letter" paper without resizing.  I'd like this to be recommended as
> > the paper size for PDF and PS documents in /usr/share/doc by Debian
> > Policy.
>
> I'm not sure Policy is the appropriate place to start with a request like
> this.  Policy for the most part codifies things that are already generally
> accepted by the project and widely implemented in the project.  The best
> way to make changes like this is to build a consensus among Debian
> developers that it is the right thing to do and to implement it widely,
> and only then propose the Policy change.

OK, so I should raise "please use PA4" bugs against individual
packages that ship Letter (or A4) PDFs, and then once most of them
have been fixed re-open this (#495170) bug?



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



Bug#495173: mktemp: -d example

2008-08-14 Thread Matt Taggart
Package: mktemp
Version: 1.5-8
Severity: wishlist
Tags: patch

Here is a patch to add an example of how to use the -d flag. It seems
like this should be obvious, but it would have helped me as I skipped
right over the flags and read the examples first. :)

Thanks,

-- 
Matt Taggart
[EMAIL PROTECTED]

--- mktemp.man.orig	2008-08-14 21:20:38.0 -0700
+++ mktemp.man	2008-08-14 21:25:16.0 -0700
@@ -181,6 +181,17 @@
 
 .fi
 .RE
+To create a temporary directory instead of a file, use the
+.B \-d
+flag.
+.RS
+.nf
+
+TMPDIR=`mktemp -d` || exit 1
+echo "program output" >> $TMPDIR/output
+
+.fi
+.RE
 In some cases, it may be desirable to use a default temporary directory
 other than
 .I /tmp.
--- mktemp.mdoc.orig	2008-08-14 21:20:50.0 -0700
+++ mktemp.mdoc	2008-08-14 21:28:43.0 -0700
@@ -191,6 +191,14 @@
 echo "program output" >> $TMPFILE
 .Ed
 .Pp
+To create a temporary directory instead of a file, use the
+.Fl d
+flag.
+.Bd -literal -offset indent
+TMPDIR=`mktemp -d` || exit 1
+echo "program output" >> $TMPDIR/output
+.Ed
+.Pp
 In some cases, it may be desirable to use a default temporary directory
 other than
 .Pa /tmp .

Bug#495170: Recommend PA4 paper size for PDF and PS in /usr/share/doc/

2008-08-14 Thread Russ Allbery
"Trent W. Buck" <[EMAIL PROTECTED]> writes:

> I'm annoyed because some PDF and PostScript documents provided by
> packages (i.e. in /usr/share/doc) are A4 sized, and some are Letter
> sized.  Trying to print the latter on my laserjet requires me to stand
> in front of it and manually override the "PC Load Letter" request,
> sometimes for each page individually!
>
> PA4 is the largest format that fits on both A4 and U.S./Canadian
> "Letter" paper without resizing.  I'd like this to be recommended as
> the paper size for PDF and PS documents in /usr/share/doc by Debian
> Policy.  (Well, actually I'd like A4 to be recommended, but this would
> probably be vetoed by US DDs.)

I'm not sure Policy is the appropriate place to start with a request like
this.  Policy for the most part codifies things that are already generally
accepted by the project and widely implemented in the project.  The best
way to make changes like this is to build a consensus among Debian
developers that it is the right thing to do and to implement it widely,
and only then propose the Policy change.

-- 
Russ Allbery ([EMAIL PROTECTED])   



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



Bug#495172: ITP: pysoy -- high-level 3D game engine for Python

2008-08-14 Thread Miriam Ruiz
Package: wnpp
Severity: wishlist
Owner: Miriam Ruiz <[EMAIL PROTECTED]>


* Package name: pysoy
  Version : 1.0~beta2
  Upstream Author : Arc Riley <[EMAIL PROTECTED]> and others
* URL : http://www.pysoy.org/
* License : GPL 3 or above
  Programming Lang: C, Python
  Description : high-level 3D game engine for Python

PySoy is a 3D game engine written as a Python module. It has tightly
integrated physics support (motion, collision detection, joints, etc), a
threaded render cycle for high FPS, an intuitive API, and many other
features. The project was born as a fork from fork of Soya3D and is
targeted primarily at rapid development of games.

With the most computation-heavy parts of OpenGL and Physics processing
in C, PySoy remains efficient while offering a high level object-oriented
Python API. An optimized background thread takes care of the low-level
processing leaving the main Python code free to focus on higher level
processing.

The goal is to target the video hardware available to everyday computer
users focusing on CPU-side game features and keeping  3D graphics
requirements to a minimum, thus working without problem on graphic cards
like AMD/ATI Radeon 9000, Intel i915 or nVidia geForce2.



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



Bug#494612: python-edbus is missing from amd64 builds and other 'pecularities'

2008-08-14 Thread Yaroslav Halchenko
Dear All (and also CCing python-edbus the only bug)

1. building and installing

From
http://pkg-fso.alioth.debian.org/debian/dists/unstable/main/binary-amd64/Packages
python-edbus and zhone-illume-glue are missing (probably related to #494612 but
it is present for i386 thus I am CCing) thus can't install zhone from the
repo

although I am running now testing/sid/experimental tandem it might be that it
is the mix mix dependent: python-edbus seems to be missing build-depends
on python-ecore (or smth else or stricter versions?) since dpkg-buildpakckage
of python-edbus build fails with

cd . && python2.4 setup.py build --build-base="/tmp/python-edbus-0.2.1/./build"
Package ecore was not found in the pkg-config search path.
Perhaps you should add the directory containing `ecore.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ecore', required by 'edbus', not found

ecore.pc is built as part of ecore package build process, and is shipped within
libecore-dev, which is again missing from Build-Depends.

I don't know internals but shouldn't zhone-illume-glue be Recommends:
instead of Depends?


2. running
$> zhone
Traceback (most recent call last):
  File "/usr/bin/zhone", line 1959, in 
gui = GUI( options, args )
  File "/usr/bin/zhone", line 1504, in __init__
self.groups[page] = ctor( self )
  File "/usr/bin/zhone", line 1065, in __init__
self.set_button_text(0)
  File "/usr/bin/zhone", line 1102, in set_button_text
self.part_text_set("label_%d_%d" % (i,j) , self.button_labels[num][j][i])
UnicodeEncodeError: 'ascii' codec can't encode character u'\u21e9' in position 
0: ordinal not in range(128)

I just wonder why this could be?

since I am impatient I just wrapped few problematic lines with try: except: ;)
and it started but then I get similar issues at other places (like reading
mails), so I just overrode that damn method for now and caught any exception
and now it runs fine... smth might not been drawn but I don't even know what to
expect ;-))

here is my evil override:

def part_text_set(self, *args, **kwargs):
try:
super (edje_group, self).part_text_set(*args, **kwargs)
except:
pass


-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik



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



Bug#495090: lenny problem with nforce 730a, 780a, and other recent chipsets.

2008-08-14 Thread Craig Sanders
On Fri, Aug 15, 2008 at 08:22:54AM +1000, Craig Sanders wrote:
> On Thu, Aug 14, 2008 at 04:06:07PM +0300, Martin Michlmayr wrote:
> > * Craig Sanders <[EMAIL PROTECTED]> [2008-08-14 22:38]:
> > > the machine is now running happily with kernel 2.6.26 (made with
> > > make-kpkg, sources from kernel.org) without "pci=nomsi", and has been
> > 
> > Can you verify that the 2.6.26 kernel from unstable works?  We intend
> > to use that for lenny.
> 
> yep, sure.  i'll test that today sometime.

ok, i booted the system with linux-image-2.6.26-1-amd64 and it
worked fine without any need for "pci=nomsi".
 
craig

-- 
craig sanders <[EMAIL PROTECTED]>



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



Bug#350639: gnome-volume-manager: not start the first time

2008-08-14 Thread Mika Hanhijärvi
I confirm this problem on Debian Lenny too.

For some reason gnome-volume-manager does not start, or exits
immediately, at first login after reboot. So automounting does not work.
If you logout from desktop and then re-login then gnome-volume-manager
starts and automounting works just fine.

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

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

Versions of packages gnome-volume-manager depends on:
ii  gconf2 2.22.0-1  GNOME configuration
database syste
ii  gnome-mount0.7-2 wrapper for (un)mounting
and eject
ii  hal0.5.11-2  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D
graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility
toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces
library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-13GNU C Library: Shared
libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector
graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess
messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess
messaging syst
ii  libgconf2-42.22.0-1  GNOME configuration
database syste
ii  libglade2-01:2.6.2-1 library to load .glade
files at ru
ii  libglib2.0-0   2.16.4-2  The GLib library of C
routines
ii  libgnome2-02.20.1.1-1The GNOME 2 library -
runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented
display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0 1:2.22.0-4GNOME Virtual File System
(runtime
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user
interface
ii  libhal10.5.11-2  Hardware Abstraction Layer
- share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange
library
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications
to a n
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-0  1.20.5-1  Layout and rendering of
internatio
ii  libpopt0   1.14-4lib for parsing cmdline
parameters
ii  libsm6 2:1.0.3-2 X11 Session Management
library
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library

Versions of packages gnome-volume-manager recommends:
pn  gthumb (no description available)
ii  nautilus-cd-burner2.20.0-1   CD Burning front-end for
Nautilus
ii  sound-juicer  2.22.0-1   GNOME 2 CD Ripper
ii  totem 2.22.2-3   A simple media player for
the GNOM

Versions of packages gnome-volume-manager suggests:
ii  rhythmbox 0.11.6-1   music player and organizer
for GNO
ii  serpentine0.9-5  An application for creating
audio
pn  wine   (no description available)
ii  xsane 0.995-4featureful graphical
frontend for

-- no debconf information







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



Bug#495170: Recommend PA4 paper size for PDF and PS in /usr/share/doc/

2008-08-14 Thread Trent W. Buck
Package: debian-policy
Severity: wishlist

| By 1975 so many countries were using the German system that it was
| established as an ISO standard, as well as the official United
| Nations document format. By 1977 A4 was the standard letter format
| in 88 of 148 countries, and TODAY ONLY THE U.S. AND CANADA HAVE NOT
| ADOPTED THE SYSTEM.

-- http://en.wikipedia.org/wiki/Paper_size

I'm annoyed because some PDF and PostScript documents provided by
packages (i.e. in /usr/share/doc) are A4 sized, and some are Letter
sized.  Trying to print the latter on my laserjet requires me to stand
in front of it and manually override the "PC Load Letter" request,
sometimes for each page individually!

PA4 is the largest format that fits on both A4 and U.S./Canadian
"Letter" paper without resizing.  I'd like this to be recommended as
the paper size for PDF and PS documents in /usr/share/doc by Debian
Policy.  (Well, actually I'd like A4 to be recommended, but this would
probably be vetoed by US DDs.)

Obviously this wouldn't make *everyone* happy (e.g. people who want
A5), but it seems to me that it would make *more* people happy than
the current ad-hoc approach of using the default paper size in the
package maintainer's locale.



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



Bug#494544: severity of 494544 is normal

2008-08-14 Thread Frank Lichtenheld
# Automatically generated email from bts, devscripts version 2.10.35
# let us not begin to go down that road...
severity 494544 normal




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



Bug#486843: dpkg: Irrecoverable error: Assertion `dependtry <= 4' failed.

2008-08-14 Thread Guillem Jover
merge 489068 486843
thanks

Hi,

On Thu, 2008-08-14 at 13:46:11 +0100, Nick Leverton wrote:
> My thanks to all those who suggested resolutions.  dpkg --configuring
> the packages one by one didn't work, and it was necessary to uninstall
> and then reinstall all 38 packages which were still in state iU, iW or iF.
> 
> Some of the packages had quite wide-ranging dependencies so I had to
> use "dpkg -r --force-depends", not something I normally like to do.
> 
> It's still somewhat concerning that dpkg can get itself into this sort
> of state where the only way out is to remove and reinstall substantial
> numbers of packages.  I'm sorry that I didn't think to save the dpkg
> database in its faulty state for further tests.

Sorry about not having replied to this bug report, initially thought
those were follow-ups to the rest of merged bugs.

Anyway, I've got a fix that I'll be pushing for next upload 1.14.21,
which should happen pretty soon now.

regards,
guillem



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



Bug#472138: found 472138 in 1.0.2-1

2008-08-14 Thread Frank Lichtenheld
# Automatically generated email from bts, devscripts version 2.10.35
# build-dep was only added after etch
found 472138 1.0.2-1




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



Bug#433333: netselect-apt: Netselect don't says that I hava a firewall but I don't have

2008-08-14 Thread Sergey Belikov

Some logs

1. At home on sarge/main (2008.08.15 02:36:14 UTC)
-
# aptitude install netselect-apt
...
Get:1 http://net-install.lab321.ru sarge/main netselect 0.3.ds1-4 [19.5kB]
Get:2 http://net-install.lab321.ru sarge/main netselect-apt 0.3.ds1-4 [7976B]
...
# netselect-apt -n -o sources.list.new
Using distribution stable.
Retrieving the list of mirrors from www.debian.org...

--09:36:14--  http://www.debian.org/mirror/mirrors_full
   => `mirrors_full'
Resolving www.debian.org... 194.109.137.218
Connecting to www.debian.org[194.109.137.218]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 260,845 [text/html]

100%[>]
 260,8453.15K/sETA 00:00

09:37:53 (2.67 KB/s) - `mirrors_full' saved [260845/260845]

Choosing a main Debian mirror using netselect.
Usage: netselect [-v|-vv|-vvv] [-m max_ttl] [-s servers] [-t min_tries] host ...
netselect was unable to find a mirror, this probably means that
you are behind a firewall and it is blocking traceroute.



2. At work on etch/main (2008.08.15 03:26:21 UTC)

# aptitude install netselect-apt
...
Unpacking netselect (from .../netselect_0.3.ds1-10_i386.deb) ...
Selecting previously deselected package netselect-apt.
Unpacking netselect-apt (from .../netselect-apt_0.3.ds1-10_all.deb) ...
...
Using distribution stable.
Retrieving the list of mirrors from www.debian.org...

--10:26:04--  http://www.debian.org/mirror/mirrors_full
   => `mirrors_full'
Resolving www.debian.org... 194.109.137.218
Connecting to www.debian.org|194.109.137.218|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 260,845 (255K) [text/html]

100%[>]
 260,845   13.93K/sETA 00:00

10:26:21 (15.89 KB/s) - `mirrors_full' saved [260845/260845]

Choosing a main Debian mirror using netselect.
Running netselect to choose 1 out of 1 address.

netselect was unable to find a mirror, this probably means that
you are behind a firewall and it is blocking traceroute.

--
This best regards, Sergey Belikov.
-- http://www.lab321.ru/ -- Laboratory System 321, Omsk, Russia --



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



Bug#450452: found 450452 in 1:2.42-3

2008-08-14 Thread Frank Lichtenheld
# Automatically generated email from bts, devscripts version 2.10.35
# not broken in etch
found 450452 1:2.42-3




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



Bug#495169: dbp-importdsc: ignores epochs.

2008-08-14 Thread Trent W. Buck
Package: darcs-buildpackage
Version: 0.5.12
Severity: important
File: /usr/bin/dbp-importdsc

The crawl package has 1:4.x packages which precede the 2:0.x packages.
Attempting to import one of the later after importing the former fails
with a spurious "user error".

$ grep ^Version crawl_4.0.0beta26-9.dsc crawl_0.2.4-1.dsc
crawl_4.0.0beta26-9.dsc:Version: 1:4.0.0beta26-9
crawl_4.0.0beta26-9.dsc:Version: GnuPG v1.4.6 (GNU/Linux)
crawl_0.2.4-1.dsc:Version: 2:0.2.4-1
crawl_0.2.4-1.dsc:Version: GnuPG v1.4.6 (GNU/Linux)
$ dbp-importdsc crawl_4.0.0beta26-9.dsc
 VCSCMD:  darcs
LOGTEXT Imported crawl-4.0.0beta26.orig
into Darcs repository



Finished recording patch 'Imported crawl-4.0.0beta26.orig'
Finished tagging patch 'TAG UPSTREAM_crawl_4.0.0beta26'
Finished pulling and applying.
gpg: Signature made Tue 03 Apr 2007 00:27:47 EST using DSA key ID 5D8CDA7B
gpg: Can't check signature: public key not found
dpkg-source: extracting crawl in crawl-4.0.0beta26
dpkg-source: info: unpacking crawl_4.0.0beta26.orig.tar.gz
dpkg-source: info: applying crawl_4.0.0beta26-9.diff.gz
 VCSCMD:  darcs
LOGTEXT Imported crawl-4.0.0beta26
into Darcs repository



Finished recording patch 'Imported crawl-4.0.0beta26'
Finished tagging patch 'TAG DEBIAN_crawl_1:4.0.0beta26-9'
$ dbp-importdsc crawl_0.2.4-1.dsc
dbp-importdsc: user error (Existing version 4.0.0beta26 is greater than new 
version 0.2.4)

$

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

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

Versions of packages darcs-buildpackage depends on:
ii  darcs 2.0.2-2an advanced revision control syste
ii  darcs-load-dirs   1.1.6+nmu2 Import upstream archives into darc
ii  devscripts2.10.35scripts to make the life of a Debi
ii  dpkg-dev  1.14.20Debian package development tools
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library

darcs-buildpackage recommends no packages.

darcs-buildpackage suggests no packages.

-- no debconf information



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



Bug#433333: netselect-apt: Netselect don't says that I hava a firewall but I don't have

2008-08-14 Thread Sergey Belikov

Hi!
I confirm the bug.
That bug on function run_netselect() in perl expression.
Perl expression for grep hosts list not correspond with
current http://www.debian.org/mirror/mirrors_full (2008.08.14-15).
Need upgrade netselect-apt on sarge/etch to 0.3.ds1-12.1.

Reproduced twice:
1. At home on sarge/main
 netselect 0.3.ds1-4
 netselect-apt 0.3.ds1-4
2. At work on etch/main
 netselect 0.3.ds1-10
 netselect-apt 0.3.ds1-10

In 0.3.ds1-12.1 - this bug was fixed :-)
At home - download and install last version (0.3.ds1-12.1)
and all work fine.
--
  This regards, Sergey Belikov.
-- http://www.lab321.ru/ -- Laboratory System 321, Omsk, Russia --



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



Bug#465863: Probably an UTF problem

2008-08-14 Thread Nahuel Greco
Midnight Commander bars displays ok when using an non-UTF locale. Bug
reporter probably is using an UTF one, and mrxvt doesn't support it
yet. So I think this bug can be merged with #398070

-- 
Saludos,
Nahuel Greco.



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



Bug#495168: dbp-importdsc: copy dsc metadata to patch metadata.

2008-08-14 Thread Trent W. Buck
Package: darcs-buildpackage
Version: 0.5.12
Severity: wishlist
File: /usr/bin/dbp-importdsc

As an experiment, I tried dbp-importdsc'ing old versions of the
"crawl" package from snapshots.debian.net.  The resulting patches
could be significantly improved.  Just look at the output from "darcs
changes debian/changelog":

Changes to debian/changelog:

Fri Aug 15 12:51:49 EST 2008  Trent W. Buck <[EMAIL PROTECTED]>
  * Imported crawl-4.0.0beta26
  into Darcs repository



Fri Aug 15 12:51:29 EST 2008  Trent W. Buck <[EMAIL PROTECTED]>
  * Imported crawl-4.0.0beta26
  into Darcs repository



Fri Aug 15 12:51:09 EST 2008  Trent W. Buck <[EMAIL PROTECTED]>
  * Imported crawl-4.0.0beta26
  into Darcs repository


The author, date, and changelog description from patches created by
importdsc should be imported from the associated debian/changelog
entry.  In particular, the epoch and debian revision should be
preserved!

Here's an example of what I expect darcs changes to print for an
imported patch:

Mon Oct 17 21:00:58 EST 2005  Guus Sliepen <[EMAIL PROTECTED]>
  * Imported crawl 1:4.0.0beta26-6.
  * Fix possible uninitialised string when casting Blade Hands spell. Thanks
to Ilya Kasnacheev for noticing.  Closes: #325706
  * Apply patch from Kalle Olavi Niemitalo to fix uncursing of Enchant Armor
spell. Closes: #321082


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

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

Versions of packages darcs-buildpackage depends on:
ii  darcs 2.0.2-2an advanced revision control syste
ii  darcs-load-dirs   1.1.6+nmu2 Import upstream archives into darc
ii  devscripts2.10.35scripts to make the life of a Debi
ii  dpkg-dev  1.14.20Debian package development tools
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library

darcs-buildpackage recommends no packages.

darcs-buildpackage suggests no packages.

-- no debconf information



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



Bug#495148: ITP: reviewboard -- Web-based code review tool

2008-08-14 Thread Chris Lamb
Chris Lamb wrote:

> * Package name: reviewboard
> * URL : http://www.review-board.org/
> * License : MIT

Upstream source tree contains undistributable contents. Filed as:

 http://code.google.com/p/reviewboard/issues/detail?id=590


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#495167: pam-krb5-migrate_0.0.8-1(hppa/unstable): FTBFS: links with ld

2008-08-14 Thread lamont
Package: pam-krb5-migrate
Version: 0.0.8-1
Severity: serious

There was an error while trying to autobuild your package:

files built with gcc need to be linked with gcc, since it's allowed to
include arch-specific libraries.

lamont

> Automatic build of pam-krb5-migrate_0.0.8-1 on penalosa by sbuild/hppa 98
> Build started at 20080812-0745

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: comerr-dev, debhelper (>= 5.0.2), heimdal-dev (>= 1.0.0), 
> libpam-dev, pkg-config

[...]

> gcc -o pam_krb5_migrate.o -c pam_krb5_migrate.c  -fPIC 
> -DPACKAGE_NAME=\"pam-krb5-migrate\" -DPACKAGE_TARNAME=\"pam-krb5-migrate\" 
> -DPACKAGE_VERSION=\"0.0.7\" -DPACKAGE_STRING=\"pam-krb5-migrate\ 0.0.7\" 
> -DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]" -DHAVE_LIBPAM=1
> ld -z defs -Bsymbolic -x -shared -o pam_krb5_migrate.so \
> pam_krb5_migrate.o -lpam  `/usr/bin/krb5-config --libs krb5 
> kadm-client` -lcom_err   -lc
> pam_krb5_migrate.o: In function `converse':
> (.text+0x33c): undefined reference to `$$dyncall'
> make[1]: *** [pam_krb5_migrate.so] Error 1
> make[1]: Leaving directory `/build/buildd/pam-krb5-migrate-0.0.8'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=pam-krb5-migrate&ver=0.0.8-1




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



Bug#278818: pdsh: full qualifed host always shorted to unqualified host

2008-08-14 Thread Brian Pellin
On Tue, Aug 12, 2008 at 5:04 PM, Tim Riker <[EMAIL PROTECTED]> wrote:
> I suggest this is user error, and this bug should be closed.

I agree with this assessment.  Thanks for taking a look.

-Brian



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



Bug#464035: [Pkg-samba-maint] Bug#464035: samba: Cannot connect user

2008-08-14 Thread Steve Langasek
notfound 464035 2:3.2.0-4
thanks

On Thu, Aug 14, 2008 at 03:19:31PM -0500, Peter Hombach wrote:
> I could be a serious bug, but it may not have been a bug at all. There  
> were two things that happened at almost the same time on my side: the  
> samba upgrade, and a failing DMA chip of a HD in our fileserver, which  
> in part damaged the filesystem. I restored the fileserver from our  
> routine backup, with the exception of system files (root, /usr, /var  
> partitions), for which I chose a clean installation, meaning that also  
> samba got a fresh start. For convenience, I copied the old smb.conf,  
> rather than starting from scratch (the file is complex because of  
> different directories with different access rights).

> I also properly established the Linux users before starting samba, and  
> after checking it with swat, I just assumed that everything was fine.  
> However, I do not know whether samba is supposed to subsequently use the  
> Linux user information without running pdbedit - I think it should, but  
> it didn't. So, it is up to you to decide whether this constitutes a bug.

Ok.  I have to say that this is not a bug, then; samba deliberately allows
for the use case of local users that are not intended to be visible to
samba clients.  So I'm marking this bug as 'notfound' in 2:3.2.0-4, since
that issue appears to be unrelated to the one originally reported.

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



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



Bug#495166: dbp-importdsc cannot handle URLs

2008-08-14 Thread Trent W. Buck
Package: darcs-buildpackage
Version: 0.5.12
Severity: wishlist
File: /usr/bin/dbp-importdsc

$ dbp-importdsc 
http://snapshot.debian.net/archive/2008/02/06/debian/pool/main/c/crawl/crawl_0.3.4-1.dsc
dbp-importdsc: 
/home/twb/dbp/http:/snapshot.debian.net/archive/2008/02/06/debian/pool/main/c/crawl/crawl_0.3.4-1.dsc:
 openFile: does not exist (No such file or directory)

...this could be achieved by using `dget' from the devscripts package.

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

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

Versions of packages darcs-buildpackage depends on:
ii  darcs 2.0.2-2an advanced revision control syste
ii  darcs-load-dirs   1.1.6+nmu2 Import upstream archives into darc
ii  devscripts2.10.35scripts to make the life of a Debi
ii  dpkg-dev  1.14.20Debian package development tools
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.2+dfsg-3 Multiprecision arithmetic library

darcs-buildpackage recommends no packages.

darcs-buildpackage suggests no packages.

-- no debconf information



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



Bug#494898: pdsh: Bug Report from Debian (494898)

2008-08-14 Thread Brian Pellin
Mark,

I'm forwarding you another bug report from Debian for your
consideration.  It has to do with how the /usr/bin/pdsh shell script
sets the PDSH_RCMD_TYPE environment variable.

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



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



Bug#487104: nis: map values containing non-ascii characters vanish

2008-08-14 Thread Aurelien Jarno
On Tue, Jul 01, 2008 at 04:44:41PM +0100, Jonathan H N Chin wrote:
> aurelien wrote:
> > Would it be possible to test that with libc6_2.7-12 ?
> 
> Fails, with apparently same behaviour as 2.3.6.ds1-13etch5 :
> 
> $ dpkg -l libc6|awk '/^.i/{print $3}'
> 2.7-12
> $ ypcat passwd|grep Mark|awk -F: '{print $5}'|od -c
> 000
> 

I don't have a Solaris server, so it is actually difficult to reproduce
the problem. However using a Linux server (nis package), I have been
able to partly reproduce the problem: if the file /etc/passwd is encoded
in ISO-8859-1 (the default in sarge) and the environment in which ypcat 
is running is UTF-8 (the default in etch and later), the lines with 
non-ascii chars are dropped, just as in your examples. ypcat works fine
when using an ISO-8859-1 environment.

However, I am still able to login to the system with the accounts using
non-ascii chars.

That's why I have a few questions:
- Are the accounts really locked, or the problem only appears with
  ypcat?
- Does the 'id' command works for the accounts using non-ascii chars?
- Could you please run the ypcat command using:
 'LC_ALL=en_GB.ISO-8859-1 LANG=en_GB.ISO-8859-1 ypcat'
  (note that you may have to generate the corresponding locale)

Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



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



Bug#489554: [Pkg-cups-devel] Bug#489554: cups-pdf: bashism in /bin/sh script

2008-08-14 Thread Manoj Srivastava
Hi,


I'll be happy to look at this, but I am on a business trip after
 debconf, and I will not be back home until the 25th of this month.  And
 since my laptop charger is currently fried, I can' lookt at it while at
 debconf.

manoj
-- 
Self Test for Paranoia: You know you have it when you can't think of
anything that's your own fault.
Manoj Srivastava <[EMAIL PROTECTED]>   
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



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



Bug#487991: 1.10 is packaged now

2008-08-14 Thread Scott Kitterman




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



Bug#494816: aptitude: users must enter "Yes" message in each localized words and more, when they are warned to use unofficial repositories

2008-08-14 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

It seems likely a translation issue, but we can avoid it by modifying
the code as Deng suggested at #475802.

I made two patches.

- - cmdline_prompt.patch
  This patch lets aptitude allows Y*/y*/N*/n* also for Yes/No prompt
  in addition to the translated Yes/No.
  I think this is better patch than later one.
  One problem I can imagine is that this check may go to failure
  if local language means "Y*" for No or "N*" for Yes, but it will be
  very rare and I didn't see it in current po files.

- - japo-yesno.patch
  This patch reverts Yes/No translation of Japanese po file.
  If you Daniel won't touch the code, please apply this one.
  (But you'll lose a chance to close #475802 :) )

So could you consider to apply one of patches, Daniel?

Because this bug #494816 hurts many Japanese users who try to use
pretty aptitude, I ask you to upload the fixed version to t-p-u.

Thanks,
- --- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkik6dwACgkQQKW+7XLQPLFPaQCfWLJLwXyaVvwyHutPtKZQFM7C
cuoAmwWC/E9WmdrspwjBAGOrQLxdbvCA
=+I3d
-END PGP SIGNATURE-


cmdline_prompt.patch
Description: Binary data


japo-yesno.patch
Description: Binary data


Bug#475952: Patch

2008-08-14 Thread Jurij Smakov
tags 475952 patch
thanks

Hi,

It appears that the intention of the maintainer was to build on most 
(all?) architectures with -O0 to avoid problems (as there is a longish 
trail of icon bugs on various architectures, related to its inability 
to work properly when compiled with -O2). However, due to a wrong sed 
expression in configure target the CFLAGS setting to include -O0 never 
happened. The attached patch fixes the issue, and I confirmed that it 
builds successfully on sparc with it. Please let me know what you 
think, if I'll not hear anything by the time I get back from Debconf 
(early next week), I'll NMU it.

Cheers. 
-- 
Jurij Smakov   [EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC
diff -aur icon-9.4.3.old/debian/rules icon-9.4.3/debian/rules
--- icon-9.4.3.old/debian/rules	2008-08-15 02:22:14.0 +
+++ icon-9.4.3/debian/rules	2008-08-15 02:21:39.0 +
@@ -48,7 +48,7 @@
 configure:
 	$(checkdir)
 	$(MAKE) X-Configure name=$(system)
-	sed "s/CFLAGS = -O2/CFLAGS = $(CFLAGS)/" Makedefs > Makedefs.tmp
+	sed "s/CFLAGS = .*/CFLAGS = $(CFLAGS)/" Makedefs > Makedefs.tmp
 	mv Makedefs.tmp Makedefs
 	touch configure
 


Bug#351234: #351234 samba: SIGBUS on sparc since upgrading to 3.0.21a-1

2008-08-14 Thread Noèl Köthe
tags 351234 + moreinfo
thanks

Hello Paul,

you reported http://bugs.debian.org/351234 some time ago. Do you still
can reproduce this problem with samba 3.2.0 in lenny/sid?

Thank you for feedback.

-- 
Noèl Köthe 
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#491799: Slow darcs in sid -- not reproducible.

2008-08-14 Thread Trent W. Buck
Hi guys,

>From the darcs-user list, it seems this might be an issue with how GHC
6.8.2 handles mtimes and symlinks:

http://bugs.darcs.net/issue973

If this is the case, building darcs with GHC 6.8.3 should fix the
issue.  Brian / Zooko, should I link this bug (#491799) to the
upstream bug (issue793)?



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



Bug#491875: severity of 491875 is minor

2008-08-14 Thread Trent W . Buck
# Automatically generated email from bts, devscripts version 2.10.35
# wasting space is bad, but only minor severity.
severity 491875 minor




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



Bug#495165: coq_8.2~beta4+dfsg-1(hppa/experimental): FTBFS: ocamlopt: command not found

2008-08-14 Thread Frank Lichtenheld
Package: coq
Version: 8.2~beta4+dfsg-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of coq_8.2~beta4+dfsg-1 on lofn by sbuild/hppa 98-farm
| Build started at 20080815-0318
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 3157kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main coq 8.2~beta4+dfsg-1 
(dsc) [1555B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main coq 8.2~beta4+dfsg-1 
(tar) [3142kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main coq 8.2~beta4+dfsg-1 
(diff) [13.8kB]
| Fetched 3157kB in 3s (1041kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (>= 4.0.0), dpkg-dev (>= 1.13.19), dpatch, ocaml-nox 
(>= 3.10), ocaml-best-compilers, camlp5, liblablgtk2-ocaml-dev (>= 2.4.0), 
texlive-latex-extra, hevea
| Checking for already installed source dependencies...
[...]
| OCAMLC4   parsing/g_constr.ml4
| Testing parsing/grammar.cma
| /bin/sh: ocamlopt: command not found
| make[2]: *** [parsing/grammar.cma] Error 127
| make[2]: Leaving directory `/build/buildd/coq-8.2~beta4+dfsg'
| make[1]: *** [stage1] Error 2
| make[1]: Leaving directory `/build/buildd/coq-8.2~beta4+dfsg'
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080815-0331
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=8.2~beta4+dfsg-1&pkg=coq&arch=hppa

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/



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



Bug#493573: Backtrace on 'hung' apache2 (while trying to stop service)

2008-08-14 Thread Chris Horn
Package: apache2.2-common
Version: 2.2.9-6
Followup-For: Bug #493573

Stopping apache2 via /etc/init.d/apache2 stop does not work.  All of the
worker threads are stopped, but the main '/usr/sbin/apache2 -k start'
process (the one in the PID file) lingers on.  After the 60
second timeout the PID file is removed even though the main process has
not stopped; I have to use 'kill -9'.

A sample lingering process ('ps aux'):
root 21290  0.0  0.3  25464  7544 ?Ss   21:30   0:00
/usr/sbin/apache2 -k start

To re-create normal situation:
1. /etc/init.d/apache2 start
2. /etc/init.d/apache2 stop
3. apache2 is now hung

To re-create debug situation:
1. In shell #1, start apache2 with 'apache2 -X'
2. In shell #2, execute 'apache2ctl stop' or 'source
/etc/apache2/envvars; apache2 -k stop'
3. apache2 is now hung
4. run gdb and perform backtrace

-

(gdb) bt full
#0  0xb7e630ee in __lll_lock_wait_private () from /lib/libpthread.so.0
No symbol table info available.
#1  0xb7e606e1 in _L_lock_23 () from /lib/libpthread.so.0
No symbol table info available.
#2  0xb7e604a8 in pthread_cond_destroy@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
No symbol table info available.
#3  0xb79d9383 in my_thread_global_end () from
/usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#4  0xb79d477a in my_end () from /usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#5  0xb79d3281 in mysql_server_end () from
/usr/lib/libmysqlclient_r.so.15
No symbol table info available.
#6  0xb6c69dd7 in zm_shutdown_mysql (type=1, module_number=42) at
/build/buildd/php5-5.2.6/ext/mysql/php_mysql.c:426
module_number = -512
#7  0xb721a74a in module_destructor (module=0x826ac28) at
/build/buildd/php5-5.2.6/Zend/zend_API.c:1921
module = (zend_module_entry *) 0x826ac28
#8  0xb7220d7a in zend_hash_apply_deleter (ht=0x0, p=0x826abf8) at
/build/buildd/php5-5.2.6/Zend/zend_hash.c:805
retval = (Bucket *) 0xb7220cef
#9  0xb7221047 in zend_hash_graceful_reverse_destroy (ht=0xb7496dc0) at
/build/buildd/php5-5.2.6/Zend/zend_hash.c:840
p = (Bucket *) 0xb7b6d4e0
ht = (HashTable *) 0x826abf8
#10 0xb72167dc in zend_shutdown () at
/build/buildd/php5-5.2.6/Zend/zend.c:814
No locals.
#11 0xb71cbebd in php_module_shutdown () at
/build/buildd/php5-5.2.6/main/main.c:1906
No locals.
#12 0xb71cbf87 in php_module_shutdown_wrapper (sapi_globals=0xb7491240)
at /build/buildd/php5-5.2.6/main/main.c:1877
No locals.
#13 0xb728caa1 in php_apache_child_shutdown (tmp=0x0) at
/build/buildd/php5-5.2.6/sapi/apache2handler/sapi_apache2.c:362
No locals.
#14 0xb7e86691 in run_cleanups () from /usr/lib/libapr-1.so.0
No locals.
#15 0xb7e85b5d in apr_pool_destroy () from /usr/lib/libapr-1.so.0
No locals.
#16 0x0808f884 in clean_child_exit (code=0) at
/tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:198
No locals.
#17 0x0808fd65 in child_main (child_num_arg=) at
/tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:214
current_conn = (conn_rec *) 0x4
csd = (void *) 0x0
ptrans = (apr_pool_t *) 0x8363dd0
allocator = (apr_allocator_t *) 0x8361d40
status = 4
i = 
lr = (ap_listen_rec *) 0x4
pollset = (apr_pollset_t *) 0x8361e58
sbh = (ap_sb_handle_t *) 0x8361e50
bucket_alloc = (apr_bucket_alloc_t *) 0x8367fc8
last_poll_idx = -1219925568
#18 0x0808ff47 in make_child (s=0x80ab908, slot=0) at
/tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:713
No locals.
#19 0x08090652 in ap_mpm_run (_pconf=0x80a70c8, plog=0x80d9190,
s=0x80ab908)
at /tmp/buildd/apache2-2.2.9/server/mpm/prefork/prefork.c:989
index = 
remaining_children_to_start = 
rv = 
#20 0x08066f10 in main (argc=Cannot access memory at address 0x0
) at /tmp/buildd/apache2-2.2.9/server/main.c:732
c = 88 'X'
configtestonly = 0
confname = 0x8092886 "/etc/apache2/apache2.conf"
def_server_root = 0x809a9b0 ""
temp_error_log = 0x0
error = 
process = (process_rec *) 0x80a5140
server_conf = (server_rec *) 0x80ab908
pglobal = (apr_pool_t *) 0x80a50c0
pconf = (apr_pool_t *) 0x80a70c8
plog = (apr_pool_t *) 0x80d9190
ptemp = (apr_pool_t *) 0x80e01a8
pcommands = (apr_pool_t *) 0x80a90d0
opt = (apr_getopt_t *) 0x80a9168
rv = 
mod = 
optarg = 0x0

-

from /var/log/error.log


[Thu Aug 14 21:31:16 2008] [warn] child process 21297 still did not
exit, sending a SIGTERM
[Thu Aug 14 21:31:16 2008] [warn] child process 21298 still did not
exit, sending a SIGTERM
[Thu Aug 14 21:31:16 2008] [warn] child process 21299 still did not
exit, sending a SIGTERM
[Thu Aug 14 21:31:18 2008] [error] child process 21295 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:18 2008] [error] child process 21296 still did not
exit, sending a SIGKILL
[Thu Aug 14 21:31:18 2008] [error] child process 21297 still did not
exit, sending a S

Bug#495164: youtube-dl: Does not support URLs used in embedded videos

2008-08-14 Thread Josh Triplett
Package: youtube-dl
Version: 2008.03.22-1
Severity: wishlist

Youtube videos embedded on another site use URLs that look something like this 
(example taken from http://www.borza.ro/index.php/gestures):

http://www.youtube.com/swf/l.swf?video_id=K2S2rQUETwc&rel=1&eurl=http%3A//www.borza.ro/index.php/gestures&iurl=http%3A//i4.ytimg.com/vi/K2S2rQUETwc/default.jpg&t=OEgsToPDskJbcI6bdi_if83nM7mO8cYa&use_get_video_info=1&load_modules=1&fs=1&hl=en

Passing this to youtube-dl results in "Error: URL does not seem to be
a youtube video URL. If it is, report a bug.".

Reporting a bug. :)

If I take the video_id K2S2rQUETwc from that URL and pass that to
youtube-dl, it works just fine.

- Josh Triplett

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

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

Versions of packages youtube-dl depends on:
ii  python2.5.2-2An interactive high-level object-o

youtube-dl recommends no packages.

youtube-dl suggests no packages.

-- no debconf information



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



Bug#494621: Followup

2008-08-14 Thread debian
This bug should be closed; it appears to actually be a bug - or at least poor 
implementation choice - in MaraDNS.

MaraDNS just returns the CNAME, not the  record which - from my reading of 
the RFC - it should do when behaving as a recursive name server.



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



Bug#495144:

2008-08-14 Thread Mika Hanhijärvi
I can reproduce this bug on Debian Lenny. I get exactly the same result.




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



Bug#495163: useless static library due to libkrb5

2008-08-14 Thread Trent W. Buck
Package: libcurl4-openssl-dev
Severity: normal

Darcs can no longer be statically built with curl on Debian.  This
appears to be due to

http://bugs.debian.org/439039
libkrb5-dev: static libraries no longer supported

It appears that this can be resolved by building libcurl's static
version *without* kerberos support.  Therefore I recommend this.

Please refer to this upstream bug for more information:

http://bugs.darcs.net/issue806
Cannot build static Darcs 2 on Debian (krb static lib missing)

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

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

Versions of packages libcurl4-openssl-dev depends on:
ii  libc6-dev [libc-dev]  2.7-13 GNU C Library: Development Librari
ii  libcurl3  7.18.2-5   Multi-protocol file transfer libra
pn  libidn11-dev   (no description available)
pn  libkrb5-dev | hurd (no description available)
pn  libldap2-dev   (no description available)
pn  libssh2-1-dev  (no description available)
pn  libssl-dev (no description available)
pn  zlib1g-dev (no description available)

libcurl4-openssl-dev recommends no packages.

Versions of packages libcurl4-openssl-dev suggests:
pn  libcurl3-dbg   (no description available)



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



Bug#495162: New upstream release 3.6

2008-08-14 Thread Christian Surchi
Package: etw
Severity: wishlist

In may 2008 they released the new one:

http://sourceforge.net/project/showfiles.php?group_id=84846&package_id=160590

Thanks,
Christian

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

Kernel: Linux 2.6.25-2-powerpc
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#476334: more segfaults

2008-08-14 Thread Steve Langasek
On Thu, Aug 14, 2008 at 09:40:18AM +1000, Brian May wrote:
> Hello,

> We seem to  be getting random and unpredictable segfaults again that  
> look very similar to what I reported before.

> This time the client computer is a "Windows Vista (TM) Ultimate 6.0"  
> system (identified with smbclient).

> I upgraded Etch to Lenny in the hope it would solve the problem, but so  
> far it seems that
> Samba 2:3.2.0-4 has the same issue.

> Note I applied the following patch to fix a problem with printing:
> .
> I will install the pristine Debian code again and see if the problem  
> reoccurs.

> The details are below. This looks similar, but not identical, to the  
> stack trace I got before.

Have you at any point installed the samba-dbg package here, as previously
requested?  The stack traces still seem to be missing a number of function
names, which should at least be present if samba-dbg is installed.

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



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



Bug#495161: glide: [INTL:ja] Japanese po-debconf template translation (ja.po)-g

2008-08-14 Thread Hideki Yamane
Package: glide
Severity: wishlist
Tags: l10n patch

Dear maintainer,

 Here's Japanese po-debconf template (ja.po) file.
 Could you apply it, please?

--
Regards,

 Hideki Yamane henrich @ debian.or.jp
 http://wiki.debian.org/HidekiYamane
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: glide 2002.04.10-16\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2005-07-30 18:38+0300\n"
"PO-Revision-Date: 2008-08-06 20:05+0900\n"
"Last-Translator: Hideki Yamane (Debian-JP) <[EMAIL PROTECTED]>\n"
"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../libglide2.templates:4
msgid "No 3Dfx card supported by glide2 found! Manually select driver?"
msgstr ""
"glide2 でサポートしている 3Dfx カードが見つかりません! 手動でドライバを選択しますか?"

#. Type: boolean
#. Description
#: ../libglide2.templates:4
msgid "ERROR: No 3Dfx card supported by glide2 found!"
msgstr "エラー: glibe2 がサポートしている 3Dfx カードが見つかりません!"

#. Type: boolean
#. Description
#: ../libglide2.templates:4
msgid ""
"This package is for cards based on the following 3Dfx chipsets: Voodoo 2, "
"Voodoo Banshee, and Voodoo 3."
msgstr ""
"このパッケージは以下の 3Dfx チップセットベースのものに対応しています: Voodoo 2、"
"Voodoo Banshee、そして Voodoo 3 です。"

#. Type: boolean
#. Description
#: ../libglide2.templates:4 ../libglide3.templates:4
msgid ""
"If you do not have a card based on one of the listed chipsets, and you are "
"not compiling programs against glide, you should not have this package "
"installed."
msgstr ""
"例に挙げたチップセットのいずれかベースにしたカードを持っておらず、プログラムを "
"glide に対してコンパイルしていないのであれば、このパッケージをインストールして"
"ある状態ではない方が良いでしょう。"

#. Type: boolean
#. Description
#: ../libglide2.templates:4 ../libglide3.templates:4
msgid ""
"If you do have a card based on one of the listed chipsets please file a bug "
"on this package, including the output from the command 'lspci -vm' in the "
"bug report."
msgstr ""
"例に挙げたチップセットベースのカードを使っている場合は、バグ報告に 'lspci -vm' "
"コマンドの出力を含めて、このパッケージに対してバグをファイルしてください。"

#. Type: boolean
#. Description
#: ../libglide2.templates:4 ../libglide3.templates:4
msgid ""
"Would you like to manually select the driver to use for now? (If not, a "
"default sane value for compiling against will be selected.)"
msgstr ""
"今すぐドライバを手動で選択しますか? (選択しない場合は、コンパイル時に使われる"
"デフォルトでの適正な値が選択されます)"

#. Type: select
#. Description
#: ../libglide2.templates:25 ../libglide3.templates:25
msgid "Please select a driver."
msgstr "ドライバを選択してください。"

#. Type: select
#. Description
#: ../libglide2.templates:25 ../libglide3.templates:25
msgid "Please select the driver you would like to use."
msgstr "利用したいドライバを選択してください。"

#. Type: select
#. Description
#: ../libglide2.templates:25
msgid ""
" cvg  - Voodoo 2.\n"
" h3   - Voodoo Banshee and Voodoo 3."
msgstr ""
" cvg  - Voodoo 2\n"
" h3   - Voodoo Banshee および Voodoo 3"

#. Type: select
#. Description
#: ../libglide2.templates:34 ../libglide3.templates:34
msgid "Please select a card."
msgstr "カードを選択してください。"

#. Type: select
#. Description
#: ../libglide2.templates:34
msgid ""
"We have detected more then one video card based on the following 3Dfx "
"chipsets: Voodoo 2, Voodoo Banshee, and Voodoo 3."
msgstr ""
"以下の 3Dfx チップセットベースのビデオカードを複数検出しました: Voodoo 2、Voodoo "
"Banshee、そして Voodoo 3"

#. Type: select
#. Description
#: ../libglide2.templates:34 ../libglide3.templates:34
msgid "Please select the card you would like to use for 3D acceleration."
msgstr "3D アクセラレーションを使いたいカードを選択してください。"

#. Type: note
#. Description
#: ../libglide2.templates:42 ../libglide3.templates:42
msgid "${e1}"
msgstr "${e1}"

#. Type: note
#. Description
#: ../libglide2.templates:42 ../libglide3.templates:42
msgid "${e2}"
msgstr "${e2}"

#. Type: boolean
#. Description
#: ../libglide3.templates:4
msgid "No 3Dfx card supported by glide3 found! Manually select driver?"
msgstr ""
"glide3 でサポートしている 3Dfx カードが見つかりません! 手動でドライバを選択しますか?"

#. Type: boolean
#. Description
#: ../libglide3.templates:4
msgid "ERROR: No 3Dfx card supported by glide3 found!"
msgstr "エラー: glibe3 がサポートしている 3Dfx カードが見つかりません!"

#. Type: boolean
#. Description
#: ../libglide3.templates:4
msgid ""
"This package is for cards based on the following 3Dfx chipsets: Voodoo "
"Banshee, Voodoo 3, Voodoo 4, and Voodoo 5."
msgstr ""
"このパッケージは以下の 3Dfx チップセットベースのものに対応しています: Voodoo "
"Banshee、Voodoo 3、Voodoo 4、そして Voodoo 5です。"

#. Type: select
#. Description
#: ../libglide3.templates:25
msgid ""
" h3   - Voodoo Banshee and Voodoo 3.\n"
" h5   - Voodoo 4 and 

Bug#476334: more segfaults

2008-08-14 Thread Brian May

Steve Langasek wrote:


Have you at any point installed the samba-dbg package here, as previously
requested?  The stack traces still seem to be missing a number of function
names, which should at least be present if samba-dbg is installed.
  
I thought there was something I had to do, but I couldn't remember what 
:-(. Now installed samba-dbg, so if it happens again I should hopefully 
have more details.


Brian May



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



Bug#493790: [Pkg-nagios-devel] Bug#493790: Bug#493790: nagios3-common: Incorrect path in handle-master-host-event eventhandler

2008-08-14 Thread Nathan Kinkade
2008/8/5, Alexander Wirt <[EMAIL PROTECTED]>:

>  > the scripts in /usr/share/nagios3/plugins/eventhandlers/ are not modified 
> to
>  > work out of the box at all. The most of the scripts have pathes
>  > with "/usr/local/nagios". The question is, do we want to change that or are
>  > that just "example" scripts like the comments states?
>  They should be (and will be) fixed.
>
>  Alex

Since this issue is already posted, I thought I'd add a couple more
incorrect path elements.  I would imagine that if the paths haven't
been thoroughly checked that many if not most of the paths in included
scripts and plugins may be wrong.  Below, I prepend things with a line
number.  I could supply patches, but this is probably just as easy:

/usr/share/nagios3/plugins/eventhandlers/enable_notifications
15: printfcmd="/bin/printf"  <-- Should be /usr/bin/printf
17: CommandFile="/usr/local/nagios/var/rw/nagios.cmd"
<-- Should be /var/lib/nagios3/rw/nagios.cmd

The same holds true for
/usr/share/nagios3/plugins/eventhandlers/disable_notifications.

This is only marginally related to this issue with paths, but I figure
I'd just mention it here for the sake of brevity.  In the
enable_notifications script above there is something like:

23: `printfcmd "[%i] 

It's missing a $ in front of the variable name, and should be:

23: `$printcmd "[%i] 

Thanks,

Nathan



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



Bug#495160: qc-usb-source: General Protection Fault with kernel 2.6.25

2008-08-14 Thread Dominique Brazziel
Package: qc-usb-source
Version: 0.6.6-6
Severity: important


 Got it to compile with 'module-assistant', got it loaded at boot time, but 
'xawtv'
complains of v4l timeouts and there is no video.  CTRL-C eventually crashes the 
app with
a GPF.

Aug 14 19:45:30 dell2400 kernel: general protection fault:  [1] SMP 
Aug 14 19:45:30 dell2400 kernel: CPU 0 
Aug 14 19:45:30 dell2400 kernel: Modules linked in: ppdev parport_pc lp parport 
video output ac battery powernow_k8 cpufreq_powersave cpufreq_ondemand 
cpufreq_conservative cpufreq_stats cpufreq_userspace freq_table xt_limit 
xt_tcpudp ipt_LOG ipt_MASQUERADE xt_DSCP ipt_REJECT nf_conntrack_irc 
nf_conntrack_ftp xt_state ipv6 iptable_nat nf_nat nf_conntrack_ipv4 
nf_conntrack iptable_mangle iptable_filter ip_tables x_tables fuse loop 
snd_hda_intel serio_raw snd_pcm_oss snd_mixer_oss psmouse snd_pcm quickcam 
pcspkr k8temp snd_timer videodev snd v4l1_compat soundcore snd_page_alloc 
i2c_nforce2 i2c_core button evdev dcdbas ext3 jbd mbcache raid10 raid456 
async_xor async_memcpy async_tx xor raid1 raid0 multipath linear md_mod sg 
sr_mod cdrom sd_mod usbhid hid usb_storage amd74xx ide_pci_generic ide_core 
sata_nv ata_generic forcedeth libata scsi_mod dock ohci_hcd ehci_hcd thermal 
processor fan
Aug 14 19:45:30 dell2400 kernel: Pid: 6213, comm: xawtv.bin Not tainted 
2.6.25-amd64 #3
Aug 14 19:45:30 dell2400 kernel: RIP: 0010:[]  
[] usb_hcd_unlink_urb+0x10/0x25
Aug 14 19:45:30 dell2400 kernel: RSP: 0018:81002d00fe98  EFLAGS: 00010292
Aug 14 19:45:30 dell2400 kernel: RAX: d9414fccf2052df0 RBX: 8100398ba200 
RCX: 8100398ba200
Aug 14 19:45:30 dell2400 kernel: RDX: fffe RSI: 8100398ba200 
RDI: 8100398ba200
Aug 14 19:45:30 dell2400 kernel: RBP: 81002d18e080 R08:  
R09: 
Aug 14 19:45:30 dell2400 kernel: R10: 0296 R11: 8801bdf6 
R12: 8100394c6a48
Aug 14 19:45:30 dell2400 kernel: R13: 81003b443b10 R14: 8100399c3dc0 
R15: 7fff725e08e0
Aug 14 19:45:30 dell2400 kernel: FS:  7fa96a4b56e0() 
GS:80524000() knlGS:
Aug 14 19:45:30 dell2400 kernel: CS:  0010 DS:  ES:  CR0: 
8005003b
Aug 14 19:45:30 dell2400 kernel: CR2: 7ff9594fcfd0 CR3: 2d168000 
CR4: 06e0
Aug 14 19:45:30 dell2400 kernel: DR0:  DR1:  
DR2: 
Aug 14 19:45:30 dell2400 kernel: DR3:  DR6: 0ff0 
DR7: 0400
Aug 14 19:45:30 dell2400 kernel: Process xawtv.bin (pid: 6213, threadinfo 
81002d00e000, task 81002d054980)
Aug 14 19:45:30 dell2400 kernel: Stack:  7fff725e08e0 80389140 
 8100
Aug 14 19:45:30 dell2400 kernel: 1388 81002d00fec0 
81003ac1 81002d18e080
Aug 14 19:45:30 dell2400 kernel: 8100394c6a48 81003ac1 
81002d18e080 8822060d
Aug 14 19:45:30 dell2400 kernel: Call Trace:
Aug 14 19:45:30 dell2400 kernel: [] ? usb_kill_urb+0x50/0xda
Aug 14 19:45:30 dell2400 kernel: [] ? 
:quickcam:qc_isoc_stop+0xc5/0xf8
Aug 14 19:45:30 dell2400 kernel: [] ? 
:quickcam:qc_v4l_close+0x43/0xac
Aug 14 19:45:30 dell2400 kernel: [] ? __fput+0xa1/0x166
Aug 14 19:45:30 dell2400 kernel: [] ? filp_close+0x5a/0x61
Aug 14 19:45:30 dell2400 kernel: [] ? sys_close+0x93/0xcb
Aug 14 19:45:30 dell2400 kernel: [] ? 
system_call_after_swapgs+0x7b/0x80
Aug 14 19:45:30 dell2400 kernel: 
Aug 14 19:45:30 dell2400 kernel: 
Aug 14 19:45:30 dell2400 kernel: Code: e8 e7 0f 00 00 48 89 df e8 4a 13 00 00 
4c 39 65 10 75 ba 58 5b 5d 41 5c 41 5d c3 48 83 ec 08 48 8b 47 48 48 89 f9 89 
f2 48 89 ce <48> 8b 78 40 e8 3b fe ff ff ba 8d ff ff ff 85 c0 0f 44 c2 5a c3 
Aug 14 19:45:30 dell2400 kernel: RIP  [] 
usb_hcd_unlink_urb+0x10/0x25
Aug 14 19:45:30 dell2400 kernel: RSP 
Aug 14 19:45:30 dell2400 kernel: ---[ end trace 9eade5cd3e6b3669 ]---

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

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

Versions of packages qc-usb-source depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debhelper 7.0.15 helper programs for debian/rules
ii  make  3.81-5 The GNU version of the "make" util
ii  module-assistant  0.10.11.0  tool to make module package creati

qc-usb-source recommends no packages.

qc-usb-source suggests no packages.

-- no debconf information



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



Bug#494303: use synaptic

2008-08-14 Thread Barak A. Pearlmutter
sure, unless someone has an old program compiled against it.  the new
library (or -text) has support files that should work with the old
library, they just have some new stuff in them (translations, new
strings, etc) so there's no compelling reason not to.  On the other
hand, it doesn't seem to me like a big deal: we're under no obligation
to ensure that library binary packages which are not in lenny don't
conflict with stuff in lenny.

But we are obligated to provide a smooth upgrade...

--Barak.



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



Bug#495159: /usr/lib/libORBit-2.so.0: Requesting orbit-dbg package

2008-08-14 Thread Sam Morris
Package: liborbit2
Version: 1:2.14.13-0.1
Severity: wishlist
File: /usr/lib/libORBit-2.so.0

When evolution crashes, often the stack traces we send into
bugzilla.gnome.org are not useful because of the lack of debugging
symbols in our liborbit packages.

It would be nice to have an orbit-dbg package or similar that gnome-dbg
could depend upon.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)

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

Versions of packages liborbit2 depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libidl0   0.8.10-0.1 library for parsing CORBA IDL file

liborbit2 recommends no packages.

liborbit2 suggests no packages.

-- no debconf information



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



Bug#495158: ITP: usepackage -- utility to manage environment variables from within dotfiles

2008-08-14 Thread Miguelangel Jose Freitas Loreto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Severity: wishlist
Owner: Miguelangel Jose Freitas Loreto <[EMAIL PROTECTED]>

* Package name: usepackage
* Version: 1.8
* Upstream author: Jonathan Hogg  <[EMAIL PROTECTED]>
* URL: http://sourceforge.net/projects/usepackage
* License: GPL
* Description: Usepackage is a tool for managing the Unix environment
for a multi-tool, multi-platform site. It is designed to simplify login
scripts and allow administrators to control users' environments centrally.

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

iEYEARECAAYFAkikw0UACgkQEj/fBl4PScTaeQCgpv4Dz+8KCoArpnvEgy6LIFVY
m/oAnRgNlR0riZMbiutEivi0oV1Bar8s
=nJRb
-END PGP SIGNATURE-



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



Bug#495157: libgadu not seen by pkg-config and linker

2008-08-14 Thread Tomasz Ka%u017Amierczak
Package: libgadu-dev
Version: 1:1.8.0+r592-2
Severity: important

While compiling kadu (upstrean svn-trunk source), which depends on 
libgadu, I get an error that the libgadu is not present in the system 
(kadu uses cmake, which uses pkg-config to check for needed deps).


Although libgadu-dev is installed, the pkg-config displays such error:

[EMAIL PROTECTED]:[svn]$ pkg-config libgadu --libs
Package @REQUIRES@ was not found in the pkg-config search path.
Perhaps you should add the directory containing [EMAIL PROTECTED]@.pc'
to the PKG_CONFIG_PATH environment variable
Package '@REQUIRES@', required by 'libgadu', not found

I've removed the libgadu dependendy checking from the configuration 
script, but I got a lot of linker errors (related to libgadu) when gcc 
tried to link the executable.

System: Debian lenny/testing AMD64


Wakacje 2008. Kupuj do 40% taniej!
Grecja, Turcja, Egipt, Hiszpania - ceny już od 790 zł
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Flastminute.html&sid=455





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



Bug#495126: ghc6: New upstream release available

2008-08-14 Thread Christopher Lane Hinson


I would actually rather not see 6.8.3 in lenny due to 2328 which 
practically prevents some packages from ever building.  I'm not sure if it 
qualifies as a release-critical, though, it seems embarrasing and annoying 
to have that hanging around until lenny+1.


Just my opinion.

--Lane



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



Bug#495156: python-insighttoolkit3: Lack of document precludes use of package

2008-08-14 Thread boguslaw
Package: python-insighttoolkit3
Version: 3.6.0-3
Severity: normal


Web sugguests using 
python
import itk

but this doesn't work>?


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

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

Versions of packages python-insighttoolkit3 depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libfftw3-3 3.1.2-3.1 library for computing Fast Fourier
ii  libgcc11:4.3.1-8 GCC support library
ii  libinsighttoolkit3.6   3.6.0-3   Image processing toolkit for regis
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libstdc++6 4.3.1-8   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  python 2.5.2-2   An interactive high-level object-o
ii  python-support 0.8.5 automated rebuilding support for P
ii  python2.5  2.5.2-9   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

python-insighttoolkit3 recommends no packages.

Versions of packages python-insighttoolkit3 suggests:
pn  insighttoolkit-examples(no description available)

-- no debconf information



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



Bug#494303: use synaptic

2008-08-14 Thread Philipp Kern
On Thu, Aug 14, 2008 at 10:11:17PM +0100, Barak A. Pearlmutter wrote:
> Actually replaces: would work too, and be a bit gentler.
> Feel free to NMU with that if you want; if you don't I'll get around
> to it sometime.
> (Since this is a etch->lenny upgrade stopper, I think something fixing
> the problem has to be pushed through the freeze barrier.)

Yeah, Replaces would work too, but leave the library on the system.  And
as there are no rdepends of it in Lenny, we would want to get rid of it,
no?

Kind regards,
Philipp Kern


signature.asc
Description: Digital signature


Bug#494740: first debian openvz 2.6.26 bugs

2008-08-14 Thread Michel Messerschmidt
Sorry for the late reply, but somehow I haven't received any mail yet
(just saw the answers on the web interface).


> IMHO what the bug reporter means is nfsd loads fine with non-openvz 
> kernels (both 2.6.25 and 2.6.26), but fails to load with openvz 2.6.26 
> kernel.

Exactly.


I tried it again with 2.6.26.2 kernels on 686 and amd64 machines but the 
problem persists.

With the kernel from linux-image-2.6.26-1-openvz-686_2.6.26-2_i386.deb
on the nfs server I get the same error as before.
It seems that nfsd and nfs fail to load:
# lsmod | egrep 'nfs|rpc|lockd|statd|idmap'
auth_rpcgss34752  0 
lockd  55016  0 
nfs_acl 3680  0 
sunrpc163904  6 auth_rpcgss,lockd,nfs_acl

But NFS works if I use the non-openvz kernel from
linux-image-2.6.26-1-686_2.6.26-2_i386.deb.



Looking at the nfs client, I also get an error with the kernel from 
linux-image-2.6.26-1-openvz-amd64_2.6.26-2_amd64.deb:
Aug 15 00:13:13 ryu kernel: [0.00] Linux version 2.6.26-1-openvz-amd64 
(Debian 2.6.26-2) ([EMAIL PROTECTED]) (gcc version 4.1.3 20080623 (prerelease) 
(Debian 4.1.2-23)) #1 SMP Fri Aug 8 14:18:54 UTC 2008
Aug 15 00:13:13 ryu kernel: [0.00] Command line: 
root=/dev/mapper/sda7_crypt ro 
[...]
Aug 15 00:13:13 ryu kernel: [   47.275613] RPC: Registered udp transport module.
Aug 15 00:13:13 ryu kernel: [   47.275613] RPC: Registered tcp transport module.
Aug 15 00:13:13 ryu kernel: [   47.483786] Installing knfsd (copyright (C) 1996 
[EMAIL PROTECTED]).
Aug 15 00:13:16 ryu kernel: [   53.310073] Installing knfsd (copyright (C) 1996 
[EMAIL PROTECTED]).
Aug 15 00:13:16 ryu modprobe: FATAL: Error inserting nfs 
(/lib/modules/2.6.26-1-openvz-amd64/kernel/fs/nfs/nfs.ko): Cannot allocate 
memory
Aug 15 00:13:16 ryu modprobe: FATAL: Error inserting nfs 
(/lib/modules/2.6.26-1-openvz-amd64/kernel/fs/nfs/nfs.ko): Cannot allocate 
memory
Aug 15 00:13:16 ryu modprobe: FATAL: Error inserting nfs 
(/lib/modules/2.6.26-1-openvz-amd64/kernel/fs/nfs/nfs.ko): Cannot allocate 
memory
Aug 15 00:13:19 ryu kernel: [   56.570177] Installing knfsd (copyright (C) 1996 
[EMAIL PROTECTED]).

# lsmod | egrep 'nfs|rpc|lockd|statd'
auth_rpcgss47520  0 
lockd  68560  0 
nfs_acl 7552  0 
sunrpc198632  6 auth_rpcgss,lockd,nfs_acl


With a non-openvz kernel there are also no problems on the client:
# lsmod | egrep 'nfs|rpc|lockd|statd'
nfsd  248360  4 
auth_rpcgss47520  1 nfsd
exportfs8704  1 nfsd
nfs   251696  3 
lockd  68560  2 nfsd,nfs
nfs_acl 7552  2 nfsd,nfs
sunrpc197608  16 nfsd,auth_rpcgss,nfs,lockd,nfs_acl

(BTW why is the nfsd module loaded on a client-only machine?)




signature.asc
Description: Digital signature


Bug#495011: remove snowballz from Lenny

2008-08-14 Thread Miriam Ruiz
2008/8/15 Miriam Ruiz <[EMAIL PROTECTED]>:
> Could you please remove the package snowballz from Lenny? It is not in
> a releasable state.

Sorry for the noise, please don't remove it yet, we think we have come
with a short patch to fix it.

Miry



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



Bug#495154: remove tmsnc from Lenny

2008-08-14 Thread Miriam Ruiz
tmsnc should be removed from Lenny, and it would be advisable to
remove it from sid too.

According to upstream [1]:

Project discontinued!

A replacement application for TMSNC is being developed here:
http://www.fama-im.org

Fama adds improved stability, flexibility (with support for other
protocols), full UTF-8 support and much more. You may still download old
releases of TMSNC, however there is no maintenence of the code. Give
Fama a chance instead.

Fama is already packaged in Debian [2]

A serious bug report has been filed [3]

[1] http://tmsnc.sourceforge.net/
[2] http://packages.debian.org/fama
[3] http://bugs.debian.org/495154



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



Bug#495155: Add support for detecting the Yahoo User Interface Library in embedded-javascript-library.

2008-08-14 Thread Chris Lamb
Package: lintian
Version: 1.24.3
Severity: wishlist
Tags: patch

Hi,

Please add support for detecting the Yahoo User Interface Library in
embedded-javascript-library. It is already packaged in Debian in the
"libjs-yui" package.

Patch with testcases (against Git HEAD) attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


0001-Add-support-for-detecting-the-Yahoo-User-Interface-L.patchtxt
Description: Binary data


signature.asc
Description: PGP signature


Bug#495149: spass FTBFS when built with sudo

2008-08-14 Thread Julien Cristau
On Thu, Aug 14, 2008 at 22:39:31 +0200, Thiemo Seufer wrote:

> --- spass-2.1.orig/debian/rules   2008-08-14 22:35:04.0 +0200
> +++ spass-2.1/debian/rules2008-08-14 22:09:41.0 +0200
> @@ -20,7 +20,7 @@ endif
>  
>  # generic Debian directories
>  
> -DEB_BASE_DIR = $(PWD)
> +DEB_BASE_DIR = $(shell pwd)
>  DEB_DEBIAN_DIR = $(DEB_BASE_DIR)/debian
>  DEB_SOURCE_DIR = $(DEB_BASE_DIR)/SPASS-2.1
>  DEB_BUILD_DIR = $(DEB_DEBIAN_DIR)/build
> 
Or do away with DEB_BASE_DIR, and use the CURDIR make variable instead…

Cheers,
Julien



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



Bug#495154: tmsnc: Package should not go into stable

2008-08-14 Thread Miriam Ruiz
Package: tmsnc
Severity: serious

According to upstream [1]:

Project discontinued!

A replacement application for TMSNC is being developed here:
http://www.fama-im.org

Fama adds improved stability, flexibility (with support for other
protocols), full UTF-8 support and much more. You may still download old
releases of TMSNC, however there is no maintenence of the code. Give
Fama a chance instead.

Fama is already packaged in Debian [2]

[1] http://tmsnc.sourceforge.net/
[2] http://packages.debian.org/fama



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



Bug#495011: Snowballz 1.0 status

2008-08-14 Thread Miriam Ruiz



--- El jue, 14/8/08, Joey Marshall <[EMAIL PROTECTED]> escribió:

> De: Joey Marshall <[EMAIL PROTECTED]>
> Asunto: Re: Bug#495011: Snowballz 1.0 status
> Para: [EMAIL PROTECTED]
> CC: [EMAIL PROTECTED]
> Fecha: jueves, 14 agosto, 2008 11:41
> Hi Miriam,
> 
> If putting the binary in isn't an option (I don't
> really know much about
> debian packaging) all we can do is wait. The old code base,
> both for the
> game and the GUI library, relies heavily on pretty much all
> of rabbyt's
> deprecated features. The new code I'm working on
> actually is somewhat of a
> complete rewrite (mostly parts of the code from the 3d
> version and some new
> stuff). Getting the old code to run with the latest rabbyt
> is rather
> unrealistic. Sorry.
> 
> And I would not recomend pulling anything from the
> development repo until at
> least the first beta.
> 
> To give you a rough time frame I'm hoping to get a beta
> out in one or two
> months. Depends on how much time I get to work on it.
> 
> Best Regards,
> Joey

Thanks Joey, I'll ask the ftpmasters to remove it from Lenny so that it won't 
get into the stable release as it is. I'll keep it as it is in unstable for the 
moment, please ping me if there is something new :)

Thanks a lot,
Miry


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.es



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



Bug#495090: lenny problem with nforce 730a, 780a, and other recent chipsets.

2008-08-14 Thread Craig Sanders
On Fri, Aug 15, 2008 at 08:22:54AM +1000, Craig Sanders wrote:
> On Thu, Aug 14, 2008 at 04:06:07PM +0300, Martin Michlmayr wrote:
> > * Craig Sanders <[EMAIL PROTECTED]> [2008-08-14 22:38]:
> > > the machine is now running happily with kernel 2.6.26 (made with
> > > make-kpkg, sources from kernel.org) without "pci=nomsi", and has been
> > 
> > Can you verify that the 2.6.26 kernel from unstable works?  We intend
> > to use that for lenny.
> 
> yep, sure.  i'll test that today sometime.

if you can point me at some current, no-hassle instructions for putting
a different kernel onto the installer image (on USB stick or on CD)
then i'll even try booting up the installer on the machine.

or better yet, a small USB stick version of d-i with 2.6.26 already on
it.

i used to know how to do it several years ago, but it's a complete
mystery to me these days.

craig

-- 
craig sanders <[EMAIL PROTECTED]>



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



Bug#495085: smbfs: *** glibc detected *** free(): invalid pointer: 0x08050c0a ***

2008-08-14 Thread Steve Langasek
On Thu, Aug 14, 2008 at 02:13:49PM +0200, Benoit Panizzon wrote:
> Package: smbfs
> Version: 3.0.24-6etch10
> Severity: normal

> I updated to etchandhalf and compiled an own 2.6.26.1 kernel. Since I get
> this error trying to mount a cifs drive:

> [EMAIL PROTECTED]:~$ /sbin/mount.cifs //reflector.EXAMPLE.COM/files reflector 
> -o user=benoit,noperm
> Password:
> *** glibc detected *** free(): invalid pointer: 0x08050c0a ***

> Any idea about the cause?

No.  Are there any kernel oopses shown in dmesg?

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



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



Bug#495011: remove snowballz from Lenny

2008-08-14 Thread Miriam Ruiz
Could you please remove the package snowballz from Lenny? It is not in
a releasable state.

Thanks,
Miry



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



Bug#122948: New opportunities for you - today!

2008-08-14 Thread Ora Ballard
Greetings,

New opportunities for you - today!
Income Technologies invites you to cooperation.
You are responsible and accurate,
You are from 20 till 60 year,
You have free time (1-4 hours daily)
This is your chance:
No financial risk!

Please reply only to our personal e-mail:  [EMAIL PROTECTED]

Contact us, your job is waiting for you!




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



Bug#115767: New vacancy availible now

2008-08-14 Thread John Lott
Greetings,

New opportunities for you - today!
Income Technologies invites you to cooperation.
You are responsible and accurate,
You are from 20 till 60 year,
You have free time (1-4 hours daily)
This is your chance:
No financial risk!

Please reply only to our personal e-mail:  [EMAIL PROTECTED]

Contact us, your job is waiting for you!




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



Bug#104373: Income Technologies invites you to cooperation.

2008-08-14 Thread Margaret Snow
Greetings,

New opportunities for you - today!
Income Technologies invites you to cooperation.
You are responsible and accurate,
You are from 20 till 60 year,
You have free time (1-4 hours daily)
This is your chance:
No financial risk!

Please reply only to our personal e-mail:  [EMAIL PROTECTED]

Contact us, your job is waiting for you!





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



Bug#495090: lenny problem with nforce 730a, 780a, and other recent chipsets.

2008-08-14 Thread Craig Sanders
On Thu, Aug 14, 2008 at 04:06:07PM +0300, Martin Michlmayr wrote:
> * Craig Sanders <[EMAIL PROTECTED]> [2008-08-14 22:38]:
> > the machine is now running happily with kernel 2.6.26 (made with
> > make-kpkg, sources from kernel.org) without "pci=nomsi", and has been
> 
> Can you verify that the 2.6.26 kernel from unstable works?  We intend
> to use that for lenny.

yep, sure.  i'll test that today sometime.

craig

-- 
craig sanders <[EMAIL PROTECTED]>



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



Bug#494532: lenny di-2 on dell optiplex 755 fail disk detection

2008-08-14 Thread Petter Reinholdtsen
[Stefan Alfredsson]
> libparted1.7-udeb is now back (on some mirrors so far), so I tried
> installing again. The whole installation now completes without
> problems.

It is missing on ftp.se.debian.org, at least it is not listed in
http://ftp.se.debian.org/debian/dists/lenny/main/debian-installer/binary-i386/Packages.gz>.
Because of this, it is also missing when we try to build new Debian
Edu images.  How was this issue fixed?  Will the change propagate to
all mirrors.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#495153: Please add a reference to "find -empty" in package-contains-empty-directory tag description

2008-08-14 Thread Chris Lamb
Package: lintian
Version: 1.24.3
Severity: wishlist
Tags: patch

Hi,

Please add a reference to the -empty option of find in the tag description
for "package-contains-empty-directory".

I've seen a few packages that call "rm -rf" for a large number of empty
directories manually which is not really desirable in all situations.
Hopefully a pointer towards "find -empty" in the long description will be
helpful here.

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
From a98f4b53652cbab6f2ec18e24289b5e2b2f1a5e4 Mon Sep 17 00:00:00 2001
From: Chris Lamb <[EMAIL PROTECTED]>
Date: Thu, 14 Aug 2008 23:06:26 +0100
Subject: [PATCH] Add example "find [..] -empty [..]" snippet to 
package-contains-empty-directory description.

---
 checks/files.desc |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/checks/files.desc b/checks/files.desc
index 8c57969..f28fb25 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -718,6 +718,11 @@ Tag: package-contains-empty-directory
 Type: warning
 Info: This package installs an empty directory.  This might be intentional
  but it's normally a mistake.  If it is intentional, add a lintian override.
+ .
+ If a package ships with or installs empty directories, you can remove them
+ in debian/rules by calling:
+ .
+  $ find path/to/base/dir -type d -empty -delete
 
 Tag: package-section-games-but-contains-no-game
 Type: error
-- 
1.5.6.3



signature.asc
Description: PGP signature


Bug#42158: reducing severity

2008-08-14 Thread Bdale Garbee
On Thu, 2008-08-14 at 17:50 -0400, Daniel Kahn Gillmor wrote:
> Is there a way to preserve the proper severity of this
> bug while still keeping pax in lenny? 

I chose to take a more active approach, and today (finally) forwarded
this bug upstream to the OpenBSD developers.  We'll see, but I hope to
get an answer well in advance of lenny release.

Bdale




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




Bug#489387: vserver patch available for 2.6.26

2008-08-14 Thread Micah Anderson
* Micah Anderson <[EMAIL PROTECTED]> [2008-08-13 16:26-0400]:
> 
> There is a working patch available as of yesterday for 2.6.25 and
> 2.6.25.2 which fixes both ext4 and xfs. It has had the 'dontuse' flag
> removed and is considered pre5.


Err, my mistake, I meant to write 2.6.26 and 2.6.26.2 here.

Micah


signature.asc
Description: Digital signature


Bug#492956: python-django: New SVN snapshot

2008-08-14 Thread Chris Lamb
Eddy Mulyono wrote:

> I updated python-django_0.97~svn7534-1 to Django SVN r8138.

Just FYI, I just packaged SVN r8354 locally (not the alpha snapshot)
applying approximately the same changes as Eddy with no problems.

However, I think the version numbering used in his attached diff is
incorrect (1.0~beta~svn8138-1).


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#473854: Bug#450578: reproducing #450578

2008-08-14 Thread Matthias Schmitz
tag 473854 fixed-upstream pending
thanks

Hi *,

Am Wed, 02 Apr 2008 01:12:05 +0200
schrieb Bernd Zeimetz <[EMAIL PROTECTED]>:

> clone 450578 -1
> reassign -1 munin
> thanks
> 
> Hi!
> 
> Thanks for your long follow-up! WIth the commands above I've cloned
> the bug, and reassigned it to munin, so they can handle their part of
> the story.
the nfsd plugin will raise now an error if the /proc/net/rpc/nfsd is
not readable.

best regards,
Matthias 

> 
> > The problem on the RRDtool side looks to be a bit harder to
> > identify.  A quick run through gdb gives the same backtrace as
> > Ferenc Wagner reported earlier.  It seems that rrd_get_context() is
> > returning a garbage pointer.  I'll take a closer look at where that
> > pointer is coming from tomorrow, if I get the time.
> 
> Thanks a lot for your work! Unfortunately we didn't have the time to
> look into this bug yet, but I plan to have it fixed before Lenny will
> be released.
> 
> 
> Thanks & cheers,
> 
> Bernd
> 


signature.asc
Description: PGP signature


Bug#42158: reducing severity

2008-08-14 Thread Daniel Kahn Gillmor
On Thu 2008-08-14 09:32:26 -0400, Bdale Garbee wrote:

> I'm in the process of packaging upstream head of CVS for pax, and
> spent some time looking at this bug.  I haven't found the root cause
> yet, but it appears to be an upstream problem and not unique to
> Debian.

Thanks for looking into this, Bdale.

> I'm going to lower the severity on this to 'important', because
> while I agree with the assessment that there is possible data loss
> when restoring files with pax that were written with some cpio
> versions, this does not render the package unusable, and I don't
> think we want to exclude it from the lenny release.

I certainly don't want pax to be excluded from lenny either.  But
since this seems to be quite likely to cause dataloss for users who
use pax to unpack cpio archives, i think it still fits the definition
of "grave".  Is there a way to preserve the proper severity of this
bug while still keeping pax in lenny?  e.g. can we mark it
"not-for-lenny", or disable a certain subset of functionality to make
it at least assert when unpacking multi-linked files instead of
silently unpacking them as 0-length?

My biggest concern here is someone who uses pax to unpack a backup,
checks that some (but not all) of the files are as expected, and then
continues with their work, only to realize much later (after the
archives themselves are gone or overwritten) that some files are
truncated.  I'd really like that scenario not to be possible in lenny.

Regards,

--dkg


pgpa9zLskmfOA.pgp
Description: PGP signature


Bug#495011: Snowballz 1.0 status

2008-08-14 Thread Joey Marshall
Hi Miriam,

If putting the binary in isn't an option (I don't really know much about
debian packaging) all we can do is wait. The old code base, both for the
game and the GUI library, relies heavily on pretty much all of rabbyt's
deprecated features. The new code I'm working on actually is somewhat of a
complete rewrite (mostly parts of the code from the 3d version and some new
stuff). Getting the old code to run with the latest rabbyt is rather
unrealistic. Sorry.

And I would not recomend pulling anything from the development repo until at
least the first beta.

To give you a rough time frame I'm hoping to get a beta out in one or two
months. Depends on how much time I get to work on it.

Best Regards,
Joey

On Thu, Aug 14, 2008 at 4:20 PM, Miriam Ruiz <[EMAIL PROTECTED]> wrote:

> Any suggestion on what to do about this bug then? Shall I replace the game
> in Debian from the latest version in Hg? It might be too soon for that.
> Would it be possible to have a small patch that corrects it while we wait
> for a newer release to come out?
>
> Thanks,
> Miry
>
>
> __
> Correo Yahoo!
> Espacio para todos tus mensajes, antivirus y antispam ¡gratis!
> Regístrate ya - http://correo.yahoo.es
>


Bug#493760: awesome: System tray has no background

2008-08-14 Thread Julien Danjou
At 1218749237 time_t, Mike Hommey wrote:
> Note the systray doesn't work at all for me in version 3.0~rc2-1.

FYI already reported in another bug, will be fixed in rc3. :)

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#494801: [FWD: Bug#494801: qbittorrent: Moves torrents back and forth between "Finished" and "Downloads"]

2008-08-14 Thread Christian Ohm
On Friday, 15 August 2008 at  1:33, Chris wrote:
> Hi,
> 
> This usually happens when you finish downloading a torrent, then move it or
> delete from the hard-drive (without using qbittorrent to do so).
> Therefore, qbittorrent remembers that the torrent is supposed to be
> completed but it cannot find all the files on the disk so it asks the users
> if he wants to put it back in download (or delete it from the list).
> 
> Could you please confirm that the files are indeed still on the hard drive
> (all of them), that you did not alter them and that there are located where
> qbittorrent first downloaded them?

I just waited for the files to download, and then some torrents showed this odd
behaviour (not all, but there are 17 of those now...). I started looking at the
code a bit, but then I noticed that the version in Debian isn't the newest, so
I'll try with 1.1.1 tomorrow.



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



Bug#493760: awesome: System tray has no background

2008-08-14 Thread Mike Hommey
On Tue, Aug 05, 2008 at 08:07:10PM +0200, Julien Danjou wrote:
> At 1217958297 time_t, Mike Hommey wrote:
> > It *is* indeed surprising. See what I get with a more obvious
> > background.
> 
> Can you give a try with a statusbar on top or bottom instead of left?

Note the systray doesn't work at all for me in version 3.0~rc2-1.

Mike



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



Bug#495011: Snowballz 1.0 status

2008-08-14 Thread Miriam Ruiz
Any suggestion on what to do about this bug then? Shall I replace the game in 
Debian from the latest version in Hg? It might be too soon for that. Would it 
be possible to have a small patch that corrects it while we wait for a newer 
release to come out?

Thanks,
Miry


__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.es



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



Bug#494139: freeze exception for octave3.0

2008-08-14 Thread Adeodato Simó
* Thomas Weber [Thu, 14 Aug 2008 22:51:16 +0200]:

> On Mon, Aug 11, 2008 at 09:28:40PM +0100, Adeodato Simó wrote:
> > * Thomas Weber [Mon, 11 Aug 2008 14:34:43 +0200]:
> > Given that octave3.0 has the same version in testing and unstable, why
> > would you want to upload to t-p-u and not unstable? (that is, you should
> > upload to unstable unless you have a good reason not to; a good reason
> > eg. would be knowing that some library has a new upstream version in
> > unstable that won't be allowed into testing).

> Uploaded and built on all architectures, debdiff attached.

> unblock octave3.0/1:3.0.1-6lenny1

Unblocked.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
La música es de los que la quieren escuchar y de nadie más.
-- Andrés Calamaro




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



Bug#494303: use synaptic

2008-08-14 Thread Barak A. Pearlmutter
Thanks.
Actually replaces: would work too, and be a bit gentler.
Feel free to NMU with that if you want; if you don't I'll get around
to it sometime.
(Since this is a etch->lenny upgrade stopper, I think something fixing
the problem has to be pushed through the freeze barrier.)

--Barak.



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



Bug#495152: devscripts: please add a cron job warning the user of newly RC-buggy and orphaned packages

2008-08-14 Thread Lucas Nussbaum
Package: devscripts
Version: 2.10.35
Severity: wishlist

Hi,

It is a problem for developers to realize that some of the packages they
care about (because they use them) are now orphaned or RC buggy.

It would be great to have a script (wrapper around rc-alert and
wnpp-alert) that is run by cron and enabled by a debconf question (so
it's very easy for all developers to use it), that would list the newly
orphaned and rc buggy packages installed on the local system.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#495151: linux-image-2.6.26-1-686: 'video=uvesafb:1024x768-32, mtrr:3, ypan' does nothing

2008-08-14 Thread hugo vanwoerkom
Package: linux-image-2.6.26-1-686
Version: 2.6.26-2
Severity: normal

After installing v86d on sid and installing linux-image-2.6.26-1-686 and
including
video=uvesafb:1024x768-32,mtrr:3,ypan in the kernel cmdline, reboot drops
into an 80x25 VGA screen.


-- Package-specific info:

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15
(charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.26-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management
sy
ii  initramfs-tools [linux-initra 0.92a  tools for generating an
initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel
mo

Versions of packages linux-image-2.6.26-1-686 recommends:
ii  libc6-i6862.7-13 GNU C Library: Shared libraries
[i

Versions of packages linux-image-2.6.26-1-686 suggests:
ii  grub  0.97-35GRand Unified Bootloader
(Legacy v
pn  linux-doc-2.6.26   (no description available)

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


  1   2   3   4   >