Bug#1016057: should use --disable-unit-tests for ./configure

2022-07-26 Thread Frank Lichtenheld
Package: openvpn
Version: 2.6.0~git20220518+dco-3

Currently openvpn implicitely disables the unit tests by not build-depending on
libcmocka-dev. If it is installed, the unit tests will be built. If not running
the unit tests is intentional you should specify the --disable-unit-tests 
configure
flags to get consistent behavior. Or add libcmocka-dev to the build 
dependencies.

However, on Ubuntu the package even fails to build when libcmocka-dev is 
installed
since Ubuntu enables -flto by default which breaks linking of some of the UTs.

Regards,
-- 
  Frank Lichtenheld



Bug#820119: tidy reports valid NCR as invalid

2016-04-06 Thread Frank Lichtenheld
2016-04-06 18:52 GMT+02:00 victory <victory@gmail.com>:
> On Tue, 5 Apr 2016 20:16:53 +0200
> Frank Lichtenheld wrote:
>
>> I assume you wanted to report this against tidy, not www.debian.org?
>
> if so, I always report to the upstream, not the debian's one
>
> see https://www-master.debian.org/build-logs/tidy/
> files w/ 142bytes are caused by the issue
> (other langs do not have the page [international/l10n/po/pl])

Okay, that paragraph would have been helpful in the original mail to
understand the contexts of your statement.

Regards,
  Frank

-- 
Frank Lichtenheld <dj...@debian.org>



Bug#820119: tidy reports valid NCR as invalid

2016-04-05 Thread Frank Lichtenheld
2016-04-05 18:12 GMT+02:00 victory <victory@gmail.com>:
>
> Package: www.debian.org

I assume you wanted to report this against tidy, not www.debian.org?

> Severity: wishlist
>
> https://www.w3.org/International/questions/qa-controls#support
> HTML, XHTML and XML 1.0 do not support the C0 range,
> except for HT (Horizontal Tabulation) U+0009, LF (Line Feed) U+000A,
> and CR (Carriage Return) U+000D.
> The C1 range is supported, i.e. you can encode the controls directly
> or represent them as NCRs (Numeric Character References).
>
> *
> https://www.w3.org/International/questions/qa-controls#background
> The control codes in the range U+0080-U+009F are known as the "C1" range.
>
> unfortunately no option seems to eliminate this :(
> latest source use the same code (line 1165-)
> https://github.com/htacg/tidy-html5/blob/master/src/lexer.c
>
>
> --
> victory
> no need to CC me :-)
>


-- 
Frank Lichtenheld <dj...@debian.org>



Bug#762255: "collect DLAs on www.d.o"

2016-04-04 Thread Frank Lichtenheld
Package: www.debian.org
Followup-For: Bug #762255

Attached is a partial patch to implement DLAs.

As mentioned, I found the recent_list.wml code incomprehensible. So
I decided to refactor it completely. The result of this refactoring are
the attached files recent_list_security.wml and recent_list_common.wml.
As the filenames indicate, this is not a complete replacement, yet. So
far this only covers security, not News or events. But I think it already
demonstrates the value of the excercise.

Also attached is a dla parser script.

Feedback welcome.

Regards,
 Frank


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
? 762255.patch
? crossreferences.en.html
? cve-compatibility.en.html
? dsa-long.en.rdf
? dsa.en.rdf
? faq.en.html
? index.en.html
? pam-auth.en.html
? parse-dla.pl
? ref-table.inc
Index: Makefile
===
RCS file: /cvs/webwml/webwml/english/security/Makefile,v
retrieving revision 1.70
diff -u -r1.70 Makefile
--- Makefile	10 Nov 2012 15:44:04 -	1.70
+++ Makefile	4 Apr 2016 20:45:25 -
@@ -12,10 +12,13 @@
 
 
 index.$(LANGUAGE).html: index.wml $(wildcard $(CUR_YEAR)/dsa-*.wml) \
+  $(wildcard $(CUR_YEAR)/dla-*.wml) \
   $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.wml) \
   $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-*.data) \
+  $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dla-*.wml) \
+  $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dla-*.data) \
   $(TEMPLDIR)/release_info.wml \
-  $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list.wml $(GETTEXTDEP)
+  $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list_security.wml $(GETTEXTDEP)
 
 pam-auth.$(LANGUAGE).html: pam-auth.wml \
   $(ENGLISHSRCDIR)/security/pam-auth.wml
@@ -52,7 +55,10 @@
   $(wildcard $(CUR_YEAR)/dsa-*.wml) \
   $(wildcard $(ENGLISHDIR)/security/$(CUR_YEAR)/dsa-*.wml) \
   $(wildcard $(ENGLISHDIR)/security/$(CUR_YEAR)/dsa-*.data) \
-  $(TEMPLDIR)/recent_list.wml $(GETTEXTDEP)
+  $(wildcard $(CUR_YEAR)/dla-*.wml) \
+  $(wildcard $(ENGLISHDIR)/security/$(CUR_YEAR)/dla-*.wml) \
+  $(wildcard $(ENGLISHDIR)/security/$(CUR_YEAR)/dla-*.data) \
+  $(TEMPLDIR)/recent_list_security.wml $(GETTEXTDEP)
 ifeq "$(LANGUAGE)" "zh"
 	@echo -n "Processing $(
   
 
-<:= get_recent_list ( '1m', '6', '$(ENGLISHDIR)/security', 'rdfseq bydate', 'dsa-\d+' ); :>
+<:= get_recent_security_list_rdf('rdfseq', '1m', '6', '.', '$(ENGLISHDIR)/security' ); :>
 
   
 
 
-<:= get_recent_list ( '1m', '6', '$(ENGLISHDIR)/security', 'rdflong bydate', 'dsa-\d+' ); :>
+<:= get_recent_security_list_rdf('rdf-long', '1m', '6', '.', '$(ENGLISHDIR)/security' ); :>
 
 
Index: dsa.rdf.in
===
RCS file: /cvs/webwml/webwml/english/security/dsa.rdf.in,v
retrieving revision 1.10
diff -u -r1.10 dsa.rdf.in
--- dsa.rdf.in	30 Apr 2014 09:22:52 -	1.10
+++ dsa.rdf.in	4 Apr 2016 20:45:25 -
@@ -1,4 +1,4 @@
-#use wml::debian::recent_list
+#use wml::debian::recent_list_security
 
 
 
@@ -21,11 +21,11 @@
   <:= rdf_ctime(); :>
   
 
-<:= get_recent_list ( '1m', '6', '$(ENGLISHDIR)/security', 'rdfseq bydate', 'dsa-\d+' ); :>
+<:= get_recent_security_list_rdf( 'rdfseq', '1m', '6', '.', '$(ENGLISHDIR)/security' ); :>
 
   
 
 
-<:= get_recent_list ( '1m', '6', '$(ENGLISHDIR)/security', 'rdf bydate', 'dsa-\d+' ); :>
+<:= get_recent_security_list_rdf( 'rdf', '1m', '6', '.', '$(ENGLISHDIR)/security' ); :>
 
 
Index: index.wml
===
RCS file: /cvs/webwml/webwml/english/security/index.wml,v

Bug#720745: [www.debian.org] Support - On-line Real Time Help Using IRC: Please mention OFTC WebChat

2016-04-02 Thread Frank Lichtenheld
Package: www.debian.org
Followup-For: Bug #720745

Please find a proposed patch attached.

Feedback welcome.

Regards,
  Frank

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Index: support.wml
===
RCS file: /cvs/webwml/webwml/english/support.wml,v
retrieving revision 1.72
diff -u -r1.72 support.wml
--- support.wml	30 Apr 2014 07:41:18 -	1.72
+++ support.wml	2 Apr 2016 19:45:21 -
@@ -191,7 +191,7 @@
 http://www.irchelp.org/;>IRC (Internet Relay Chat) is a way
 to chat with people from all over the world in real time.
 IRC channels dedicated to Debian can be found on
-http://www.oftc.net/;>OFTC.
+https://www.oftc.net/;>OFTC.
 
 To connect, you need an IRC client. Some of the most popular clients are
 https://packages.debian.org/stable/net/xchat;>XChat,
@@ -200,7 +200,11 @@
 https://packages.debian.org/stable/net/epic5;>epic5 and
 https://packages.debian.org/stable/net/kvirc;>KVIrc,
 all of which have been packaged for
-Debian. Once you have the client installed, you need to tell it to connect
+Debian. OFTC also offers a https://www.oftc.net/WebChat/;>WebChat
+web interface which allows you to connect to IRC with a browser without
+the need to install any local client.
+
+Once you have the client installed, you need to tell it to connect
 to the server. In most clients, you can do that by typing:
 
 


Bug#762255: Some thoughts

2016-03-31 Thread Frank Lichtenheld
Hi.

I actually started looking into this today to see how much work it would be.

Some findings:

Writing a parser for DLAs is pretty simple, you can reuse a lot of the
stuff in parse-advisory.pl. If someone is interested, I can provide
the code.

The fun starts when you generate index.wml files. My thought was that
DSAs and DLAs should be mixed together since creating a completely
separate listing for them sounds silly. But it turns out that DSAs are
sorted by number and not by date (why, oh why?) and to change that you
actually need to touch get_recent_list
(english/templates/debian/recent_list.wml). This function is used
everywhere and has a lot of different calling conventions and a lot of
weird special handling and is just a horror to touch.

Maybe I will find some more motivation to look into it on the weekend.

Regards,
  Frank



Bug#756397: Add or replace

2016-03-30 Thread Frank Lichtenheld
I was wondering how to proceed with this bug.

Does it make sense to replace the PTS link with the tracker link or
should both be present?

Regards,
-- 
Frank Lichtenheld <dj...@debian.org>



Bug#594868: Still applies

2016-03-30 Thread Frank Lichtenheld
On Wed, 30 Mar 2016 01:52:40 +0200 Frank Lichtenheld <dj...@debian.org> wrote:
> This bug still applies.
> A more recent example would be
> https://packages.debian.org/jessie-backports/libapache2-mod-security2
>
> It depends on apache2-api-20120211 which is provided in jessie, but
> the page in jessie-backports doesn't reflect that.

I looked a bit further into this. It basically boils down to the
horrible function Packages::Search::read_entry_simple() which is much
too terse and too cryptic in its return value. It should be completely
reimplemented. Which is not that bad since it is only used in two
places in the code anyway.

Regards,
  Frank

-- 
Frank Lichtenheld <dj...@debian.org>



Bug#594868: Still applies

2016-03-29 Thread Frank Lichtenheld
This bug still applies.
A more recent example would be
https://packages.debian.org/jessie-backports/libapache2-mod-security2

It depends on apache2-api-20120211 which is provided in jessie, but
the page in jessie-backports doesn't reflect that.

-- 
Frank Lichtenheld <dj...@debian.org>



Bug#616654: p.d.o: untranslatable top menu

2016-03-29 Thread Frank Lichtenheld
On Wed, 08 Apr 2015 01:28:12 +0200 Laura Arjona Reina
<larj...@larjona.net> wrote:
> Dear all
> I'm not sure about the status of this bug...
>
> https://packages.debian.org/en/wheezy/ for example, shows that the page
> is available in several other languages, but when I click on them (for
> example https://packages.debian.org/fr/wheezy/ ), I still see the page
> in English.
>
> I've reviewed
> https://anonscm.debian.org/cgit/webwml/packages.git/tree/templates/html/head.tmpl
> and I cannot see the lines corresponding to the titles, nor translatable
> nor untranslatable.
>
> OTOH, I'm Spanish translator and the Spanish language is not shown in
> the list of available languages. I would like to provide translations to
> fix that, but I'm not sure how to proceed, where are the current
> templates, in which branch should I commit...

FTR, the correct solution was to merge all the translation relevant
changes to master which I did now.

debian-master was really only intended for debian deployment related
changes that are not relevant for people hosting their own instance.

Will apply the patch to master.

Regards,
-- 
Frank Lichtenheld <dj...@debian.org>



Bug#815202: packages: machines and sponsors information is outdated

2016-03-29 Thread Frank Lichtenheld
On Sat, 20 Feb 2016 09:26:23 +0800 Paul Wise <p...@debian.org> wrote:
> Package: www.debian.org
> Severity: minor
> User:Â www.debian@packages.debian.org
> Usertags: packages
>
> The packages site says the two packages mirrors are piatti and rore but
> these were decommissioned a long time ago. It would be best to generate
> the machines and sponsors info from Debian LDAP on a regular basis so
> that this information never gets out of date. Some combination of
> the description, purpose, sponsor and allowedGroups LDAP fields should
> be enough to find the right hosts and display the right info. picconi
> and pkgmirror-1and1 are the current hosts for this service.

Patches welcome ;)

-- 
Frank Lichtenheld <dj...@debian.org>



Bug#790774: Not reproducable on my test instance

2016-03-29 Thread Frank Lichtenheld
I can reproduce this issue fine on packages.debian.org, but not my
test instance.

So I assume this comes from some obsolete files not cleaned up
correctly (probably due to the Contents move)

When we roll out all my changes in did in the last two days I will ask
for archive/ to be purged once. Hopefully this will fix this issue.

Regards,
  Frank

-- 
Frank Lichtenheld <dj...@debian.org>



Bug#814677: Not reproducable in my test instance

2016-03-29 Thread Frank Lichtenheld
I can reproduce this issue fine on packages.debian.org, but not my
test instance.

