Bug#607878: sbox-dtc: modifies conffiles from postinst

2010-12-28 Thread Thomas Goirand
On 12/28/2010 12:19 AM, Julien Cristau wrote:
 user release.debian@packages.debian.org
 usertag 607878 squeeze-will-remove
 kthxbye
 
 On Thu, Dec 23, 2010 at 15:12:00 +0100, Julien Cristau wrote:
 
 Package: sbox-dtc
 Version: 1.11.2-1
 Severity: serious
 Justification: squeeze rc policy §3

 Quoting from http://release.debian.org/squeeze/rc_policy.txt

 Packages must not modify their own or other packages conffiles
 programmatically. (The only correct way to modify a conffile is
 the user running an editor specifically; if anything more automated
 is required or useful, configuration files must _NOT_ be handled as
 conffiles)

 jcris...@franck:~$ dpkg -I 
 /srv/ftp-master.debian.org/ftp/pool/main/s/sbox-dtc/sbox-dtc_1.11.2-4_amd64.deb
  conffiles
 /etc/sbox.conf
 /etc/logrotate.d/sbox-dtc

 from sbox-dtc.postinst:
 searchAndReplace /etc/sbox.conf web_user\ www-data web_user\ 
 ${CONF_DTC_SYSTEM_USERNAME}
 searchAndReplace /etc/sbox.conf web_group\ www-data web_group\ 
 ${CONF_DTC_SYSTEM_GROUPNAME}
 sed -i s/www-data/${CONF_DTC_SYSTEM_USERNAME}/ 
 /etc/logrotate.d/sbox-dtc
 sed -i s/www-data/${CONF_DTC_SYSTEM_GROUPNAME}/ 
 /etc/logrotate.d/sbox-dtc
 searchAndReplace /etc/sbox.conf web_user\ 
 ${CONF_DTC_SYSTEM_USERNAME} web_user\ www-data
 searchAndReplace /etc/sbox.conf web_group\ 
 ${CONF_DTC_SYSTEM_GROUPNAME} web_group\ www-data
 sed -i s/${CONF_DTC_SYSTEM_USERNAME}/www-data/ 
 /etc/logrotate.d/sbox-dtc
 sed -i s/${CONF_DTC_SYSTEM_GROUPNAME}/www-data/ 
 /etc/logrotate.d/sbox-dtc

 I'll get this package out of squeeze if this isn't fixed in the next few
 days.  Tagging accordingly.
 
 Cheers,
 Julien

Hello Julien,

I've been quite concern by this issue, but in fact, I'm also working on
an enhanced version. I also think that this package isn't ready for
Squeeze the way it is right now, and I don't want to delay the release.
Please remove it from Squeeze, and I'll do a backport when I'm done with
the new code, which will provide quite some enhancements (like per-vhost
configuration and more).

Now, as for this particular issue, do you think I should simply drop the
automatic change of the configuration files? That's what I'm heading at...

Thomas



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606795: zabbix-server-mysql: package fails to upgrade properly from lenny

2010-12-28 Thread Lucas Nussbaum
On 27/12/10 at 12:24 +0100, Julien Cristau wrote:
 Same as 606780, there's an error when installing the lenny version.
 Would be interesting to know if the upgrade can proceed when the package
 is properly installed.

FTR, I have nothing against downgrading those bugs.

- Lucas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: s3switch: FTBFS: error: 'IF_MASK' undeclared

2010-12-28 Thread Jakub Wilk

Source: s3switch
Version: 0.0.20030423-2
Severity: serious
Justification: fails to build from source

s3switch fails to build from source in a clean sid i386 chroot. Tail of 
the build log:


| make[1]: Entering directory 
`/build/sbuild-s3switch_0.0.20030423-2-i386-3_W4B0/s3switch-0.0.20030423'
| gcc -Wall -g -O2   -c -o s3switch.o s3switch.c
| gcc -Wall -g -O2   -c -o lrmi.o lrmi.c
| lrmi.c: In function 'set_regs':
| lrmi.c:305: error: 'IF_MASK' undeclared (first use in this function)
| lrmi.c:305: error: (Each undeclared identifier is reported only once
| lrmi.c:305: error: for each function it appears in.)
| lrmi.c:305: error: 'IOPL_MASK' undeclared (first use in this function)
| lrmi.c: In function 'run_vm86':
| lrmi.c:784: error: 'VIF_MASK' undeclared (first use in this function)
| lrmi.c:784: error: 'TF_MASK' undeclared (first use in this function)
| lrmi.c: In function 'LRMI_int':
| lrmi.c:873: error: 'IF_MASK' undeclared (first use in this function)
| lrmi.c:873: error: 'IOPL_MASK' undeclared (first use in this function)
| make[1]: *** [lrmi.o] Error 1

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#581484: shapetools-tutorial: bashism in debian/rules

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 581484 serious
Bug #581484 [src:shapetools-tutorial] shapetools-tutorial: bashism in 
debian/rules
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
581484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581484
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: s3switch: FTBFS: error: 'IF_MASK' undeclared

2010-12-28 Thread Andreas Henriksson
Hi!

On Tue, Dec 28, 2010 at 10:59:09AM +0100, Jakub Wilk wrote:
[...]
 s3switch fails to build from source in a clean sid i386 chroot. Tail
 of the build log:
 
 | make[1]: Entering directory 
 `/build/sbuild-s3switch_0.0.20030423-2-i386-3_W4B0/s3switch-0.0.20030423'
 | gcc -Wall -g -O2   -c -o s3switch.o s3switch.c
 | gcc -Wall -g -O2   -c -o lrmi.o lrmi.c
 | lrmi.c: In function 'set_regs':
 | lrmi.c:305: error: 'IF_MASK' undeclared (first use in this function)
[...]

A hint of the solution might be found by looking at atitvout which
seems to have suffered from the exact same problem, see 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518725 ...

-- 
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608176: Not suitable for release

2010-12-28 Thread Rogério Brito
Package: youtube-dl
Severity: serious

Given that the sites that youtube-dl allows the user to download from
are inherently volatile, maintaining such a package in a Debian
release (which usually have to be supported for many years) is not
feasible and, therefore, this package should not be part of the
upcoming release.

On the other hand, I will gladly keep packaging newer versions of
youtube-dl and uploading them to the repository in a very timely
fashion, and I am also willing to maintain a backport/sloppy
volatile/etc. repository is desired for end users.

Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606870: marked as done (python-openturns: creates a mess in sys.path by adding its own namespace)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 11:02:40 +
with message-id e1pxxkc-0001ng...@franck.debian.org
and subject line Bug#606870: fixed in openturns 0.13.2-7
has caused the Debian Bug report #606870,
regarding python-openturns: creates a mess in sys.path by adding its own 
namespace
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
606870: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606870
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-openturns
Version: 0.13.2-6
Severity: serious

Severity: serious as this breaks random other packages (like
castle-combat).

Packages shipping their public modules in the dist-packages directory
should never need to add their own namespace to sys.path. Unfortunately
openturns does so:

% cat /usr/lib/python2.6/dist-packages/openturns.pth
openturns

This breaks various random packages as openturns comes with common
module names like 'common' and 'test'.
Please note that there is never a need for packages which ship their
modules in dist-packages to modify sys.path - you can always import them
by using modulename.module.

I'm not sure what the reason in http://trac.openturns.org/ticket/67 was
to add the .pth file, but doing so was just wrong.

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

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

