Bug#397279: mysql-query-browser: crashes when connecting to a remote server

2006-11-07 Thread Manolo Díaz

Adam Majer wrote:

Hi,

Just uploaded -2 version. Please check that one. The -1 had a 32-bit
library and mixing 32-bit and 64-bit doesn't work so well.

- Adam
  


Hi, Adam

Tested 1.2.5beta-2. Just the same.

Regards,
Manolo



Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1082132832 (LWP 23266)]
0x006094f9 in myx_use_schema ()
(gdb) bt
#0  0x006094f9 in myx_use_schema ()
Cannot access memory at address 0x8
(gdb)




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



Bug#397353: gtk+2.0: FTBFS on amd64

2006-11-07 Thread Josselin Mouette
Le lundi 06 novembre 2006 à 22:26 +0100, Loïc Minier a écrit :
  You can diff the build log with:
  http://people.dooz.org/~lool/debian/gtk+2.0/2.10.6-2/experimental-pbuilder/
 
  It seems your log has fewer commands during configure and during build,
  is this a rebuild?  If yes please try from pristine source.

Nope, this is the result of apt-get source, dpkg-buildpackage -B.
-- 
Josselin Mouette/\./\

Do you have any more insane proposals for me?




Bug#397129: apt: depends on lower priority package

2006-11-07 Thread Christian Perrier
 Comments, abjections?

s/abj/obj

Given the meaning of words starting with abject in French, I prefer
being rather precise, here..:)




signature.asc
Description: Digital signature


Bug#396949: #396949 (lynx)

2006-11-07 Thread Piotr Engelking

reopen 396949
thanks

Version 2.8.7dev2 attempts to fix the bug by checking if the user owns
the .mime.types and .mailcap files before opening them. The assumption
that user trusts the files he owns, is, however, flawed. Consider, for
an example:

* files downloaded by the user
* files unpacked by the user from an archive
* files on a filesystem mounted by the user


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



Processed: Re: Bug#396949: #396949 (lynx)

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 396949
Bug#396949: lynx: uses .mime.types and .mailcap from the current directory 
(arbitrary shell code execution)
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#397405: apache2-mpm-prefork: child seg-faults on access

2006-11-07 Thread Ondřej Surý
Isn't this related to #397402, ie. update of php4?

 after upgrading today, apache 2.2.3-3 is not working: on access, the
 child returns a segmentation fault:
 
 [Tue Nov 07 08:24:22 2006] [notice] child pid 17033 exit signal \
 Segmentation fault (11)]
 
 Any idea on how I can fix that?

Try downgrading php4 to php4-4.4.4~4 and let us know if it helps.

Ondrej.
-- 
Ondřej Surý [EMAIL PROTECTED]




Bug#397412: wmaker: Wmaker crash on creating desktop

2006-11-07 Thread Roman Galeyev
Package: wmaker
Version: 0.92.0-6
Severity: critical
Justification: breaks unrelated software

I've just upgraded from sarge to etch (testing),
was unable to run Wmaker with my old Config.

Further investigation shows that Wmaker starts
with default config (e.g. from brand new user),
but crashes in attempt to spawn one more desktop.

It works only with one desktop, called 'Main'.

The bug is systematic, it crashes all times I am
trying to spawn a desktop.

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

Versions of packages wmaker depends on:
ii  cpp  4:4.1.1-13  The GNU C preprocessor (cpp)
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libwraster3  0.92.0-6Shared libraries of Window Maker r
ii  libx11-6 2:1.0.3-2   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library

wmaker recommends no packages.

-- no debconf information

!DSPAM:455048a2207451223150608!



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



Bug#202488: isdnvboxserver: Spool directory incorrectly renamed on upgrade

2006-11-07 Thread Steve Langasek
tags 202488 patch
thanks

Looking at the changelog, it seems that the code causing these problems has
been present since version 1:3.1pre1b-13, which predates the version that
shipped with woody.  So any upgrade problems this code was written to
address are certainly a total non-issue now...

Therefore I'm uploading the attached patch as an NMU, to remove the upgrade
logic that's breaking users' vboxconfig and spooldir settings on upgrade.
These are config files, so user settings must be honored per policy; since
clearly anyone upgrading from sarge won't be in need of this particular
upgrade bit anyway, there's no reason to keep it at all, its only use is as
a policy violation.

NMU will be uploaded to incoming shortly.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u isdnutils-3.9.20060704/debian/changelog 
isdnutils-3.9.20060704/debian/changelog
--- isdnutils-3.9.20060704/debian/changelog
+++ isdnutils-3.9.20060704/debian/changelog
@@ -1,3 +1,13 @@
+isdnutils (1:3.9.20060704-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Don't set vboxconfig and spooldir settings in vboxgetty.conf,
+because there are no provisions for honoring user changes to these 
+settings, which is a policy violation.  Closes: #202488.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Tue,  7 Nov 2006 00:18:58 -0800
+
 isdnutils (1:3.9.20060704-2.1) unstable; urgency=low
 
   * NMU
diff -u isdnutils-3.9.20060704/debian/isdnvboxserver.templates 
isdnutils-3.9.20060704/debian/isdnvboxserver.templates
--- isdnutils-3.9.20060704/debian/isdnvboxserver.templates
+++ isdnutils-3.9.20060704/debian/isdnvboxserver.templates
@@ -61,41 +61,12 @@
 _Description: Enter the password for ${User} here.
  Please don't use ':' in it! The way it is stored cannot handle this.
 
-Template: isdnvboxserver/spoolrename
-Type: note
-_Description: spool directory renamed
- The spool directory `${OLDSPOOL}' has been renamed to `${NEWSPOOL}' for
- consistency's sake. This should have no other consequences.
-
-Template: isdnvboxserver/dup3spool
-Type: note
-_Description: two obsolete spool directories detected
- The directories `${OLDSPOOL1}' and `${OLDSPOOL2}' (which aren't used
- anymore in the standard configuration), and the new spool directory
- `${NEWSPOOL}' all exist. The old directories will no longer be used;
- please manually move any messages from there to the new directory (if
- any), and delete the old directories.
-
-Template: isdnvboxserver/dupspool
-Type: note
-_Description: two spool directories detected
- The old spool directory `${OLDSPOOL}' and the new spool directory
- `${NEWSPOOL}' both exist. The old directory will no longer be used; please
- manually move any messages from there to the new directory (if any), and
- delete the old directory.
-
 Template: isdnvboxserver/spoolcreate
 Type: note
 _Description: spool directory created
  The spool directory `${NEWSPOOL}' has been created, which is necessary for
  proper working of vbox.
 
-Template: isdnvboxserver/vboxmoved
-Type: note
-_Description: vbox config file moved
- The configuration file `${OLD}' has been moved to `${DIR}/.vbox.conf'. 
- See `man vbox.conf' for information on changing this file.
-
 Template: isdnvboxserver/vboxcreate
 Type: note
 _Description: vbox config file created
diff -u isdnutils-3.9.20060704/debian/isdnvboxserver.postinst 
isdnutils-3.9.20060704/debian/isdnvboxserver.postinst
--- isdnutils-3.9.20060704/debian/isdnvboxserver.postinst
+++ isdnutils-3.9.20060704/debian/isdnvboxserver.postinst
@@ -91,7 +91,6 @@
 # fi
 # db_go || true
 # fi
-VBOX_CONFFILE=
 if [ -s /etc/isdn/vboxgetty.conf ]; then
 # only use ttyI6
 eval `perl -- - /etc/isdn/vboxgetty.conf 'EOF'
@@ -115,18 +114,6 @@
 db_go
 fi
 fi
-if [ -s /etc/isdn/vboxd.conf ]; then
-eval `perl -- - /etc/isdn/vboxd.conf 'EOF'
-while () { last if m,^# Remove this comment if you don.t want,; }
-# next line is the one
-if ($_ = ) {
-m,^A:[^:]+:[^:]+:([^:]+):([^:]+):([^:]+),;
-print VBOX_USERSPOOL=$3\n;
-exit 0;
-}
-EOF
-`
-fi
 db_get isdnvboxserver/user || true
 VBOX_USER=`echo $RET | tr -d ' '`
 if [ ! -z $VBOX_USER ]; then
@@ -136,122 +123,11 @@
 db_get isdnvboxserver/daemonuser || true
 VBOX_DUSER=`echo $RET | tr -d ' '`
 
-###
-# We have to clean up a big (potential) mess here.
-# There were different places where the spooldir could be:
-#
-# - /var/spool/vbox/${name of daemon user}
-# - /var/spool/vbox/${name of vboxd user}
-# - /var/spool/vbox/${something else?}
-#
-# I want to normalize this to just:
-#
-# - /var/spool/vbox/${name of ttyI device}
-#
-# which is more logical as multiple (vboxd) users can access the same
-# spool. 

Bug#397405: apache2-mpm-prefork: child seg-faults on access

2006-11-07 Thread Lukas Ruf
Ond??ej,

 Ond??ej Surý [EMAIL PROTECTED] [2006-11-07 10:11]:

 Isn't this related to #397402, ie. update of php4?


it could.  I don't know.

  after upgrading today, apache 2.2.3-3 is not working: on access,
  the child returns a segmentation fault:
 
  [Tue Nov 07 08:24:22 2006] [notice] child pid 17033 exit signal \
  Segmentation fault (11)]
 
  Any idea on how I can fix that?

 Try downgrading php4 to php4-4.4.4~4 and let us know if it helps.


Since php has not been working for me since after the upgrade from
Apache 2.0 to 2.2, I have purged the php module.  Now, web-pages are
displayed again, i.e. the child doesn't crash.  Thanks for the help.

