Bug#1012326: python-jenkinsapi: build-depends on pylint3

2022-06-04 Thread Ralf Treinen
Source: python-jenkinsapi
Version: 0.3.11-5
Severity: serious
Usertags: edos-uninstallable

Hi, python-jenkinsapi build-depends on pylint3 but that package only
exists in stable and older stable releases.

-Ralf.



Bug#929706: sgml-base: preinst may fail *silently*

2019-05-29 Thread Ralf Treinen
Package: sgml-base
Version: 1.29
Tags: patch
User: trei...@debian.org
Usertags: colis-shparser

Hello,

the preinst of sgml-base contains

  if [ ! -d /var/lib/sgml-base ]
  then
mkdir /var/lib/sgml-base 2>/dev/null
  fi

and then the same for /etc/sgml. The problem is that this fails
when /var/lib/sgml-base or /etc/sgml is a regular file, and will do
that without any error message.

I suggest to replace the whole preinst script by

if [ "$1" = "install" -o "$1" = "upgrade" ]
then
  mkdir -p /var/lib/sgml-base /etc/sgml
fi

-Ralf.
-- 
Ralf Treinen
Institut de Recherche en Informatique Fondamentale
Équipe Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.irif.fr/~treinen/



Bug#841417: apt-xapian-index: postinst calls "rm -ff"

2016-10-20 Thread Ralf Treinen
Package: apt-xapian-index
Version: 0.49
Severity: minor
User: trei...@debian.org
Usertags: colis-shparser