So I assume this comes from some obsolete files not cleaned up
correctly (probably due to the Contents move)

When we roll out all my changes in did in the last two days I will ask
for archive/ to be purged once. Hopefully this will fix this issue.

Regards,
  Frank



Bug#819462: httpredir doesn't work for mips64el

2016-03-28 Thread Frank Lichtenheld
Package: mirrors
Severity: important
User: mirr...@packages.debian.org 
Usertags: httpredir

$ wget -nv -S --spider 
http://httpredir.debian.org/debian/dists/sid/main/binary-mips64el/Packages.xz 
2>&1 | head -n 1
  HTTP/1.1 503 Service Unavailable
$ wget -nv -S --spider 
http://ftp.de.debian.org/debian/dists/sid/main/binary-mips64el/Packages.xz 2>&1 
| head -n 1
  HTTP/1.1 200 OK

Maybe also affects some other new architectures, but haven't tested that, yet.

Regards,
  Frank

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

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



Bug#818761: packages.debian.org doesn't list experimental packages anymore

2016-03-28 Thread Frank Lichtenheld
Package: www.debian.org
Followup-For: Bug #818761

I've prepared a patch for this. Please find it attached.

I don't just want to push it though, since it would be good to clean
up the archive/ directory on packages.debian.org. So it would be
preferable that someone with access to the deployment merges it and
then takes care of the deployment immediately.

Regards,
  Frank


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 63322b969c931107c3d26d3e9c8b1b24a41b7da5 Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld <fr...@lichtenheld.de>
Date: Mon, 28 Mar 2016 20:21:12 +0200
Subject: [PATCH] Teach packages.debian.org to handle .xz archive files

Currently only for main archive, not backports or
debports, yet.
Crude mix of autodetection and configuration but
since at least experimental is completely broken
right now my priority was to get it working.

Closes: #818761
---
 bin/parse-packages| 38 ++
 bin/parse-sources | 35 ---
 config.sh.sed.in  |  4 
 cron.d/100syncarchive | 33 +
 4 files changed, 91 insertions(+), 19 deletions(-)

diff --git a/bin/parse-packages b/bin/parse-packages
index a7403a9..280adaf 100755
--- a/bin/parse-packages
+++ b/bin/parse-packages
@@ -63,6 +63,37 @@ mkpath( "$DBDIR/xapian.new" );
 my %descriptions_english_db;
 tie %descriptions_english_db, "DB_File", "files/db/descriptions_translated_english_only.db", O_RDONLY, 0666, $DB_BTREE;
 