However, I would be defiintely happy if I would get php back to work
since many pages cannot be displayed without php :(

Any hint for this issue?

Thanks!

Lukas
-- 
Lukas Ruf   http://www.lpr.ch | Ad Personam
rbacs  http://wiki.lpr.ch | Restaurants, Bars and Clubs
Raw IP   http://www.rawip.org | Low Level Network Programming
http://lists.lpr.ch/muttprint | muttprint mailing list



Processed: Re: isdnvboxserver: Spool directory incorrectly renamed on upgrade

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 202488 patch
Bug#202488: isdnvboxserver: Spool directory incorrectly renamed on upgrade
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#397373: marked as done ([praat]: bug on starting program)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 01:32:32 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#397373: fixed in praat 4.5.1-2
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: praat
Severity: critical
Status: install ok installed

Priority: optional
Section: science
Installed-Size: 4904
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Architecture: amd64
Version: 4.5.1-1
Depends: lesstif2, libc6 (= 2.3.5-1), libice6 (= 1:1.0.0), libsm6,
libx11-6, libxext6, libxmu6, libxp6, libxt6
Description: program for speech analysis and synthesis
 According to its authors, praat is doing phonetics by computer.
Through
 its graphical interface, several speech analysis functionalities are
 available: spectrograms, cochleograms, and pitch and formant
 extraction.  Articulatory synthesis, as well as synthesis from pitch,
 formant, and intensity are also available.  Other features are
 segmentation, labelling using the phonetic alphabet, and computation of
 statistics.  Praat is configurable and extensible through its own
scripting
 language and has provisions for communicating with other programs.
 .

Starting from console that program, it reports this error:

[EMAIL PROTECTED]:~$ praat
Font -*-helvetica-medium-r-normal--*-100-75-75-*-*-iso8859-1 not
found. Using Courier instead.
X Error of failed request:  BadFont (invalid Font parameter)
  Major opcode of failed request:  56 (X_ChangeGC)
  Resource id in failed request:  0x0
  Serial number of failed request:  6048
  Current serial number in output stream:  6051

Probably it doesn't find the font helvetica.



---End Message---
---BeginMessage---
Source: praat
Source-Version: 4.5.1-2

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

praat_4.5.1-2.diff.gz
  to pool/main/p/praat/praat_4.5.1-2.diff.gz
praat_4.5.1-2.dsc
  to pool/main/p/praat/praat_4.5.1-2.dsc
praat_4.5.1-2_i386.deb
  to pool/main/p/praat/praat_4.5.1-2_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.
Rafael Laboissiere [EMAIL PROTECTED] (supplier of updated praat 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: Tue,  7 Nov 2006 09:23:48 +0100
Source: praat
Binary: praat
Architecture: source i386
Version: 4.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 praat  - program for speech analysis and synthesis
Closes: 397373
Changes: 
 praat (4.5.1-2) unstable; urgency=low
 .
   * debian/control: Recommends the appropriate xfonts (closes:
 #397373).  Unfortunately, it is not allowed in Debian to Depend on
 X Window fonts (cf Debian Policy 11.8.5).
   * debian//What_s_new_.html: Updated to te current upstream version
Files: 
 fa1002901b148fb643bf384be097f5c7 673 science optional praat_4.5.1-2.dsc
 eee1262f2a164c6cd15cac01a09ce92c 21426 science optional praat_4.5.1-2.diff.gz
 83bd38c4324754eea83aeb7446749ef2 1559606 science optional 
praat_4.5.1-2_i386.deb

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

iD8DBQFFUE9dk3oga0pdcv4RAst6AKCWoG/LAK8TnED6uewI0X4EP0uJCwCbBJLg
/BfogKkRCuWeiMZ7I48CHQc=
=tY17
-END PGP SIGNATURE-

---End Message---


Bug#397318: it seems to be the problem with dbus

2006-11-07 Thread Chali Ahmul M.P.U
 Indeed, your D-Bus setup seems to be broken. Could you please attach
 your D-Bus configuration files (/etc/dbus-1/*) and also tell me your
 version of hal. I hope you don't have older versions of libhal (libhal0)
 installed.
I have installed libhal1=0.5.8.1-3

 If you want to debug D-Bus, you could try to run dbus-monitor --system,
 as root, and check the output.
Well. This is weird. This is whole output:
Failed to open connection to system message bus: Did not receive a reply. 
Possible causes include: the remote application did not send a reply, the 
message bus security policy blocked the reply, the reply timeout expired, or 
the network connection was broken.

I found similar discussion at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395358

In my humble opinion this have nothing to do with powersaved, so you can close 
the bug. But thank you for localizing the problem.

Chali Ahmul M.P.U


dbus_config.tar.bz2
Description: application/tbz


pgp9NydlRz5k0.pgp
Description: PGP signature


Processed: Re: Errors on install

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 397383 patch
Bug#397383: Errors on install
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]



Processed: Re: Bug#395889: udev cannot be set up in a chrooted environment on 2.6.18

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 395889 serious
Bug#395889: udev cannot be set up in a chrooted environment on 2.6.18
Severity set to `serious' from `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#202488: marked as done (isdnvboxserver: Spool directory incorrectly renamed on upgrade)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 02:02:18 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#202488: fixed in isdnutils 1:3.9.20060704-2.2
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: isdnvboxserver
Version: 1:3.2pre3-4
Severity: normal


On a recent upgrade (to fix the hanging bug!) the install renamed my
spool directory from office to ttyI6.  It adjusted the config from

  spooldir  /var/spool/vbox/office
  vboxconfig/var/spool/vbox/office/vbox.conf

To

  spooldir  /var/spool/vbox/ttyI6
  vboxconfig/etc/isdn/.vbox.conf

This breaks the vboxgetty as it then has the wrong config file.

Can it not rename the spool directories in the future please?

(Also it only renamed the first one of 3 spool directories I have!)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux irishsea.home.craig-wood.com 2.4.19-key4 #1 Fri Apr 18 00:04:07 
BST 2003 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages isdnvboxserver depends on:
ii  debconf  1.2.35  Debian configuration management sy
ii  isdnutils-base   1:3.2pre3-3 ISDN utilities, the basic (minimal
ii  libc62.3.1-16GNU C Library: Shared libraries an
ii  tcl8.3   8.3.5-2 Tcl (the Tool Command Language) v8

-- debconf information:
  isdnvboxserver/doinit: yes
  isdnvboxserver/devfs_inittab: 
* isdnvboxserver/dummy: donetwice
* isdnvboxserver/msn: 483902
  isdnvboxserver/vboxmoved: 
  isdnvboxserver/devfs_vboxgettyconf: 
  isdnvboxserver/daemonuser: vbox
  isdnvboxserver/adduserfailed: 
  isdnvboxserver/dupspool: 
  isdnvboxserver/dup3spool: 
  isdnvboxserver/attachmsg: yes
  isdnvboxserver/adduserdone: 
  isdnvboxserver/spoolcreate: 
  isdnvboxserver/doityourself: 
* isdnvboxserver/nosuchuser: 
* isdnvboxserver/spoolrename: 
  isdnvboxserver/vboxnouser: 
* isdnvboxserver/user: office
  isdnvboxserver/rings: 4
  isdnvboxserver/vboxnodir: 
* isdnvboxserver/vboxcreate: 


---End Message---
---BeginMessage---
Source: isdnutils
Source-Version: 1:3.9.20060704-2.2

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

capiutils_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/capiutils_3.9.20060704-2.2_i386.deb
ipppd_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/ipppd_3.9.20060704-2.2_i386.deb
isdnactivecards_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnactivecards_3.9.20060704-2.2_i386.deb
isdneurofile_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdneurofile_3.9.20060704-2.2_i386.deb
isdnlog-data_3.9.20060704-2.2_all.deb
  to pool/main/i/isdnutils/isdnlog-data_3.9.20060704-2.2_all.deb
isdnlog_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnlog_3.9.20060704-2.2_i386.deb
isdnutils-base_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnutils-base_3.9.20060704-2.2_i386.deb
isdnutils-doc_3.9.20060704-2.2_all.deb
  to pool/main/i/isdnutils/isdnutils-doc_3.9.20060704-2.2_all.deb
isdnutils-xtools_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnutils-xtools_3.9.20060704-2.2_i386.deb
isdnutils_3.9.20060704-2.2.diff.gz
  to pool/main/i/isdnutils/isdnutils_3.9.20060704-2.2.diff.gz
isdnutils_3.9.20060704-2.2.dsc
  to pool/main/i/isdnutils/isdnutils_3.9.20060704-2.2.dsc
isdnutils_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnutils_3.9.20060704-2.2_i386.deb
isdnvbox_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnvbox_3.9.20060704-2.2_i386.deb
isdnvboxclient_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnvboxclient_3.9.20060704-2.2_i386.deb
isdnvboxserver_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/isdnvboxserver_3.9.20060704-2.2_i386.deb
libcapi20-3_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/libcapi20-3_3.9.20060704-2.2_i386.deb
libcapi20-dev_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/libcapi20-dev_3.9.20060704-2.2_i386.deb
pppdcapiplugin_3.9.20060704-2.2_i386.deb
  to pool/main/i/isdnutils/pppdcapiplugin_3.9.20060704-2.2_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.
Steve Langasek [EMAIL PROTECTED] (supplier of updated isdnutils package)


Bug#397383: Errors on install

2006-11-07 Thread Frank Küster
tags 397383 patch
thanks

Julien Danjou [EMAIL PROTECTED] wrote:

 Package: webalizer
 Version: 2.01.10-30.1
 Severity: serious

 Hi,

 It seems that you're doing things in .config file that should be in
 postinst:

Here's a patch:

diff -Nur webalizer-2.01.10.old/debian/changelog webalizer-2.01.10/debian/changelog
--- webalizer-2.01.10.old/debian/changelog	2006-11-07 11:10:41.0 +0100
+++ webalizer-2.01.10/debian/changelog	2006-11-07 11:10:13.0 +0100
@@ -1,3 +1,11 @@
+webalizer (2.01.10-30.2) unstable; urgency=low
+
+  * Move actual configuration of the package to the postinst script.  The
+config script now only contains the questions (closes: #397383).
+Thanks to Julien Danjou [EMAIL PROTECTED].
+
+ -- Frank Küster [EMAIL PROTECTED]  Tue,  7 Nov 2006 11:10:12 +0100
+
 webalizer (2.01.10-30.1) unstable; urgency=medium
 
   * Non-maintainer upload for RC bug.
diff -Nur webalizer-2.01.10.old/debian/config webalizer-2.01.10/debian/config
--- webalizer-2.01.10.old/debian/config	2006-11-07 11:10:41.0 +0100
+++ webalizer-2.01.10/debian/config	2006-11-07 11:11:53.0 +0100
@@ -23,36 +23,22 @@
 
   if [ -f /etc/webalizer.conf ]  [ ! -f /etc/webalizer/webalizer.conf ]; then
 mv /etc/webalizer.conf /etc/webalizer/webalizer.conf;
+	# although we're already configured, the script should *not*
+	# exit here.  Instead, it should parse the existing
+	# configuration, preseed the debconf answers accordingly and
+	# ask them again.  This is the only way to make
+	# dpkg-reconfigure work
 exit 0;  # already configured
   fi
   [ ! -f /etc/webalizer/webalizer.conf ] || exit 0;
   
-  # Now determine the system's hostname and domainname
-  HOSTNAME=$(/bin/hostname);
-  
   # Ask for the directory the output should be put in
   db_input medium webalizer/directory || true
   db_go
-  db_get webalizer/directory
-  OUTPUTDIR=$RET;
-  [ ! -z $OUTPUTDIR ] || OUTPUTDIR=/var/www/webalizer;
-  
-  if [ ! -d $OUTPUTDIR ]; then
-mkdir -p $OUTPUTDIR;
-if [ $? -eq 0 ]; then
-  echo $OUTPUTDIR created;
-else
-  echo Something went wrong...;
-  exit 1;
-fi;
-  fi
   
   # At this point, ask the user what the title of webalizer's reports should be
   db_input medium webalizer/doc_title || true
   db_go
-  db_get webalizer/doc_title
-  REPORTTITLE=$RET;
-  [ ! -z $REPORTTITLE ] || REPORTTITLE=Usage statistics for;
 
   # Ask for the rotated logfile
   # by default  is access log file of apache, but if I found apache2 log file,
@@ -68,16 +54,6 @@
   db_set webalizer/logfile $LOGFILE || true
   db_input medium webalizer/logfile || true
   db_go
-  db_get webalizer/logfile
-  [ ! -z $RET ] || LOGFILE=$RET;
-  
-  # Finally put these variables in /etc/webalizer/webalizer.conf using sed
-  cat /usr/share/doc/webalizer/examples/sample.conf.gz | gunzip | /bin/sed \
-	-e s/^#HostName .*/HostName ${HOSTNAME}/ \
-	-e s|^#OutputDir .*|OutputDir ${OUTPUTDIR}| \
-	-e s/^#ReportTitle .*/ReportTitle ${REPORTTITLE}/ \
-	-e s|^#LogFile .*|LogFile ${LOGFILE}| \
-	 /etc/webalizer/webalizer.conf;
 ;;
 
 reconfigure)
diff -Nur webalizer-2.01.10.old/debian/postinst webalizer-2.01.10/debian/postinst
--- webalizer-2.01.10.old/debian/postinst	2006-11-07 11:10:41.0 +0100
+++ webalizer-2.01.10/debian/postinst	2006-11-07 11:02:45.0 +0100
@@ -23,6 +23,37 @@
 
 case $1 in
 configure)
+  # Now determine the system's hostname and domainname
+  HOSTNAME=$(/bin/hostname);
+  
+  db_get webalizer/directory
+  OUTPUTDIR=$RET;
+  [ ! -z $OUTPUTDIR ] || OUTPUTDIR=/var/www/webalizer;
+  
+  if [ ! -d $OUTPUTDIR ]; then
+mkdir -p $OUTPUTDIR;
+if [ $? -eq 0 ]; then
+  echo $OUTPUTDIR created;
+else
+  echo Something went wrong...;
+  exit 1;
+fi;
+  fi
+
+  db_get webalizer/doc_title
+  REPORTTITLE=$RET;
+  [ ! -z $REPORTTITLE ] || REPORTTITLE=Usage statistics for;
+
+  db_get webalizer/logfile
+  [ ! -z $RET ] || LOGFILE=$RET;
+  
+  # Finally put these variables in /etc/webalizer/webalizer.conf using sed
+  cat /usr/share/doc/webalizer/examples/sample.conf.gz | gunzip | /bin/sed \
+	-e s/^#HostName .*/HostName ${HOSTNAME}/ \
+	-e s|^#OutputDir .*|OutputDir ${OUTPUTDIR}| \
+	-e s/^#ReportTitle .*/ReportTitle ${REPORTTITLE}/ \
+	-e s|^#LogFile .*|LogFile ${LOGFILE}| \
+	 /etc/webalizer/webalizer.conf;
 
 ;;
 

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)


Bug#397423: gnustep-base-common: depends on obsolete timezoneconf package

2006-11-07 Thread Steve Langasek
Package: gnustep-base-common
Version: 1.13.0-4
Severity: serious

The gnustep-base-common package has a dependency on timezoneconf, added in
response to bug #213157 to resolve a dangling symlink to /etc/timezone.  But
/etc/timezone doesn't belong to timezoneconf, and now timezoneconf is
scheduled to be removed as obsolete and unmaintained.  Please update
gnustep-base to not depend on this package.

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


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



Bug#397139: ftbfs alpha + ia64

2006-11-07 Thread Steve Langasek
On Mon, Nov 06, 2006 at 11:37:23PM -0800, Steve Langasek wrote:
 It gets better -- after fixing up the first bit of assembly in the source,
 I've found that there's also embedded assembly in sys_titan.c which is
 specific to ev6.  So even emitting .arch ev56 is going to give a build
 failure.

 Which convinces me even more that the right answer is to fix the kernel
 instead of disabling gcc's ability to sanity-check the insns used.

 Patch available as soon as I get to the end of the build.

And here is the patch which adds explicit .arch specifiers to the inline
assembly.  I'll commit this to the kernel svn repo shortly.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
--- source/include/asm-alpha/compiler.h.orig2006-09-19 20:42:06.0 
-0700
+++ source/include/asm-alpha/compiler.h 2006-11-06 17:10:00.0 -0800
@@ -78,16 +78,20 @@
 #else
 #define __kernel_ldbu(mem) \
   ({ unsigned char __kir;  \
- __asm__(ldbu %0,%1 : =r(__kir) : m(mem));   \
+ __asm__(.arch ev56;  \
+ ldbu %0,%1 : =r(__kir) : m(mem));\
  __kir; })
 #define __kernel_ldwu(mem) \
   ({ unsigned short __kir; \
- __asm__(ldwu %0,%1 : =r(__kir) : m(mem));   \
+ __asm__(.arch ev56;  \
+ ldwu %0,%1 : =r(__kir) : m(mem));\
  __kir; })
-#define __kernel_stb(val,mem) \
-  __asm__(stb %1,%0 : =m(mem) : r(val))
-#define __kernel_stw(val,mem) \
-  __asm__(stw %1,%0 : =m(mem) : r(val))
+#define __kernel_stb(val,mem)  \
+  __asm__(.arch ev56; \
+  stb %1,%0 : =m(mem) : r(val))
+#define __kernel_stw(val,mem)  \
+  __asm__(.arch ev56; \
+  stw %1,%0 : =m(mem) : r(val))
 #endif
 
 #ifdef __KERNEL__
--- source/arch/alpha/kernel/sys_titan.c.orig   2006-11-06 23:17:50.0 
-0800
+++ source/arch/alpha/kernel/sys_titan.c2006-11-06 23:17:04.0 
-0800
@@ -257,7 +257,7 @@
 */
while (mask) {
/* convert to SRM vector... priority is 63 - 0 */
-   __asm__(ctlz %1, %0 : =r(vector) : r(mask));
+   __asm__(.arch ev6; ctlz %1, %0 : =r(vector) : r(mask));
vector = 63 - vector;
mask = ~(1UL  vector);   /* clear it out  */
vector = 0x900 + (vector  4); /* convert to SRM vector */


Processed: tagging 395889

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.22
 tags 395889 pending
Bug#395889: udev cannot be set up in a chrooted environment on 2.6.18
Tags were: d-i
Tags added: pending


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#395889: udev cannot be set up in a chrooted environment on 2.6.18

2006-11-07 Thread Andreas Barth
* Andreas Barth ([EMAIL PROTECTED]) [061107 11:10]:
 actually, we will release with kernel 2.6.18. For this reason, we need
 to have this bug fixed prior to release of Etch. In other words, this
 bug is Release Critical in the sense that we cannot release before this
 bug is resolved. So, I'm setting the severity to serious.

I guess you already know it, but I think it should be in the bug log:
http://marc.theaimsgroup.com/?l=linux-kernelm=116066318011633w=2
contains another way to detect a chroot.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#396949: #396949 (lynx)

2006-11-07 Thread Thomas Dickey

On Tue, 7 Nov 2006, Piotr Engelking wrote:


reopen 396949
thanks

Version 2.8.7dev2 attempts to fix the bug by checking if the user owns
the .mime.types and .mailcap files before opening them. The assumption
that user trusts the files he owns, is, however, flawed. Consider, for
an example:

* files downloaded by the user
* files unpacked by the user from an archive
* files on a filesystem mounted by the user


...none of which would be executed by the user unknowingly (and could 
equally be confused with his home directory), and furthermore, the comment 
does not address my point that the files are read once at startup


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


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



Bug#397431: libapache2-mod-php4: php4 segfaults apache2.2 childs

2006-11-07 Thread Andreas Pakulat
Package: libapache2-mod-php4
Version: 4:4.4.4-5
Severity: grave
Justification: renders package unusable

Hi,

today the upgrade of php4 from 4:4.4.4~4 to 4:4.4.4-5 happened and it
broke my apache. As long as the php4 module is activated each and every
child of apache segfaults.

I don't attach a backtrace or any such thing, because I don't know how
to get one. So please tell me how I can get more information about the
reasons...

I do have mysql and postgresql extensions enabled.

Andeeas

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

Versions of packages libapache2-mod-php4 depends on:
ii  apache2- 2.2.3-3 Traditional model for Apache HTTPD
ii  apache2. 2.2.3-3 Next generation, scalable, extenda
ii  libbz2-1 1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat 1.95.8-3.3  XML parsing C library - runtime li
ii  libkrb53 1.4.4-3 MIT Kerberos runtime libraries
ii  libmagic 4.17-4  File type determination library us
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  libzzip- 0.12.83-8   library providing read access on Z
ii  mime-sup 3.37-1  MIME files 'mime.types'  'mailcap
ii  php4-com 4:4.4.4-5   Common files for packages built fr
ii  ucf  2.0016  Update Configuration File: preserv
ii  zlib1g   1:1.2.3-13  compression library - runtime

libapache2-mod-php4 recommends no packages.

-- no debconf information


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



Bug#396949: #396949 (lynx)

2006-11-07 Thread Thomas Dickey


The secondary issue of files which the user trusts, but may not want to be 
executed can be addressed by changing the customized lynx.cfg to use 
~/.mailcap and ~/.mime.types, etc., to ensure that the default 
configuration uses files from the user's home directory.


The response that I just read will still not be addressed, since it's 
still possible to make a case where the user downloads into his home 
directory.  But the given examples were absurd, so perhaps we can 
disregard them.


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


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



Processed: Back to Duplicity

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 396158 duplicity
Bug#396158: Package config fails: pycentral pkginstall: duplicity needs 
unavailable runtime (2.3)
Bug#396366: duplicity: fails to install
Bug reassigned from package `python-central' to `duplicity'.

 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#223774: Please keep in mind

2006-11-07 Thread Admissions
Earlier this year we wrote to you about our Knowledge Based Degree Program 
(KBDP). 
We thought we would follow up and see if there is any reason why you have not 
called our registrars office.  Most people don't realize that these degrees are 
completely valid, and only our staff and yourself know that they are based on 
knowledge of the subject.  If you are still interested in obtaining a degree 
then please give our counselors a call at anytime during the week.

Counselor Office:
1-773-509-4920

Regards
Virginia Martin
Finley and Newman Degree Services



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



Bug#397439: openssh-server - upgrade from ssh in sarge kills host keys

2006-11-07 Thread Bastian Blank
Package: openssh-server
Version: 1:4.3p2-5
Severity: critical

An upgrade from ssh in sarge to openssh-server kills the old host keys.

Bastian

-- 
Is truth not truth for all?
-- Natira, For the World is Hollow and I have Touched
   the Sky, stardate 5476.4.


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



Bug#397371:

2006-11-07 Thread Stefan Fritsch
Hi Laurence,

thanks for you quick response.

Ubuntu released a revised version of their USN. If you took the patches
from the original USN you might want to check what they changed.

See
http://www.ubuntu.com/usn/usn-376-2

Cheers,
Stefan




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



Bug#392049: Providing libapr-1.2.7-6 with 2.4 support

2006-11-07 Thread Sandra Dismar
Hi,
i compiled the libapr-1.2.7-6 using linux-2.4 with dpkg-buildpackage.
You can find' the .deb-Files here:
http://thenull.th.funpic.de/software/debian/libapr/
Greets,
owl


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



Bug#397383: Errors on install

2006-11-07 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

 tags 397383 patch
 thanks

 Julien Danjou [EMAIL PROTECTED] wrote:

 Package: webalizer
 Version: 2.01.10-30.1
 Severity: serious

 Hi,

 It seems that you're doing things in .config file that should be in
 postinst:

 Here's a patch:

Sorry, that was too simple.  I assumed the old code already did the
debconf handling somehow sane, but instead it just did nothing when it
was reconfigured.  

Consequently the complete handling of the debconf-managed conffile
according to debconf-devel(7) had to be written from scratch, in order
to avoid unconditionally overwriting local changes.  Here's an updated
patch.

Regards, Frank

diff -Nur webalizer-2.01.10.old/debian/changelog webalizer-2.01.10/debian/changelog
--- webalizer-2.01.10.old/debian/changelog	2006-11-07 11:10:41.0 +0100
+++ webalizer-2.01.10/debian/changelog	2006-11-07 13:23:54.0 +0100
@@ -1,3 +1,15 @@
+webalizer (2.01.10-30.2~2) unstable; urgency=low
+
+  * Move actual configuration of the package to the postinst script.  The
+config script now only contains the questions (closes: #397383).
+Thanks to Julien Danjou [EMAIL PROTECTED].
+  * Parse the configuration file in the config script, if it exists, and
+register the information in the debconf database.  This way, the
+postinst will respect local changes, and dpkg-reconfigure can actually
+be used (which wasn't possible in the old setup).
+
+ -- Frank Küster [EMAIL PROTECTED]  Tue,  7 Nov 2006 13:10:45 +0100
+
 webalizer (2.01.10-30.1) unstable; urgency=medium
 
   * Non-maintainer upload for RC bug.
diff -Nur webalizer-2.01.10.old/debian/config webalizer-2.01.10/debian/config
--- webalizer-2.01.10.old/debian/config	2006-11-07 11:10:41.0 +0100
+++ webalizer-2.01.10/debian/config	2006-11-07 13:21:45.0 +0100
@@ -10,7 +10,7 @@
 db_version 2.0
 
 case $1 in
-configure)
+configure|reconfigure)
   if [ $2 ]  dpkg --compare-versions $2 lt 2.01.6-1; then
 db_input high webalizer/upgrading || true
 db_go
@@ -23,65 +23,51 @@
 
   if [ -f /etc/webalizer.conf ]  [ ! -f /etc/webalizer/webalizer.conf ]; then
 mv /etc/webalizer.conf /etc/webalizer/webalizer.conf;
-exit 0;  # already configured
   fi
-  [ ! -f /etc/webalizer/webalizer.conf ] || exit 0;
-  
-  # Now determine the system's hostname and domainname
-  HOSTNAME=$(/bin/hostname);
+  conffile=/etc/webalizer/webalizer.conf
+  OUTPUTDIR=
+  REPORTTITLE=
+  LOGFILE=
+  if [ -f $conffile ]; then
+	# parse existing configuration.  This code happily
+	# concatenates multiple occurences of a configuration item,
+	# but that should never occur [EMAIL PROTECTED].
+	OUTPUTDIR=`sed -ne '/^OutputDir/ [EMAIL PROTECTED]:space:]]\([^[:space:]]*\)@\1@;p}' $conffile`
+	REPORTTITLE=`sed -ne '/^ReportTitle/ [EMAIL PROTECTED]:space:]]\([^[:space:]]*\)@\1@;p}' $conffile`
+	LOGFILE=`sed -ne '/^LogFile/ [EMAIL PROTECTED]:space:]]\([^[:space:]]*\)@\1@;p}' $conffile`
+	
+  fi
+  # assign default values
+  [ -n $OUTPUTDIR ] || OUTPUTDIR=/var/www/webalizer
+  [ -n $REPORTTITLE ] || REPORTTITLE=Usage statistics for
+  if [ -z $LOGFILE ]; then
+# apache2 found?
+	if [ -f /var/log/apache2/access.log.1 ] || [ -f /var/log/apache2/access.log ]; then
+  LOGFILE=/var/log/apache2/access.log.1;
+	else
+  LOGFILE=/var/log/apache/access.log.1;
+	fi
+  fi
   
+  # now preseed the debconf questions with what we found
+  db_set webalizer/directory $OUTPUTDIR || true
+  db_set webalizer/doc_title $REPORTTITLE || true
+  db_set webalizer/logfile $LOGFILE || true
+  
+
   # Ask for the directory the output should be put in
   db_input medium webalizer/directory || true
   db_go
-  db_get webalizer/directory
-  OUTPUTDIR=$RET;
-  [ ! -z $OUTPUTDIR ] || OUTPUTDIR=/var/www/webalizer;
-  
-  if [ ! -d $OUTPUTDIR ]; then
-mkdir -p $OUTPUTDIR;
-if [ $? -eq 0 ]; then
-  echo $OUTPUTDIR created;
-else
-  echo Something went wrong...;
-  exit 1;
-fi;
-  fi
   
   # At this point, ask the user what the title of webalizer's reports should be
   db_input medium webalizer/doc_title || true
   db_go
-  db_get webalizer/doc_title
-  REPORTTITLE=$RET;
-  [ ! -z $REPORTTITLE ] || REPORTTITLE=Usage statistics for;
 
   # Ask for the rotated logfile
   # by default  is access log file of apache, but if I found apache2 log file,
   # I changed default to this one.
-  
-  # apache2 found
-  if [ -f /var/log/apache2/access.log.1 ] || [ -f /var/log/apache2/access.log ]; then
-LOGFILE=/var/log/apache2/access.log.1;
-  else
-LOGFILE=/var/log/apache/access.log.1;
-  fi
-  
-  db_set webalizer/logfile $LOGFILE || true
   db_input medium webalizer/logfile || true
   db_go
-  db_get 

Bug#396766: marked as done (CVE-2006-5465: PHP htmlentities() and htmlspecialchars() Buffer Overflows)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 04:34:56 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#396766: fixed in php5 5.2.0-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)

---BeginMessage---
package: php5
severity: critical
tags: security

From http://secunia.com/advisories/22653/ :
Some vulnerabilities have been reported in PHP, which can be 
exploited by malicious people to cause a DoS (Denial of Service) or 
potentially compromise a vulnerable system.
 
The vulnerabilities are caused due to boundary errors within 
the htmlentities() and htmlspecialchars() functions. If a PHP 
application uses these functions to process user-supplied input, this 
can be exploited to cause buffer overflows by passing specially 
crafted data to the affected application.
 
Successful exploitation may allow execution of arbitrary code.


Since htmlentities() and htmlspecialchars() are frequently used on 
user input, this seems quite severe to me.

---End Message---
---BeginMessage---
Source: php5
Source-Version: 5.2.0-1

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

libapache-mod-php5_5.2.0-1_i386.deb
  to pool/main/p/php5/libapache-mod-php5_5.2.0-1_i386.deb
libapache2-mod-php5_5.2.0-1_i386.deb
  to pool/main/p/php5/libapache2-mod-php5_5.2.0-1_i386.deb
php-pear_5.2.0-1_all.deb
  to pool/main/p/php5/php-pear_5.2.0-1_all.deb
php5-cgi_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-cgi_5.2.0-1_i386.deb
php5-cli_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-cli_5.2.0-1_i386.deb
php5-common_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-common_5.2.0-1_i386.deb
php5-curl_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-curl_5.2.0-1_i386.deb
php5-dev_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-dev_5.2.0-1_i386.deb
php5-gd_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-gd_5.2.0-1_i386.deb
php5-ldap_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-ldap_5.2.0-1_i386.deb
php5-mhash_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-mhash_5.2.0-1_i386.deb
php5-mysql_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-mysql_5.2.0-1_i386.deb
php5-odbc_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-odbc_5.2.0-1_i386.deb
php5-pgsql_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-pgsql_5.2.0-1_i386.deb
php5-recode_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-recode_5.2.0-1_i386.deb
php5-snmp_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-snmp_5.2.0-1_i386.deb
php5-sqlite_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-sqlite_5.2.0-1_i386.deb
php5-sybase_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-sybase_5.2.0-1_i386.deb
php5-xmlrpc_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-xmlrpc_5.2.0-1_i386.deb
php5-xsl_5.2.0-1_i386.deb
  to pool/main/p/php5/php5-xsl_5.2.0-1_i386.deb
php5_5.2.0-1.diff.gz
  to pool/main/p/php5/php5_5.2.0-1.diff.gz
php5_5.2.0-1.dsc
  to pool/main/p/php5/php5_5.2.0-1.dsc
php5_5.2.0-1_all.deb
  to pool/main/p/php5/php5_5.2.0-1_all.deb
php5_5.2.0.orig.tar.gz
  to pool/main/p/php5/php5_5.2.0.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.
Ondřej Surý [EMAIL PROTECTED] (supplier of updated php5 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: Tue,  7 Nov 2006 09:26:51 +0100
Source: php5
Binary: php5-gd php5-ldap php5 php5-xmlrpc libapache2-mod-php5 php5-xsl 
php5-cgi php-pear php5-pgsql php5-cli php5-recode php5-mhash php5-sybase 
php5-curl php5-odbc php5-mysql php5-common php5-snmp php5-dev php5-sqlite 
libapache-mod-php5
Architecture: source i386 all
Version: 5.2.0-1
Distribution: unstable
Urgency: high
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Ondřej Surý [EMAIL PROTECTED]
Description: 
 libapache-mod-php5 - server-side, HTML-embedded scripting language (apache 1.3 
module)
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (apache 
2.0 module)
 php-pear   - PEAR - PHP Extension and Application Repository
 php5   - server-side, HTML-embedded scripting language (meta-package)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 

Bug#397439: openssh-server - upgrade from ssh in sarge kills host keys

2006-11-07 Thread Matthew Vernon

tags 397439 moreinfo
quit

On 7 Nov 2006, at 12:23, Bastian Blank wrote:


Package: openssh-server
Version: 1:4.3p2-5
Severity: critical

An upgrade from ssh in sarge to openssh-server kills the old host  
keys.


What do you mean? are the files no longer there? not being used? what  
symptoms are you observing? etc. etc. Many other people have upgraded  
sarge-etch without a problem, so please provide as much information  
as you can so we can track the problem down.


Matthew

--
Matthew Vernon MA VetMB LGSM MRCVS
Farm Animal Epidemiology and Informatics Unit
Department of Veterinary Medicine, University of Cambridge
http://www.cus.cam.ac.uk/~mcv21/





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



Bug#397368: tuxguitar: tuxguitar fails to start

2006-11-07 Thread Klaus Reichl

Hallo,

Thanks for the HINT on Java Path.  Help's a bit, however, ...

  bash tuxguitar
  Exception in thread main java.lang.NoClassDefFoundError: 
org/eclipse/swt/widgets/Layout

Before I start googling in the Evening, maybe you know what this
problem is as well.  Maybe you could do an 
  apt-file search org/eclipse/swt/widgets/Layout
on your system if you're running Debian.

Muchas Gracias,
Klaus


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



Processed: Re: Bug#397439: openssh-server - upgrade from ssh in sarge kills host keys

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 397439 moreinfo
Bug#397439: openssh-server - upgrade from ssh in sarge kills host keys
There were no tags set.
Tags added: moreinfo

 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#397383: RC bug in webalizer

2006-11-07 Thread Frank Küster
Dear Ola,

you're noted as the co-maintainer of webalizer.  Are you aware that
there's a RC bug on it since this morning?  I've provided a patch, but I
wouldn't mind if I could spare my time and not prepare an NMU.  Some of
the other bugs might also be related to this problem, I didn't check so
far. 

I also noticed that there are a couple of bugs marked as pending for
more than two months.  Do you know anything about Jose Carlos and his
current Debian involvment?

TIA, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)


pgpkTpSNjqnOR.pgp
Description: PGP signature


Bug#397439: openssh-server - upgrade from ssh in sarge kills host keys

2006-11-07 Thread Matthew Vernon


On 7 Nov 2006, at 13:18, Bastian Blank wrote:


On Tue, Nov 07, 2006 at 12:44:56PM +, Matthew Vernon wrote:

What do you mean? are the files no longer there? not being used? what
symptoms are you observing? etc. etc. Many other people have upgraded
sarge-etch without a problem, so please provide as much information
as you can so we can track the problem down.


There are two solutions for the conflicts/replaces/depends on
openssh-server in etch:
- Install openssh-server and upgrade ssh,
- install openssh-server and remove ssh.

My apt decided to use the later and as I use --purge for apt-get, it
first purges the old ssh package which also removes the host keys and
later installes the new openssh-server package.


So your bug report boils down to apt-get called dpkg --purge, and it  
removed all the files associated with a package?


Matthew

--
Matthew Vernon MA VetMB LGSM MRCVS
Farm Animal Epidemiology and Informatics Unit
Department of Veterinary Medicine, University of Cambridge
http://www.cus.cam.ac.uk/~mcv21/





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



Bug#397454: cryptsetup: root and swap on lvm on crypto can result in boot failure

2006-11-07 Thread David Härdeman
Package: cryptsetup
Version: 2:1.0.4-4
Severity: serious

Starting with 2:1.0.4-4, the cryptsetup initramfs scripts will also try to
setup the swap partition in order to support (u)swsusp.

In the case where both root and swap use the same underlying dm-crypt
device, this will lead to duplicate entries in /conf/conf.d/cryptroot in
the initramfs image and the boot will fail.

The fix is simply to check in the initramfs script whether a device has
already been setup, and if so - ignore the second entry. This will work
with LVM/etc without changes as the same dm-crypt device can't be a
physical volume for several LVM vg's so no additional setup is necessary
for the second device.

I will commit a fix for this later today, updated package should be
included in Etch.

-- 
David Härdeman



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



Processed: 396126 was present in 2:1.0.4-3

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 396126 2:1.0.4-3
Bug#396126: FTBFS: Incompatible with etch versions
Bug marked as found in version 2:1.0.4-3.

 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#397439: openssh-server - upgrade from ssh in sarge kills host keys

2006-11-07 Thread Bastian Blank
On Tue, Nov 07, 2006 at 12:44:56PM +, Matthew Vernon wrote:
 What do you mean? are the files no longer there? not being used? what  
 symptoms are you observing? etc. etc. Many other people have upgraded  
 sarge-etch without a problem, so please provide as much information  
 as you can so we can track the problem down.

There are two solutions for the conflicts/replaces/depends on
openssh-server in etch:
- Install openssh-server and upgrade ssh,
- install openssh-server and remove ssh.

My apt decided to use the later and as I use --purge for apt-get, it
first purges the old ssh package which also removes the host keys and
later installes the new openssh-server package.

Bastian

-- 
Immortality consists largely of boredom.
-- Zefrem Cochrane, Metamorphosis, stardate 3219.8


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



Processed: Here comes patch

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 386480 patch
Bug#386480: uninstallable: depends on python ( 2.4)
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]



Processed: severity of 395522 is important, tagging 395522

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.21
 severity 395522 important
Bug#395522: whitelister terminates immediately
Severity set to `important' from `grave'

 tags 395522 unreproducible moreinfo
Bug#395522: whitelister terminates immediately
There were no tags set.
Tags added: unreproducible, moreinfo


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#397450: cryptsetup: tries to check readability of key even if keyscript is set

2006-11-07 Thread David Härdeman
Package: cryptsetup
Version: 2:1.0.4-3
Severity: serious

If an entry in /etc/crypttab specifies the keyscript= option, the key
(third option in the file) is just used as an argument to that keyscript
and can be set to anything (what it actually means depends on the
keyscript itself).

However, the init.d scripts check for readability of the key and refuses
to try to setup the mapping if it's not readable.

I will commit a fix for this later today, updated package should be
included in Etch.

-- 
David Härdeman



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



Bug#397312: xchat: segfault on amd64

2006-11-07 Thread Masami Ichikawa
on 11/07/06 16:03, Bart Martens wrote:
 Hi Masami,
 
 Can you find which event text failed to build? Any easy workaround by
 changing some event text?
in short.
in text.c:pevent_make_pntevts().
when i is 104 pevt_build_string() return 1.

this is the arguments of pevt_build_string().
pevt_build_string (input=0x5d6760 %C28-%C29$1/Wallops%C28-%O$t$,
output=0x5889e0, max_arg=0x7fffbfd518bc) at text.c:1440

in text.c:pevt_build_string()
1487:if (ii == len)
1488:{
1499:fe_message (String ends with a $, FE_MSG_WARN);
1450:return 1;
1451:}

then xchat is going to abort in text.c line 1150.
I've gotten this information. I'll research again.

 Also, could you please rebuild version 2.6.4-2.1 on unstable and see
 whether this produces the same problem with that version?
I did rebuild with cowbuilder and execute it.
it doesn't have problem.

 Unfortunately I have no access to an amd64.  I'm in the dark here.  (Al
 Pacino in scent of a woman.)  So I could use some debugging help from
 amd64 users...