Hi, the postinst invokes

  rm -ff /usr/share/apt-xapian-index/plugins/*.pyc

which seems to be typo (s/-ff/-f/ ?)

-Ralf.



Bug#836874: sentinella: not installable in sid

2016-09-06 Thread Ralf Treinen
Package: sentinella
Version: 0.9.2-4
Severity:serious
User: trei...@debian.org
Usertags:edos-uninstallable

Hi, sentinella is not installable in sid on any architecture, at least since
2015-11-04. The reason is that it depends on libprocessui4a (>= 4:4.6.1) which
does not exist in sid.

-Ralf.



Bug#824401: openoffice.org-hyphenation-lt and hyphen-lt: error when trying to install together

2016-05-15 Thread Ralf Treinen
Package: hyphen-lt,openoffice.org-hyphenation-lt
Version: hyphen-lt/1:5.1.3-1
Version: openoffice.org-hyphenation-lt/1.2.1-5
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2016-05-15
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Preconfiguring packages ...
Selecting previously unselected package emacsen-common.
(Reading database ... 10961 files and directories currently installed.)
Preparing to unpack .../emacsen-common_2.0.8_all.deb ...
Unpacking emacsen-common (2.0.8) ...
Selecting previously unselected package dictionaries-common.
Preparing to unpack .../dictionaries-common_1.26.3_all.deb ...
Adding 'diversion of /usr/share/dict/words to 
/usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Unpacking dictionaries-common (1.26.3) ...
Selecting previously unselected package hyphen-lt.
Preparing to unpack .../hyphen-lt_1%3a5.1.3-1_all.deb ...
Unpacking hyphen-lt (1:5.1.3-1) ...
Selecting previously unselected package openoffice.org-hyphenation-lt.
Preparing to unpack .../openoffice.org-hyphenation-lt_1.2.1-5_all.deb ...
Unpacking openoffice.org-hyphenation-lt (1.2.1-5) ...
dpkg: error processing archive 
/var/cache/apt/archives/openoffice.org-hyphenation-lt_1.2.1-5_all.deb 
(--unpack):
 trying to overwrite '/usr/share/hyphen/hyph_lt_LT.dic', which is also in 
package hyphen-lt 1:5.1.3-1
Processing triggers for man-db (2.7.5-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/openoffice.org-hyphenation-lt_1.2.1-5_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/share/hyphen/hyph_lt_LT.dic

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://qa.debian.org/dose/file-overwrites.html.



Bug#792245: nmu: ampache_3.6-rzb2752+dfsg-5

2015-07-13 Thread Ralf Treinen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

ampache-common in sid still depends on libphp-phpmailer ( 5.2.9+dfsg.0~)

nmu ampache_3.6-rzb2752+dfsg-5 . ALL . -m rebuild against libphp-phpmailer 
5.2.10+dfsg-1

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

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150713063954.7294.7888.report...@seneca.home.org



Bug#772658: proll: build-depends on sparc-utils

2014-12-09 Thread Ralf Treinen
Source: proll
Version: 18-6
Severity: serious
Tags: jessie
User: trei...@debian.org
Usertags: edos-uninstallable

Hi,

proll build-depends on sparc-utils, which does not exist in jessie (it
was removed from testing on 2014-04-27).

-Ralf.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141209172940.gb1...@murdock.inria.org



Bug#766955: arcanist and arc: error when trying to install together

2014-10-27 Thread Ralf Treinen
Package: arc,arcanist
Version: arc/5.21q-1
Version: arcanist/0~git20141023-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-10-27
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:



Extracting templates from packages: 78%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package libdb5.3:amd64.
(Reading database ... 10889 files and directories currently installed.)
Preparing to unpack .../libdb5.3_5.3.28-6_amd64.deb ...
Unpacking libdb5.3:amd64 (5.3.28-6) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.7.0-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.7.0-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20140620-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20140620-2) ...
Selecting previously unselected package libgcrypt20:amd64.
Preparing to unpack .../libgcrypt20_1.6.2-4_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.6.2-4) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.0.0+dfsg-6_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.0.0+dfsg-6) ...
Selecting previously unselected package libnettle4:amd64.
Preparing to unpack .../libnettle4_2.7.1-3_amd64.deb ...
Unpacking libnettle4:amd64 (2.7.1-3) ...
Selecting previously unselected package libhogweed2:amd64.
Preparing to unpack .../libhogweed2_2.7.1-3_amd64.deb ...
Unpacking libhogweed2:amd64 (2.7.1-3) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.1-2_amd64.deb ...
Unpacking libffi6:amd64 (3.1-2) ...
Preparing to unpack .../libp11-kit0_0.20.7-1_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.20.7-1) over (0.18.5-3) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.2-2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.2-2) ...
Selecting previously unselected package libgnutls-deb0-28:amd64.
Preparing to unpack .../libgnutls-deb0-28_3.3.8-3_amd64.deb ...
Unpacking libgnutls-deb0-28:amd64 (3.3.8-3) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-5_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-5) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12.1+dfsg-11_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12.1+dfsg-11_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12.1+dfsg-11_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-11_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-11) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-12_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-12) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-12_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-12) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.40-2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.40-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.20-1_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.20-1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.2+dfsg1-1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.2+dfsg1-1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20131018.git79459a2-4_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20131018.git79459a2-4) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.4.3-4_amd64.deb ...
Unpacking libssh2-1:amd64 (1.4.3-4) ...
Selecting previously unselected package libcurl3:amd64.
Preparing to unpack .../libcurl3_7.38.0-2_amd64.deb ...
Unpacking libcurl3:amd64 (7.38.0-2) ...
Selecting previously unselected package libonig2:amd64.
Preparing to unpack .../libonig2_5.9.5-2_amd64.deb ...
Unpacking libonig2:amd64 (5.9.5-2) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../psmisc_22.21-2_amd64.deb ...
Unpacking psmisc (22.21-2) ...
Selecting previously unselected package libperl4-corelibs-perl.
Preparing to unpack .../libperl4-corelibs-perl_0.003-1_all.deb ...
Unpacking libperl4-corelibs-perl (0.003-1) ...
Selecting previously unselected package lsof.

Bug#755198: libgvc6-plugins-gtk and libgvc5-plugins-gtk: error when trying to install together

2014-07-18 Thread Ralf Treinen
Package: libgvc5-plugins-gtk,libgvc6-plugins-gtk
Version: libgvc5-plugins-gtk/2.26.3-17.1
Version: libgvc6-plugins-gtk/2.38.0-3
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-07-18
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:



Extracting templates from packages: 31%
Extracting templates from packages: 63%
Extracting templates from packages: 94%
Extracting templates from packages: 100%
Preconfiguring packages ...
Selecting previously unselected package gcc-4.9-base:amd64.
(Reading database ... 10857 files and directories currently installed.)
Preparing to unpack .../gcc-4.9-base_4.9.1-1_amd64.deb ...
Unpacking gcc-4.9-base:amd64 (4.9.1-1) ...
Setting up gcc-4.9-base:amd64 (4.9.1-1) ...
(Reading database ... 10864 files and directories currently installed.)
Preparing to unpack .../libstdc++6_4.9.1-1_amd64.deb ...
Unpacking libstdc++6:amd64 (4.9.1-1) over (4.8.2-19) ...
Setting up libstdc++6:amd64 (4.9.1-1) ...
Processing triggers for libc-bin (2.19-7) ...
Selecting previously unselected package libgmp10:amd64.
(Reading database ... 10877 files and directories currently installed.)
Preparing to unpack .../libgmp10_2%3a6.0.0+dfsg-4_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.0.0+dfsg-4) ...
Selecting previously unselected package libnettle4:amd64.
Preparing to unpack .../libnettle4_2.7.1-2+b1_amd64.deb ...
Unpacking libnettle4:amd64 (2.7.1-2+b1) ...
Selecting previously unselected package libhogweed2:amd64.
Preparing to unpack .../libhogweed2_2.7.1-2+b1_amd64.deb ...
Unpacking libhogweed2:amd64 (2.7.1-2+b1) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.1-2_amd64.deb ...
Unpacking libffi6:amd64 (3.1-2) ...
Preparing to unpack .../libp11-kit0_0.20.2-5_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.20.2-5) over (0.18.5-3) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.0-2_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.0-2) ...
Selecting previously unselected package libgnutls-deb0-28:amd64.
Preparing to unpack .../libgnutls-deb0-28_3.2.15-3_amd64.deb ...
Unpacking libgnutls-deb0-28:amd64 (3.2.15-3) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-4_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-4) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12.1+dfsg-4_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12.1+dfsg-4) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12.1+dfsg-4_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12.1+dfsg-4) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12.1+dfsg-4_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12.1+dfsg-4) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-4_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-4) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-4_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-4) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../libglib2.0-0_2.40.0-3_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.40.0-3) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../libatk1.0-data_2.12.0-1_all.deb ...
Unpacking libatk1.0-data (2.12.0-1) ...
Selecting previously unselected package libatk1.0-0:amd64.
Preparing to unpack .../libatk1.0-0_2.12.0-1_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.12.0-1) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../libavahi-common-data_0.6.31-4_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.6.31-4) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../libavahi-common3_0.6.31-4_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.6.31-4) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../libdbus-1-3_1.8.6-1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.8.6-1) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../libavahi-client3_0.6.31-4_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.6.31-4) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../libdrm2_2.4.54-1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.54-1) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../libglapi-mesa_10.2.3-1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (10.2.3-1) ...
Selecting previously unselected package libllvm3.4:amd64.
Preparing to unpack .../libllvm3.4_1%3a3.4.2-4_amd64.deb ...
Unpacking 

Bug#746215: dvb-apps and libxbase64-bin: error when trying to install together

2014-04-28 Thread Ralf Treinen
Package: libxbase64-bin,dvb-apps
Version: libxbase64-bin/3.1.2-1
Version: dvb-apps/1.1.1+rev1500-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-04-28
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Selecting previously unselected package libpng12-0:amd64.
(Reading database ... 10936 files and directories currently installed.)
Preparing to unpack .../libpng12-0_1.2.50-1_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.50-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.1-1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.10-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.10-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.2-1_all.deb ...
Unpacking libx11-data (2:1.6.2-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.2-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.2-1) ...
Selecting previously unselected package libzvbi-common.
Preparing to unpack .../libzvbi-common_0.2.35-2_all.deb ...
Unpacking libzvbi-common (0.2.35-2) ...
Selecting previously unselected package libzvbi0:amd64.
Preparing to unpack .../libzvbi0_0.2.35-2_amd64.deb ...
Unpacking libzvbi0:amd64 (0.2.35-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.18-4_amd64.deb ...
Unpacking libc-dev-bin (2.18-4) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.13.10-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.13.10-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.18-4_amd64.deb ...
Unpacking libc6-dev:amd64 (2.18-4) ...
Selecting previously unselected package libxbase64-1.
Preparing to unpack .../libxbase64-1_3.1.2-1_amd64.deb ...
Unpacking libxbase64-1 (3.1.2-1) ...
Selecting previously unselected package libxbase64-dev.
Preparing to unpack .../libxbase64-dev_3.1.2-1_amd64.deb ...
Unpacking libxbase64-dev (3.1.2-1) ...
Selecting previously unselected package libxbase64-bin.
Preparing to unpack .../libxbase64-bin_3.1.2-1_amd64.deb ...
Unpacking libxbase64-bin (3.1.2-1) ...
Selecting previously unselected package dtv-scan-tables.
Preparing to unpack .../dtv-scan-tables_0+git20140326.cfc2975-1_all.deb ...
Unpacking dtv-scan-tables (0+git20140326.cfc2975-1) ...
Selecting previously unselected package dvb-apps.
Preparing to unpack .../dvb-apps_1.1.1+rev1500-1_amd64.deb ...
Unpacking dvb-apps (1.1.1+rev1500-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/dvb-apps_1.1.1+rev1500-1_amd64.deb (--unpack):
 trying to overwrite '/usr/bin/zap', which is also in package libxbase64-bin 
3.1.2-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.6.7.1-1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/dvb-apps_1.1.1+rev1500-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/bin/zap

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wefhr-0007zn...@seneca.home.net



Bug#735944: audit-support for hppa/parisc architecture

2014-01-21 Thread Ralf Treinen
Hello,

On Tue, Jan 21, 2014 at 10:40:24AM +0100, Laurent Bigonville wrote:
 Hi,
 
 Are you sure this patch is correct?
 
 The fist chunk seems wrong to me and is not included in the patch you
 have proposed upstream.
 
 As a side note, I don't think it's a good idea to apply such patch to a
 package that has no dedicated maintainer before being sure that it has
 been merged upstream first...

yeah, you are right, I was a bit fast in applying this patch. Anyway, it
still doesn't compile on hppa, so I will revert the patch and have
upstream sort it out.

Cheers -Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.univ-paris-diderot.fr/~treinen/


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140121104929.gb4...@vanadium.pps.jussieu.fr



Bug#735944: closed by Ralf Treinen trei...@debian.org (Bug#735944: fixed in audit 1:2.3.3-2)

2014-01-20 Thread Ralf Treinen
Hi Helge,

On Sun, Jan 19, 2014 at 07:14:55PM +0100, Helge Deller wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi Ralf,
 
 On 01/19/2014 02:06 PM, Debian Bug Tracking System wrote:
  This is an automatic notification regarding your Bug report
  which was filed against the audit package:
  
  #735944: audit-support for hppa/parisc architecture
  
  It has been closed by Ralf Treinen trei...@debian.org.
 
 sadly the build on hppa failed.
 Reason is, that the diff in debian/patches/build-on-hppa looks for all 
 changed files like this:
 - --- a/tools/ausyscall/ausyscall.c   (revision 892)
 +++ b/tools/ausyscall/ausyscall.c   (working copy)
 (they start with a/ or b/ !)
 
 But for the new file lib/parisc_table.h it currently is:
 - --- /dev/null
 +++ lib/parisc_table.h
 while it should be instead:
 - --- a/dev/null
 +++ b/lib/parisc_table.h

that is strange, quilt applies the patches without complaining. But maybe
dpkg is more picky here. Anyway, I am just compiling a fixed package and
will upload in a few minutes. -Ralf.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20140120202623.gb24...@free.fr



Bug#722660: libgraphviz-dev and blt-dev: error when trying to install together

2013-09-13 Thread Ralf Treinen
Package: blt-dev,libgraphviz-dev
Version: blt-dev/2.4z-6
Version: libgraphviz-dev/2.26.3-15+b1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2013-09-13
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libdrm2 libffi6 libglapi-mesa libllvm3.2 libxau6 libxdmcp6 libxcb1
  libxcb-dri2-0 libgbm1 libwayland-client0 libwayland-server0 libx11-data
  libx11-6 libx11-xcb1 libxcb-render0 libxcb-shape0 libxcb-xfixes0
  libegl1-mesa libexpat1 libfreetype6 ucf fonts-dejavu-core ttf-dejavu-core
  fontconfig-config libfontconfig1 libxcb-glx0 libxfixes3 libxdamage1 libxext6
  libxxf86vm1 libgl1-mesa-glx libpixman-1-0 libpng12-0 libxcb-shm0 libxrender1
  libcairo2 libdatrie1 libjpeg8 libjbig0 libtiff4 libvpx1 libxpm4 libgd3
  libglib2.0-0 libgraphite2-3 libharfbuzz0a libltdl7 libthai-data libthai0
  fontconfig libpango-1.0-0 libpangoft2-1.0-0 libpangocairo-1.0-0 libxft2
  x11-common libxss1 tcl8.5 tk8.5 blt libc-dev-bin linux-libc-dev libc6-dev
  libcdt4 libcgraph5 libexpat1-dev zlib1g-dev libfreetype6-dev pkg-config
  libfontconfig1-dev libgraph4 libpathplan4 libxdot4 libgvc5 libgvpr1
  libltdl-dev libgraphviz-dev libpthread-stubs0 libpthread-stubs0-dev
  xorg-sgml-doctools x11proto-core-dev libxau-dev libxdmcp-dev
  x11proto-input-dev x11proto-kb-dev xtrans-dev libxcb1-dev libx11-dev
  x11proto-xext-dev libxext-dev x11proto-render-dev libxrender-dev libxft-dev
  x11proto-scrnsaver-dev libxss-dev tcl8.5-dev tk8.5-dev blt-dev

Extracting templates from packages: 30%
Extracting templates from packages: 61%
Extracting templates from packages: 92%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Selecting previously unselected package libdrm2:amd64.
(Reading database ... 10882 files and directories currently installed.)
Unpacking libdrm2:amd64 (from .../libdrm2_2.4.46-2_amd64.deb) ...
Selecting previously unselected package libffi6:amd64.
Unpacking libffi6:amd64 (from .../libffi6_3.0.13-4_amd64.deb) ...
Selecting previously unselected package libglapi-mesa:amd64.
Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_9.1.6-2+b1_amd64.deb) ...
Selecting previously unselected package libllvm3.2:amd64.
Unpacking libllvm3.2:amd64 (from .../libllvm3.2_1%3a3.2repack-11_amd64.deb) ...
Selecting previously unselected package libxau6:amd64.
Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.8-1_amd64.deb) ...
Selecting previously unselected package libxdmcp6:amd64.
Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ...
Selecting previously unselected package libxcb1:amd64.
Unpacking libxcb1:amd64 (from .../libxcb1_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libxcb-dri2-0:amd64.
Unpacking libxcb-dri2-0:amd64 (from .../libxcb-dri2-0_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libgbm1:amd64.
Unpacking libgbm1:amd64 (from .../libgbm1_9.1.6-2+b1_amd64.deb) ...
Selecting previously unselected package libwayland-client0:amd64.
Unpacking libwayland-client0:amd64 (from 
.../libwayland-client0_1.2.1-1_amd64.deb) ...
Selecting previously unselected package libwayland-server0:amd64.
Unpacking libwayland-server0:amd64 (from 
.../libwayland-server0_1.2.1-1_amd64.deb) ...
Selecting previously unselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.6.1-1_all.deb) ...
Selecting previously unselected package libx11-6:amd64.
Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.6.1-1_amd64.deb) ...
Selecting previously unselected package libx11-xcb1:amd64.
Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.6.1-1_amd64.deb) ...
Selecting previously unselected package libxcb-render0:amd64.
Unpacking libxcb-render0:amd64 (from .../libxcb-render0_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libxcb-shape0:amd64.
Unpacking libxcb-shape0:amd64 (from .../libxcb-shape0_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libxcb-xfixes0:amd64.
Unpacking libxcb-xfixes0:amd64 (from .../libxcb-xfixes0_1.9.1-3_amd64.deb) ...
Selecting previously unselected package libegl1-mesa:amd64.
Unpacking libegl1-mesa:amd64 (from .../libegl1-mesa_9.1.6-2+b1_amd64.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-4_amd64.deb) ...
Selecting previously unselected package libfreetype6:amd64.
Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1.1_amd64.deb) ...
Selecting previously unselected package ucf.
Unpacking ucf (from .../ucf_3.0027+nmu1_all.deb) ...
Moving old data out of the way
Selecting previously unselected package fonts-dejavu-core.
Unpacking fonts-dejavu-core (from .../fonts-dejavu-core_2.33+svn2514-3_all.deb) 
...
Selecting previously unselected package ttf-dejavu-core.

Bug#722663: libradius1 and libfreeradius-client2: error when trying to install together

2013-09-13 Thread Ralf Treinen
Package: libfreeradius-client2,libradius1
Version: libfreeradius-client2/1.1.6-4
Version: libradius1/0.3.2-14
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2013-09-13
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libfreeradius-client2 libradius1
Authentication warning overridden.
Selecting previously unselected package libfreeradius-client2.
(Reading database ... 10882 files and directories currently installed.)
Unpacking libfreeradius-client2 (from 
.../libfreeradius-client2_1.1.6-4_amd64.deb) ...
Selecting previously unselected package libradius1.
Unpacking libradius1 (from .../libradius1_0.3.2-14_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libradius1_0.3.2-14_amd64.deb 
(--unpack):
 trying to overwrite '/etc/radiusclient/dictionary.merit', which is also in 
package libfreeradius-client2 1.1.6-4
Errors were encountered while processing:
 /var/cache/apt/archives/libradius1_0.3.2-14_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /etc/radiusclient/dictionary
  /etc/radiusclient/dictionary.ascend
  /etc/radiusclient/dictionary.compat
  /etc/radiusclient/dictionary.merit
  /etc/radiusclient/radiusclient.conf

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vkn8f-000805...@seneca.home.net



Bug#709906: texi2html: Missing dependency on libtext-unidecode-perl

2013-05-26 Thread Ralf Treinen
On Sun, May 26, 2013 at 08:47:38AM -0700, Daniel Schepler wrote:
 Package: texi2html
 Version: 1.82+dfsg1-2
 Severity: serious
 
 From my pbuilder log of diffutils:
 
 ...
dh_install
debian/rules override_dh_installdocs
 make[1]: Entering directory `/tmp/buildd/diffutils-3.2'
 cd doc  texi2html -split_chapter diffutils.texi
 Can't locate Text/Unidecode.pm in @INC (@INC contains: /etc/perl 
 /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 
 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
 /usr/local/lib/site_perl .) at /usr/bin/texi2html line 12577.
 make[1]: *** [override_dh_installdocs] Error 2
 make[1]: Leaving directory `/tmp/buildd/diffutils-3.2'
 make: *** [binary] Error 2
 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
 2

I just tried to compile texi2html 1.82+dfsg1-2 with pbuilder, and it
compiles just fine on my machine (amd64/sid).

Can you make the complete log of your failed build available?

Cheers -Ralf.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130526185807.ga3...@free.fr



Bug#709906: texi2html: Missing dependency on libtext-unidecode-perl

2013-05-26 Thread Ralf Treinen
On Sun, May 26, 2013 at 12:18:46PM -0700, Daniel Schepler wrote:
 On Sunday, May 26, 2013 08:58:07 PM Ralf Treinen wrote:
  On Sun, May 26, 2013 at 08:47:38AM -0700, Daniel Schepler wrote:
   Package: texi2html
   Version: 1.82+dfsg1-2
   Severity: serious
   
   From my pbuilder log of diffutils:
   ...
   
  dh_install
  debian/rules override_dh_installdocs
   
   make[1]: Entering directory `/tmp/buildd/diffutils-3.2'
   cd doc  texi2html -split_chapter diffutils.texi
   Can't locate Text/Unidecode.pm in @INC (@INC contains: /etc/perl
   /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5
   /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14
   /usr/local/lib/site_perl .) at /usr/bin/texi2html line 12577. make[1]:
   *** [override_dh_installdocs] Error 2
   make[1]: Leaving directory `/tmp/buildd/diffutils-3.2'
   make: *** [binary] Error 2
   dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
   status 2
  I just tried to compile texi2html 1.82+dfsg1-2 with pbuilder, and it
  compiles just fine on my machine (amd64/sid).
  
  Can you make the complete log of your failed build available?
 
 texi2html builds fine for me, too.  The bug I'm reporting is missing binary 
 dependencies in the resulting package, which is causing build failures in 
 other packages (also confirmed in a clean pbuilder chroot using the official 
 binary packages).  The example above is from the failure of diffutils.

Thanks for the explanation. -Ralf.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130526201208.gb3...@free.fr



Bug#699323: texmacs-extra-fonts is obsolete

2013-01-30 Thread Ralf Treinen
Package: texmacs-extra-fonts

The package texmacs-extra-fonts is obsolete and should be removed,
as soon as science-typesetting drops its Recommends on this package.
See the discussion on bug #683587.

-Ralf.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130130091810.ga3...@free.fr



Bug#483787: songwrite: New version available upstream

2012-07-03 Thread Ralf Treinen
Hi,

you wrote on 11 November 2011:

 I think this version is really worth being packaged for Wheezy :). We're
 already using it in DoudouLinux, which is based on Lenny/Squeeze,
 without any problem.

songwrite is orphaned since 30 mars 2009, which means it doesn't have
a regular maintainer in debian. Since you seem already to maintain a
package for doudoulinux, would you be willing to maintain the
debian package as well? Otherwise it will probably be removed from
wheezy, and even from debian altogether, since the version currently
in debian does no longer work with the current version of python2
(bug #672210).

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120703192926.gd19...@free.fr



Bug#673382: gnunet-server and gnunet-fuse: error when trying to install together

2012-05-18 Thread Ralf Treinen
Package: gnunet-fuse,gnunet-server
Version: gnunet-fuse/0.8.0c-7
Version: gnunet-server/0.9.2-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2012-05-18
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libasprintf0c2 libcap2 libkeyutils1 libkrb5support0 libk5crypto3 libkrb5-3
  libgssapi-krb5-2 libsasl2-2 libldap-2.4-2 libpcre3 libxml2 libffi5
  libglib2.0-0 libcroco3 librtmp0 libssh2-1 libcurl3-gnutls libelf1 libexpat1
  libltdl7 libfreetype6 ucf ttf-dejavu-core fontconfig-config libfontconfig1
  libjpeg8 liblcms1 libopenjpeg2 libpng12-0 libpoppler13 liblua5.1-0 libnspr4
  libnspr4-0d libnss3-1d librpmio2 rpm-common librpm2 libextractor3 libfuse2
  libunistring0 libgettextpo0 libgmp10 gcc-4.7-base libgomp1 libmicrohttpd10
  mysql-common libmysqlclient18 gettext-base gettext gnunet-common
  gnunet-client gnunet-fuse libglpk0 libpq5 gnunet-server

Extracting templates from packages: 54%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package libasprintf0c2:amd64.
(Reading database ... 10572 files and directories currently installed.)
Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-8_amd64.deb) 
...
Selecting previously unselected package libcap2:amd64.
Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.1_amd64.deb) ...
Selecting previously unselected package libkeyutils1:amd64.
Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-2_amd64.deb) ...
Selecting previously unselected package libkrb5support0:amd64.
Unpacking libkrb5support0:amd64 (from 
.../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libk5crypto3:amd64.
Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libkrb5-3:amd64.
Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Unpacking libgssapi-krb5-2:amd64 (from 
.../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ...
Selecting previously unselected package libsasl2-2:amd64.
Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4_amd64.deb) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.28-1.3_amd64.deb) ...
Selecting previously unselected package libpcre3:amd64.
Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ...
Selecting previously unselected package libxml2:amd64.
Unpacking libxml2:amd64 (from .../libxml2_2.7.8.dfsg-9_amd64.deb) ...
Selecting previously unselected package libffi5:amd64.
Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ...
Selecting previously unselected package libglib2.0-0:amd64.
Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ...
Selecting previously unselected package libcroco3:amd64.
Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ...
Selecting previously unselected package librtmp0:amd64.
Unpacking librtmp0:amd64 (from 
.../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ...
Selecting previously unselected package libssh2-1:amd64.
Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.1-1_amd64.deb) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.25.0-1_amd64.deb) 
...
Selecting previously unselected package libelf1:amd64.
Unpacking libelf1:amd64 (from .../libelf1_0.153-1_amd64.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ...
Selecting previously unselected package libltdl7:amd64.
Unpacking libltdl7:amd64 (from .../libltdl7_2.4.2-1_amd64.deb) ...
Selecting previously unselected package libfreetype6:amd64.
Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ...
Selecting previously unselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu3_all.deb) ...
Moving old data out of the way
Selecting previously unselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ...
Selecting previously unselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-5_all.deb) ...
Selecting previously unselected package libfontconfig1:amd64.
Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-5_amd64.deb) ...
Selecting previously unselected package libjpeg8:amd64.
Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ...
Selecting previously unselected package liblcms1.
Unpacking liblcms1 (from .../liblcms1_1.19.dfsg-1+b2_amd64.deb) ...
Selecting 

Bug#662971: openmsx-catapult: not installable in sid, needs update

2012-03-07 Thread Ralf Treinen
Package: openmsx-catapult
Version: 0.8.1-3
Severity: serious
User: trei...@debian.org
Usertags: edos-outdated

Hi,

openmsx-catapult depends on openmsx ( 0.8.2). In sid we are, however,
past that version of openmsx:

% rmadison openmsx
 openmsx | 0.6.3-2| lenny   | source, alpha, amd64, arm, armel, hppa, i386, 
ia64, mips, mipsel, powerpc, s390, sparc
 openmsx | 0.8.0-1| squeeze | source, amd64, armel, i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, sparc
 openmsx | 0.8.2-1| sid | source, amd64, armel, armhf, hurd-i386, ia64, 
kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, s390, s390x, sparc
 openmsx | 0.8.2-1+b1 | sid | i386

Hence, openmsx-catapult needs to be updated in order to become installable
again.

-Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120307171845.gd30...@pps.jussieu.fr



binNMU of nitpick

2011-10-07 Thread Ralf Treinen
Hello, I just have asked for a binNMU of nitpick, see

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

-Ralf.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111007152158.ga32...@murdock.inria.org



Bug#644498: nitpic: not installable in sid, needs upgrade to new binutils

2011-10-06 Thread Ralf Treinen
Package: nitpic
Version:  0.1-12
Architecture: i386
Severity: serious
User: trei...@debian.org
Usertags: edos-outdated

nitpic depends on  binutils ( 2.21.53.20110923). However, we have in sid:

% rmadison --suite=sid --architecture=i386 binutils
 binutils | 2.21.90.20111004-1 | sid | i386

-Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111006115019.gc31...@pps.jussieu.fr



Bug#639256: avifile-player and libavifile-0.7c2: error when trying to install together

2011-08-25 Thread Ralf Treinen
Package: libavifile-0.7c2,avifile-player
Version: libavifile-0.7c2/1:0.7.48~20090503.ds-4
Version: avifile-player/1:0.7.48~20090503.ds-3
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-08-25
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libwrap0 libasound2 libasyncns0 libxau6 x11-common libice6 libsm6 libxdmcp6
  libxcb1 libx11-data libx11-6 libxt6 libaudio2 libdbus-1-3 libogg0 libflac8
  libexpat1 libfreetype6 ucf ttf-dejavu-core fontconfig-config libfontconfig1
  libjpeg62 liblcms1 libmng1 libpng12-0 libvorbis0a libvorbisenc2 libsndfile1
  libx11-xcb1 libxfixes3 libxrender1 libxcursor1 libxext6 libxft2 libxi6
  libxinerama1 libxrandr2 libxv1 libxxf86vm1 librtmp0 libcap2 fontconfig
  libavutil50 libdirac-encoder0 libfaad2 libgsm1 libmp3lame0 libopenjpeg2
  liborc-0.4-0 libschroedinger-1.0-0 libspeex1 libtheora0 libva1 libvpx0
  libx264-116 libxvidcore4 libavcodec52 libavformat52 libjpeg8 libmad0
  libcaca0 libsysfs2 tsconf libts-0.0-0 libdirectfb-1.2-9 libxtst6 libpulse0
  libsdl1.2debian libxxf86dga1 libavifile-0.7c2 libqt3-mt avifile-player

Extracting templates from packages: 41%
Extracting templates from packages: 82%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libwrap0.
(Reading database ... 10663 files and directories currently installed.)
Unpacking libwrap0 (from .../libwrap0_7.6.q-21_amd64.deb) ...
Selecting previously deselected package libasound2.
Unpacking libasound2 (from .../libasound2_1.0.24.1-3_amd64.deb) ...
Selecting previously deselected package libasyncns0.
Unpacking libasyncns0 (from .../libasyncns0_0.8-4_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-3_amd64.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.6+8_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.7-2_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.2.0-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.7-3_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.4.4-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.4.4-1_amd64.deb) ...
Selecting previously deselected package libxt6.
Unpacking libxt6 (from .../libxt6_1%3a1.1.1-2_amd64.deb) ...
Selecting previously deselected package libaudio2.
Unpacking libaudio2 (from .../libaudio2_1.9.2-9_amd64.deb) ...
Selecting previously deselected package libdbus-1-3.
Unpacking libdbus-1-3 (from .../libdbus-1-3_1.4.14-1_amd64.deb) ...
Selecting previously deselected package libogg0.
Unpacking libogg0 (from .../libogg0_1.2.2~dfsg-1_amd64.deb) ...
Selecting previously deselected package libflac8.
Unpacking libflac8 (from .../libflac8_1.2.1-5_amd64.deb) ...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7_amd64.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.4.6-2_amd64.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu2_all.deb) ...
Moving old data out of the way
Selecting previously deselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ...
Selecting previously deselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-3_all.deb) ...
Selecting previously deselected package libfontconfig1.
Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-3_amd64.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b1-2_amd64.deb) ...
Selecting previously deselected package liblcms1.
Unpacking liblcms1 (from .../liblcms1_1.19.dfsg-1_amd64.deb) ...
Selecting previously deselected package libmng1.
Unpacking libmng1 (from .../libmng1_1.0.10-2_amd64.deb) ...
Selecting previously deselected package libpng12-0.
Unpacking libpng12-0 (from .../libpng12-0_1.2.46-3_amd64.deb) ...
Selecting previously deselected package libvorbis0a.
Unpacking libvorbis0a (from .../libvorbis0a_1.3.2-1_amd64.deb) ...
Selecting previously deselected package libvorbisenc2.
Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.2-1_amd64.deb) ...
Selecting previously deselected package libsndfile1.
Unpacking 

Bug#639256: libavifile: more overwrite errors

2011-08-25 Thread Ralf Treinen
I will reassign this bug to libavifile since file overwrite
errors occur at the same time with other packages. Here
is the list of packages I found and the list of offending
path names:

avifile-mad-plugin/1:0.7.48~20090503.ds-3:
  /usr/lib/avifile-0.7/mad_audiodec.so


avifile-mjpeg-plugin/1:0.7.48~20090503.ds-3:
  /usr/lib/avifile-0.7/osmjpeg.so

avifile-vorbis-plugin/1:0.7.48~20090503.ds-3:
  /usr/lib/avifile-0.7/vorbis_audio.so

-Ralf



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110825131705.ga29...@murdock.inria.org



Bug#637394: w3-dtd-mathml: /etc/xml/catalog doesn't contain a reference to the MathML DTD

2011-08-13 Thread Ralf Treinen
Dear Vincent,

On Wed, Aug 10, 2011 at 11:01:19PM +0200, Vincent Lefevre wrote:
 Package: w3-dtd-mathml
 Version: 2.0.0.0-2
 Severity: normal
 
 /etc/xml/catalog doesn't contain a reference to the MathML DTD.

this package is currently orphaned. Could you please propose a patch
for fixing this bug? Or, even better, consider taking over maintenance
of the package?

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110813082519.gg11...@free.fr



Bug#636003: libvigraimpex: FTBFS with libpng 1.5

2011-08-03 Thread Ralf Treinen
On Sat, Jul 30, 2011 at 04:36:32PM +0900, Nobuhiro Iwamatsu wrote:
 Source: libvigraimpex
 Version: 1.7.1+dfsg1-1
 Severity: important
 Tags: patch
 User: lib...@packages.debian.org
 Usertags: libpng15-transition
 
 Hi,
 
 I uploaded libpng 1.5.2 to experimental.
 libpng maintainers plan to transition from libpng 1.2 to 1.5.
 I am checking build it the package depend to libpng.
 
 I noticed your package FTBFS by libpng 1.5.
 I created the patch that revise this problem.
 Could you check and apply this patch?

Konnichiwa,

I tried to compile with your patch but this makes the package
FTBFS with libpng12-dev, so I guess the patch has to wait until
libpng 1.5 enters unstable:

[ 61%] Building CXX object src/impex/CMakeFiles/vigraimpex.dir/png.cxx.o
cd 
/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/obj/src/impex
  /usr/bin/c++   -Dvigraimpex_EXPORTS -DHasJPEG -DHasPNG -DHasTIFF -DHasHDF5 
-W -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-unused-variable 
-Wno-ignored-qualifiers -Wno-type-limits -g -O2 -fPIC 
-I/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/include 
-I/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/obj/include
-o CMakeFiles/vigraimpex.dir/png.cxx.o -c 
/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/src/impex/png.cxx
/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/src/impex/png.cxx:
 In member function ‘void vigra::PngDecoderImpl::init()’:
/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/src/impex/png.cxx:326:89:
 error: invalid conversion from ‘png_byte** {aka unsigned char**}’ to 
‘png_charpp {aka char**}’ [-fpermissive]
/usr/include/png.h:2476:8: error:   initializing argument 5 of ‘png_uint_32 
png_get_iCCP(png_structp, png_infop, png_charpp, int*, png_charpp, 
png_uint_32*)’ [-fpermissive]
/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/src/impex/png.cxx:
 In member function ‘void vigra::PngEncoderImpl::finalize()’:
/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/src/impex/png.cxx:595:27:
 error: ‘png_const_bytep’ was not declared in this scope
make[4]: *** [src/impex/CMakeFiles/vigraimpex.dir/png.cxx.o] Error 1
make[4]: Leaving directory 
`/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/obj'
make[3]: *** [src/impex/CMakeFiles/vigraimpex.dir/all] Error 2
make[3]: Leaving directory 
`/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/obj'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1/obj'
make[1]: *** [obj/build-stamp] Error 2
make[1]: Leaving directory 
`/home/rt/debian/packages/qa/libvigraimpex/libvigraimpex-1.7.1+dfsg1'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

-Ralf



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110803071943.gh14...@free.fr



Bug#635327: armhf support has to be restored

2011-07-25 Thread Ralf Treinen
Package: src:xview
Version: 3.2p1.4-26
Tags: pending

by accident, the upload of 3.2p1.4-26 was based on the version in testing
(3.2p1.4-25) instead of the one from sid (3.2p1.4-25.1). The change 
between these two has to be merged back, in particular armhf support.

-Ralf



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110725075252.gd22...@free.fr



Bug#625546: transition: libmagick4

2011-05-04 Thread Ralf Treinen
Hi Bastian,

On Wed, May 04, 2011 at 12:42:37PM +0200, Bastien ROUCARIES wrote:

 We would like to perform the transition from  libmagickcore3, libmagick++3, 
 libmagickwand3 to libmagickcore4, libmagick++4, 
 libmagickwand4
 
 This transition will requires sourcefull uploads as there is a (minimal) API 
 change.

gnuift and synfig are orphaned packages. Would you mind doing the transition
yourself? This would be the quickest and easiest way since you are probably
in the best situation to do the necessary API changes (any DD can do QA
uploads).

Cheers -Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110504191720.ga2...@free.fr



Bug#622711: libdb5.1-java-dev and libdb4.8-java-dev: error when trying to install together

2011-04-13 Thread Ralf Treinen
Package: libdb4.8-java-dev,libdb5.1-java-dev
Version: libdb4.8-java-dev/4.8.30-5
Version: libdb5.1-java-dev/5.1.25-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-04-14
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libdb4.8-java libdb4.8-java-dev libdb5.1-java libdb5.1-java-dev
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libdb4.8-java.
(Reading database ... 8748 files and directories currently installed.)
Unpacking libdb4.8-java (from .../libdb4.8-java_4.8.30-5_amd64.deb) ...
Selecting previously deselected package libdb4.8-java-dev.
Unpacking libdb4.8-java-dev (from .../libdb4.8-java-dev_4.8.30-5_amd64.deb) ...
Selecting previously deselected package libdb5.1-java.
Unpacking libdb5.1-java (from .../libdb5.1-java_5.1.25-2_amd64.deb) ...
Selecting previously deselected package libdb5.1-java-dev.
Unpacking libdb5.1-java-dev (from .../libdb5.1-java-dev_5.1.25-2_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libdb5.1-java-dev_5.1.25-2_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/libdb_java.so', which is also in package 
libdb4.8-java-dev 4.8.30-5
configured to not write apport reports
Errors were encountered while processing:
 /var/cache/apt/archives/libdb5.1-java-dev_5.1.25-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/libdb_java.so

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qafs1-0002ms...@seneca.free.fr



Bug#618236: saods9: FTBFS: Nonexistent build-dependency: 'libtktable2.9'

2011-03-27 Thread Ralf Treinen
tktable2.9 got removed from sid on 2011/02/20, see

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

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110327081550.ga3...@free.fr



Bug#615131: libslicer3-dev and libmrml1-dev: error when trying to install together

2011-02-25 Thread Ralf Treinen
Package: libmrml1-dev,libslicer3-dev
Version: libmrml1-dev/0.1.14-9+b3
Version: libslicer3-dev/3.6.3~svn16075-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-02-25
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  gcc-4.5-base libgpg-error0 libgcrypt11 libtasn1-3 libgnutls26 libkeyutils1
  libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2 libidn11 libsasl2-2
  libldap-2.4-2 libpcre3 libxml2 mime-support python2.6-minimal libexpat1
  python2.6 python-minimal python python-support ucf openssl ca-certificates
  libfreetype6 ttf-dejavu-core fontconfig-config libfontconfig1 fontconfig
  libxau6 x11-common libice6 libsm6 libxdmcp6 libxcb1 libx11-data libx11-6
  libxt6 libaudio2 libavutil50 libdirac-encoder0 libfaad2 libgsm1 libopenjpeg2
  liborc-0.4-0 libschroedinger-1.0-0 libspeex1 libogg0 libtheora0 libva1
  libvorbis0a libvorbisenc2 libvpx0 libavcodec52 librtmp0 libavformat52
  libc-dev-bin linux-libc-dev libc6-dev libssh2-1 libcurl3 libcurl3-gnutls
  libdrm2 libexpat1-dev libfftw3-3 libgdcm2.0 libgfortran3 libxfixes3
  libxdamage1 libxext6 libxxf86vm1 libgl1-mesa-glx libgl2ps0 libglib2.0-0
  libhdf5-serial-1.8.4 libpng12-0 libjpeg62 libtiff4 libinsighttoolkit3.20
  mysql-common libmysqlclient16 libnetcdf6 libibverbs1 libnuma1 libtorque2
  libopenmpi1.3 libpq5 libqtcore4 liblcms1 libmng1 libxrender1 libqtgui4
  libswscale0 libvtk5.6 tcl8.5 libxft2 libxss1 tk8.5 tcl-vtk
  libkwwidgets1.0.1009 libmrml1c2a libmrml1-dev libpython2.6 libteem1
  python-vtk libslicer3 libslicer3-dev

Extracting templates from packages: 27%
Extracting templates from packages: 55%
Extracting templates from packages: 83%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package gcc-4.5-base.
(Reading database ... 8735 files and directories currently installed.)
Unpacking gcc-4.5-base (from .../gcc-4.5-base_4.5.2-4_amd64.deb) ...
Selecting previously deselected package libgpg-error0.
Unpacking libgpg-error0 (from .../libgpg-error0_1.10-0.3_amd64.deb) ...
Selecting previously deselected package libgcrypt11.
Unpacking libgcrypt11 (from .../libgcrypt11_1.4.6-5_amd64.deb) ...
Selecting previously deselected package libtasn1-3.
Unpacking libtasn1-3 (from .../libtasn1-3_2.9-2_amd64.deb) ...
Selecting previously deselected package libgnutls26.
Unpacking libgnutls26 (from .../libgnutls26_2.10.4-2_amd64.deb) ...
Selecting previously deselected package libkeyutils1.
Unpacking libkeyutils1 (from .../libkeyutils1_1.4-4_amd64.deb) ...
Selecting previously deselected package libkrb5support0.
Unpacking libkrb5support0 (from .../libkrb5support0_1.8.3+dfsg-4_amd64.deb) ...
Selecting previously deselected package libk5crypto3.
Unpacking libk5crypto3 (from .../libk5crypto3_1.8.3+dfsg-4_amd64.deb) ...
Selecting previously deselected package libkrb5-3.
Unpacking libkrb5-3 (from .../libkrb5-3_1.8.3+dfsg-4_amd64.deb) ...
Selecting previously deselected package libgssapi-krb5-2.
Unpacking libgssapi-krb5-2 (from .../libgssapi-krb5-2_1.8.3+dfsg-4_amd64.deb) 
...
Selecting previously deselected package libidn11.
Unpacking libidn11 (from .../libidn11_1.18-1_amd64.deb) ...
Selecting previously deselected package libsasl2-2.
Unpacking libsasl2-2 (from .../libsasl2-2_2.1.23.dfsg1-7_amd64.deb) ...
Selecting previously deselected package libldap-2.4-2.
Unpacking libldap-2.4-2 (from .../libldap-2.4-2_2.4.23-7_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_8.12-3_amd64.deb) ...
Selecting previously deselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.7.8.dfsg-2_amd64.deb) ...
Selecting previously deselected package mime-support.
Unpacking mime-support (from .../mime-support_3.51-1_all.deb) ...
Selecting previously deselected package python2.6-minimal.
Unpacking python2.6-minimal (from .../python2.6-minimal_2.6.6-8+b1_amd64.deb) 
...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7_amd64.deb) ...
Selecting previously deselected package python2.6.
Unpacking python2.6 (from .../python2.6_2.6.6-8+b1_amd64.deb) ...
Selecting previously deselected package python-minimal.
Unpacking python-minimal (from .../python-minimal_2.6.6-3+squeeze5_all.deb) ...
Selecting previously deselected package python.
Unpacking python (from .../python_2.6.6-3+squeeze5_all.deb) ...
Selecting previously deselected package python-support.
Unpacking python-support (from .../python-support_1.0.11_all.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu1_all.deb) ...
Moving old data out of the way
Selecting previously deselected 

Bug#554557: FTBFS gmaneditor

2011-02-21 Thread Ralf Treinen
The package now fails to build even on a vanilla debian system:

gcc  -g -O2 -Wall   -o gmanedit  main.o support.o interface.o callbacks.o 
-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 
-lm -lpangocairo-1.0 -lcairo -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig 
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   
/usr/bin/ld: callbacks.o: undefined reference to symbol 'gzclose'
/usr/bin/ld: note: 'gzclose' is defined in DSO /usr/lib64/libz.so.1 so try 
adding it to the linker command line
/usr/lib64/libz.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [gmanedit] Error 1
make[2]: Leaving directory 
`/home/rt/debian/packages/own/gmanedit/gmanedit-0.4.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/rt/debian/packages/own/gmanedit/gmanedit-0.4.2'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110221195040.ga2...@free.fr



Bug#606038: sgml-data: WARNING about obsolete update-catalog command

2010-12-06 Thread Ralf Treinen
Hi,

On Sun, Dec 05, 2010 at 01:05:08PM -0700, Michael Berg wrote:

 The postinst and prerm package scripts should be changed to use
 'update-sgmlcatalog' instead of 'update-catalog' to avoid future breakage
 when update-catalog is eventually removed.

update-sgmlcatalog is only implemented by the version of sgml-base in
experimental (according to the changelog), while the version in sid
still has update-catalog. Hence, I'll rather wait with that until
sgml-base = 1.99.0 migrates to sid.

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101206200031.ga3...@free.fr



Bug#605776: ifrench: throws lots of warning during preconfiguration

2010-12-03 Thread Ralf Treinen
Package: ifrench
Version: 1.4-25
Severity: normal

Installing ifrench (with no ispell previously installed) results in the
following. In the debconf menu I had selected the french dictionary as
default dictionary.

r...@murdock:/home/rt# apt-get install ifrench
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  ispell
Suggested packages:
  wfrench spell
The following NEW packages will be installed:
  ifrench ispell
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/563 kB of archives.
After this operation, 2,863 kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Preconfiguring packages ...
Use of uninitialized value $classprefix in concatenation (.) or string at 
/usr/share/dictionaries-common/dc-debconf-default-value.pl line 119, STDIN 
line 7.
Use of uninitialized value $classprefix in concatenation (.) or string at 
/usr/share/dictionaries-common/dc-debconf-default-value.pl line 138, STDIN 
line 7.

[ and then the same message repeated many times ]

[ispell,dc_debconf_select] error: [undefined] does not correspond to any package
Selecting previously deselected package ifrench.
(Reading database ... 160665 files and directories currently installed.)
Unpacking ifrench (from .../ifrench_1.4-25_amd64.deb) ...
Selecting previously deselected package ispell.
Unpacking ispell (from .../ispell_3.1.20.0-7_amd64.deb) ...
Processing triggers for install-info ...
Processing triggers for man-db ...
Setting up ifrench (1.4-25) ...
Setting up ispell (3.1.20.0-7) ...


-Ralf.

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

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

Versions of packages ifrench depends on:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  dictionaries-common   1.5.16 Common utilities for spelling dict
ii  ispell3.1.20.0-7 International Ispell (an interacti

ifrench recommends no packages.

Versions of packages ifrench suggests:
pn  wfrench   none (no description available)

-- debconf information:
  shared/packages-ispell:
  ifrench/languages: francais Hydro-Quebec (French Hydro-Quebec)
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101203111631.gb17...@uranium.pps.jussieu.fr



Bug#593927: twlog: installs defaults to /usr/lib/X11/app-defaults/

2010-08-24 Thread Ralf Treinen
On Sun, Aug 22, 2010 at 01:19:35PM +0200, Jakub Wilk wrote:
 Package: twlog
 Version: 2.5-3
 Severity: important
 
 twlog installs defaults files into /usr/lib/X11/app-defaults/. This
 is violation of policy 11.8.6.

I have no idea where this is coming from. After rebuilding twlog
2.5-3 on my amd64/sid machine:

% debc | grep app-defaults
drwxr-xr-x root/root 0 2010-08-24 19:56 ./etc/X11/app-defaults/
-rw-r--r-- root/root  9218 2008-03-21 20:23 ./etc/X11/app-defaults/Twlog

Though autobuilder logs of the same package [1] confirm that there is

drwxr-xr-x root/root 0 2009-11-03 08:36 ./usr/lib/
drwxr-xr-x root/root 0 2009-11-03 08:36 ./usr/lib/X11/
drwxr-xr-x root/root 0 2009-11-03 08:36 ./usr/lib/X11/app-defaults/
-rw-r--r-- root/root  9218 2009-11-03 08:36 ./usr/lib/X11/app-defaults/Twlog

Any idea what the problem is here?

-Ralf.

[1] 
https://buildd.debian.org/fetch.cgi?pkg=twlog;ver=2.5-3;arch=amd64;stamp=1257237433



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100824182341.ga2...@free.fr



Bug#593789: p2c: missing documentation

2010-08-22 Thread Ralf Treinen
On Sat, Aug 21, 2010 at 12:32:07AM +0200, Jakub Wilk wrote:
 Source: p2c
 Version: 1.21alpha2-3
 Severity: important
 
 non-i386 binaries don't ship manpages nor examples:
 
 $ dpkg -c p2c_1.21alpha2-3_i386.deb | grep -cE '/(doc|man)/'
 19
 
 $ dpkg -c p2c_1.21alpha2-3_amd64.deb | grep -cE '/(doc|man)/'
 7

A simple rebuild seems to solve that. On amd64/sid, after rebulding:

debc | grep -cE '/(doc|man)/'
19

The autobuilder logs of p2c_1.21alpha2-3show that there are indeed
files missing. The debian/rules seems to me convoluted anyway; I'll
have a look at it.

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822091649.gb2...@free.fr



Bug#591803: calendarserver: not installable in sid

2010-08-05 Thread Ralf Treinen
Package: calendarserver
Version: 1.2.dfsg-9
Severity: grave
User: trei...@debian.org
Usertags: edos-uninstallable

Hi,

calendarserver is not installable in sid on any architecture, at least
since June 21. The reason for that is

Package: calendarserver
Version: 1.2.dfsg-9
Depends: [...], python-vobject (= 0.4.8), [...]

Package: python-vobject
Version: 0.8.1c-3
Conflicts: calendarserver ( 2.0)

-Ralf
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100805163931.ge25...@uranium.pps.jussieu.fr



Bug#567794: kguitar: Please link with KDE 4 libraries

2010-07-01 Thread Ralf Treinen
 Package:  kguitar
 Version:  0.5-3

 This package is one of the few that still link with the KDE 3
 libraries.  Please rebuild it using the KDE 4 libraries to allow us to
 increase the amount of useful packages we can fit on our DVD, and to
 reduce the disk footprint of the installed packages.

According to the upstream webpage, http://kguitar.sourceforge.net/,
the upstream development version has already been ported to kde4.

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100701190858.ga2...@free.fr



Bug#571199: ships libdrvproxy.so, but doesn't really

2010-06-27 Thread Ralf Treinen
Josip Rodin j...@debbugs.entuzijast.net:

 % ls -l /usr/lib/libdrvproxy.so
 lrwxrwxrwx 1 root root 21 2009-11-23 20:20 /usr/lib/libdrvproxy.so - 
 libdrvproxy.so.2.1.18
% ls -l /usr/lib/libdrvproxy.so.2.1.18
 ls: cannot access /usr/lib/libdrvproxy.so.2.1.18: No such file or directory
 % dpkg -S /usr/lib/libdrvproxy.so 
 libiodbc2-dev: /usr/lib/libdrvproxy.so
 % dpkg -S /usr/lib/libdrvproxy.so.2.1.18
 dpkg: /usr/lib/libdrvproxy.so.2.1.18 not found.

 This can't be right. Please fix it. TIA.

Right. /usr/lib/libdrvproxy.so.2.1.* is provided by the iodbc package,
hence libiodbc2-dev should depend on it.

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100627071209.gb2...@free.fr



Bug#586075: [FTBFS] on i386 with xslt.c:(.text+0x1bb4): undefined reference to `__stack_chk_fail_local'

2010-06-23 Thread Ralf Treinen
Does it FTBFS on debian? If it only fails on ubuntu then it definitely
is not a serious bug for us.

Downgrading to normal for now, until there is evidence that this
also occurs on debian.

-Ralf



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100623200354.ga2...@free.fr



Bug#584193: smf-utils and denemo: error when trying to install together

2010-06-02 Thread Ralf Treinen
Package: denemo,smf-utils
Version: denemo/0.8.10-1
Version: smf-utils/1.3-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2010-06-02
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libpcre3 libxml2 ucf defoma libgmp3c2 libltdl7 guile-1.8-libs libglib2.0-0
  libatk1.0-0 libasound2 libfftw3-3 libcelt0-0 libsamplerate0 libjack0 libogg0
  libflac8 libvorbis0a libvorbisenc2 libsndfile1 libaubio2 libfreetype6
  ttf-dejavu-core fontconfig-config libfontconfig1 libpixman-1-0 libpng12-0
  libxau6 libxdmcp6 libxcb1 libx11-data libx11-6 libxcb-render0
  libxcb-render-util0 libxrender1 libcairo2 libgtk2.0-common
  libavahi-common-data libavahi-common3 libdbus-1-3 libavahi-client3 libcups2
  libjpeg62 libjasper1 fontconfig libpango1.0-common libdatrie1 libthai-data
  libthai0 libxft2 libpango1.0-0 libtiff4 libxext6 libxfixes3 libxcomposite1
  libxcursor1 libxdamage1 libxi6 libxinerama1 libxrandr2 shared-mime-info
  libgtk2.0-0 libgtksourceview2.0-common libgtksourceview2.0-0 libportaudio2
  denemo libsmf0 smf-utils

Extracting templates from packages: 44%
Extracting templates from packages: 89%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libpcre3.
(Reading database ... 12205 files and directories currently installed.)
Unpacking libpcre3 (from .../libpcre3_8.02-1_amd64.deb) ...
Selecting previously deselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.7.7.dfsg-2_amd64.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../archives/ucf_3.0025_all.deb) ...
Moving old data out of the way
Selecting previously deselected package defoma.
Unpacking defoma (from .../defoma_0.11.11_all.deb) ...
Selecting previously deselected package libgmp3c2.
Unpacking libgmp3c2 (from .../libgmp3c2_2%3a4.3.2+dfsg-1_amd64.deb) ...
Selecting previously deselected package libltdl7.
Unpacking libltdl7 (from .../libltdl7_2.2.6b-2_amd64.deb) ...
Selecting previously deselected package guile-1.8-libs.
Unpacking guile-1.8-libs (from .../guile-1.8-libs_1.8.7+1-3_amd64.deb) ...
Selecting previously deselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.24.1-1_amd64.deb) ...
Selecting previously deselected package libatk1.0-0.
Unpacking libatk1.0-0 (from .../libatk1.0-0_1.30.0-1_amd64.deb) ...
Selecting previously deselected package libasound2.
Unpacking libasound2 (from .../libasound2_1.0.22-2_amd64.deb) ...
Selecting previously deselected package libfftw3-3.
Unpacking libfftw3-3 (from .../libfftw3-3_3.2.2-1_amd64.deb) ...
Selecting previously deselected package libcelt0-0.
Unpacking libcelt0-0 (from .../libcelt0-0_0.7.1-1_amd64.deb) ...
Selecting previously deselected package libsamplerate0.
Unpacking libsamplerate0 (from .../libsamplerate0_0.1.7-3_amd64.deb) ...
Selecting previously deselected package libjack0.
Unpacking libjack0 (from .../libjack0_1.9.5~dfsg-13_amd64.deb) ...
Selecting previously deselected package libogg0.
Unpacking libogg0 (from .../libogg0_1.2.0~dfsg-1_amd64.deb) ...
Selecting previously deselected package libflac8.
Unpacking libflac8 (from .../libflac8_1.2.1-2+b1_amd64.deb) ...
Selecting previously deselected package libvorbis0a.
Unpacking libvorbis0a (from .../libvorbis0a_1.3.1-1_amd64.deb) ...
Selecting previously deselected package libvorbisenc2.
Unpacking libvorbisenc2 (from .../libvorbisenc2_1.3.1-1_amd64.deb) ...
Selecting previously deselected package libsndfile1.
Unpacking libsndfile1 (from .../libsndfile1_1.0.21-2_amd64.deb) ...
Selecting previously deselected package libaubio2.
Unpacking libaubio2 (from .../libaubio2_0.3.2-4_amd64.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.3.11-1_amd64.deb) ...
Selecting previously deselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.31-1_all.deb) ...
Selecting previously deselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-2.1_all.deb) ...
Selecting previously deselected package libfontconfig1.
Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-2.1_amd64.deb) ...
Selecting previously deselected package libpixman-1-0.
Unpacking libpixman-1-0 (from .../libpixman-1-0_0.16.4-1_amd64.deb) ...
Selecting previously deselected package libpng12-0.
Unpacking libpng12-0 (from .../libpng12-0_1.2.43-1_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.5-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.3-2_amd64.deb) ...
Selecting previously 

Bug#584193: smf-utils and denemo: error when trying to install together

2010-06-02 Thread Ralf Treinen
There also is a clash with the dev packages:

Package: libsmf-dev,denemo
Version: libsmf-dev/1.3-1
Version: denemo/0.8.10-1

Unpacking libsmf-dev (from .../libsmf-dev_1.3-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libsmf-dev_1.3-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/include/smf.h', which is also in package denemo 
0:0.8.10-1


-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100602065451.gd2...@free.fr



Bug#582399: Sopwith doesn't compile properly on Ubuntu 9.10

2010-05-20 Thread Ralf Treinen
On Thu, May 20, 2010 at 11:28:13AM -0300, Jesse Smith wrote:
 Package: sopwith
 Version: 1.7.1
 
 The sopwith source code doesn't compile properly on Ubuntu with gcc
 4.4.1. Specifically, there is a header call to string.h missing from the
 vga code and a variable which is declared static in one source file and
 extern in a header file. The attached patch fixes these bugs to allow
 sopwith to compile on downstream Ubuntu.

sopwith compiles fine on debian using gcc 4.4.4.

-Ralf.
-



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100520175737.gb2...@free.fr



Bug#581557: kwave: FTBFS error: --add-needed is not supported but is required for libkfile.so.4

2010-05-19 Thread Ralf Treinen
On Thu, May 13, 2010 at 08:11:41PM +0300, Jari Aalto wrote:

 Build fails:

 /usr/bin/ld: error: --add-needed is not supported but is required for 
 libkfile.so.4 in /srv/deb/rc/kwave/kwave.git/obj-x86_64-linux-gnu/libgui/libk\

No problem here to build kwave_0.8.2-{4,5} on amd64/sid. The modification
between 0.8.2-3 and 0.8.2-4 can hardly have anything to do with this.
What is your build environment?

-Ralf.



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100519195218.ga2...@free.fr



Bug#578032: wdg-html-validator and xmlbeans: error when trying to install together

2010-04-16 Thread Ralf Treinen
Package: xmlbeans,wdg-html-validator
Version: xmlbeans/2.5.0-2
Version: wdg-html-validator/1.6.02-7
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2010-04-16
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  classpath-common openjdk-6-jre-lib ca-certificates-java tzdata-java
  java-common libavahi-common-data libavahi-common3 libdbus-1-3
  libavahi-client3 libcups2 liblcms1 libjpeg62 libnspr4-0d libnss3-1d
  libfreetype6 openjdk-6-jre-headless default-jre-headless liburi-perl
  libhtml-tagset-perl libhtml-parser-perl libhtml-tree-perl libio-string-perl
  libi18n-charset-perl libjconv2 libjconv-bin libosp5 libunicode-string-perl
  libunicode-map8-perl libwww-perl libxml-commons-resolver1.1-java
  libxmlbeans-java sgml-base opensp xml-core sgml-data w3c-dtd-xhtml
  wdg-html-validator xmlbeans

Extracting templates from packages: 78%
Extracting templates from packages: 100%
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package classpath-common.
(Reading database ... 12171 files and directories currently installed.)
Unpacking classpath-common (from .../classpath-common_2%3a0.98-6_all.deb) ...
Selecting previously deselected package openjdk-6-jre-lib.
Unpacking openjdk-6-jre-lib (from .../openjdk-6-jre-lib_6b18-1.8-1_all.deb) ...
Selecting previously deselected package ca-certificates-java.
Unpacking ca-certificates-java (from .../ca-certificates-java_20100412_all.deb) 
...
Selecting previously deselected package tzdata-java.
Unpacking tzdata-java (from .../tzdata-java_2010h-1_all.deb) ...
Selecting previously deselected package java-common.
Unpacking java-common (from .../java-common_0.35_all.deb) ...
Selecting previously deselected package libavahi-common-data.
Unpacking libavahi-common-data (from 
.../libavahi-common-data_0.6.25-3_amd64.deb) ...
Selecting previously deselected package libavahi-common3.
Unpacking libavahi-common3 (from .../libavahi-common3_0.6.25-3_amd64.deb) ...
Selecting previously deselected package libdbus-1-3.
Unpacking libdbus-1-3 (from .../libdbus-1-3_1.2.24-1_amd64.deb) ...
Selecting previously deselected package libavahi-client3.
Unpacking libavahi-client3 (from .../libavahi-client3_0.6.25-3_amd64.deb) ...
Selecting previously deselected package libcups2.
Unpacking libcups2 (from .../libcups2_1.4.3-1_amd64.deb) ...
Selecting previously deselected package liblcms1.
Unpacking liblcms1 (from .../liblcms1_1.18.dfsg-1.2+b1_amd64.deb) ...
Selecting previously deselected package libjpeg62.
Unpacking libjpeg62 (from .../libjpeg62_6b-16.1_amd64.deb) ...
Selecting previously deselected package libnspr4-0d.
Unpacking libnspr4-0d (from .../libnspr4-0d_4.8.4-1_amd64.deb) ...
Selecting previously deselected package libnss3-1d.
Unpacking libnss3-1d (from .../libnss3-1d_3.12.6-2_amd64.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.3.11-1_amd64.deb) ...
Selecting previously deselected package openjdk-6-jre-headless.
Unpacking openjdk-6-jre-headless (from 
.../openjdk-6-jre-headless_6b18-1.8-1_amd64.deb) ...
Selecting previously deselected package default-jre-headless.
Unpacking default-jre-headless (from .../default-jre-headless_1.6-35_amd64.deb) 
...
Selecting previously deselected package liburi-perl.
Unpacking liburi-perl (from .../liburi-perl_1.54-1_all.deb) ...
Selecting previously deselected package libhtml-tagset-perl.
Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ...
Selecting previously deselected package libhtml-parser-perl.
Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.65-1_amd64.deb) 
...
Selecting previously deselected package libhtml-tree-perl.
Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_3.23-2_all.deb) ...
Selecting previously deselected package libio-string-perl.
Unpacking libio-string-perl (from .../libio-string-perl_1.08-2_all.deb) ...
Selecting previously deselected package libi18n-charset-perl.
Unpacking libi18n-charset-perl (from .../libi18n-charset-perl_1.394-2_all.deb) 
...
Selecting previously deselected package libjconv2.
Unpacking libjconv2 (from .../libjconv2_2.8-6+b1_amd64.deb) ...
Selecting previously deselected package libjconv-bin.
Unpacking libjconv-bin (from .../libjconv-bin_2.8-6+b1_amd64.deb) ...
Selecting previously deselected package libosp5.
Unpacking libosp5 (from .../libosp5_1.5.2-8_amd64.deb) ...
Selecting previously deselected package libunicode-string-perl.
Unpacking libunicode-string-perl (from 
.../libunicode-string-perl_2.09-3+b1_amd64.deb) ...
Selecting previously deselected package libunicode-map8-perl.
Unpacking libunicode-map8-perl (from 
.../libunicode-map8-perl_0.13+dfsg-3_amd64.deb) ...

Bug#562373: closing 562373

2010-02-25 Thread Ralf Treinen
Bonsoir Lucas,

On Thu, Feb 25, 2010 at 02:14:45PM +0100, Lucas Nussbaum wrote:
 reopen 562373
 notfixed 562373 0.3.13-1
 thanks
 
 On 21/02/10 at 21:42 +0100, Ralf Treinen wrote:
  close 562373 0.3.13-1
  thanks
  
  libdc0-dev is available in unstable. -Ralf.
 
 No (well, at least not on amd64 and most of the other architectures),
 not since 0.3.23-1.

There is something strange here. Indeed, madison says:

% rmadison --suite=unstable libdc0-dev
libdc0-dev |   0.3.13-1 |  unstable | armel, hurd-i386

And that is consistent with what packages.debian.org displays.

However, on my amd64/sid machine:

% apt-cache show libdc0-dev
Package: libdc0-dev
Priority: optional
Section: libdevel
Installed-Size: 2232
Maintainer: Debian QA Group packa...@qa.debian.org
Architecture: amd64
Source: libdc0
Version: 0.3.13-1
Depends: libdc0c2 (= 0.3.13-1)
Filename: pool/main/libd/libdc0/libdc0-dev_0.3.13-1_amd64.deb
[...]

and https://buildd.debian.org/pkg.cgi?pkg=libdc0 says that libdc0 has
been compiled for all architectures (except hurd). Any idea what is going
on here ?

-Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100225185318.ga10...@uranium.pps.jussieu.fr



Bug#564345: patch for mnogosearch

2010-02-21 Thread Ralf Treinen
The following patch fixes #477678 and #564345. However, there also is an
rpath issue (which makes that uploads are automatically rejected). 

-Ralf.

--- mnogosearch-3.3.8/debian/rules
+++ mnogosearch-3.3.8/debian/rules
@@ -18,9 +18,9 @@
$(RM) -r build-*
 
 debian/stamp-build-%:
-   mkdir $(DEB_BUILDDIR)
+   mkdir -p $(DEB_BUILDDIR)
$(DEB_CONFIGURE_INVOKE)
-   $(DEB_MAKE_INVOKE)
+   cd $(DEB_BUILDDIR)  $(MAKE)
touch $@



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100221203857.ga3...@free.fr



Bug#562373: valknut: FTBFS: Nonexistent build-dependency: libdc0-dev

2010-02-17 Thread Ralf Treinen
valknut compiles fine on my machine with libdc0-dev version 0.3.13-1
which was, according to the PTS, uploaded on 2009-11-25, that 
is one month before the bug against valknut was reported. That
looks like a false alarm to me.

-Ralf.
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100217210713.gc16...@uranium.pps.jussieu.fr



Bug#547505: libslicer3-dev and libmrml1-dev: error when trying to install together

2009-09-20 Thread Ralf Treinen
Package: libmrml1-dev,libslicer3-dev
Version: libmrml1-dev/0.1.14-9+b3
Version: libslicer3-dev/3.4.0~svn10438-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-09-20
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  x11-common libice6 x11proto-core-dev libice-dev libxau6 libxdmcp6 libxcb1
  libx11-data libx11-6 libxau-dev libxdmcp-dev x11proto-input-dev
  x11proto-kb-dev xtrans-dev libpthread-stubs0 libpthread-stubs0-dev
  libxcb1-dev libx11-dev libxext6 x11proto-xext-dev libxext-dev libxfixes3
  libexpat1 libfreetype6 ucf libmagic1 file perl-modules perl defoma
  ttf-dejavu-core ttf-dejavu-extra ttf-dejavu fontconfig-config libfontconfig1
  libxrender1 libxft2 libc-dev-bin linux-libc-dev libc6-dev libexpat1-dev
  zlib1g-dev libfreetype6-dev libpcre3 libglib2.0-0 pkg-config
  libfontconfig1-dev x11proto-render-dev libxrender-dev libxft-dev libxss1
  x11proto-scrnsaver-dev libxss-dev libxml2 libssh2-1 libcurl3 libdrm2
  libfftw3-3 libopenjpeg2 libgdcm2.0 mesa-common-dev libxdamage1 libxxf86vm1
  libgl1-mesa-glx libgl1-mesa-dev libglu1-mesa libglu1-mesa-dev libpng12-0
  libjpeg62 libtiff4 libinsighttoolkit3.14 libsm6 libxt6 libvtk5.2 tcl8.5
  tk8.5 libsm-dev libxt-dev libpng12-dev libvtk5-dev vtk-tcl
  libkwwidgets1.0.0908 libmrml1c2a libmrml1-dev libteem1 libslicer3
  libslicer3-dev

Extracting templates from packages: 34%
Extracting templates from packages: 68%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package x11-common.
(Reading database ... 8832 files and directories currently installed.)
Unpacking x11-common (from .../x11-common_1%3a7.4+4_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.5-1_amd64.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up x11-common (1:7.4+4) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package x11proto-core-dev.
(Reading database ... 8866 files and directories currently installed.)
Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.15-1_all.deb) ...
Selecting previously deselected package libice-dev.
Unpacking libice-dev (from .../libice-dev_2%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.4-1_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
Selecting previously deselected package libxau-dev.
Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libxdmcp-dev.
Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package x11proto-input-dev.
Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.5.0-2_all.deb) ...
Selecting previously deselected package x11proto-kb-dev.
Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-3_all.deb) ...
Selecting previously deselected package xtrans-dev.
Unpacking xtrans-dev (from .../xtrans-dev_1.2.4-1_all.deb) ...
Selecting previously deselected package libpthread-stubs0.
Unpacking libpthread-stubs0 (from .../libpthread-stubs0_0.1-2_amd64.deb) ...
Selecting previously deselected package libpthread-stubs0-dev.
Unpacking libpthread-stubs0-dev (from 
.../libpthread-stubs0-dev_0.1-2_amd64.deb) ...
Selecting previously deselected package libxcb1-dev.
Unpacking libxcb1-dev (from .../libxcb1-dev_1.4-1_amd64.deb) ...
Selecting previously deselected package libx11-dev.
Unpacking libx11-dev (from .../libx11-dev_2%3a1.2.2-1_amd64.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package x11proto-xext-dev.
Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.4-2_all.deb) ...
Selecting previously deselected package libxext-dev.
Unpacking libxext-dev (from .../libxext-dev_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxfixes3.
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_amd64.deb) ...
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-4_amd64.deb) ...
Selecting previously 

Bug#474146: unreproducible

2009-08-26 Thread Ralf Treinen
This bug has mysteriously gone for the very same version of arch2darcs
that it was reported against, see for instance

https://buildd.debian.org/fetch.cgi?pkg=arch2darcsver=1.0.13arch=armstamp=1210331433file=log

and similarly for the other architectures. I suppose that this is due to
a change in the used haskell dependencies. This means that some of the 
build-dependencies should be constrained with a version constraint,
that's why I leave this bug open for the moment.

-Ralf.



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



Bug#529774: jack-jconv and libjconv-bin: error when trying to install together

2009-05-21 Thread Ralf Treinen
Package: libjconv-bin,jack-jconv
Version: libjconv-bin/2.8-6+b1
Version: jack-jconv/0.8.1-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-05-21
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libxml2 libclthreads2 libfftw3-3 libasound2 libraw1394-11 libavc1394-0
  libiec61883-0 libfreebob0 libsamplerate0 libjack0 libogg0 libflac8
  libvorbis0a libvorbisenc2 libsndfile1 libzita-convolver1 jconv-config-files
  jack-jconv libjconv2 libjconv-bin
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxml2.
(Reading database ... 8136 files and directories currently installed.)
Unpacking libxml2 (from .../libxml2_2.7.3.dfsg-1_amd64.deb) ...
Selecting previously deselected package libclthreads2.
Unpacking libclthreads2 (from .../libclthreads2_2.4.0-1_amd64.deb) ...
Selecting previously deselected package libfftw3-3.
Unpacking libfftw3-3 (from .../libfftw3-3_3.2.1-2_amd64.deb) ...
Selecting previously deselected package libasound2.
Unpacking libasound2 (from .../libasound2_1.0.19-1_amd64.deb) ...
Selecting previously deselected package libraw1394-11.
Unpacking libraw1394-11 (from .../libraw1394-11_2.0.2-2_amd64.deb) ...
Selecting previously deselected package libavc1394-0.
Unpacking libavc1394-0 (from .../libavc1394-0_0.5.3-1+b2_amd64.deb) ...
Selecting previously deselected package libiec61883-0.
Unpacking libiec61883-0 (from .../libiec61883-0_1.2.0-0.1_amd64.deb) ...
Selecting previously deselected package libfreebob0.
Unpacking libfreebob0 (from .../libfreebob0_1.0.11-1_amd64.deb) ...
Selecting previously deselected package libsamplerate0.
Unpacking libsamplerate0 (from .../libsamplerate0_0.1.7-2_amd64.deb) ...
Selecting previously deselected package libjack0.
Unpacking libjack0 (from .../libjack0_0.116.1-4_amd64.deb) ...
Selecting previously deselected package libogg0.
Unpacking libogg0 (from .../libogg0_1.1.3-5_amd64.deb) ...
Selecting previously deselected package libflac8.
Unpacking libflac8 (from .../libflac8_1.2.1-1.2_amd64.deb) ...
Selecting previously deselected package libvorbis0a.
Unpacking libvorbis0a (from .../libvorbis0a_1.2.0.dfsg-4_amd64.deb) ...
Selecting previously deselected package libvorbisenc2.
Unpacking libvorbisenc2 (from .../libvorbisenc2_1.2.0.dfsg-4_amd64.deb) ...
Selecting previously deselected package libsndfile1.
Unpacking libsndfile1 (from .../libsndfile1_1.0.20-1_amd64.deb) ...
Selecting previously deselected package libzita-convolver1.
Unpacking libzita-convolver1 (from .../libzita-convolver1_1.0.0-1_amd64.deb) ...
Selecting previously deselected package jconv-config-files.
Unpacking jconv-config-files (from .../jconv-config-files_0.8.1-1_all.deb) ...
Selecting previously deselected package jack-jconv.
Unpacking jack-jconv (from .../jack-jconv_0.8.1-1_amd64.deb) ...
Selecting previously deselected package libjconv2.
Unpacking libjconv2 (from .../libjconv2_2.8-6+b1_amd64.deb) ...
Selecting previously deselected package libjconv-bin.
Unpacking libjconv-bin (from .../libjconv-bin_2.8-6+b1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libjconv-bin_2.8-6+b1_amd64.deb 
(--unpack):
 trying to overwrite `/usr/bin/jconv', which is also in package jack-jconv
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libjconv-bin_2.8-6+b1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail. Possible
solutions are to have the two packages conflict, to rename the common
file in one of the two packages, or to remove the file from one
package and have this package depend on the other package. File
diversions or a Replace relation are another possibility.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):


  usr/bin/jconv
  

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package.

-Ralf.



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



Bug#515168: mserv: General update after the debconf review process

2009-03-18 Thread Ralf Treinen
Bonsoir Christian,

On Sun, Mar 08, 2009 at 01:58:51PM +0100, Christian Perrier wrote:

 It is now safe to upload a new package version with these changes.
 
 Please notify me of your intents with regards to this. 

I'll make a upload this weekend. Thanks for the translations! -Ralf.



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



reassign 514921 to libmimedir0,libmimedir-gnome0-dev

2009-02-11 Thread Ralf Treinen
reassign 514921 libmimedir0,libmimedir-gnome0-dev 


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



Bug#514921: libmimedir0: tries to overwrite file owned by libmimedir-gnome0-dev

2009-02-11 Thread Ralf Treinen
Package: libmimedir0
Version: 0.5.1-1
Severity: serious


Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Date: 2009-02-11
Architecture: amd64
Distribution: sid
Command: apt-get --assume-yes --allow-unauthenticated install 
libmimedir-gnome0-dev libmimedir0

Reading package lists...
Building dependency tree...
The following extra packages will be installed:
  libglib2.0-0 libmimedir-gnome0.4 libpcre3
Recommended packages:
  libglib2.0-data
The following NEW packages will be installed:
  libglib2.0-0 libmimedir-gnome0-dev libmimedir-gnome0.4 libmimedir0 libpcre3
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1319kB of archives.
After this operation, 3584kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libpcre3 libglib2.0-0 libmimedir-gnome0.4 libmimedir-gnome0-dev libmimedir0
Authentication warning overridden.
Get:1 http://localhost sid/main libpcre3 7.8-2 [215kB]
Get:2 http://localhost sid/main libglib2.0-0 2.16.6-1 [826kB]
Get:3 http://localhost sid/main libmimedir-gnome0.4 0.4.2-1 [109kB]
Get:4 http://localhost sid/main libmimedir-gnome0-dev 0.4.2-1 [144kB]
Get:5 http://localhost sid/main libmimedir0 0.5.1-1 [25.6kB]
Fetched 1319kB in 3s (439kB/s)
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libpcre3.
(Reading database ... 7961 files and directories currently installed.)
Unpacking libpcre3 (from .../libpcre3_7.8-2_amd64.deb) ...
Selecting previously deselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.16.6-1_amd64.deb) ...
Selecting previously deselected package libmimedir-gnome0.4.
Unpacking libmimedir-gnome0.4 (from .../libmimedir-gnome0.4_0.4.2-1_amd64.deb) 
...
Selecting previously deselected package libmimedir-gnome0-dev.
Unpacking libmimedir-gnome0-dev (from 
.../libmimedir-gnome0-dev_0.4.2-1_amd64.deb) ...
Selecting previously deselected package libmimedir0.
Unpacking libmimedir0 (from .../libmimedir0_0.5.1-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libmimedir0_0.5.1-1_amd64.deb 
(--unpack):
 trying to overwrite `/usr/lib/libmimedir.a', which is also in package 
libmimedir-gnome0-dev
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libmimedir0_0.5.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail. Possible
solutions are to have the two packages conflict, to rename the common
file in one of the two packages, or to remove the file from one
package and have this package depend on the other package. File
diversions or a Replace relation are another possibility.

This bug will be assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package.

-Ralf.

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

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



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



Bug#444061: bug against the astrolog debian package

2008-08-23 Thread Ralf Treinen
Hello,

you filed a bug against the astrolog debian package concnerning the licence
of the placalc.* files, and you said hat these files could simply be removed
from the package:

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

I did not succeed to compile the package without these files:

cc -o astrolog astrolog.o data.o data2.o general.o io.o calc.o matrix.o 
charts0.o charts1.o charts2.o charts3.o intrpret.o xdata.o xgeneral.o xdevice.o 
xcharts0.o xcharts1.o xcharts2.o xscreen.o -lm -lX11
calc.o: In function `ComputePlacalc':
/home/rt/debian/packages/qa/astrolog/astrolog-5.40/calc.c:361: undefined 
reference to `FPlacalcPlanet'
matrix.o: In function `JulianToMdy':
/home/rt/debian/packages/qa/astrolog/astrolog-5.40/matrix.c:109: undefined 
reference to `revjul'
matrix.o: In function `MdyToJulian':
/home/rt/debian/packages/qa/astrolog/astrolog-5.40/matrix.c:69: undefined 
reference to `julday'
collect2: ld returned 1 exit status

Do you have an idea how to compile atsrolog without the placalc.* files? 
Otherwise
I guess we will have to remove the package from the archives, it is orphaned
anyway.

Best Regards -Ralf.



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



Bug#485216: dviutils should be removed

2008-06-15 Thread Ralf Treinen
I just filed a bug against ftp.debian.org, asking for removal of
dviutils. -Ralf.



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



Bug#484738: transcriber

2008-06-13 Thread Ralf Treinen
transcriber doen't seem to work when tk8.5 is installed. I will
upload a new package with conflict to tk8.5 -Ralf.



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



Bug#417332: compiling with gcc-4.3

2007-11-04 Thread Ralf Treinen
Hi,

the patch submitted by tbm is not sufficient to compile the package
with gcc-snapshot (I just tried with version  20071020-1) :

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libicq2000 -I/usr/lib/sigc++-1.0/include 
-I/usr/include/sigc++-1.0 -O2 -Wall -c socket.cpp  -fPIC -DPIC -o 
.libs/socket.lo
socket.cpp: In constructor 'TCPSocket::TCPSocket()':
socket.cpp:70: error: 'memset' was not declared in this scope
socket.cpp: In member function 'bool TCPSocket::Recv(Buffer)':
socket.cpp:206: error: 'strerror' was not declared in this scope
make[3]: *** [socket.lo] Error 1
make[3]: Leaving directory 
`/home/rt/debian/packages/qa/libicq2000/libicq2000-0.3.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/rt/debian/packages/qa/libicq2000/libicq2000-0.3.2'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory 
`/home/rt/debian/packages/qa/libicq2000/libicq2000-0.3.2'
make: *** [build-stamp] Error 2


-Ralf.



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



Bug#72034: default postscript viewer in xhtml2ps

2007-10-20 Thread Ralf Treinen
I will set now (upload pending) the default postscript viewer in
xhtml2ps to evince. A default of ghostview helps (virtually)
noone, and according to popcon evince is by far the most 
frequently installed postscript-viewer (more than 50%, gv has
only around 10%).

This leaves the problem open how to use automatically *any* postscript
viewer that is available.

-Ralf.
-- 



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



Bug#72034: default postscript viewer in xhtml2ps

2007-10-20 Thread Ralf Treinen
On Sat, Oct 20, 2007 at 10:24:44PM +0200, Matej Vela wrote:
 Ralf Treinen [EMAIL PROTECTED] writes:
 
  I will set now (upload pending) the default postscript viewer in
  xhtml2ps to evince. A default of ghostview helps (virtually)
  noone, and according to popcon evince is by far the most 
  frequently installed postscript-viewer (more than 50%, gv has
  only around 10%).
 
  This leaves the problem open how to use automatically *any* postscript
  viewer that is available.
 
 Let see(1) sort it out, perhaps?  evince, kghostview, and gv all provide
 mailcap entries for application/postscript, and it's nice that users can
 override the system default through ~/.mailcap.

That is a very nice idea, I will probably do that and close the bug.
Thank you! -Ralf.



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



Bug#418660: texmacs is no longer installable

2007-04-14 Thread Ralf Treinen
TeXmacs is no longer installable due to the dependency on tetex. The
analysis given by edos-debcheck is:

The following constraints cannot be satisfied:
texmacs (= 1:1.0.6-11) depends on tetex-extra {tetex-extra (= 2007-2)}
tetex-extra (= 2007-2) depends on texlive-font-utils {texlive-font-utils (= 
2005.dfsg.2-12)}
tetex-extra (= 2007-2) conflicts with texlive-font-utils (= 2005.dfsg.2-12)

I am hence setting the severity of this bug to grave.

-Ralf.


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