+my %ext_to_prog = (
+xz => 'xzcat',
+gz => 'zcat',
+);
+sub open_packages_files {
+my( $suite_dir, $component) = @_;
+
+my (@files, $prog);
+for my $ext (qw(xz gz)){
+	my $packages_match = "binary-*/Packages.$ext";
+	@files = ();
+	push @files, <"$suite_dir/$component/$packages_match">;
+	push @files, <"$suite_dir/updates/$component/$packages_match">;
+	push @files, <"$suite_dir/$component/debian-installer/$packages_match">;
+
+	if( @files ){
+	$prog = $ext_to_prog{$ext};
+	last;
+	}
+}
+
+if( @files && $prog ){
+	print "\tprog=$prog\n";
+	print "\tfiles=@files\n";
+	open my $fh, '-|', $prog, @files;
+	return $fh;
+}
+print "\tno files found, skipping...\n";
+return;
+}
+
 for my $suite (@SUITES) {
 my %package_names_suite = ();
 my %packages_all_db;
@@ -76,10 +107,9 @@ for my $suite (@SUITES) {
 print "\tseems not to exist, skipping...\n";
 next;
 }
-	open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/binary-*/Packages.gz"
-	. " $TOPDIR/archive/$archive/$suite/updates/$what/binary-*/Packages.gz"
-	. " $TOPDIR/archive/$archive/$suite/$what/debian-installer/binary-*/Packages.gz|";
-	while () {
+
+	my $fh = open_packages_files("$TOPDIR/archive/$archive/$suite/", $what) || next;
+	while (<$fh>) {
 		next if /^\s*$/;
 		my $data = "";
 		my %data = ();
diff --git a/bin/parse-sources b/bin/parse-sources
index 1f73bcc..a4e6d06 100755
--- a/bin/parse-sources
+++ b/bin/parse-sources
@@ -38,6 +38,36 @@ $/ = "";
 
 -d $DBDIR || mkpath( $DBDIR );
 
+my %ext_to_prog = (
+xz => 'xzcat',
+gz => 'zcat',
+);
+sub open_sources_files {
+my( $suite_dir, $component) = @_;
+
+my (@files, $prog);
+for my $ext (qw(xz gz)){
+	my $sources_match = "source/Sources.$ext";
+	@files = ();
+	push @files, <"$suite_dir/$component/$sources_match">;
+	push @files, <"$suite_dir/updates/$component/$sources_match">;
+
+	if( @files ){
+	$prog = $ext_to_prog{$ext};
+	last;
+	}
+}
+
+if( @files && $prog ){
+	print "\tprog=$prog\n";
+	print "\tfiles=@files\n";
+	open my $fh, '-|', $prog, @files;
+	return $fh;
+}
+print "\tno files found, skipping...\n";
+return;
+}
+
 for my $archive (@ARCHIVES) {
 for my $suite (@SUITES) {
 
@@ -51,9 +81,8 @@ for my $archive (@ARCHIVES) {
 		print "\tseems not to exist, skipping...\n";
 		next;
 	}
-	open PKG, "zcat $TOPDIR/archive/$archive/$suite/$what/source/Sources.gz"
-	. " $TOPDIR/archive/$archive/$suite/updates/$what/source/Sources.gz|";
-	while () {
+	my $fh = open_sources_files("$TOPDIR/archive/$archive/$suite/", $what) || next;
+	while (<$fh>) {
 		next if /^\s*$/;
 		my $data = "";
 		my %data = ();
diff --git a/config.sh.sed.in b/config.sh.sed.in
index 10970d2..03ffc31 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -6

Bug#819350: Workaround

2016-03-27 Thread Frank Lichtenheld
FWIW, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819083;mbox=yes works.

Downloads is 49 MB, though.

Regards,
  Frank



Bug#782740: bugs.debian.org: broken link in "Changed bug forwarded-to-address" message

2016-03-27 Thread Frank Lichtenheld
Package: bugs.debian.org
Followup-For: Bug #782740

I've prepared a patch for this. The patch doesn't touch the regex in
Bugreport.pm since that is difficult to test. Instead it changes
some strings in Control.pm to include a '.' at the end of the
string to make them consistent with all other control messages.
This makes the regex from Bugreport.pm match correctly.

Obviously this will only fix new instances of the issue, not
retroactively fix all the instances from past bugs.

The patch also includes a test case. This part of the patch depends
on my patch from #767327.

Regards,
  Frank

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From cfd18704f92efde38d5cbe0615fa84774dd57d24 Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld <fr...@lichtenheld.de>
Date: Sun, 27 Mar 2016 17:01:46 +0200
Subject: [PATCH] Control: Add missing full stop at the end of "Changed"
 messages

This leads to broken links for at least the forwarded-to case.
(Closes: #782740)
---
 Debbugs/Control.pm | 6 +++---
 t/07_bugreport.t   | 6 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm
index 44d0062..36c416f 100644
--- a/Debbugs/Control.pm
+++ b/Debbugs/Control.pm
@@ -1116,7 +1116,7 @@ sub set_submitter {
 	}
 	else {
 	if (defined $data->{originator} and length($data->{originator})) {
-		$action= "Changed $config{bug} submitter to '$param{submitter}' from '$data->{originator}'";
+		$action= "Changed $config{bug} submitter to '$param{submitter}' from '$data->{originator}'.";
 		$notify_old_submitter = 1;
 	}
 	else {
@@ -1231,7 +1231,7 @@ sub set_forwarded {
 		$action= "Unset $config{bug} forwarded-to-address";
 	}
 	elsif (defined $data->{forwarded} and length($data->{forwarded})) {
-		$action= "Changed $config{bug} forwarded-to-address to '$param{forwarded}' from '$data->{forwarded}'";
+		$action= "Changed $config{bug} forwarded-to-address to '$param{forwarded}' from '$data->{forwarded}'.";
 	}
 	else {
 		$action= "Set $config{bug} forwarded-to-address to '$param{forwarded}'.";
@@ -1316,7 +1316,7 @@ sub set_title {
 	}
 	else {
 	if (defined $data->{subject} and length($data->{subject})) {
-		$action= "Changed $config{bug} title to '$param{title}' from '$data->{subject}'";
+		$action= "Changed $config{bug} title to '$param{title}' from '$data->{subject}'.";
 	} else {
 		$action= "Set $config{bug} title to '$param{title}'.";
 	}
diff --git a/t/07_bugreport.t b/t/07_bugreport.t
index 80dfc92..78d89b1 100644
--- a/t/07_bugreport.t
+++ b/t/07_bugreport.t
@@ -1,7 +1,7 @@
 # -*- mode: cperl;-*-
 
 
-use Test::More tests => 14;
+use Test::More tests => 16;
 
 use warnings;
 use strict;
@@ -101,6 +101,10 @@ my @control_commands =
 			 value   => 'https://foo.invalid/bugs?id=1',
 			 regex   => qr{Set bug forwarded-to-address to https://foo\.invalid/bugs\?id=1;>https://foo\.invalid/bugs\?id=1\.},
 			},
+  forwarded_foo_2=> {command => 'forwarded',
+			 value   => 'https://foo.example/bugs?id=1',
+			 regex   => qr{Changed bug forwarded-to-address to https://foo\.example/bugs\?id=1;>https://foo\.example/bugs\?id=1 from https://foo\.invalid/bugs\?id=1;>https://foo\.invalid/bugs\?id=1\.},
+			},
   clone=> {command => 'clone',
 		   value   => '-1',
 		   regex   => qr{Bug 1 cloned as bug 2},
-- 
2.1.4



Bug#767327: b.d.o: wrong package links in "reassigned" message

2016-03-27 Thread Frank Lichtenheld
Package: bugs.debian.org
Followup-For: Bug #767327

I've prepared a testcase and a patch for the issue.

Please see the attached commits.

Regards,
  Frank

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From c6904460b23cb1e80987624dca932b959fb4d6b2 Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld <fr...@lichtenheld.de>
Date: Sun, 27 Mar 2016 15:24:15 +0200
Subject: [PATCH 1/2] Extend bugreport test cases to check the output of some
 control messages

This exposes #767327 (wrong package links in "reassigned" message)
as a test failure.
---
 t/07_bugreport.t | 41 +++--
 1 file changed, 39 insertions(+), 2 deletions(-)

diff --git a/t/07_bugreport.t b/t/07_bugreport.t
index 3600e1c..80dfc92 100644
--- a/t/07_bugreport.t
+++ b/t/07_bugreport.t
@@ -1,7 +1,7 @@
 # -*- mode: cperl;-*-
 
 
-use Test::More tests => 8;
+use Test::More tests => 14;
 
 use warnings;
 use strict;
@@ -90,7 +90,44 @@ print STDERR $mech->content();
 ok($mech->content() !~ qr/[\x01\x02\x03\x05\x06\x07]/i,
'No unescaped states');
 
-
+# now test the output of some control commands
+my @control_commands =
+ (
+  reassign_foo => {command => 'reassign',
+		   value   => 'bar',
+		   regex => qr{bug reassigned from package foo to bar},
+		  },
+  forwarded_foo  => {command => 'forwarded',
+			 value   => 'https://foo.invalid/bugs?id=1',
+			 regex   => qr{Set bug forwarded-to-address to https://foo\.invalid/bugs\?id=1;>https://foo\.invalid/bugs\?id=1\.},
+			},
+  clone=> {command => 'clone',
+		   value   => '-1',
+		   regex   => qr{Bug 1 cloned as bug 2},
+		  },
+ );
+
+while (my ($command,$control_command) = splice(@control_commands,0,2)) {
+  # just check to see that control doesn't explode
+  $control_command->{value} = " $control_command->{value}" if length $control_command->{value}
+and $control_command->{value} !~ /^\s/;
+  send_message(to => 'control@bugs.something',
+	   headers => [To   => 'control@bugs.something',
+			   From => 'foo@bugs.something',
+			   Subject => "Munging a bug with $command",
+			  ],
+	   body => <<EOF) or fail 'message to control@bugs.something failed';
+debug 10
+$control_command->{command} 1$control_command->{value}
+thanks
+EOF
+  ;
+  # Now test that the output has changed accordingly
+  $mech->get_ok('http://localhost:'.$port.'/?bug=1',
+		'Page received ok');
+  like($mech->content(), $control_command->{regex},
+   'Page matches regex');
+}
 
 # Other tests for bugs in the page should be added here eventually
 
-- 
2.1.4

>From 6176d46de938ccb848b14ed8ca1098313bf7678f Mon Sep 17 00:00:00 2001
From: Frank Lichtenheld <fr...@lichtenheld.de>
Date: Sun, 27 Mar 2016 15:26:20 +0200
Subject: [PATCH 2/2] Bugreport: Fix problems with reassign message

* Matched hardcoded "Bug" instead of $config{bug} (which leads
  to problems at least in the test suite)
* Use package_links() wrong. package_links() already adds HTML.
  (Closes: #767327)
---
 Debbugs/CGI/Bugreport.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm
index b1be2ed..8ebbfe8 100644
--- a/Debbugs/CGI/Bugreport.pm
+++ b/Debbugs/CGI/Bugreport.pm
@@ -395,10 +395,10 @@ sub handle_record{
 		  {$1.$2.(bug_links(bug=>$3)).$4.
 			   english_join([map {bug_links(bug=>$_)} (split /\,?\s+(?:and\s+)?/, $5)])}eo;
 	  # Add links to reassigned packages
-	  $output =~ s{(Bug\sreassigned\sfrom\spackage\s(?:[\`']|\&\#39;))([^']+?)((?:'|\&\#39;|\\;)
+	  $output =~ s{($config{bug}\sreassigned\sfrom\spackage\s(?:[\`']|\&\#39;))([^']+?)((?:'|\&\#39;|\\;)
\sto\s(?:[\`']|\&\#39;|\\;))([^']+?)((?:'|\&\#39;|\\;))}
-	  {$1.q($2).$3.
-   q($4).$5}exo;
+	  {$1.package_links(package=>$2).$3.
+   package_links(package=>$4).$5}exo;
 	  if (defined $time) {
 	   $output .= ' ('.strftime('%a, %d %b %Y %T GMT',gmtime($time)).') ';
 	  }
-- 
2.1.4



Bug#714599: [transition-check] FTBFS with perl 5.18

2013-07-01 Thread Frank Lichtenheld
Package: devscripts
Version: 2.12.4
Severity: important
Tags: patch

Hi.

I maintain the devscripts package in openSUSE.

There was a problem that it failed to build in current Factory due to
Perl 5.18. The attached patch was submitted by Asterios Dramis.

The error encountered was:
pod2man --utf8 --center=  --release=Debian Utilities transition-check.pl  
transition-check.1
transition-check.pl around line 66: Expected text after =item, not a number
POD document had syntax errors at /usr/bin/pod2man line 71.

Cheers,
  Frank
diff -Naur devscripts-2.12.4.orig/scripts/transition-check.pl devscripts-2.12.4/scripts/transition-check.pl
--- devscripts-2.12.4.orig/scripts/transition-check.pl	2012-09-25 01:51:39.0 +0300
+++ devscripts-2.12.4/scripts/transition-check.pl	2013-06-29 23:31:50.225798441 +0300
@@ -58,12 +58,12 @@
 
 =over 4
 
-=item 0
+=item C0
 
 Either B--help or B--version was used, or none of the packages examined
 was involved in a transition.
 
-=item 1
+=item C1
 
 At least one package examined is involved in a current transition.
 


Bug#710472: nvi :file command gives nonsensical percentages

2013-06-02 Thread Frank Lichtenheld
2013/5/31 Paul Vojta vo...@math.berkeley.edu:
 Package: nvi
 Version: 1.81.6-10
 Severity: minor

 Dear Maintainer,

 The :file command (also ^G) often gives nonsensical percentages in its output.

 For example (while editing this bug report):

 /tmp/mutt-xps-1000-8668-306287981309926837: modified: line 8 of 32
 [140733193388057%]

 (It sometimes does give the right percentage, though.)

I can confirm that. And it seems to be a regression from the wheezy version.
Since I didn't change the source code in any way, I played around with the
compiler flags. Disabling _FORTIFY_SOURCE seems to fix it, although
I have no idea why.

Cheers,
--
Frank Lichtenheld dj...@debian.org


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



Bug#710792: gtkglextmm: FTBFS: Package 'pangox', required by 'GdkGLExt', not found

2013-06-02 Thread Frank Lichtenheld
Control: reassign -1 libgtkglext1-dev/1.2.0-3 , forcemerge 709554 -1

2013/6/2 Thorsten Glaser t...@mirbsd.de:
 Source: gtkglextmm
 Version: 1.2.0-6
 Severity: important
 Justification: fails to build from source (but built successfully in the past)

 Dear Maintai^Wfellow Developers,

 this package fails to build for me; maybe someone from
 the GNOME crowd could have a look at it.

Thanks, this seems to affect all architectures. But it clearly is not
a problem in gtkglextmm since the missing .pc file is included by
GdkGLExt.pc which is from gtkglext. Reassigning and merging with the
existing bug.

Cheers,
--
Frank Lichtenheld dj...@debian.org


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



Bug#709802: RM: libapache-mod-random/2.1-1

2013-05-26 Thread Frank Lichtenheld
Am 25.05.2013 22:21 schrieb Adam D. Barratt a...@adam-barratt.org.uk:

 On Sat, 2013-05-25 at 18:15 +0200, Frank Lichtenheld wrote:
  orphaned, low popcon, dead upstream, will block Apache 2.4 transition.
 
  Should probably be removed completely but was only orphaned a few weeks
  ago, so I would let it linger in unstable some more before removing it.

 It'll need an RC bug filing against it before we remove it, otherwise
 britney will just let it back in on the next run.

What's wrong with 666835?

Cheers,
   Frank


Bug#709757: Depends on libjdic-java

2013-05-25 Thread Frank Lichtenheld
Package: paros
Version: 3.2.13-7
Severity: serious

This package depends on libjdic-java which is a prime canidate for
removal from the archive (RC buggy and orphaned).

Either libjdic-java needs to be fixed or this package will
need to be removed from the archive.

Cheers,
  Frank

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

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


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



Bug#709802: RM: libapache-mod-random/2.1-1

2013-05-25 Thread Frank Lichtenheld
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

orphaned, low popcon, dead upstream, will block Apache 2.4 transition.

Should probably be removed completely but was only orphaned a few weeks
ago, so I would let it linger in unstable some more before removing it.

Cheers,
  Frank

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

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


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



Bug#709102: will not work if compiled with -O2

2013-05-20 Thread Frank Lichtenheld
Package: gnurobots
Version: 2:1.2.0-4
Severity: important


While working on a QA upload I had the problem that the program sometime didn't 
work. I tracked this down to the optimisation flags. If compiled without any -O 
or with -O0 the program works (even if debian/rules will try to fool you, this 
is currently the case, so the version currently in the archive works).

If compiled with -O2 the program doesn't work.

Cheers,
  Frank

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

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


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



Bug#709111: library packages contains unversioned binary in /usr/bin

2013-05-20 Thread Frank Lichtenheld
Package: libdevil1c2
Version: 1.7.8-6.1
Severity: important

The package contains /usr/bin/ilur which blocks enabling Multi-Arch.

Cheers,
  Frank

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

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


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



Bug#700820: Patch

2013-02-22 Thread Frank Lichtenheld
On Thu, Feb 21, 2013 at 08:01:02PM +0100, Margarita Manterola wrote:
 tags 700820 +patch
 thanks
 
 Hi,
 
 I have prepared a patch that fixes the issue, by adding a --non-interactive
 flag to the script called by the postinst script.  This way, the postinst
 doesn't prompt but if called by the user, the script will prompt as it did
 before.
 
 I've also updated the manpage.
 
 I will upload this to the 7 day delayed queue.

Since this package is now orphaned, there is no need for the delayed
queue. I've rescheduled to 1-day.

Gruesse,
  Frank


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



Bug#675754: O: kwiki -- Quickie Wiki that's not too Tricky

2012-12-24 Thread Frank Lichtenheld
reassign 675754 ftp.debian.org
retitle 675754 RM: kwiki -- RoQA; obsolete transitional package
thanks

On Sun, Jun 03, 2012 at 07:19:26AM +, Bart Martens wrote:
 Package: wnpp
 
 After consulting the MIA database, having a look at the PTS and DDPO pages, 
 and
 the list of open bugs in the BTS, I concluded that this package is in fact 
 orphaned.  I'm therefor marking this package as orphaned now.
 
 I have made a few comments on the open bugs.  My impression is that kwiki 
 should be removed from Debian, but I have not yet decided to request the
 removal.
 


This is a transitional package for transitions from pre-oldstable. It should 
just be removed.

Gruesse,
  Frank


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



Bug#695504: eject: Avoid setuid to root for dmcrypt-get-device

2012-12-23 Thread Frank Lichtenheld
Control: tags -1 = moreinfo

On Mon, Dec 10, 2012 at 12:16:46AM +, Bhushan Jain wrote:
 Hi Frank,
 Attached is the patch integrating dmcrypt-get-device functionality with code 
 in eject.c.
 Please let me know if you have any comments or suggestions on the patch.
 I have created this patch over the latest eject_2.1.5+deb1+cvs20081104-12 
 version.

Hi.

I finally managed to test your patch but it didn't work for me. Two reasons:

1) a simple coding error:

+   sprintf(filename,/sys/block/%s/dm/name,ent-d_name);
+   file = fopen(filename,r);
+   if(fgets(name, sizeof(name), file) == 0)
+   {
[...]
+   }
+   FCLOSE(file);
+/* Read the major:minor number for given device */
+   if(!strcmp(name,dev + devmapperlen))

This is never true. The string read by fgets (i.e. name) contains a trailing 
newline.
dev does not. So the two strings never match.

+   {

2) but more importantly reading the major:minor from dev also doesn't work.

+   sprintf(filename,/sys/block/%s/dev,ent-d_name);
+   file = fopen(filename,r);

At least on my system this file always contains 254:0, not the major:minor of
the underlying device (which should be something like 8:XX usually). Does
this really work on your system?

The underlying device seems to be available in the /sys/block/dm-X/slaves/
folder though. Maybe we could read it from there?

Cheers,
  Frank


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



Bug#575160: O: kde-icons-crystal -- Crystal icon theme for KDE

2012-12-23 Thread Frank Lichtenheld
reassign 575160 ftp.debian.org
retitle 575160 RM: kde-icons-crystal -- RoQA; orphaned, for KDE3, outdated
thanks

This is a theme for KDE 3, orphaned, and from 2003 while last upstream release
is from 2009 (see http://kde-look.org/content/show.php?content=60475, but also
for KDE 3).

Let's just remove this.

Cheers,
  Frank


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



Bug#680185: O: dtd-ead -- Encoded Archival Description Document Type Definition

2012-12-19 Thread Frank Lichtenheld
reassign 680185 ftp.debian.org
retitle 680185 RM: dtd-ead -- RoQA; NPOASR, orphaned, unused
thanks

Never part of a stable release, no rdepends, popcon of 6, orphaned.
I don't think this should be in wheezy.

Gruesse,
  Frank


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



Bug#695782: libbinio: includes non-free documentation (GFDL with unmodifiable sections)

2012-12-15 Thread Frank Lichtenheld
On Wed, Dec 12, 2012 at 05:45:17PM +0100, Jakub Wilk wrote:
 Source: libbinio
 Version: 1.4-14
 Severity: serious
 Justification: Policy 2.2.1
 Usertags: gfdl
 
 doc/libbinio.* has the following license:
[...]
 As per GR 2006-001, works licensed under GFDL with unmodifiable
 sections are not suitable for main:
 http://www.debian.org/vote/2006/vote_001

Note that this is a source-only problem since the info documentation is
not actually included in any of the binary packages. Should be easy to
fix by repacking the tarball.

Also note that the package is orphaned. Anyone is invited to do a
QA upload, but please do use this to change the maintainer to Debian
QA group, too.

Cheers,
  Frank


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



Bug#602066: ftputil: changing back from ITA to O

2012-12-11 Thread Frank Lichtenheld
reassign 602066 ftp.debian.org
retitle 602066 RM: ftputil -- RoQA; orphaned, NPOASR, low popcon
thanks

This package was actually never maintained. According to PTS it was
accepted into unstable on October 30th 2010 and orphaned on November
1st. It has a low popcon (7), no reverse deps and was not in squeeze.
I don't think it should be part of wheezy.

Gruesse,
  Frank


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



Bug#695504: eject: Avoid setuid to root for dmcrypt-get-device

2012-12-10 Thread Frank Lichtenheld
2012/12/10 Bhushan Jain bpj...@cs.stonybrook.edu

 Hi Frank,
 Attached is the patch integrating dmcrypt-get-device functionality with code 
 in eject.c.
 Please let me know if you have any comments or suggestions on the patch.
 I have created this patch over the latest eject_2.1.5+deb1+cvs20081104-12 
 version.

Thanks, looks good. I will try to find some time to test it in the next days.

Cheers,
  Frank


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



Bug#695636: RM: doc-linux-nonfree -- ROM; obsolete, belongs to doc-linux which was already removed, non-free

2012-12-10 Thread Frank Lichtenheld
Package: ftp.debian.org
Severity: normal

Hi.

I just noticed that doc-linux-nonfree still exists. I think this should have
been removed when doc-linux was removed back in April. Apparently I forgot to
file a removal bug for it back then. So doing it now.

Gruesse,
  Frank


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



Bug#365427: apt-build: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 365427 O: apt-build -- frontend to apt to build, optimize and install 
package
noowner 365427
tag 365427 - pending
thanks

Hi,

This is an automatic email to change the status of apt-build back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting apt-build, please send a mail to
cont...@bugs.debian.org with:

 retitle 365427 ITA: apt-build -- frontend to apt to build, optimize and 
install package
 owner 365427 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 365...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#457131: mp3wrap: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 457131 O: mp3wrap -- Utility for MP3 wrapping (rolling multiple MP3s 
into one)
noowner 457131
tag 457131 - pending
thanks

Hi,

This is an automatic email to change the status of mp3wrap back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting mp3wrap, please send a mail to
cont...@bugs.debian.org with:

 retitle 457131 ITA: mp3wrap -- Utility for MP3 wrapping (rolling multiple MP3s 
into one)
 owner 457131 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 457...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#476707: aterm: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 476707 O: aterm -- Afterstep XVT - a VT102 emulator for the X window 
system
noowner 476707
tag 476707 - pending
thanks

Hi,

This is an automatic email to change the status of aterm back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting aterm, please send a mail to
cont...@bugs.debian.org with:

 retitle 476707 ITA: aterm -- Afterstep XVT - a VT102 emulator for the X window 
system
 owner 476707 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 476...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#488006: wvstreams: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 488006 O: wvstreams -- C++ network libraries for rapid application 
development
noowner 488006
tag 488006 - pending
thanks

Hi,

This is an automatic email to change the status of wvstreams back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting wvstreams, please send a mail to
cont...@bugs.debian.org with:

 retitle 488006 ITA: wvstreams -- C++ network libraries for rapid application 
development
 owner 488006 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 488...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#521391: ifrench: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 521391 O: ifrench -- The French dictionary for ispell (Hydro-Quebec 
version)
noowner 521391
tag 521391 - pending
thanks

Hi,

This is an automatic email to change the status of ifrench back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting ifrench, please send a mail to
cont...@bugs.debian.org with:

 retitle 521391 ITA: ifrench -- The French dictionary for ispell (Hydro-Quebec 
version)
 owner 521391 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 521...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#543925: opencryptoki: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 543925 O: opencryptoki -- PKCS#11 implementation for Linux (daemon)
noowner 543925
tag 543925 - pending
thanks

Hi,

This is an automatic email to change the status of opencryptoki back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting opencryptoki, please send a mail to
cont...@bugs.debian.org with:

 retitle 543925 ITA: opencryptoki -- PKCS#11 implementation for Linux (daemon)
 owner 543925 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 543...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#554899: xdemorse: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 554899 O: xdemorse -- GTK+ Morse Code Decoding Software
noowner 554899
tag 554899 - pending
thanks

Hi,

This is an automatic email to change the status of xdemorse back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting xdemorse, please send a mail to
cont...@bugs.debian.org with:

 retitle 554899 ITA: xdemorse -- GTK+ Morse Code Decoding Software
 owner 554899 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 554...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#561919: mrtg-ping-probe: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 561919 O: mrtg-ping-probe -- Ping probe for MRTG 2.x
noowner 561919
tag 561919 - pending
thanks

Hi,

This is an automatic email to change the status of mrtg-ping-probe back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting mrtg-ping-probe, please send a mail to
cont...@bugs.debian.org with:

 retitle 561919 ITA: mrtg-ping-probe -- Ping probe for MRTG 2.x
 owner 561919 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 561...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#566194: google-gadgets: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 566194 O: google-gadgets -- Common files for QT and GTK+ versions of 
google-gadgets
noowner 566194
tag 566194 - pending
thanks

Hi,

This is an automatic email to change the status of google-gadgets back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting google-gadgets, please send a mail to
cont...@bugs.debian.org with:

 retitle 566194 ITA: google-gadgets -- Common files for QT and GTK+ versions of 
google-gadgets
 owner 566194 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 566...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#573876: xpp: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 573876 O: xpp -- X Printing Panel
noowner 573876
tag 573876 - pending
thanks

Hi,

This is an automatic email to change the status of xpp back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting xpp, please send a mail to
cont...@bugs.debian.org with:

 retitle 573876 ITA: xpp -- X Printing Panel
 owner 573876 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 573...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#581387: snake4: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 581387 O: snake4 -- Snake game
noowner 581387
tag 581387 - pending
thanks

Hi,

This is an automatic email to change the status of snake4 back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting snake4, please send a mail to
cont...@bugs.debian.org with:

 retitle 581387 ITA: snake4 -- Snake game
 owner 581387 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 581...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#587063: libvigraimpex: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 587063 O: libvigraimpex -- C++ computer vision library
noowner 587063
tag 587063 - pending
thanks

Hi,

This is an automatic email to change the status of libvigraimpex back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting libvigraimpex, please send a mail to
cont...@bugs.debian.org with:

 retitle 587063 ITA: libvigraimpex -- C++ computer vision library
 owner 587063 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 587...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#583862: asio: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 583862 O: asio -- cross-platform C++ library for network programming
noowner 583862
tag 583862 - pending
thanks

Hi,

This is an automatic email to change the status of asio back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting asio, please send a mail to
cont...@bugs.debian.org with:

 retitle 583862 ITA: asio -- cross-platform C++ library for network programming
 owner 583862 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 583...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#598685: scheme48: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 598685 O: scheme48 -- A simple, modular, and lightweight Scheme 
implementation
noowner 598685
tag 598685 - pending
thanks

Hi,

This is an automatic email to change the status of scheme48 back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting scheme48, please send a mail to
cont...@bugs.debian.org with:

 retitle 598685 ITA: scheme48 -- A simple, modular, and lightweight Scheme 
implementation
 owner 598685 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 598...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#613706: dmraid: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 613706 O: dmraid -- Device-Mapper Software RAID support tool
noowner 613706
tag 613706 - pending
thanks

Hi,

This is an automatic email to change the status of dmraid back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting dmraid, please send a mail to
cont...@bugs.debian.org with:

 retitle 613706 ITA: dmraid -- Device-Mapper Software RAID support tool
 owner 613706 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 613...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#612930: tcng: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 612930 O: tcng -- Linux traffic control language interpreter
noowner 612930
tag 612930 - pending
thanks

Hi,

This is an automatic email to change the status of tcng back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting tcng, please send a mail to
cont...@bugs.debian.org with:

 retitle 612930 ITA: tcng -- Linux traffic control language interpreter
 owner 612930 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 612...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#614275: decibel-audio-player: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 614275 O: decibel-audio-player -- simple and nice music player for
noowner 614275
tag 614275 - pending
thanks

Hi,

This is an automatic email to change the status of decibel-audio-player back 
from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting decibel-audio-player, please send a 
mail to
cont...@bugs.debian.org with:

 retitle 614275 ITA: decibel-audio-player -- simple and nice music player for
 owner 614275 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 614...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#620507: eterm: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 620507 O: eterm -- Enlightened Terminal Emulator
noowner 620507
tag 620507 - pending
thanks

Hi,

This is an automatic email to change the status of eterm back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting eterm, please send a mail to
cont...@bugs.debian.org with:

 retitle 620507 ITA: eterm -- Enlightened Terminal Emulator
 owner 620507 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 620...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#621911: wmifinfo: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 621911 O: wmifinfo -- Dockapp that shows information for all interfaces
noowner 621911
tag 621911 - pending
thanks

Hi,

This is an automatic email to change the status of wmifinfo back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting wmifinfo, please send a mail to
cont...@bugs.debian.org with:

 retitle 621911 ITA: wmifinfo -- Dockapp that shows information for all 
interfaces
 owner 621911 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 621...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#628157: worklog: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 628157 O: worklog -- Keep Track of Time worked on Projects
noowner 628157
tag 628157 - pending
thanks

Hi,

This is an automatic email to change the status of worklog back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting worklog, please send a mail to
cont...@bugs.debian.org with:

 retitle 628157 ITA: worklog -- Keep Track of Time worked on Projects
 owner 628157 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 628...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#629014: fortune-zh: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 629014 O: fortune-zh -- Chinese Data files for fortune
noowner 629014
tag 629014 - pending
thanks

Hi,

This is an automatic email to change the status of fortune-zh back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting fortune-zh, please send a mail to
cont...@bugs.debian.org with:

 retitle 629014 ITA: fortune-zh -- Chinese Data files for fortune
 owner 629014 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 629...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#629687: ample: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 629687 O: ample -- A simple MP3 server easy to use
noowner 629687
tag 629687 - pending
thanks

Hi,

This is an automatic email to change the status of ample back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting ample, please send a mail to
cont...@bugs.debian.org with:

 retitle 629687 ITA: ample -- A simple MP3 server easy to use
 owner 629687 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 629...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#629016: unicon: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 629016 O: unicon -- Chinese Input Method Library
noowner 629016
tag 629016 - pending
thanks

Hi,

This is an automatic email to change the status of unicon back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting unicon, please send a mail to
cont...@bugs.debian.org with:

 retitle 629016 ITA: unicon -- Chinese Input Method Library
 owner 629016 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 629...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#632840: vnstat: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 632840 O: vnstat -- console-based network traffic monitor
noowner 632840
tag 632840 - pending
thanks

Hi,

This is an automatic email to change the status of vnstat back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting vnstat, please send a mail to
cont...@bugs.debian.org with:

 retitle 632840 ITA: vnstat -- console-based network traffic monitor
 owner 632840 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 632...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#634059: openmsx-debugger: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 634059 O: openmsx-debugger -- Graphical debugger for openMSX
noowner 634059
tag 634059 - pending
thanks

Hi,

This is an automatic email to change the status of openmsx-debugger back from 
ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting openmsx-debugger, please send a mail to
cont...@bugs.debian.org with:

 retitle 634059 ITA: openmsx-debugger -- Graphical debugger for openMSX
 owner 634059 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 634...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#634067: cbios: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 634067 O: cbios -- open source MSX BIOS roms
noowner 634067
tag 634067 - pending
thanks

Hi,

This is an automatic email to change the status of cbios back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting cbios, please send a mail to
cont...@bugs.debian.org with:

 retitle 634067 ITA: cbios -- open source MSX BIOS roms
 owner 634067 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 634...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#636410: flip: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 636410 O: flip -- convert text file line endings between Unix and DOS 
formats
noowner 636410
tag 636410 - pending
thanks

Hi,

This is an automatic email to change the status of flip back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting flip, please send a mail to
cont...@bugs.debian.org with:

 retitle 636410 ITA: flip -- convert text file line endings between Unix and 
DOS formats
 owner 636410 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 636...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#643801: stgit: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 643801 O: stgit -- manage stacks of patches in a git
noowner 643801
tag 643801 - pending
thanks

Hi,

This is an automatic email to change the status of stgit back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting stgit, please send a mail to
cont...@bugs.debian.org with:

 retitle 643801 ITA: stgit -- manage stacks of patches in a git
 owner 643801 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 643...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#653974: libwfut: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 653974 O: libwfut -- WorldForge Update Tool (libraries)
noowner 653974
tag 653974 - pending
thanks

Hi,

This is an automatic email to change the status of libwfut back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting libwfut, please send a mail to
cont...@bugs.debian.org with:

 retitle 653974 ITA: libwfut -- WorldForge Update Tool (libraries)
 owner 653974 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 653...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#654944: riece: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 654944 O: riece -- an IRC client for Emacs
noowner 654944
tag 654944 - pending
thanks

Hi,

This is an automatic email to change the status of riece back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting riece, please send a mail to
cont...@bugs.debian.org with:

 retitle 654944 ITA: riece -- an IRC client for Emacs
 owner 654944 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 654...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#656100: fsvs: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 656100 O: fsvs -- Full system versioning with metadata support
noowner 656100
tag 656100 - pending
thanks

Hi,

This is an automatic email to change the status of fsvs back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting fsvs, please send a mail to
cont...@bugs.debian.org with:

 retitle 656100 ITA: fsvs -- Full system versioning with metadata support
 owner 656100 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 656...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#660443: libextractor-java: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 660443 O: libextractor-java -- extracts meta-data from files of 
arbitrary type
noowner 660443
tag 660443 - pending
thanks

Hi,

This is an automatic email to change the status of libextractor-java back from 
ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting libextractor-java, please send a mail to
cont...@bugs.debian.org with:

 retitle 660443 ITA: libextractor-java -- extracts meta-data from files of 
arbitrary type
 owner 660443 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 660...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#660437: doodle: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 660437 O: doodle -- Desktop Search Engine
noowner 660437
tag 660437 - pending
thanks

Hi,

This is an automatic email to change the status of doodle back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting doodle, please send a mail to
cont...@bugs.debian.org with:

 retitle 660437 ITA: doodle -- Desktop Search Engine
 owner 660437 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 660...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#660444: libextractor-python: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 660444 O: libextractor-python -- extracts meta-data from files of 
arbitrary type
noowner 660444
tag 660444 - pending
thanks

Hi,

This is an automatic email to change the status of libextractor-python back 
from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting libextractor-python, please send a mail 
to
cont...@bugs.debian.org with:

 retitle 660444 ITA: libextractor-python -- extracts meta-data from files of 
arbitrary type
 owner 660444 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 660...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#670999: libapache2-mod-geoip: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 670999 O: libapache2-mod-geoip -- GeoIP support for apache2
noowner 670999
tag 670999 - pending
thanks

Hi,

This is an automatic email to change the status of libapache2-mod-geoip back 
from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting libapache2-mod-geoip, please send a 
mail to
cont...@bugs.debian.org with:

 retitle 670999 ITA: libapache2-mod-geoip -- GeoIP support for apache2
 owner 670999 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 670...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#673621: gitmagic: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 673621 O: gitmagic -- guide about Git version control system
noowner 673621
tag 673621 - pending
thanks

Hi,

This is an automatic email to change the status of gitmagic back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting gitmagic, please send a mail to
cont...@bugs.debian.org with:

 retitle 673621 ITA: gitmagic -- guide about Git version control system
 owner 673621 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 673...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#673946: hellanzb: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 673946 O: hellanzb -- Newzbin (nzb)  BinNews (bns) files downloader 
and post-processor
noowner 673946
tag 673946 - pending
thanks

Hi,

This is an automatic email to change the status of hellanzb back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting hellanzb, please send a mail to
cont...@bugs.debian.org with:

 retitle 673946 ITA: hellanzb -- Newzbin (nzb)  BinNews (bns) files downloader 
and post-processor
 owner 673946 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 673...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#673962: pythondialog: changing back from ITA to O

2012-12-10 Thread Frank Lichtenheld
retitle 673962 O: pythondialog -- Python module for making simple 
Text/Console-mode user interfaces
noowner 673962
tag 673962 - pending
thanks

Hi,

This is an automatic email to change the status of pythondialog back from ITA
(Intent to Adopt) to O (Orphaned), because this bug hasn't seen any activity
during the last 6 months.

If you are still interested in adopting pythondialog, please send a mail to
cont...@bugs.debian.org with:

 retitle 673962 ITA: pythondialog -- Python module for making simple 
Text/Console-mode user interfaces
 owner 673962 !
 thanks

However, it is not recommended to keep ITA for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
adopting the package. It is also a good idea to document your progress on this
ITA from time to time, by mailing 673...@bugs.debian.org.

Thank you for your interest in Debian,
-- 
Frank, for the QA team debian...@lists.debian.org


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



Bug#695504: eject: Avoid setuid to root for dmcrypt-get-device

2012-12-09 Thread Frank Lichtenheld
2012/12/9 Bhushan Jain bpj...@cs.stonybrook.edu
 Dear Maintainer,
 I noticed that the only reason dmcrypt-get-device (from eject package) needs 
 setuid privilege is to read the major:minor numbers (unless I have missed 
 something).
 A lot of distributions are trying to avoid use of the setuid bit because it 
 can potentially introduce a privilege escalation attack vector.
 I think the same thing could be accomplished by reading the major:minor 
 device numbers through a sys file, and then eliminate the need for 
 dmcrypt-get-device to be setuid-to-root.
 The major:minor numbers are available in the file /sys/block/dm-*/dev and the 
 corresponding device name can be confirmed from file /sys/block/dm-*/dm/name.
 Martin Pitt - the author of dmcrypt-get-device.c - suggested that I should 
 send the patch here and you could help integrate and comment on the patch.
 Attached is the patch for dmcrypt-get-device.c.

Thanks, looks reasonable (although I don't have a setup currently to
test it). Questions and comments:

* Since the only reason this code is in a separate binary is the
setuid bit, the code should probably be integrated directly into
eject. Would you be willing to extend your patch to do that?
* Do you know if that code is dependent on a recent kernel version or
if it works for older ones, too? (e.g. Debian stable)

Cheers,
--
Frank Lichtenheld dj...@debian.org


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



Bug#673951: O: qfreefax -- GUI for fax fonctionality provided by French ISP Free

2012-12-04 Thread Frank Lichtenheld
reassign 673951 ftp.debian.org
retitle 673951 RM: qfreefax -- RoQA; orphaned, upstream gone, unused
thanks

Sourceforge project is gone, couldn't find any other upstream.
Popcon is really low.
Package is orphaned and can't be maintained in QA group since according
to description, it can only be used by customers of a certain French ISP.

So I think this should just go.

Gruesse,
  Frank


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



Bug#694976: doesn't work on amd64

2012-12-02 Thread Frank Lichtenheld
Package: sigit
Version: 0.3.2-2
Severity: grave

sigitdb --list /usr/share/sigit/sigit.data is garbled on amd64
and sigit itself always claims the file to be empty.

Since it seems to work fine on i386, this is probably a portability
issue.

I noticed that when looking into making a QA upload importing the
Ubuntu patch. But now I think this package should just be removed.

Gruesse,
  Frank

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

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

Versions of packages sigit depends on:
ii  libc6   2.13-37
ii  zlib1g  1:1.2.7.dfsg-13

Versions of packages sigit recommends:
ii  boxes  1.0.1a-2.3

sigit suggests no packages.

-- no debconf information


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



Bug#676780: eject: please mark package eject as Multi-Arch: foreign

2012-06-10 Thread Frank Lichtenheld
2012/6/9 Helmut Grohne hel...@subdivi.de:
 Package: eject
 Version: 2.1.5+deb1+cvs20081104-10
 Severity: normal

 The eject package seems to provide an architecture independent command
 line interface. That makes it a candidate for adding Multi-Arch: same

You mean foreign here, like you wrote in the subject, right?

 to the eject binary package in debian/control. About 15 reverse
 dependencies could benefit from such tagging in a multiarch environment
 (by making dependency resolving simpler). For details on the conversion
 process see http://wiki.debian.org/Multiarch/Implementation. Thanks for
 your help with the multiarch release goal.

I don't know if foreign is really correct, though. It would be
correct certainly if we only had Linux kernels. But the Linux version
will not work on kFreeBSD and vice versa, because some of the
kernel interfaces differ. Should I still add this?

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org



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



Bug#659904: eject: Can't eject based on mount point / partition

2012-02-19 Thread Frank Lichtenheld
Am 14. Februar 2012 18:30 schrieb Kristof Provost kris...@sigsegv.be:
 I use eject to unmount and eject my iPod (i.e. stop mass-storage mode).
 This fails with kernel 3.2.0 (and also with 3.1.0 I believe).

 (The iPod data partition is /dev/sdb2, mounted on /mnt/ipod)

 # eject /mnt/ipod
 eject: unable to eject, last error: Inappropriate ioctl for device

 The following does succeed:
 sudo eject /dev/sdb


Thanks for the report and the analysis. Will look into it.

Gruesse,

-- 
Frank Lichtenheld dj...@debian.org



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



Bug#650810: aqualung: diff for NMU version 0.9~beta11-1.2

2011-12-03 Thread Frank Lichtenheld
Package: aqualung
Version: 0.9~beta11-1.1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for aqualung (versioned as 0.9~beta11-1.2) and
uploaded it.

Regards.

-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/
diff -u aqualung-0.9~beta11/debian/changelog aqualung-0.9~beta11/debian/changelog
--- aqualung-0.9~beta11/debian/changelog
+++ aqualung-0.9~beta11/debian/changelog
@@ -1,3 +1,11 @@
+aqualung (0.9~beta11-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Import remaining Ubuntu patch. Closes: #553955, #607134.
+  * Clean up Build-Depends field. Closes: #581859, #634339.
+
+ -- Frank Lichtenheld dj...@debian.org  Sat, 03 Dec 2011 12:32:50 +0100
+
 aqualung (0.9~beta11-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -7,6 +15,57 @@
 
  -- Ansgar Burchardt ans...@debian.org  Sat, 03 Sep 2011 23:10:24 +0200
 
+aqualung (0.9~beta11-1ubuntu8) oneiric; urgency=low
+
+  * Port to libav 0.7 API.
+
+ -- Colin Watson cjwat...@ubuntu.com  Fri, 19 Aug 2011 00:27:12 +0100
+
+aqualung (0.9~beta11-1ubuntu7) natty; urgency=low
+
+  * 004_missing-library.dpatch: new patch, adds linking flag to fix 
+FTBFS.
+
+ -- Ilya Barygin bary...@gmail.com  Sun, 02 Jan 2011 18:08:07 +0300
+
+aqualung (0.9~beta11-1ubuntu6) maverick; urgency=low
+
+  * debian/control:
+   - Build-depends on libmp3lame-dev now that it's in universe (LP: #585253).
+
+ -- Julien Lavergne gi...@ubuntu.com  Sat, 25 Sep 2010 12:59:53 +0200
+
+aqualung (0.9~beta11-1ubuntu5) maverick; urgency=low
+
+  * No changes upload for libmodplug0c2 - libmodplug1 transition
+
+ -- Fabrice Coutadeur fabric...@ubuntu.com  Wed, 15 Sep 2010 20:08:52 +0200
+
+aqualung (0.9~beta11-1ubuntu4) maverick; urgency=low
+
+  * No-change rebuild to pick up new libmpdec (LP: #611024).
+
+ -- Alessio Treglia quadris...@ubuntu.com  Thu, 29 Jul 2010 13:45:20 +0200
+
+aqualung (0.9~beta11-1ubuntu3) maverick; urgency=low
+
+  * No-change rebuild for jack transition
+
+ -- Lorenzo De Liso bla...@ubuntu.com  Wed, 21 Jul 2010 12:24:54 +0200
+
+aqualung (0.9~beta11-1ubuntu2) maverick; urgency=low
+
+  * Rebuild for FFmpeg 0.6
+
+ -- Reinhard Tartler siret...@tauware.de  Sat, 10 Jul 2010 10:53:24 -0400
+
+aqualung (0.9~beta11-1ubuntu1) maverick; urgency=low
+
+  * debian/patches/001-Fix-crash-fr-locale.dpatch:
+   - From upstream (r1136), fix a crash when using fr locale. LP: #579772
+
+ -- Julien Lavergne gi...@ubuntu.com  Mon, 24 May 2010 23:57:58 +0200
+
 aqualung (0.9~beta11-1) unstable; urgency=low
 
   * New upstream release
diff -u aqualung-0.9~beta11/debian/control aqualung-0.9~beta11/debian/control
--- aqualung-0.9~beta11/debian/control
+++ aqualung-0.9~beta11/debian/control
@@ -2,7 +2,31 @@
 Section: sound
 Priority: extra
 Maintainer: Adam Cécile (Le_Vert) gand...@le-vert.net
-Build-Depends: debhelper (= 5), autotools-dev, libgtk2.0-dev (= 2.6), libxml2-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] | libasound-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev, libsamplerate0-dev | libsamplerate-dev, libsndfile1-dev (= 1.0.12) | libsndfile-dev (= 1.0.12), libflac-dev, libvorbis-dev, libmodplug-dev (= 0.8), libmpcdec-dev, liboggz2-dev | liboggz-dev, libspeex-dev, libmad0-dev, liblrdf0-dev (= 0.4.0) | liblrdf-dev (= 0.4.0), libcddb2-dev | libcddb-dev (= 1.2.1), libusb-dev (= 1.2.1), libifp-dev, libwavpack-dev (= 4.40.0), libavformat-dev (= 4:0.7), libcdio-paranoia-dev (= 0.76), imagemagick, dpatch, libpulse-dev, liblua5.1-0-dev | liblua5.1-dev
+Build-Depends: debhelper (= 5), dpatch, autotools-dev,
+ libgtk2.0-dev (= 2.6),
+ libxml2-dev,
+ libasound2-dev [linux-any] | libasound-dev [linux-any],
+ libjack-dev,
+ libsamplerate0-dev | libsamplerate-dev,
+ libsndfile1-dev (= 1.0.12) | libsndfile-dev (= 1.0.12),
+ libflac-dev,
+ libvorbis-dev,
+ libmodplug-dev (= 0.8),
+ libmpcdec-dev,
+ liboggz2-dev | liboggz-dev,
+ libspeex-dev,
+ libmad0-dev,
+ liblrdf0-dev (= 0.4.0) | liblrdf-dev (= 0.4.0),
+ libcddb2-dev | libcddb-dev (= 1.2.1),
+ libusb-dev (= 1.2.1),
+ libifp-dev,
+ libwavpack-dev (= 4.40.0),
+ libavformat-dev (= 4:0.7),
+ libcdio-paranoia-dev (= 0.76),
+ imagemagick,
+ libpulse-dev,
+ liblua5.1-0-dev | liblua5.1-dev,
+ libmp3lame-dev
 Standards-Version: 3.8.4
 Homepage: http://aqualung.sourceforge.net/
 
diff -u aqualung-0.9~beta11/debian/patches/00list aqualung-0.9~beta11/debian/patches/00list
--- aqualung-0.9~beta11/debian/patches/00list
+++ aqualung-0.9~beta11/debian/patches/00list
@@ -1,3 +1,5 @@
 000-Fix_ftbfs_on_gnu-kfreebsd
+001-Fix-crash-fr-locale.dpatch
 003-autogen.sh
+004_missing-library
 005_libav-0.7
only in patch2:
unchanged:
--- aqualung-0.9~beta11.orig/debian/patches/004_missing-library.dpatch
+++ aqualung-0.9~beta11/debian/patches/004_missing-library.dpatch
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 004_missing-library.dpatch by Ilya Barygin bary...@gmail.com
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: New patch

Bug#639071: Closing Bug?

2011-12-03 Thread Frank Lichtenheld
Hi.

Since the latest upload from a few days ago built fine on all buildds, this
bug can probably be closed?

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#621910: O: gtkpod -- manage songs and playlists on an Apple iPod

2011-04-09 Thread Frank Lichtenheld
Package: wnpp
Severity: normal

I don't use gtkpod anymore since I don't use my iPod anymore.
While libgpod has active maintainers, nobody seems to care
about the original gtkpod frontend.

If you want to adopt gtkpod, please coordinate with the libgpod
maintainers about the use of the pkg-gtkpod Alioth project.

Gruesse,
Frank



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



Bug#614131: O: doc-linux -- Linux HOWTOs und FAQs

2011-02-19 Thread Frank Lichtenheld
Package: wnpp
Severity: normal

None of the maintainers seem to be interested in this
package anymore (including me).

There is an Alioth project pkg-doc-linux which can be
used.

The problem with this package is that it really needs
to be completely redone. It should include the actual
source for the documents and build the formats from
this. Last time I checked the means to do so were not
readily available from upstream, but this must have
been over two years ago, so a lot might have changed.

If noone takes over this package, it should probably
be removed sooner rather than later.

Gruesse,
  Frank



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



Bug#614137: ITP: libparallel-iterator-perl -- Simple parallel execution

2011-02-19 Thread Frank Lichtenheld
Package: wnpp
Owner: Frank Lichtenheld dj...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libparallel-iterator-perl
  Version : 1.00
  Upstream Author : Andy Armstrong a...@hexten.net
* URL : http://search.cpan.org/dist/Parallel-Iterator/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Simple parallel execution

The map function applies a user supplied transformation function to
each element in a list, returning a new list containing the
transformed elements.

This module provides a 'parallel map'. Multiple worker processes are
forked so that many instances of the transformation function may be
executed simultaneously.

Gruesse,
-- 
Frank Lichtenheld fr...@lichtenheld.de
www: http://www.djpig.de/



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



Bug#552760: RM: syck -- RoQA; orphaned, RC buggy, inactive upstream, low popcon

2009-11-01 Thread Frank Lichtenheld
tag 552760 moreinfo
thanks

On Tue, Oct 27, 2009 at 04:44:27PM -0400, Barry deFreese wrote:
 Please see the following reasons for the removal request:
 
 * Upstream is dead.
 * Orphaned in Debian.
 * Buggy, including RC bug.
 * Low popcon
 * Not part of Lenny or testing.

Checking reverse dependencies...
# Broken Depends:
ocaml-syck: libyaml-syck-ocaml-dev

# Broken Build-Depends:
ocaml-syck: libsyck-dev

Dependency problem found.

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#553493: lintian: usr-share-doc-symlink-without-dependency doesn't find indirect dependency

2009-10-31 Thread Frank Lichtenheld
On Sat, Oct 31, 2009 at 07:43:14PM +0100, Ove Kaaven wrote:
 E: wine-bin-unstable: usr-share-doc-symlink-without-dependency 
 libwine-unstable
 E: wine-unstable: usr-share-doc-symlink-without-dependency libwine-unstable
 
 But wine-unstable has a versioned dependency on wine-bin-unstable,
 and wine-bin-unstable has a versioned dependency on libwine-bin-unstable,
 and libwine-bin-unstable has a versioned dependency on libwine-unstable.
 (All of these dependencies are, of course, strict equals relations.)
 
 Hence, I *do* depend on the package providing /usr/share/doc, just
 indirectly. Is it really necessary to change the wine packaging, or could
 lintian be fixed to not complain about this?

I don't think that lintian can be fixed to detect that, since it has only the
dependency information of the current package available. What it currently does
to search for a dependency on the package name that the symlink points to.

I see basically three choices here:

1) replicate the dependency cascade with a symlink cascade, but I think
   nobody would be helped with that, so I would advocate against this.
2) just add an override
3) actually add a dependency on the package you depend on to provide the
   copyright file

I would recommend to do 3, it is probably not at all difficult or time
consuming and documents a direct dependency that actually exists. Relying on
indirect dependencies is usually discouraged, even though of course in a
purely internal dependency chain it is not a problem per se.

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#551805: libclamunrar_0.95.2-1(sparc/experimental): FTBFS: error: Please install zlib and zlib-devel packages

2009-10-20 Thread Frank Lichtenheld
Package: libclamunrar
Version: 0.95.2-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of libclamunrar_0.95.2-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20091020-1357
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 720kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de sid/non-free libclamunrar 0.95.2-1 (dsc) 
[1137B]
| Get:2 http://sinclair.farm.ftbfs.de sid/non-free libclamunrar 0.95.2-1 (tar) 
[715kB]
| Get:3 http://sinclair.farm.ftbfs.de sid/non-free libclamunrar 0.95.2-1 (diff) 
[3832B]
| Fetched 720kB in 0s (3397kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 7), autotools-dev
| Checking for already installed source dependencies...
[...]
| checking for zlib installation... /usr
| configure: error: Please install zlib and zlib-devel packages
| make: *** [config.status] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20091020-1359
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.95.2-1pkg=libclamunrararch=sparc

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#551261: cairo_1.9.4-1(hppa/experimental): FTBFS: misdetects processor for native atomic primitives

2009-10-16 Thread Frank Lichtenheld
Package: cairo
Version: 1.9.4-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of cairo_1.9.4-1 on meitner by sbuild/hppa 98-farm
| Build started at 20091016-1338
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 17.4MB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main cairo 1.9.4-1 (dsc) [1628B]
| Get:2 http://ftp2.de.debian.org experimental/main cairo 1.9.4-1 (tar) [17.4MB]
| Get:3 http://ftp2.de.debian.org experimental/main cairo 1.9.4-1 (diff) 
[46.8kB]
| Fetched 17.4MB in 25s (691kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5.0.22), dpkg-dev (= 1.14.13), autotools-dev, 
pkg-config (= 0.19), libfontconfig1-dev (= 2.2.95), libfreetype6-dev (= 
2.1.10), libxrender-dev (= 0.6.0), libx11-dev, libpng12-dev, libdirectfb-dev 
(= 0.9.25), libsm-dev, xutils-dev, libxt-dev, dpatch, libpixman-1-dev (= 
0.15.16), libxcb1-dev (= 0.9.92), libxcb-render0-dev (= 0.9.92), 
libxcb-render-util0-dev, zlib1g-dev
| Checking for already installed source dependencies...
[...]
| checking for native atomic primitives... Intel
| checking whether atomic ops require a memory barrier... yes
[...]
|   CCcairo-atomic.o
| /build/buildd/cairo-1.9.4/src/cairo-atomic.c:95: error: expected identifier 
or '(' before 'int'
| /build/buildd/cairo-1.9.4/src/cairo-atomic.c:107: error: expected identifier 
or '(' before 'int'
| /build/buildd/cairo-1.9.4/src/cairo-atomic.c:107: error: expected ')' before 
'=' token
| make[4]: *** [cairo-atomic.lo] Error 1
| make[4]: Leaving directory `/build/buildd/cairo-1.9.4/debian/build/main/src'
| make[3]: *** [all] Error 2
| make[3]: Leaving directory `/build/buildd/cairo-1.9.4/debian/build/main/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/cairo-1.9.4/debian/build/main'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/cairo-1.9.4/debian/build/main'
| make: *** [build-stamp-main] Error 2
| rm configure-stamp-main
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20091016-1343
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.9.4-1pkg=cairoarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#551115: rakudo_0.1~2009.09-2(hppa/experimental): FTBFS: PackFile_unpack: This Parrot cannot read bytecode files with version 5.2

2009-10-15 Thread Frank Lichtenheld
Package: rakudo
Version: 0.1~2009.09-2
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of rakudo_0.1~2009.09-2 on meitner by sbuild/hppa 98-farm
| Build started at 20091011-2240
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 246kB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main rakudo 0.1~2009.09-2 (dsc) 
[1079B]
| Get:2 http://ftp2.de.debian.org experimental/main rakudo 0.1~2009.09-2 (tar) 
[239kB]
| Get:3 http://ftp2.de.debian.org experimental/main rakudo 0.1~2009.09-2 (diff) 
[5198B]
| Fetched 246kB in 0s (341kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: libparrot-dev (= 1.6.0), debhelper (= 7.0.50), perl, 
parrot-devel (= 1.6.0), libreadline-dev
| Checking for already installed source dependencies...
[...]
| Checking correctness of source dependencies...
| Toolchain package versions: libc6-dev_2.9-27 g++-4.3_4.3.4-5 gcc-4.3_4.3.4-5 
binutils_2.19.91.20091006-1 libstdc++6_4.4.1-6 libstdc++6-4.3-dev_4.3.4-5
| --
| gpg: Signature made Tue Oct  6 02:22:52 2009 CEST using DSA key ID F69C6AC5
| gpg: Can't check signature: public key not found
| dpkg-source: extracting rakudo in rakudo-0.1~2009.09
| dpkg-source: info: unpacking rakudo_0.1~2009.09.orig.tar.gz
| dpkg-source: info: applying rakudo_0.1~2009.09-2.diff.gz
| dpkg: warning: failed to open configuration file '/home/buildd/.dpkg.cfg' for 
reading: Permission denied
| dpkg-buildpackage: set CFLAGS to default value: -g -O2
| dpkg-buildpackage: set CPPFLAGS to default value: 
| dpkg-buildpackage: set LDFLAGS to default value: 
| dpkg-buildpackage: set FFLAGS to default value: -g -O2
| dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
| dpkg-buildpackage: source package rakudo
| dpkg-buildpackage: source version 0.1~2009.09-2
| dpkg: warning: failed to open configuration file '/home/buildd/.dpkg.cfg' for 
reading: Permission denied
| dpkg-buildpackage: host architecture hppa
|  /usr/bin/fakeroot debian/rules clean
| dh clean
|dh_testdir
|dh_auto_clean
| dpkg: warning: failed to open configuration file '/home/buildd/.dpkg.cfg' for 
reading: Permission denied
|dh_clean
|  debian/rules build
| make: `build' is up to date.
|  /usr/bin/fakeroot debian/rules binary-arch
| dh binary-arch
|dh_testdir -a
|debian/rules override_dh_auto_configure
| make[1]: Entering directory `/build/buildd/rakudo-0.1~2009.09'
| perl Configure.pl
| 
| Reading configuration information from parrot_config ...
| Verifying Parrot installation...
| 
| Creating Makefile ...
| Cleaning up ...
| 
| You can now use 'make' to build Rakudo Perl.
| After that, you can use 'make test' to run some local tests,
| or 'make spectest' to check out (via svn) a copy of the Perl 6
| official test suite and run its tests.
| 
| make[1]: Leaving directory `/build/buildd/rakudo-0.1~2009.09'
|dh_auto_build -a
| dpkg: warning: failed to open configuration file '/home/buildd/.dpkg.cfg' for 
reading: Permission denied
| make[1]: Entering directory `/build/buildd/rakudo-0.1~2009.09'
| /usr/bin/parrot  /usr/lib/parrot/1.6.0/library/PGE/Perl6Grammar.pbc \
|   --output=src/gen_grammar.pir --encoding=utf8 \
|   src/parser/grammar.pg src/parser/grammar-oper.pg
| PackFile_unpack: This Parrot cannot read bytecode files with version 5.2.
| Parrot VM: Can't unpack packfile 
/usr/lib/parrot/1.6.0/library/PGE/Perl6Grammar.pbc.
| main: Packfile loading failed
| make[1]: *** [src/gen_grammar.pir] Error 1
| make[1]: Leaving directory `/build/buildd/rakudo-0.1~2009.09'
| dh_auto_build: make returned exit code 2
| make: *** [binary-arch] Error 1
| dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20091011-2241
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.1~2009.09-2pkg=rakudoarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#551114: rpm_4.7.1-8(hppa/experimental): FTBFS: uninstallable build-dependencies

2009-10-15 Thread Frank Lichtenheld
 not be installed. This may mean that you have
| requested an impossible situation or if you are using the unstable
| distribution that some required packages have not yet been created
| or been moved out of Incoming.
| The following information may help to resolve the situation:
| 
| The following packages have unmet dependencies:
|   liblua5.1-0-dev: Depends: libreadline5-dev but it is not going to be 
installed
| E: Broken packages
| apt-get failed.
| Package installation failed
| Trying to reinstall removed packages:
| Trying to uninstall newly installed packages:
| Source-dependencies not satisfied; skipping rpm
| **
| Finished at 20091015-1608
| Build needed 00:09:24, 0k disk space

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=4.7.1-8pkg=rpmarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#548646: atlas_3.8.3-2(sparc/experimental): FTBFS: ps2pdf14: Command not found

2009-09-27 Thread Frank Lichtenheld
Package: atlas
Version: 3.8.3-2
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of atlas_3.8.3-2 on njoerd by sbuild/sparc 98-farm
| Build started at 20090927-0734
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 2400kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main atlas 3.8.3-2 (dsc) 
[1732B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main atlas 3.8.3-2 (tar) 
[2368kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main atlas 3.8.3-2 (diff) 
[30.1kB]
| Fetched 2400kB in 0s (3877kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 7), patch, gfortran, libblas-dev, liblapack-dev, 
liblapack-pic, libblas-test, cdbs, texlive-latex-base
| Checking for already installed source dependencies...
[...]
| dvips -P pdf -t letter -t landscape -o cblasqref_pdf.ps cblasqref
| /home/buildd/.dvipsrc: Permission denied
| /home/buildd/.dvipsrc: Permission denied
| This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software 
(www.radicaleye.com)
| ' TeX output 2009.09.27:1641' - cblasqref_pdf.ps
| /usr/share/texmf-texlive/dvips/base/tex.pro
| /etc/texmf/dvips/config/alt-rule.pro
| /usr/share/texmf-texlive/dvips/base/texps.pro. 
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmtt10.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmti10.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr10.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy10.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx10.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy5.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr5.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmmi5.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmmi7.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmti7.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy7.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx9.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmr7.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx7.pfb
| /usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmbx12.pfb[1] [2] 
| ps2pdf14 cblasqref_pdf.ps cblasqref.pdf
| make[1]: ps2pdf14: Command not found
| make[1]: *** [cblasqref.pdf] Error 127
| make[1]: Leaving directory `/build/buildd/atlas-3.8.3/TexDoc'
| make: *** [build-arch-stamp] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090927-1841
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=3.8.3-2pkg=atlasarch=sparc

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#542285: libgc_1:7.1-3(mips/experimental): FTBFS: build failure on atomic_ops.c

2009-09-16 Thread Frank Lichtenheld
On Sun, Sep 13, 2009 at 09:46:22PM +0100, Chris Lamb wrote:
 Frank Lichtenheld wrote:
  your package failed to build from source.
 
 Without a working mips porterbox I can make very little progress on this
 bug. Frank, are you aware of any other machines, or know the status of
 mahler?

No, I can't help you there. The experimental mips buildd itself is a
very unreliable machine and is only running sometimes when someone has
given it a good kick again.

And I have no information on the DSA mips machines other than what is
noted in LDAP.

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#546444: gstreamer0.10_0.10.24.2-1(hppa/experimental): FTBFS: Permission denied: '/home/buildd/.cache'

2009-09-13 Thread Frank Lichtenheld
Package: gstreamer0.10
Version: 0.10.24.2-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of gstreamer0.10_0.10.24.2-1 on meitner by sbuild/hppa 98-farm
| Build started at 20090913-0826
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 4016kB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main gstreamer0.10 0.10.24.2-1 
(dsc) [2106B]
| Get:2 http://ftp2.de.debian.org experimental/main gstreamer0.10 0.10.24.2-1 
(tar) [3974kB]
| Get:3 http://ftp2.de.debian.org experimental/main gstreamer0.10 0.10.24.2-1 
(diff) [39.6kB]
| Fetched 4016kB in 6s (596kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), cdbs (= 0.4.20), gnome-pkg-tools (= 0.7), 
autotools-dev, libxml2-dev (= 2.6.0), zlib1g-dev (= 1:1.1.4), libglib2.0-dev 
(= 2.16), libgmp3-dev, libgsl0-dev, pkg-config (= 0.11.0), bison (= 1.875), 
flex (= 2.5.34), dpkg-dev (= 1.14.13), lsb-release, perl-doc, 
libgirepository1.0-dev (= 0.6.3), gobject-introspection (= 0.6.3), 
gobject-introspection-glib-2.0 (= 0.6.3), gobject-introspection-freedesktop 
(= 0.6.3)
| Build-Depends-Indep: python (= 2.2), gtk-doc-tools (= 0.7), jade (= 
1.2.1), transfig (= 3.2.3.c), docbook-utils (= 0.6.9), docbook-xml, 
docbook-xsl, xsltproc (= 1.0.21), ghostscript, xmlto, netpbm, libxml2-doc, 
libglib2.0-doc
| Checking for already installed source dependencies...
[...]
|   LINK  libgstreamer-0.10.la
| Traceback (most recent call last):
|   File /usr/bin/g-ir-scanner, line 38, in module
| sys.exit(scanner_main(sys.argv))
|   File /usr/lib/gobject-introspection/giscanner/scannermain.py, line 263, 
in scanner_main
| cachestore = CacheStore()
|   File /usr/lib/gobject-introspection/giscanner/cachestore.py, line 53, in 
__init__
| self._directory = _get_cachedir()
|   File /usr/lib/gobject-introspection/giscanner/cachestore.py, line 38, in 
_get_cachedir
| os.mkdir(cachedir, 0755)
| OSError: [Errno 13] Permission denied: '/home/buildd/.cache'
| make[5]: *** [Gst-0.10.gir] Error 1
| make[5]: Leaving directory `/build/buildd/gstreamer0.10-0.10.24.2/gst'
| make[4]: *** [all-recursive] Error 1
| make[4]: Leaving directory `/build/buildd/gstreamer0.10-0.10.24.2/gst'
| make[3]: *** [all] Error 2
| make[3]: Leaving directory `/build/buildd/gstreamer0.10-0.10.24.2/gst'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/gstreamer0.10-0.10.24.2'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/gstreamer0.10-0.10.24.2'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090913-0838
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.10.24.2-1pkg=gstreamer0.10arch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#544316: ocsigen_1.2.0-3+lwt.0(hppa/experimental): FTBFS: Checking for lwt... not found

2009-08-30 Thread Frank Lichtenheld
Package: ocsigen
Version: 1.2.0-3+lwt.0
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of ocsigen_1.2.0-3+lwt.0 on meitner by sbuild/hppa 98-farm
| Build started at 20090829-0154
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 698kB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main ocsigen 1.2.0-3+lwt.0 (dsc) 
[1693B]
| Get:2 http://ftp2.de.debian.org experimental/main ocsigen 1.2.0-3+lwt.0 (tar) 
[685kB]
| Get:3 http://ftp2.de.debian.org experimental/main ocsigen 1.2.0-3+lwt.0 
(diff) [11.1kB]
| Fetched 698kB in 1s (485kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 7.0.52), quilt (= 0.46-7), ocaml-nox (= 3.11), 
camlp4, camlp4-extra, ocaml-findlib, liblwt-ocaml-dev (= 1.1.0+darcs), 
libocamlnet-ocaml-dev ( 2.2.9-6), libpcre-ocaml-dev (= 6.0.0), 
libssl-ocaml-dev (= 0.4.3-2), libgdbm-dev, libsqlite3-ocaml-dev (= 1.5.1), 
libzip-ocaml-dev ( 1.04-4), libcryptokit-ocaml-dev ( 1.3-13), ocamlduce, 
dh-ocaml
| Checking for already installed source dependencies...
[...]
| Welcome to Ocsigen version 1.2.0
| Checking for findlib... found
| Checking for lwt... not found
| Make sure that ocamlfind is in your PATH, or install lwt
| (from www.ocsigen.org)
| make[1]: *** [override_dh_auto_configure] Error 1
| make[1]: Leaving directory `/build/buildd/ocsigen-1.2.0'
| make: *** [build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090829-0156
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.2.0-3+lwt.0pkg=ocsigenarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#543973: cups_1.4.0~svn8773-1(hppa/experimental): FTBFS: trying to link PIC and non-PIC code

2009-08-27 Thread Frank Lichtenheld
Package: cups
Version: 1.4.0~svn8773-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of cups_1.4.0~svn8773-1 on meitner by sbuild/hppa 98-farm
| Build started at 20090827-1219
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 12.0MB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main cups 1.4.0~svn8773-1 (dsc) 
[2239B]
| Get:2 http://ftp2.de.debian.org experimental/main cups 1.4.0~svn8773-1 (tar) 
[11.5MB]
| Get:3 http://ftp2.de.debian.org experimental/main cups 1.4.0~svn8773-1 (diff) 
[406kB]
| Fetched 12.0MB in 18s (643kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: libpam0g-dev, libtiff4-dev, libjpeg62-dev, zlib1g-dev, 
libpng12-dev, libslp-dev, libgnutls-dev, libpaper-dev, libldap2-dev, debhelper 
(= 5.0), po-debconf, cdbs (= 0.4.27), sharutils, dpatch (= 1.11), 
libdbus-1-dev, libkrb5-dev | heimdal-dev, libavahi-compat-libdnssd-dev, 
libavahi-common-dev, libavahi-client-dev, libpoppler-dev (= 0.10.0), 
pkg-config, poppler-utils, lsb-release, po4a (= 0.31), autotools-dev, 
autoconf, automake, libtool, libijs-dev, hardening-wrapper, liblcms1-dev, 
libfreetype6-dev, libfontconfig1-dev, libusb-dev
| Checking for already installed source dependencies...
[...]
| make[3]: Entering directory 
`/build/buildd/cups-1.4.0~svn8773/filter/fontembed'
| cc -I/usr/include/poppler -I/usr/include/poppler  -g -O2 -g -Wall -O2 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   
-DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -Wall -g  -c -o sfnt.o sfnt.c
| sfnt.c: In function 'otf_subset':
| sfnt.c:1201: warning: unused variable 'iB'
| cc -I/usr/include/poppler -I/usr/include/poppler  -g -O2 -g -Wall -O2 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   
-DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -Wall -g  -c -o embed.o embed.c
| cc -I/usr/include/poppler -I/usr/include/poppler  -g -O2 -g -Wall -O2 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   
-DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -Wall -g  -c -o embed_sfnt.o 
embed_sfnt.c
| cc -I/usr/include/poppler -I/usr/include/poppler  -g -O2 -g -Wall -O2 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   
-DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -Wall -g  -c -o dynstring.o 
dynstring.c
| cc -I/usr/include/poppler -I/usr/include/poppler  -g -O2 -g -Wall -O2 
-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   
-DDBUS_API_SUBJECT_TO_CHANGE -D_REENTRANT   -Wall -g  -c -o fontfile.o 
fontfile.c
| ar rcu libfontembed.a sfnt.o embed.o embed_sfnt.o dynstring.o fontfile.o 
| make[3]: Leaving directory `/build/buildd/cups-1.4.0~svn8773/filter/fontembed'
| echo Linking texttopdf...
| Linking texttopdf...
| cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler 
-Wl,--as-needed  -pie -fPIE -Wall -Wno-format-y2k -fPIC -Os -g 
-fstack-protector -D_GNU_SOURCE -o texttopdf texttopdf.o textcommon.o common.o 
pdfutils.o -Lfontembed -lfontembed -lcups -lavahi-common -lavahi-client   
-lgnutls   -lpthread -lm -lcrypt 
| /usr/bin/ld.real: fontembed/libfontembed.a(sfnt.o): relocation 
R_PARISC_DPREL21L can not be used when making a shared object; recompile with 
-fPIC
| fontembed/libfontembed.a: could not read symbols: Bad value
| collect2: ld returned 1 exit status
| make[2]: *** [texttopdf] Error 1
| make[2]: Leaving directory `/build/buildd/cups-1.4.0~svn8773/filter'
| make[1]: *** [all] Error 1
| make[1]: Leaving directory `/build/buildd/cups-1.4.0~svn8773'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090827-1228
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1.4.0~svn8773-1pkg=cupsarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#543731: perl_5.10.1~rc2-1(hppa/experimental): FTBFS: Test lib/autodie/t/flock fails

2009-08-26 Thread Frank Lichtenheld
Package: perl
Version: 5.10.1~rc2-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of perl_5.10.1~rc2-1 on meitner by sbuild/hppa 98-farm
| Build started at 20090826-1736
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 14.2MB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main perl 5.10.1~rc2-1 (dsc) 
[1399B]
| Get:2 http://ftp2.de.debian.org experimental/main perl 5.10.1~rc2-1 (tar) 
[14.1MB]
| Get:3 http://ftp2.de.debian.org experimental/main perl 5.10.1~rc2-1 (diff) 
[86.1kB]
| Fetched 14.2MB in 24s (576kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: file, cpio (= 2.6-5), libdb4.7-dev, libgdbm-dev, netbase 
[!hurd-i386], gcc (= 4:4.2), procps | hurd, zlib1g-dev | libz-dev, libbz2-dev
| Build-Conflicts: libterm-readline-gnu-perl ( 1.17)
| Checking for already installed source dependencies...
[...]
| lib/autodie/t/flock...#   Failed test 
'Double-flocking should be EWOULDBLOCK'
| #   at ../lib/autodie/t/flock.t line 58.
| #  got: '11'
| # expected: '246'
| FAILED at test 2

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=5.10.1~rc2-1pkg=perlarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#543556: libsoup2.4_2.27.91-1(sparc/experimental): FTBFS: Could not find gnome-keyring devel files

2009-08-25 Thread Frank Lichtenheld
Package: libsoup2.4
Version: 2.27.91-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of libsoup2.4_2.27.91-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20090825-0744
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 852kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main libsoup2.4 2.27.91-1 
(dsc) [1937B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main libsoup2.4 2.27.91-1 
(tar) [842kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main libsoup2.4 2.27.91-1 
(diff) [8101B]
| Fetched 852kB in 0s (3720kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), libgconf2-dev, libglib2.0-dev (= 2.21.3), 
libgnutls-dev (= 1.4.0), libproxy-dev, libsqlite3-dev, libxml2-dev, cdbs, 
gtk-doc-tools, gnome-pkg-tools, dpkg-dev (= 1.13.19)
| Build-Depends-Indep: libglib2.0-doc
| Build-Conflicts: libgnutls11-dev
| Checking for already installed source dependencies...
[...]
| checking whether to build libsoup-gnome... yes
| checking for GNOME_KEYRING... no
| configure: error: Could not find gnome-keyring devel files.
| Configure with --without-gnome if you wish to build only libsoup
| without GNOME-specific features.
| make: *** [config.status] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090825-0749
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=2.27.91-1pkg=libsoup2.4arch=sparc

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#542257: libgc_1:7.1-3(hppa/experimental): FTBFS: dpkg-gensymbols failure

2009-08-18 Thread Frank Lichtenheld
Package: libgc
Version: 1:7.1-3
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of libgc_1:7.1-3 on meitner by sbuild/hppa 98-farm
| Build started at 20090818-1701
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 1094kB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main libgc 1:7.1-3 (dsc) [1124B]
| Get:2 http://ftp2.de.debian.org experimental/main libgc 1:7.1-3 (tar) [1078kB]
| Get:3 http://ftp2.de.debian.org experimental/main libgc 1:7.1-3 (diff) 
[15.4kB]
| Fetched 1094kB in 1s (563kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 7), quilt, autoconf
| Checking for already installed source dependencies...
[...]
|dh_makeshlibs -a
| dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: debian/libgc1c2/DEBIAN/symbols doesn't match 
completely debian/libgc1c2.symbols
| --- dpkg-gensymbols_libgc1c2_hppa
| +++ dpkg-gensymbolsRXpCOR 2009-08-18 15:07:05.0 +
| @@ -333,11 +333,11 @@
|   gc_obj_ki...@base 1:7.1
|   gc_objects_are_mar...@base 1:7.1
|   gc_objfreelist_...@base 1:7.1
| - gc_old_bus_hand...@base 1:7.1
| - gc_old_bus_handler_used...@base 1:7.1
| +#MISSING: 1:7.1-3# gc_old_bus_hand...@base 1:7.1
| +#MISSING: 1:7.1-3# gc_old_bus_handler_used...@base 1:7.1
|   gc_old_normal...@base 1:7.1
| - gc_old_segv_hand...@base 1:7.1
| - gc_old_segv_handler_used...@base 1:7.1
| +#MISSING: 1:7.1-3# gc_old_segv_hand...@base 1:7.1
| +#MISSING: 1:7.1-3# gc_old_segv_handler_used...@base 1:7.1
|   gc_old_stack...@base 1:7.1
|   gc_on_st...@base 1:7.1
|   gc_oom...@base 1:7.1
| @@ -371,7 +371,7 @@
|   gc_pri...@base 1:7.1
|   gc_proje...@base 1:7.1
|   gc_promote_black_li...@base 1:7.1
| - gc_protect_h...@base 1:7.1
| +#MISSING: 1:7.1-3# gc_protect_h...@base 1:7.1
|   gc_pthread_cre...@base 1:7.1
|   gc_pthread_det...@base 1:7.1
|   gc_pthread_j...@base 1:7.1
| @@ -513,11 +513,13 @@
|   gc_world_is_stop...@base 1:7.1
|   gc_world_stop...@base 1:7.1
|   gc_wr...@base 1:7.1
| - gc_write_fault_hand...@base 1:7.1
| - async_set_pht_entry_from_in...@base 1:7.1
| +#MISSING: 1:7.1-3# gc_write_fault_hand...@base 1:7.1
| +#MISSING: 1:7.1-3# async_set_pht_entry_from_in...@base 1:7.1
|   free_list_index...@base 1:7.1
|  libgccpp.so.1 libgc1c2 #MINVER#
|   _zd...@base 1:7.1
|   _zd...@base 1:7.1
| - _z...@base 1:7.1
| - _z...@base 1:7.1
| + _z...@base 1:7.1-3
| +#MISSING: 1:7.1-3# _z...@base 1:7.1
| + _z...@base 1:7.1-3
| +#MISSING: 1:7.1-3# _z...@base 1:7.1
| dh_makeshlibs: dpkg-gensymbols returned exit code 1
| make: *** [binary-arch] Error 1
| dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| **
| Build finished at 20090818-1707
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1:7.1-3pkg=libgcarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#542260: pulseaudio_1.9.16~test4-1(hppa/experimental): FTBFS: /usr/lib/libogg.la: No such file or directory

2009-08-18 Thread Frank Lichtenheld
Package: pulseaudio
Version: 0.9.16~test4-1
Severity: serious

Hi,

your package failed to build from source. The libogg-dev package doesn't
contain a .la file anymore.

| Automatic build of pulseaudio_0.9.16~test4-1 on meitner by sbuild/hppa 98-farm
| Build started at 20090818-1916
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 1864kB of source archives.
| Get:1 http://ftp2.de.debian.org experimental/main pulseaudio 0.9.16~test4-1 
(dsc) [2617B]
| Get:2 http://ftp2.de.debian.org experimental/main pulseaudio 0.9.16~test4-1 
(tar) [1842kB]
| Get:3 http://ftp2.de.debian.org experimental/main pulseaudio 0.9.16~test4-1 
(diff) [19.3kB]
| Fetched 1864kB in 3s (602kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), cdbs, quilt, m4, libltdl-dev (= 2.2.6a-2), 
liboil0.3-dev (= 0.3.0) | liboil-dev, libsamplerate0-dev, libsndfile1-dev (= 
1.0.10) | libsndfile-dev, libx11-dev, x11proto-core-dev, libxt-dev, 
libglib2.0-dev, libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], 
libasound2-dev (= 1.0.19) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], 
libavahi-client-dev, libjack-dev, libwrap0-dev, liblircclient-dev, 
libgconf2-dev, libhal-dev, libasyncns-dev, libatomic-ops-dev, libspeexdsp-dev 
(= 1.2~rc1), libbluetooth-dev (= 4.40) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386], libgdbm-dev, intltool, libgtk2.0-dev, libxtst-dev, libssl-dev
| Checking for already installed source dependencies...
[...]
| /bin/sh ../libtool --silent --tag=CC   --mode=compile cc -std=gnu99 
-DHAVE_CONFIG_H -I. -I..-I../src -I../src -I../src/modules -I../src/modules 
-I../src/modules/rtp -I../src/modules/rtp -I../src/modules/gconf 
-I../src/modules/gconf -I../src/modules/bluetooth -I../src/modules/bluetooth 
-I../src/modules/oss -I../src/modules/oss -I../src/modules/alsa 
-I../src/modules/alsa -I../src/modules/raop -I../src/modules/raop 
-I../src/modules/x11 -I../src/modules/x11 -I../src/modules/jack 
-I../src/modules/jack -pthread -D_POSIX_PTHREAD_SEMANTICS
-DPA_DLSEARCHPATH=\/usr/lib/pulse-0.9.16/modules\ 
-DPA_DEFAULT_CONFIG_DIR=\/etc/pulse\ -DPA_BINARY=\/usr/bin/pulseaudio\ 
-DPA_SYSTEM_RUNTIME_PATH=\/var/run/pulse\ 
-DPA_SYSTEM_CONFIG_PATH=\/var/lib/pulse\ 
-DPA_SYSTEM_STATE_PATH=\/var/lib/pulse\ -DAO_REQUIRE_CAS 
-DPULSE_LOCALEDIR=\/usr/share/locale\ 
-DPA_MACHINE_ID=\/var/lib/dbus/machine-id\ 
-DPA_ALSA_PATHS_DIR=\/usr/share/pulseaudio/alsa-mixer/paths\ 
-DPA_ALSA_PROFILE_SETS_DIR=\/usr/share/pulseaudio/alsa-mixer/profile-sets\ 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include   -g -O2 -g -Wall -O2 -Wall -W -Wextra -pipe 
-Wno-long-long -Winline -Wvla -Wno-overlength-strings 
-Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare 
-Wformat-security -Wmissing-include-dirs -Wformat-nonliteral 
-Wold-style-definition -Wpointer-arith -Winit-self 
-Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes 
-Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn 
-Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings 
-Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common 
-fdiagnostics-show-option -c -o libpulsecommon_0.9.16_la-rtkit.lo `test -f 
'pulsecore/rtkit.c' || echo './'`pulsecore/rtkit.c
|   CCLD   libpulsecommon-0.9.16.la
| /bin/grep: /usr/lib/libogg.la: No such file or directory
| /bin/sed: can't read /usr/lib/libogg.la: No such file or directory
| libtool: link: `/usr/lib/libogg.la' is not a valid libtool archive
| make[4]: *** [libpulsecommon-0.9.16.la] Error 1
| make[4]: Leaving directory `/build/buildd/pulseaudio-0.9.16~test4/src'
| make[3]: *** [all] Error 2
| make[3]: Leaving directory `/build/buildd/pulseaudio-0.9.16~test4/src'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/build/buildd/pulseaudio-0.9.16~test4'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/build/buildd/pulseaudio-0.9.16~test4'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090818-1926
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.9.16~test4-1pkg=pulseaudioarch=hppa

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



--
To UNSUBSCRIBE, email to debian

Bug#542285: libgc_1:7.1-3(mips/experimental): FTBFS: build failure on atomic_ops.c

2009-08-18 Thread Frank Lichtenheld
Package: libgc
Version: 1:7.1-3
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of libgc_1:7.1-3 on signy by sbuild/mips 98-farm
| Build started at 20090818-2041
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 1094kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main libgc 1:7.1-3 (dsc) 
[1124B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main libgc 1:7.1-3 (tar) 
[1078kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main libgc 1:7.1-3 (diff) 
[15.4kB]
| Fetched 1094kB in 1s (661kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 7), quilt, autoconf
| Checking for already installed source dependencies...
[...]
| /bin/bash ./libtool --tag=CC --mode=compile mips-linux-gnu-gcc 
-DPACKAGE_NAME=\gc\ -DPACKAGE_TARNAME=\gc\ -DPACKAGE_VERSION=\7.1\ 
-DPACKAGE_STRING=\gc\ 7.1\ -DPACKAGE_BUGREPORT=\hans.bo...@hp.com\ 
-DPACKAGE_URL=\\ -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\gc\ 
-DVERSION=\7.1\ -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 
-DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 
-DATOMIC_UNCOLLECTABLE=1  -I./include   -fexceptions -I libatomic_ops/src -g 
-O2 -c -o atomic_ops.lo atomic_ops.c
|  mips-linux-gnu-gcc -DPACKAGE_NAME=\gc\ -DPACKAGE_TARNAME=\gc\ 
-DPACKAGE_VERSION=\7.1\ -DPACKAGE_STRING=\gc 7.1\ 
-DPACKAGE_BUGREPORT=\hans.bo...@hp.com\ -DPACKAGE_URL=\\ 
-DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\gc\ -DVERSION=\7.1\ 
-DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DNO_EXECUTE_PERMISSION=1 
-DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1 -DJAVA_FINALIZATION=1 
-DATOMIC_UNCOLLECTABLE=1 -I./include -fexceptions -I libatomic_ops/src -g -O2 
-c atomic_ops.c  -fPIC -DPIC -o .libs/atomic_ops.o
| atomic_ops.c:74: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'AO_locks'
| atomic_ops.c:116: error: expected ';', ',' or ')' before '*' token
| atomic_ops.c:124: error: expected ';', ',' or ')' before '*' token
| atomic_ops.c:130: error: expected ';', ',' or ')' before '*' token
| atomic_ops.c:139: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'init_lock'
| atomic_ops.c: In function 'AO_compare_and_swap_emulation':
| atomic_ops.c:144: error: 'AO_TS_t' undeclared (first use in this function)
| atomic_ops.c:144: error: (Each undeclared identifier is reported only once
| atomic_ops.c:144: error: for each function it appears in.)
| atomic_ops.c:144: error: 'my_lock' undeclared (first use in this function)
| atomic_ops.c:144: error: 'AO_locks' undeclared (first use in this function)
| atomic_ops.c:150: error: 'init_lock' undeclared (first use in this function)
| atomic_ops.c: In function 'AO_compare_double_and_swap_double_emulation':
| atomic_ops.c:180: error: 'AO_TS_t' undeclared (first use in this function)
| atomic_ops.c:180: error: 'my_lock' undeclared (first use in this function)
| atomic_ops.c:180: error: 'AO_locks' undeclared (first use in this function)
| atomic_ops.c:186: error: 'init_lock' undeclared (first use in this function)
| atomic_ops.c: In function 'AO_store_full_emulation':
| atomic_ops.c:215: error: 'AO_TS_t' undeclared (first use in this function)
| atomic_ops.c:215: error: 'my_lock' undeclared (first use in this function)
| atomic_ops.c:215: error: 'AO_locks' undeclared (first use in this function)
| make[2]: *** [atomic_ops.lo] Error 1
| make[2]: Leaving directory `/build/buildd/libgc-7.1'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/build/buildd/libgc-7.1'
| dh_auto_build: make returned exit code 2
| make: *** [build] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090818-2108
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=1:7.1-3pkg=libgcarch=mips

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



Bug#539085: libfprint_20081125git-1(sparc/experimental): FTBFS: libtoolize: command not found

2009-07-28 Thread Frank Lichtenheld
Package: libfprint
Version: 20081125git-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of libfprint_20081125git-1 on njoerd by sbuild/sparc 98-farm
| Build started at 20090724-0729
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 599kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main libfprint 20081125git-1 
(dsc) [1280B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main libfprint 20081125git-1 
(tar) [262kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main libfprint 20081125git-1 
(diff) [335kB]
| Fetched 599kB in 0s (3310kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: debhelper (= 5), autotools-dev, libusb-1.0-0-dev, libssl-dev, 
libglib2.0-dev, libxv-dev, libmagickcore-dev, automake
| Checking for already installed source dependencies...
[...]
|  debian/rules build
| dh_testdir
| # Add here commands to configure the package.
| cp -f /usr/share/misc/config.sub config.sub
| cp -f /usr/share/misc/config.guess config.guess
| ./autogen.sh
| ./autogen.sh: line 2: libtoolize: command not found
| make: *** [config.status] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2
| **
| Build finished at 20090724-0734
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=20081125git-1pkg=libfprintarch=sparc

Gruesse,
-- 
Frank Lichtenheld dj...@debian.org
www: http://www.djpig.de/



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



  1   2   3   4   5   6   7   8   9   10   >