I can help you, if you want:-)

-- 
/*
 * Masami Ichikawa
 * mailto: [EMAIL PROTECTED]
 *   : [EMAIL PROTECTED]
 */



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



Bug#386480: Here comes patch

2006-11-07 Thread Michal Čihař
tags 386480 patch
thanks

Hi

you can find attached patch for building metakit for python 2.4 what
obviously fixes this problem. I'm going to push this as NMU through my
AM.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com
diff -u libmetakit2.4.9.3-2.4.9.3/debian/changelog libmetakit2.4.9.3-2.4.9.3/debian/changelog
--- libmetakit2.4.9.3-2.4.9.3/debian/changelog
+++ libmetakit2.4.9.3-2.4.9.3/debian/changelog
@@ -1,3 +1,10 @@
+libmetakit2.4.9.3 (2.4.9.3-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build against python 2.4 (Closes: #386480).
+
+ -- Michal Čihař [EMAIL PROTECTED]  Tue,  7 Nov 2006 14:18:05 +0100
+
 libmetakit2.4.9.3 (2.4.9.3-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u libmetakit2.4.9.3-2.4.9.3/debian/control libmetakit2.4.9.3-2.4.9.3/debian/control
--- libmetakit2.4.9.3-2.4.9.3/debian/control
+++ libmetakit2.4.9.3-2.4.9.3/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0), tcl8.4-dev, python2.3-dev, python-support (= 0.4.0)
+Build-Depends: debhelper (= 4.0), tcl8.4-dev, python-dev, python-support (= 0.4.0)
 Standards-Version: 3.7.2
 
 Package: libmetakit2.4.9.3c2
diff -u libmetakit2.4.9.3-2.4.9.3/debian/rules libmetakit2.4.9.3-2.4.9.3/debian/rules
--- libmetakit2.4.9.3-2.4.9.3/debian/rules
+++ libmetakit2.4.9.3-2.4.9.3/debian/rules
@@ -35,7 +35,7 @@
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		--with-tcl=/usr/include/tcl8.4,/usr/lib/tcl8.4 \
-		--with-python=/usr
+		--with-python=/usr/include/python2.4,/usr/lib/python2.4/site-packages
 	touch configure-stamp
 
 
@@ -52,7 +52,7 @@
 	dh_clean -k
 	dh_installdirs
 	install -d debian/tmp/usr/include debian/tmp/usr/lib
-	mkdir -p debian/tmp/usr/lib/python2.3/site-packages
+	mkdir -p debian/tmp/usr/lib/python2.4/site-packages
 	(cd builds  ln -s ../debian debian)
 	$(MAKE) -C builds install DESTDIR=$(CURDIR)/debian/tmp
 	builds/libtool --finish $(CURDIR)/debian/tmp/usr/lib
@@ -78,7 +78,7 @@
 	dh_installmanpages
 	dh_installinfo
 	dh_installchangelogs CHANGES
-	dh_pysupport -V2.3
+	dh_pysupport
 	dh_link
 	dh_strip
 	dh_compress


signature.asc
Description: PGP signature


Processed: not RC for etch

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # I think it is more appropriate to not consider this bug RC, then to
 # remove loadlin from Etch - technically, this program is even
 # DFSG-free, as it would fit into contrib (one needs a non-DFSG compiler
 # for one file)
 tags 356055 + etch-ignore
Bug#356055: loadlin: loadlin.exe cannot be built from source
Tags were: upstream
Tags added: etch-ignore

 --
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 395531

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.21
 tags 395531 pending
Bug#395531: xcursor-themes: FTBFS: build-depends on non-existing package 
xcursorgen
There were no tags set.
Tags added: pending


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: notfound 377748 in 4:2.6.2-3sarge1

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.23
 notfound 377748 4:2.6.2-3sarge1
Bug#377748: phpmyadmin: CVE-2006-3388: cross-site scripting
Bug marked as not found in version 4:2.6.2-3sarge1.
(By the way, this Bug is currently marked as done.)


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#397312: xchat: segfault on amd64

2006-11-07 Thread Masami Ichikawa
Hello again.

in text.c:pevent_make_pntevts()
I think line 1145 is cause of core dump.

1141:/* make-te.c sets this 128 flag (DON'T call gettext() flag) */
1142:if (te[i].num_args  128)
1143:pntevts_text[i] = strdup (te[i].def);
1144:else
1145:pntevts_text[i] = strdup (_(te[i].def));

I get diff from text.c. then i noticed that pevent_make_pntevts() was changed.
version 2.6.4 pevent_make_pntevts() didn't use gettext() .

I used this command line to don't use gettext(). then it works.
[EMAIL PROTECTED]:~]%  LC_MESSAGES=C xchat

Cheers.
-- 
/*
 * Masami Ichikawa
 * mailto: [EMAIL PROTECTED]
 *   : [EMAIL PROTECTED]
 */


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



Bug#397458: typo3-site-installer: aborted installation

2006-11-07 Thread Gonzalo Marcote Peña
Package: typo3-site-installer
Version: 0.94+debian-1
Severity: grave
Justification: renders package unusable



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

Versions of packages typo3-site-installer depends on:
ii  php4-cli  4:4.4.4-3  command-line interpreter for the p
ii  php4-pear 4:4.4.4-3  PHP Extension and Application Repo

Versions of packages typo3-site-installer recommends:
ii  typo3-src-4.0 4.0.2-1Powerful content management framew

-- no debconf information
When you install typo3-site-installer how man suggest:
cd /var/www

typo3-site-installer -d newsite

You get this errors:
$this-typo3SourceDir: /typo3_src-4.0/using Default Root Dir (/)
using Default Typo 3 Source Dir (/usr/share/typo3/)
Install new site to /var/www/newsite/
ERROR: Failed: typo3_src/tslib is missing!
ERROR: Failed: typo3_src/t3lib is missing!
ERROR: Failed: typo3_src/typo3 is missing!
ERROR: Failed: tslib/media is missing!
ERROR: Failed: tslib/showpic.php is missing!
ERROR: Failed: tslib/index_ts.php is missing!
createLocalConf FIXME
createMySQLDB FIXME
createApacheConf FIXME
Aborted.

apt-show-versions -r typo3*
typo3-src-4.0/testing uptodate 4.0.2-1
typo3-site-installer/testing uptodate 0.94+debian-1
typo3/testing uptodate 4.0.2-1
typo3-dummy/testing uptodate 4.0.2-1


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



Processed: upgrade severity

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 395954 critical
Bug#395954: debhelper: dh_installinfo is corrupting the info 'dir' file
Bug#337215: dh_installinfo should use \Q \E pair in install-info --section
Severity set to `critical' from `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#397383: RC bug in webalizer

2006-11-07 Thread Frank Küster
Jose Carlos Medeiros [EMAIL PROTECTED] wrote:

 Hi,, Frank

 Yes, I saw this RC bug and patched webalizer.
 I will upload it in this week. And I put another bugs as pending last
 and in this week too.

Fine.  So I'll go chasing other RC bugs.

Regards, Frank

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#397383: RC bug in webalizer

2006-11-07 Thread Jose Carlos Medeiros

Hi,, Frank

Yes, I saw this RC bug and patched webalizer.
I will upload it in this week. And I put another bugs as pending last
and in this week too.

Regards,
Jose Carlos

2006/11/7, Frank Küster [EMAIL PROTECTED]:

Dear Ola,

you're noted as the co-maintainer of webalizer.  Are you aware that
there's a RC bug on it since this morning?  I've provided a patch, but I
wouldn't mind if I could spare my time and not prepare an NMU.  Some of
the other bugs might also be related to this problem, I didn't check so
far.

I also noticed that there are a couple of bugs marked as pending for
more than two months.  Do you know anything about Jose Carlos and his
current Debian involvment?

TIA, Frank
--
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)






