Bug#298963: caudium: contains non-free fonts

2005-03-18 Thread Lars Wirzenius
Peter De Wachter:
 This package contains three non-free fonts:

I note that building the package after removing the fonts does succeed.
However, since I don't know caudium at all, I haven't tested the
package. Just providing a bit of information.

Someone who uses caudium should download the source, remove
server/fonts/ttf/*.ttf, build and install the package, and see if it
still works. If it does, then an upload is in order (I'm willing to
sponsor or do it myself), but if not, someone needs to figure out a way
to get caudium to use some of the free ttf fonts instead.



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



Bug#279030: comments on bug #279030

2005-03-18 Thread Markus Kienast
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As I mentioned, the source of your debconf problems was already layed out in 
detail in different bug reports e.g. 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=279030

- -
 First: dpkg is asking, not ucf (ucf's questions look a bit different).
 Second: (indirectly) *you* are asking (dpkg does it on behalf of
 you :)), because you shipped the file as conffile and you
 modified it later (in the postinst), but before dpkg's
 conffile handling takes place :)
 
  Maybe it is a bug, however using ucf for manipulating configuration
  file seems to be allowed. This was MY bugs before using ucf, now i think
  it is no more mine.
 
 ucf is an *alternative* to dpkg's conffile handling, it does work
 standalone, not on top of it.
 
 man ucf says:
This script attempts to provide conffile  like  handling  for
files  installed  under /etc not shipped in a Debian package,
but handled by the postinst instead.   
- --
That sounds interesting. You can read it like that: When using ucf, do not 
provide an /etc/configfile in the debian package but let postinst create one 
dynamically. It should actually write the file from scratch! I guess it 
actually writes it to a string or tempfile first and then checks, if there is 
already a file with that name and acts accorrdingly, asking you wether or not 
to overwrite.

You are actually providing the default file with the package. Then generate a 
new one and then ufc asks if it should overwrite the file you yust provided. 
What for do you provide the file in the first place if ucf will create one 
anyway, even if the user just clicks enter, enter, enter? There is no logic 
in this!
- -
 
 Debian  policy  states
that files under /etc which are configuration files must pre-
serve user changes, and this  applies  to  files  handled  by
maintainer  scripts  as well. 
- -
Reading this right, it says: a conffile is a file that is provided as is by 
the package and not one that you intend to change in postinst. However, dpkg 
will check if a file marked as conffile is already existant and warn if true, 
asking the user for a decision
 ---
 
 Using ucf, one may ship a bunch
of  default  configuration  files   somewhere   in   /usr   (
/usr/share/pkg  is  a good location), and maintain files in
/etc, 
- --
While maintain in this case does actually mean write/create not change You 
try to change the file you just shipped with the package. DO NOT DO THAT! 
Write one from scratch with ucf!
- ---
 
 preserving user changes and  in  general  offering  the
same  facilities  while upgrading that dpkg normally provides
for conffiles
- --
this does not mean, that ucf handles files marked as conffiles It says: 
UCF handles its newly generated file with the same care dpkg handles 
conffiles. With the same care, it DOES NOT handle conffiles 

However it will make sure, that it does not overwrite a possibly existant 
version of the file it intends to create. This may be or will most likely be 
a configuration file but it is not a conffile since it MUST NOT be shiped 
with the package and therefore CAN NOT be marked as conffile in the 
package. 

conffile IS NOT just any configuration file You did misunderstand 
that!!! conffile is a file shipped in the package that is marked as 
conffile. But you MUST NOT ship a file as conffile and then try to 
overwrite it in postinst, THIS IS A NO-GO!

So if you manage your config-file(s) through ucf you must not ship
those files as dpkg conffiles, because these two methods will
collide then (as they do in your case) and you must not ship a file
with the same path and name in your package for the same reason.

You either provide static conffiles or you generate dynamic configuration 
files with ucf.

I know I am repeating myself, but it seems necesary.
- 
 
 /usr/share/doc/ucf/examples/postinst shows two different ways to
 deal with ucf config-files:
 * a simple static approach where the maintainer ships his master
   version as normal package file at another location (in the example
   this is /usr/share/foo/configuration) and
 * a dynamic approach (which is what you are doing and which is why
   most maintainers will use ucf at all) where the master version is
   created on-the-fly as a temp-file.
 
 But shipping the config-file as dpkg-conffile on the one hand and
 creating it dynamically as ucf-configfile on the other hand leads
 to collisions like in your case.
- -
As I understand this, you should either go with ucf or with dpkg-conffile. You 
are actually usind dpkg to ask the questions and intend to generate a config 
file 

Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Sven Luther
On Tue, Feb 22, 2005 at 12:40:21PM +0100, Frans Pop wrote:
 Triggered by some installation reports where I noticed udev being 
 mentioned, there was the following discussion on #d-boot:
 
 fjp I sometimes see udev mentioned in installation reports. How would a 
 user get udev with d-i? It isn't installed by default, is it?
 h01ger desktop-task, gnome pulls in udev - afaik
 fjp Ah, right.
 * fjp practically never installs the desktop task...
 Kamion that's crack, that means that udev is being installed after the 
 first reboot so you have to put up with the static /dev - udev 
 transition
 Kamion although I guess that means we force the static /dev - udev 
 transition to work :P
 Kamion but it means you really need another reboot to get the system 
 into a vaguely sane state
 fjp Kamion: Yes, the installation report was complaining about that. RC 
 bug against gnome? ;-)
 Kamion dunno; there's an argument that says we should always install 
 udev for 2.6 installs, but it's too late to make that change
 Kamion (would require a lot of testing)
 * h01ger can confirm: i also saw this (unable to login via ssh  local via 
 console) after installing desktop-task last weekend - a reboot fixed 
 it. as tfm says...
 h01ger errata ?
 fjp h01ger: That would be a bit thin for Sarge release. Who reads the 
 errata before installing officially released CDs? Release notes or 
 installation manual: maybe a few more people, but same thing.
 
 So, are we happy that installation of the desktop task is going to force a 
 'static /dev - udev transition' (as Colin so beautifully calls it) on 
 users?
 
 There appear to be several consequences from installing udev in 2nd stage:
 - system needs to be rebooted one more time;
 - from Holgers comment: system may not be fully usable until the reboot;
 - as I understand it from reading some threads on the lists, support
   for some devices which work fine _without_ udev may need manual
   configuration of udev before they will work _with_ udev.
 
 Can/should anything be done about this?
 If it's left in, how can we best document it?

Just added this to the bug report(s).

I had an idea though, what if :

  1) udev gets an additional debconf note/questions/whatever.

  2) it checks if we come straigth from d-i (or are upgrading from woody, or
  in any other way require a reboot).

  3) Inform the user that a reboot is needed in order for it to work.
  
I guess udev may already do some of the above, i remember a note about this,
but we have to make sure it is shown in the debian-installer path.

Friendly,

Sven Luther



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



Processed: Re: Bug#291700: Proposing stable PostgreSQL bugfixes

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 291700 important
Bug#291700: broken check for peer prevents startup
Severity set to `important'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#291700: Proposing stable PostgreSQL bugfixes

2005-03-18 Thread Martin Pitt
severity 291700 important
thanks

Martin Schulze [2005-03-07 14:45 +0100]:
 Steve Langasek wrote:
  On Sun, Feb 27, 2005 at 10:28:27PM +0100, Martin Pitt wrote:
   In the light of #291700 I prepared a new PostgreSQL stable upload. It
   fixes a grave misbehaviour if a database is called peer, and fixes
   the calling of dpkg --compare-versions which caused the help screen to
   be printed when installing the package from scratch.
  
   Would you accept the following debdiff for stable-proposed-updates?
  
  This needs to be approved by the Stable Release Manager, Joey Schulze.  I
  don't know if Joey follows this list.
 
 I do.  I am not convinced though that this update has to go into the
 stable release since it's just a normal bug.  If you consider it
 severe enough, please get robster to add a note to the release notes
 for woody about not naming tables peer.

Okay, I downgraded the severity. The patch is there for all people who
want to fix it locally.

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


signature.asc
Description: Digital signature


Processed: Fixed in NMU of firestarter 1.0.3-1.1

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298809 + fixed
Bug#298809: rebuild without libhowl0 dep
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#297181: auctex dont't install

2005-03-18 Thread Jean-Jacques Rétorré
Frank Küster a écrit :
Jean-Jacques, 
[snip]
$ cd /usr/share/emacs/site-lisp/auctex/
$ su
# ./configure --disable-build-dir-test --prefix=/usr/ --with-emacs=emacs21 
--with-lispdir=/usr/share/emacs21/site-lisp/ 
--with-auto-dir=/var/lib/auctex/emacs21
zoe:/usr/share/emacs/site-lisp/auctex# ./configure 
--disable-build-dir-test --prefix=/usr/ --with-emacs=emacs21 
--with-lispdir=/usr/share/emacs21/site-lisp/ 
--with-auto-dir=/var/lib/auctex/emacs21
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for emacs21... /usr/bin/emacs21
checking if /usr/bin/emacs21 is XEmacs... no
checking if (X)Emacs is recent enough... yes
checking for mule support... yes
checking where lisp files go... /usr/share/emacs21/site-lisp/, expanded 
to /usr/share/emacs21/site-lisp
checking where automatically generated global style hooks go... 
/var/lib/auctex/emacs21, expanded to /var/lib/auctex/emacs21
checking for tex... /usr/bin/tex
checking for pdftex... /usr/bin/pdftex
checking for dvips... /usr/bin/dvips
checking for makeinfo... /usr/bin/makeinfo
checking for texi2html... /usr/bin/texi2html
checking for texi2dvi... /usr/bin/texi2dvi
checking for texi2pdf... /usr/bin/texi2pdf
checking if /usr/bin/makeinfo understands @acronym{}... yes
checking if /usr/bin/makeinfo understands @env{}... yes
checking if /usr/bin/makeinfo understands @option{}... yes
checking if /usr/bin/makeinfo understands @command{}... yes
checking for install-info... /usr/sbin/install-info
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tex-site.el
config.status: creating doc/Makefile

Congratulations!  Configuration is complete.
Type make at the prompt to build AUCTeX
zoe:/usr/share/emacs/site-lisp/auctex#
# /usr/bin/emacs21 -q -no-site-file -l lpath.el

(you might need to add the option -nw if it says it cannot open a
display or a similar error message).
Then do
M-x toggle-debug-on-error RET
Debug on Error enabled
M-x byte-compile-file RET context-en.el RET
Byte compile file: /usr/share/emacs/site-lisp/auctex/context-en.el
Compiling file /usr/share/emacs/site-lisp/auctex/context-en.el at Fri 
Mar 18 10:15:38 2005
  !! Symbol's function definition is void 
((TeX-mode-specific-command-menu))


best regards
Jean-Jacques.



Bug#300161: marked as done (libppd_2:0.10-2(hppa/unstable): FTBFS: missing build-depends)

2005-03-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Mar 2005 04:02:22 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#300161: fixed in libppd 2:0.10-3
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 18 Mar 2005 04:21:01 +
From [EMAIL PROTECTED] Thu Mar 17 20:21:01 2005
Return-path: [EMAIL PROTECTED]
Received: from mmjgroup.com [192.34.35.33] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DC8yq-uc-00; Thu, 17 Mar 2005 20:21:00 -0800
Received: from mix.mmjgroup.com (mix.mmjgroup.com [192.34.35.16])
by mmjgroup.com (Postfix) with ESMTP id 9FF8116DCE
for [EMAIL PROTECTED]; Thu, 17 Mar 2005 21:20:59 -0700 (MST)
Received: by mix.mmjgroup.com (Postfix, from userid 1000)
id 956C48F333; Thu, 17 Mar 2005 21:20:59 -0700 (MST)
Date: Thu, 17 Mar 2005 21:20:59 -0700
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: libppd_2:0.10-2(hppa/unstable): FTBFS: missing build-depends
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libppd
Version: 2:0.10-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libppd_2:0.10-2 on sarti by sbuild/hppa 1.170.5
 Build started at 20050318-0232

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 2), libtool, libglib1.2-dev

[...]

 checking for pkg-config... /usr/bin/pkg-config
 checking for glib-2.0... Package glib-2.0 was not found in the pkg-config 
 search path.
 Perhaps you should add the directory containing `glib-2.0.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'glib-2.0' found
 checking for strdup... yes

[...]

 In file included from emit.c:39:
 ppd.h:41:18: glib.h: No such file or directory

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppapkg=libppdver=2:0.10-2


---
Received: (at 300161-close) by bugs.debian.org; 18 Mar 2005 09:08:05 +
From [EMAIL PROTECTED] Fri Mar 18 01:08:04 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCDSe-Og-00; Fri, 18 Mar 2005 01:08:04 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DCDN8-0003kL-00; Fri, 18 Mar 2005 04:02:22 -0500
From: A Mennucc1 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#300161: fixed in libppd 2:0.10-3
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Fri, 18 Mar 2005 04:02:22 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: libppd
Source-Version: 2:0.10-3

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

libppd-dev_0.10-3_i386.deb
  to pool/main/libp/libppd/libppd-dev_0.10-3_i386.deb
libppd0_0.10-3_i386.deb
  to pool/main/libp/libppd/libppd0_0.10-3_i386.deb
libppd_0.10-3.diff.gz
  to pool/main/libp/libppd/libppd_0.10-3.diff.gz
libppd_0.10-3.dsc
  to pool/main/libp/libppd/libppd_0.10-3.dsc
ppdfilt_0.10-3_i386.deb
  to pool/main/libp/libppd/ppdfilt_0.10-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
A Mennucc1 [EMAIL PROTECTED] (supplier of updated libppd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format

Bug#299865: CAN-2005-0736: Boundary condition error in sys_epoll_wait

2005-03-18 Thread Horms
On Thu, Mar 17, 2005 at 10:59:17AM -0500, Joey Hess wrote:
 Geoff Crompton wrote:
  Package: kernel-source-2.6.8
  Version: 2.6.8-13
  Severity: critical
  Justification: root security hole
  
  There is a local integer overflow vulnerability in the sys_epoll_wait()
  call. See following for detail:
  http://www.securityfocus.com/bid/12763/
  
  Apologies if already reported.
 
 This was already fixed in 2.6.8-14, although AFAIK we've get to get
 the kernel-images built from it.

I believe that the current plan is to wait for the soon to
be released 2.6.8-15, which has additional security fixes,
before making the images.

In any case, as the bug is fixed in the source package,
I am going to close it. 

-- 
Horms


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



Bug#289690: This bug is release critical IMO

2005-03-18 Thread Horms
Can you please update to a more recent version of 2.6.8 and retest?

-- 
Horms


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



Bug#300185: FTBFS in experimental

2005-03-18 Thread Andreas Barth
Package: postgresql-7.4
Version: 1:7.4.7-1
Severity: serious
Tags: experimental

Hi,
please see http://experimental.ftbfs.de/build.php?arch=pkg=postgresql-7.4
for the full build log

Cheers,
Andi

Automatic build of postgresql-7.4_1:7.4.7-1 on notos by sbuild/powerpc 1.170.5
Build started at 20050318-0210
**
[...]
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.2.ds1-20 
linux-kernel-headers_2.5.999-test7-bk-17 gcc-3.3_1:3.3.5-8 g++-3.3_1:3.3.5-6 
binutils_2.15-5 libstdc++5_1:3.3.5-6 libstdc++5-3.3-dev_1:3.3.5-6
--
dpkg-source: extracting postgresql-7.4 in postgresql-7.4-7.4.7
[...]
make -C ../../../src/interfaces/libpgtcl all
make[5]: Entering directory 
`/build/buildd/postgresql-7.4-7.4.7/build-tree/postgresql-7.4.7/src/interfaces/libpgtcl'
make -C ../../../src/interfaces/libpq all
make[6]: Entering directory 
`/build/buildd/postgresql-7.4-7.4.7/build-tree/postgresql-7.4.7/src/interfaces/libpq'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory 
`/build/buildd/postgresql-7.4-7.4.7/build-tree/postgresql-7.4.7/src/interfaces/libpq'
make[5]: Leaving directory 
`/build/buildd/postgresql-7.4-7.4.7/build-tree/postgresql-7.4.7/src/interfaces/libpgtcl'
cc -g -Wall -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../src/interfaces/libpgtcl  
-I/usr/include/tcl8.4 -I../../../src/include -D_GNU_SOURCE  
-I/usr/include/tcl8.4  -c -o pgtclAppInit.o pgtclAppInit.c
cc -g -Wall -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes 
-Wmissing-declarations pgtclAppInit.o -L../../../src/interfaces/libpgtcl 
-lpgtcl -L../../../src/interfaces/libpq -lpq -L/usr/lib -ltcl8.4 -ldl -lpthread 
-lieee -lm -L../../../src/port  -lpam -lssl -lcrypto -lkrb5 -lz -lreadline 
-lcrypt -lresolv -lnsl -ldl -lm  -lpgport -o pgtclsh
cc -g -Wall -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes 
-Wmissing-declarations -I../../../src/interfaces/libpgtcl  
-I/usr/include/tcl8.4 -I../../../src/include -D_GNU_SOURCE  
-I/usr/include/tcl8.4  -c -o pgtkAppInit.o pgtkAppInit.c
In file included from pgtkAppInit.c:15:
/usr/include/tcl8.4/tk.h:96:29: X11/Xlib.h: No such file or directory
In file included from pgtkAppInit.c:15:
/usr/include/tcl8.4/tk.h:572: error: syntax error before Window
/usr/include/tcl8.4/tk.h:572: warning: type defaults to `int' in declaration of 
`Window'
/usr/include/tcl8.4/tk.h:572: error: `Window' declared as function returning a 
function
/usr/include/tcl8.4/tk.h:572: warning: parameter names (without types) in 
function declaration
/usr/include/tcl8.4/tk.h:575: error: syntax error before XEvent
/usr/include/tcl8.4/tk.h:584: error: syntax error before Tk_ClassCreateProc
/usr/include/tcl8.4/tk.h:584: warning: no semicolon at end of struct or union
/usr/include/tcl8.4/tk.h:592: error: syntax error before '}' token
/usr/include/tcl8.4/tk.h:592: warning: type defaults to `int' in declaration of 
`Tk_ClassProcs'
/usr/include/tcl8.4/tk.h:592: warning: data definition has no type or storage 
class
/usr/include/tcl8.4/tk.h:678: error: syntax error before Bool
/usr/include/tcl8.4/tk.h:678: warning: no semicolon at end of struct or union
/usr/include/tcl8.4/tk.h:679: warning: type defaults to `int' in declaration of 
`display'
/usr/include/tcl8.4/tk.h:679: warning: data definition has no type or storage 
class
[...]


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



Processed: your mail

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package revelation
Ignoring bugs not assigned to: revelation

 tags 300117 + forwarded
Unknown tag/s: forwarded.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n.

Bug#300117: revelation: Don't start
There were no tags set.
Tags added: 

 --
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: libapache-mod-mp3 must be rebuilt against libmysqlclient12

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 299162 patch
Bug#299162: libapache-mod-mp3 must be rebuilt against libmysqlclient12
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#289690: This bug is release critical IMO

2005-03-18 Thread Raphael Hertzog
Le vendredi 18 mars 2005 à 18:15 +0900, Horms a écrit :
 Can you please update to a more recent version of 2.6.8 and retest?

Which one ? I don't know of anything newer than 2.6.8-13 ...

(I was using -13 as I reported in my mail)

Cheers,
-- 
Raphaël Hertzog -+- http://www.ouaza.com
Formation Linux et logiciel libre : http://www.logidee.com
Earn money with free software: http://www.geniustrader.org




Bug#296514: [quanta-devel] Cervisia again, plus greater problems

2005-03-18 Thread Andras Mantia
HI,

 I got an answer from Bernd:

Now to the real topic: if the licensing of the Cervisia part is a
problem for applications embedding or using it, it is fine for me
to change the license to GPL. The software before the import into
KDE's CVS is written mostly by myself. There are a few people who
contributed patches for fixing bugs or ,v files which helped a lot
with testing, but these probably not in an amount which is relevant
for the purpose of copyright. The only other author with a relevant
code contribution is AFAIR Florent Pillet, whose email address you
may see in the AUTHORS or ChangeLog file.

Is this enough?

Andras


pgpK9mwJISk9Q.pgp
Description: PGP signature


Bug#299162: libapache-mod-mp3 must be rebuilt against libmysqlclient12

2005-03-18 Thread Steve Langasek
tags 299162 patch
thanks

As promised earlier, I have uploaded an NMU for this bug.  The trivial patch
is attached.

Cheers,
-- 
Steve Langasek
postmodern programmer
diff -u libapache-mod-mp3-0.39/debian/changelog 
libapache-mod-mp3-0.39/debian/changelog
--- libapache-mod-mp3-0.39/debian/changelog
+++ libapache-mod-mp3-0.39/debian/changelog
@@ -1,3 +1,13 @@
+libapache-mod-mp3 (0.39-3.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix.
+  * Rebuild against libmysqlclient12-dev instead of libmysqlclient10-dev,
+for compatibility with newer servers and to avoid segfaults when
+other mysql-using apache modules are loaded (closes: #299162).
+
+ -- Steve Langasek [EMAIL PROTECTED]  Fri, 18 Mar 2005 00:38:25 -0800
+
 libapache-mod-mp3 (0.39-3.1) unstable; urgency=low
 
   * NMU
diff -u libapache-mod-mp3-0.39/debian/control 
libapache-mod-mp3-0.39/debian/control
--- libapache-mod-mp3-0.39/debian/control
+++ libapache-mod-mp3-0.39/debian/control
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Pawel Wiecek [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), apache-dev (= 1.3.28), libdb4.2-dev, 
libmysqlclient10-dev
+Build-Depends: debhelper ( 3.0.0), apache-dev (= 1.3.28), libdb4.2-dev, 
libmysqlclient12-dev
 Standards-Version: 3.6.1
 
 Package: libapache-mod-mp3


signature.asc
Description: Digital signature


Bug#300170: marked as done ([powerpc] no console after initial install, maybe udev related.)

2005-03-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Mar 2005 10:36:12 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#300170: Consequences of udev being pulled in by Gnome
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 18 Mar 2005 06:02:46 +
From [EMAIL PROTECTED] Thu Mar 17 22:02:46 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp11.wanadoo.fr [193.252.22.31] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCAZJ-00025a-00; Thu, 17 Mar 2005 22:02:46 -0800
Received: from me-wanadoo.net (localhost [127.0.0.1])
by mwinf1108.wanadoo.fr (SMTP Server) with ESMTP id 64BA41C00090;
Fri, 18 Mar 2005 07:02:14 +0100 (CET)
Received: from pegasos (AStrasbourg-251-1-59-16.w82-126.abo.wanadoo.fr 
[82.126.135.16])
by mwinf1108.wanadoo.fr (SMTP Server) with ESMTP id 40DF41C00082;
Fri, 18 Mar 2005 07:02:14 +0100 (CET)
X-ME-UUID: [EMAIL PROTECTED]
Received: from luther by pegasos with local (Exim 4.44)
id 1DCAKg-0001b5-69; Fri, 18 Mar 2005 06:47:38 +0100
Date: Fri, 18 Mar 2005 06:47:38 +0100
To: Rick_Thomas [EMAIL PROTECTED]
Cc: Holger Levsen [EMAIL PROTECTED],
debian-boot@lists.debian.org, [EMAIL PROTECTED]
Subject: Re: 3 days until end of test period
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: [EMAIL PROTECTED]
User-Agent: Mutt/1.5.6+20040907i
From: Sven Luther [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: debian-installer
severity: grave

On Fri, Mar 18, 2005 at 12:34:33AM -0500, Rick_Thomas wrote:
 I tried it on a 350MHz G4 PowerMac (NewWorld) at the office.  All went
 well except for one strangeness.  Since the same thing happened on my
 beige G3 last night, I'm curious if anyone else has seen it?

Cool

 Last night I thought it was just a glitch -- the beige G3 hardware is
 sometimes a little flaky.  But now I'm not so sure.  The G4 machine has
 always been solid as a rock, hardware-wise.
 
 The weirdness is this:
 
 Installing with the 2.6.8 kernel (single processor version, if it
 matters)  The initial reboot goes just fine, and drops me into tasksel,
 where I select print server, and desktop environment.  All the
 installation and setup stuff goes as expected, but when everything is
 over and I try to log out, I never get a login: prompt or a Gnome
 login window.  If I switch to another virtual console (alt-F2) and try
 to login there it accepts my login and password, but I never get a shell
 prompt.

I had this also, but a reboot solved it.

 I had to go to another machine and do ssh [EMAIL PROTECTED] /sbin/reboot 
 because using slogin [EMAIL PROTECTED] got me the point where I enter my 
 root
 password, then the same hang as I saw on the second virtual console.
 
 Sound familiar?  What am I doing wrong?

Don't know once is a coincidence, but 3 times is a problem, which i believe is
RC. We should fill a bug, but i don't know what package to fill it at, let's
say the installer for now.

Friendly,

Sven Luther


---
Received: (at 300170-done) by bugs.debian.org; 18 Mar 2005 09:47:31 +
From [EMAIL PROTECTED] Fri Mar 18 01:47:31 2005
Return-path: [EMAIL PROTECTED]
Received: from attila.bofh.it [213.92.8.2] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCE4p-00087K-00; Fri, 18 Mar 2005 01:47:31 -0800
Received: by attila.bofh.it (Postfix, from userid 10)
id 9494D5F7AA; Fri, 18 Mar 2005 10:47:29 +0100 (CET)
Received: by wonderland.linux.it (Postfix, from userid 1001)
id E9DC31C499; Fri, 18 Mar 2005 10:36:12 +0100 (CET)
Date: Fri, 18 Mar 2005 10:36:12 +0100
To: Sven Luther [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc: Frans Pop [EMAIL PROTECTED], [EMAIL PROTECTED],
debian-boot@lists.debian.org, debian-release@lists.debian.org
Subject: Re: Bug#300170: Consequences of udev being pulled in by Gnome
Message-ID: [EMAIL PROTECTED]
Mail-Followup-To: [EMAIL PROTECTED], Sven Luther [EMAIL PROTECTED],
[EMAIL PROTECTED], Frans Pop [EMAIL PROTECTED],
[EMAIL PROTECTED], 

Bug#298600: marked as done (copyright file refers to LGPL 2.1, but points to LGPL-2 file)

2005-03-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Mar 2005 04:47:09 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#298600: fixed in bzflag 2.0.2.20050318
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 8 Mar 2005 19:17:31 +
From [EMAIL PROTECTED] Tue Mar 08 11:17:31 2005
Return-path: [EMAIL PROTECTED]
Received: from vms044pub.verizon.net [206.46.252.44] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D8kCw-0007It-00; Tue, 08 Mar 2005 11:17:30 -0800
Received: from [192.168.1.3] ([4.5.66.209])
 by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04
 (built Dec 24 2004)) with ESMTPA id [EMAIL PROTECTED] for
 [EMAIL PROTECTED]; Tue, 08 Mar 2005 13:17:30 -0600 (CST)
Date: Tue, 08 Mar 2005 11:14:55 -0800
From: Josh Triplett [EMAIL PROTECTED]
Subject: copyright file refers to LGPL 2.1, but points to LGPL-2 file
To: Debian Bug Tracking System [EMAIL PROTECTED]
Message-id: [EMAIL PROTECTED]
MIME-version: 1.0
Content-type: multipart/signed; micalg=pgp-sha1;
 protocol=application/pgp-signature;
 boundary=enig80C2B06039304B331FB1EB97
X-Accept-Language: en-us, en
X-Enigmail-Version: 0.90.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105
 Debian/1.7.5-1
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--enig80C2B06039304B331FB1EB97
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Package: bzflag
Version: 2.0.0.20050118
Severity: serious

From the copyright file:
 It may be redistributed under the terms of the GNU LGPL, Version 2.1
 found on Debian systems in the file /usr/share/common-licenses/LGPL-2.

The upstream license is the LGPL 2.1, so the reference to the
common-licenses file should refer to /usr/share/common-licenses/LGPL-2.1
.  Or if upstream uses or any later version, it should refer to
/usr/share/common-licenses/LGPL, which is a symlink to the latest version.


- Josh Triplett

--enig80C2B06039304B331FB1EB97
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename=signature.asc

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

iD8DBQFCLfm3GJuZRtD+evsRAlw/AKCoRbPDEcNdCSvfe4am9Zj9jlrs9gCfZ04J
PhI9Ns+yHTUTR4Ta6EgJ6Z4=
=TSu7
-END PGP SIGNATURE-

--enig80C2B06039304B331FB1EB97--

---
Received: (at 298600-close) by bugs.debian.org; 18 Mar 2005 09:54:04 +
From [EMAIL PROTECTED] Fri Mar 18 01:54:04 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCEBA-0002gL-00; Fri, 18 Mar 2005 01:54:04 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DCE4T-00052t-00; Fri, 18 Mar 2005 04:47:09 -0500
From: Tim Riker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#298600: fixed in bzflag 2.0.2.20050318
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Fri, 18 Mar 2005 04:47:09 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.3 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
SUBJ_HAS_UNIQ_ID autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: bzflag
Source-Version: 2.0.2.20050318

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

bzflag-server_2.0.2.20050318_i386.deb
  to pool/main/b/bzflag/bzflag-server_2.0.2.20050318_i386.deb
bzflag_2.0.2.20050318.dsc
  to pool/main/b/bzflag/bzflag_2.0.2.20050318.dsc
bzflag_2.0.2.20050318.tar.gz
  to pool/main/b/bzflag/bzflag_2.0.2.20050318.tar.gz
bzflag_2.0.2.20050318_i386.deb
  to pool/main/b/bzflag/bzflag_2.0.2.20050318_i386.deb



A summary of the changes 

Bug#300166: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Marco d'Itri
On Mar 18, Sven Luther [EMAIL PROTECTED] wrote:

   3) Inform the user that a reboot is needed in order for it to work.
No, it's not! Months ago I did a lot of work in postinst to support
reboot-less installation of udev.
There is not enough data in this bug report to even start investigating
it but I believe that the problem is caused by #296776 and #296975,
which I fixed over a month ago but are being kept out of testing by the
broken arm buildd.
Cc'ed to the release managers, who may want to force again udev in
testing to fix these RC bugs.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#295131: Full bt

2005-03-18 Thread Bartosz Fenski aka fEnIo
On Mon, Mar 14, 2005 at 02:19:54AM +0100, Frank Lichtenheld wrote:

Hello Frank.

First of all sorry for late answer and many thanks for your effort to
figure out what's wrong.

  Here is a full bt with debug libraries installed an code references:
 [...]
 
 Hmm, I have an idea what could be the cause for the segfaults:
 As you can see, they happen in the glib code, not in scorched3d.
 ldd /usr/games/scorched3d shows that it is linked against libglib2.0
 and libgtk1.2 while the used wx library (libwxgtk-2.4) is linked against
 libglib1.2 and libgtk1.2. Perhaps the conflicting libraries cause
 the segfaults?

Could be. I'll try to rebuild it in chroot without libglib2.0-dev package.
 
 On PPC where the program doesn't segfault, scorched3d is linked against
 libglib1.2, not 2.0. However, I can't see how you have to influence the
 build process to ensure a certain libglib version ...

Well I'll try to add Build-Conflicts with libglib2.0 library. We'll see
what happens ;)

Thanks again for your investigation.

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Processed: your mail

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package revelation
Ignoring bugs not assigned to: revelation

 forwarded 300117 [EMAIL PROTECTED]
Bug#300117: revelation: Don't start
Noted your statement that Bug has been forwarded to [EMAIL PROTECTED]

 forwarded 300101 [EMAIL PROTECTED]
Bug#300101: KeyError exception
Noted your statement that Bug has been forwarded to [EMAIL PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: mysql-ruby must be rebuilt against libmysqlclient12

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 299166 patch
Bug#299166: mysql-ruby must be rebuilt against libmysqlclient12
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#299166: mysql-ruby must be rebuilt against libmysqlclient12

2005-03-18 Thread Steve Langasek
tags 299166 patch
thanks

As promised earlier, I have uploaded an NMU for this bug.  The trivial patch
is attached.

Cheers,
-- 
Steve Langasek
postmodern programmer
diff -u mysql-ruby-2.4.5/debian/changelog mysql-ruby-2.4.5/debian/changelog
--- mysql-ruby-2.4.5/debian/changelog
+++ mysql-ruby-2.4.5/debian/changelog
@@ -1,3 +1,14 @@
+mysql-ruby (2.4.5-6.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix.
+  * Rebuild against libmysqlclient12-dev instead of libmysqlclient10-dev,
+for compatibility with newer servers and to avoid segfaults when
+other mysql-using apache modules are loaded together with mod-ruby
+(closes: #299166).
+
+ -- Steve Langasek [EMAIL PROTECTED]  Fri, 18 Mar 2005 01:43:13 -0800
+
 mysql-ruby (2.4.5-6) unstable; urgency=low
 
   * Minor connection setting bugfix by Andres Salomon. Closes: #277361.
diff -u mysql-ruby-2.4.5/debian/control mysql-ruby-2.4.5/debian/control
--- mysql-ruby-2.4.5/debian/control
+++ mysql-ruby-2.4.5/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Dmitry Borodaenko [EMAIL PROTECTED]
 Standards-Version: 3.6.1
-Build-Depends: debhelper (= 2.1.2), libmysqlclient10-dev (= 3.23.21-3), 
ruby1.6, ruby1.8, ruby1.6-dev, ruby1.8-dev
+Build-Depends: debhelper (= 2.1.2), libmysqlclient12-dev, ruby1.6, ruby1.8, 
ruby1.6-dev, ruby1.8-dev
 
 Package: libmysql-ruby1.6
 Architecture: any


signature.asc
Description: Digital signature


Bug#300117: revelation: Don't start

2005-03-18 Thread Stefan Voelkel
Hello,

please try this and send us the output:

$ python
 import gnome
 gnome.libgnome_module_info_get()
GnomeModuleInfo at 0x807e840

Do you get a GnomeModuleInfo at xxx message, or an error?

-- 
Stefan Völkel[EMAIL PROTECTED]
Millenux GmbH  mobile: +49.170.79177.17
Lilienthalstraße 2  phone: +49.711.88770.300
70825 Stuttgart-Korntal   fax: +49.711.88770.349
 -= linux without limits -=- http://linux.zSeries.org/ =-



Bug#300166: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Steve Langasek
On Fri, Mar 18, 2005 at 10:36:12AM +0100, Marco d'Itri wrote:
 On Mar 18, Sven Luther [EMAIL PROTECTED] wrote:

3) Inform the user that a reboot is needed in order for it to work.
 No, it's not! Months ago I did a lot of work in postinst to support
 reboot-less installation of udev.
 There is not enough data in this bug report to even start investigating
 it but I believe that the problem is caused by #296776 and #296975,
 which I fixed over a month ago but are being kept out of testing by the
 broken arm buildd.

It's also waiting on a new version of makedev, which is frozen and includes
lots of changes not related to the udev change, and has only been in
unstable for two days.  Cc:ed to the maintainer (Bdale) as well, for
comments on whether makedev should be pushed through.

It would be good if someone could do a concrete d-i sid test with this
version of udev, to confirm that it does solve the problems in question.

 Cc'ed to the release managers, who may want to force again udev in
 testing to fix these RC bugs.

I suspect so, but I think it's best to let makedev age a little more before
pushing it in.  Joey, is there any d-i deadline I need to worry about for
this?  I assume that if we have a known good fix, it's not a problem for it
to not be in the d-i rc3 release, as long as it gets on the official CD
builds for sarge?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Processed: Re: python-mysqldb must be rebuilt against libmysqlclient12

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 299168 patch
Bug#299168: python-mysqldb must be rebuilt against libmysqlclient12
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#295131: Full bt

2005-03-18 Thread Bartosz Fenski aka fEnIo
On Fri, Mar 18, 2005 at 10:52:51AM +0100, Bartosz Fenski aka fEnIo wrote:
  Hmm, I have an idea what could be the cause for the segfaults:
  As you can see, they happen in the glib code, not in scorched3d.
  ldd /usr/games/scorched3d shows that it is linked against libglib2.0
  and libgtk1.2 while the used wx library (libwxgtk-2.4) is linked against
  libglib1.2 and libgtk1.2. Perhaps the conflicting libraries cause
  the segfaults?
 
 Could be. I'll try to rebuild it in chroot without libglib2.0-dev package.

Well it's not possible to build it this way. libSDL, libSDL_net and
libSDL_mixer depend on libglib2.0.

regards
fEnIo


-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Bug#299168: python-mysqldb must be rebuilt against libmysqlclient12

2005-03-18 Thread Steve Langasek
tags 299168 patch
thanks

As promised earlier, I have uploaded an NMU for this bug.  The trivial patch
is attached.

Cheers,
-- 
Steve Langasek
postmodern programmer
diff -u python-mysqldb-1.1.6/debian/control python-mysqldb-1.1.6/debian/control
--- python-mysqldb-1.1.6/debian/control
+++ python-mysqldb-1.1.6/debian/control
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Jonas Meurer [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0), python2.2-dev, python2.3-dev, 
libmysqlclient10-dev, zlib1g-dev, dpatch
+Build-Depends: debhelper (= 4.0), python2.2-dev, python2.3-dev, 
libmysqlclient12-dev, zlib1g-dev, dpatch
 Standards-Version: 3.6.1.1
 
 Package: python-mysqldb
diff -u python-mysqldb-1.1.6/debian/changelog 
python-mysqldb-1.1.6/debian/changelog
--- python-mysqldb-1.1.6/debian/changelog
+++ python-mysqldb-1.1.6/debian/changelog
@@ -1,3 +1,14 @@
+python-mysqldb (1.1.6-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for sarge-targetted RC bugfix.
+  * Rebuild against libmysqlclient12-dev instead of libmysqlclient10-dev,
+for compatibility with newer servers and to avoid segfaults when
+other mysql-using apache modules are loaded together with mod-python
+(closes: #299168).
+
+ -- Steve Langasek [EMAIL PROTECTED]  Fri, 18 Mar 2005 02:47:59 -0800
+
 python-mysqldb (1.1.6-1) unstable; urgency=low
 
   * new upstream release


signature.asc
Description: Digital signature


Processed: fixed in testing

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 296243 -sarge
Bug#296243: autofs: init script fails if entry in nsswitch.conf contains tabs
Tags were: patch sarge
Tags removed: sarge

 close 296243
Bug#296243: autofs: init script fails if entry in nsswitch.conf contains tabs
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Frieder Kalisch [EMAIL 
PROTECTED]

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 298922

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.11
 tags 298922 sid
Bug#298922: mesa: FTBFS: /usr/bin/ld: cannot find -lGL
There were no tags set.
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 297664

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.11
 tags 297664 sarge
Bug#297664: junit: FTBFS: gjdoc errors
Tags were: patch
Tags added: sarge


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#300209: tomcat4: tomcat dies with Parse error in default web.xml after upgrade

2005-03-18 Thread Christoph Martin
Package: tomcat4
Version: 4.1.31-2
Severity: grave
Justification: renders package unusable


I tried to update tomcat4 on different servers from 4.1.30 to 4.1.31. 
Now all my webapps are not running anymore. I get the following error 
and tomcat dies:

2005-03-18 11:52:46 ContextConfig[/hisqis/qisserver] Parse error in default 
web.xml
java.lang.NullPointerException
at org.apache.commons.collections.ArrayStack.push(ArrayStack.java:158)
at org.apache.commons.digester.Digester.push(Digester.java:1628)
at 
org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.java:488)

and

2005-03-18 11:52:46 ContextConfig[/hisqis/qisserver] Parse error in application 
web.xml
java.lang.NullPointerException
at org.apache.commons.collections.ArrayStack.push(ArrayStack.java:158)
at org.apache.commons.digester.Digester.push(Digester.java:1628)
at 
org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:221)

This is totally independent of the contents of the web.xml file. I
even exchanged the files with the contents of
/usr/share/tomcat4/.debian/web.xml but to no avail.

Something seams to have changed between 4.1.30 and 4.1.31
totally. This makes the package unusable for most installations.

Christoph

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

Versions of packages tomcat4 depends on:
ii  adduser   3.47   Add and remove users and groups
ii  apache-utils  1.3.33-4   utility programs for webservers (t
ii  apache2-utils [apache-uti 2.0.53-5   utility programs for webservers
ii  j2re1.4 [java-virtual-mac 1.4.1.99.rc1-1 Blackdown Java(TM) 2 Runtime Envir
ii  j2sdk1.4 [java-compiler]  1.4.1.99.rc1-1 Blackdown Java(TM) 2 SDK, Standard
ii  libtomcat4-java   4.1.31-2   Java Servlet engine -- core librar

-- no debconf information


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



Processed: severity of 299114 is important

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.11
 severity 299114 important
Bug#299114: libxbase2.0-dev: xbase/xbase.h includes iostream.h, which is not a 
dependency
Severity set to `important'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of python-mysqldb 1.1.6-1.1

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 299168 + fixed
Bug#299168: python-mysqldb must be rebuilt against libmysqlclient12
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#300166: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Sven Luther
On Fri, Mar 18, 2005 at 02:38:35AM -0800, Steve Langasek wrote:
 On Fri, Mar 18, 2005 at 10:36:12AM +0100, Marco d'Itri wrote:
  On Mar 18, Sven Luther [EMAIL PROTECTED] wrote:
 
 3) Inform the user that a reboot is needed in order for it to work.
  No, it's not! Months ago I did a lot of work in postinst to support
  reboot-less installation of udev.
  There is not enough data in this bug report to even start investigating
  it but I believe that the problem is caused by #296776 and #296975,
  which I fixed over a month ago but are being kept out of testing by the
  broken arm buildd.
 
 It's also waiting on a new version of makedev, which is frozen and includes
 lots of changes not related to the udev change, and has only been in
 unstable for two days.  Cc:ed to the maintainer (Bdale) as well, for
 comments on whether makedev should be pushed through.
 
 It would be good if someone could do a concrete d-i sid test with this
 version of udev, to confirm that it does solve the problems in question.

Ok, will do, i need a install on powerpc/sid using the daily builds, nothing
more, right ? 

  Cc'ed to the release managers, who may want to force again udev in
  testing to fix these RC bugs.
 
 I suspect so, but I think it's best to let makedev age a little more before
 pushing it in.  Joey, is there any d-i deadline I need to worry about for
 this?  I assume that if we have a known good fix, it's not a problem for it
 to not be in the d-i rc3 release, as long as it gets on the official CD
 builds for sarge?

I believe that this is not a problem for d-i, as udev is not in base, so not
part of anything d-i builds, apart from the full isos, which are or not d-i
related.

The makedev issue could be problematic though, as you say it is part of base.

Could it be possible to have a fixed udev built against the testing version of
makedev, and push it in through testing-proposed-updates ? With manual builds
if needed.

Friendly,

Sven Luther
 
 -- 
 Steve Langasek
 postmodern programmer





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



Bug#289270: marked as done (denemo: write files in /etc/locale/)

2005-03-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Mar 2005 12:58:07 +0100 (CET)
with message-id [EMAIL PROTECTED]
and subject line denemo: write files in /etc/locale/
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 8 Jan 2005 06:07:40 +
From [EMAIL PROTECTED] Fri Jan 07 22:07:40 2005
Return-path: [EMAIL PROTECTED]
Received: from smtp9.wanadoo.fr [193.252.22.22] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cn9lE-bU-00; Fri, 07 Jan 2005 22:07:40 -0800
Received: from me-wanadoo.net (localhost [127.0.0.1])
by mwinf0902.wanadoo.fr (SMTP Server) with SMTP id 809CF1C00250;
Sat,  8 Jan 2005 07:07:09 +0100 (CET)
Received: from argos.server.maison 
(AToulouse-152-1-3-154.w82-125.abo.wanadoo.fr [82.125.1.154])
by mwinf0902.wanadoo.fr (SMTP Server) with ESMTP id 4E91F1C00161;
Sat,  8 Jan 2005 07:07:09 +0100 (CET)
Received: from prahal by argos.server.maison with local (Exim 4.43)
id 1CnA5u-0005Tf-VA; Sat, 08 Jan 2005 07:29:02 +0100
Date: Sat, 8 Jan 2005 07:29:02 +0100
From: [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: denemo: write files in /etc/locale/
Message-ID: [EMAIL PROTECTED]
Reply-To: Alban Browaeys [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.5
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: denemo
Version: 0.7.2a.cvs041008-2
Severity: serious
Tags: experimental
Justification: violate FHS 3.4 etc contains configuration data , 9.1 of debian 
policy


I cannot tell if it affects the package in sid.
There are some .mo (gettext translaction catalogs) in /etc/locale from
denemo. 
Not a big deal but i wonder how they end up there, i now no distribution
that does not respect that part of the FHS :-/

Cheers
Alban

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages denemo depends on:
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0-0pre2  GCC support library
ii  libglib2.0-02.6.0-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.0-1  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.0-1  Layout and rendering of internatio
ii  libstdc++5  1:3.3.5-5The GNU Standard C++ Library v3
ii  libxml2 2.6.16-1 GNOME XML library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


---
Received: (at 289270-done) by bugs.debian.org; 18 Mar 2005 11:59:46 +
From [EMAIL PROTECTED] Fri Mar 18 03:59:46 2005
Return-path: [EMAIL PROTECTED]
Received: from xdv.org [62.116.9.23] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCG8n-00073u-00; Fri, 18 Mar 2005 03:59:45 -0800
Received: from xdv.org (localhost [127.0.0.1])
by xdv.org (8.13.3/8.13.3/Debian-6) with ESMTP id j2IBw73D028696
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)
for [EMAIL PROTECTED]; Fri, 18 Mar 2005 12:58:07 +0100
Received: from localhost ([EMAIL PROTECTED])
by xdv.org (8.13.3/8.13.3/Submit) with ESMTP id j2IBw7g7028693
for [EMAIL PROTECTED]; Fri, 18 Mar 2005 12:58:07 +0100
Date: Fri, 18 Mar 2005 12:58:07 +0100 (CET)
From: =?X-UNKNOWN?Q?g=FCnter_geiger?= [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: denemo: write files in /etc/locale/
Message-ID: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


Has been fixed in the new upload.


Bug#298039: Fixes

2005-03-18 Thread Martin Schulze
Attached please find the patches we're using for the update of the
package in woody.

Please
 . update the package in sid
 . mention the corresponding CVE ids in the changelog
 . tell me the version number of the fixed package
 . use priority=high
 . no need to upload into sarge directly, except if the version in
   sid is not meant to go into testing

Regards,

Joey

-- 
The only stupid question is the unasked one.

Please always Cc to me when replying to me on the lists.
diff -u xli-1.17.0/debian/changelog xli-1.17.0/debian/changelog
--- xli-1.17.0/debian/changelog
+++ xli-1.17.0/debian/changelog
@@ -1,3 +1,14 @@
+xli (1.17.0-11woody1) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Applied patch from DSA 069 to fix buffer overflow in faces decoder
+[faces.c, CAN-2001-0775]
+
+ -- Martin Schulze [EMAIL PROTECTED]  Fri, 18 Mar 2005 12:46:39 +0100
+
 xli (1.17.0-11) unstable; urgency=low
 
   * xli.1: eliminate mention of xsetbg and xview since they are not
only in patch2:
unchanged:
--- xli-1.17.0.orig/faces.c
+++ xli-1.17.0/faces.c
@@ -54,9 +54,15 @@
 if (! strcmp(buf, \n))
   break;
 if (!strncmp(buf, FirstName:, 10))
-  strcpy(fname, buf + 11);
+  {
+   strncpy(fname, buf + 11, BUFSIZ - 1);
+   fname[BUFSIZ - 1] = '\0';
+  }
 else if (!strncmp(buf, LastName:, 9))
-  strcpy(lname, buf + 10);
+  {
+   strncpy(lname, buf + 10, BUFSIZ - 1);
+   lname[BUFSIZ - 1] = '\0';
+  }
 else if (!strncmp(buf, Image:, 6)) {
   if (sscanf(buf + 7, %d%d%d, iw, ih, id) != 3) {
fprintf(stderr,facesLoad: %s - Bad image\n, name);
@@ -117,7 +123,7 @@
   znocache(zf);
   image= newRGBImage(w, h, d);
   fname[strlen(fname) - 1]= ' ';
-  strcat(fname, lname);
+  strncat(fname, lname, BUFSIZ - strlen(fname) -1);
   fname[strlen(fname) - 1]= '\0';
   image-title= dupString(fname);
 
diff -u xli-1.17.0/debian/changelog xli-1.17.0/debian/changelog
--- xli-1.17.0/debian/changelog
+++ xli-1.17.0/debian/changelog
@@ -1,3 +1,14 @@
+xli (1.17.0-11woody1) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Backported upstream patch to add quoting protection to filenames when
+uncompressing files [zio.c, CAN-2005-0638]
+
+ -- Martin Schulze [EMAIL PROTECTED]  Fri, 18 Mar 2005 12:46:39 +0100
+
 xli (1.17.0-11) unstable; urgency=low
 
   * xli.1: eliminate mention of xsetbg and xview since they are not
only in patch2:
unchanged:
--- xli-1.17.0.orig/zio.c
+++ xli-1.17.0/zio.c
@@ -340,8 +340,9 @@
 boolean
 _zopen(ZFILE *zf)
 {
-   char buf[BUFSIZ];
+   char cmd[BUFSIZ];
char *name = zf-filename;
+   char *buf, *s, *t;
char uuibuf[UULEN], uudest[UULEN], uudummy[UULEN];
int uumode, uutry = UUSTARTLEN;
 
@@ -370,15 +371,41 @@
 #ifdef HAVE_GUNZIP
else if ((strlen(name)  3  !strcasecmp(.gz, name + (strlen(name) - 
3)))
 || (strlen(name)  2  !strcasecmp(.Z, name + (strlen(name) 
- 2 {
-   sprintf(buf, gunzip -c %s, name);
+   sprintf(cmd, gunzip -c );
 #else  /* #else its a unix compressed file, so use 
uncompress */
else if ((strlen(name)  (unsigned) 2)  !strcmp(.Z, name + 
(strlen(name) - 2))) {
-   sprintf(buf, uncompress -c %s, name);
+   sprintf(cmd, uncompress -c );
 #endif
+
+   /* protect in single quotes, replacing single quotes
+* with ''', so worst-case expansion is 5x
+*/
+   buf = (char *) lmalloc(strlen(cmd) + 1 + 5 * strlen(name) + 1 + 
1);
+
+   if (buf == NULL)
+   return (FALSE);
+
+   strcpy(buf, cmd);
+   s = buf + strlen(buf);
+   *s++ = '\'';
+
+   for (t = name; *t; ++t) {
+   if ('\'' == *t) {
+   strcpy(s, '\'\');
+   s += strlen(s);
+   } else {
+   *s++ = *t;
+   }
+   }
+   *s++ = '\'';
+   *s = '\0';
+
zf-type = ZPIPE;
if (!(zf-stream = popen(buf, r))) {
+   lfree(buf);
return (FALSE);
}
+   lfree(buf);
}
 #endif
 
diff -u xli-1.17.0/debian/changelog xli-1.17.0/debian/changelog
--- xli-1.17.0/debian/changelog
+++ xli-1.17.0/debian/changelog
@@ -1,3 +1,14 @@
+xli (1.17.0-11woody1) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team
+  * Applied upstream patch to fix integer overflows [new.c, CAN-2005-0639]
+
+ -- Martin Schulze [EMAIL PROTECTED]  Fri, 18 Mar 2005 12:46:39 +0100
+
 xli (1.17.0-11) unstable; urgency=low
 
   * xli.1: eliminate mention of xsetbg and xview since they are not
only in patch2:
unchanged:
--- xli-1.17.0.orig/new.c
+++ xli-1.17.0/new.c
@@ -104,6 

Bug#298963: caudium: contains non-free fonts

2005-03-18 Thread Marek Habersack
On Fri, Mar 18, 2005 at 09:55:56AM +0200, Lars Wirzenius scribbled:
 Peter De Wachter:
  This package contains three non-free fonts:
 
 I note that building the package after removing the fonts does succeed.
 However, since I don't know caudium at all, I haven't tested the
 package. Just providing a bit of information.
 
 Someone who uses caudium should download the source, remove
 server/fonts/ttf/*.ttf, build and install the package, and see if it
 still works. If it does, then an upload is in order (I'm willing to
 sponsor or do it myself), but if not, someone needs to figure out a way
 to get caudium to use some of the free ttf fonts instead.
I'm sorry not to respond earlier, but I've been busy with other things and
had to put the debian stuff aside for a while. Anyhow, as for the fonts,
they come with a license that they are free for use, albeit (of course) not 
in the FSF or Debian sense, so I guess it should be removed and replaced
with something else. The third font was taken by a member of the Caudium
project from a free font site (I can't remember which and the member is gone
with the wind, and I can't contact him) but I remember we did check whether
it was free in the FSF sense. So that one can stay. The fonts are not
essential to Caudium workings although their lack does limit the
functionality a bit. So, I will make necessary changes tomorrow and try to
use the prepackaged Bitstream Vera fonts.

Once again I'm sorry for the delay,

regards,

marek


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



Bug#120290: new download site

2005-03-18 Thread Randi
Download anything you want from our site!

http://benedicite.begitodreamof.com/?a=409

Wasn't Dick missing talking on the street?
All my life I've wanted to be someone; I guess I should have been more specific.	Jane Wagner/Lily Tomlin (1939- )	
brown peach red pair
Early last month I was still missing sleeping.


Bug#297181: auctex dont't install

2005-03-18 Thread Frank Küster
Jean-Jacques Rétorré [EMAIL PROTECTED] wrote:

 Frank Küster a écrit :
 Jean-Jacques,
 [snip]
 $ cd /usr/share/emacs/site-lisp/auctex/
 $ su
 # ./configure --disable-build-dir-test --prefix=/usr/ --with-emacs=emacs21 
 --with-lispdir=/usr/share/emacs21/site-lisp/ 
 --with-auto-dir=/var/lib/auctex/emacs21
 zoe:/usr/share/emacs/site-lisp/auctex# ./configure
 --disable-build-dir-test --prefix=/usr/ --with-emacs=emacs21
 --with-lispdir=/usr/share/emacs21/site-lisp/
 --with-auto-dir=/var/lib/auctex/emacs21
 checking whether make sets $(MAKE)... yes
[...]
 Congratulations!  Configuration is complete.

 Type make at the prompt to build AUCTeX

That looks okay.

 M-x byte-compile-file RET context-en.el RET
 Byte compile file: /usr/share/emacs/site-lisp/auctex/context-en.el

 Compiling file /usr/share/emacs/site-lisp/auctex/context-en.el at Fri
 Mar 18 10:15:38 2005
!! Symbol's function definition is void
 ((TeX-mode-specific-command-menu))

Hm, still strange.  Can you please repeat parts of this:

$ cd /usr/share/emacs/site-lisp/auctex/
$ su
# /usr/bin/emacs21 -q -no-site-file -l lpath.el

and *now* do again 

M-x locate-library RET tex RET

This should give 

/usr/share/emacs/site-lisp/auctex/tex.el

And also please send 

- the output of ls /usr/share/emacs/site-lisp/auctex/

- the contents of /usr/share/emacs/site-lisp/auctex/tex.el (if it
  exists). 

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#298517: libgtkmm-2.4-1 Depends: libatk1.0-0 (= 1.9.0)

2005-03-18 Thread ctl (jetscreamer)
Package: libgtkmm-2.4-1
Version: libgtkmm-2.4.1
Followup-For: Bug #298517


this is old, plz fix

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


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



Bug#296514: [quanta-devel] Cervisia again, plus greater problems

2005-03-18 Thread Ben Burton

Hi,

Many thanks for looking after this.

 Now to the real topic: if the licensing of the Cervisia part is a
 problem for applications embedding or using it, it is fine for me
 to change the license to GPL.

FWIW, the other authors have said they are happy with a dual license
(choice of QPL or GPL).  I assume this is consistent with what Bernd
suggests (change his code to GPL), since in that case his code will have
been released under both licenses.

I'm not sure what KDE policy is on what is required for a license change
(i.e., what level of verification is required from the actual author).
Thiago Macieira has requested that the authors make the relevant commits
themselves (http://lists.kde.org/?l=kde-core-develm=110942626903439w=2),
though if Bernd no longer uses his CVS account then this might be
problematic -- are there acceptable alternatives?

I will try to contact Florent Pillet.

Thanks again Andras for your help with this,

Ben.



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



Bug#295131: Full bt

2005-03-18 Thread Frank Lichtenheld
On Fri, Mar 18, 2005 at 11:58:40AM +0100, Bartosz Fenski aka fEnIo wrote:
 On Fri, Mar 18, 2005 at 10:52:51AM +0100, Bartosz Fenski aka fEnIo wrote:
  Could be. I'll try to rebuild it in chroot without libglib2.0-dev package.
 
 Well it's not possible to build it this way. libSDL, libSDL_net and
 libSDL_mixer depend on libglib2.0.

I still wonder though why diffing the output of ldd
/usr/games/scorched3d on i386 and ppc leads to the following
result:

--- i386.ldd2005-03-18 15:13:25.635862792 +0100
+++ ppc.ldd 2005-03-18 15:09:10.515646960 +0100
@@ -1,46 +1,31 @@
-libaa.so.1 = /usr/lib/libaa.so.1 
-libartsc.so.0 = /usr/lib/libartsc.so.0 
 libasound.so.2 = /usr/lib/libasound.so.2 
-libaudiofile.so.0 = /usr/lib/libaudiofile.so.0 
-libaudio.so.2 = /usr/lib/libaudio.so.2 
-libc.so.6 = /lib/tls/libc.so.6 
-libdl.so.2 = /lib/tls/libdl.so.2 
-libesd.so.0 = /usr/lib/libesd.so.0 
+libc.so.6 = /lib/libc.so.6 
+libdl.so.2 = /lib/libdl.so.2 
 libfreetype.so.6 = /usr/lib/libfreetype.so.6 
 libgcc_s.so.1 = /lib/libgcc_s.so.1 
 libgdk-1.2.so.0 = /usr/lib/libgdk-1.2.so.0 
 libglib-1.2.so.0 = /usr/lib/libglib-1.2.so.0 
-libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 
 libGL.so.1 = /usr/X11R6/lib/libGL.so.1 
 libGLU.so.1 = /usr/X11R6/lib/libGLU.so.1 
 libgmodule-1.2.so.0 = /usr/lib/libgmodule-1.2.so.0 
-libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 
-libgpm.so.1 = /usr/lib/libgpm.so.1 
 libgthread-1.2.so.0 = /usr/lib/libgthread-1.2.so.0 
-libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 
 libgtk-1.2.so.0 = /usr/lib/libgtk-1.2.so.0 
-libICE.so.6 = /usr/X11R6/lib/libICE.so.6 
 libjpeg.so.62 = /usr/lib/libjpeg.so.62 
-/lib/ld-linux.so.2 = /lib/ld-linux.so.2 
-libm.so.6 = /lib/tls/libm.so.6 
-libncurses.so.5 = /lib/libncurses.so.5 
+/lib/ld.so.1 = /lib/ld.so.1 
+libm.so.6 = /lib/libm.so.6 
 libogg.so.0 = /usr/lib/libogg.so.0 
 libpng10.so.0 = /usr/lib/libpng10.so.0 
-libpthread.so.0 = /lib/tls/libpthread.so.0 
+libpthread.so.0 = /lib/libpthread.so.0 
 libSDL-1.2.so.0 = /usr/lib/libSDL-1.2.so.0 
 libSDL_mixer-1.2.so.0 = /usr/lib/libSDL_mixer-1.2.so.0 
 libSDL_net-1.2.so.0 = /usr/lib/libSDL_net-1.2.so.0 
-libslang.so.1 = /lib/libslang.so.1 
 libsmpeg-0.4.so.0 = /usr/lib/libsmpeg-0.4.so.0 
-libSM.so.6 = /usr/X11R6/lib/libSM.so.6 
 libstdc++.so.5 = /usr/lib/libstdc++.so.5 
 libtiff.so.4 = /usr/lib/libtiff.so.4 
-libvga.so.1 = /usr/lib/libvga.so.1 
 libvorbisfile.so.3 = /usr/lib/libvorbisfile.so.3 
 libvorbis.so.0 = /usr/lib/libvorbis.so.0 
 libwx_gtk-2.4.so.0 = /usr/lib/libwx_gtk-2.4.so.0 
 libX11.so.6 = /usr/X11R6/lib/libX11.so.6 
 libXext.so.6 = /usr/X11R6/lib/libXext.so.6 
 libXi.so.6 = /usr/X11R6/lib/libXi.so.6 
-libXt.so.6 = /usr/X11R6/lib/libXt.so.6 
 libz.so.1 = /usr/lib/libz.so.1 

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#300240: trying to overwrite `/usr/bin/qalc', which is also in package qalculate

2005-03-18 Thread ctl (jetscreamer)
Package: qalc
Version: qalc_0.7.2-1
Severity: grave
Justification: renders package unusable


Unpacking qalc (from .../archives/qalc_0.7.2-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/qalc_0.7.2-1_i386.deb (--unpack):
 trying to overwrite `/usr/bin/qalc', which is also in package qalculate
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Preparing to replace qalculate 0.7.1-1 (using .../qalculate_0.7.2-1_i386.deb) 
...
 Unpacking replacement qalculate ...

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

Versions of packages qalc depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcln3 1.1.9-1  Class Library for Numbers (C++)
ii  libgcc1 1:3.4.3-12   GCC support library
ii  libglib2.0-02.6.3-1  The GLib library of C routines
ii  libgmp3 4.1.4-5  Multiprecision arithmetic library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libreadline44.3-15   GNU readline and history libraries
ii  libstdc++5  1:3.3.5-12   The GNU Standard C++ Library v3
ii  libxml2 2.6.16-3 GNOME XML library
ii  zlib1g  1:1.2.2-4compression library - runtime


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



Bug#300115: nut-usb: Same here, with different UPS

2005-03-18 Thread Ralf Hildebrandt
Package: nut-usb
Version: 2.0.1-2
Followup-For: Bug #300115


# /lib/nut/hidups -D -D -D -D -a myups 
Network UPS Tools: HID UPS driver 0.13 (2.0.1)

Warning: This is an experimental driver.
Some features may not function correctly.

debug level is '4'
Detected American Power Conversion Back-UPS 500 FW: 6.4.I USB FW: c1 
on port /dev/usb/hiddev0
addhidvalue(850066, battery.charge): obtained 100
addhidvalue(850068, battery.runtime): obtained 2580
dstate_init: sock /var/run/nut/hidups-hiddev0 open on fd 5
read: Input/output error

And after that, it's dead :(

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

Versions of packages nut-usb depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libusb-0.1-42:0.1.10a-6  userspace USB programming library
ii  libusb-dev  2:0.1.10a-6  userspace USB programming library 
ii  nut 2.0.1-2  The core system of the nut - Netwo

-- no debconf information


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



Bug#300166: Re: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Jonathan Quick
On Mar 18, Marco d'Itri [EMAIL PROTECTED] wrote:

On Mar 18, Steve Langasek [EMAIL PROTECTED] wrote:

 It would be good if someone could do a concrete d-i sid test with this
 version of udev, to confirm that it does solve the problems in question.
I know that it does, it was a trivial fix and other users confirmed it.

I've just run a test using my local mirror of sarge, but with
makedev_2.1.3-77
and udev_0.054-3 substituted into the archive and can confirm that the
problem
is resolved by this combination

Regards
  Jon


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



Bug#300117: revelation: Don't start

2005-03-18 Thread Erik Grinaker
On Fri, 2005-03-18 at 15:18 +0100, Antonio Rguez. Capita wrote:
 Hello, this is the output:

Thanks - which version of gnome-python (may be called python-gnome2 on
debian) and pygtk (may be called python-gtk2 on debian) have you
installed?


-- 
Erik Grinaker [EMAIL PROTECTED]
http://erikg.codepoet.no/

We act as though comfort and luxury were the chief requirements of
life, when all that we need to make us happy is something to be
enthusiastic about.
  -- Albert Einstein



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



Bug#300166: Re: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Sven Luther
On Fri, Mar 18, 2005 at 04:12:59PM +0200, Jonathan Quick wrote:
 On Mar 18, Marco d'Itri [EMAIL PROTECTED] wrote:
 
 On Mar 18, Steve Langasek [EMAIL PROTECTED] wrote:
 
  It would be good if someone could do a concrete d-i sid test with this
  version of udev, to confirm that it does solve the problems in question.
 I know that it does, it was a trivial fix and other users confirmed it.
 
 I've just run a test using my local mirror of sarge, but with
 makedev_2.1.3-77
 and udev_0.054-3 substituted into the archive and can confirm that the
 problem
 is resolved by this combination

He, nice, since my own test failed, due to unstable/powerpc brokage today :/

Friendly,

Sven Luther



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



Bug#300182: xpdf vulnerability?

2005-03-18 Thread Frank Küster
Micah Anderson [EMAIL PROTECTED] wrote:

 Unfortunately, it takes some deep digging sometimes. 

Thank you very much for that work.

 I searched Redhat's Bugzilla, and found this:
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=135393
[...]
 Can you determine if tetex-bin, pdftohtml and xpdf have this in Sarge?

As for tetex-bin, I *think* it is not vulnerable.  But I really want
others to check this, since I don't know much about types in C++, or C++
anyway.  Here comes my analysis:

1. The original patch for xpdf, as issued by xpdf upstream, and
   according to the above URL used by RH for tetex, does the following:

+if (size*sizeof(XRefEntry)/sizeof(XRefEntry) != size) {
+  error(-1, Invalid 'size' inside xref table.);
+  ok = gFalse;
+  errCode = errDamaged;
+  return;
+}

   This is a kind of silly way to do it, and relies on the compiler not
   optimizing away the construct.  Joey has indicated this to me, and
   suggested a different patch, which I used:

+if (size  0 || size = INT_MAX/sizeof(XRefEntry)) {
+  error(-1, Invalid 'size' inside xref table.);
+  ok = gFalse;
+  errCode = errDamaged;
+  return;
+}

   The 64bit problem now happens on the left hand side of the original
   patch, quoting from the above URL:

,
| won't succeed, because the left side of the condition is evaluated as
| 64bit integer by default. (all the arithmetic in the expression is
| done in the widest integer type, which is 64bit, because of
| sizeof(XRefEntry), even if size is 32bit so the explicit casting in
| the numerator of the fraction has to be added).
`

   Therefore, if size would overflow a 32bit integer, but not a 64bit
   integer, it will still not trigger the condition.  Later on in the
   code, 

,
| In case of memory allocation:
| 
| entries = (XRefEntry *)gmalloc(size * sizeof(XRefEntry));
| 
| it's truncated to 32bits as prototype of gmalloc is:
| 
| void *gmalloc(int);
| 
| so the overflow check won't detect the overflow presented by bad5.pdf
| and leads to segfault,
`

   So the question is whether our changed patch is vulnerable to this:

+if (size  0 || size = INT_MAX/sizeof(XRefEntry)) {

   The value of INT_MAX, as defined in /usr/include/limits.h, does not
   depend on the architecture (just compared the values on my i386
   against merulo (ia64)).  Therefore this will *always* check whether
   size times sizeof(XRefEntry) fits into a (32bit) int, as needed for
   gmalloc, and all is well.

   Am I wrong?  If not, then tetex-bin has no problem, also not in
   woody. And then also pdftohmtl is okay, because I used the same patch
   for pdftohml back then.

   xpdf seems safe, too.  The code is different, of course, beeing 3.0
   and not 1.something,  but at least there are safe checks in it:

, XRef.cc
|   if (newSize = INT_MAX/sizeof(XRefEntry)) {
| error(-1, Invalid 'obj' parameters');
| goto err1;
|   }
| 
|   entries = (XRefEntry *)grealloc(entries, newSize * sizeof(XRefEntry));
|   for (i = size; i  newSize; ++i) {
`

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#296514: [quanta-devel] Cervisia again, plus greater problems

2005-03-18 Thread Andras Mantia
On Friday 18 March 2005 16:04, Ben Burton wrote:
 I'm not sure what KDE policy is on what is required for a license
 change (i.e., what level of verification is required from the actual
 author). Thiago Macieira has requested that the authors make the
 relevant commits themselves
 (http://lists.kde.org/?l=kde-core-develm=110942626903439w=2),
 though if Bernd no longer uses his CVS account then this might be
 problematic -- are there acceptable alternatives?

Well, if does not have the CVS account, but he agrees about the change, 
I think the current maintainer should have the right to make the 
change. If it is needed I can forward him the complete mail that I got 
from Bernd.

 I will try to contact Florent Pillet.

Adriaan de Groot said he is still active in the pilot-link development, 
so it should be possible to get in touch with him

Andras
-- 
Quanta Plus developer - http://quanta.sourceforge.net
K Desktop Environment - http://www.kde.org


pgpFVkmDKhU6u.pgp
Description: PGP signature


Bug#296674: [CAN-2004-0957] i believe this patch should do it...

2005-03-18 Thread Martin Schulze
sean finney wrote:
 On Fri, Mar 11, 2005 at 09:39:10AM +0100, Christian Hammers wrote:
  Wasn't it the one where a privilege granted to table_name also grants
  rights on tableXname, tableYname as '_' was considered as something
  like a dot in a RegEx? This should be fairly easy to test.
 
 i knew it had something to do with underscores, but wasn't completely
 sure.  i'll try this on the patched and unpatched version tonight.

Any results?

Regards,

Joey

-- 
The only stupid question is the unasked one.


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



Bug#300166: Re: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Sven Luther
On Fri, Mar 18, 2005 at 03:16:47PM +0100, Sven Luther wrote:
 On Fri, Mar 18, 2005 at 04:12:59PM +0200, Jonathan Quick wrote:
  On Mar 18, Marco d'Itri [EMAIL PROTECTED] wrote:
  
  On Mar 18, Steve Langasek [EMAIL PROTECTED] wrote:
  
   It would be good if someone could do a concrete d-i sid test with this
   version of udev, to confirm that it does solve the problems in question.
  I know that it does, it was a trivial fix and other users confirmed it.
  
  I've just run a test using my local mirror of sarge, but with
  makedev_2.1.3-77
  and udev_0.054-3 substituted into the archive and can confirm that the
  problem
  is resolved by this combination
 
 He, nice, since my own test failed, due to unstable/powerpc brokage today :/

Mmm, hand installing seemed to work.

Friendly,

Sven Luther



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



Bug#300166: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Bdale Garbee
Steve Langasek [EMAIL PROTECTED] writes:

 It's also waiting on a new version of makedev, which is frozen and includes
 lots of changes not related to the udev change, and has only been in
 unstable for two days.  Cc:ed to the maintainer (Bdale) as well, for
 comments on whether makedev should be pushed through.

The makedev version in testing is -75, the version in unstable is now -77.
The changelog content between the two is:


makedev (2.3.1-77) unstable; urgency=medium

  * update udev handling on advice from Marco d'Itri.  Handles more cases
and provides the ability to override the avoidance logic if environment
variable WRITE_ON_UDEV is set.  Urgency medium to help a new udev upload
depending on this behavior get into sarge.  closes: #264421
  * change hwrandom to hwrng, closes: #295324
  * patch from Gaudenz Steinlin to add input/uinput support, closes: #294361
  * remove README.Debian, since the content is obsolete

 -- Bdale Garbee [EMAIL PROTECTED]  Mon, 14 Mar 2005 16:53:32 -0700

makedev (2.3.1-76) unstable; urgency=low

  * make ppc64 an alias for powerpc, closes: #282687
  * add ttyB[0-7] to generic-hppa for console on K-class, etc, closes: #293705
  * add initial support for uba*, closes: #278237
  * add a target pmu duplicating pmu part of misc, closes: #267670, #277195
  * fix man page bug with mcdx, closes: #285258
  * add dac960_gam creation to dac960 target, closes: #272333

 -- Bdale Garbee [EMAIL PROTECTED]  Mon,  7 Feb 2005 13:47:00 -0700


Of this, I believe only the change of hwrandom to hwrng has the potential 
to break anything already existing, and I can't think of anything essential
that depends on that target.  The ttyB change enables use of d-i on some hppa
big-iron systems like the K class where it currently doesn't work.

The things that were added are low risk.  As long as I didn't completely
break the MAKEDEV shell script in the process, the code paths behind those 
targets don't tend to get touched by anything d-i related.

Bottom line is that yes, I think pushing -77 into testing is ok.

 I suspect so, but I think it's best to let makedev age a little more before
 pushing it in. 

The substantive changes from -76 to -77 are the udev ones, and those were
reviewed by Marco before upload.  The -76 stuff has been in unstable for a
while, so those changes should all be ok.  If Marco is happy with -77, I'd 
be inclined to push it on in to testing.

Bdale


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



Bug#300166: Bug#300170: Consequences of udev being pulled in by Gnome

2005-03-18 Thread Marco d'Itri
On Mar 18, Bdale Garbee [EMAIL PROTECTED] wrote:

 Of this, I believe only the change of hwrandom to hwrng has the potential 
 to break anything already existing, and I can't think of anything essential
I did the same change in udev some time ago, and nobody complained.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#299471: marked as done (FTBFS: config.sub not executable)

2005-03-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Mar 2005 12:02:07 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#299471: fixed in grip 3.2.0-5
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 14 Mar 2005 11:00:56 +
From [EMAIL PROTECTED] Mon Mar 14 03:00:56 2005
Return-path: [EMAIL PROTECTED]
Received: from country.nixsys.be [195.144.77.46] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DAnJg-000868-00; Mon, 14 Mar 2005 03:00:56 -0800
Received: from wouter by country.nixsys.be with local (Exim 4.50)
id 1DAnJd-0002lV-F8
for [EMAIL PROTECTED]; Mon, 14 Mar 2005 12:00:53 +0100
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Wouter Verhelst [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: FTBFS: config.sub not executable
X-Mailer: reportbug 3.8
Date: Mon, 14 Mar 2005 12:00:53 +0100
Message-Id: [EMAIL PROTECTED]
Sender: Wouter Verhelst,,, [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: grip
Version: 3.2.0-4
Severity: serious
Justification: no longer builds from source

Hi,

There was an error trying to build your package from source. From the
build log:

Automatic build of grip_3.2.0-4 on kiivi by sbuild/m68k 1.170.5
Build started at 20050313-2154
**
[...]
checking sun/audioio.h usability... no
checking sun/audioio.h presence... no
checking for sun/audioio.h... no
configure: error: cannot run /bin/sh ./config.sub
make: *** [config.status] Error 1
[...]

As usual, a full build log can be found on http://buildd.debian.org/

---
Received: (at 299471-close) by bugs.debian.org; 18 Mar 2005 17:08:02 +
From [EMAIL PROTECTED] Fri Mar 18 09:08:02 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCKx8-00074D-00; Fri, 18 Mar 2005 09:08:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DCKrP-0002yk-00; Fri, 18 Mar 2005 12:02:07 -0500
From: Taku YASUI [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#299471: fixed in grip 3.2.0-5
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Fri, 18 Mar 2005 12:02:07 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: grip
Source-Version: 3.2.0-5

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

grip_3.2.0-5.diff.gz
  to pool/main/g/grip/grip_3.2.0-5.diff.gz
grip_3.2.0-5.dsc
  to pool/main/g/grip/grip_3.2.0-5.dsc
grip_3.2.0-5_i386.deb
  to pool/main/g/grip/grip_3.2.0-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Taku YASUI [EMAIL PROTECTED] (supplier of updated grip package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 19 Mar 2005 01:41:19 +0900
Source: grip
Binary: grip
Architecture: source i386
Version: 3.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI [EMAIL PROTECTED]
Changed-By: Taku YASUI [EMAIL PROTECTED]
Description: 
 grip   - GNOME-based CD-player/ripper/encoder
Closes: 299471
Changes: 
 grip (3.2.0-5) unstable; urgency=low
 .
   * Add autotools-dev to Build-Deps. (Thanks to Andreas Jochens)
 (closes: #299471)
Files: 
 7404c5e696020d3631ec0cc9890935c3 747 gnome 

Bug#300265: xnap-snapshot: FTBFS: make[1]: *** [jar] Segmentation fault

2005-03-18 Thread Kaare Hviid
Package: xnap-snapshot
Version: 2.4-pre6-cvs1-1
Severity: serious

xnap-snapshot 2.4-pre6-cvs1-1 suffers FTBFS in pbuilder.  This is from
an i386 log:

/usr/bin/make jar
make[1]: Entering directory `/tmp/buildd/xnap-snapshot-2.4-pre6-cvs1'
rm -rf /tmp/root/xnap
mkdir -p /tmp/root/xnap
jikes -q -classpath 
.:lib/java_readline.jar:lib/jd3lib.jar:lib/gnu.getopt.jar:lib/kunststoff.jar:lib/libxnap.jar:lib/log4j.jar:lib/xnap-ziga.jar:
 +D +P +F -d /tmp/root/xnap xnap/XNap.java xnap/XNapLoader.java 
xnap/plugin/nap/Plugin.java xnap/plugin/nap/GUIPlugin.java 
xnap/plugin/viewer/image/Plugin.java xnap/plugin/viewer/mp3/Plugin.java 
xnap/plugin/viewer/text/Plugin.java xnap/plugin/viewer/video/Plugin.java 
xnap/plugin/gift/Plugin.java xnap/plugin/gift/GUIPlugin.java
make[1]: *** [jar] Segmentation fault
make[1]: Leaving directory `/tmp/buildd/xnap-snapshot-2.4-pre6-cvs1'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package

ii  jikes   1.22-2  Fast Java compiler adhering to language and VM 
specification

-ukh


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



Bug#281779: patch to fix FTBS

2005-03-18 Thread Troy Heber
Tags: patch

The attached patch is the most minimal change to fix the FTBS. It simply
removes the cruft that prevents the library from being installed in the
correct directory. 

Troy
diff -urN glui-2.2/debian/rules.vars new/debian/rules.vars
--- glui-2.2/debian/rules.vars  2005-03-18 09:59:30.570101002 -0700
+++ new/debian/rules.vars   2005-03-18 10:00:40.993973392 -0700
@@ -5,7 +5,7 @@
 VERSION := 2.2
 MAJOR   := 2
 
-LIBGLUI := libglui$(MAJOR)c102
+LIBGLUI := libglui$(MAJOR)
 LIBGLUI_DEV := libglui-dev
 
 # Paths


Bug#299155: libnss-mysql: Causes segfault when running /usr/sbin/adduser

2005-03-18 Thread Guillaume Morin
Dans un message du 16 Mar à 23:18, Mario Lipinski écrivait :
 I used the following code to reproduce the error:
  #!/usr/bin/perl
  use strict;
  
  getgrnam('test'); # might be exchanged by 'getpwnam'
  print 1;
 
 The print 1; seems neccessary - dont ask me why...

Ok, I can reproduce it.  I will see if I can find out why it is crashing...

Guillaume.

-- 
Guillaume Morin [EMAIL PROTECTED]

  5 years from now everyone will be running free GNU on their
   200 MIPS, 64M SPARCstation-5 (Andy Tanenbaum, 30 Jan 1992)


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



Processed: tagging 281779

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.10
 tags 281779 patch
Bug#281779: glui: FTBFS: Fails to install library.
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#298794: marked as done (libitl: FTBFS: ./configure: Permission denied)

2005-03-18 Thread Debian Bug Tracking System
Your message dated Fri, 18 Mar 2005 12:32:30 -0500
with message-id [EMAIL PROTECTED]
and subject line Bug#298794: fixed in libitl 0.6.4-1
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 9 Mar 2005 23:39:21 +
From [EMAIL PROTECTED] Wed Mar 09 15:39:20 2005
Return-path: [EMAIL PROTECTED]
Received: from astra.telenet-ops.be [195.130.132.58] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D9Als-0006ml-00; Wed, 09 Mar 2005 15:39:20 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
by astra.telenet-ops.be (Postfix) with SMTP id 1C0CE32815D
for [EMAIL PROTECTED]; Thu, 10 Mar 2005 00:39:20 +0100 (MET)
Received: from Q.roeckx.be (dD5775FD9.access.telenet.be [213.119.95.217])
by astra.telenet-ops.be (Postfix) with ESMTP id 0DB23328054
for [EMAIL PROTECTED]; Thu, 10 Mar 2005 00:39:20 +0100 (MET)
Received: by Q.roeckx.be (Postfix, from userid 501)
id B8CD626136; Thu, 10 Mar 2005 00:39:19 +0100 (CET)
Date: Thu, 10 Mar 2005 00:39:19 +0100
From: Kurt Roeckx [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: libitl: FTBFS: ./configure: Permission denied
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libitl
Version: 0.6.3-1
Severity: serious
Tags: sid

Hi,

Your package is failing to build on all arches with the following
error:
# Add here commands to configure the package.
./autogen.sh
Running autoconf...
./autogen.sh: line 19: autoconf: command not found
You can now run ./configure and then make.
./configure prefix=/build/buildd/libitl-0.6.3/debian/tmp/usr
make: execvp: ./configure: Permission denied

If you want update the configure script, you will need to build
depend on the autoconf package.

Also, it's not very nice you just continue after an error.


Kurt


---
Received: (at 298794-close) by bugs.debian.org; 18 Mar 2005 17:53:16 +
From [EMAIL PROTECTED] Fri Mar 18 09:53:16 2005
Return-path: [EMAIL PROTECTED]
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DCLet-0007rl-00; Fri, 18 Mar 2005 09:53:15 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DCLKo-0003q9-00; Fri, 18 Mar 2005 12:32:30 -0500
From: Thamer Mahmoud [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#298794: fixed in libitl 0.6.4-1
Message-Id: [EMAIL PROTECTED]
Sender: Archive Administrator [EMAIL PROTECTED]
Date: Fri, 18 Mar 2005 12:32:30 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: libitl
Source-Version: 0.6.4-1

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

libitl-dev_0.6.4-1_i386.deb
  to pool/main/libi/libitl/libitl-dev_0.6.4-1_i386.deb
libitl0_0.6.4-1_i386.deb
  to pool/main/libi/libitl/libitl0_0.6.4-1_i386.deb
libitl_0.6.4-1.diff.gz
  to pool/main/libi/libitl/libitl_0.6.4-1.diff.gz
libitl_0.6.4-1.dsc
  to pool/main/libi/libitl/libitl_0.6.4-1.dsc
libitl_0.6.4.orig.tar.gz
  to pool/main/libi/libitl/libitl_0.6.4.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thamer Mahmoud [EMAIL PROTECTED] (supplier of updated libitl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Mar 2005 01:29:43 +0300

Bug#281779: My mistake

2005-03-18 Thread Troy Heber
Sorry, I didn't see the package rename so please ignore the above patch. My
*BIG* mistake. 

Troy


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



Bug#300117: revelation: Don't start

2005-03-18 Thread Antonio Rguez. Capita
Hello, my versions are:

python-gnome22.6.1-1
python-gtk2  2.6.0-1 


El vie, 18-03-2005 a las 15:21 +0100, Erik Grinaker escribió:
 On Fri, 2005-03-18 at 15:18 +0100, Antonio Rguez. Capita wrote:
  Hello, this is the output:
 
 Thanks - which version of gnome-python (may be called python-gnome2 on
 debian) and pygtk (may be called python-gtk2 on debian) have you
 installed?
 



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Processed: tagging 281779

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.10
 tags 281779 - patch
Bug#281779: glui: FTBFS: Fails to install library.
Tags were: patch
Tags removed: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#300117: revelation: Don't start

2005-03-18 Thread Erik Grinaker
On Fri, 2005-03-18 at 18:53 +0100, Antonio Rguez. Capita wrote:
 Hello, my versions are:
 
 python-gnome22.6.1-1
 python-gtk2  2.6.0-1 

Hm, I don't get it - I have the exact same version installed myself, and
it works here. Are you sure you don't have any other versions installed
(from source or something)?

Stefan; do you know if Debian may have split this out in a different
package or something? Does it work for you with these versions?


-- 
Erik Grinaker [EMAIL PROTECTED]
http://erikg.codepoet.no/

We act as though comfort and luxury were the chief requirements of
life, when all that we need to make us happy is something to be
enthusiastic about.
  -- Albert Einstein



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



Bug#300278: defoma: debhelper files fail if defoma is removed before package

2005-03-18 Thread LaMont Jones
Package: defoma
Version: 0.11.8-0.1
Severity: serious

In the case where both defoma and, say fontconfig, are being removed in
the same dpkg run, defoma was removed first, and then fontconfig's prerm
script failed with:

 Removing defoma ...
 Purging configuration files for defoma ...
 dpkg - warning: while removing defoma, directory `/etc/defoma' not empty so 
 not removed.
 Removing libfreetype6 ...
 Purging configuration files for libfreetype6 ...
 Removing fontconfig ...
 /var/lib/dpkg/info/fontconfig.prerm: line 9: /usr/bin/defoma-app: No such 
 file or directory
 dpkg: error processing fontconfig (--remove):
  subprocess pre-removal script returned error exit status 1

The patch at http://patches.ubuntu.com/patches/defoma.prerm.diff fixes
the problem by only running the commands if the binaries are present.

lamont


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



Processed: Fixed in NMU of bzflag 2.0.0.20050118.1

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298600 + fixed
Bug#298600: copyright file refers to LGPL 2.1, but points to LGPL-2 file
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 300278

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.10
 tags 300278 patch
Bug#300278: defoma: debhelper files fail if defoma is removed before package
There were no tags set.
Tags added: patch


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#300117: revelation: Don't start

2005-03-18 Thread Antonio Rguez. Capita
Hello,

I found the problem. The packages python-gnome2 and python-gtk2 really
are metpackages, but these packages don't install the real packages on
depending. I upgrade manually the packages python2.3-gnome2 and
python2.3-gtk2 and now all works fine.

The cause, probably, something is wrong in my apt-system that don't
upgrade dependencies of packages. But this is another problem.

Thanks for your help, with it I found the problem and solution.


El vie, 18-03-2005 a las 19:26 +0100, Erik Grinaker escribió:
 On Fri, 2005-03-18 at 18:53 +0100, Antonio Rguez. Capita wrote:
  Hello, my versions are:
  
  python-gnome22.6.1-1
  python-gtk2  2.6.0-1 
 
 Hm, I don't get it - I have the exact same version installed myself, and
 it works here. Are you sure you don't have any other versions installed
 (from source or something)?
 
 Stefan; do you know if Debian may have split this out in a different
 package or something? Does it work for you with these versions?
 



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Bug#299486: Debian Bug report logs - #299486,Mozilla-firefox: firefox crashes

2005-03-18 Thread Don Alexander
I can also confirm this occurs for me too using:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050306 
Firefox/1.0.1 (Debian package 1.0.1-2)

However I notice the history list has disappeared and also that if I 
press any arrow keys in any input boxes (the address bar , google search 
bar etc) it also causes a instant crash. I am going to check cross 
compatibilty with various libc and libg++ functions to see if the two 
are related.

In it's current state though this package is unusable and I would 
definately caution people to think before upgrading.

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


Bug#298163: patch (was: causes FTBFS for fontconfig)

2005-03-18 Thread Lars Wirzenius
Attached is a preliminary patch for docbook-dsssl to make it so that
fontconfig can be built with both jade and openjade. Before today I did
not know any DSSSL so this may be wildly incorrect. The resulting PDF
for fontconfig (doc/fontconfig-user.pdf) does, however, seem to be
correct with this patch. It might break something else, however, and it
would be good for someone who understand DSSSL to review it.

I hope this is helpful. Happy hacking.

diff -ru docbook-dsssl-1.79/debian/changelog docbook-dsssl-1.79.patched/debian/changelog
--- docbook-dsssl-1.79/debian/changelog	2005-03-18 21:01:25.434207016 +0200
+++ docbook-dsssl-1.79.patched/debian/changelog	2005-03-18 21:04:43.353118768 +0200
@@ -1,3 +1,11 @@
+docbook-dsssl (1.79-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changed print/dbrfntry.dsl to not produce a display-sequence flow
+object for a refentry element.
+
+ -- Lars Wirzenius [EMAIL PROTECTED]  Fri, 18 Mar 2005 19:00:00 +0100
+
 docbook-dsssl (1.79-2) unstable; urgency=low
 
   * Added docbook-xml as alternative dependency (closes: #286965)
diff -ru docbook-dsssl-1.79/print/dbrfntry.dsl docbook-dsssl-1.79.patched/print/dbrfntry.dsl
--- docbook-dsssl-1.79/print/dbrfntry.dsl	2003-01-15 10:24:23.0 +0200
+++ docbook-dsssl-1.79.patched/print/dbrfntry.dsl	2005-03-18 21:02:21.204728608 +0200
@@ -80,8 +80,6 @@
 ;;  (empty-sosofo)))
 
 (element refentry 
-  (make display-group
-keep: %refentry-keep%
 (if (or %refentry-new-page%
 	(node-list=? (current-node) (sgml-root-element)))
 	(make simple-page-sequence
@@ -97,11 +95,12 @@
 	  input-whitespace-treatment: 'collapse
 	  quadding: %default-quadding%
 	  ($refentry-title$)
-	  (process-children))
+	  (process-children)
+  (make-endnotes))
 	(make sequence
 	  ($refentry-title$)
-	  ($block-container$)))
-(make-endnotes)))
+	  ($block-container$)
+  (make-endnotes
 
 (define ($refentry-title$)
   (let* ((refmeta   (select-elements (children (current-node))


Bug#299155: libnss-mysql: Causes segfault when running /usr/sbin/adduser

2005-03-18 Thread Guillaume Morin
Steve,

Dans un message du 12 Mar à 14:04, Steve Langasek écrivait :
 Yes, it does; but until it is determined, this should be treated as an RC
 bug.  NSS modules that can potentially break any process on the system need
 to be held to a very high standard.
 
 For Dwayne, it may be useful to try to run the adduser command under
 valgrind; since nss certainly has nothing to do with gettext, this probably
 points to a memory smash that needs to be tracked down.

Ok, I think I fixed the bug.

Mario, Dwayne: if I send you the patch, could you recompile from source
to confirm it is fixing your problem?  You could also use CVS and
checkout the savannah tree:
https://savannah.nongnu.org/cvs/?group=nss-mysql.  Run autogen.sh,
configure, make, make install, and it should do the job.

Steve: If this patch fixes the bug, I will upload a new package next
week with the fix.  Do you need a patch or the package I will upload
will go into sarge (after you approved it I guess)?

Thanks, Guillaume.

-- 
Guillaume Morin [EMAIL PROTECTED]

  Je préfère à l'ennui, m'endormir pour toujours (FFF)


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



Processed: Re: Bug#298929: Security problem in distcc

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity #298929 important
Bug#298929: Security problem in distcc
Severity set to `important'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#298929: Security problem in distcc

2005-03-18 Thread Frank Lichtenheld
severity #298929 important
thanks

On Sun, Mar 13, 2005 at 08:10:49AM +0100, Martin Schulze wrote:
 Martin Pool wrote:
  I don't think there is any new information in this report beyond what
  has been on the web site for many months.  distcc is secure when used as
  directed.
 
 If this report is irrelevant for Debian, feel free to close it right
 away.

Either that or merging it with #276277 which seems similar. Anyway, I
will leave this to the maintainer and only downgrade it to important for
now to make it non-RC.

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#299155: libnss-mysql: Causes segfault when running /usr/sbin/adduser

2005-03-18 Thread Dwayne Rightler
On Friday 18 March 2005 01:30 pm, Guillaume Morin wrote:
 Ok, I think I fixed the bug.

 Mario, Dwayne: if I send you the patch, could you recompile from source
 to confirm it is fixing your problem?  You could also use CVS and
 checkout the savannah tree:
 https://savannah.nongnu.org/cvs/?group=nss-mysql.  Run autogen.sh,
 configure, make, make install, and it should do the job.

The code from CVS fixes the problem for me. Thank you.

 Thanks, Guillaume.

-- 
Dwayne Rightler
[EMAIL PROTECTED]
GnuPG Public Key: http://www.technicalogic.com/drightler/drightler.pub
Fri Mar 18 14:09:20 CST 2005


pgpommCTcvFFf.pgp
Description: PGP signature


Processed: tagging 299500

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.10
 tags 299500 unreproducible
Bug#299500: lincvs failed to start
There were no tags set.
Tags added: unreproducible


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Patch to remove non-free font

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298961 + patch
Bug#298961: epplets: contains non-free font
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#298961: Patch to remove non-free font

2005-03-18 Thread Troy Heber
tag 298961 + patch
thanks

I removed the non-free font from the .orig.tar.gz, then I made the
attached patch to fix this problem. I then tested all of the individual
epplets to make sure they look ok, and they do. 

Troy
diff -urN o/epplets-0.8.cvs.20040805/debian/changelog 
x/epplets-0.8.cvs.2004080501/debian/changelog
--- o/epplets-0.8.cvs.20040805/debian/changelog 2004-08-05 21:38:42.0 
-0600
+++ x/epplets-0.8.cvs.2004080501/debian/changelog   2005-03-18 
12:56:36.856324468 -0700
@@ -1,3 +1,10 @@
+epplets (0.8.cvs.20040805-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Removig non-free aircut3.ttf font from upstream package (Closes: #298961)
+
+ -- Troy Heber [EMAIL PROTECTED]  Fri, 18 Mar 2005 11:42:42 -0700
+
 epplets (0.8.cvs.20040805-1) unstable; urgency=medium
 
   * New CVS build.  Medium urgency for libtiff4 crap, Closes: #262850
diff -urN o/epplets-0.8.cvs.20040805/debian/control 
x/epplets-0.8.cvs.2004080501/debian/control
--- o/epplets-0.8.cvs.20040805/debian/control   2004-08-05 21:17:09.0 
-0600
+++ x/epplets-0.8.cvs.2004080501/debian/control 2005-03-18 12:45:09.275030755 
-0700
@@ -8,7 +8,7 @@
 Package: epplets
 Section: x11
 Architecture: any
-Depends: libepplet0 (= ${Source-Version}), ${shlibs:Depends}, enlightenment 
(= 0.16.5-1)
+Depends: libepplet0 (= ${Source-Version}), ${shlibs:Depends}, enlightenment 
(= 0.16.5-1), ttf-bitstream-vera 
 Suggests: eeyes
 Description: The Epplets for the Enlightenment Window Manager
  Epplets are small applets for the Enlightenment Window Manager. Epplets 
Binary files o/epplets-0.8.cvs.20040805/epplets/aircut3.ttf and 
x/epplets-0.8.cvs.2004080501/epplets/aircut3.ttf differ
diff -urN o/epplets-0.8.cvs.20040805/epplets/E-Clock.ABOUT/MAIN 
x/epplets-0.8.cvs.2004080501/epplets/E-Clock.ABOUT/MAIN
--- o/epplets-0.8.cvs.20040805/epplets/E-Clock.ABOUT/MAIN   1999-10-13 
16:16:47.0 -0600
+++ x/epplets-0.8.cvs.2004080501/epplets/E-Clock.ABOUT/MAIN 2005-03-18 
12:06:33.947644582 -0700
@@ -1,11 +1,11 @@
 page columns=1 padding=16 name=front background=bg.png linkcolor=#88
-font face=aircut3/32 color=#ff
+font face=Bitstream Vera Sans/32 color=#ff
 p align=50%
 E-Clock
-font face=aircut3/18 color=#88eeff
+font face=Bitstream Vera Sans/18 color=#88eeff
 p align=50%
 Small Analogue Clock
-font face=aircut3/12 color=#ff
+font face=Bitstream Vera Sans/12 color=#ff
 p align=50%
 By The Rasterman - 1999
 p
diff -urN o/epplets-0.8.cvs.20040805/epplets/E-Cpu.ABOUT/MAIN 
x/epplets-0.8.cvs.2004080501/epplets/E-Cpu.ABOUT/MAIN
--- o/epplets-0.8.cvs.20040805/epplets/E-Cpu.ABOUT/MAIN 2001-03-16 
11:47:13.0 -0700
+++ x/epplets-0.8.cvs.2004080501/epplets/E-Cpu.ABOUT/MAIN   2005-03-18 
12:06:47.466256347 -0700
@@ -1,11 +1,11 @@
 page columns=1 padding=16 name=front background=bg.png linkcolor=#88
-font face=aircut3/32 color=#ff
+font face=Bitstream Vera Sans/32 color=#ff
 p align=50%
 E-Cpu
-font face=aircut3/18 color=#88eeff
+font face=Bitstream Vera Sans/18 color=#88eeff
 p align=50%
 The Flaming Cpu monitor.
-font face=aircut3/12 color=#ff
+font face=Bitstream Vera Sans/12 color=#ff
 p align=50%
 By The Rasterman - 1999
 p
diff -urN o/epplets-0.8.cvs.20040805/epplets/Emix.ABOUT/MAIN 
x/epplets-0.8.cvs.2004080501/epplets/Emix.ABOUT/MAIN
--- o/epplets-0.8.cvs.20040805/epplets/Emix.ABOUT/MAIN  1999-10-19 
07:46:24.0 -0600
+++ x/epplets-0.8.cvs.2004080501/epplets/Emix.ABOUT/MAIN2005-03-18 
12:10:09.796450903 -0700
@@ -1,11 +1,11 @@
 page columns=1 padding=16 name=front background=bg.png linkcolor=#88
-font face=aircut3/32 color=#ff
+font face=Bitstream Vera Sans/32 color=#ff
 p align=50%
 Emix
-font face=aircut3/18 color=#88eeff
+font face=Bitstream Vera Sans/18 color=#88eeff
 p align=50%
 Simple audio mixer
-font face=aircut3/12 color=#ff
+font face=Bitstream Vera Sans/12 color=#ff
 p align=50%
 (c) 1999 Roberto Machorro
 p
diff -urN o/epplets-0.8.cvs.20040805/epplets/E-Mixer.ABOUT/MAIN 
x/epplets-0.8.cvs.2004080501/epplets/E-Mixer.ABOUT/MAIN
--- o/epplets-0.8.cvs.20040805/epplets/E-Mixer.ABOUT/MAIN   1999-11-29 
14:50:40.0 -0700
+++ x/epplets-0.8.cvs.2004080501/epplets/E-Mixer.ABOUT/MAIN 2005-03-18 
12:07:12.401540356 -0700
@@ -1,14 +1,14 @@
 page columns=1 padding=16 name=front background=bg.png linkcolor=#88
-font face=aircut3/32 color=#ff
+font face=Bitstream Vera Sans/32 color=#ff
 img src=E-Mixer-standard.png x=65 y=265
 img src=E-Mixer-wide.png x=195 y=280
 img src=E-Mixer-tall.png x=395 y=245
 p align=50%
 E-Mixer
-font face=aircut3/18 color=#88eeff
+font face=Bitstream Vera Sans/18 color=#88eeff
 p align=50%
 An Enlightenment Volume Control.
-font face=aircut3/12 color=#ff
+font face=Bitstream Vera Sans/12 color=#ff
 p align=50%
 By Tom Gilbert - 1999
 p
diff -urN o/epplets-0.8.cvs.20040805/epplets/E-MoonClock.ABOUT/MAIN 
x/epplets-0.8.cvs.2004080501/epplets/E-MoonClock.ABOUT/MAIN
--- 

Bug#299500: lincvs failed to start

2005-03-18 Thread Frank Lichtenheld
On Tue, Mar 15, 2005 at 08:45:17AM +0100, Mathieu Laurent wrote:
 I had this usage of cpu on 2 different computer with debian/sid. The 2 
 cases came when I launch lincvs from the gnome-panel.
 
 Lincvs didn't start from a xterm.

What exactly do you mean by didn't start ?

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]



Processed: retitle 289690 to cannot access some files with samba

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.8.10
  # at least somewhat useful title
 retitle 289690 cannot access some files with samba
Bug#289690: (no subject)
Changed Bug title.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: ftp.debian.org: Please remove raidtools2

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 296717
Bug#296717: heartbeat: Unnecessary build-dependency raidtools2
Bug reopened, originator not changed.

 retitle 296717 Build-Depends on buggy and to-be-removed raidtools2
Bug#296717: heartbeat: Unnecessary build-dependency raidtools2
Changed Bug title.

 severity 296717 serious
Bug#296717: Build-Depends on buggy and to-be-removed raidtools2
Severity set to `serious'.

 tags 298968 - moreinfo
Bug#298968: RM: raidtools2 -- RoM; critically buggy, dead upstream, alternative 
exists
Tags were: moreinfo confirmed
Tags removed: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#300302: foobillard: FTBFS: GL/gl.h missing

2005-03-18 Thread Roland Stigge
Package: foobillard
Version: 3.0a-2
Severity: serious
Tags: patch

Hi,

building the package foobillard in a clean build environment
(with pbuilder) on i386 results in:

=
[...]
make[3]: Leaving directory `/tmp/buildd/foobillard-3.0a'
make[2]: Leaving directory `/tmp/buildd/foobillard-3.0a'
make[1]: Leaving directory `/tmp/buildd/foobillard-3.0a'
dh_testdir
config.status: creating src/config.h
config.status: executing depfiles commands
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/foobillard-3.0a'
Making all in src
make[2]: Entering directory `/tmp/buildd/foobillard-3.0a/src'
/usr/bin/make  all-am
make[3]: Entering directory `/tmp/buildd/foobillard-3.0a/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DNDEBUG -DDATA_DIRECTORY='/usr/share/games/
foobillard/'   -Wall `freetype-config --cflags` `sdl-config --cflags` -DUSE_SDL
 -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND -DDEBUG  -MT billard3d.o -MD -MP -M
F .deps/billard3d.Tpo \
  -c -o billard3d.o `test -f 'billard3d.c' || echo './'`billard3d.c; \
then mv -f .deps/billard3d.Tpo .deps/billard3d.Po; \
else rm -f .deps/billard3d.Tpo; exit 1; \
fi
In file included from billard3d.c:33:
/usr/include/GL/glu.h:37:19: GL/gl.h: No such file or directory
In file included from billard3d.c:33:
/usr/include/GL/glu.h:280: error: parse error before gluBuild1DMipmapLevels
/usr/include/GL/glu.h:280: error: parse error before target
/usr/include/GL/glu.h:281: error: parse error before gluBuild1DMipmaps
/usr/include/GL/glu.h:281: error: parse error before target
[...]
billard3d.c:4939: warning: data definition has no type or storage class
billard3d.c:4940: warning: type defaults to `int' in declaration of 
`glDepthMask'
billard3d.c:4940: warning: parameter names (without types) in function 
declaration
billard3d.c:4940: warning: data definition has no type or storage class
billard3d.c:4943: warning: type defaults to `int' in declaration of 
`glDepthFunc'
billard3d.c:4943: warning: parameter names (without types) in function 
declaration
billard3d.c:4943: warning: data definition has no type or storage class
billard3d.c:4947: error: parse error before if
billard3d.c:4951: error: parse error before numeric constant
billard3d.c:4951: warning: type defaults to `int' in declaration of `SetMode'
billard3d.c:4951: error: conflicting types for `SetMode'
billard3d.c:3570: error: previous declaration of `SetMode'
billard3d.c:4951: warning: data definition has no type or storage class
billard3d.c: In function `main':
billard3d.c:5054: warning: implicit declaration of function `glGetIntegerv'
billard3d.c:5054: error: `GL_AUX_BUFFERS' undeclared (first use in this 
function)
billard3d.c:5057: error: `GL_LIGHTING' undeclared (first use in this function)
billard3d.c: At top level:
billard3d.c:179: warning: `spheretexw' defined but not used
billard3d.c:179: warning: `spheretexh' defined but not used
billard3d.c:180: warning: `spheretexdata' defined but not used
billard3d.c:214: warning: `half_full_names' defined but not used
billard3d.c:4951: warning: `SetMode' defined but not used
make[3]: *** [billard3d.o] Error 1
make[3]: Leaving directory `/tmp/buildd/foobillard-3.0a/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/buildd/foobillard-3.0a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/buildd/foobillard-3.0a'
make: *** [build] Error 2
=

Substituting Build-Depends: libgl-dev by xlibmesa-gl-dev helps a lot.

Thanks for considering.


--
DARTS - Debian Archive Regression Test Suite
http://darts.alioth.debian.org/

Please note that this report has not been generated fully automatically.
DARTS just helped finding the problem.


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



Bug#299939: gkdial: Double-click on Disconnect causes a crash

2005-03-18 Thread Frank Lichtenheld
tag 299939 - patch
thanks

On Thu, Mar 17, 2005 at 02:02:14PM +0100, Luca Bruno wrote:
 I have not attached more infos because it is marked solved in 
 gnome 2.10, and probably the same updated code should be used as 
 patch also for gkdial.

Hmm, it may be fixed in gnome 2.10 but the only information in the
gnome BTS is modemlights was rewritten for G10. Without someone
actually digging into these changes and producing a patch I don't think
the patch tag is really warranted, so removing.

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]



Processed: Re: Bug#273826: also a kernel security problem?

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 273826 -1
Bug#273826: Horgand freeze the system when run
Bug 273826 cloned as bug 300305.

 retitle -1 New upstream release v1.7
Bug#300305: Horgand freeze the system when run
Changed Bug title.

 severity -1 wishlist
Bug#300305: New upstream release v1.7
Severity set to `wishlist'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#299155: libnss-mysql: Causes segfault when running /usr/sbin/adduser

2005-03-18 Thread Guillaume Morin
Dans un message du 18 Mar à 22:02, Mario Lipinski écrivait :
 First: Everything works with the patch applied. The Bug seems to be
 fixed.

Good.

 Since this is a bug for a debian package let me say, that the patch did
 not apply cleanly against the source from debian - but works. Are you
 going to release a new version where changes since the last release also
 get in the debian package or are there any advantages for upgrading to
 CVS?

Yes, I will make a new package and a new source release.  I used to
advise to use the CVS release because there was no new release but now
it is going to be the same.  So running the Deb is fine.

G.

-- 
Guillaume Morin [EMAIL PROTECTED]

   What is the point of trying to dream anymore ? (Alanis Morisette)


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



Bug#273826: also a kernel security problem?

2005-03-18 Thread Justin Pryzby
clone 273826 -1
retitle -1 New upstream release v1.7
severity -1 wishlist
thanks

Did you say that this freezes the whole system?  If so, it is a
security problem with the kernel.  Let us know so we can clone the bug
against the kernel.

Thanks,
Justin

On Fri, Mar 18, 2005 at 10:39:10PM +0100, Bluefuture wrote:
 With the latest kernel 2.6.10 and the latest alsa drive this bugs seems
 closed. 
 Horgand works again. 
 Can you also package the last released version (1.7)?


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



Bug#265045: unrar for sarge?

2005-03-18 Thread Robert Millan

Hi!

As the sponsor of this package, I might have something to say :).

Niklas, could you reconsider this?  Currently sarge has _no unrar_
implementation at all.  Sarge users won't be able to extract 1.x
rar files unless they install:

  - unrar from sid
  - unrar-nonfree from non-free
  - an unrar from anywhere else

(and neither of these is part of sarge)

I think it's reasonable to add this to the release, even if it's not
complete, it's the only implementation we can ship with Debian.

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'http://www.debian.org/ports/kfreebsd-gnu
  `-


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



Bug#300306: wine: Insecure world readable storage of Wine registry

2005-03-18 Thread Moritz Muehlenhoff
Package: wine
Version: 0.0.20050211-1
Severity: grave
Tags: security
Justification: user security hole

[ Note; feel free to downgrade the severity, I chose it under the assumption
  that a user runs applications which store sensitive data in the registry
  and that Sarge should not include this vulnerability ]

Hi Ove,
http://bugs.winehq.com/show_bug.cgi?id=2715 describes a security flaw in
Wine that affects both Sarge and sid (I don't know about Woody): Wine
stores a world readable copy of the registry in /tmp. The bugtracking
entry contains a patch and Marcus Meissner has commited a fix to CVS
after the release of 20050310.

I couldn't find a CAN assignment for this vulnerability.

Cheers,
Moritz

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

Versions of packages wine depends on:
ii  debconf  1.4.46  Debian configuration management sy
ii  libwine  0.0.20050211-1  Windows Emulator (Library)
ii  xbase-clients [xcont 4.3.0.dfsg.1-12.0.1 miscellaneous X clients

-- debconf information:
  wine/del_wine_conf: true
  wine/install_type: Autodetect


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



Bug#279030: comments on bug #279030

2005-03-18 Thread Sylvain LE GALL
Hello,

On Fri, Mar 18, 2005 at 03:04:14AM -0500, Markus Kienast wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 My conclusion:
 Either go a pure dpkg or a pure ucf way. I do not know insights about any of 
 these ways, but it seems to me, according to the comments above that you are 
 not only shipping a file and trying to dynamically generate one but actually 
 asking questions with dpkg while they should be asked with ucf in your case, 
 which might be the reason, why no matter what answer I choose on the 
 overwrite question, my actual debconf decisions never ever make it into the 
 config file!! NEVER EVER, neither way!!
 

Thanks for the comment, on the comment, on my other RC bugs.

I know there is a bug. 

Next upload won't generate at all a /etc/default/mldonkey. There will be
no need of ucf. The file will be provided as a standard conffile. 

Kind regard
Sylvain Le Gall


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



Bug#296717: ftp.debian.org: Please remove raidtools2

2005-03-18 Thread Martin Michlmayr
* Jeroen van Wolffelaar [EMAIL PROTECTED] [2005-03-18 21:35]:
 Yes, please. raidtools2 is already dropped from testing, which makes

I wonder if there's some kind of upgrade path for people using
raidtools2.  I phear to imagine what'll happen to my system when
raidtools2 gets removed from my machine for some reason.

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


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



Processed: Fixed in NMU of epplets 0.8.cvs.20040805-1.1

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298961 + fixed
Bug#298961: epplets: contains non-free font
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#273826: also a kernel security problem?

2005-03-18 Thread Bluefuture
Il giorno ven, 18-03-2005 alle 16:05 -0500, Justin Pryzby ha scritto:
 clone 273826 -1
 retitle -1 New upstream release v1.7
 severity -1 wishlist
 thanks
 
 Did you say that this freezes the whole system?  If so, it is a
 security problem with the kernel.  Let us know so we can clone the bug
 against the kernel.
 
 Thanks,
 Justin
 
Yes when i had submitted this bugs horgand freezes the whole system,
after some months of dist-upgrade i had retried to run same version of
horgand and works fine. 
-- 




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



Processed: Fixed in NMU of gnotime 2.2.1-12.1

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298851 + fixed
Bug#298851: rebuild without libhowl0 dep
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Fixed in NMU of gnome-pilot 2.0.12-1.2

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298848 + fixed
Bug#298848: rebuild without libhowl0 dep
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#273826: also a kernel security problem?

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 273826 -1
Bug#273826: Horgand freeze the system when run
Bug 273826 cloned as bug 300314.

 retitle -1 Local user may crash the system; ALSA related
Bug#300314: Horgand freeze the system when run
Changed Bug title.

 submitter -1 [EMAIL PROTECTED]
Bug#300314: Local user may crash the system; ALSA related
Changed Bug submitter from [EMAIL PROTECTED] to [EMAIL PROTECTED]

 reassign -1 kernel-source-2.6.8
Bug#300314: Local user may crash the system; ALSA related
Bug reassigned from package `horgand' to `kernel-source-2.6.8'.

 tag -1 + fixed-upstream security
Bug#300314: Local user may crash the system; ALSA related
There were no tags set.
Tags added: fixed-upstream, security

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#298848: rebuild without libhowl0 dep

2005-03-18 Thread Frank Lichtenheld
On Thu, Mar 10, 2005 at 06:41:24AM -0500, Erinn Clark wrote:
 Please rebuild gnome-pilot without the libhowl0 dependency since it's
 moving to non-free. Only a recompile is required, but it's required on 
 multiple architectures, so there should be a sourceful upload.

NMU uploaded:

diff -Naur gnome-pilot-2.0.12.bak/debian/changelog 
gnome-pilot-2.0.12/debian/changelog
--- gnome-pilot-2.0.12.bak/debian/changelog 2005-03-18 22:13:06.0 
+0100
+++ gnome-pilot-2.0.12/debian/changelog 2005-03-18 22:39:31.0 +0100
@@ -1,3 +1,10 @@
+gnome-pilot (2.0.12-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Recompile to get rid of libhowl0 dependency (Closes: #298848)
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Fri, 18 Mar 2005 22:13:32 +0100
+
 gnome-pilot (2.0.12-1.1) unstable; urgency=high
 
   * Non-Maintainer Upload (BSP)

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#298869: rebuild without libhowl0 dep

2005-03-18 Thread Frank Lichtenheld
On Thu, Mar 10, 2005 at 07:38:49AM -0500, Erinn Clark wrote:
 Please rebuild planner without the libhowl0 dependency since it's
 moving to non-free. Only a recompile is required, but it's required on 
 multiple architectures, so there should be a sourceful upload.

NMU uploaded:

diff -Naur planner-0.12.1.bak/debian/changelog planner-0.12.1/debian/changelog
--- planner-0.12.1.bak/debian/changelog 2005-03-18 22:24:15.0 +0100
+++ planner-0.12.1/debian/changelog 2005-03-18 22:50:57.0 +0100
@@ -1,3 +1,10 @@
+planner (0.12.1-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Recompile to get rid of libhowl0 dependency (Closes: #298869)
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Fri, 18 Mar 2005 22:24:28 +0100
+
 planner (0.12.1-1) unstable; urgency=HIGH
 
   * New upstream release, Upstream information:

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#298851: rebuild without libhowl0 dep

2005-03-18 Thread Frank Lichtenheld
On Thu, Mar 10, 2005 at 06:43:31AM -0500, Erinn Clark wrote:
 Please rebuild gnotime without the libhowl0 dependency since it's
 moving to non-free. Only a recompile is required, but it's required on 
 multiple architectures, so there should be a sourceful upload.

NMU uploaded:

diff -Naur gnotime-2.2.1.bak/debian/changelog gnotime-2.2.1/debian/changelog
--- gnotime-2.2.1.bak/debian/changelog  2005-03-18 22:14:21.0 +0100
+++ gnotime-2.2.1/debian/changelog  2005-03-18 22:40:11.0 +0100
@@ -1,3 +1,10 @@
+gnotime (2.2.1-12.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Recompile to get rid of libhowl0 dependency (Closes: #298851)
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Fri, 18 Mar 2005 22:14:53 +0100
+
 gnotime (2.2.1-12) unstable; urgency=low
 
   * debian/patches/10_fixes_reports_toolbar:

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#298853: rebuild without libhowl0 dep

2005-03-18 Thread Frank Lichtenheld
On Thu, Mar 10, 2005 at 06:45:33AM -0500, Erinn Clark wrote:
 Please rebuild gswitchit without the libhowl0 dependency since it's
 moving to non-free. Only a recompile is required, but it's required on 
 multiple architectures, so there should be a sourceful upload.

NMU uploaded:

diff -Naur gswitchit-2.5.0.bak/debian/changelog gswitchit-2.5.0/debian/changelog
--- gswitchit-2.5.0.bak/debian/changelog2005-03-18 22:19:31.0 
+0100
+++ gswitchit-2.5.0/debian/changelog2005-03-18 22:50:18.0 +0100
@@ -1,3 +1,10 @@
+gswitchit (2.5.0-3.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Recompile to get rid of libhowl0 dependency (Closes: #298853)
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Fri, 18 Mar 2005 22:20:18 +0100
+
 gswitchit (2.5.0-3.1) unstable; urgency=low
 
   * NMU with permission of the maintainer.

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#300182: tetex-bin still vulnerable to CAN-2004-0888 (CAN-2005-0206)

2005-03-18 Thread Joey Hess
Hilmar Preusse wrote:
 As recently discovered the patch, which fixed CAN-2004-0888, seems to
 be broken on all 64bit platforms (tested only on ia64 though).[1]

Note that CAN-2005-0206 has been assigned for this issue.

BTW, since you were able to track this one down, do you have any info
about the other packages (cupsys, xpdf, etc) that also has
CAN-2004-0888? Do they also need fixes, and do you have a patch for
them?

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: Fixed in NMU of planner 0.12.1-1.1

2005-03-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 298869 + fixed
Bug#298869: rebuild without libhowl0 dep
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

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


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



  1   2   >