Versions of packages python-openturns depends on:
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
ii  libatlas3gf-base [libla 3.8.3-28 Automatically Tuned Linear Algebra
ii  libblas3gf [libblas.so. 1.2-8Basic Linear Algebra Reference imp
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgfortran34.4.5-8  Runtime library for GNU Fortran ap
ii  liblapack3gf [liblapack 3.2.2-1  library of linear algebra routines
ii  libopenturns0   0.13.2-6 dynamic libraries for OpenTURNS
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  python-qt3  3.18.1-4 Qt3 bindings for Python
ii  python-rpy2 2.1.9-1  Python interface to the GNU R lang

python-openturns recommends no packages.

python-openturns suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: openturns
Source-Version: 0.13.2-7

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

libopenturns-dbg_0.13.2-7_amd64.deb
  to main/o/openturns/libopenturns-dbg_0.13.2-7_amd64.deb
libopenturns-dev_0.13.2-7_amd64.deb
  to main/o/openturns/libopenturns-dev_0.13.2-7_amd64.deb
libopenturns0_0.13.2-7_amd64.deb
  to main/o/openturns/libopenturns0_0.13.2-7_amd64.deb
openturns-examples_0.13.2-7_amd64.deb
  to main/o/openturns/openturns-examples_0.13.2-7_amd64.deb
openturns-validation_0.13.2-7_all.deb
  to main/o/openturns/openturns-validation_0.13.2-7_all.deb
openturns-wrapper_0.13.2-7_amd64.deb
  to main/o/openturns/openturns-wrapper_0.13.2-7_amd64.deb
openturns_0.13.2-7.diff.gz
  to main/o/openturns/openturns_0.13.2-7.diff.gz
openturns_0.13.2-7.dsc
  to main/o/openturns/openturns_0.13.2-7.dsc
python-openturns_0.13.2-7_amd64.deb
  to main/o/openturns/python-openturns_0.13.2-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 606...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christophe Prud'homme prudh...@debian.org (supplier of updated openturns 
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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Dec 2010 08:14:21 +0100
Source: openturns
Binary: libopenturns0 libopenturns-dev libopenturns-dbg 

Bug#607857: tex-common: Hard-coded path in proposed patch

2010-12-28 Thread Hilmar Preusse
On 27.12.10 Braun Gábor (bra...@renyi.hu) wrote:

Hi Norbert,

 Package: tex-common
 Followup-For: Bug #607857
 
 AFAIK the paths texlive uses can be freely configured by the sysadmin.
 So I think the paths /var/lib/texmf/ etc in the examples are
 simplification to clearly state the idea and not meant to appear
 in real code.
 
 Therefore I suggest to modify the proposed patch of ponstinst.in to 
 obtain the path from the relevant configuration variable
 (which I guess is TEXMFSYSVAR as this seems to be the one used by 
 updmap-sys).
 
Could you care about this?

Thanks,
  Hilmar
-- 
sigmentation fault



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 598135

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 598135 + pending
Bug #598135 [inn2] Forwarding articles to moderators is broken
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608178: teamspeak-client: FTBFS on i386: couldn't find library libXext.so.6

2010-12-28 Thread Jakub Wilk

Source: teamspeak-client
Version: 2.0.32-3
Severity: serious
Justification: fails to build from source

teamspeak-client fails to build from source in a clean sid i386 chroot.  
Tail of the build log:


| dh_shlibdeps
| dpkg-shlibdeps: warning: 
debian/teamspeak-client/usr/lib/teamspeak-client/libHVDI.so.0.8.0 contains an 
unresolvable reference to symbol lrintf: it's probably a plugin.
| dpkg-shlibdeps: error: couldn't find library libXext.so.6 needed by 
debian/teamspeak-client/usr/lib/teamspeak-client/libborqt-6.9-qt2.3.so (ELF 
format: 'elf32-i386'; RPATH: '').
| Note: libraries are not searched in other binary packages that do not have 
any shlibs or symbols file.
| To help dpkg-shlibdeps find private libraries, you might need to set 
LD_LIBRARY_PATH.
| dh_shlibdeps: dpkg-shlibdeps -Tdebian/teamspeak-client.substvars 
debian/teamspeak-client/usr/lib/teamspeak-client/libborqt-6.9-qt2.3.so 
debian/teamspeak-client/usr/lib/teamspeak-client/libHVDI.so.0.8.0 
debian/teamspeak-client/usr/lib/teamspeak-client/teamspeak.real 
debian/teamspeak-client/usr/lib/teamspeak-client/libspeex.so.1.0.0 returned 
exit code 2
| make: *** [binary-arch] Error 9

Apparently Ubuntu fixed this bug by adding libxext-dev [i386] to 
Build-Depends.


--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608179: tendra: FTBFS: mv: cannot stat `debian/tendra/usr/share/man/man1/tcc.1': No such file or directory

2010-12-28 Thread Jakub Wilk

Source: tendra
Version: 4.1.2-18
Severity: serious
Justification: fails to build from source

tendra fails to build from source in a clean sid i386 chroot. Tail of 
the build log:


| dh_installmanpages -a
| dh_installmanpages: This program is deprecated, switch to dh_installman.
| dh_installmanpages: Compatibility levels before 5 are deprecated.
| mv debian/tendra/usr/bin/tcc debian/tendra/usr/bin/tendracc
| mv debian/tendra/usr/share/man/man1/tcc.1 
debian/tendra/usr/share/man/man1/tendracc.1
| mv: cannot stat `debian/tendra/usr/share/man/man1/tcc.1': No such file or 
directory
| make: *** [binary-arch] Error 1

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: missing link

2010-12-28 Thread Neil Williams
Andreas Henriksson andr...@fatal.se wrote:
 
 A hint of the solution might be found by looking at atitvout which
 seems to have suffered from the exact same problem, see 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518725 ...

Unfortunately, the link to the patch from bug #518725 is now a 404, so
this comment doesn't exactly help much.

Can you elaborate on what that fix actually involved?

Is it actually this patch:
http://patch-tracker.debian.org/patch/series/view/atitvout/0.4-13/lrmi
?

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpIyFT9L6yiU.pgp
Description: PGP signature


Bug#608175: missing link

2010-12-28 Thread Guido Günther
On Tue, Dec 28, 2010 at 11:33:44AM +, Neil Williams wrote:
 Andreas Henriksson andr...@fatal.se wrote:
  
  A hint of the solution might be found by looking at atitvout which
  seems to have suffered from the exact same problem, see 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518725 ...
 
 Unfortunately, the link to the patch from bug #518725 is now a 404, so
 this comment doesn't exactly help much.
 
 Can you elaborate on what that fix actually involved?
 
 Is it actually this patch:
 http://patch-tracker.debian.org/patch/series/view/atitvout/0.4-13/lrmi

That's the patch included in atitvout:

Index: atitvout-trunk/lrmi-0.6/lrmi.c
===
--- atitvout-trunk.orig/lrmi-0.6/lrmi.c 2009-05-24 22:08:40.0 +0200
+++ atitvout-trunk/lrmi-0.6/lrmi.c  2009-05-24 22:11:42.0 +0200
@@ -26,6 +26,13 @@
 
 #include lrmi.h
 
+#if defined(__linux__)  !defined(TF_MASK)
+   #define TF_MASK X86_EFLAGS_TF
+   #define IF_MASK X86_EFLAGS_IF
+   #define VIF_MASK X86_EFLAGS_VIF
+   #define IOPL_MASK X86_EFLAGS_IOPL
+#endif
+
 #define REAL_MEM_BASE  ((void *)0x1)
 #define REAL_MEM_SIZE  0x1
 #define REAL_MEM_BLOCKS0x100
@@ -880,4 +887,3 @@
 
return vret;
}
-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: possible patch fails

2010-12-28 Thread Neil Williams
Applying the patch from atitvout does not fix the build error:
http://patch-tracker.debian.org/patch/series/dl/atitvout/0.4-13/lrmi

gcc -Wall -g -O2   -c -o lrmi.o lrmi.c
lrmi.c: In function ‘get_int_seg’:
lrmi.c:204: warning: cast to pointer from integer of different size
lrmi.c: In function ‘get_int_off’:
lrmi.c:211: warning: cast to pointer from integer of different size
lrmi.c: In function ‘LRMI_init’:
lrmi.c:274: warning: cast from pointer to integer of different size
lrmi.c:282: warning: cast from pointer to integer of different size
lrmi.c:283: warning: cast from pointer to integer of different size
lrmi.c: In function ‘emulate’:
lrmi.c:578: warning: cast to pointer from integer of different size
lrmi.c: Assembler messages:
lrmi.c:538: Error: suffix or operands invalid for `in'
lrmi.c:562: Error: suffix or operands invalid for `out'
make[1]: *** [lrmi.o] Error 1
make[1]: Leaving directory
`/opt/debian/rc/s3switch/s3switch-0.0.20030423' make: *** [build-stamp]
Error 2 dpkg-buildpackage: error: debian/rules build gave error exit
status 2 debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc failed

Considering that this package has a low popcon, is listed as an RFH
(#519298) and has not had an upload since 2003 I'm going to recommend
removal as broken abandonware. (I would have just said removal from
testing if there was a chance someone would take over this package but
as the original maintainer stated in 2009 that he has lacked the
hardware for this package and nobody has come forward in that bug
report, full removal seems a better option.)

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpEAz2fY5STF.pgp
Description: PGP signature


Bug#607980: midish: FTBFS on kfreebsd-*: undefined reference to `clock_gettime'

2010-12-28 Thread Alexandre Ratchov
On Sat, Dec 25, 2010 at 04:19:44PM +0100, Cyril Brulebois wrote:
 Source: midish
 Version: 1.0.4-1
 Severity: serious
 Justification: FTBFS
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 Hi,
 
 your package no longer builds on kfreebsd-*:

Hi,

This is because clock_gettime() moved from libc to librt. It's fixed
in the new upstream release, but unfortunately I've no kfreebsd system
to test it. An update for the debian package is available here:

http://caoua.org/midish/debian/

Could you confirm that it actually fixes the problem (and possibly
upload the new package)?

Thanks

-- Alexandre



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: removal requested

2010-12-28 Thread Neil Williams
On Tue, 28 Dec 2010 12:39:35 +0100
Guido Günther a...@sigxcpu.org wrote:

  Can you elaborate on what that fix actually involved?
  
  Is it actually this patch:
  http://patch-tracker.debian.org/patch/series/view/atitvout/0.4-13/lrmi
 
 That's the patch included in atitvout:

OK, that is the same patch as I tested, package still fails to build.

Removal bug filed: #608180 - Guido, you should be getting notification
of that bug any time now...

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpo6gWMJ6OiH.pgp
Description: PGP signature


Bug#608175: possible patch fails

2010-12-28 Thread Guido Günther
On Tue, Dec 28, 2010 at 11:42:30AM +, Neil Williams wrote:
 Applying the patch from atitvout does not fix the build error:
 http://patch-tracker.debian.org/patch/series/dl/atitvout/0.4-13/lrmi
 
 gcc -Wall -g -O2   -c -o lrmi.o lrmi.c
 lrmi.c: In function ‘get_int_seg’:
 lrmi.c:204: warning: cast to pointer from integer of different size
 lrmi.c: In function ‘get_int_off’:
 lrmi.c:211: warning: cast to pointer from integer of different size
 lrmi.c: In function ‘LRMI_init’:
 lrmi.c:274: warning: cast from pointer to integer of different size
 lrmi.c:282: warning: cast from pointer to integer of different size
 lrmi.c:283: warning: cast from pointer to integer of different size
 lrmi.c: In function ‘emulate’:
 lrmi.c:578: warning: cast to pointer from integer of different size
 lrmi.c: Assembler messages:
 lrmi.c:538: Error: suffix or operands invalid for `in'
 lrmi.c:562: Error: suffix or operands invalid for `out'
 make[1]: *** [lrmi.o] Error 1
 make[1]: Leaving directory
 `/opt/debian/rc/s3switch/s3switch-0.0.20030423' make: *** [build-stamp]
 Error 2 dpkg-buildpackage: error: debian/rules build gave error exit
 status 2 debuild: fatal error at line 1325:
 dpkg-buildpackage -rfakeroot -D -us -uc failed
 
 Considering that this package has a low popcon, is listed as an RFH
 (#519298) and has not had an upload since 2003 I'm going to recommend
 removal as broken abandonware. (I would have just said removal from
 testing if there was a chance someone would take over this package but
 as the original maintainer stated in 2009 that he has lacked the
 hardware for this package and nobody has come forward in that bug
 report, full removal seems a better option.)
It builds here using pbuilder on i386. I'll upload a new package althogh
I won't object removing the package.
Cheers,
 -- Guido



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: missing link

2010-12-28 Thread Andreas Henriksson
On Tue, Dec 28, 2010 at 11:33:44AM +, Neil Williams wrote:
[...]
 Is it actually this patch:
 http://patch-tracker.debian.org/patch/series/view/atitvout/0.4-13/lrmi
 ?

Yes

-- 
Andreas Henriksson


signature.asc
Description: Digital signature


Bug#608175: marked as done (s3switch: FTBFS: error: 'IF_MASK' undeclared)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 12:02:06 +
with message-id e1pxyfi-00070h...@franck.debian.org
and subject line Bug#608175: fixed in s3switch 0.0.20030423-3
has caused the Debian Bug report #608175,
regarding s3switch: FTBFS: error: 'IF_MASK' undeclared
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
608175: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608175
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Source: s3switch
Version: 0.0.20030423-2
Severity: serious
Justification: fails to build from source

s3switch fails to build from source in a clean sid i386 chroot. Tail of 
the build log:


| make[1]: Entering directory 
`/build/sbuild-s3switch_0.0.20030423-2-i386-3_W4B0/s3switch-0.0.20030423'
| gcc -Wall -g -O2   -c -o s3switch.o s3switch.c
| gcc -Wall -g -O2   -c -o lrmi.o lrmi.c
| lrmi.c: In function 'set_regs':
| lrmi.c:305: error: 'IF_MASK' undeclared (first use in this function)
| lrmi.c:305: error: (Each undeclared identifier is reported only once
| lrmi.c:305: error: for each function it appears in.)
| lrmi.c:305: error: 'IOPL_MASK' undeclared (first use in this function)
| lrmi.c: In function 'run_vm86':
| lrmi.c:784: error: 'VIF_MASK' undeclared (first use in this function)
| lrmi.c:784: error: 'TF_MASK' undeclared (first use in this function)
| lrmi.c: In function 'LRMI_int':
| lrmi.c:873: error: 'IF_MASK' undeclared (first use in this function)
| lrmi.c:873: error: 'IOPL_MASK' undeclared (first use in this function)
| make[1]: *** [lrmi.o] Error 1

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: s3switch
Source-Version: 0.0.20030423-3

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

s3switch_0.0.20030423-3.debian.tar.gz
  to main/s/s3switch/s3switch_0.0.20030423-3.debian.tar.gz
s3switch_0.0.20030423-3.dsc
  to main/s/s3switch/s3switch_0.0.20030423-3.dsc
s3switch_0.0.20030423-3_i386.deb
  to main/s/s3switch/s3switch_0.0.20030423-3_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 608...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther a...@sigxcpu.org (supplier of updated s3switch 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Dec 2010 12:56:52 +0100
Source: s3switch
Binary: s3switch
Architecture: source i386
Version: 0.0.20030423-3
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther a...@debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 s3switch   - Manage the output device on S3 Savage chips
Closes: 608175
Changes: 
 s3switch (0.0.20030423-3) unstable; urgency=low
 .
   * [98eb024] New patch Handle-IF_MASK-and-friends-rename.patch: Handle
 IF_MASK and friends rename
 Thanks to Andreas Henriksson for the pointer to the fix in atitvout
 (Closes: #608175)
   * [d6414d1] Switch package to v3 source format so the patch gets applied.
Checksums-Sha1: 
 97c71df6e5ce330e08044af2f13d00df62a33ae3 1010 s3switch_0.0.20030423-3.dsc
 1a0ba3a336575720cf7c2e023448fbe1bc48c0c3 4933 
s3switch_0.0.20030423-3.debian.tar.gz
 d6714b6f5c13543ed3283e49a4a8ab7f30c07dd7 10644 s3switch_0.0.20030423-3_i386.deb
Checksums-Sha256: 
 150484740b8bb7f0534359a393cbbc2d73eceecd7114cae3791357ddc74f4e63 1010 
s3switch_0.0.20030423-3.dsc
 73bd9122eeb53f00c7d8da670966949cdef0c784ebe276d15c26c8c384a42e63 4933 
s3switch_0.0.20030423-3.debian.tar.gz
 29d6c28edd4fa746e281403bbfd41207116922b330288213ff579ce672293359 10644 
s3switch_0.0.20030423-3_i386.deb
Files: 
 3775dfe4753dea330dd22a12ee190f4c 1010 utils extra s3switch_0.0.20030423-3.dsc
 8165705e440d88abb24e68d26e17145a 4933 utils extra 
s3switch_0.0.20030423-3.debian.tar.gz
 926606f496962433f4fdd17edb882855 10644 utils extra 
s3switch_0.0.20030423-3_i386.deb

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

iD8DBQFNGdEcn88szT8+ZCYRAl+jAJ4nK+vc6DXs6tWYVIDXV0rCR6E9HgCeNIIC
1aVMZb//Di9kpecEAlgTLsA=
=ce7y
-END PGP SIGNATURE-


---End Message---


Bug#608175: possible patch fails

2010-12-28 Thread Andreas Henriksson
Hi Niel and Guido!

On Tue, Dec 28, 2010 at 12:57:56PM +0100, Guido Günther wrote:
 On Tue, Dec 28, 2010 at 11:42:30AM +, Neil Williams wrote:
  Applying the patch from atitvout does not fix the build error:
  http://patch-tracker.debian.org/patch/series/dl/atitvout/0.4-13/lrmi
  
  gcc -Wall -g -O2   -c -o lrmi.o lrmi.c
  lrmi.c: In function ‘get_int_seg’:
  lrmi.c:204: warning: cast to pointer from integer of different size
  lrmi.c: In function ‘get_int_off’:
  lrmi.c:211: warning: cast to pointer from integer of different size
  lrmi.c: In function ‘LRMI_init’:
  lrmi.c:274: warning: cast from pointer to integer of different size
  lrmi.c:282: warning: cast from pointer to integer of different size
  lrmi.c:283: warning: cast from pointer to integer of different size
  lrmi.c: In function ‘emulate’:
  lrmi.c:578: warning: cast to pointer from integer of different size
  lrmi.c: Assembler messages:
  lrmi.c:538: Error: suffix or operands invalid for `in'
  lrmi.c:562: Error: suffix or operands invalid for `out'
  make[1]: *** [lrmi.o] Error 1
  make[1]: Leaving directory
  `/opt/debian/rc/s3switch/s3switch-0.0.20030423' make: *** [build-stamp]
  Error 2 dpkg-buildpackage: error: debian/rules build gave error exit
  status 2 debuild: fatal error at line 1325:
  dpkg-buildpackage -rfakeroot -D -us -uc failed
  
  Considering that this package has a low popcon, is listed as an RFH
  (#519298) and has not had an upload since 2003 I'm going to recommend
  removal as broken abandonware. (I would have just said removal from
  testing if there was a chance someone would take over this package but
  as the original maintainer stated in 2009 that he has lacked the
  hardware for this package and nobody has come forward in that bug
  report, full removal seems a better option.)
 It builds here using pbuilder on i386. I'll upload a new package althogh
 I won't object removing the package.
 Cheers,
  -- Guido

Works for me as well in i386 pbuilder... I guess Niel is using amd64, where
I get the same thing as above if trying (although only i386 is supported!).

-- 
Andreas Henriksson



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#602663: scenic: FTBFS on armel

2010-12-28 Thread Reinhard Tartler
tag 602663 help
stop

CC'ing the arm porters for additional input.

On Sat, Nov 06, 2010 at 23:53:44 (CET), Hector Oron wrote:

 Package: scenic
 Version: 0.6.3-1
 Severity: serious

 Hello,

   scenic fails to build with:
 libtool: link: g++ -shared -nostdlib 
 /usr/lib/gcc/arm-linux-gnueabi/4.4.5/../../../crti.o 
 /usr/lib/gcc/arm-linux-gnueabi/4.4.5/crtbeginS.o
 +.libs/libshared_video_la-sharedVideoBuffer.o   
 -L/usr/lib/gcc/arm-linux-gnueabi/4.4.5 
 -L/usr/lib/gcc/arm-linux-gnueabi/4.4.5/../../.. -lstdc++ -lm -lc -lgcc_s
 +/usr/lib/gcc/arm-linux-gnueabi/4.4.5/crtendS.o 
 /usr/lib/gcc/arm-linux-gnueabi/4.4.5/../../../crtn.o-Wl,-soname 
 -Wl,libshared_video.so.0 -o
 +.libs/libshared_video.so.0.0.0
 libtool: link: (cd .libs  rm -f libshared_video.so.0  ln -s 
 libshared_video.so.0.0.0 libshared_video.so.0)
 libtool: link: (cd .libs  rm -f libshared_video.so  ln -s 
 libshared_video.so.0.0.0 libshared_video.so)
 libtool: link: ar cru .libs/libshared_video.a  
 libshared_video_la-sharedVideoBuffer.o
 libtool: link: ranlib .libs/libshared_video.a
 libtool: link: ( cd .libs  rm -f libshared_video.la  ln -s 
 ../libshared_video.la libshared_video.la )
 make[4]: Leaving directory 
 `/build/buildd-scenic_0.6.3-1-armel-xBgqS2/scenic-0.6.3/build/src/shared_video'
 Making all in caps
 make[4]: Entering directory 
 `/build/buildd-scenic_0.6.3-1-armel-xBgqS2/scenic-0.6.3/build/src/caps'
 /build/buildd-scenic_0.6.3-1-armel-xBgqS2/scenic-0.6.3/./utils/make_caps.py 
 caps.cpp
 make[4]: *** [caps.cpp] Illegal instruction

This looks to me like either an internal gcc problem or some hardware
issue. Can someone please retry the build on another machine? Or maybe
with another version of gcc?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: scenic: FTBFS on armel

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 602663 help
Bug #602663 [scenic] scenic: FTBFS on armel
Added tag(s) help.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
602663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608175: possible patch fails

2010-12-28 Thread Mehdi Dogguy

On 28/12/2010 12:57, Guido Günther wrote:

It builds here using pbuilder on i386. I'll upload a new package althogh
I won't object removing the package.


I've added a removal hint for s3switch.

Regards,

--
Mehdi Dogguy مهدي الدڤي
me...@{dogguy.org,debian.org}



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607071: [Pkg-octave-devel] Bug#607071: Bug#607071: octave-symbolic: Segfaults, doesn't work at all

2010-12-28 Thread Thomas Weber
On Tue, Dec 28, 2010 at 05:04:03AM +0800, Geoff Gole wrote:
 fwiw, I can reproduce this.
 
 $ apt-get install octave-symbolic
 ...

Ehm, the part above would have been interesting, because
 $ octave
 GNU Octave, version 3.0.1

3.0.1 is only available in Lenny.

Thomas



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607071: [Pkg-octave-devel] Bug#607071: Bug#607071: octave-symbolic: Segfaults, doesn't work at all

2010-12-28 Thread Mehdi Dogguy

On 28/12/2010 13:24, Thomas Weber wrote:

On Tue, Dec 28, 2010 at 05:04:03AM +0800, Geoff Gole wrote:

fwiw, I can reproduce this.

$ apt-get install octave-symbolic ...


Ehm, the part above would have been interesting, because

$ octave GNU Octave, version 3.0.1


3.0.1 is only available in Lenny.



Yes, but as Vivek showed, it's also reproducible in a clean Squeeze
chroot. (and I just made the test and it leads to same failure). So, in
any case, this issue remains RC.

Regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582442: [Pkg-sysvinit-devel] Bug#582442:

2010-12-28 Thread Henrique de Moraes Holschuh
On Wed, 15 Dec 2010, Tommy van Leeuwen wrote:
 Is there any workaround available for this bug? We really need to be
 able to interrupt the boot process.

Yes, disable concurrent boot.  It is what I have done on all my boxes and
set as policy for all servers at work.  Right now, it is more trouble than
it is worth when things go wrong, even on my laptop :(

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575536: [Enthought-Dev] Bug#575536: mayavi2 segfaults under VNC

2010-12-28 Thread Mehdi Dogguy
Any news on this issue?

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

Regards,

-- 
Mehdi Dogguy



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608185: btrfs-tools: balance tree action should be only triggered by root

2010-12-28 Thread Aron Xu
Package: btrfs-tools
Version: 0.19+20100601-3, 0.19+20101101-1
Severity: serious

Balance tree action of btrfs command should be limited to only root
user, because it may cause data corrupt and usually result in an
uninterruptible process which is causing a heavy I/O load (the process
may keep runing for a long time because the action is not a easy deal).

Run the following command as a non-root user will also start the balance
tree action ( / is btrfs here, with ext4 /boot):
$ btrfs filesystem balance /

I think this problem will cause serious issues if somebody uses it in
a production system (though it is really not recommended), so I give it
an RC severity. If you think it should be changed, feel free to do it.

What's more, I'm not sure whether this should be a bug in the Linux kernel,
because such action is actually performed by using system calls. If I
try to make a snapshot in a directory by a user who does not have the
access, it will generate an error like this:
$ pwd
/home
$ whoami
aron
$ btrfs subvolume snapshot . backhome
Create a snapshot of '.' in './backhome'
ERROR: cannot snapshot '.'

-- 
Regards,
Aron Xu


signature.asc
Description: Digital signature


Processed: Re: Bug #608185: btrfs-tools: balance tree action should be only triggered by root

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 608185 0.19+20100601-3
Bug #608185 [btrfs-tools] btrfs-tools: balance tree action should be only 
triggered by root
Bug Marked as found in versions btrfs-tools/0.19+20100601-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608187: xresprobe: FTBFS on i386: error: 'IF_MASK' undeclared

2010-12-28 Thread Jakub Wilk

Source: xresprobe
Version: 0.4.23debian1-0.1
Severity: serious
Justification: fails to build from source

xresprobe FTBFS in a clean sid i386 chroot. Tail of the build log:

| gcc -g -O2 -g -Wall -O2   -c -o lrmi.o lrmi.c
| lrmi.c: In function 'set_regs':
| lrmi.c:191: error: 'IF_MASK' undeclared (first use in this function)
| lrmi.c:191: error: (Each undeclared identifier is reported only once
| lrmi.c:191: error: for each function it appears in.)
| lrmi.c:191: error: 'IOPL_MASK' undeclared (first use in this function)
| lrmi.c: In function 'run_vm86':
| lrmi.c:613: error: 'VIF_MASK' undeclared (first use in this function)
| lrmi.c:613: error: 'TF_MASK' undeclared (first use in this function)
| lrmi.c: In function 'LRMI_int':
| lrmi.c:840: error: 'IF_MASK' undeclared (first use in this function)
| lrmi.c:840: error: 'IOPL_MASK' undeclared (first use in this function)
| make[2]: *** [lrmi.o] Error 1

Other packages have been suffering from similar problems, see bugs 
#518725, #608175.


--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608185: Bug #608185: btrfs-tools: balance tree action should be only triggered by root

2010-12-28 Thread Aron Xu
On Tue, Dec 28, 2010 at 21:53, Aron Xu happyaron...@gmail.com wrote:
 Package: btrfs-tools
 Version: 0.19+20100601-3, 0.19+20101101-1
 Severity: serious

 Balance tree action of btrfs command should be limited to only root
 user, because it may cause data corrupt and usually result in an
 uninterruptible process which is causing a heavy I/O load (the process
 may keep runing for a long time because the action is not a easy deal).

 Run the following command as a non-root user will also start the balance
 tree action ( / is btrfs here, with ext4 /boot):
 $ btrfs filesystem balance /

 I think this problem will cause serious issues if somebody uses it in
 a production system (though it is really not recommended), so I give it
 an RC severity. If you think it should be changed, feel free to do it.

 What's more, I'm not sure whether this should be a bug in the Linux kernel,
 because such action is actually performed by using system calls. If I
 try to make a snapshot in a directory by a user who does not have the
 access, it will generate an error like this:
 $ pwd
 /home
 $ whoami
 aron
 $ btrfs subvolume snapshot . backhome
 Create a snapshot of '.' in './backhome'
 ERROR: cannot snapshot '.'


CCing debian-devel.


-- 
Regards,
Aron Xu



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606281: New upstream wavesurfer 1.8.8 works even with tk-tile installed -- changes to backport?

2010-12-28 Thread Salvatore Bonaccorso
Hi all!

Some information on this topic: I can confirm, with tk-tile installed,
wavesurfer does not start.

There is finally too some new upstream development, and trying out
1.8.8 works fine both with tk-tile installed (but depends not on
tk8.5). So is thre possible to backport changes to have it working
even with tk-tile installed?

Could we alternatively add a Conflicts with tk-tile for wavesurfer?

Would be great if wavesurfer does not disappear.

Bests
Salvatore


signature.asc
Description: Digital signature


Processed: Re: [Debian-med-packaging] Bug#608190: /etc/gnumed/gnumed-client.conf has wrong database name

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 608190 0.7.10-1
Bug #608190 [gnumed-client] /etc/gnumed/gnumed-client.conf has wrong database 
name
Bug Marked as found in versions gnumed-client/0.7.10-1.
 fixed 608190 0.8.5-1
Bug #608190 [gnumed-client] /etc/gnumed/gnumed-client.conf has wrong database 
name
Bug Marked as fixed in versions gnumed-client/0.8.5-1.
 severity 608190 serious
Bug #608190 [gnumed-client] /etc/gnumed/gnumed-client.conf has wrong database 
name
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608194: lincredits: broken Depends after rebuild

2010-12-28 Thread Jakub Wilk

Source: lincredits
Version: 0.6
Severity: serious

I rebuilt lincredits in a clean sid chroot and the resulting binary 
package didn't depend on python anymore. Interesting parts of the build 
log:


| dh_python
| dh_python: Doing nothing since dh_pycompat exists; dh_pysupport or 
dh_pycentral should do the work. You can remove dh_python from your rules file.
| dh_python: Compatibility levels before 5 are deprecated.
[…]
| dpkg-gencontrol: warning: Depends field of package lincredits: unknown 
substitution variable ${python:Depends}
| dpkg-gencontrol: warning: package lincredits: unknown substitution variable 
${python:Versions}

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: notfound 608190 in 0.8.5-1

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 608190 0.8.5-1
Bug #608190 [gnumed-client] /etc/gnumed/gnumed-client.conf has wrong database 
name
Bug No longer marked as found in versions gnumed-client/0.8.5-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608187: xresprobe: FTBFS on i386: error: 'IF_MASK' undeclared

2010-12-28 Thread Adam D. Barratt
On Tue, 2010-12-28 at 15:13 +0100, Jakub Wilk wrote:
 xresprobe FTBFS in a clean sid i386 chroot. Tail of the build log:
 
 | gcc -g -O2 -g -Wall -O2   -c -o lrmi.o lrmi.c
 | lrmi.c: In function 'set_regs':
 | lrmi.c:191: error: 'IF_MASK' undeclared (first use in this function)
[...]
 Other packages have been suffering from similar problems, see bugs 
 #518725, #608175.

This looks like a side-effect of a change made to the x86 kernel headers
some time ago in order to make vm86.h source the definitions for
processor flags from processor-flags.h rather than defining them itself;
in this case, replacing IF_MASK with X86_EFLAGS_IF would probably
suffice.

I haven't checked which kernel version it was released with, but the
thread around
http://lkml.indiana.edu/hypermail/linux/kernel/0803.3/2188.html
indicates that the changes were made upstream in early 2008 so the
packages affected presumably haven't been rebuilt for some time
(xresprobe was last uploaded in 2007, s3switch in 2003).

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608190: [Debian-med-packaging] Bug#608190: /etc/gnumed/gnumed-client.conf has wrong database name

2010-12-28 Thread Karsten Hilbert
On Tue, Dec 28, 2010 at 11:51:46PM +0900, Charles Plessy wrote:

  Just to clear this up: this bug applies to GNUmed 0.7.10-1
  from Squeeze and NOT to 0.8.5 from sid.

 I hope the above control commands will correctly summarise the situation in 
 the
 BTS.

Looks right to me.

@Release team: Note that I am NOT asking for 0.8 to be moved
from Unstable to Testing. I am rather wondering whether a
0.7.10-2 should be created and uploaded to t-p-u. If so that
would need either Andreas or someone else from the Debian
Med team to do an upload.

Thanks,
Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608179: tendra: FTBFS: mv: cannot stat `debian/tendra/usr/share/man/man1/tcc.1': No such file or directory

2010-12-28 Thread Mark Brown
On Tue, Dec 28, 2010 at 12:31:53PM +0100, Jakub Wilk wrote:

 tendra fails to build from source in a clean sid i386 chroot. Tail of  
 the build log:

It would be helpful to provide the full build log; in general when
reporting build issues you should always link to the full build log in
the report.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608190: [Debian-med-packaging] Bug#608190: /etc/gnumed/gnumed-client.conf has wrong database name

2010-12-28 Thread Mehdi Dogguy

On 28/12/2010 16:12, Karsten Hilbert wrote:

On Tue, Dec 28, 2010 at 11:51:46PM +0900, Charles Plessy wrote:


Just to clear this up: this bug applies to GNUmed 0.7.10-1 from
Squeeze and NOT to 0.8.5 from sid.


I hope the above control commands will correctly summarise the
situation in the BTS.


Looks right to me.

@Release team: Note that I am NOT asking for 0.8 to be moved from
Unstable to Testing. I am rather wondering whether a 0.7.10-2 should
be created and uploaded to t-p-u. If so that would need either Andreas
or someone else from the Debian Med team to do an upload.



It looks ok (from the bug log) but I'd like to see a debdiff first.

P.S.: CC'ing debian-rele...@l.d.o would have been appreciated, but well…

Regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608185: btrfs-tools: balance tree action should be only triggered by root

2010-12-28 Thread Julien Cristau
On Tue, Dec 28, 2010 at 21:53:06 +0800, Aron Xu wrote:

 What's more, I'm not sure whether this should be a bug in the Linux kernel,

Yes, it would be.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#587391: pure-ftpd-postgresql: spontanous crash

2010-12-28 Thread Toni Mueller

Hi,

On Mon, 27.12.2010 at 17:17:41 +0100, Julien Cristau jcris...@debian.org 
wrote:
 user release.debian@packages.debian.org
 usertag 587391 squeeze-can-defer
 tag 587391 squeeze-ignore
 kthxbye
 
 On Mon, Aug  2, 2010 at 13:32:43 +0200, Nico Golde wrote:
  can you provide the configuration that is causing this as 
  well as details on how to reproduce?
 No reply from the submitter, bug was filed against the lenny version so
 there's no evidence this affects squeeze.  As such, tagging
 squeeze-ignore until more information is available.

sorry for missing the messages. I thought I had replied to this
already, but it seems that (at least) the problem does not always
occur, and I was also able to set up a working pure-ftpd-postgresql
configuration on a different Lenny host, too. But I have to look again
whether I used a different version of pure-ftpd, or not.

-- 
Kind regards,
--Toni++




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608179: tendra: FTBFS: mv: cannot stat `debian/tendra/usr/share/man/man1/tcc.1': No such file or directory

2010-12-28 Thread Jakub Wilk

* Mark Brown broo...@debian.org, 2010-12-28, 15:25:
tendra fails to build from source in a clean sid i386 chroot. Tail of 
the build log:


It would be helpful to provide the full build log


Attached.

--
Jakub Wilk


tendra_4.1.2-18_i386.build.gz
Description: Binary data


Bug#608179: tendra: FTBFS: mv: cannot stat `debian/tendra/usr/share/man/man1/tcc.1': No such file or directory

2010-12-28 Thread Mark Brown
On Tue, Dec 28, 2010 at 04:59:17PM +0100, Jakub Wilk wrote:
 * Mark Brown broo...@debian.org, 2010-12-28, 15:25:

 It would be helpful to provide the full build log

 Attached.

Thanks.  This looks like debhelper messed up and hasn't copied the man
page for the compiler in.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reopening 607240

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 607240
Bug #607240 {Done: Giuseppe Iuculano iucul...@debian.org} [wordpress] 
wordpress: Copyrighted song lyrics included in the source code
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
607240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607240
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 607921

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 607921 - wontfix + pending
Bug #607921 {Done: A Mennucc1 mennu...@debian.org} [freevo] freevo messes 
with /home
Removed tag(s) wontfix.
Bug #607921 {Done: A Mennucc1 mennu...@debian.org} [freevo] freevo messes 
with /home
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
607921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607921
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542915: marked as done (pbuilder: removes data from bind-mounted directories)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 16:48:07 +
with message-id e1pxciv-0006m2...@franck.debian.org
and subject line Bug#542915: fixed in pbuilder 0.199+nmu1
has caused the Debian Bug report #542915,
regarding pbuilder: removes data from bind-mounted directories
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
542915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542915
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: pbuilder
Version: 0.189
Severity: grave
Justification: causes data loss


How to lose your data with pbuilder:

0. Install the C10shell hook.

1. Try to build a package which happens to FTBFS.

2. Realize that you need some files from your $HOME to investigate the 
failure.


3. Bind-mount $HOME into the chroot.

4. Investigate things, logout from the chroot.

5. Say good-bye to your data.


--
Jakub Wilk


---End Message---
---BeginMessage---
Source: pbuilder
Source-Version: 0.199+nmu1

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

pbuilder-uml_0.199+nmu1_amd64.deb
  to main/p/pbuilder/pbuilder-uml_0.199+nmu1_amd64.deb
pbuilder_0.199+nmu1.dsc
  to main/p/pbuilder/pbuilder_0.199+nmu1.dsc
pbuilder_0.199+nmu1.tar.gz
  to main/p/pbuilder/pbuilder_0.199+nmu1.tar.gz
pbuilder_0.199+nmu1_all.deb
  to main/p/pbuilder/pbuilder_0.199+nmu1_all.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 542...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve M. Robbins s...@debian.org (supplier of updated pbuilder 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Dec 2010 10:19:37 -0600
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source all amd64
Version: 0.199+nmu1
Distribution: unstable
Urgency: low
Maintainer: Debian pbuilder maintenance team 
pbuilder-ma...@lists.alioth.debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 542915
Changes: 
 pbuilder (0.199+nmu1) unstable; urgency=low
 .
   * Non-Maintainer Upload.
 .
   * pbuilder-modules: don't clean $BUILDPLACE if another directory has
 been bind-mounted under it; patch by Matthew Palmer.  (closes:
 #542915)
Checksums-Sha1: 
 9fd4eb3fd9900b32c4a0ea9f14f8134ae740fce2 1156 pbuilder_0.199+nmu1.dsc
 17db967ce27aca87e95509c58cc572d4889d9580 859003 pbuilder_0.199+nmu1.tar.gz
 79b65565aad43d104b2d0f77063ba854ff801187 357202 pbuilder_0.199+nmu1_all.deb
 a924a5090ec9227b1ff5b0191d2260a233b5e1e4 41328 
pbuilder-uml_0.199+nmu1_amd64.deb
Checksums-Sha256: 
 0a65ad175048bbefa1f6c6f5b23e1e03724ea203dc5c4e103486db3439061a22 1156 
pbuilder_0.199+nmu1.dsc
 a70463dd258913913fa5976a7efb0540ff206bf09cfd57deded8919e1f48f905 859003 
pbuilder_0.199+nmu1.tar.gz
 d69bf7ddb32ce3a4a194854a066c6a7fabd78df162c878adc45332848e1fa602 357202 
pbuilder_0.199+nmu1_all.deb
 55fdf12925f7228d724e1213b5edb554f3f957803cc0c928d8310fcae137340f 41328 
pbuilder-uml_0.199+nmu1_amd64.deb
Files: 
 46120c148e990764e6563b7f166e8673 1156 devel extra pbuilder_0.199+nmu1.dsc
 2025b99976d7e23d8c4d1d657db7fd1d 859003 devel extra pbuilder_0.199+nmu1.tar.gz
 2a4e459e673208c17aca4ce8927154c4 357202 devel extra pbuilder_0.199+nmu1_all.deb
 af1491438da43bb31c95d4d693ab7184 41328 devel extra 
pbuilder-uml_0.199+nmu1_amd64.deb

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

iD8DBQFNGhC10i2bPSHbMcURAoq1AKC2Je702dmIxaCU+AhK9NltnH+xnwCfSNR0
3u0BrWLBQXDFVp0sqVSEaaY=
=r2el
-END PGP SIGNATURE-


---End Message---


Bug#605784: marked as done (nagios-statd-server: stops responding and 100% cpu usage)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 16:47:52 +
with message-id e1pxcig-0006fu...@franck.debian.org
and subject line Bug#605784: fixed in nagios-statd 3.12-1.1
has caused the Debian Bug report #605784,
regarding nagios-statd-server: stops responding and 100% cpu usage
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
605784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605784
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nagios-statd-server
Version: 3.12-1
Severity: grave
Justification: renders package unusable

Hello,

after upgrade to squeeze, nagios-statd stopped working.  Usually works
fine for one hour and after that nagios reports connection timeout and
top indicates that nagios-statd is using 100% of CPU.  (Fortunately uses
only one core on muli-core CPU.) I found a recommendation on
ubutu bugzilla to use python2.4. See here:
https://bugs.launchpad.net/ubuntu/+source/nagios-statd/+bug/463795

I confirm, that it works fine with python2.4. After I have
edited /usr/sbin/nagios-statd to use /usr/bin/python2.4, it
works for two hours now. I'll see if it keeps running after
weekend and then I might try python2.5, because 2.4 is not
any more in squeeze.

Regards
Vladislav Kurz


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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages nagios-statd-server depends on:
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie

nagios-statd-server recommends no packages.

nagios-statd-server suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: nagios-statd
Source-Version: 3.12-1.1

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

nagios-statd-client_3.12-1.1_all.deb
  to main/n/nagios-statd/nagios-statd-client_3.12-1.1_all.deb
nagios-statd-server_3.12-1.1_all.deb
  to main/n/nagios-statd/nagios-statd-server_3.12-1.1_all.deb
nagios-statd_3.12-1.1.diff.gz
  to main/n/nagios-statd/nagios-statd_3.12-1.1.diff.gz
nagios-statd_3.12-1.1.dsc
  to main/n/nagios-statd/nagios-statd_3.12-1.1.dsc



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 605...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan Wiltshire j...@debian.org (supplier of updated nagios-statd 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 26 Dec 2010 16:19:26 +
Source: nagios-statd
Binary: nagios-statd-server nagios-statd-client
Architecture: source all
Version: 3.12-1.1
Distribution: unstable
Urgency: high
Maintainer: Jason Thomas ja...@debian.org
Changed-By: Jonathan Wiltshire j...@debian.org
Description: 
 nagios-statd-client - Nagios client for monitoring remote system information
 nagios-statd-server - Nagios server for monitoring remote system information
Closes: 605784
Changes: 
 nagios-statd (3.12-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Patch use-python2.5.diff: always use Python 2.5 to run
 /usr/bin/nagios-statd and /usr/sbin/nagios-statd (closes: #605784)
Checksums-Sha1: 
 b1f2be35b512122f82d71eff9dc1f594ca1d083f 1697 nagios-statd_3.12-1.1.dsc
 1b6c01e75e1a2105f83b44d107227865e2fdfbee 4939 nagios-statd_3.12-1.1.diff.gz
 6a07901a4a7725ff718fe8ab16b3f847d752a88a 10246 
nagios-statd-server_3.12-1.1_all.deb
 bef5b5e6de9c5c9cfc5f819e580619ba2b7c2f47 11432 
nagios-statd-client_3.12-1.1_all.deb
Checksums-Sha256: 
 47d793b812040413a7d8af68d0019a623f62a47542ddd9b5d43948daa2787f01 1697 
nagios-statd_3.12-1.1.dsc
 abc31636505331f8da087185c07030f014bc407a874783ad258df9fe6d061e2f 4939 
nagios-statd_3.12-1.1.diff.gz
 2b66e3132af3b9a7261b3ef3077d878320555d2ed913fe87dc94b4ebacdf6754 10246 
nagios-statd-server_3.12-1.1_all.deb
 b9a05efa735a68e1eb6cb2614e24a2eb190d5997410030221e1b0e57d72a1e31 11432 
nagios-statd-client_3.12-1.1_all.deb
Files: 
 7263da3dc9283e4d66715658b4e78310 1697 net optional nagios-statd_3.12-1.1.dsc
 6018e168d30cde337e8a6997d3244bcb 4939 net optional 

Bug#608201: grub-installer: fails on live usb-hdd images (not on any other types)

2010-12-28 Thread Daniel Baumann
Package: grub-installer
Severity: serious

it appears that grub-installer is unable to find grub-common and grub-pc
when being installed from an live usb-hdd image.

i checked that /cdrom is correctly mounted, and the mediums content is
also correct.

it doesn't fail if the exact same image is not an usb-hdd image but an
iso or iso-hybrid image.

see the following thread for more information:
http://lists.debian.org/debian-live/2010/12/msg00113.html

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: block 598135 with 608192

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 598135 with 608192
Bug #598135 [inn2] Forwarding articles to moderators is broken
Was not blocked by any bugs.
Added blocking bug(s) of 598135: 608192
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607240: marked as done (wordpress: Copyrighted song lyrics included in the source code)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 17:18:10 +
with message-id e1pxdba-00048c...@franck.debian.org
and subject line Bug#607240: fixed in wordpress 3.0.3.dfsg-1
has caused the Debian Bug report #607240,
regarding wordpress: Copyrighted song lyrics included in the source code
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
607240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607240
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wordpress
Version: 2.5.1-11+lenny3
Severity: serious
Justification: Policy 2.1


WordPress includes a plugin in wp-content/plugins/hello.php in the
default distribution. This plugin contains in the source code the full
lyrics to a copyrighted work, a song called Hello Dolly.

IANAL, but I believe it is impossible that these lyrics are
GPL-compatible. Relevant wordpress ticket:

http://core.trac.wordpress.org/ticket/15769

(the discussion is rather unsettling)

A quick research on http://iswcnet.cisac.org/iswcnet/logon.do seems to
show the copyright holders.

Regards,

Nicolas

-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-028stab070.7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wordpress depends on:
ii  apache22.2.9-10+lenny8   Apache HTTP Server metapackage
ii  apache2-mpm-prefor 2.2.9-10+lenny8   Apache HTTP Server - traditional n
ii  libapache2-mod-php 5.2.6.dfsg.1-1+lenny9 server-side, HTML-embedded scripti
ii  libjs-prototype1.6.0.2-4 JavaScript Framework for dynamic w
ii  libjs-scriptaculou 1.8.1-5   JavaScript library for dynamic web
ii  libphp-phpmailer   1.73-6full featured email transfer class
ii  libphp-snoopy  1.2.4-1   Snoopy is a PHP class that simulat
ii  lighttpd [httpd]   1.4.19-5+lenny1   A fast webserver with minimal memo
ii  mysql-client-5.0 [ 5.0.51a-24+lenny4 MySQL database client binaries
ii  nginx [httpd]  0.7.67-3~bpo50+1  small, but very powerful and effic
ii  php5   5.2.6.dfsg.1-1+lenny9 server-side, HTML-embedded scripti
ii  php5-cgi   5.2.6.dfsg.1-1+lenny9 server-side, HTML-embedded scripti
ii  php5-gd5.2.6.dfsg.1-1+lenny9 GD module for php5
ii  php5-mysql 5.2.6.dfsg.1-1+lenny9 MySQL module for php5
ii  tinymce3.0.8-1   platform independent web based Jav

wordpress recommends no packages.

Versions of packages wordpress suggests:
ii  mysql-server-5.0 [virt 5.0.51a-24+lenny4 MySQL database server binaries

-- no debconf information


---End Message---
---BeginMessage---
Source: wordpress
Source-Version: 3.0.3.dfsg-1

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

wordpress-l10n_3.0.3.dfsg-1_all.deb
  to main/w/wordpress/wordpress-l10n_3.0.3.dfsg-1_all.deb
wordpress_3.0.3.dfsg-1.debian.tar.gz
  to main/w/wordpress/wordpress_3.0.3.dfsg-1.debian.tar.gz
wordpress_3.0.3.dfsg-1.dsc
  to main/w/wordpress/wordpress_3.0.3.dfsg-1.dsc
wordpress_3.0.3.dfsg-1_all.deb
  to main/w/wordpress/wordpress_3.0.3.dfsg-1_all.deb
wordpress_3.0.3.dfsg.orig.tar.gz
  to main/w/wordpress/wordpress_3.0.3.dfsg.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 607...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Iuculano iucul...@debian.org (supplier of updated wordpress 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Dec 2010 17:22:34 +0100
Source: wordpress
Binary: wordpress wordpress-l10n
Architecture: source all
Version: 3.0.3.dfsg-1
Distribution: unstable
Urgency: high
Maintainer: Giuseppe Iuculano iucul...@debian.org
Changed-By: Giuseppe Iuculano iucul...@debian.org
Description: 
 wordpress  - weblog manager
 wordpress-l10n - weblog manager - language files
Closes: 607240
Changes: 
 wordpress (3.0.3.dfsg-1) unstable; urgency=high
 .
   * [e113893] Imported Upstream version 3.0.3.dfsg
 - Re-packaged without 

Bug#608205: scmail: broken package after rebuild

2010-12-28 Thread Jakub Wilk

Source: scmail
Version: 1.3-2
Severity: serious

I rebuilt scmail in a clean sid i386 chroot. The resulting binary package 
is violating FHS:


$ dpkg -c scmail_1.3-2_all.deb | grep -F './scmail'
drwxr-xr-x root/root 0 2010-12-28 10:13 ./scmail/
-rw-r--r-- root/root  3187 2004-06-07 17:08 ./scmail/mh.scm
-rw-r--r-- root/root  5679 2004-06-07 17:08 ./scmail/progress.scm
-rw-r--r-- root/root  5033 2004-06-07 17:08 ./scmail/config.scm
-rw-r--r-- root/root  2801 2004-07-26 17:16 ./scmail/util.scm
-rw-r--r-- root/root  2095 2004-06-07 17:08 ./scmail/mailbox.scm
-rw-r--r-- root/root  4350 2004-07-26 17:15 ./scmail/maildir.scm
-rw-r--r-- root/root 22434 2010-12-28 10:13 ./scmail/bayesian-filter.scm
-rw-r--r-- root/root  8897 2004-07-26 16:49 ./scmail/mail.scm
-rw-r--r-- root/root 14377 2004-07-26 16:43 ./scmail.scm

The interesting part of the build log:

| make[1]: Entering directory 
`/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3'
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/bin
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/share/scmail
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail`gauche-config 
--sitelibdir`/scmail
| /bin/sh: gauche-config: not found
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/share/doc/scmail/examples
| cp -fp scmail-deliver scmail-refile scbayes 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/bin
| cp -fp dot.scmail/*.sample 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/share/doc/scmail/examples
| cp -fp scmail.scm 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail`gauche-config 
--sitelibdir`
| /bin/sh: gauche-config: not found
| cp -fp scmail/*.scm 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail`gauche-config 
--sitelibdir`/scmail
| /bin/sh: gauche-config: not found

Perhaps it's a missing build-dependency on gauche-dev?

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608207: zoidberg: broken package after rebuild

2010-12-28 Thread Jakub Wilk

Source: zoidberg
Version: 0.96-1
Severity: serious

I rebuilt zoidberg in a clean sid i386 chroot. The resulting binary 
package didn't contain /etc/zoidrc (and a few other files). As a 
consequence, zoid could not be run at all:


$ zoid
You should at least set a config value for 'data_dirs' at 
/usr/share/perl5/Zoidberg.pm line 195
Zoidberg was not properly cleaned up.


Debdiff between the old and the rebuilt package and full build log 
attached.


--
Jakub Wilk
Files in second .deb but not in first
-
-rw-r--r--  root/root   /usr/lib/perl5/auto/Zoidberg/.packlist

Files in first .deb but not in second
-
-rw-r--r--  root/root   /etc/zoidrc
-rw-r--r--  root/root   /usr/share/zoid/AppInfo.xml
-rw-r--r--  root/root   /usr/share/zoid/pixmaps/zoid16.png
-rw-r--r--  root/root   /usr/share/zoid/pixmaps/zoid32.png
-rw-r--r--  root/root   /usr/share/zoid/pixmaps/zoid64.png
-rw-r--r--  root/root   /usr/share/zoid/pixmaps/zoid70.png
-rw-r--r--  root/root   /usr/share/zoid/plugins/CPAN.pm
-rw-r--r--  root/root   /usr/share/zoid/plugins/Commands.pl
-rw-r--r--  root/root   /usr/share/zoid/plugins/Intel.pl
-rw-r--r--  root/root   /usr/share/zoid/plugins/Log.pl
-rw-r--r--  root/root   /usr/share/zoid/plugins/ReadLine.pl
-rw-r--r--  root/root   DEBIAN/conffiles

Control files: lines which differ (wdiff format)

Depends: [-perl (= 5.6.0-16),-] {+perl,+} libexporter-tidy-perl, 
libenv-ps1-perl, libterm-readkey-perl, libterm-readline-zoid-perl
Installed-Size: [-696-] {+652+}


zoidberg_0.96-1_i386.build.gz
Description: Binary data


Bug#607557: backtrace with gnome-panel debug symbols

2010-12-28 Thread Julien Cristau
On Mon, Dec 20, 2010 at 13:50:17 +0100, Bastien wrote:

 Sure. I also compiled the library without the -O flag, so I can look
 at the value of any variable.
 
 I get this running the simple example.
 
 
 Program received signal SIGSEGV, Segmentation fault.
 0x75f19163 in panel_applet_factory_main_closure
 (iid=0x665d38 OAFIID:SimplePA_Factory, applet_type=6682016,
 closure=0x610170) at panel-applet.c:1773
 1773iid, DisplayString (gdk_display));
 
 (gdb) bt
 #0  0x75f19163 in panel_applet_factory_main_closure
 (iid=0x665d38 OAFIID:SimplePA_Factory, applet_type=6682016,
 closure=0x610170) at panel-applet.c:1773
 #1  0x75f1924e in panel_applet_factory_main (iid=0x665d38
 OAFIID:SimplePA_Factory, applet_type=6682016, callback=
 0x406c64 Gnome::Panel::(anonymous
 namespace)::SignalProxy_Factory::c_callback(PanelApplet*, gchar
 const*, void*),
 data=0x7fffded0) at panel-applet.c:1798
 #2  0x00408942 in Gnome::Panel::factory_mainMyApplet (iid=...)
 at ../../libpanelapplet/libpanelappletmm/factory.h:99
 #3  0x00408077 in main (argc=1, argv=0x7fffe078) at main.cc:138
 
 (gdb) list
 1768closure = bonobo_closure_store (closure,
 panel_applet_marshal_BOOLEAN__STRING);
 1769
 1770data = panel_applet_callback_data_new (applet_type, closure);
 1771
 1772display_iid = bonobo_activation_make_registration_id (
 1773iid, DisplayString (gdk_display));
 1774retval = bonobo_generic_factory_main (
 1775display_iid,
 1776(BonoboFactoryCallback) panel_applet_factory_callback,
 1777data);
 
 (gdb) print gdk_display
 $3 = (Display *) 0x0
 
So the display doesn't ever get opened?  Is that actually a bug in the
library, or in the example program?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#593607: pcmanfm wrongly deleted some files in a failed move operation

2010-12-28 Thread Julien Cristau
On Thu, Dec 23, 2010 at 16:43:03 +0100, Julien Cristau wrote:

 On Mon, Dec  6, 2010 at 09:58:20 +0100, Mehdi Dogguy wrote:
 
  On 12/06/2010 01:56 AM, Andrew Lee wrote:
   Both newer version of libfm and pcmanfm are bug fixes release from 
   upstream. Would this be an exception, please?
   
  
  Sorry but those have big changes. I'm not sure that it's wise to accept
  them at this stage of the freeze. I'd prefer targeted fixes.
  
 ping?
 
If this doesn't get fixed very soon, we'll have to remove pcmanfm and
lxde-common from squeeze, as far as I can tell.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#584782: selinux-policy-default: /dev filesystem not labelled

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 584782 squeeze-will-remove
kthxbye

On Mon, Jun  7, 2010 at 00:58:56 +0200, Julien Cristau wrote:

 On Mon, Jun  7, 2010 at 08:24:11 +1000, Russell Coker wrote:
 
  http://etbe.coker.com.au/2010/04/21/upgrading-se-linux-system-squeez/
  
  At the above URL I have documented what you need to do to upgrade a SE 
  Linux 
  system to Squeeze.
  
 # selinux-policy-upgrade
 Updating default policy
 libsepol.print_missing_requirements: procmail's global requirements were
 not met: type/attribute privhome (No such file or directory).
 libsemanage.semanage_link_sandbox: Link packages failed (No such file or
 directory).
 semodule:  Failed!
 
 After moving /etc/selinux/default/modules/active/modules/procmail.pp it
 seems happier.
 
 The devtmpfs errors go away after relabeling, thanks for the tip.
 
 It seems to me this whole procedure should be done by the maintainer
 scripts (at least optionally), rather than the users having to guess
 what random blog post they need to follow, and what to do in case it
 goes wrong.
 
 /usr/share/doc/selinux-policy-default/README.Debian.gz also should
 document this.
 
The lack of upgrade path and the general lack of maintenance of the
selinux stack in squeeze inclines me towards removing this package.
Will probably do that in a few days.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#606777: sendfile: package fails to upgrade properly from lenny

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 606777 + squeeze-will-remove
kthxbye

On Mon, Dec 27, 2010 at 17:21:29 +0100, Julien Cristau wrote:

 On Sun, Dec 19, 2010 at 17:57:05 +, Chris Butler wrote:
 
  A patch implementing one possible fix is attached: if 
  /etc/cron.weekly/sendfile is present and its md5sum matches that of the
  original file from 2.1b.20080616-2, then remove it in preinst. dpkg is then
  happy to install the new version without prompting.
  
 Hi Chris,
 
 are you going to NMU with this patch?
 
Tagging as candidate for removal if this doesn't get fixed.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608210: wiliki: empty package after rebuild

2010-12-28 Thread Jakub Wilk

Source: wiliki
Version: 0.5.3-1
Severity: serious

I rebuilt wiliki in a clean sid i386 chroot. The resulting package was 
mostly empty:


$ dpkg -c wiliki_0.5.3-1_all.deb | grep -v -E '/($|usr/share/doc/)'
-rwxr-xr-x root/root  2678 2010-12-28 13:51 ./usr/lib/cgi-bin/wiliki.cgi


Full build log attached.

--
Jakub Wilk


wiliki_0.5.3-1_i386.build.gz
Description: Binary data


Bug#599523: [update-manager-gnome] wants to downgrade packages without any notice

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 599523 squeeze-can-defer
tag 599523 squeeze-ignore
kthxbye

On Fri, Oct  8, 2010 at 14:01:19 +0200, Zoran Dzelajlija wrote:

 Package: update-manager-gnome
 Version: 0.200.4-1
 Severity: serious
 
 --- Please enter the report below this line. ---
 update-manager wants to downgrade a package I explicitely installed from
 experimental without any special notice.  This downgrade would break 
 functionality on my machine.  apt and aptitude don't try to do anything
 similar, nor suggest it be done.
 
Seems to be some kind of weird apt behaviour with experimental.  I don't
consider this a blocker for squeeze, tagging as such.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#599523: [update-manager-gnome] wants to downgrade packages without any notice

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was 
jcris...@debian.org).
 usertag 599523 squeeze-can-defer
Bug#599523: [update-manager-gnome] wants to downgrade packages without any 
notice
There were no usertags set.
Usertags are now: squeeze-can-defer.
 tag 599523 squeeze-ignore
Bug #599523 [update-manager-gnome] [update-manager-gnome] wants to downgrade 
packages without any notice
Added tag(s) squeeze-ignore.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
599523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575536: Acknowledgement (/usr/lib/libwx_gtk2u_core-2.8.so.0: segfaults in wxWindow::DoSetSize due to m_parent being NULL)

2010-12-28 Thread Julien Cristau
severity 575536 important
kthxbye

On Mon, Mar 29, 2010 at 23:43:43 -0400, Yaroslav Halchenko wrote:

 Just now saw that Ryan is taking care about the bug -- THANKS!
 
 FWIW, just in case someone else wants to replicate -- for me it is
 consistently occurring under VNC (vnc4server) but works fine in a proper
 X server (even with X forwarding through ssh)
 
I don't think this makes libwxgtk2.8 completely unusable, so downgrading
to important.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#575536: Acknowledgement (/usr/lib/libwx_gtk2u_core-2.8.so.0: segfaults in wxWindow::DoSetSize due to m_parent being NULL)

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 575536 important
Bug #575536 [libwxgtk2.8-0] /usr/lib/libwx_gtk2u_core-2.8.so.0: segfaults in 
wxWindow::DoSetSize due to m_parent being NULL
Severity set to 'important' from 'serious'

 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
575536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606780: Bug#606795: zabbix-server-mysql: package fails to upgrade properly from lenny

2010-12-28 Thread Julien Cristau
severity 606780 important
severity 606795 important
kthxbye

On Tue, Dec 28, 2010 at 10:24:35 +0100, Lucas Nussbaum wrote:

 On 27/12/10 at 12:24 +0100, Julien Cristau wrote:
  Same as 606780, there's an error when installing the lenny version.
  Would be interesting to know if the upgrade can proceed when the package
  is properly installed.
 
 FTR, I have nothing against downgrading those bugs.
 
OK, let's do this then.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#606795: zabbix-server-mysql: package fails to upgrade properly from lenny

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 606780 important
Bug #606780 [zabbix-frontend-php] zabbix-frontend-php: package fails to upgrade 
properly from lenny
Severity set to 'important' from 'serious'

 severity 606795 important
Bug #606795 [zabbix-server-mysql] zabbix-server-mysql: package fails to upgrade 
properly from lenny
Severity set to 'important' from 'serious'

 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
606795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606795
606780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606780
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607598: visualboyadvance: 2xSaImmx.asm only allows for *non commercial* use

2010-12-28 Thread Julien Cristau
On Mon, Dec 20, 2010 at 13:38:58 +1030, Karl Goetz wrote:

 Package: visualboyadvance
 Severity: serious
 Tags: upstream
 Justification: non commercial licence, not allowed in main
 User: k...@kgoetz.id.au
 Usertags: libreplanet
 
 
 Hi,
 visualboyadvance in debian contains a file which lacks commercial distribution
 rights [1]. Since this isn't granted by default, we need a new licence or the
 file removed (or the package moved into non-free, but that seems a bit
 extreme).
 
Did you try contacting upstream, or the author of this file?
I guess worst case we can drop this file and drop the optimisation on
i386 by building with --without-mmx.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608185: btrfs-tools: balance tree action should be only triggered by root

2010-12-28 Thread Daniel Baumann
reassign 608185 linux-2.6
severity 608185 important
thanks

On 12/28/2010 04:38 PM, Julien Cristau wrote:
 Yes, it would be.

reassigning then.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#608185: btrfs-tools: balance tree action should be only triggered by root

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 608185 linux-2.6
Bug #608185 [btrfs-tools] btrfs-tools: balance tree action should be only 
triggered by root
Bug reassigned from package 'btrfs-tools' to 'linux-2.6'.
Bug No longer marked as found in versions btrfs-tools/0.19+20100601-3.
 severity 608185 important
Bug #608185 [linux-2.6] btrfs-tools: balance tree action should be only 
triggered by root
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
608185: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608185
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606777: sendfile: package fails to upgrade properly from lenny

2010-12-28 Thread Chris Butler
On Mon, Dec 27, 2010 at 05:21:29PM +0100, Julien Cristau wrote:
 On Sun, Dec 19, 2010 at 17:57:05 +, Chris Butler wrote:
 
  A patch implementing one possible fix is attached: if 
  /etc/cron.weekly/sendfile is present and its md5sum matches that of the
[…]
 are you going to NMU with this patch?

Sorry, not had much spare time for Debian recently. I'll try to sort out an
NMU in the next few days if no-one beats me to it.

-- 
Chris Butler chr...@debian.org
  GnuPG Key ID: 4096R/49E3ACD3



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604717: Proposed patch

2010-12-28 Thread Ivan Jager

On Mon, 27 Dec 2010, Julien Cristau wrote:

Thanks, I've applied a similar patch, adding defined(__arch64__) as
alternative since that seems to be defined by gcc -m64 on Debian/sparc,
whereas __sparcv9 isn't, so hopefully this will fix sparc and not break
sparc64.  I'll upload the NMU in a minute, can you check afterwards that
603882 goes away?


Adding the extra defined(__arch64__) will cause __WORDSIZE to be defined 
twice on 64-bit sparc, because a few lines later we have:


#if defined(__sparc__)  (__arch64__)
#define __WORDSIZE 64
#endif

Ivan



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604717: Proposed patch

2010-12-28 Thread Julien Cristau
On Tue, Dec 28, 2010 at 14:40:56 -0500, Ivan Jager wrote:

 On Mon, 27 Dec 2010, Julien Cristau wrote:
 Thanks, I've applied a similar patch, adding defined(__arch64__) as
 alternative since that seems to be defined by gcc -m64 on Debian/sparc,
 whereas __sparcv9 isn't, so hopefully this will fix sparc and not break
 sparc64.  I'll upload the NMU in a minute, can you check afterwards that
 603882 goes away?
 
 Adding the extra defined(__arch64__) will cause __WORDSIZE to be
 defined twice on 64-bit sparc, because a few lines later we have:
 
 #if defined(__sparc__)  (__arch64__)
 #define __WORDSIZE 64
 #endif
 
Doh.  Missed that, thanks.  It shouldn't be an issue, though, since both
definitions are the same?  In any case, util-vserver got rebuilt against
the NMUed dietlibc, as version 0.30.216-pre2864-2+b2, so it'd be nice if
that got some testing.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608160: marked as done (wraplinux: FTBFS: needs libc6-dev-i386 for gnu/stubs-32.h on amd64)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 19:47:06 +
with message-id e1pxfvi-0005jp...@franck.debian.org
and subject line Bug#608160: fixed in wraplinux 1.7-3
has caused the Debian Bug report #608160,
regarding wraplinux: FTBFS: needs libc6-dev-i386 for gnu/stubs-32.h on amd64
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
608160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wraplinux
Version: 1.7-2
Severity: serious
Justification: fails to build from source

AMD64 builds of wraplinux in minimal environments (such as the
autobuilders) are failing with the error

/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory

Adding a build dependency on libc6-dev-i386 [amd64] should address
that, but I would recommend checking whether any others might be
missing.  Conversely, you might also need a build dependency on
libc6-dev-amd64 [i386] if the tool is fully universal.

Could you please take a look?

Thanks!

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

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


---End Message---
---BeginMessage---
Source: wraplinux
Source-Version: 1.7-3

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

wraplinux_1.7-3.debian.tar.gz
  to main/w/wraplinux/wraplinux_1.7-3.debian.tar.gz
wraplinux_1.7-3.dsc
  to main/w/wraplinux/wraplinux_1.7-3.dsc
wraplinux_1.7-3_i386.deb
  to main/w/wraplinux/wraplinux_1.7-3_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 608...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann dan...@debian.org (supplier of updated wraplinux 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Dec 2010 20:36:42 +0100
Source: wraplinux
Binary: wraplinux
Architecture: source i386
Version: 1.7-3
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 wraplinux  - Utility to wrap a Linux kernel and initrd into an ELF or NBI file
Closes: 608160
Changes: 
 wraplinux (1.7-3) unstable; urgency=low
 .
   * Adding build-depends to gcc-multilib to fix FTBFS on amd64 (Closes:
 #608160).
Checksums-Sha1: 
 119d4ec01c4a89d10242244ce90c7d08ff0540c4 1297 wraplinux_1.7-3.dsc
 c514a96d062aaa52dca56c780bc2469976063d0a 2124 wraplinux_1.7-3.debian.tar.gz
 70a8a30d3fc372f39128f1974bd73dce2c373435 11856 wraplinux_1.7-3_i386.deb
Checksums-Sha256: 
 43b65bce2f79f37c470f7da018c309370ae04690cc3e360f91dfcb9ae7c21049 1297 
wraplinux_1.7-3.dsc
 2f39fc327daf62ec68b769bf1da85dde9bca2835e41f45d77a452f0660289ead 2124 
wraplinux_1.7-3.debian.tar.gz
 9b157e6d15e4f2d54a92971b66cc1df7594e434f3848f303768ca8ea152888f8 11856 
wraplinux_1.7-3_i386.deb
Files: 
 d08b6f42b2a4ef6c5d4057f0cacbe5e4 1297 utils optional wraplinux_1.7-3.dsc
 ceebb11136218e77111c4fdc2b4ac6af 2124 utils optional 
wraplinux_1.7-3.debian.tar.gz
 ec6674641b64e229f7e382499c8bea7e 11856 utils optional wraplinux_1.7-3_i386.deb

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

iEYEARECAAYFAk0aPTQACgkQ+C5cwEsrK54HkACfZVB1bNrDSVBuG/v7prk3RqEl
osUAoKbTI5E55yW8CmcEpVPuu8Mq4BI6
=+FH3
-END PGP SIGNATURE-


---End Message---


Bug#608218: lush: cvs20080204 not applied correctly

2010-12-28 Thread Jakub Wilk

Source: lush
Version: 1.2.1-6+cvs20080204
Severity: serious
Tags: sid squeeze
Justification: rebuilding introduces a severe regression

The cvs20080204 patch doesn't get applied correctly in a sid chroot:

| $ ./debian/rules patch
| test -d debian/patched || install -d debian/patched
| dpatch  apply-all
| applying patch cvs20080204 to ./ ... ok.
| applying patch 01-python to ./ ... ok.
| applying patch 02-manpage to ./ ... ok.
| applying patch 03-gcc4-mips to ./ ... ok.
| dpatch  cat-all  patch-stampT
| mv -f patch-stampT patch-stamp
| 
| $ find -name loadjpeg.c

| ./upstream/cvs/lush/packages/jpeg/loadjpeg.c

In lenny, everything worked fine:

| $ ./debian/rules patch
| test -d debian/patched || install -d debian/patched
| dpatch  apply-all
| applying patch cvs20080204 to ./ ... ok.
| applying patch 01-python to ./ ... ok.
| applying patch 02-manpage to ./ ... ok.
| applying patch 03-gcc4-mips to ./ ... ok.
| dpatch  cat-all  patch-stampT
| mv -f patch-stampT patch-stamp
| 
| $ find -name 'loadjpeg.c'

| ./packages/jpeg/loadjpeg.c

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603048: marked as done (rails: Gives dangerous advice regarding log permissions)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Dec 2010 20:35:09 +
with message-id e1pxggd-0005f9...@franck.debian.org
and subject line Bug#603048: fixed in rails 2.3.5-1.2
has caused the Debian Bug report #603048,
regarding rails: Gives dangerous advice regarding log permissions
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
603048: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603048
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: rails
Version: 2.3.5-1.1
Severity: serious
Tags: security patch
Justification: 4

When spawning a process on a Rails by any user that is not the logfile
owner, the following IMHO dangerous advice is given:

Rails Error: Unable to access log file. Please ensure that
/home/webapps/servicio.iiec/log/production.log exists and is chmod
0666. The log level has been raised to WARN and the output
directed to STDERR until the problem is fixed.

Asking the administrator to make the log files mode 0666 would make
them vulnerable to modification or erasure by any system user. Even
given that many of Rails' users are not Unix-savvy, this should
clearly be rephrased.

This message is generated by the initialize_logger function of
Rails::Initializer, in
/usr/share/rails-ruby1.8/railties/lib/initializer.rb

I suggest the following wording:

--- /usr/share/rails-ruby1.8/railties/lib/initializer.rb2010-08-26 
12:48:36.0 -0500
+++ /tmp/initializer.rb 2010-11-10 10:47:53.0 -0600
@@ -492,7 +492,7 @@
   logger = ActiveSupport::BufferedLogger.new(STDERR)
   logger.level = ActiveSupport::BufferedLogger::WARN
   logger.warn(
-Rails Error: Unable to access log file. Please ensure that 
#{configuration.log_path} exists and is chmod 0666.  +
+Rails Error: Unable to access log file. Please ensure that 
#{configuration.log_path} exists and is write-accessible to UID 
#{Process.euid}, GID #{Process.egid}.  +
 The log level has been raised to WARN and the output directed to 
STDERR until the problem is fixed.
   )
 end


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

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

Versions of packages rails depends on:
ii  rails-ruby1.8 2.3.5-1.1  MVC ruby based framework geared fo

rails recommends no packages.

rails suggests no packages.

-- debconf-show failed


---End Message---
---BeginMessage---
Source: rails
Source-Version: 2.3.5-1.2

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

libactionmailer-ruby1.8_2.3.5-1.2_all.deb
  to main/r/rails/libactionmailer-ruby1.8_2.3.5-1.2_all.deb
libactionmailer-ruby_2.3.5-1.2_all.deb
  to main/r/rails/libactionmailer-ruby_2.3.5-1.2_all.deb
libactionpack-ruby1.8_2.3.5-1.2_all.deb
  to main/r/rails/libactionpack-ruby1.8_2.3.5-1.2_all.deb
libactionpack-ruby_2.3.5-1.2_all.deb
  to main/r/rails/libactionpack-ruby_2.3.5-1.2_all.deb
libactiverecord-ruby1.8_2.3.5-1.2_all.deb
  to main/r/rails/libactiverecord-ruby1.8_2.3.5-1.2_all.deb
libactiverecord-ruby1.9.1_2.3.5-1.2_all.deb
  to main/r/rails/libactiverecord-ruby1.9.1_2.3.5-1.2_all.deb
libactiverecord-ruby_2.3.5-1.2_all.deb
  to main/r/rails/libactiverecord-ruby_2.3.5-1.2_all.deb
libactiveresource-ruby1.8_2.3.5-1.2_all.deb
  to main/r/rails/libactiveresource-ruby1.8_2.3.5-1.2_all.deb
libactiveresource-ruby_2.3.5-1.2_all.deb
  to main/r/rails/libactiveresource-ruby_2.3.5-1.2_all.deb
libactivesupport-ruby1.8_2.3.5-1.2_all.deb
  to main/r/rails/libactivesupport-ruby1.8_2.3.5-1.2_all.deb
libactivesupport-ruby1.9.1_2.3.5-1.2_all.deb
  to main/r/rails/libactivesupport-ruby1.9.1_2.3.5-1.2_all.deb
libactivesupport-ruby_2.3.5-1.2_all.deb
  to main/r/rails/libactivesupport-ruby_2.3.5-1.2_all.deb
rails-doc_2.3.5-1.2_all.deb
  to main/r/rails/rails-doc_2.3.5-1.2_all.deb
rails-ruby1.8_2.3.5-1.2_all.deb
  to main/r/rails/rails-ruby1.8_2.3.5-1.2_all.deb
rails_2.3.5-1.2.debian.tar.gz
  to main/r/rails/rails_2.3.5-1.2.debian.tar.gz
rails_2.3.5-1.2.dsc
  to main/r/rails/rails_2.3.5-1.2.dsc
rails_2.3.5-1.2_all.deb
  to main/r/rails/rails_2.3.5-1.2_all.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 603...@bugs.debian.org,
and the 

Bug#608220: hugs98: FTBFS (sort of): Socket.hsc: error: invalid application of 'sizeof' to incomplete type 'struct ucred'

2010-12-28 Thread Jakub Wilk

Source: hugs98
Version: 98.200609.21-5
Severity: serious
Justification: rebuild produces a broken package

I rebuilt hugs98 in a clean sid i386 chroot. The package was built 
successfully, but the resulting libhugs-network-bundled was mostly 
empty:


$ dpkg -c libhugs-network-bundled_98.200609.21-5_i386.deb | grep -v -E 
'/($|usr/share/doc)'
-rw-r--r-- root/root   605 2010-12-18 15:20 
./usr/lib/hugs/packages/network/autogen/Paths_network.hs

The interesting part of the build log:

| Preprocessing library network-2.0...
| ../../libraries/tools/hsc2hs -D__HUGS__ -Iinclude -DCALLCONV=ccall -o 
Network/BSD.hs Network/BSD.hsc
| ../../libraries/tools/hsc2hs -D__HUGS__ -Iinclude -DCALLCONV=ccall -o 
Network/Socket.hs Network/Socket.hsc
| Socket.hsc: In function 'main':
| Socket.hsc:1002: error: invalid application of 'sizeof' to incomplete type 
'struct ucred'
| Socket.hsc:1002: error: invalid application of 'sizeof' to incomplete type 
'struct ucred'
| Socket.hsc:1002: error: invalid application of 'sizeof' to incomplete type 
'struct ucred'
| Socket.hsc:1008: error: invalid use of undefined type 'struct ucred'
| Socket.hsc:1009: error: invalid use of undefined type 'struct ucred'
| Socket.hsc:1010: error: invalid use of undefined type 'struct ucred'
| compiling Network/Socket_hsc_make.c failed

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608194: lincredits: broken Depends after rebuild

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 608194 squeeze-will-remove
kthxbye

On Tue, Dec 28, 2010 at 16:02:03 +0100, Jakub Wilk wrote:

 Source: lincredits
 Version: 0.6
 Severity: serious
 
 I rebuilt lincredits in a clean sid chroot and the resulting binary
 package didn't depend on python anymore. Interesting parts of the
 build log:
 
 | dh_python
 | dh_python: Doing nothing since dh_pycompat exists; dh_pysupport or 
 dh_pycentral should do the work. You can remove dh_python from your rules 
 file.
 | dh_python: Compatibility levels before 5 are deprecated.
 […]
 | dpkg-gencontrol: warning: Depends field of package lincredits: unknown 
 substitution variable ${python:Depends}
 | dpkg-gencontrol: warning: package lincredits: unknown substitution variable 
 ${python:Versions}
 
Tagging as removal candidate.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#603710: root and swap devices on lvm do not correctly show up in udev (missing symlinks)

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 603710 squeeze-can-defer
tag 603710 squeeze-ignore
kthxbye

On Fri, Dec 24, 2010 at 00:57:21 +0100, Marco d'Itri wrote:

 On Dec 24, Julien Cristau jcris...@debian.org wrote:
 
  I don't know.  You say there's a RC bug in our lvm package, so you could
  provide a patch or NMU, or at least give some details about this since
  you seem to know what this is about and there's no details in the bug
  log...
 This is what the upstream maintainer had to say on the matter:
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590665#20
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593625#25
 
 I had to revert the change discussed in #593625 because the LVM rules
 have not been updated.
 
 I do not know lvm enough to provide a reasonably safe patch.
 
Then unless waldi reappears or someone does provide a patch, it doesn't
seem like there's anything we can do about this.  Tagging accordingly.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#603710: root and swap devices on lvm do not correctly show up in udev (missing symlinks)

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was 
jcris...@debian.org).
 usertag 603710 squeeze-can-defer
Bug#603710: root and swap devices on lvm do not correctly show up in udev 
(missing symlinks)
There were no usertags set.
Usertags are now: squeeze-can-defer.
 tag 603710 squeeze-ignore
Bug #603710 [lvm2] root and swap devices on lvm do not correctly show up in 
udev (missing symlinks)
Added tag(s) squeeze-ignore.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
603710: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606784: snmpd: package fails to upgrade properly from lenny

2010-12-28 Thread Julien Cristau
On Sat, Dec 18, 2010 at 22:50:24 +, Jonathan Wiltshire wrote:

 (dropping the submitter, there's a deeper problem here)
 
 On Sat, Dec 18, 2010 at 11:01:22PM +0100, Julien Cristau wrote:
  the postinst does:
  
  if [ x$1 = xconfigure ]; then
  if [ ! `getent group snmp /dev/null` ]; then
   deluser --quiet --system snmp
  fi
  adduser --quiet --system --group --no-create-home --home 
  /var/lib/snmp snmp
  chown -R snmp:snmp /var/lib/snmp
  fi
  
  Which seems pretty weird.  What is this trying to do?
 
 Mmm, I hadn't dug this far. As it's not my package I've no idea what the
 intention was, but the call to adduser first appears in the Lenny package
 without a --group option, so the system user gets added to nogroup. This
 looks like an attempt to give the snmp user an snmp group if that's the
 case. Indeed, r286 and r293 in SVN, and bug #520724 seem to back this up.
 
 Being a bit green at this sort of thing, is this neccessary to ensure the
 user and group have the same ID or is it acceptable to:
  - move the call to adduser above the test, which will fail gracefully if
the user already exists
  - then test for the presence of a group snmp
  - if there isn't, create it and add the user to it?
 
Not just add the user to it, but set it as the user's initial group.  So
'usermod -g snmp snmp' or so.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#603986: [DebianGIS-dev] Bug#603986: qgis crashes on startup on PowerPC

2010-12-28 Thread Julien Cristau
On Sat, Dec 18, 2010 at 17:43:57 +0100, Francesco P. Lovergine wrote:

 tags 603986 + help
 thanks
 
 I personally have not access to a PPC to do any trial, and using

You have access to debian's porter box...

 qgis in remote would be a pain, I guess. It seems Heisenbug Principle
 in this case applies, too. Maybe we should remove qgis for this
 arch and wait some porters have time and will to help?
 
Well, not just this arch but presumably all big endian ones, if this is
indeed an endianness issue.

Is there confirmation that rebuilding (and installing) the arch:all
packages on powerpc is enough to make qgis work there?  If yes, it'd be
interesting to look at any differences with the archive's packages.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608205: scmail: broken package after rebuild

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 608205 squeeze-will-remove
kthxbye

On Tue, Dec 28, 2010 at 18:44:54 +0100, Jakub Wilk wrote:

 Source: scmail
 Version: 1.3-2
 Severity: serious
 
 I rebuilt scmail in a clean sid i386 chroot. The resulting binary
 package is violating FHS:
 
Tagging as removal candidate.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#606704: sympa: installation fails

2010-12-28 Thread Julien Cristau
On Tue, Dec 14, 2010 at 10:27:55 +0100, Stefan Hornburg (Racke) wrote:

 It looks like we have multiple problems here:
 
 1. unattended installation should pick sqlite backend.
 2. missing locales
 3. error mail::smtpto() Missing Return-Path in mail::smtpto()
 
 I could easily reproduce the first problem.
 
Do you plan on fixing some or all of these problems for squeeze?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608207: zoidberg: broken package after rebuild

2010-12-28 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 608207 squeeze-will-remove
kthxbye

On Tue, Dec 28, 2010 at 19:18:32 +0100, Jakub Wilk wrote:

 Source: zoidberg
 Version: 0.96-1
 Severity: serious
 
 I rebuilt zoidberg in a clean sid i386 chroot. The resulting binary
 package didn't contain /etc/zoidrc (and a few other files). As a
 consequence, zoid could not be run at all:
 
 $ zoid
 You should at least set a config value for 'data_dirs' at 
 /usr/share/perl5/Zoidberg.pm line 195
 Zoidberg was not properly cleaned up.
 
Tagging as removal candidate.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: found 606704 in 6.0.1+dfsg-2

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 606704 6.0.1+dfsg-2
Bug #606704 [sympa] sympa: installation fails
Bug Marked as found in versions sympa/6.0.1+dfsg-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
606704: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606704
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607485:

2010-12-28 Thread Mehdi Dogguy
On  0, Hideki Yamane henr...@debian.or.jp wrote:
 tags 607485 patch
 thanks
 
 Hi,
 
  Here's a proposed patch, it eliminate duplicate system-users.png copy.
 

Do you plan to NMU? Please, avoid switching to source format 3.0 or
changing the patch system though, if you NMU. 

Regards,

-- 
Mehdi Dogguy



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606295: libhibernate3-java: FTBFS: maven-related errors

2010-12-28 Thread Miguel Landaeta
On Tue, Dec 28, 2010 at 11:01:29PM +0100, Damien Raude-Morvan wrote:
 I'm doubtful about this issue :
 - it seems we have never really released 3.5.4 to unstable as debian-
 changes-3.5.4.Final-4 is a reverse diff from 3.5.4 to 3.5.2...
 - IMHO, it's too late in Squeeze release cycle to upload a new upstream 
 release - even if this release was targeted, it haven't received any review, 
 nor QA.
 
 Miguel and other members of Debian Java, what's your opinion on this ?

This is very very unfortunate.
At least our users should be aware of this somehow.

Maybe it can be indicated with a version like
3.5.4.Final-5+really3.5.2?

I know it is ugly but what else can be done at this stage?

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606017: nvram-wakeup: can't access /dev/mem

2010-12-28 Thread maximilian attems
severity 606017 important
tags 606017 unreproducible moreinfo
stop

On Thu, 16 Dec 2010, Steve M. Robbins wrote:

 st...@riemann{~}sudo nvram-wakeup 
 nvram-wakeup: Your mainboard is currently not supported.
 nvram-wakeup: Please try determining the addresses and sending the following
 nvram-wakeup: information back to the maintainers:
 nvram-wakeup:  - The addresses you found out (read README.mb)
 nvram-wakeup:  - Mainboard vendor:   ASUSTeK Computer INC.
 nvram-wakeup:  - Mainboard type: P5Q-E
 nvram-wakeup:  - Mainboard revision: Rev 1.xx
 nvram-wakeup:  - BIOS vendor:American Megatrends Inc.
 nvram-wakeup:  - BIOS version:   0605
 nvram-wakeup:  - BIOS release:   06/03/2008
 
 st...@riemann{~}uname -a
 Linux riemann 2.6.32-5-amd64 #1 SMP Thu Nov 25 18:02:11 UTC 2010 x86_64 
 GNU/Linux
 
 It is the stock linux-image-2.6.32-5-amd64 package.

I can confirm to get a similar message.

downgrading the severity of this bug report, as
A) submitters linux-2.6 is self compiled
B) nowadays one can and should use /sys/class/rtc/rtc0/wakealarm
C) the rare users of this antique package may still have fun to do so for
   Squeeze.

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#606017: nvram-wakeup: can't access /dev/mem

2010-12-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 606017 important
Bug #606017 [nvram-wakeup] nvram-wakeup: can't access /dev/mem
Severity set to 'important' from 'grave'

 tags 606017 unreproducible moreinfo
Bug #606017 [nvram-wakeup] nvram-wakeup: can't access /dev/mem
Added tag(s) unreproducible.
 stop
Stopping processing here.

Please contact me if you need assistance.
-- 
606017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606017
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605065: Bug#605777: Bug#607662: ncurses-base: backspace key deletes forwards on the kFreeBSD console

2010-12-28 Thread Adam D. Barratt
On Mon, 2010-12-27 at 20:44 +0100, Sven Joachim wrote:
 On 2010-12-27 19:51 +0100, Petr Salinger wrote:
  So best option for now seems be to prevent
  freebsd-utils 8.1-3 from entering testing and a new upload of
  kfreebsd-8.
 
 For the record, freebsd-utils 8.1-3 will migrate in three days if not
 hindered.

To be precise, it would have migrated tomorrow.  I've just commented out
my unblock hint for freebsd-utils, but that means that #605777 still
isn't fixed in Squeeze so I'd appreciate this getting resolved one way
or another asap.

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608232: flpsed does not save text on certain input documents

2010-12-28 Thread debbug-flpsed . 5 . iridos
Package: flpsed
Version: 0.5.2-1
Severity: grave
Tags: lenny, squeeze

flpsed does not save text on postscript produced by xsane in squeeze.
The saved document only has

/PSEditWidgetPageCount 1 def % PSEditWidget

added in line 12 compared to the original. Re-opening the saved
document in flpsed another time,
adding text and saving again as postscript yields a document with no
changes. PDF export has the
same result (i.e. the added text is not saved).

Running ps2ps or eps2eps on the postscript document yields a several
times bigger postscript
document that is handled correctly by flpsed.

I stripped the image out of a small sample postscript file generated
by xsane and attached the
result below and as an attachment.

Cheers,
Karsten


=== sample postscript  ===
%!PS-Adobe-3.0
%%Creator: XSane version 0.997 (sane 1.0) - by Oliver Rauch
%%DocumentData: Clean7Bit
%%LanguageLevel: 3
%%BoundingBox: 0 0 69 23
%%Pages: 1
%%EndComments
%%BeginDocument: xsane.ps

20 dict begin

%%Page: 1 1
%%PageBoundingBox: 0 0 70 24
/DeviceGray setcolorspace
0 rotate
0 0 translate
69.120003 23.76 scale

 /ImageType 1
 /Width 96
 /Height 33
 /BitsPerComponent 8
 /Decode [0 1]
 /ImageMatrix [96 0 0 -33 0 33]
 /DataSource currentfile /ASCII85Decode filter /FlateDecode filter


showpage
%%PageTrailer
end
%%EOF
%%EndDocument

=== sample postscript


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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages flpsed depends on:
ii  ghostscript-x   8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libfltk1.1  1.1.10-2+b1  Fast Light Toolkit - shared librar
ii  libgcc1 1:4.4.5-8GCC support library
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library

Versions of packages flpsed recommends:
ii  poppler-utils [xpdf-utils]0.12.4-1.2 PDF utilitites (based on libpopple

flpsed suggests no packages.

-- no debconf information


example.ps
Description: PostScript document


Bug#607071: Works in svn

2010-12-28 Thread Jordi Gutiérrez Hermoso
Just an update, there's a small update of this package in upstream's
svn that seems to no longer display this problem. Upstream is
reluctant to release it, because this svn version has a similar
problem on Mac OS X.

I'm going to attack the Mac OS X problem. If I solve it, I can work
with upstream to make a bugfix release based on the svn version. If
not, I'll backport the svn fix into Debian. Point is, a fix is in
sight.

- Jordi G. H.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608210: wiliki: empty package after rebuild

2010-12-28 Thread Jonathan Wiltshire
On Tue, Dec 28, 2010 at 07:59:50PM +0100, Jakub Wilk wrote:
 I rebuilt wiliki in a clean sid i386 chroot. The resulting package
 was mostly empty:

It's also not had an upload since 2005, and has a popcon of inst:15,
vote:3, so unless this bug is fixed very soon I suggest it's a good
candidate for removal.


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature


Bug#608240: linux-image-2.6.26-2-r5k-cobalt: USB subsystem crashes causing EXT3 buffer I/O error and data loss on MIPS system

2010-12-28 Thread Arthur Tyde
Package: linux-image-2.6.26-2-r5k-cobalt
Version: 2.6.26-26lenny1
Severity: critical

Using a PCI USB adapter in Cobalt Qube - access to simple external
hard disks is unreliable.  Even when in an idle
state the subsystem (after some variable period of time) crashes
causing data loss and inability to access the drive.  Have tried
multiple USB PCI cards with the same results.

[lspci]
00:00.0 Host bridge: Marvell Technology Group Ltd. Device 4146 (rev 11)
00:07.0 Ethernet controller: Digital Equipment Corporation DECchip
21142/43 (rev 41)
00:09.0 ISA bridge: VIA Technologies, Inc. VT82C586/A/B PCI-to-ISA
[Apollo VP] (rev 27)
00:09.1 IDE interface: VIA Technologies, Inc.
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:09.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 02)
00:0a.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 62)
00:0a.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1
Controller (rev 62)
00:0a.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
00:0a.3 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II
IEEE 1394 OHCI Link Layer Controller (rev 80)
00:0c.0 Ethernet controller: Digital Equipment Corporation DECchip
21142/43 (rev 41)

[lsusb]
Bus 003 Device 003: ID 04fc:0c25 Sunplus Technology Co., Ltd SATALink SPIF225A
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[dmesg]
Buffer I/O error on device sda1, logical block 520
[17212924.352000] EXT3-fs error (device sda1): ext3_readdir: directory
#2 contains a hole at offset 0
[17212924.368000] Buffer I/O error on device sda1, logical block 0
[17212924.368000] lost page write due to I/O error on sda1
[17212928.912000] EXT3-fs error (device sda1): ext3_find_entry:
reading directory #2 offset 0
[17212928.932000] [ cut here ]
[17212928.936000] WARNING: at fs/buffer.c:1186 mark_buffer_dirty+0xc4/0xdc()
[17212928.944000] Modules linked in: sd_mod usb_storage scsi_mod nfsd
lockd nfs_acl auth_rpcgss sunrpc exportfs ipv6 loop ohci1394 ehci_hcd
uhci_hcd ieee1394 usbcore
[17212928.96] Call Trace:
[17212928.964000] [80086b00] dump_stack+0x8/0x34
[17212928.968000] [800a4090] warn_on_slowpath+0x60/0x88
[17212928.972000] [80139ec0] mark_buffer_dirty+0xc4/0xdc
[17212928.98] [80173f08] ext3_commit_super+0x5c/0x9c
[17212928.984000] [80174db0] ext3_handle_error+0x94/0xfc
[17212928.988000] [80174f00] ext3_error+0x58/0x6c
[17212928.996000] [80170af4] ext3_find_entry+0x51c/0x6e4
[17212929.00] [80172a98] ext3_lookup+0x50/0x118
[17212929.004000] [8011861c] do_lookup+0x1e0/0x210
[17212929.012000] [8011a8d0] __link_path_walk+0x500/0xe24
[17212929.016000] [8011b244] path_walk+0x50/0xe0
[17212929.02] [8011b4ec] do_path_lookup+0x74/0x190
[17212929.024000] [8011c14c] __user_walk_fd+0x54/0x88
[17212929.032000] [80113aa0] vfs_stat_fd+0x28/0x68
[17212929.036000] [80113be0] sys_stat64+0x20/0x50
[17212929.04] [800890ec] stack_done+0x20/0x3c
[17212929.044000]
[17212929.048000] ---[ end trace 37ff880bcc35af8e ]---
[17212929.052000] Buffer I/O error on device sda1, logical block 0
[17212929.052000] lost page write due to I/O error on sda1
[17224550.32] EXT3-fs error (device sda1): ext3_readdir: directory
#2 contains a hole at offset 0
[17224550.332000] Buffer I/O error on device sda1, logical block 0
[17224550.332000] lost page write due to I/O error on sda1
[17224550.36] EXT3-fs error (device sda1): ext3_get_inode_loc:
unable to read inode block - inode=2, block=8
[17224550.372000] Buffer I/O error on device sda1, logical block 0
[17224550.372000] lost page write due to I/O error on sda1
[17224550.392000] EXT3-fs error (device sda1) in
ext3_reserve_inode_write: IO failure
[17224550.404000] Buffer I/O error on device sda1, logical block 0
[17224550.404000] lost page write due to I/O error on sda1
[17224553.712000] EXT3-fs error (device sda1): ext3_readdir: directory
#2 contains a hole at offset 0
[17224553.724000] Buffer I/O error on device sda1, logical block 0
[17224553.724000] lost page write due to I/O error on sda1
[17224553.748000] EXT3-fs error (device sda1): ext3_get_inode_loc:
unable to read inode block - inode=2, block=8
[17224553.76] Buffer I/O error on device sda1, logical block 0
[17224553.76] lost page write due to I/O error on sda1
[17224553.78] EXT3-fs error (device sda1) in
ext3_reserve_inode_write: IO failure
[17224553.792000] Buffer I/O error on device sda1, logical block 0
[17224553.792000] lost page write due to I/O error on sda1
[17224555.936000] journal_bmap: journal block not found at offset 4672 on sda1
[17224555.944000] Aborting journal on device sda1.
[17224555.948000] Buffer I/O error on device sda1, logical block 525
[17224555.948000] lost page write due to I/O error on sda1

-- System Information:
Debian Release: 5.0.7
  APT prefers stable
  

Bug#593607: pcmanfm wrongly deleted some files in a failed move operation

2010-12-28 Thread Andrew Lee
On 2010年12月29日 02:42, Julien Cristau wrote:
 On 12/06/2010 01:56 AM, Andrew Lee wrote:
 Both newer version of libfm and pcmanfm are bug fixes release from 
 upstream. Would this be an exception, please?


 Sorry but those have big changes. I'm not sure that it's wise to accept
 them at this stage of the freeze. I'd prefer targeted fixes.

 ping?

 If this doesn't get fixed very soon, we'll have to remove pcmanfm and
 lxde-common from squeeze, as far as I can tell.

I know 0.9.8 version have many changes. Cause upstream fixed this
problem and many others.

I'd suggest to accept 0.9.8 into squeeze, so that we can benifit from
many other distros which are using 0.9.8 version too.

-Andrew



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608205: marked as done (scmail: broken package after rebuild)

2010-12-28 Thread Debian Bug Tracking System
Your message dated Wed, 29 Dec 2010 03:47:32 +
with message-id e1pxn0e-0002fd...@franck.debian.org
and subject line Bug#608205: fixed in scmail 1.3-3
has caused the Debian Bug report #608205,
regarding scmail: broken package after rebuild
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
608205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Source: scmail
Version: 1.3-2
Severity: serious

I rebuilt scmail in a clean sid i386 chroot. The resulting binary package 
is violating FHS:


$ dpkg -c scmail_1.3-2_all.deb | grep -F './scmail'
drwxr-xr-x root/root 0 2010-12-28 10:13 ./scmail/
-rw-r--r-- root/root  3187 2004-06-07 17:08 ./scmail/mh.scm
-rw-r--r-- root/root  5679 2004-06-07 17:08 ./scmail/progress.scm
-rw-r--r-- root/root  5033 2004-06-07 17:08 ./scmail/config.scm
-rw-r--r-- root/root  2801 2004-07-26 17:16 ./scmail/util.scm
-rw-r--r-- root/root  2095 2004-06-07 17:08 ./scmail/mailbox.scm
-rw-r--r-- root/root  4350 2004-07-26 17:15 ./scmail/maildir.scm
-rw-r--r-- root/root 22434 2010-12-28 10:13 ./scmail/bayesian-filter.scm
-rw-r--r-- root/root  8897 2004-07-26 16:49 ./scmail/mail.scm
-rw-r--r-- root/root 14377 2004-07-26 16:43 ./scmail.scm

The interesting part of the build log:

| make[1]: Entering directory 
`/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3'
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/bin
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/share/scmail
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail`gauche-config 
--sitelibdir`/scmail
| /bin/sh: gauche-config: not found
| mkdir -p 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/share/doc/scmail/examples
| cp -fp scmail-deliver scmail-refile scbayes 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/bin
| cp -fp dot.scmail/*.sample 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail/usr/share/doc/scmail/examples
| cp -fp scmail.scm 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail`gauche-config 
--sitelibdir`
| /bin/sh: gauche-config: not found
| cp -fp scmail/*.scm 
/build/sbuild-scmail_1.3-2-i386-LnF9Rc/scmail-1.3/debian/scmail`gauche-config 
--sitelibdir`/scmail
| /bin/sh: gauche-config: not found

Perhaps it's a missing build-dependency on gauche-dev?

--
Jakub Wilk


---End Message---
---BeginMessage---
Source: scmail
Source-Version: 1.3-3

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

scmail_1.3-3.debian.tar.gz
  to main/s/scmail/scmail_1.3-3.debian.tar.gz
scmail_1.3-3.dsc
  to main/s/scmail/scmail_1.3-3.dsc
scmail_1.3-3_all.deb
  to main/s/scmail/scmail_1.3-3_all.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 608...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
NIIBE Yutaka gni...@fsij.org (supplier of updated scmail 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 29 Dec 2010 10:19:26 +0900
Source: scmail
Binary: scmail
Architecture: source all
Version: 1.3-3
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka gni...@fsij.org
Changed-By: NIIBE Yutaka gni...@fsij.org
Description: 
 scmail - a mail filter written in Scheme
Closes: 608205
Changes: 
 scmail (1.3-3) unstable; urgency=low
 .
   * debian/control (Build-Depends): Added gauche-dev and quilt.  Require
 newer debhelper (Closes: #608205).  Thanks to Jakub Wilk.
 (Depends): Added ${misc:Depends}.
 (Standards-Version): Conforms to 3.9.1.
   * debian/compat: Updated to 7.
   * debian/source/format: New file.
   * debian/watch: Adopted version 3 format.
   * debian/patches/00-debian-changes.diff: New file from diff of 1.3-2.
   * debian/patches/01-fix-module.diff: New file because of Gauche module 
change.
   * debian/patches/02-use-scmail-config-core.diff: Ditto.
   * debian/patches/03-fix-scmail.diff: New file for old bug fix.
   * debian/patches/04-fix-lock.diff: New file because of Gauche sys-mkdir
 change.
   * 

Bug#593083: system hangs at graphical login

2010-12-28 Thread Vikram Vincent
Hello!

On 28 December 2010 05:04, Julien Cristau jcris...@debian.org wrote:
 It seems that this bug is still not understood, and not readily
 reproducible, so I don't think we should delay squeeze for it.  If/when
 a fix becomes available it can still be considered, either before the
 release or for a point update.

A fresh install of squeeze does not display the problem (udev 164-3).
I suggest that the work-around be put into the documentation section
related to Lenny-Squeeze upgrade.
-- 
Vikram Vincent



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608190: /etc/gnumed/gnumed-client.conf has wrong database name

2010-12-28 Thread Andreas Tille
On Tue, Dec 28, 2010 at 04:24:10PM +0100, Mehdi Dogguy wrote:
 It looks ok (from the bug log) but I'd like to see a debdiff first.

I attached a proposed diff which is in principle a

  sed -i 's/14/13/g' gnumed-client-0.7.10/debian/conf/gnumed-client.conf

 P.S.: CC'ing debian-rele...@l.d.o would have been appreciated, but well…

Done.  Thanks for the work of the release team

Andreas.

-- 
http://fam-tille.de
diff -ubrN gnumed-client-0.7.10.orig/debian/changelog gnumed-client-0.7.10/debian/changelog
--- gnumed-client-0.7.10.orig/debian/changelog	2010-12-05 20:47:27.0 +0100
+++ gnumed-client-0.7.10/debian/changelog	2010-12-29 08:31:20.0 +0100
@@ -1,3 +1,17 @@
+gnumed-client (0.7.10-2) unstable; urgency=low
+
+  * Fix /etc/gnumed/gnumed-client.conf which was referencing a future
+database version (v14) instead of v13 which fits gnumed-client
+version 0.7.x
+
+ -- Andreas Tille ti...@debian.org  Wed, 29 Dec 2010 08:29:27 +0100
+
+gnumed-client (0.8.5-1) unstable; urgency=low
+
+  * Upstream bugfix release.
+
+ -- Andreas Tille ti...@debian.org  Sun, 05 Dec 2010 23:37:38 +0100
+
 gnumed-client (0.7.10-1) testing-proposed-updates; urgency=low
 
   * New upstream release.
diff -ubrN gnumed-client-0.7.10.orig/debian/conf/gnumed-client.conf gnumed-client-0.7.10/debian/conf/gnumed-client.conf
--- gnumed-client-0.7.10.orig/debian/conf/gnumed-client.conf	2010-09-14 08:03:55.0 +0200
+++ gnumed-client-0.7.10/debian/conf/gnumed-client.conf	2010-12-29 08:27:43.0 +0100
@@ -6,7 +6,7 @@
 # -
 
 [preferences]
-profile = GNUmed database on this machine (Debian GNU/Linux) (gnumed_v14@)
+profile = GNUmed database on this machine (Debian GNU/Linux) (gnumed_v13@)
 login = any-doc
 
 
@@ -53,7 +53,7 @@
 [profile public GNUmed database at salaam.homeunix.com]
 host = salaam.homeunix.com
 port = 5432
-database = gnumed_v14
+database = gnumed_v13
 #encoding = UTF8
 
 
@@ -77,7 +77,7 @@
 [profile GNUmed database on this machine]
 host =
 port = 5432
-database = gnumed_v14
+database = gnumed_v13
 public/open access = 0
 #encoding = UTF8
 help desk = Your own IT support needs configuration