--
[]'s
José Carlos


Processed: your mail

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 397405 php4
Bug#397405: apache2-mpm-prefork: child seg-faults on access
Bug reassigned from package `apache2-mpm-prefork' to `php4'.

 close 397405 4:4.4.4-6
Bug#397405: apache2-mpm-prefork: child seg-faults on access
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 4:4.4.4-6, send any further explanations to 
Lukas Ruf [EMAIL PROTECTED]

 thank you
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#397312: xchat: segfault on amd64

2006-11-07 Thread Masami Ichikawa
tags 397312 patch
thanks

Hello.

I am sorry sent lots of email.
I attached patch file. this patch fix this bug.

this is simple patch.
--- xchat.old/xchat-2.6.8/po/ja.po  2006-10-16 23:53:56.0 +0900
+++ xchat.new/xchat-2.6.8/po/ja.po  2006-11-07 23:47:01.0 +0900
@@ -1082,7 +1082,7 @@

 #: src/common/textevents.h:318
 msgid %C28-%C29$1/Wallops%C28-%O$t$2
-msgstr %C28-%C29$1/Wallops%C28-%O$t$
+msgstr %C28-%C29$1/Wallops%C28-%O$t$2

 #: src/common/textevents.h:321
 #, fuzzy


Cheers.
-- 
/*
 * Masami Ichikawa
 * mailto: [EMAIL PROTECTED]
 *   : [EMAIL PROTECTED]
 */
--- xchat.old/xchat-2.6.8/po/ja.po	2006-10-16 23:53:56.0 +0900
+++ xchat.new/xchat-2.6.8/po/ja.po	2006-11-07 23:47:01.0 +0900
@@ -1082,7 +1082,7 @@
 
 #: src/common/textevents.h:318
 msgid %C28-%C29$1/Wallops%C28-%O$t$2
-msgstr %C28-%C29$1/Wallops%C28-%O$t$
+msgstr %C28-%C29$1/Wallops%C28-%O$t$2
 
 #: src/common/textevents.h:321
 #, fuzzy


Processed: tags

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 397383 + pending
Bug#397383: Errors on install
Tags were: patch
Tags added: pending


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#379628: [Linux-NTFS-Dev] CALL FOR HELP: Vista beta compatibility testing (was: Re: Bug#379628: ntfsresize: resizing a Vista NTFS partition leads to corrupted partition)

2006-11-07 Thread Andree Leidenfrost
Hi Szaka,

Thanks a lot for your response!

On Mon, 2006-11-06 at 01:57 +0300, Szakacsits Szabolcs wrote:
 Hi Andree,
 
 On Sun, 5 Nov 2006, Andree Leidenfrost wrote:
 
  I have made a Vista partition 1MB smaller as per your instructions. I
  can confirm that Vista does not boot anymore after this. Rather it hangs
  on the black screen with the 'golden' progress bar with 'C 2006
  Microsoft Corporation. All rights reserved.' written underneath.
 
 Thank you for testing! 
 
 Btw, it would be nice to know if this is valid only for boot or also for 
 data partitions?

Ok, I've reinstalled and created a 10GB E: drive in Vista after that.
Surprisingly enough (at least to me), after reducing the size by 1MB
following your original instructions, Vista does not boot anymore
either. :-(

 So, it seems we should plan and implement denial of the resizing for 
 Vista, asap. This is not so bad, because Vista started to include a 
 non-destructive resizer.

As a Debian developer, i.e. looking at things from a distribution angle,
I am somewhat more concerned: Installing Linux on a PC should be as easy
as possible. To this date, ntfsresize has done an excellent job in
resizing an NTFS partition 'on the fly' as part of the Linux
installation process. It would be really sad to not have this
functionality anymore.

 Frans, how do you detect Vista? My idea is to check for the transactional 
 directory. However this won't be enabled by default, so it may not exist
 at all. 
 
  I have tested this with Vista Pre-RC1, Build 5536 using ntfsresize 1.3.1
 
 I checked for the latest Vista beta, which is RC2 Build 5744 currently. So 
 we still have hope that Microsoft has fixed this serious problem.

I somewhat doubt that MS views this as a serious problem. I'd even
suspect they might have changed something on purpose to make it harder
for us to get this to work. (Then again I may be getting paranoid...)

 It also seems that only the members of the beta testing programme can 
 submit bug reports.
 
   Szaka

Best regards,
Andree
-- 
Andree Leidenfrost
@ Debian Developer
Sydney - Australia



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


Bug#395341: marked as done (freetype1-tools: ttf2tfm segfault, makes tfm-arphic FTBFS)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 07:32:39 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#395341: fixed in freetype1 1.4pre.20050518-0.4
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)

---BeginMessage---
Package: freetype1-tools
Version: 1.4pre.20030402-1.1
Severity: serious

While trying to build tfm-arphic:

ln -sf /usr/share/fonts/truetype/arphic/bsmi00lp.ttf .
ttf2tfm bsmi00lp -q [EMAIL PROTECTED]@
[EMAIL PROTECTED]@   bsmi00lp
ttf2tfm bsmi00lp -q -s 0.167 [EMAIL PROTECTED]@
[EMAIL PROTECTED]@   bsmi00lp Slant=0.167
ttf2tfm bsmi00lp -q -x [EMAIL PROTECTED]@
make: *** [build-stamp.bsmi] Segmentation fault
pbuilder: Failed autobuilding of package


The same happens in an ordinary sid chroot, both on i386.

Regards, Frank

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

Versions of packages freetype1-tools depends on:
ii  libc6   2.3.2.ds1-22sarge4   GNU C Library: Shared libraries an
ii  libkpathsea32.0.2-30sarge4   path search library for teTeX (run
ii  libttf2 1.4pre.20030402-1.1  FreeType 1, The FREE TrueType Font
ii  xlibs   6.9.0.dfsg.1-6~bpo.4 X Window System client libraries m

-- no debconf information

-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

---End Message---
---BeginMessage---
Source: freetype1
Source-Version: 1.4pre.20050518-0.4

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

freetype1-tools_1.4pre.20050518-0.4_i386.deb
  to pool/main/f/freetype1/freetype1-tools_1.4pre.20050518-0.4_i386.deb
freetype1_1.4pre.20050518-0.4.diff.gz
  to pool/main/f/freetype1/freetype1_1.4pre.20050518-0.4.diff.gz
freetype1_1.4pre.20050518-0.4.dsc
  to pool/main/f/freetype1/freetype1_1.4pre.20050518-0.4.dsc
libttf-dev_1.4pre.20050518-0.4_i386.deb
  to pool/main/f/freetype1/libttf-dev_1.4pre.20050518-0.4_i386.deb
libttf2_1.4pre.20050518-0.4_i386.deb
  to pool/main/f/freetype1/libttf2_1.4pre.20050518-0.4_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.
Steinar H. Gunderson [EMAIL PROTECTED] (supplier of updated freetype1 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: Tue,  7 Nov 2006 16:02:20 +0100
Source: freetype1
Binary: libttf2 freetype1-tools libttf-dev
Architecture: source i386
Version: 1.4pre.20050518-0.4
Distribution: unstable
Urgency: medium
Maintainer: Anthony Fok [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 freetype1-tools - Bundled tests, demos and tools for FreeType 1
 libttf-dev - FreeType 1 development files (static library and headers)
 libttf2- FreeType 1, The FREE TrueType Font Engine, shared library files
Closes: 395341
Changes: 
 freetype1 (1.4pre.20050518-0.4) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * 03_ttf2pk-1.5-uninitialized_length.patch: In contrib/ttf2pk/ttfaux.c,
 there is a static boolean called initialized that says whether the
 structs in and out are properly initialized.  However, these are
 non-static, and as such their contents are completely undefined when the
 function runs for the second time. This could lead to huge values in
 in.length, leading to huge mallocs, which would return NULL and lead to
 segfaults. We solve this in the simplest possible way; that is, by making
 in and out static, making ttf2tfm work properly again.
 (Closes: #395341)
Files: 
 b54eda8e6586397e7505988fb25910a0 822 oldlibs optional 
freetype1_1.4pre.20050518-0.4.dsc
 8391a0fe3151e3f1fc4b3381cedf0493 136730 oldlibs optional 
freetype1_1.4pre.20050518-0.4.diff.gz
 bf274fd15b02adacc5f425ff185ebff7 150776 oldlibs optional 
libttf2_1.4pre.20050518-0.4_i386.deb
 ec9a6b0e0d74f53bd42f432093de0ce1 475150 oldlibs extra 
libttf-dev_1.4pre.20050518-0.4_i386.deb
 

Bug#392767: parted/d-i bug : vanishing print output, bug traced to table.c code.

2006-11-07 Thread Sven Luther
On Thu, Nov 02, 2006 at 02:12:40PM +0100, Sven Luther wrote:
 Hi, ...
 
 it seems this bug is also affecting i386 and s390.
 

Ah, i found one hint on this.

I found that : 

  printf (%s\n, LSTRING);

Doesn't print anything, and that the L-strings are used with ENABLE_NLS, which
seems to be set by default.

I suppose that somehow the d-i environment, or the chroot into the installed
system from d-i does some funny stuff with relation to NLS.

Help on this topic is very welcome.

Friendly,

Sven Luther


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



Processed: Re: Bug#397279: mysql-query-browser: crashes when connecting to a remote server

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 397279 important
Bug#397279: mysql-query-browser: crashes when connecting to a remote server
Severity set to `important' from `grave'

 forwarded 316285 http://bugs.mysql.com/24045
Bug#316285: mysql-query-browser: segfaults on 64bit arches due to unclean 64bit 
code
Forwarded-to-address changed from http://bugs.mysql.com/11751 to 
http://bugs.mysql.com/24045.

 forwarded 397279 http://bugs.mysql.com/24045
Bug#397279: mysql-query-browser: crashes when connecting to a remote server
Noted your statement that Bug has been forwarded to http://bugs.mysql.com/24045.

 merge 316285 397279
Bug#316285: mysql-query-browser: segfaults on 64bit arches due to unclean 64bit 
code
Bug#397279: mysql-query-browser: crashes when connecting to a remote server
Merged 316285 397279.

 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#391634: Trying to work on modxslt bug #391634

2006-11-07 Thread Kjetil Kjernsmo
Hi there!

I've been trying to work on this bug, as I just realised that it'll be 
10 times as painful to fix it after etch is released than before... 

Problem is that my bash skills isn't very good. This is what I've tried, 
starting from around line 22660 in the configure script:

echo $as_me: checking which libapr...;
which_libapr=`$APRC --link-ld --libs | cut -b 15-19`;

echo $which_libapr;

  # Check if we can link with libapr
   echo $as_me:$LINENO: checking for apr_send in $which_libapr 5
echo $ECHO_N checking for apr_send in $which_libapr... $ECHO_C 6
if test ${ac_cv_lib_apr_0_apr_send+set} = set; then
  echo $ECHO_N (cached) $ECHO_C 6
else
  ac_check_lib_save_LIBS=$LIBS
LIBS=-l$which_libapr `$APRC --link-ld` `$APRC --libs` $LIBS

The idea was to replace the significant hardcoded apr-0 with a variable. 
The variable is populated OK, but it doesn't have the desired effect.

However, is this all really needed? In the final LIBS line, it 
apr-config, which returns everything that is needed, I would think...? 

I'm confused here, but I'd like to fix this bug, in spite of the few 
skills I have in this arena.


-- 
Kjetil Kjernsmo
Information Systems Developer
Opera Software ASA


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



Processed: Re: Bug#397318: it seems to be the problem with dbus

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 397318 dbus
Bug#397318: powersaved doesn't start
Bug reassigned from package `powersaved' to `dbus'.

 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#380466: marked as done (kazehakase: quits when going to any HTTP AUTH page)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 07:32:42 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#380466: fixed in kazehakase 0.4.0-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)

---BeginMessage---
Package: kazehakase
Version: 0.3.8-3
Severity: grave
Justification: renders package unusable

Hi!

 Whenever I go to an http auth page, the following happens:

#v+
/usr/share/kazehakase/ext/ruby/kz/actions.rb:115: [BUG] Segmentation fault
ruby 1.8.4 (2005-12-24) [i486-linux]
#v-

 This is with the latest xulrunner patched version, I guess there was
something missing with the patch? Downgrading to -1 from testing makes
it work again.

 Thanks,
Alfie

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-alfie.5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kazehakase depends on:
ii  libatk1.0-0 1.12.1-1 The ATK accessibility toolkit
ii  libc6   2.3.6-16 GNU C Library: Shared libraries
ii  libcairo2   1.2.0-3  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-9GCC support library
ii  libgcrypt11 1.2.2-2  LGPL Crypto library - runtime libr
ii  libgettext-ruby1.8  1.1.0-1  Gettext for ruby1.8
ii  libglib2.0-02.10.3-3 The GLib library of C routines
ii  libgnutls13 1.4.1-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.2-1library for common error values an
ii  libgtk2-ruby0.14.1-1.1   GTK+ bindings for the Ruby languag
ii  libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface 
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libnspr4-0d 1.8.0.4-2NetScape Portable Runtime Library
ii  libpango1.0-0   1.12.3-1+b1  Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libruby1.8  1.8.4-5  Libraries necessary to run Ruby 1.
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libtasn1-3  0.3.5-2  Manage ASN.1 structures (runtime)
ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxul0d1.8.0.4-2Gecko engine library
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages kazehakase recommends:
ii  hyperestraier 1.0.6-1a full-text search system for comm

-- no debconf information

-- 
When in doubt, parenthesize.  At the very least it will let some
poor schmuck bounce on the % key in vi.
-- Larry Wall in the perl man page

---End Message---
---BeginMessage---
Source: kazehakase
Source-Version: 0.4.0-1

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

kazehakase_0.4.0-1.diff.gz
  to pool/main/k/kazehakase/kazehakase_0.4.0-1.diff.gz
kazehakase_0.4.0-1.dsc
  to pool/main/k/kazehakase/kazehakase_0.4.0-1.dsc
kazehakase_0.4.0-1_i386.deb
  to pool/main/k/kazehakase/kazehakase_0.4.0-1_i386.deb
kazehakase_0.4.0.orig.tar.gz
  to pool/main/k/kazehakase/kazehakase_0.4.0.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.

Bug#397318: it seems to be the problem with dbus

2006-11-07 Thread Michael Biebl
reassign 397318 dbus
thanks

Chali Ahmul M.P.U wrote:
 Indeed, your D-Bus setup seems to be broken. Could you please attach
 your D-Bus configuration files (/etc/dbus-1/*) and also tell me your
 version of hal. I hope you don't have older versions of libhal (libhal0)
 installed.
 I have installed libhal1=0.5.8.1-3
 
 If you want to debug D-Bus, you could try to run dbus-monitor --system,
 as root, and check the output.
 Well. This is weird. This is whole output:
 Failed to open connection to system message bus: Did not receive a reply. 
 Possible causes include: the remote application did not send a reply, the 
 message bus security policy blocked the reply, the reply timeout expired, or 
 the network connection was broken.
 
 I found similar discussion at
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=395358

This bug is most likely not related to your problem.


 In my humble opinion this have nothing to do with powersaved, so you can 
 close 
 the bug. But thank you for localizing the problem.

I'm reassigning the bug to dbus. Your problem is obviously not solved
yet and I can't see an obvious error in your config files, so we keep
the bug open until we know more.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#392049: marked as done (libapr1: Does not work with a 2.4 kernel)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 07:47:26 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#392049: fixed in apr 1.2.7-7
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)

---BeginMessage---
Package: libapr1
Version: 1.2.7-6
Severity: normal

Apache2 segfaults on startup because libapr1 is compiled with epoll
support, which is not supported by a 2.4 kernel. 
Recompiling the package with a 2.4 kernel fixes the problem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.33
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages libapr1 depends on:
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libuuid1 1.39+1.40-WIP-2006.10.02+dfsg-1 universally unique id library

libapr1 recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: apr
Source-Version: 1.2.7-7

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

apr_1.2.7-7.diff.gz
  to pool/main/a/apr/apr_1.2.7-7.diff.gz
apr_1.2.7-7.dsc
  to pool/main/a/apr/apr_1.2.7-7.dsc
libapr1-dbg_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1-dbg_1.2.7-7_amd64.deb
libapr1-dev_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1-dev_1.2.7-7_amd64.deb
libapr1_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1_1.2.7-7_amd64.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.
Tollef Fog Heen [EMAIL PROTECTED] (supplier of updated apr 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: Tue,  7 Nov 2006 01:21:27 +0100
Source: apr
Binary: libapr1 libapr1-dbg libapr1-dev
Architecture: source amd64
Version: 1.2.7-7
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 libapr1- The Apache Portable Runtime Library
 libapr1-dbg - The Apache Portable Runtime Library - Development Headers
 libapr1-dev - The Apache Portable Runtime Library - Development Headers
Closes: 392049
Changes: 
 apr (1.2.7-7) unstable; urgency=low
 .
   * Update rules to ensure we don't turn on features that aren't available on
 2.4 kernels for !amd64 kernels.  Closes: #392049
Files: 
 4fbfba8ad2b13fd6dc3386eaec84d7c6 856 libs optional apr_1.2.7-7.dsc
 5bd2e6808dece241e09a4ad423fec64c 23946 libs optional apr_1.2.7-7.diff.gz
 365c54d5b05ac7b1825a493fd8aecf69 111776 libs optional libapr1_1.2.7-7_amd64.deb
 46aa7bb804f0d2683c45a44a549283d3 349436 libdevel optional 
libapr1-dev_1.2.7-7_amd64.deb
 5f5b66f44301e4967aa1a4cf2134b740 187200 libdevel extra 
libapr1-dbg_1.2.7-7_amd64.deb

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

iD8DBQFFUKZsQSseMYF6mWoRAmPDAJ9U3/Plg7G2qLHtiw1KYCvx8rBBKACg0zad
cojFLt0o12M80S3VYlMGN5A=
=Ajg7
-END PGP SIGNATURE-

---End Message---


Bug#397469: straw: Does not work with python-adns installed

2006-11-07 Thread Yavor Doganov
Package: straw
Version: 0.26.dsfg.1-2
Severity: grave

When python-adns is installed, feeds cannot be refreshed and new feeds
cannot be added -- the program is basically useless.  I'm reporting
this with grave severity because aptitude pulls recommended packages
by default so it's likely to affect a lot of users.  Please downgrade
if that is not appropriate.

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

Versions of packages straw depends on:
ii  gconf2   2.16.0-2GNOME configuration database syste
ii  python-egenix-mxdatetime [py 2.0.6-4 date and time handling routines fo
ii  python-glade2 [python2.4-gla 2.8.6-6 GTK+ bindings: Glade support
ii  python-gnome2 [python2.4-gno 2.12.4-5Python bindings for the GNOME desk
ii  python-gnome2-extras [python 2.14.2-1+b1 Python bindings for the GNOME desk
ii  python-gtk2 [python2.4-gtk2] 2.8.6-6 Python bindings for the GTK+ widge
ii  python2.42.4.3-8 An interactive high-level object-o

Versions of packages straw recommends:
ii  python-adns [python2.4-adns]  1.1.0-1Python bindings to the asynchronou

-- debconf-show failed


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



Bug#392373: marked as done (apache2-mpm-prefork: does not start on a 2.4 kernel (segmentation fault) because epoll_create() returns ENOSYS)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 07:47:26 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#392049: fixed in apr 1.2.7-7
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)

---BeginMessage---
Package: apache2-mpm-prefork
Version: 2.2.3-2
Severity: normal

Apache2 segfaults after an upgrade to apache 2.2 on a 2.4 kernel.
It works if I boot on a 2.6 kernel.

gdb /usr/sbin/apache2
r -X
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 1161)]
0x4035516a in apr_pollset_add () from /usr/lib/libapr-1.so.0
(gdb) bt
#0  0x4035516a in apr_pollset_add () from /usr/lib/libapr-1.so.0
#1  0x0808851e in ap_graceful_stop_signalled ()
#2  0x08088974 in ap_graceful_stop_signalled ()
#3  0x0808973a in ap_mpm_run ()
#4  0x080621ff in main ()

strace /usr/sbin/apache2 -e debug -X 21 | tail
munmap(0x40025000, 719) = 0
close(8)= 0
setgroups32(1, [33])= 0
geteuid32() = 0
setuid32(33)= 0
getpid()= 1404
epoll_create(1) = -1 ENOSYS (Function not implemented)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

man epoll_create
...
CONFORMING TO
  epoll_create(2) is a new API introduced in Linux kernel 2.5.44.
  The interface should  be  finalized by Linux kernel 2.5.66.



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

Versions of packages apache2-mpm-prefork depends on:
ii  apache2. 2.2.3-2 Next generation, scalable, extenda
ii  libapr1  1.2.7-6 The Apache Portable Runtime Librar
ii  libaprut 1.2.7+dfsg-2The Apache Portable Runtime Utilit
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libdb4.3 4.3.29-6Berkeley v4.3 Database Libraries [
ii  libdb4.4 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat 1.95.8-3.3  XML parsing C library - runtime li
ii  libldap2 2.1.30-13+b1OpenLDAP libraries
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpq4   8.1.4-7 PostgreSQL C client library
ii  libsqlit 3.3.7-1 SQLite 3 shared library
ii  libuuid1 1.39+1.40-WIP-2006.10.02+dfsg-1 universally unique id library

apache2-mpm-prefork recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: apr
Source-Version: 1.2.7-7

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

apr_1.2.7-7.diff.gz
  to pool/main/a/apr/apr_1.2.7-7.diff.gz
apr_1.2.7-7.dsc
  to pool/main/a/apr/apr_1.2.7-7.dsc
libapr1-dbg_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1-dbg_1.2.7-7_amd64.deb
libapr1-dev_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1-dev_1.2.7-7_amd64.deb
libapr1_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1_1.2.7-7_amd64.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.
Tollef Fog Heen [EMAIL PROTECTED] (supplier of updated apr 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: Tue,  7 Nov 2006 01:21:27 +0100
Source: apr
Binary: libapr1 libapr1-dbg libapr1-dev
Architecture: source amd64
Version: 1.2.7-7
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 libapr1- The Apache Portable Runtime Library
 libapr1-dbg - The Apache Portable Runtime Library - Development Headers
 libapr1-dev - The Apache Portable Runtime Library - Development Headers
Closes: 392049
Changes: 
 apr (1.2.7-7) unstable; urgency=low
 .
   * Update rules to ensure we don't turn on features that aren't 

Bug#397012: idesk segfaults

2006-11-07 Thread Jonas Meurer
On 06/11/2006 Steve Langasek wrote:
  i neither have any directories inside ~/.idesktop/ nor have a background
  image stored there.
 
  See the ~/.ideskrc file attached.
 
 I can't reproduce the crash on amd64 using the provided .ideskrc alone.  Can
 you provide a minimal test case for the crash, including images and any
 parts of your .idesktop that are needed in order to trigger the crash?

ok, even with only one file (gimp.lnk) in ~/.idesktop/, idesk crashes.

I used the .ideskrc file that you already know, and the following inside
~/.idesktop/gimp.lnk:

table Icon
  Caption: Gimp
  Icon: /usr/share/icons/crystalsvg/48x48/apps/gimp.png
  X: 30
  Y: 730
  Command[0]: /usr/bin/gimp
  CaptionTip: Gimp
end

 Also, do you have any tiffs anywhere in your config?  I notice that bug
 #381177 has just been closed in libimlib2...

no, only png images.

i could rebuild libimlib2 with DEB_BUILD_OPTIONS=nostrip and send again
the gdb backtrace and strace output.

...
 jonas


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



Bug#392646: marked as done (apache2.2-common: doesn't start, child processes segfault)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Nov 2006 07:47:26 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#392049: fixed in apr 1.2.7-7
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)

---BeginMessage---
Package: apache2.2-common
Version: 2.2.3-2
Severity: grave
Justification: renders package unusable

Hi,

Since I upgraded to apache2 on unstable, apache fails to start after 
trying to spawn a bunch of child processes.  Here's a snippet from 
/var/log/apache2/error.log:

[Thu Oct 12 10:32:55 2006] [notice] Apache/2.2.3 (Debian) configured -- 
resuming normal operations
[Thu Oct 12 10:32:56 2006] [notice] child pid 28906 exit signal Segmentation 
fault (11)
[Thu Oct 12 10:32:58 2006] [notice] child pid 28905 exit signal Segmentation 
fault (11)
[Thu Oct 12 10:33:00 2006] [notice] child pid 28965 exit signal Segmentation 
fault (11)

This seems to be related to #392058 and #392189, although my apache 
setup is much simpler than theirs (for example, no php).

lld:~# ls /etc/apache2/mods-enabled/
alias.load   autoindex.load  dir.load   negotiation.load  userdir.conf
auth_basic.load  cgid.conf   env.load   setenvif.load userdir.load
authz_host.load  cgid.load   mime.load  status.load

lld:~# dpkg -l|grep 'ii  apache2'
ii  apache2 2.2.3-2Next generation, scalable, extendable web se
ii  apache2-mpm-worker  2.2.3-2High speed threaded model for Apache HTTPD 2
ii  apache2-utils   2.2.3-2utility programs for webservers
ii  apache2.2-common2.2.3-2Next generation, scalable, extendable web se


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

Versions of packages apache2.2-common depends on:
ii  apache2-utils 2.2.3-2utility programs for webservers
ii  libmagic1 4.17-4 File type determination library us
ii  lsb-base  3.1-17 Linux Standard Base 3.1 init scrip
ii  mime-support  3.37-1 MIME files 'mime.types'  'mailcap
ii  net-tools 1.60-17The NET-3 networking toolkit

apache2.2-common recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: apr
Source-Version: 1.2.7-7

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

apr_1.2.7-7.diff.gz
  to pool/main/a/apr/apr_1.2.7-7.diff.gz
apr_1.2.7-7.dsc
  to pool/main/a/apr/apr_1.2.7-7.dsc
libapr1-dbg_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1-dbg_1.2.7-7_amd64.deb
libapr1-dev_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1-dev_1.2.7-7_amd64.deb
libapr1_1.2.7-7_amd64.deb
  to pool/main/a/apr/libapr1_1.2.7-7_amd64.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.
Tollef Fog Heen [EMAIL PROTECTED] (supplier of updated apr 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: Tue,  7 Nov 2006 01:21:27 +0100
Source: apr
Binary: libapr1 libapr1-dbg libapr1-dev
Architecture: source amd64
Version: 1.2.7-7
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers debian-apache@lists.debian.org
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 libapr1- The Apache Portable Runtime Library
 libapr1-dbg - The Apache Portable Runtime Library - Development Headers
 libapr1-dev - The Apache Portable Runtime Library - Development Headers
Closes: 392049
Changes: 
 apr (1.2.7-7) unstable; urgency=low
 .
   * Update rules to ensure we don't turn on features that aren't available on
 2.4 kernels for !amd64 kernels.  Closes: #392049
Files: 
 4fbfba8ad2b13fd6dc3386eaec84d7c6 856 libs optional apr_1.2.7-7.dsc
 5bd2e6808dece241e09a4ad423fec64c 23946 libs optional apr_1.2.7-7.diff.gz
 365c54d5b05ac7b1825a493fd8aecf69 111776 libs optional libapr1_1.2.7-7_amd64.deb
 46aa7bb804f0d2683c45a44a549283d3 349436 libdevel optional 
libapr1-dev_1.2.7-7_amd64.deb
 

Bug#397478: sdd: FTBFS: /bin/sh: incs/x86_64-linux-cc/Inull: No such file or directory

2006-11-07 Thread Kurt Roeckx
Package: sdd
Version: 1.52-5
Severity: serious

Hi,

Your package is failing to build on amd64 with various errors it's not
showing on other arches.

This first line that seems to be really different is during clean is:
p incs/x86_64-linux-cc
make[1]: p: Command not found
make[1]: [incs/x86_64-linux-cc/Inull] Error 127 (ignored)
/bin/sh: incs/x86_64-linux-cc/Inull: No such file or directory
make[1]: *** [incs/x86_64-linux-cc/Inull] Error 1
make[1]: Leaving directory `/build/buildd/sdd-1.52'
make: [clean] Error 2 (ignored)

Then during binary-arch it does about the same again:
p incs/x86_64-linux-cc
make[1]: p: Command not found
make[1]: [incs/x86_64-linux-cc/Inull] Error 127 (ignored)
/bin/sh: incs/x86_64-linux-cc/Inull: No such file or directory
make[1]: *** [incs/x86_64-linux-cc/Inull] Error 1
make[1]: Leaving directory `/build/buildd/sdd-1.52'
make: *** [install] Error 2

For some reason this is only affecting amd64, not sure why.


Kurt



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



Bug#318340: openoffice.org: broken dependency on amd64

2006-11-07 Thread brian jones
Package: openoffice.org
Followup-For: Bug #318340


i'm having the same problem installing openoffice.org.  this is
debian-amd64 stable.

The following packages have unmet dependencies:
  openoffice.org: Depends: openoffice.org-debian-files ( 1.1.2+1.1.3)
  but it is not going to be installed
Depends: openoffice.org-bin ( 1.1.2+1.1.3) but it
is not installable

-brian

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-12-amd64-k8-smp
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#356055: Processed: not RC for etch

2006-11-07 Thread Andreas Barth
* Samuel Thibault ([EMAIL PROTECTED]) [061107 17:49]:
 Ah, well, I already submitted a patch to yasm for making it compile a
 working loadlin.exe...

I'm not arguing against fixing bugs. Bugs marked etch-ignore can still
be fixed even during freeze time (provided that they're important,
serious, grave or critical), but perhaps you need to remember the
release team to allow the fix through (as it doesn't automatically
appear on our radar).

In other words, please feel welcome to fix the bug and make sure it
reaches testing.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Processed: tagging 397454, tagging 397450

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.22
 tags 397454 + pending
Bug#397454: cryptsetup: root and swap on lvm on crypto can result in boot  
failure
There were no tags set.
Tags added: pending

 tags 397450 + pending
Bug#397450: cryptsetup: tries to check readability of key even if keyscript is  
set
There were no tags set.
Tags added: pending


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#392767: Fixed RC bug in frozen parted : #392767: [mac] parted is unable to reread partition tables created by d-i/partman.

2006-11-07 Thread Sven Luther
reopen 363381
# kfreebsd support patch broke parted in a RC way.
thanks

Hi Robert, debian-release, debian-boot folk.

The patch in 363381, and particularly this hunk :

  diff -urNad parted-1.7.0~/parted/table.c parted-1.7.0/parted/table.c
  --- parted-1.7.0~/parted/table.c2006-05-19 03:54:01.0 -0300
  +++ parted-1.7.0/parted/table.c 2006-05-19 03:54:36.0 -0300
  @@ -197,7 +215,11 @@
   len += wcslen(COLSUFFIX);
  
   newsize = (wcslen(*s) + len + 1) * sizeof(wchar_t);
  +   oldsize = (wcslen(*s) + 1) * sizeof(wchar_t);
  +
  +   temps = *s;
   *s = realloc (*s, newsize);
  +   memcpy(*s, temps, oldsize);
  
   for (i = 0; i  ncols; ++i)
   {

Caused the bug in #392767: [mac] parted is unable to reread partition tables
created by d-i/partman, which was visible on s390 and x86 also accordying to
Bastian Blank, and thus caused parted to randomly not show the partition table
on a print command, thus breaking the lvm/raid support, which used
command-line parted in order to detect lvm/raid partitions.

The problem seems related to the ENABLE_NLS case, and the use of wide-chars,
which the memcpy trick failed to copy over properly, leaving garbage in the
string to be outputed.

I remember (but am not anymore 100% sure, so a reply from frans/joeyh would
be nice), that frans told me last week or so, that an upload of parted was ok
with regard to d-i RC1, since parted is not in the image, and not migrated to
testing, but i would like confirmation on this, and also advice from the
debian-release folk, thus posting here.

I propose to upload parted 1.7.1-3, which includes the two following changes :

  parted (1.7.1-3) unstable; urgency=low

* parted-print-name.dpatch : Fix bug in parted print, when there are no
  extended partitions, but partition names.
* disabled kfreebsd-gnu.dpatch, which added kfreebsd support, because the
  the patch caused parted to have trouble in a d-i environment to print the
  partition table, thus causing tools relying on parted -s print to find
  information about the partition table to break, like the one checking for
  RAID partitions in d-i.  (Closes: #392767)

   -- Sven Luther [EMAIL PROTECTED]  Tue,  7 Nov 2006 17:45:28 +0100

#392767 being one of the two parted related RC bugs still open, but the other
patch is also nice to have, since it allows to have partitions actually named
something else than primary, which may (or not) break some tools also.

Robert, we will upload a parted version without kfreebsd support, but it would
be nice if you could revisit the patch, and clean up this problem. Maybe
documenting the hacks like the one above a bit better, and/or adding *BSD
specific #ifdefs to limit this kind of problems would be nice.

Special thanks go to Bastian Blank, who helped me in the last step of
investigating this issue, and finding the responsible patch.

Friendly,

Sven Luther


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



Bug#397480: atlas3-sse2: 'liblapack.so.3' has undefined symbol while importing 'lapack_lite'

2006-11-07 Thread Subhashis Roy
Package: atlas3-sse2
Version: 3.6.0-19
Severity: grave
Justification: renders package unusable

I tried to use Scipy from Python2.3. However, after importing Scipy (stable 
branch),
when I try to assign a simple matrix to a variable, it calls 'import 
lapack_lite',
and that gives an error message 
'ImportError: /usr/lib/atlas/sse2/liblapack.so.3: undefined symbol: ATL_ctbmv'

I found the same error with atlas3-base.

Since this appears to be a serious problem which renders this package unusable, 
I am filling a Grave bug report.

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

Versions of packages atlas3-sse2 depends on:
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libg2c0   1:3.3.5-13 Runtime library for GNU Fortran 77

-- debconf information:
* atlas3/blas_lapack:
* atlas3/nfs:
* atlas3-sse2/sse2_extensions:
  atlas3-sse2/no_sse2:
* atlas3/ldlp:


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



Processed (with 1 errors): Re: norwegian: FTBFS: error on text transformation

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 357227 ssed
Bug#357227: norwegian: FTBFS: error on text transformation
Bug reassigned from package `norwegian' to `ssed'.

 severity 357227 important
Bug#357227: norwegian: FTBFS: error on text transformation
Severity set to `important' from `serious'

 merge 357227 361104
Bug#357227: norwegian: FTBFS: error on text transformation
Bug#361104: ssed: Has PCRE (-R) mode been altered?
Mismatch - only Bugs in same state can be merged:
Values for `done mark' don't match:
 #357227 has `open';
 #361104 has `done'

 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#357227: norwegian: FTBFS: error on text transformation

2006-11-07 Thread Steinar H. Gunderson
reassign 357227 ssed
severity 357227 important
merge 357227 361104
thanks

On Thu, Mar 16, 2006 at 10:36:05AM +0100, [EMAIL PROTECTED] wrote:
 building the package norwegian in a clean sid build environment
 (with pbuilder) on i386 results in:

This is probably due to a bug in ssed 3.62-1; at least ssed 3.62-1 has issues
with its regex engine, and the output from the ssed runs on etch and sid
differs. This was fixed in 3.62-2, which hasn't made its way into etch yet,
since the current version (3.62-6) FTBFSes on mips/mipsel (probably due to a
related bug, but 3.62-2 added make check and thus FTBFSes instead of giving
silently the wrong result).

Anyhow, this is not norwegian's fault, and I'm reassigning and merging. I've
tracked down the mips/mipsel issue (well, at least it works on mipsel now, I
haven't tried mips) in ssed, and will NMU ASAP to get the FTBFS fixed and the
issue out of the way.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#397368: org.eclipse.swt.widgets.Layout

2006-11-07 Thread Julian Gabriel Casadesus
Hi...
org.eclipse.swt.widgets.Layout is an SWT Interface... it should be in the 
swt.jar..
check where the package: libswt-gtk-3.2-java put the swt-[version].jar..

this jar should be on the java classpath... -cp
this is the classpath you paste at top, check the paths:

-cp 
./share/:/usr/share/tuxguitar/TuxGuitar.jar:/usr/share/tuxguitar/:/usr/share/java//swt-gtk-3.2.jar:/usr/share/java//itext.jar:/usr/share/java//gtk2.6.jar


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



Bug#356853: License of your contribution to the ae package

2006-11-07 Thread Florent Rougon
Dear Rolf,

I'm trying to reach you again using a different address, because my
previous attempt[1] with your @ptb.de address failed.

As part of a license audit in progress for the TeX distributions teTeX
and TeX Live, we Debian[2] TeX maintainers found that a number of files
in the ae package have no license statement, which unfortunately renders
them undistributable.

We think that the most natural choice of license for the ae package
would be the LaTeX Project Public License (LPPL), whose text can be
found at this address:

  http://www.latex-project.org/lppl/

We got the agreement of its current maintainer, Lars Engebretsen, to
arrange for an update of the ae package using this license, provided
that the various copyright holders give us the permission to do so (all
of them already did, except you).

Looking at the ae package, it appears that you hold copyright on the
following file:

  tex/ae.sty

Do you accept that this file be distributed under the LPPL, with the
following statement, as suggested in the latest version of the LPPL?

  % This work may be distributed and/or modified under the
  % conditions of the LaTeX Project Public License, either version 1.3
  % of this license or (at your option) any later version.
  % The latest version of this license is in
  %   http://www.latex-project.org/lppl.txt
  % and version 1.3 or later is part of all distributions of LaTeX
  % version 2005/12/01 or later.

(ideally, you would send your answer in a digitally-signed mail)

Many thanks for your work, and in advance for considering this request.

  [1] http://lists.debian.org/debian-tex-maint/2006/10/msg00595.html

  [2] http://www.debian.org/

-- 
Florent


pgpVdAj68HrvK.pgp
Description: PGP signature


Processed: xchat: segfault on amd64

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 397312 patch
Bug#397312: xchat: segfault on amd64
Tags were: help
Tags added: patch

 tags 397312 - help
Bug#397312: xchat: segfault on amd64
Tags were: patch help
Tags removed: help

 retitle 397312 xchat: segfault on amd64 (japanese po/ja.po)
Bug#397312: xchat: segfault on amd64
Changed Bug title.

 stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#392767: Fixed RC bug in frozen parted : #392767: [mac] parted is unable to reread partition tables created by d-i/partman.

2006-11-07 Thread Robert Millan

I'm sorry.  Please feel free to disable the patch; I'm thinking it was not a
good idea to apply it in the package before it was merged upstream (as it was
about to, last time I visited this).

Apologises for the hassle.

On Tue, Nov 07, 2006 at 06:07:34PM +0100, Sven Luther wrote:
 reopen 363381
 # kfreebsd support patch broke parted in a RC way.
 thanks
 
 Hi Robert, debian-release, debian-boot folk.
 
 The patch in 363381, and particularly this hunk :
 
   diff -urNad parted-1.7.0~/parted/table.c parted-1.7.0/parted/table.c
   --- parted-1.7.0~/parted/table.c2006-05-19 03:54:01.0 -0300
   +++ parted-1.7.0/parted/table.c 2006-05-19 03:54:36.0 -0300
   @@ -197,7 +215,11 @@
len += wcslen(COLSUFFIX);
   
newsize = (wcslen(*s) + len + 1) * sizeof(wchar_t);
   +   oldsize = (wcslen(*s) + 1) * sizeof(wchar_t);
   +
   +   temps = *s;
*s = realloc (*s, newsize);
   +   memcpy(*s, temps, oldsize);
   
for (i = 0; i  ncols; ++i)
{
 
 Caused the bug in #392767: [mac] parted is unable to reread partition tables
 created by d-i/partman, which was visible on s390 and x86 also accordying to
 Bastian Blank, and thus caused parted to randomly not show the partition table
 on a print command, thus breaking the lvm/raid support, which used
 command-line parted in order to detect lvm/raid partitions.
 
 The problem seems related to the ENABLE_NLS case, and the use of wide-chars,
 which the memcpy trick failed to copy over properly, leaving garbage in the
 string to be outputed.
 
 I remember (but am not anymore 100% sure, so a reply from frans/joeyh would
 be nice), that frans told me last week or so, that an upload of parted was ok
 with regard to d-i RC1, since parted is not in the image, and not migrated to
 testing, but i would like confirmation on this, and also advice from the
 debian-release folk, thus posting here.
 
 I propose to upload parted 1.7.1-3, which includes the two following changes :
 
   parted (1.7.1-3) unstable; urgency=low
 
 * parted-print-name.dpatch : Fix bug in parted print, when there are no
   extended partitions, but partition names.
 * disabled kfreebsd-gnu.dpatch, which added kfreebsd support, because the
   the patch caused parted to have trouble in a d-i environment to print 
 the
   partition table, thus causing tools relying on parted -s print to find
   information about the partition table to break, like the one checking 
 for
   RAID partitions in d-i.  (Closes: #392767)
 
-- Sven Luther [EMAIL PROTECTED]  Tue,  7 Nov 2006 17:45:28 +0100
 
 #392767 being one of the two parted related RC bugs still open, but the other
 patch is also nice to have, since it allows to have partitions actually named
 something else than primary, which may (or not) break some tools also.
 
 Robert, we will upload a parted version without kfreebsd support, but it would
 be nice if you could revisit the patch, and clean up this problem. Maybe
 documenting the hacks like the one above a bit better, and/or adding *BSD
 specific #ifdefs to limit this kind of problems would be nice.
 
 Special thanks go to Bastian Blank, who helped me in the last step of
 investigating this issue, and finding the responsible patch.
 
 Friendly,
 
 Sven Luther
 

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended for
spam harvesters.  Writing to it will get you added to my black list.


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



Bug#397494: python-central: missing dependency on apt

2006-11-07 Thread Peter Palfrader
Package: python-central
Version: 0.5.8
Severity: serious

python-central uses apt-cache but does not depend on it.

[EMAIL PROTECTED]:/# dpkg --purge apt
(Reading database ... 10152 files and directories currently installed.)
Removing apt ...
Purging configuration files for apt ...
[EMAIL PROTECTED]:/# pycentral pkginstall python-roman
sh: line 1: /usr/bin/apt-cache: No such file or directory
Traceback (most recent call last):
  File /usr/bin/pycentral, line 1364, in ?
main()
  File /usr/bin/pycentral, line 1358, in main
rv = action.run(global_options)
  File /usr/bin/pycentral, line 861, in run
runtimes = get_installed_runtimes()
  File /usr/bin/pycentral, line 196, in get_installed_runtimes
supported = pyversions.supported_versions()
  File /usr/share/pycentral-data/pyversions.py, line 109, in 
supported_versions
depends = [re.sub(r'\s*(\S+)[ (]?.*', r'\1', s) for s in depends]
TypeError: iteration over non-sequence
[EMAIL PROTECTED]:/# 


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



Processed: xchat bugs pending

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 397312 pending
Bug#397312: xchat: segfault on amd64 (japanese po/ja.po)
Tags were: patch
Tags added: pending

 tags 378273 pending
Bug#378273: xchat-common: Errors in spanish translation
Tags were: patch confirmed l10n
Tags added: pending

 tags 393698 pending
Bug#393698: xchat: default server in server select window should be 
irc.debian.org
Tags were: patch
Tags added: pending

 stop
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#392767: Fixed RC bug in frozen parted : #392767: [mac] parted is unable to reread partition tables created by d-i/partman.

2006-11-07 Thread Sven Luther
On Tue, Nov 07, 2006 at 08:08:26PM +0100, Robert Millan wrote:
 
 I'm sorry.  Please feel free to disable the patch; I'm thinking it was not a
 good idea to apply it in the package before it was merged upstream (as it was
 about to, last time I visited this).
 
 Apologises for the hassle.

No problem, i am happy we found it before the release though.

Will you be able to work out a better/cleaner patch ? And work with us to
merge it upstream ?

Friendly,

Sven Luther


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



Bug#396553: Bug#396551: ire-the-flat: crashes while loading

2006-11-07 Thread Alexandre Pineau

 
 Unfortunately, it seems that the failure isn't anything so simple; none of
 the warnings currently generated during the build appear to account for this
 failure.  Fixing this probably requires someone who understands the ire VM;
 for the time being, my recommendation would be to update ire to build only
 on the 32-bit architectures, excluding alpha amd64 and ia64 (I confirmed
 the failure on alpha as well).

I think also that it is the best solution for now. Upstream is aware of the
issues on 64-bit architecture. I will try to work on it with him in the futur.

Best regards,

Alexandre Pineau


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



Processed (with 1 errors): merge

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 397402 grave
Bug#397402: php4: Apache2 server doesn't works after PHP/4.4.4-4~4 to 
PHP/4.4.4-5 upgrade
Severity set to `grave' from `important'

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=397402
Unknown command or malformed arguments to command.

 merge 397402 397405
Bug#397402: php4: Apache2 server doesn't works after PHP/4.4.4-4~4 to 
PHP/4.4.4-5 upgrade
Bug#397405: apache2-mpm-prefork: child seg-faults on access
Merged 397402 397405.

 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#397267: Question about the K3b bug you reported

2006-11-07 Thread Francois Marier
Hi Arnt,

Thanks for reporting the bug in the dpkg-statoverride call.  I will look
into this.

You mentioned that this makes K3b unusable.  Were you unable to use K3b as a
normal user before using k3bsetup ?  Is it any different after running
k3bsetup (unsuccessfully) ?

Thanks,

Francois


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



Bug#397368: paths

2006-11-07 Thread Philippe Coval

Hi,

Thanks for reporting this issue,
Until I fix it you can workaround it easly  :

apt-get install tuxguitar libswt-gtk-3.2-java libgtk-java

cd /usr/share/tuxguitar

JAVA=/usr/lib/jvm/java-1.5.0-sun/jre/bin/java
CLASSPATH=/usr/share/java/swt-gtk-3.2.1.jar:/usr/share/java/gtk2.8.jar:/usr/share/tuxguitar/

${JAVA} -Xms128m -Xmx128m \
-Djava.library.path=/usr/lib/jni \
-cp ${CLASSPATH}:${JAR} org.herac.tuxguitar.gui.TuxGuitar

Sorry again and check out the upcoming version at mentors.debian.net if 
needed


--
# mailto:rzr[a]users.sf.net -- gpg:0x467094BC
# http://rzr.online.fr/contribs.htm -- Libre Software Addict




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



Bug#397500: gimp-data: missing conflict with gimp1.2

2006-11-07 Thread Stephen Gran
Package: gimp-data
Version: 2.0.4-1
Severity: serious

Unpacking replacement gimp-data ...
dpkg: error processing
/var/cache/apt/archives/gimp-data_2.2.13-1_all.deb (--unpack):
 trying to overwrite `/usr/share/man/man5/gimprc.5.gz', which is also in
 package gimp1.2


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.20-xfs
Locale: LANG=C, LC_CTYPE=C

-- no debconf information


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



Processed: [NONFREE-DOC] Package contains IETF RFC/I-D

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 365183 2.1.22-1
Bug#365183: [NONFREE-DOC] Package contains IETF RFC/I-D
Bug marked as found in version 2.1.22-1.

 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#397500: marked as done (gimp-data: missing conflict with gimp1.2)

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Nov 2006 20:33:32 +
with message-id [EMAIL PROTECTED]
and subject line gimp-data: missing conflict with gimp1.2
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: gimp-data
Version: 2.0.4-1
Severity: serious

Unpacking replacement gimp-data ...
dpkg: error processing
/var/cache/apt/archives/gimp-data_2.2.13-1_all.deb (--unpack):
 trying to overwrite `/usr/share/man/man5/gimprc.5.gz', which is also in
 package gimp1.2


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.20-xfs
Locale: LANG=C, LC_CTYPE=C

-- no debconf information

---End Message---
---BeginMessage---
This one time, at band camp, Stephen Gran said:
 Unpacking replacement gimp-data ...
 dpkg: error processing
 /var/cache/apt/archives/gimp-data_2.2.13-1_all.deb (--unpack):
  trying to overwrite `/usr/share/man/man5/gimprc.5.gz', which is also in
  package gimp1.2

This was a woody package.  Sorry for the noise.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature
---End Message---


Processed: [NONFREE-DOC] Package contains IETF RFC/I-D

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 365183 + pending
Bug#365183: [NONFREE-DOC] Package contains IETF RFC/I-D
There were no tags set.
Tags added: pending

 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: severity of 397439 is important

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.21
 # not a unique problem, and not RC
 severity 397439 important
Bug#397439: openssh-server - upgrade from ssh in sarge kills host keys
Severity set to `important' from `critical'


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#395954: Severity is IMHO critical

2006-11-07 Thread Joey Hess
Michael Tautschnig wrote:
 In my opinion the severity of this bug should be critical: It breaks
 installation of unrelated software. Just to show some logs:

I prefer for my general sanity, to not call all packages that BUILD
using debhelper unrelated for the purpose of determining whether
debhelper bugs are RC. Using your reasoning, nearly any bug in debhelper
can be claimed to be RC.

 If nobody objects, I'll upgrade the severity of this bug to ensure the current
 version won't enter etch.

Etch already had the current version of debhelper.

Can't say I follow any of your reasoning.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#397512: fvwm95 has nothing when it starts

2006-11-07 Thread Rob Bochan
Package: fvwm95
Version: 2.0.43ba-24.2
Severity: grave
Justification: renders package unusable

When starting fvwm95 via startx, the screen comes up with a mouse cursor,
and nothing else. Clicking activates the normal menus in fvwm95, but they
are just gray boxes with no text.
Attempts to login via wdm just dump the user back to the login manager.
User's .xsession-errors file is filled with line after line such as:

Fvwm-95: in function FvwmErrorHandler: ERROR *** internal error ***
Fvwm-95: in function FvwmErrorHandler: ERROR Request 74, Error 13, 
EventType: 4

The Request, Error, and EventType values vary.

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

Versions of packages fvwm95 depends on:
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libreadline5 5.2-1   GNU readline and history libraries
ii  libx11-6 2:1.0.3-2   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxpm4  1:3.5.5-2   X11 pixmap library
ii  x11-common   1:7.1.0-5   X Window System (X.Org) infrastruc

Versions of packages fvwm95 recommends:
ii  fvwm95-icons   2.0.43ba-24.2 Win95ish icons for X
ii  menu   2.1.31generates programs menu for all me
ii  xbase-clients  1:7.1.ds-3miscellaneous X clients
ii  xterm  210-3.1   X terminal emulator

-- no debconf information


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



Bug#392767: Fixed RC bug in frozen parted : #392767: [mac] parted is unable to reread partition tables created by d-i/partman.

2006-11-07 Thread Petr Salinger



On Tue, 7 Nov 2006, Sven Luther wrote:


No problem, i am happy we found it before the release though.

Will you be able to work out a better/cleaner patch ? And work with us to
merge it upstream ?


Please, would you mind to retest #392767 with truncated kfreebsd-gnu.dpatch.
Please leave only first 1407 lines and drop changes to parted/strlist.h 
and parted/table.c. They are not needed on GNU/kFreeBSD, they are 
probably needed only on plain FreeBSD.


Thanks in advance


Petr



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



Bug#392767: Fixed RC bug in frozen parted : #392767: [mac] parted is unable to reread partition tables created by d-i/partman.

2006-11-07 Thread Sven Luther
On Tue, Nov 07, 2006 at 10:37:17PM +0100, Petr Salinger wrote:
 
 
 On Tue, 7 Nov 2006, Sven Luther wrote:
 
 No problem, i am happy we found it before the release though.
 
 Will you be able to work out a better/cleaner patch ? And work with us to
 merge it upstream ?
 
 Please, would you mind to retest #392767 with truncated kfreebsd-gnu.dpatch.
 Please leave only first 1407 lines and drop changes to parted/strlist.h 
 and parted/table.c. They are not needed on GNU/kFreeBSD, they are 
 probably needed only on plain FreeBSD.

I can do that, removing only the patches under parted (strlist.h and table.c).
The rest seems unoffensive enough.

But i would much rather prefer that you guys worked with upstream to get those
changes integrated properly.

Friendly,

Sven Luther


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



Bug#275289: Severity of timezoneconf non-intuitive and misserably explained

2006-11-07 Thread Christian Hammers
Hello Luc

Eduards comments regarding this package are absolutely true, the package
is currently one of the meaningless ones we ship :)

But given that it's optional and almost all users will already have
setup their timezone properly using the Debian-Installer or at least
change it with tzconfig/tzselect afterwards (which are console based but
offer the same menu choices), I really won't rate this bug as 'serious' 
and thus Release Critical.

Would you object if I downgrade it back to important?

bye,

-christian-



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



Bug#337215: dh_installinfo should use \Q \E pair in install-info --section

2006-11-07 Thread Joey Hess
Rob Browning wrote:
 I can't recall if I already mentioned this, but I did some testing the
 other day, and \Q \E can't be used in the way dh_installinfo is
 attempting to use it.
 
 You can see the problem quite clearly if you just add a use strict;
 to the top of install-info (which might not be a bad idea in
 general). i.e.
 
   Unrecognized escape \Q passed through in regex; marked by -- HERE ...

I can't reproduce that message here, using either install-info or a
simple test case like this:

[EMAIL PROTECTED]:~perl -le 'use strict; $a=\Qx++y\E; $b=x++y; print 1 if 
$b=~/$a/io'
1

-- 
see shy jo


signature.asc
Description: Digital signature


Processed: Re: mysql-query-browser: crashes when connecting to a remote server

2006-11-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 397279 grave
Bug#397279: mysql-query-browser: crashes when connecting to a remote server
Bug#316285: mysql-query-browser: segfaults on 64bit arches due to unclean 64bit 
code
Severity set to `grave' from `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#397494: using apt-cache a bad idea?

2006-11-07 Thread Joey Hess
The apt-cache code should only run if /usr/share/python/debian_defaults
DNE; it's included in python-minimal. I wonder why Peter's system
doesn't have it?

This use of apt-cache as a fallback seems very dodgy, it makes
assumptions about the system being configured to use apt and about apt
being set up so that the correct version of python-all is the candidate
version. These assumptions seem like the kind of thing that could break
in interesting setups, or just on systems that don't use apt..

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#397480: marked as done (atlas3-sse2: 'liblapack.so.3' has undefined symbol while importing 'lapack_lite')

2006-11-07 Thread Debian Bug Tracking System
Your message dated Tue, 7 Nov 2006 14:18:09 -0800
with message-id [EMAIL PROTECTED]
and subject line Bug#397480: atlas3-sse2: 'liblapack.so.3' has undefined symbol 
while importing 'lapack_lite'
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)

---BeginMessage---
Package: atlas3-sse2
Version: 3.6.0-19
Severity: grave
Justification: renders package unusable

I tried to use Scipy from Python2.3. However, after importing Scipy (stable 
branch),
when I try to assign a simple matrix to a variable, it calls 'import 
lapack_lite',
and that gives an error message 
'ImportError: /usr/lib/atlas/sse2/liblapack.so.3: undefined symbol: ATL_ctbmv'

I found the same error with atlas3-base.

Since this appears to be a serious problem which renders this package unusable, 
I am filling a Grave bug report.

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

Versions of packages atlas3-sse2 depends on:
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  libc6 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libg2c0   1:3.3.5-13 Runtime library for GNU Fortran 77

-- debconf information:
* atlas3/blas_lapack:
* atlas3/nfs:
* atlas3-sse2/sse2_extensions:
  atlas3-sse2/no_sse2:
* atlas3/ldlp:

---End Message---
---BeginMessage---
On Tue, Nov 07, 2006 at 06:39:05PM +0100, Subhashis Roy wrote:
 Package: atlas3-sse2
 Version: 3.6.0-19
 Severity: grave
 Justification: renders package unusable

 I tried to use Scipy from Python2.3. However, after importing Scipy (stable 
 branch),
 when I try to assign a simple matrix to a variable, it calls 'import 
 lapack_lite',
 and that gives an error message 
 'ImportError: /usr/lib/atlas/sse2/liblapack.so.3: undefined symbol: ATL_ctbmv'

 I found the same error with atlas3-base.

 Since this appears to be a serious problem which renders this package 
 unusable, 
 I am filling a Grave bug report.

The bug is completely unreproducible here.  That symbol *is* defined by the
version of libblas.so.3 that ships with the Debian atlas3 packages; you
appear to have a broken, non-Debian version of libblas.so.3 on your system
which is causing problems.

To locate it, run ldd /usr/lib/atlas/sse2/liblapack.so.3 and check the
reported location of libblas.so.3.  It will most likely be in /usr/local.

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


  1   2   >