Bug#724127: rotix: FTBFS: make[1]: *** No rule to make target `Makefile.settings'. Stop.

2013-12-24 Thread Andreas Moog
Hi there,

please find attached a debdiff with a fix for the build failure.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru rotix-0.83/debian/changelog rotix-0.83/debian/changelog
--- rotix-0.83/debian/changelog 2012-05-12 07:11:49.0 +0200
+++ rotix-0.83/debian/changelog 2013-12-24 20:26:48.0 +0100
@@ -1,3 +1,11 @@
+rotix (0.83-5) UNRELEASED; urgency=medium
+
+  * Do not call dh_auto_clean unless Makefile.settings exists, this fixes
+FTBFS: Makefile.settings: No such file or directory
+(Closes: #724127) (LP: #1263552)
+
+ -- Andreas Moog   Tue, 24 Dec 2013 20:21:28 +0100
+
 rotix (0.83-4) unstable; urgency=low
 
   * Bump compat to 9.
diff -Nru rotix-0.83/debian/rules rotix-0.83/debian/rules
--- rotix-0.83/debian/rules 2012-05-12 07:02:06.0 +0200
+++ rotix-0.83/debian/rules 2013-12-24 19:50:27.0 +0100
@@ -5,3 +5,6 @@
 
 override_dh_auto_configure:
./configure --prefix=/usr --mandir=/usr/share/man --i18n=1
+
+override_dh_auto_clean:
+   [ ! -f Makefile.settings ] || dh_auto_clean


signature.asc
Description: OpenPGP digital signature


Bug#733168: glances: FTBFS: OSError: [Errno 2] No such file or directory: '/etc/mtab'

2013-12-26 Thread Andreas Moog
Package: glances
Version: 1.7.3-1
Severity: serious

Hi there,

your package fails to build in a clean unstable chroot:

> running build_ext
> test_Glances_getCore (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getCpu (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getDiskIO (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getFs (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getHDDTemp (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getMem (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getMemSwap (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getNetwork (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getPerCpu (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getProcess (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getSensors (glances.tests.test_glances.TestGlancesStat) ... ERROR
> test_Glances_getSystem (glances.tests.test_glances.TestGlancesStat) ... ERROR
> 
> ==
> ERROR: test_Glances_getCore (glances.tests.test_glances.TestGlancesStat)
> --
> Traceback (most recent call last):
>   File "/build/buildd/glances-1.7.3/glances/tests/test_glances.py", line 35, 
> in setUp
> self.stats.update()
>   File "/build/buildd/glances-1.7.3/glances/glances.py", line 1673, in update
> self.__update__(input_stats)
>   File "/build/buildd/glances-1.7.3/glances/glances.py", line 1648, in 
> __update__
> self.fs = self.glancesgrabfs.get()
>   File "/build/buildd/glances-1.7.3/glances/glances.py", line 1004, in get
> self.__update__()
>   File "/build/buildd/glances-1.7.3/glances/glances.py", line 982, in 
> __update__
> fs_stat = psutil.disk_partitions(all=True)
>   File "/usr/lib/python2.7/dist-packages/psutil/__init__.py", line 1345, in 
> disk_partitions
> return _psplatform.disk_partitions(all)
>   File "/usr/lib/python2.7/dist-packages/psutil/_pslinux.py", line 300, in 
> disk_partitions
> partitions = _psutil_linux.get_disk_partitions()
> OSError: [Errno 2] No such file or directory: '/etc/mtab'
(Followed by another bunch of similar errors)

Full buildlog attached.

Cheers!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


glances_1.7.3-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#733176: cgsi-gsoap: Libraries are underlinked, missing -lgsoap

2013-12-26 Thread Andreas Moog
Package: cgsi-gsoap
Version: 1.3.5-3
Severity: important

Hi there,

it appears to me the libraries in your package are underlinked. If you
take a look at the buildlog:

> dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
> by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_closesock used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_cpp.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
> by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none 
> of the libraries
> dpkg-shlibdeps: warning: symbol soap_closesock used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms.so.1.3.5 found in none of 
> the libraries
> dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
> libraries
> dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
> libraries
> dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
> libraries
> dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
> by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
> libraries
> dpkg-shlibdeps: warning: symbol soap_closesock used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
> libraries
> dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin.so.1.3.5 found in none of the 
> libraries
> dpkg-shlibdeps: warning: symbol soap_register_plugin_arg used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
> of the libraries
> dpkg-shlibdeps: warning: symbol soap_lookup_plugin used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
> of the libraries
> dpkg-shlibdeps: warning: symbol soap_sender_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
> of the libraries
> dpkg-shlibdeps: warning: symbol soap_init_LIBRARY_VERSION_REQUIRED_20816 used 
> by debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in 
> none of the libraries
> dpkg-shlibdeps: warning: symbol soap_closesock used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
> of the libraries
> dpkg-shlibdeps: warning: symbol soap_receiver_fault used by 
> debian/libcgsi-gsoap1/usr/lib/libcgsi_plugin_voms_cpp.so.1.3.5 found in none 
> of the libraries

(from
https://buildd.debian.org/status/fetch.php?pkg=cgsi-gsoap&arch=i386&ver=1.3.5-3&stamp=1385872772)

Changing the CGSI-gSOAP-library-linking.patch to include "-lgsoap" fixes
the underlinking issue.

Could this be included in one of the next uploads or am I missing
something here?

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#733181: ganeti: FTBFS: configure: error: Sphinx 1.0 or higher is required

2013-12-26 Thread Andreas Moog
Package: ganeti
Version: 2.9.2-1
Severity: serious

Hi there,

ganeti fails to build with the latest sphinx upload (1.2+dfsg-1):

> configure: Running ganeti-masterd as gnt-masterd:gnt-masterd
> configure: Running ganeti-rapi as gnt-rapi:gnt-rapi
> configure: Running ganeti-confd as gnt-confd:gnt-confd
> configure: Running ganeti-luxid as gnt-luxid:gnt-luxid
> configure: Group for daemons is gnt-daemons
> configure: Group for clients is gnt-admin
> checking whether ln -s works... yes
> checking for ip... /sbin/ip
> checking for pandoc... no
> configure: WARNING: pandoc not found, man pages rebuild will not be possible
> checking for sphinx-build... /usr/bin/sphinx-build
> configure: error: Sphinx 1.0 or higher is required
> make[1]: *** [override_dh_auto_configure] Error 1
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

(Full buildlog attached)

Ubuntu has applied a patch to fix the build (also attached).

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


ganeti_2.9.2-1_amd64.build.gz
Description: application/gzip
Description: Fix regular expression to correctly detect sphinx 1.2b3
Author: Andreas Moog 
Bug: http://code.google.com/p/ganeti/issues/detail?id=502

--- ganeti-2.9.1.orig/configure
+++ ganeti-2.9.1/configure
@@ -3075,7 +3075,7 @@ else
 
   # Note: Character classes ([...]) need to be double quoted due to autoconf
   # using m4
-  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[:space:]]+v[1-9]\>'; then
+  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[:space:]].*+[1-9]\>'; then
 as_fn_error $? "Sphinx 1.0 or higher is required" "$LINENO" 5
   fi
 fi
--- ganeti-2.9.1.orig/configure.ac
+++ ganeti-2.9.1/configure.ac
@@ -355,7 +355,7 @@ else
 
   # Note: Character classes ([...]) need to be double quoted due to autoconf
   # using m4
-  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[[:space:]]]+v[[1-9]]\>'; then
+  elif ! echo "$sphinxver" | grep -q -E '^Sphinx[[[:space:]]].*+[[1-9]]\>'; then
 AC_MSG_ERROR([Sphinx 1.0 or higher is required])
   fi
 fi


signature.asc
Description: OpenPGP digital signature


Bug#733186: findbugs: FTBFS: Failure reading file:/home/andreas/temp/findbugs-2.0.3/doc/ja/../manual_ja.xml: findbugs.googlecode.com

2013-12-26 Thread Andreas Moog
Package: findbugs
Version: 2.0.3-1
Severity: serious

Hi there,

the package findbugs fails to build when no internet connection is
available:

>  [java] Writing manual/license.html for chapter(license)
>  [java] Writing manual/acknowledgments.html for chapter(acknowledgments)
>  [java] Writing manual/index.html for book(findbugs-manual)
>  [java] Error 
>  [java]   Failure reading 
> file:/home/andreas/temp/findbugs-2.0.3/doc/ja/../manual_ja.xml: 
> findbugs.googlecode.com
>  [java] Transformation failed: Run-time errors were reported
> 
> BUILD FAILED
> /home/andreas/temp/findbugs-2.0.3/build.xml:780: The following error occurred 
> while executing this line:
> /home/andreas/temp/findbugs-2.0.3/build.xml:962: Java returned: 2

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#733168: glances: FTBFS: OSError: [Errno 2] No such file or directory: '/etc/mtab'

2013-12-27 Thread Andreas Moog
On 27.12.2013 00:33, Geoff wrote:

>> your package fails to build in a clean unstable chroot:
> 
> I cannot reproduce it with "pbuilder --build ./glances_1.7.3-1.dsc".
> The package builds fine.

I use sbuild with a schroot chroot on lvm, which (as you point out
later) doesn't provide a /etc/mtab file.

>>> OSError: [Errno 2] No such file or directory: '/etc/mtab'
>> (Followed by another bunch of similar errors)
> 
> In my previous experiences with chrooted build environment I remember
> "/etc/mtab" was not replicated in the chroot (using schroot for instance).
> 
> I'm wondering then if this is actually an issue in glances packaging.
> I believe '/etc/mtab' should exist on regular environment.

I believe starting with Wheezy, /etc/mtab is a symlink to /proc/mounts
[1], but that of course doesn't/shouldn't concern chroots. According to
the glibc documentation, however, software shouldn't rely on the
existence of the mtab file:
"Note that the fstab and mtab files are maintained on a system by
convention. It is possible for the files not to exist or not to be
consistent with what is really mounted or available to mount" [2]

Which makes me think that glances should be ported to use /proc/mounts
directly.

[1]
http://www.debian.org/releases/stable/i386/release-notes/ch-information.en.html#mtab
[2]
http://www.gnu.org/software/libc/manual/html_mono/libc.html#Mount-Information

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#733322: comedilib: FTBFS: calib_yacc.y:340:2: error: too many arguments to function 'calib_yyparse'

2013-12-28 Thread Andreas Moog
Package: comedilib
Version: 0.10.1-1
Severity: serious

Hi there,

building your package fails in a up-to-date amd64 sbuild chroot:

> libtool: compile:  x86_64-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
> -D_FORTIFY_SOURCE=2 -I../include -I../include -Wall -D_REENTRANT 
> -DLOCALSTATEDIR=\"/var/lib/libcomedi0\" -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c calib_lex.c -o 
> libcomedi_la-calib_lex.o >/dev/null 2>&1
> /bin/bash ../libtool  --tag=CC   --mode=compile x86_64-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. -I..   -D_FORTIFY_SOURCE=2 -I../include 
> -I../include -Wall -D_REENTRANT -DLOCALSTATEDIR=\"\/var/lib/libcomedi0\" -g 
> -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security -c -o libcomedi_la-calib_yacc.lo `test -f 
> 'calib_yacc.c' || echo './'`calib_yacc.c
> libtool: compile:  x86_64-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
> -D_FORTIFY_SOURCE=2 -I../include -I../include -Wall -D_REENTRANT 
> -DLOCALSTATEDIR=\"/var/lib/libcomedi0\" -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c calib_yacc.c  
> -fPIC -DPIC -o .libs/libcomedi_la-calib_yacc.o
> calib_yacc.y: In function '_comedi_parse_calibration_file':
> calib_yacc.y:340:2: error: too many arguments to function 'calib_yyparse'
>   if( calib_yyparse( &priv ) )
>   ^
> In file included from calib_yacc.y:36:0:
> ./calib_yacc.h:107:5: note: declared here
>  int calib_yyparse (void);
>  ^
> ./calib_yacc.c: In function 'calib_yyparse':
> ./calib_yacc.c:1596:7: error: too few arguments to function 'calib_yylex'
>yychar = yylex (&yylval);
>^
> In file included from calib_yacc.y:27:0:
> libinternal.h:148:21: note: declared here
>  #define YY_DECL int calib_yylex(YYSTYPE *calib_lvalp, yyscan_t yyscanner)
>  ^
> calib_yacc.y:55:1: note: in expansion of macro 'YY_DECL'
>  YY_DECL;
>  ^
> calib_yacc.y:381:73: error: 'parse_arg' undeclared (first use in this 
> function)
>  fprintf(stderr, "input error on line %i\n", 
> calib_yyget_lineno(priv(parse_arg)->yyscanner));
>  ^
> calib_yacc.y:381:73: note: each undeclared identifier is reported only once 
> for each function it appears in
> make[4]: *** [libcomedi_la-calib_yacc.lo] Error 1
> make[4]: Leaving directory `/«PKGBUILDDIR»/lib'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory `/«PKGBUILDDIR»/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/«PKGBUILDDIR»'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: *** [build-arch-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full buildlog attached.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


comedilib_0.10.1-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#718125: libvalhalla: FTBFS: config.mak is not present, run configure

2013-12-28 Thread Andreas Moog
Hi there,

even when fixing the issue mentioned in the original post, the build
will fail because libvalhalla needs porting to the new libav version:

./configure --prefix=/usr --enable-pic --disable-strip --enable-doc
Checking for compiler available...
Checking for libavformat ...
Error, can't find libavformat !
See file "config.log" produced by configure for more details.
make[1]: *** [override_dh_auto_configure] Error 1
make[1]: Leaving directory `/mnt/devel/andreas/temp/libvalhalla-2.0.0'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1364:
dpkg-buildpackage -rfakeroot -D -us -uc failed

(deb-unstable)andreas@incubator:~/devel/temp/libvalhalla-2.0.0$ tail
config.log
 3av_metadata_conv();
 4return 0;
 5  }
END /tmp/libvalhalla--15073-.c
gcc -DPIC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-DHAVE_DEBUG -fPIC -W -Wall -g -O2 -c -o /tmp/libvalhalla--15073-.o
/tmp/libvalhalla--15073-.c
gcc -o /tmp/libvalhalla--15073- /tmp/libvalhalla--15073-.o -lpthread
-lavformat
/tmp/libvalhalla--15073-.o: In function `main':
/tmp/libvalhalla--15073-.c:3: undefined reference to `av_metadata_conv'
collect2: error: ld returned 1 exit status

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#734105: liblwpx-paranoidagent-perl: FTBFS: Tests require Internet access

2014-01-03 Thread Andreas Moog
Package: liblwpx-paranoidagent-perl
Version: 1.09-1
Severity: serious

Hi there,

your package fails to build when no Internet access is available on the
build machine:

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test at t/00-all.t line 127.

#   Failed test at t/00-all.t line 137.

#   Failed test at t/00-all.t line 151.
Killing child pid: 2904
# Looks like you failed 3 tests of 23.
t/00-all.t .
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/23 subtests
t/30-mirror.t .. skipped: Mirror tests needs -url option

Cheers!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#707432: fixed by new upstream version (which is already packaged)

2014-01-04 Thread Andreas Moog
Hi there,

what is the status of this bug and package? Are you still working on it
and provide the new version in Debian? Thanks for your time!

Cheers!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738906: libpoe-component-client-mpd-perl: FTBFS: testsuite has failures and hangs

2014-02-13 Thread Andreas Moog
Package: libpoe-component-client-mpd-perl
Version: 1.121670-1
Severity: serious

Hi there,

Your package libpoe-component-client-mpd-perl fails to build in current 
unstable on amd64.

(Hopefully) Relevant part of the log: 
--

#
t/000-report-versions-tiny.t .. ok
t/20-conn-failed.t  ok
t/21-conn-non_mpd.t ... skipped: need some sendmail server running
Can't locate object method "last_modified" via package 
"Audio::MPD::Common::Item::Directory" at 
/«PKGBUILDDIR»/blib/lib/POE/Component/Client/MPD/Connection.pm line 232.
# Looks like you planned 34 tests but ran 9.
t/23-conn-dialog.t 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 25/34 subtests
t/40-cmds-general.t ... ok
# Looks like your test exited with 256 just after 1.
t/40-cmds-kill.t .. ok
t/41-cmds-output.t  ok

#   Failed test 'song(id) returns the wanted song'
#   at t/42-cmds-info.t line 94.
#  got: 'title.ogg'
# expected: 'dir1/title-artist-album.ogg'
# Looks like you failed 1 test of 29.
t/42-cmds-info.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/29 subtests

#   Failed test 'disabling fading by default'
#   at t/43-cmds-settings.t line 75.
#  got: undef
# expected: '0'
# Looks like you failed 1 test of 30.
t/43-cmds-settings.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/30 subtests
t/44-cmds-playback.t .. ok
t/50-pl-info.t  ok
E: ABORT: Received INT signal (requesting cleanup and shutdown)
dh_auto_test: perl Build test died with signal 15
make: *** [build] Error 255
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140213-2131

Finished


E: Build failure (dpkg-buildpackage died)

At this point in the test suite, it reproducibly just hangs (I let it run >2 
hours before)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/libpoe-component-client-mpd-perl_1.121670-1_amd64.build

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#739143: xindy: diff for NMU version 2.4-1.3

2014-02-16 Thread Andreas Moog
tags 739143 + patch
thanks

Dear maintainer,

I've prepared an NMU for xindy (versioned as 2.4-1.3) and
will try to find a sponsor in the next week. Please feel free to tell me if I
should delay it longer or if you want to upload it yourself.

Regards.

diff -u xindy-2.4/debian/control xindy-2.4/debian/control
--- xindy-2.4/debian/control
+++ xindy-2.4/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Jörg Sommer 
 Build-Depends-Indep: texlive-latex-base,
  texlive-lang-cyrillic, texlive-lang-greek,
- texlive-latex-recommended, cm-super
+ texlive-latex-recommended, texlive-fonts-recommended, cm-super
 Build-Depends: debhelper (>= 5), dpatch, autotools-dev, flex, clisp (>> 0.49)
 Standards-Version: 3.9.4
 Homepage: http://www.xindy.org/
diff -u xindy-2.4/debian/changelog xindy-2.4/debian/changelog
--- xindy-2.4/debian/changelog
+++ xindy-2.4/debian/changelog
@@ -1,3 +1,11 @@
+xindy (2.4-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Build-Depends on texlive-fonts-recommended to fix
+FTBFS: I can't find file `ecrm1000'. (Closes: #739143)
+
+ -- Andreas Moog   Sun, 16 Feb 2014 21:26:40 +0100
+
 xindy (2.4-1.2) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#735755: Patch for build failure

2014-02-18 Thread Andreas Moog
Control: tags -1 patch

Hi there,

attached patch would fix this particular build failure, but I think the
package could need a general overhaul, given it has been 7 years since the
last upload ;). The example website (linuxfr.org) doesn't seem to be working
with this software anymore and I personally have no experience at all with
it.

Cheers,
  Andreas
--- wmcoincoin-2.5.1e.orig/platypus/Makefile.am
+++ wmcoincoin-2.5.1e/platypus/Makefile.am
@@ -1,9 +1,8 @@
 bin_PROGRAMS = @WMCOINCOIN_PLAYER@
 EXTRA_PROGRAMS = wmcoincoin_player
 
-LIBS = `imlib2-config --libs`
+LIBS = `imlib2-config --libs` `pkg-config --libs x11`
 
 wmcoincoin_player_SOURCES = fmalloc.c giffunc.c gifread.c wmcoincoin_player.c gif.h
 
 INCLUDES = -I. `imlib2-config --cflags`
--- wmcoincoin-2.5.1e.orig/platypus/Makefile.in
+++ wmcoincoin-2.5.1e/platypus/Makefile.in
@@ -88,7 +88,7 @@
 LIBINTL = @LIBINTL@
 LIBOBJS = @LIBOBJS@
 
-LIBS = `imlib2-config --libs`
+LIBS = `imlib2-config --libs` `pkg-config --libs x11`
 LTLIBICONV = @LTLIBICONV@
 LTLIBINTL = @LTLIBINTL@
 LTLIBOBJS = @LTLIBOBJS@


signature.asc
Description: Digital signature


Bug#739531: voms-api-java: FTBFS: cp: cannot stat 'target/site/javadoc/apidocs': No such file or directory

2014-02-19 Thread Andreas Moog
Package: voms-api-java
Version: 2.0.10-2
Severity: serious

Hi there,

Your package voms-api-java fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

dh_testdir
debian/mvn-debian resources:resources compiler:compile jar:jar \
resources:testResources compiler:testCompile surefire:test \
javadoc:aggregate
[INFO] 
NOTE: Maven is executing in offline mode. Any artifacts not already in your 
local
repository will be inaccessible.

[INFO] Scanning for projects...
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-compiler-plugin

Reason: POM 'org.apache.maven.plugins:maven-compiler-plugin' not found in 
repository: System is offline.

  org.apache.maven.plugins:maven-compiler-plugin:pom:2.0.2


 for project org.apache.maven.plugins:maven-compiler-plugin


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: < 1 second
[INFO] Finished at: Wed Feb 19 19:30:30 CET 2014
[INFO] Final Memory: 4M/118M
[INFO] 
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_prep
dh_testdir
dh_testroot
dh_installdocs
cp: cannot stat 'target/site/javadoc/apidocs': No such file or directory
dh_installdocs: cp -a target/site/javadoc/apidocs 
debian/libvoms-api-java-java-doc/usr/share/doc/libvoms-api-java-java-doc 
returned exit code 1
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Build finished at 20140219-1930

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/voms-api-java_2.0.10-2_amd64.build

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#739535: uswsusp: FTBFS: Can't locate Switch.pm in @INC

2014-02-19 Thread Andreas Moog
Package: uswsusp
Version: 1.0+20120915-4
Severity: serious
Tags: patch

Hi there,

Your package uswsusp fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

  ^
load.c:459:3: warning: 'gcry_ac_data_new' is deprecated (declared at 
/usr/include/gcrypt.h:1417) [-Wdeprecated-declarations]
   ret = gcry_ac_data_new(&rsa_data_set);
   ^
load.c:476:3: warning: 'gcry_ac_data_set' is deprecated (declared at 
/usr/include/gcrypt.h:1443) [-Wdeprecated-declarations]
   ret = gcry_ac_data_set(rsa_data_set, GCRY_AC_FLAG_COPY,
   ^
load.c:485:3: warning: 'gcry_ac_key_init' is deprecated (declared at 
/usr/include/gcrypt.h:1501) [-Wdeprecated-declarations]
   ret = gcry_ac_key_init(&rsa_priv, rsa_hd,
   ^
load.c:490:2: warning: 'gcry_ac_data_new' is deprecated (declared at 
/usr/include/gcrypt.h:1417) [-Wdeprecated-declarations]
  ret = gcry_ac_data_new(&key_set);
  ^
load.c:496:2: warning: 'gcry_ac_data_set' is deprecated (declared at 
/usr/include/gcrypt.h:1443) [-Wdeprecated-declarations]
  ret = gcry_ac_data_set(key_set, GCRY_AC_FLAG_COPY, "a", mpi);
  ^
load.c:501:2: warning: 'gcry_ac_data_decrypt' is deprecated (declared at 
/usr/include/gcrypt.h:1579) [-Wdeprecated-declarations]
  ret = gcry_ac_data_decrypt(rsa_hd, 0, rsa_priv, &mpi, key_set);
  ^
load.c:518:2: warning: 'gcry_ac_data_destroy' is deprecated (declared at 
/usr/include/gcrypt.h:1421) [-Wdeprecated-declarations]
  gcry_ac_data_destroy(key_set);
  ^
load.c:521:2: warning: 'gcry_ac_key_destroy' is deprecated (declared at 
/usr/include/gcrypt.h:1541) [-Wdeprecated-declarations]
  gcry_ac_key_destroy(rsa_priv);
  ^
load.c:524:2: warning: 'gcry_ac_data_destroy' is deprecated (declared at 
/usr/include/gcrypt.h:1421) [-Wdeprecated-declarations]
  gcry_ac_data_destroy(rsa_data_set);
  ^
load.c:535:2: warning: 'gcry_ac_close' is deprecated (declared at 
/usr/include/gcrypt.h:1497) [-Wdeprecated-declarations]
  gcry_ac_close(rsa_hd);
  ^
gcc -DHAVE_CONFIG_H -I.   -D_FORTIFY_SOURCE=2 -DS2RAM -D_LARGEFILE64_SOURCE 
   -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -c -o s2ram.o s2ram.c
perl wlcsv2c.pl whitelist.csv whitelist.c
Can't locate Switch.pm in @INC (you may need to install the Switch module) 
(@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 
/usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.18 
/usr/share/perl/5.18 /usr/local/lib/site_perl .) at wlcsv2c.pl line 5.
BEGIN failed--compilation aborted at wlcsv2c.pl line 5.
make[3]: *** [whitelist.c] Error 2
make[3]: Leaving directory `/«BUILDDIR»/uswsusp-1.0+20120915'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
make[2]: Leaving directory `/«BUILDDIR»/uswsusp-1.0+20120915'
make[1]: Leaving directory `/«BUILDDIR»/uswsusp-1.0+20120915'
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140219-1954

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/uswsusp_1.0+20120915-4_amd64.build

As the error suggests, adding libswitch-perl to the Build-Depends fixing this 
build failure.

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#739546: RFS: xindy/2.4-1.3 RC, NMU

2014-02-19 Thread Andreas Moog
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for a NMU for the package "xindy"

 * Package name: xindy
   Version : 2.4-1.3
   Section : text

It builds those binary packages:

 xindy - index generator for structured documents like LaTeX or SGML
 xindy-rules - rule files for xindy

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/xindy

Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/x/xindy/xindy_2.4-1.3.dsc

More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

xindy (2.4-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Add Build-Depends on texlive-fonts-recommended to fix
FTBFS: I can't find file `ecrm1000'. (Closes: #739143)

Regards,
 Andreas Moog


signature.asc
Description: Digital signature


Bug#733355: urjtag: diff for NMU version 0.10+r2007-1.1

2014-02-19 Thread Andreas Moog
tags 733355 + patch
thanks

Dear maintainer,

I've prepared an NMU for urjtag (versioned as 0.10+r2007-1.1) and
will try and find a sponsor in the next week. Please feel free to tell me if I
should wait longer or if you would like to upload yourself.

Regards.
diff -Nru urjtag-0.10+r2007/debian/changelog urjtag-0.10+r2007/debian/changelog
--- urjtag-0.10+r2007/debian/changelog	2011-10-21 23:47:08.0 +0200
+++ urjtag-0.10+r2007/debian/changelog	2014-02-19 21:51:23.0 +0100
@@ -1,3 +1,12 @@
+urjtag (0.10+r2007-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply patch from upstream git to build with bison 3.x. This fixes
+FTBFS: error: too few arguments to function 'urj_svf_lex'
+(Closes: #733355)
+
+ -- Andreas Moog   Wed, 19 Feb 2014 21:50:12 +0100
+
 urjtag (0.10+r2007-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru urjtag-0.10+r2007/debian/patches/fix-build-bison3.patch urjtag-0.10+r2007/debian/patches/fix-build-bison3.patch
--- urjtag-0.10+r2007/debian/patches/fix-build-bison3.patch	1970-01-01 01:00:00.0 +0100
+++ urjtag-0.10+r2007/debian/patches/fix-build-bison3.patch	2014-02-19 21:52:25.0 +0100
@@ -0,0 +1,44 @@
+Description: Apply patch from upstream git to build with bison 3.x. This fixes
+ FTBFS: error: too few arguments to function 'urj_svf_lex'
+Author: Mike Frysinger
+Bug-Debian: http://bugs.debian.org/733355
+Origin: upstream, http://sourceforge.net/p/urjtag/git/ci/013b86ebe32bacfa54a2aeb226cf1910abdcbfe1/
+
+--- urjtag-0.10+r2007.orig/src/bsdl/bsdl_bison.y
 urjtag-0.10+r2007/src/bsdl/bsdl_bison.y
+@@ -119,8 +119,9 @@ LEGAL NOTICES:
+ 
+ %pure-parser
+ %parse-param {urj_bsdl_parser_priv_t *priv_data}
++%lex-param {urj_bsdl_parser_priv_t *priv_data}
+ %defines
+-%name-prefix="urj_bsdl_"
++%name-prefix "urj_bsdl_"
+ 
+ %{
+ #include 
+--- urjtag-0.10+r2007.orig/src/bsdl/vhdl_bison.y
 urjtag-0.10+r2007/src/bsdl/vhdl_bison.y
+@@ -119,8 +119,9 @@ LEGAL NOTICES:
+ 
+ %pure-parser
+ %parse-param {urj_vhdl_parser_priv_t *priv_data}
++%lex-param {urj_vhdl_parser_priv_t *priv_data}
+ %defines
+-%name-prefix="urj_vhdl_"
++%name-prefix "urj_vhdl_"
+ 
+ %{
+ #include 
+--- urjtag-0.10+r2007.orig/src/svf/svf_bison.y
 urjtag-0.10+r2007/src/svf/svf_bison.y
+@@ -27,7 +27,8 @@
+ %pure-parser
+ %parse-param {urj_svf_parser_priv_t *priv_data}
+ %parse-param {urj_chain_t *chain}
+-%name-prefix="urj_svf_"
++%lex-param {urj_chain_t *chain}
++%name-prefix "urj_svf_"
+ %locations
+ 
+ %{
diff -Nru urjtag-0.10+r2007/debian/patches/series urjtag-0.10+r2007/debian/patches/series
--- urjtag-0.10+r2007/debian/patches/series	2011-10-21 14:38:09.0 +0200
+++ urjtag-0.10+r2007/debian/patches/series	2014-02-19 21:51:38.0 +0100
@@ -1 +1,2 @@
 10_disable_lib.patch
+fix-build-bison3.patch


signature.asc
Description: Digital signature


Bug#739143: xindy: diff for NMU version 2.4-1.3

2014-02-19 Thread Andreas Moog
On 17.02.2014 01:29, Norbert Preining wrote:

> The patch is abslutely correct, nothing needs to be changed.
> 
> If Jörg does not answer the next 2-3 days, just upload directly, I don't
> see any problem with it.

Since I'm not a DD and thus can't upload, I filed
http://bugs.debian.org/739546 against sponsorship-requests to hopefully
find a sponsor.

Regards
  Andreas
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#735914: gri: FTBFS: Can't locate getopts.pl in @INC

2014-01-18 Thread Andreas Moog
Package: gri
Version: 2.12.23-6
Severity: serious

Hi there,

your package fails to build in a clean unstable chroot:

> cat ./gri.texi>  TMP
> perl ./make_html_index>> TMP
> perl ./make_html_commandindex >> TMP
> perl ./make_html_builtinindex >> TMP
> cat TMP | perl ./texinfo2HTML >  gri-long
> Can't locate getopts.pl in @INC (@INC contains: /etc/perl 
> /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5 
> /usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18 
> /usr/local/lib/site_perl .) at ./texinfo2HTML line 59.
> make[1]: *** [html] Error 2
> make[1]: Leaving directory `/«PKGBUILDDIR»/doc'
> make: *** [build-indep] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20140118-1614

Full buildlog attached.

The build works when adding libperl4-corelibs-perl to the Build-Depends.

Thanks for your time!

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


gri_2.12.23-6_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#735933: monotone: FTBFS: /usr/bin/texi2dvi: pdfetex exited with bad status, quitting.

2014-01-18 Thread Andreas Moog
Package: monotone
Version: 1.0-11
Severity: serious

Hi there,

building your package in a sbuild chroot fails:

> (see the transcript file for additional 
> information) ist/fonts/type1/public/amsfonts/cm/cmb10.pfb> ts/type1/public/amsfonts/cm/cmbx12.pfb> e1/public/amsfonts/cm/cmcsc10.pfb> blic/amsfonts/cm/cmmi10.pfb> msfonts/cm/cmmi7.pfb> /cm/cmr10.pfb> 7.pfb> usr/share/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsl10.pfb> are/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsltt10.pfb> texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb> e/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb> f-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb> /fonts/type1/public/amsfonts/cm/cmtt12.pfb> /type1/public/amsfonts/cm/cmtt9.pfb>
> Output written on monotone.pdf (294 pages, 1896407 bytes).
> Transcript written on monotone.log.
> /usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
> make[3]: *** [monotone.pdf] Error 1
> make[3]: Leaving directory `/«PKGBUILDDIR»/doc'

Full build-log attached.

Thanks for your time!

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


monotone_1.0-11_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#736546: RFS: trophy/2.0.3-1

2014-01-24 Thread Andreas Moog
Package: sponsorship-requests
Severity: normal
X-Debbugs-CC: debian-devel-ga...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package "trophy"

* Package name: trophy
  Version : 2.0.3-1
  Section : games

It builds those binary packages:

 trophy  - 2D car racing action game
 trophy-data - data files for trophy
 trophy-dbg  - debug files for trophy

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/trophy

Alternatively, one can download the package with dget using this command:

> dget -x http://mentors.debian.net/debian/pool/main/t/trophy/trophy_2.0.3-1.dsc

Or one can use git to get the most recent changes I wish to have uploaded:

git://anonscm.debian.org/pkg-games/trophy.git

Changes since last upload:

trophy (2.0.3-1) unstable; urgency=low

  * New Upstream Release
  * Specify absolute path in menu file to display icon (Closes: #726893)
  * debian/control:
- Update standards version to 3.9.5, no further changes needed
- Update my email address in Uploaders field
- Fix vcs-field-not-canonical lintian warning
  * debian/patches:
- Remove all previous patches, they are included upstream
- Add new patch desktop-file-keywords.patch:
  - Add a Keywords entry to the Desktop file to make the game easier
to be found.

Thanks for your time!

  Regards,
   Andreas Moog
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#725049: Additional problems with desktop file

2014-01-24 Thread Andreas Moog
Hi there,

you might also want to checkout and fix these warnings from
desktop-file-validate:

> $ desktop-file-validate sonic-visualiser.desktop 
> error: value "audio;sound;visualiser;sonic" for locale string list key 
> "Keywords" in group "Desktop Entry" does not have a semicolon (';') as 
> trailing character
> error: value "Audio;AudioVideo" for string list key "Categories" in group 
> "Desktop Entry" does not have a semicolon (';') as trailing character
> error: value "application/x-sonicvisualiser[...]x-vorbis+ogg" for string list 
> key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as 
> trailing character

Cheers!
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#674874: Intending to adopt libbinio

2014-01-26 Thread Andreas Moog
Control: retitle 674874 ITA: libbinio -- Binary I/O stream class library
Control: owner 674874 !

Hi there,

I intend to adopt this package and will have an upload prepared within
the next week.

Cheers!
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#736937: RFS: libbinio/1.4+dfsg1-2 [ITA]

2014-01-28 Thread Andreas Moog
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for the package "libbinio", which I'd like to
adopt:

* Package name: libbinio
  Version : 1.4+dfsg1-2
  Section : libs

It builds those binary packages:

 libbinio-dev - Binary I/O stream class library (development files)
 libbinio1ldbl - Binary I/O stream class library

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/libbinio

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/libb/libbinio/libbinio_1.4+dfsg1-2.dsc

The package is also available in git:

  git://anonscm.debian.org/collab-maint/libbinio.git

Changes since the last upload:

> libbinio (1.4+dfsg1-2) unstable; urgency=medium
> 
>   * New maintainer (Closes: #674874)
>   * Convert to source format 3.0 (quilt):
> - Remove quilt from build-depends
> - Add debian/source/format
>   * debian/rules:
> - Switch to minimal dh7 style rules file
> - use dh-autoreconf to update config.guess/sub and get new libtool macros
>   for the powerpc64el port (Closes: #727395, #572401)
> - add get-orig-source target
> - Rename configure.in to configure.ac before running dh_autoreconf
>   * debian/control:
> - Add build-depends on dh-autoreconf
> - Bump debhelper build-depends to >= 9
> - Add misc:Depends to libbinio-dev
> - Build for multiarch
> - Package now complies to standards version 3.9.5
> - Fix binary-control-field-duplicates-source
>   * debian/compat:
> - Use dh compat level 9
>   * debian/patches:
> - remove_gfdl_doc:
>   - Remove all mentions of the documentation, it is GFDL licensed and has
> been removed from the package
> - fix-off-by-one:
>   - Import patch from upstream cvs to fix off-by-one error in binstr.cpp:
> EOF was one byte too early on string streams.
> - Add description field to all patches
> - configure-in-deprecated:
>   - configure.in is deprecated, migrate to configure.ac instead
>   * debian/*.install:
> - Install from multiarch locations
>   * debian/*.symbols:
> - Add symbol control files
>   * debian/watch:
> - Update watch file
>   * debian/source/lintian-overrides:
> - Override deprecated-configure-filename, we rename configure.in to *.ac
>   before running autoreconf
> 
>  -- Andreas Moog   Sun, 26 Jan 2014 17:30:15 +0100


Regards,
   Andreas Moog
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737124: libbinio: FTBFS: symbols don't match

2014-01-30 Thread Andreas Moog
Control: tags -1 pending

On 30.01.2014 14:35, Roland Stigge wrote:

> libbinio FTBFS on powerpc, sparc, s390x, alpha, powerpcspe and ppc64 like 
> this:
> (Example from powerpc):

Thanks, I've pushed a fix to git and asked my sponsor to upload it.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Andreas Moog
Control: tags -1 patch

Hi there,

please find attached a patch from upstream that fixes the build against
ocaml 4.01. Since I'm not a DD, I can't upload myself.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru galax-1.1/debian/changelog galax-1.1/debian/changelog
--- galax-1.1/debian/changelog  2011-11-11 00:42:50.0 +0100
+++ galax-1.1/debian/changelog  2014-01-31 15:59:05.0 +0100
@@ -1,3 +1,10 @@
+galax (1.1-11) UNRELEASED; urgency=medium
+
+  * Apply patch from upstream git to fix build with Ocaml4.01 
+(Closes: #731398)
+
+ -- Andreas Moog   Fri, 31 Jan 2014 14:54:50 +0100
+
 galax (1.1-10) unstable; urgency=low
 
   * Team upload
diff -Nru galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch 
galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch
--- galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch   
1970-01-01 01:00:00.0 +0100
+++ galax-1.1/debian/patches/0009-Fix-build-with-ocaml-4.01.patch   
2014-01-31 15:58:28.0 +0100
@@ -0,0 +1,451 @@
+Description: 
+Author: Jerome Simeon 
+Bug-Debian: http://bugs.debian.org/731398
+Origin: upstream, 
https://github.com/jeromesimeon/Galax/commit/95c090d1f5a1f70c0013e92c7e70d347ee870dc5.patch
+
+Index: galax-1.1/base/finfo.ml
+===
+--- galax-1.1.orig/base/finfo.ml   2014-01-31 14:53:51.0 +0100
 galax-1.1/base/finfo.ml2014-01-31 14:53:51.0 +0100
+@@ -119,7 +119,7 @@
+   let ch =
+   input_char inch
+   in
+-  if ch = '\012' or ch = '\n' then begin
++  if ch = '\012' || ch = '\n' then begin
+   incr lineno;
+   linepos := 0
+   end
+Index: galax-1.1/code_selection/code/code_fn.ml
+===
+--- galax-1.1.orig/code_selection/code/code_fn.ml  2014-01-31 
14:53:51.0 +0100
 galax-1.1/code_selection/code/code_fn.ml   2014-01-31 14:53:51.0 
+0100
+@@ -271,7 +271,7 @@
+ let float_nan_zero_test =
+   ((fun x ->
+ if x == nan then raise_nan()
+-else if (x = infinity) or (x = -.infinity) then raise_infinity()
++else if (x = infinity) || (x = -.infinity) then raise_infinity()
+ else x),
+(fun x ->
+  if x == nan then raise_nan()
+Index: galax-1.1/config/Makefile.galax-inst
+===
+--- galax-1.1.orig/config/Makefile.galax-inst  2014-01-31 14:53:51.0 
+0100
 galax-1.1/config/Makefile.galax-inst   2014-01-31 14:53:51.0 
+0100
+@@ -112,6 +112,7 @@
+ -I $(CONF_OCAML_STDLIB) \
+ -I $(CONF_OCAML_LIBPCRE) \
+ -I $(CONF_OCAML_LIBNETSTRING) \
++-I $(CONF_OCAML_LIBNETSTRING_PCRE) \
+ -I $(CONF_OCAML_LIBPXP) \
+ -I $(CONF_OCAML_LIBPXP_UTF8) \
+ -I $(CONF_OCAML_LIBPXP_ISO88591) \
+@@ -172,6 +173,7 @@
+ bigarray.cma \
+ pcre.cma \
+ netstring.cma \
++netstring-pcre.cma \
+ pxp_engine.cma \
+ pxp_lex_utf8.cma pxp_lex_link_utf8.cmo \
+ pxp_lex_iso88591.cma pxp_lex_link_iso88591.cmo \
+@@ -203,6 +205,7 @@
+ bigarray.cmxa \
+ pcre.cmxa \
+ netstring.cmxa \
++netstring-pcre.cmxa \
+ pxp_engine.cmxa \
+ pxp_lex_utf8.cmxa pxp_lex_link_utf8.cmx \
+ pxp_lex_iso88591.cmxa pxp_lex_link_iso88591.cmx \
+Index: galax-1.1/configure
+===
+--- galax-1.1.orig/configure   2014-01-31 14:53:51.0 +0100
 galax-1.1/configure2014-01-31 14:53:51.0 +0100
+@@ -18,7 +18,7 @@
+ # value2: on by command line ("forced")
+ 
+ version="1.0"
+-ocaml_version="3.10"
++ocaml_version="4.01"
+ # Function:   print_options()
+ # Description:
+ # Print the current values of all options
+@@ -124,6 +124,7 @@
+ # ocaml_pkglib:   This is where the OCaml pkg-lib is 
installed (default=$ocaml_lib/ocaml/pkg-lib)
+ # ocaml_pcre: This is where the OCaml PCRE 
interface is installed (default=$ocaml_pkglib/pcre)
+ # ocaml_netstring:This is where the OCaml netstring files 
are installed (default=$ocaml_pkglib/netstring)
++# ocaml_netstring_pcre:   This is where the OCaml netstring files 
are installed (default=$ocaml_pkglib/netstring-pcre)
+ # ocaml_equeue:   This is where the OCaml equeue files are 
installed (default=$ocaml_pkglib/equeue)
+ # ocaml_netclient:This is where the OCaml netclient files 
are installed (default=$ocaml_pkglib/netclient)
+ # ocaml_netsys:   This is where the OCaml netsys files 
are installed (default=$ocaml_pkglib/netstring)
+@@ -191,6 +192,7 @@
+ ocaml_pkglib=
+ ocaml_pcre=
+ ocaml_netstring=
++ocaml_netstring_pcre=
+ ocaml_equeue=

Bug#636019: Bug#731398: galax: FTBFS with ocaml 4.01.0

2014-01-31 Thread Andreas Moog
On 31.01.2014 18:47, Stéphane Glondu wrote:

> Thanks for that. I've applied it in git... but do you know if upstream
> is planning to make a new release soon?

Aside from reporting this build failure, I'm not in contact with
upstream, so I can't say, sorry.

> By the way, do you use galax and if so, would you like to officially
> take care of it?

I don't use galax and for that reason wouldn't be a good choice for
maintainership, I was just looking for RC bugs to fix/forward upstream.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737250: apt-dpkg-ref: FTBFS: Could not map source abbreviation for ecrm1000.

2014-01-31 Thread Andreas Moog
Package: apt-dpkg-ref
Version: 5.3.1
Severity: serious

Hi there,

rebuilding your package in a clean unstable chroot fails:

> # Add here commands to compile the package.
> ./make-docs
> This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
>  restricted \write18 enabled.
> entering extended mode
> (./apt-dpkg-ref.tex
> LaTeX2e <2011/06/27>
> Babel <3.9h> and hyphenation patterns for 2 languages loaded.
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
> 
> kpathsea: Running mktextfm ecrm1000
> /usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source 
> abbreviation  for ecrm1000.
> /usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
> mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
> input ecrm1000
> This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)
> 
> kpathsea: Running mktexmf ecrm1000
> 
> ! I can't find file `ecrm1000'.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
> 
> Please type another input file name
> ! Emergency stop.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
> 
> Transcript written on mfput.log.
> grep: ecrm1000.log: No such file or directory
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
> ecrm1000' failed to make ecrm1000.tfm.
> kpathsea: Appending font creation commands to missfont.log.
> (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
> ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not 
> fou
> nd.
> 

Full buildlog attached.

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


apt-dpkg-ref_5.3.1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#737250: apt-dpkg-ref: FTBFS: Could not map source abbreviation for ecrm1000.)

2014-01-31 Thread Andreas Moog
Control: tags -1 patch

On 31.01.2014 20:45, Debian Bug Tracking System wrote:

Attached is a patch to add the missing Build-Depend on
texlive-fonts-recommended which fixes the build failure.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru apt-dpkg-ref-5.3.1/debian/changelog 
apt-dpkg-ref-5.3.2/debian/changelog
--- apt-dpkg-ref-5.3.1/debian/changelog 2011-04-21 15:57:28.0 +0200
+++ apt-dpkg-ref-5.3.2/debian/changelog 2014-01-31 20:46:57.0 +0100
@@ -1,3 +1,10 @@
+apt-dpkg-ref (5.3.2) UNRELEASED; urgency=medium
+
+  * Add Build-Depends on texlive-fonts-recommended to fix
+FTBFS: Could not map source abbreviation for ecrm1000. (Closes: #737250)
+
+ -- Andreas Moog   Fri, 31 Jan 2014 20:45:47 +0100
+
 apt-dpkg-ref (5.3.1) unstable; urgency=low
 
   * Added clarification on the use of dpkg and made reference to
diff -Nru apt-dpkg-ref-5.3.1/debian/control apt-dpkg-ref-5.3.2/debian/control
--- apt-dpkg-ref-5.3.1/debian/control   2011-04-21 15:53:48.0 +0200
+++ apt-dpkg-ref-5.3.2/debian/control   2014-01-31 20:45:44.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Vanessa Gutiérrez 
 Build-Depends: debhelper (>= 7.0)
 Build-Depends-Indep: clisp | cmucl, texlive-base, texlive-latex-base, 
- texlive-latex-recommended
+ texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.9.2.0
 
 Package: apt-dpkg-ref


signature.asc
Description: OpenPGP digital signature


Bug#724043: archivemail: FTBFS: Test failure

2014-01-31 Thread Andreas Moog
On 24.11.2013 21:35, Nikolaus Schulz wrote:

> I would like to point out that the severity of this bug is exaggerated
> IMO, because (apparently) the FTBFS seems to be tied to specific
> hardware - I could not reproduce it.

FWIW, I also get about a 50% True/False rate running "python2 -c 'import
time; print time.time() == time.time()'" and the package fails to build
on the Ubuntu autobuilder as well [1].

> But yes, it's a bug, and the fix is in fact trivial, it's just that my
> coding infrastructure was broken until today.

Can you already say when you will release an update?

[1]
https://launchpadlibrarian.net/164355682/buildlog_ubuntu-trusty-i386.archivemail_0.9.0-1build1_FAILEDTOBUILD.txt.gz

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737256: asymptote: FTBFS: nonstopmode; input ecrm1095' failed to make ecrm1095.tfm.

2014-01-31 Thread Andreas Moog
Package: asymptote
Version: 2.23-1
Severity: serious

Hi there,

your package fails to build in a clean sbuild chroot:

> kpathsea: Running mktextfm ecrm1095
> mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
> input ecrm1095
> This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)
> 
> kpathsea: Running mktexmf ecrm1095
> 
> ! I can't find file `ecrm1095'.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1095
>   
> Please type another input file name
> ! Emergency stop.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1095
>   
> Transcript written on mfput.log.
> grep: ecrm1095.log: No such file or directory
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
> ecrm1095' failed to make ecrm1095.tfm.
> kpathsea: Appending font creation commands to missfont.log.
> (./colons.asy) <./colons.pdf> Chapter 6 [23] [24] [25] [26] [27]
> ./asymptote.texi:2070: Font @thisecfont=ecrm1095 at 11.0pt not loadable: 
> Metric
>  (TFM) file not found.
>  
>@thisecfont 
> @{->{@ifmonospace @else @ecfont 
> @fi @char 123}
> l.2070 string pairs @{
>   @code{before},@code{after}@} to the corresponding
> ? 
> ./asymptote.texi:2070: Emergency stop.
>  
>@thisecfont 
> @{->{@ifmonospace @else @ecfont 
> @fi @char 123}
> l.2070 string pairs @{
>   @code{before},@code{after}@} to the corresponding
> ./asymptote.texi:2070:  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on asymptote.log.
> /usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
> make[2]: *** [asymptote.pdf] Error 1
> make[2]: Leaving directory `/«PKGBUILDDIR»/doc'
> make[1]: *** [man] Error 2
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: *** [common-build-arch] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full buildlog attached.

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


asymptote_2.23-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#737256: asymptote: FTBFS: nonstopmode; input ecrm1095' failed to make ecrm1095.tfm.

2014-01-31 Thread Andreas Moog
On 31.01.2014 22:04, Andreas Moog wrote:
> Package: asymptote
> Version: 2.23-1
> Severity: serious
> 
> Hi there,
> 
> your package fails to build in a clean sbuild chroot:
> 
>> kpathsea: Running mktextfm ecrm1095
>> mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
>> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
>> input ecrm1095

This seems to be fixed by adding texlive-fonts-recommended to the
Build-Depends of the package.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#690152: bsaf: FTBFS: Test org.jdesktop.application.TaskMonitorTest failed

2014-02-01 Thread Andreas Moog
Control: severity -1 serious

Hi there,

the package fails to build when rebuilding with sbuild in a current sid
chroot, so I'm raising severity to "serious" again:

[junit] - Standard Error -
[junit] Feb 01, 2014 2:55:08 PM
org.jdesktop.application.ResourceManager getApplicationResourceMap
[junit] WARNING: getApplicationResourceMap(): no Application class
[junit] -  ---
[junit] Feb 01, 2014 2:55:08 PM
org.jdesktop.application.ResourceManager getApplicationResourceMap
[junit] WARNING: getApplicationResourceMap(): no Application class
[junit] Running org.jdesktop.application.TaskMonitorTest
[junit] Testsuite: org.jdesktop.application.TaskMonitorTest
[junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 0.384 sec
[junit] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 0.384 sec
[junit]
[junit] Testcase:
testMessageSucceeded(org.jdesktop.application.TaskMonitorTest): FAILED
[junit] doInBackground
[junit] junit.framework.AssertionFailedError: doInBackground
[junit] at
org.jdesktop.application.TaskMonitorTest.testMessageSucceeded(Unknown
Source)
[junit]
[junit]

BUILD FAILED
/«PKGBUILDDIR»/build.xml:68: Test
org.jdesktop.application.TaskMonitorTest failed

Full buildlog attached.

Thanks for your time!

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


bsaf_1.9-3_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#737315: buildbot: FTBFS with Sphinx 1.2.1: Malformed option description

2014-02-01 Thread Andreas Moog
Package: buildbot
Version: 0.8.8-1
Severity: serious
Tags:

Hi there,

your package fails to build in a clean unstable chroot with sbuild:

sphinx-build -b html -d _build/doctrees  -q -W . _build/html

Warning, treated as error:
/«PKGBUILDDIR»/docs/manual/installation.rst:651: WARNING: Malformed
option description u'Can also be passed directly to the BuildSlave
constructor in buildbot.tac.  If', should look like "-opt args", "--opt
args" or "/opt args"

make[2]: *** [html] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/docs'
make[1]: *** [make_docs] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140201-1625

Full buildlog attached.

These 2 upstream commits fix the build:

https://github.com/buildbot/buildbot/commit/7ba629d27c377f9a4323024a64fd8a7d9f8f1934
https://github.com/buildbot/buildbot/commit/a655a504309db8584ae582065fe27548a16c3dd3

Thanks for your time!

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


buildbot_0.8.8-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#733424: calabash: FTBFS: dpkg-buildpackage: dpkg-source: error: unrepresentable changes to source

2014-02-01 Thread Andreas Moog
On 28.12.2013 21:51, David Suárez wrote:

I guess the real error is that it tries to download stuff during build:

>> Downloading 
>> http://pypi.python.org/packages/source/d/distribute/distribute-0.6.10.tar.gz
>> Extracting in /tmp/tmpOrwZmj
>> Now working in /tmp/tmpOrwZmj/distribute-0.6.10

As far as I know distribute is deprecated/has been merged with setuptools.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#724077: charybdis: FTBFS: configure.ac:18: error:, required file './compile' not found

2014-02-01 Thread Andreas Moog
On Tue, 15 Oct 2013 21:52:47 -0400, Antoine Beaupre
 wrote:

> Control: tags -1 +pending
>
> Sure, upload coming rght up, thanks!!
>
> A.

ping? ;)

Thanks for your time!

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#690152: bsaf: FTBFS: Test org.jdesktop.application.TaskMonitorTest failed

2014-02-01 Thread Andreas Moog
Control: tags -1 -unreproducible

On 01.02.2014 17:23, Andreas Beckmann wrote:
> On 2014-02-01 17:03, Niels Thykier wrote:
>>> Therefore removing the wheezy tag, as the new issue only affects sid.
> 
>> Is that "only sid" or "sid and jessie"?  You said the former, but the
>> bug is tagged "sid jessie" implying you might mean the other.
> 
> I don't know, haven't tried (and don't plan to). So read this as "not
> wheezy".

I can confirm that it also fails in testing, build log attached.
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


bsaf_1.9-3_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#723960: clc-intercal: FTBFS with perl 5.18: Invalid object - did not provide a type

2014-02-01 Thread Andreas Moog
Control: tags -1 patch

Hi there,

Fedora has a fix for the build issue, see
http://pkgs.fedoraproject.org/cgit/clc-intercal.git/tree/clc-intercal-guess-charset.patch

I tried applying the patch myself but my packaging skills aren't good
enough to provide a working debdiff.

Thanks for your time!

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#733437: commando: FTBFS: dpkg-buildpackage: dpkg-source: error: unrepresentable changes to source

2014-02-01 Thread Andreas Moog
Control: tags -1 patch

Hello there,

please find attached a debdiff with a proposed fixed. The changelog reads:

commando (0.3.4-1.1) unstable; urgency=medium

* Add patch to stop using deprecated python module "distribute" to build.
  (Closes: #733437)
* debian/control, debian/rules: Build-Depend on dh-python and use the
  pybuild buildsystem
* Add Build-Depends on python-fswrap, python-markdown, python-mock,
  python-nose python-yaml, required for the nosetests to succeed.

It fixes the build failure for me.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru commando-0.3.4/debian/changelog commando-0.3.4/debian/changelog
--- commando-0.3.4/debian/changelog 2013-05-30 16:55:36.0 +0200
+++ commando-0.3.4/debian/changelog 2014-02-01 22:07:30.0 +0100
@@ -1,3 +1,14 @@
+commando (0.3.4-1.1) unstable; urgency=medium
+
+  * Add patch to stop using deprecated python module "distribute" to build.
+(Closes: #733437)
+  * debian/control, debian/rules: Build-Depend on dh-python and use the
+pybuild buildsystem
+  * Add Build-Depends on python-fswrap, python-markdown, python-mock,
+python-nose python-yaml, required for the nosetests to succeed.
+
+ -- Andreas Moog   Sat, 01 Feb 2014 21:42:34 +0100
+
 commando (0.3.4-1) unstable; urgency=low
 
   * New upstream release
diff -Nru commando-0.3.4/debian/control commando-0.3.4/debian/control
--- commando-0.3.4/debian/control   2013-05-30 16:53:46.0 +0200
+++ commando-0.3.4/debian/control   2014-02-01 22:07:01.0 +0100
@@ -2,7 +2,15 @@
 Section: python
 Priority: extra
 Maintainer: Julien Danjou 
-Build-Depends: debhelper (>= 8.0.0), python, python-setuptools
+Build-Depends: debhelper (>= 8.0.0),
+   dh-python,
+   python,
+   python-fswrap,
+   python-markdown,
+   python-mock,
+   python-nose,
+   python-setuptools,
+   python-yaml
 Standards-Version: 3.9.4
 Homepage: http://github.com/lakshmivyas/commando/
 Vcs-Git: git://git.debian.org/collab-maint/commando.git
@@ -10,7 +18,10 @@
 
 Package: python-commando
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python (>= 
2.7) | python-argparse
+Depends: python (>= 2.7) | python-argparse,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
 Description: wrapper for argparse to define declaratively
  A simple wrapper for `argparse` that allows commands and arguments to be
  defined declaratively using decorators. Note that this does not support all
diff -Nru commando-0.3.4/debian/patches/remove-distribute.patch 
commando-0.3.4/debian/patches/remove-distribute.patch
--- commando-0.3.4/debian/patches/remove-distribute.patch   1970-01-01 
01:00:00.0 +0100
+++ commando-0.3.4/debian/patches/remove-distribute.patch   2014-02-01 
21:41:50.0 +0100
@@ -0,0 +1,15 @@
+Description: Don't use deprecated python module "distribute" to build.
+Author: Andreas Moog 
+Bug: https://github.com/lakshmivyas/commando/issues/13
+Bug-Debian: http://bugs.debian.org/733437
+
+--- commando-0.3.4.orig/setup.py
 commando-0.3.4/setup.py
+@@ -1,5 +1,5 @@
+-from distribute_setup import use_setuptools
+-use_setuptools()
++# from distribute_setup import use_setuptools
++# use_setuptools()
+ from setuptools import setup
+ 
+ try:
diff -Nru commando-0.3.4/debian/patches/series 
commando-0.3.4/debian/patches/series
--- commando-0.3.4/debian/patches/series1970-01-01 01:00:00.0 
+0100
+++ commando-0.3.4/debian/patches/series2014-02-01 20:55:57.0 
+0100
@@ -0,0 +1 @@
+remove-distribute.patch
diff -Nru commando-0.3.4/debian/rules commando-0.3.4/debian/rules
--- commando-0.3.4/debian/rules 2013-05-30 16:46:58.0 +0200
+++ commando-0.3.4/debian/rules 2014-02-01 20:54:52.0 +0100
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export PYBUILD_NAME=commando
+
 %:
-   dh $@ --with python2
+   dh $@ --with python2 --buildsystem=pybuild


signature.asc
Description: OpenPGP digital signature


Bug#737413: configshell: FTBFS: Error: latex failed: Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable

2014-02-02 Thread Andreas Moog
Package: configshell
Version: 1.2-1
Severity: serious
Tags: patch

Hi there,

your package currently fails to build in unstable:

mkdir -p doc/pdf
epydoc --no-sourcecode --pdf -n configshell --exclude configobj
configshell/*.py
  [..
  Error: latex failed: Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not
 loadable: Metric (TFM) file not fou
 nd.
 
relax
 l.100 \fontencoding\encodingdefault\selectfont

 ?

 kpathsea: Running mktextfm ecrm1000
 /usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map
 source abbreviation  for ecrm1000.
 /usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update
 ?
 mkdir: cannot create directory '././sbuild-nonexistent':
 Permission denied
 mktextfm: Running mf-nowin -progname=mf \mode:=ljfour;
 mag:=1; nonstopmode; input ecrm1000
 This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)

 kpathsea: Running mktexmf ecrm1000

 ! I can't find file `ecrm1000'.
 <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

 Please type another input file name
 ! Emergency stop.
 <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

 Transcript written on mfput.log.
 grep: ecrm1000.log: No such file or directory
 mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1;
 nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
 kpathsea: Appending font creation commands to missfont.log.


[.]
Warning: 6 markup errors were found while processing docstrings.  Use
 the verbose switch (-v) to display markup errors.
mv pdf/api.pdf doc/pdf/configshell_API_Documentation.pdf
mv: cannot stat 'pdf/api.pdf': No such file or directory
make[1]: *** [override_dh_auto_build] Error 1

Full buildlog attached.

This can be fixed by adding texlive-fonts-recommended to the
Build-Depends line, trivial patch attached. (After running wrap-and-sort
to make it a bit more readable)

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


configshell_1.2-1_amd64.build.gz
Description: application/gzip
--- configshell-1.2/debian/control	2013-08-03 20:14:45.0 +0200
+++ configshell-1.2/debian/control	2014-02-02 17:52:00.0 +0100
@@ -2,7 +2,16 @@
 Section: python
 Priority: optional
 Maintainer: Ritesh Raj Sarraf 
-Build-Depends: debhelper(>= 7.0.50~), python(>= 2.6.6-3~), python-epydoc, python-simpleparse, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, lmodern, ghostscript
+Build-Depends: debhelper(>= 7.0.50~),
+   ghostscript,
+   lmodern,
+   python(>= 2.6.6-3~),
+   python-epydoc,
+   python-simpleparse,
+   texlive-fonts-recommended,
+   texlive-latex-base,
+   texlive-latex-extra,
+   texlive-latex-recommended
 Standards-Version: 3.9.2
 Homepage: http://www.risingtidesystems.com/git/?p=configshell.git;a=summary
 Vcs-Git: git://anonscm.debian.org/linux-target/configshell.git
@@ -10,7 +19,11 @@
 
 Package: python-configshell
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-epydoc, python-simpleparse, python-urwid
+Depends: python-epydoc,
+ python-simpleparse,
+ python-urwid,
+ ${misc:Depends},
+ ${python:Depends}
 Provides: ${python:Provides}
 Description: framework to create cli interfaces
  This package contains the configshell library which is used to create cli


signature.asc
Description: OpenPGP digital signature


Bug#724156: cwdaemon: FTBFS: make[1]: *** No rule to make target `.deps/ttys.Po'. Stop.

2014-02-02 Thread Andreas Moog
Control: tags -1 patch

On 15.12.2013 22:56, Kamil Ignacak wrote:
>> During a rebuild of all packages in sid, your package failed to build on
>> amd64.
>>
> [...]
>>
> 
> Hi!
> 
> Version 0.9.5-2 of cwdaemon fixes this problem. Files necessary to build
> new package are available here:
> http://sourceforge.net/projects/cwdaemon/files/cwdaemon%200.9.5/cwdaemon-0.9.5-2/

I propose a slightly different fix, attached here versioned as a nmu:

cwdaemon (0.9.5-1.1) unstable; urgency=medium

 * Non-maintainer upload.
 * debian/rules:
   - Only run dh_auto_clean if the .deps directory exists to fix:
 make[1]: *** No rule to make target `.deps/ttys.Po'.  Stop.
 (Closes: #724156)

That way you don't need to carry a lot of unnecessary diff in the debian
patch.

Thanks for your time!

-- 
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru cwdaemon-0.9.5/debian/changelog cwdaemon-0.9.5/debian/changelog
--- cwdaemon-0.9.5/debian/changelog 2012-04-05 20:24:19.0 +0200
+++ cwdaemon-0.9.5/debian/changelog 2014-02-02 19:09:47.0 +0100
@@ -1,3 +1,13 @@
+cwdaemon (0.9.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules:
+- Only run dh_auto_clean if the .deps directory exists to fix:
+  make[1]: *** No rule to make target `.deps/ttys.Po'.  Stop.
+  (Closes: #724156)
+
+ -- Andreas Moog   Sun, 02 Feb 2014 18:30:39 +0100
+
 cwdaemon (0.9.5-1) unstable; urgency=low
 
   * New version of upstream package;
diff -Nru cwdaemon-0.9.5/debian/rules cwdaemon-0.9.5/debian/rules
--- cwdaemon-0.9.5/debian/rules 2012-01-28 18:00:20.0 +0100
+++ cwdaemon-0.9.5/debian/rules 2014-02-02 18:36:27.0 +0100
@@ -2,3 +2,6 @@
 
 %:
dh $@
+
+override_dh_auto_clean:
+   [ ! -d .deps ] || dh_auto_clean


signature.asc
Description: OpenPGP digital signature


Bug#733437: commando: FTBFS: dpkg-buildpackage: dpkg-source: error: unrepresentable changes to source

2014-02-02 Thread Andreas Moog
On 02.02.2014 19:46, Julien Danjou wrote:
> On Sat, Feb 01 2014, Andreas Moog wrote:
> 
>> Control: tags -1 patch
>>
>> Hello there,
>>
>> please find attached a debdiff with a proposed fixed. The changelog reads:
[...]
>> It fixes the build failure for me.
> 
> If you can, feel free to go ahead and NMU.

I'm not a DD, so can't upload myself. I can try and open a bug against
sponsorship-requests though, if you don't have time to make an upload.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737550: RFS: commando/0.3.4-1.1 [RC, NMU]

2014-02-03 Thread Andreas Moog
Package: sponsorship-requests
Severity: important
X-Debbugs-CC: 733...@bugs.debian.org

Dear mentors,

I am looking for a sponsor for my package "commando"

* Package name: commando
  Version : 0.3.4-1.1
  Section : python

It builds those binary packages:

  python-commando - wrapper for argparse to define declaratively

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/commando

Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/c/commando/commando_0.3.4-1.1.dsc

Changes since the last upload:

> commando (0.3.4-1.1) unstable; urgency=medium
> 
> * Add patch to stop using deprecated python module "distribute" to build.
>   (Closes: #733437)
> * debian/control, debian/rules: Build-Depend on dh-python and use the
>   pybuild buildsystem
> * Add Build-Depends on python-fswrap, python-markdown, python-mock,
>   python-nose python-yaml, required for the nosetests to succeed.

This NMU is with the maintainer's approval.

Regards,
 Andreas Moog
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#737890: dulwich: FTBFS: [Errno -2] Name or service not known>

2014-02-06 Thread Andreas Moog
Package: dulwich
Version: 0.9.4-1
Severity: serious

Hi there,

your package fails to build in a clean sbuild chroot:

> ==
> ERROR: test_fetch_pack 
> (dulwich.tests.compat.test_client.DulwichHttpClientTest)
> --
> Traceback (most recent call last):
>   File "dulwich/tests/compat/test_client.py", line 181, in test_fetch_pack
> refs = c.fetch(self._build_path('/server_new.export'), dest)
>   File "dulwich/client.py", line 212, in fetch
> target.get_graph_walker(), f.write, progress)
>   File "dulwich/client.py", line 1016, in fetch_pack
> data=req_data.getvalue())
>   File "dulwich/client.py", line 941, in _smart_request
> resp = self._http_request(url, headers, data)
>   File "dulwich/client.py", line 899, in _http_request
> resp = self._perform(req)
>   File "dulwich/client.py", line 915, in _perform
> return urllib2.urlopen(req)
>   File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
> return _opener.open(url, data, timeout)
>   File "/usr/lib/python2.7/urllib2.py", line 404, in open
> response = self._open(req, data)
>   File "/usr/lib/python2.7/urllib2.py", line 422, in _open
> '_open', req)
>   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
> result = func(*args)
>   File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
> return self.do_open(httplib.HTTPConnection, req)
>   File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
> raise URLError(err)
> URLError: 

(A couple similar errors snipped, see attached build log)

Thanks for your time!
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


dulwich_0.9.4-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#738058: fedmsg: FTBFS: ImportError: No module named core.error

2014-02-07 Thread Andreas Moog
Package: fedmsg
Version: 0.7.1-1
Severity: serious

Hi there,

your package fails to build in a clean sbuild chroot:

> ==
> ERROR: Failure: ImportError (No module named core.error)
> --
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 413, in 
> loadTestsFromName
> addr.filename, addr.module)
>   File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in 
> importFromPath
> return self.importFromDir(dir_path, fqname)
>   File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in 
> importFromDir
> mod = load_module(part_fqname, fh, filename, desc)
>   File "/«PKGBUILDDIR»/fedmsg/tests/test_commands.py", line 16, in 
> from fedmsg.commands.relay import RelayCommand
>   File "/«PKGBUILDDIR»/fedmsg/commands/relay.py", line 23, in 
> import zmq.core.error
> ImportError: No module named core.error
>  >> begin captured logging << 
> moksha.hub: WARNING: Cannot find qpid python module. Make sure you have 
> python-qpid installed.
> - >> end captured logging << -
> 
> --
> Ran 86 tests in 15.075s
> 
> FAILED (errors=1, skipped=38)
> make[1]: *** [override_dh_auto_test] Error 1
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20140207-1655

Adding python-qpid to the Build-Depends removes the moksha.hub warning,
but the build still fails due to the ImportError above.

Full buildlog attached.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


fedmsg_0.7.1-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#738073: fenix: FTBFS: /usr/bin/ld: cannot find -lungif

2014-02-07 Thread Andreas Moog
Package: fenix
Version: 0.92a.dfsg1-9
Severity: serious

Hi there,

fenix fails to build in unstable:

> configure:4457: checking for DGifOpenFileName in -lungif
> configure:4488: gcc -o conftest -O2 -finline-functions -ffast-math  
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-z,defs conftest.c -lungif  -lX11 -lm 
> -ldl >&5
> /usr/bin/ld: cannot find -lungif
> collect2: error: ld returned 1 exit status
> configure:4491: $? = 1
> configure: failed program was:
> | #line 4464 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "fenix"
> | #define PACKAGE_TARNAME "fenix"
> | #define PACKAGE_VERSION "0.93"
> | #define PACKAGE_STRING "fenix 0.93"
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE "fenix"
> | #define VERSION "0.93"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_LIBX11 1
> | /* end confdefs.h.  */
> | 
> | /* Override any gcc2 internal prototype to avoid an error.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | /* We use char because int might match the return type of a gcc2
> |builtin and then its argument prototype would still apply.  */
> | char DGifOpenFileName ();
> | int
> | main ()
> | {
> | DGifOpenFileName ();
> |   ;
> |   return 0;
> | }
> configure:4509: result: no
> configure:4514: error: lungif library not found

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738079: feynmf: FTBFS: Could not map source abbreviation for ecrm1000.

2014-02-07 Thread Andreas Moog
Package: feynmf
Version: 1.08-8
Severity: serious
Tags: patch

Hi there,

your package currently fails to build in unstable:

> 
> kpathsea: Running mktextfm ecrm1000
> /usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source 
> abbreviation  for ecrm1000.
> /usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
> input ecrm1000
> This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)
> 
> kpathsea: Running mktexmf ecrm1000
> 
> ! I can't find file `ecrm1000'.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
>   
> Please type another input file name
> ! Emergency stop.
> <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
>   
> Transcript written on mfput.log.
> grep: ecrm1000.log: No such file or directory
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
> ecrm1000' failed to make ecrm1000.tfm.
> kpathsea: Appending font creation commands to missfont.log.
> (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
> ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not 
> fou
> nd.
>  
>relax 
> l.100 \fontencoding\encodingdefault\selectfont
>   
> ? 
> ! Emergency stop.
>  
>relax 
> l.100 \fontencoding\encodingdefault\selectfont
>   
> No pages of output.
> Transcript written on fmfmanps.log.
> make[1]: [fmfmanps.dvi] Error 1 (ignored)
> mpost fmfsamp1; mpost fmfsamp2; mpost fmfsamp3; mpost fmfsamp4;
> This is MetaPost, version 1.803 (kpathsea version 6.1.1)
> (mpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp
> Preloading the plain mem file, version 1.004) )
> ! I can't open file `fmfsamp1'.
> <*> fmfsamp1
> 
> Please type another input file name: 
> ! Emergency stop.
> <*> fmfsamp1
> 
> Transcript written on fmfsamp1.log.
> This is MetaPost, version 1.803 (kpathsea version 6.1.1)
> (mpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp
> Preloading the plain mem file, version 1.004) )
> ! I can't open file `fmfsamp2'.
> <*> fmfsamp2
> 
> Please type another input file name: 
> ! Emergency stop.
> <*> fmfsamp2
> 
> Transcript written on fmfsamp2.log.
> This is MetaPost, version 1.803 (kpathsea version 6.1.1)
> (mpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp
> Preloading the plain mem file, version 1.004) )
> ! I can't open file `fmfsamp3'.
> <*> fmfsamp3
> 
> Please type another input file name: 
> ! Emergency stop.
> <*> fmfsamp3
> 
> Transcript written on fmfsamp3.log.
> This is MetaPost, version 1.803 (kpathsea version 6.1.1)
> (mpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp
> Preloading the plain mem file, version 1.004) )
> ! I can't open file `fmfsamp4'.
> <*> fmfsamp4
> 
> Please type another input file name: 
> ! Emergency stop.
> <*> fmfsamp4
> 
> Transcript written on fmfsamp4.log.
> make[1]: *** [fmfmanps.dvi] Error 1
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: *** [build-stamp] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20140207-1747
> 
> Finished
> 
> 
> E: Build failure (dpkg-buildpackage died)

This is caused by a missing Build-Depend on texlive-fonts-recommended,
trivial patch attached.
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
--- feynmf-1.08/debian/control	2012-01-06 11:28:38.0 +0100
+++ feynmf-1.08/debian/control	2014-02-07 17:47:51.0 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Thorsten Alteholz 
 Build-Depends: debhelper (>= 8.0.0)
-Build-Depends-Indep: perl, tex-common (>= 0.16), texlive-latex-base, texlive-metapost, texlive-latex-recommended
+Build-Depends-Indep: perl, tex-common (>= 0.16), texlive-latex-base, texlive-metapost, texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.9.2
 Homepage: http://xml.web.cern.ch/XML/textproc/feynmf.html
 DM-Upload-Allowed: yes


signature.asc
Description: OpenPGP digital signature


Bug#738091: freecol: FTBFS: cp: cannot stat 'doc/FreeCol.html': No such file or directory

2014-02-07 Thread Andreas Moog
Package: freecol
Version: 0.10.7+dfsg-1
Severity: serious

Hi there,

freecol fails to build in unstable:

> mkdir -p "."
> /usr/share/cdbs/1/rules/buildcore.mk:109: WARNING:  DEB_DH_INSTALL_ARGS is a 
> deprecated variable
> DEB_ANT_CHECK_TARGET unset, not running checks
> DEB_ANT_INSTALL_TARGET unset, skipping default ant.mk common-install target
> Adding cdbs dependencies to debian/freecol.substvars
> dh_installdirs -pfreecol 
> jh_installjavadoc -pfreecol 
> dh_installdocs -pfreecol ./README 
> cp: cannot stat 'doc/FreeCol.html': No such file or directory
> dh_installdocs: cp -a doc/FreeCol.html debian/freecol/usr/share/doc/freecol 
> returned exit code 1
> make: *** [binary-install/freecol] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 
> 2
> 
> Build finished at 20140207-1857

Full buildlog attached.

Regards,
 Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


freecol_0.10.7+dfsg-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#718134: freetalk: diff for NMU version 3.2-11.1

2014-02-07 Thread Andreas Moog
On 10.10.2013 13:27, Andrea Colangelo wrote:
> tags 718134 + patch
> tags 718134 + pending
> thanks
> 
> Dear maintainer,
> 
> I've prepared an NMU for freetalk (versioned as 3.2-11.1). Please find the
> attached debdiff.
> 
> Regards.

ping? ;)
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738120: gawk-doc: FTBFS: could not open gawk.texi: No such file or directory

2014-02-07 Thread Andreas Moog
Package: gawk-doc
Version: 4.0.1+ds-1
Severity: serious

Hi there,

gawk-doc fails to build in current unstable:

> dpkg-source: info: building gawk-doc in gawk-doc_4.0.1+ds-1.dsc
>  debian/rules build
> dh build
>dh_testdir
>dh_auto_configure
>debian/rules override_dh_auto_build
> make[1]: Entering directory `/«BUILDDIR»/gawk-doc-4.0.1+ds'
> makeinfo -I doc -o gawk.info gawk.texi
> could not open gawk.texi: No such file or directory
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory `/«BUILDDIR»/gawk-doc-4.0.1+ds'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full log attached.

-- 
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


gawk-doc_4.0.1+ds-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#738190: gimmix: Use autotools-dev to support building on newer architectures

2014-02-08 Thread Andreas Moog
Package: gimmix
Version: 0.5.7.1-4
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpjb2PxT/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

  * Build-Depend on autotools-dev and use its debhelper plugin to update
config.guess/sub for newer arches, fixes build on arm64.

Thanks for considering the patch.


- -- System Information:
Debian Release: jessie/sid
  APT prefers trusty
  APT policy: (700, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-7-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJS9jb4AAoJEGHzRCZ03mYksmAQALSPaVn+jiZbB+RaJq1p8+z1
KyM6a2oeJxc2sNzgWT4mERk3VRGwTwfLI/MWIUW8jNqhjqcl5yECKVm9PVOO6dhk
bdaaD8SFMsUNx0ucQffreol1Pxc0bHDZzpS5J/D/j2CfuxnBIf26qsJEpE/4P8vT
ii+UJlME2KYGzofJ8roZYjNakoIg5ikUXvBmMtiDWAA7TJB6kSSd61pG9dK1rkw9
qJRTNRWVzdZW9VvxE23R7oBSN+vJkCzZqw5X+vzpU5zOsDeVGeDinpbuAyJ5rbur
8DN4IGU/ZEFnDynpmpt8S9LhipEZoqnlz4VSBmYwc80RQoabCE4MbEJjl9LhA964
03FB7c9OW3ljRFvLENMm1+iIoOnBYmvNw9RNQYYP7PvToTOpoGL4kr3Yk49zMLlP
4IFz+D8LHJxAE+CGwetQkYdC6j5PCuIYLDXxulOtBcrFex3ZayNTLVRm6EKxuyz/
rSjjizuUg0OQkX4cXcjhmyVlpbvZJkY11E8yvcyTI8oyj4w8gyJWurQviLhQ+3yy
91zL1Er6FJUnDH/8VR587fW/RFhy9v5/yRzgP+jX1WZ1LHEmie8Dycd4iDJXmwjh
26vO9GNQb8CKuyE9fU/5bDzejLxn7PbEp1kINDUMHNoRFfhcQatrJvPO4IQr3uvA
xLm1BISNe6NLluwF8WIZ
=OMC0
-END PGP SIGNATURE-
diff -Nru gimmix-0.5.7.1/debian/control gimmix-0.5.7.1/debian/control
--- gimmix-0.5.7.1/debian/control	2014-02-08 14:01:55.0 +0100
+++ gimmix-0.5.7.1/debian/control	2014-02-08 14:52:22.0 +0100
@@ -1,10 +1,9 @@
 Source: gimmix
 Section: sound
 Priority: optional
 Maintainer: mpd maintainers 
 Uploaders: Vincent Legout 
-Build-Depends: debhelper (>= 9), libglade2-dev, libmpd-dev, libtagc0-dev, libnxml0-dev, libcurl4-gnutls-dev, intltool
+Build-Depends: debhelper (>= 9), libglade2-dev, libmpd-dev, libtagc0-dev, libnxml0-dev, libcurl4-gnutls-dev, intltool, autotools-dev
 Standards-Version: 3.9.3
 Homepage: http://gimmix.berlios.de/index.php
 Vcs-Browser: http://git.debian.org/?p=pkg-mpd/gimmix.git
diff -Nru gimmix-0.5.7.1/debian/rules gimmix-0.5.7.1/debian/rules
--- gimmix-0.5.7.1/debian/rules	2012-03-23 19:52:14.0 +0100
+++ gimmix-0.5.7.1/debian/rules	2014-02-08 14:44:32.0 +0100
@@ -3,6 +3,6 @@
 export DEB_BUILD_MAINT_OPTIONS := hardening=+all
 
 %:
-	dh $@
+	dh $@ --with autotools-dev
 
 override_dh_auto_test:


Bug#706119: Packaging of libgit2-glib

2014-02-08 Thread Andreas Moog
Hi there,

in Debian bug 706119 you state that you intend to package libgit2-glib,
but there has been no further activity since August last year. Are you
still interested in that package?
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738195: gnome-do: Changed location of homepage

2014-02-08 Thread Andreas Moog
Package: gnome-do
Version: 0.9-1
Severity: minor

Hi there,

apparently the homepage for gnome-do has changed and it is now
accessible at http://do.cooperteam.net/

The previous homepage is listed as being "for sale".
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738212: gnuplot: FTBFS: Missing Build-Depend on texlive-fonts-recommended

2014-02-08 Thread Andreas Moog
Package: gnuplot
Version: 4.6.4-1
Severity: serious

Hi there,

Your package gnuplot fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty

kpathsea: Running mktextfm ecrm1000
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation 
 for ecrm1000.
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
mkdir: cannot create directory '././sbuild-nonexistent': Permission denied
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
input ecrm1000
This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)

kpathsea: Running mktexmf ecrm1000

! I can't find file `ecrm1000'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
  
Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000
  
Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
ecrm1000' failed to make ecrm1000.tfm.
kpathsea: Appending font creation commands to missfont.log.
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
 
   relax 
l.100 \fontencoding\encodingdefault\selectfont
  
? 
! Emergency stop.
 
   relax 
l.100 \fontencoding\encodingdefault\selectfont
  
No pages of output.
Transcript written on ps_fontfile_doc.log.
make[2]: *** [ps_fontfile_doc.ps] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/docs/psdoc'
dh_auto_build: make -j1 -C docs/psdoc ps_fontfile_doc.ps returned exit code 2
make[1]: *** [override_dh_auto_build-indep] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140208-1653

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/gnuplot_4.6.4-1_amd64.build

The reason for this build failure seems to be a missing Build-Depend on 
texlive-fonts-recommended.

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#725534: gummi: FTBFS: automake errors

2014-02-08 Thread Andreas Moog
On 27.10.2013 09:36, Daniel Stender wrote:

Hi there,

> Much thanks for the patch, I'll take it in.

ping? ;)

Thanks for your time!

Regards,
  Andreas
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738279: gramophone2: Please support building with --as-needed

2014-02-08 Thread Andreas Moog
Package: gramophone2
Version: 0.8.13a-3
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpaMKyaB/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

  * Update debian/patches/makefile.diff to put "-lm" into LDLIBS instead of
CFLAGS. The position of this parameter matters because Ubuntu uses --as-
needed as a default compiler flag and libs need to come after objects on
the command line. (LP: #1277954)

The included Makefile for unix has some problems:

It adds -lm to the CFLAGS. -lm is a linker option and as such has no place in
CFLAGS (which are used for compiler flags). Due to this, -lm appears on the 
command line way before any object files. This leads to it being discarded when 
the linker flag --as-needed is set. An example failure can be observed under 
Ubuntu:
/«PKGBUILDDIR»/grammyVM.c:1498: undefined reference to `log10'

To solve this I did:

a) Add -lm to LDLIBS
b) Added LDLIBS at the end of the command line

Thanks for considering the patch.


- -- System Information:
Debian Release: jessie/sid
  APT prefers trusty
  APT policy: (700, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-8-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJS9pw/AAoJEGHzRCZ03mYkCEkQAMu51r1m1lfOdMFkZNdNlAH3
4xUE0O2XRzD1CxkJcNQv+9HGU/W5jvrND2cNfDUwDRGR2Z84tgTx3l8auhVS27p1
H4V9bxJUTGDjB1tpQa/t2fwcQ1L6goyJ6H33GsUJF8dYszq/AjucBsfpf3pUWvpD
MjXR50f4rb210hU610TcjqCw3q1f3K+PXFPdrZcqp6sR0p36lM0KErusBIWnaRQh
XhmHsC1R2tH9AVcSOCfLcBLdcaeJ0CZR3GsbBZ9MhZT7mhMwtGZ5MC47iq7dxjqi
Qw9Hor1y5YurNSniqvhKwMVRkdMyttoZEqUMbFQLU+Nxe5tmDJFemlLNbc5E/EGx
77EOBc64mwEptenzJQ5G1JlGk5G3SHB9lSiu6iINHUGZgdKv9fq1qfVt9+krWjU8
sPsPlfG/ycIRWgK+M7Sb1ZvfLSm37jIOk9H/xIXISgFg3WhshQz17plU4N6hoC7r
GhHb+DHupNwGI/CVHWYm6g+zqt6MFlIT7JsqeI0occt8qTDg5mJr82iNWNyxHrbh
oHKX5MlAN4fBDL5Pn/g12Sn7/oE4jKPA9G9AsIYhTmSFQMY/CsJbai91JciyzGe/
jpgAc+9+lCGQETl3ZG3nGBcWtYS5gmryo8FiSS5pU1L01d5q6jESQUAieMA032Lo
7lxtriPwiMK3+k1rIMpX
=C5zb
-END PGP SIGNATURE-
diff -Nru gramophone2-0.8.13a/debian/changelog gramophone2-0.8.13a/debian/changelog
diff -Nru gramophone2-0.8.13a/debian/patches/Makefile.diff gramophone2-0.8.13a/debian/patches/Makefile.diff
--- gramophone2-0.8.13a/debian/patches/Makefile.diff	2014-01-28 11:40:11.0 +0100
+++ gramophone2-0.8.13a/debian/patches/Makefile.diff	2014-02-08 21:56:13.0 +0100
@@ -1,6 +1,26 @@
 a/Makefile
-+++ b/Makefile
-@@ -6,7 +6,7 @@
+Description: The included Makefile for unix has some problems:
+ It adds -lm to the CFLAGS. -lm is a linker option and as such
+ has no place in CFLAGS (which are used for compiler flags).
+ Due to this, -lm appears on the command line way before any
+ object files. This leads to it being discarded when the linker
+ flag --as-needed is set. An example failure can be observed under
+ Ubuntu: /«PKGBUILDDIR»/grammyVM.c:1498: undefined reference to `log10'
+Forwarded: yes, https://sourceforge.net/p/gramophone2/bugs/3/attachment/Makefile
+Bug: https://sourceforge.net/p/gramophone2/bugs/3/
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1277954
+
+Index: gramophone2-0.8.13a/Makefile
+===
+--- gramophone2-0.8.13a.orig/Makefile	2014-02-08 21:45:36.087812116 +0100
 gramophone2-0.8.13a/Makefile	2014-02-08 21:46:00.875811707 +0100
+@@ -1,15 +1,16 @@
+ CC=gcc
+ #CFLAGS+=-O2
+ #Decomment this line if you use Linux:
+-CFLAGS+=-O2 -lm
++CFLAGS+=-O2
++LDLIBS+=-lm
+ 
  DESTDIR=/usr/local
  
  default:		GRAMophone.tab.c
@@ -8,4 +28,8 @@
 +			$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o gramophone2 GRAMophone.c\
  			grammyVM.c init.c midicode.c\
  			midifile.c expcode.c debug.c errors.c\
- 			hash.c GRAMophone.tab.c
+-			hash.c GRAMophone.tab.c
++			hash.c GRAMophone.tab.c $(LDLIBS)
+ 
+ GRAMophone.tab.c:	lex.yy.c
+ 			bison -d GRAMophone.y


Bug#713226: gsql: Patch for the build-failure

2014-02-08 Thread Andreas Moog
tags 713226 + patch
thanks

Dear maintainer,

I've prepared an NMU for gsql (versioned as 0.2.2-1.3) and,
if you don't mind, would try and find a sponsor to upload it
to the archive. Please tell me if you want to upload yourself.

Regards.
  Andreas
diff -u gsql-0.2.2/debian/rules gsql-0.2.2/debian/rules
--- gsql-0.2.2/debian/rules
+++ gsql-0.2.2/debian/rules
@@ -3,7 +3,7 @@
 # DEB_TAR_SRCDIR=gsql-0.2.0
 # include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
 
diff -u gsql-0.2.2/debian/control gsql-0.2.2/debian/control
--- gsql-0.2.2/debian/control
+++ gsql-0.2.2/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: cdbs, debhelper (>= 7.0.50~), autotools-dev, automake,
  libgtksourceview2.0-dev, libnotify-dev (>= 0.7), libgtk2.0-dev,
  libgnomeui-dev, libvte-dev, libmysqlclient-dev, libpq-dev, libssh-dev,
- libglade2-dev
+ libglade2-dev, dh-autoreconf
 Standards-Version: 3.9.1
 Homepage: http://gsql.org
 
diff -u gsql-0.2.2/debian/changelog gsql-0.2.2/debian/changelog
--- gsql-0.2.2/debian/changelog
+++ gsql-0.2.2/debian/changelog
@@ -1,3 +1,12 @@
+gsql (0.2.2-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with dh-autoreconf to ensure all needed autotools files are present.
+Fixes FTBFS: error: cannot find install-sh, install.sh, or shtool
+(Closes: #713226) (LP: #1277960)
+
+ -- Andreas Moog   Sat, 08 Feb 2014 22:11:40 +0100
+
 gsql (0.2.2-1.2) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#724127: rotix: diff for NMU version 0.83-4.1

2014-02-08 Thread Andreas Moog
tags 724127 + patch
thanks

Dear maintainer,

I've prepared an NMU for rotix (versioned as 0.83-4.1) and
am looking for a sponsor right now. Please feel free to tell 
me if you want to upload the package yourself.

Regards.
 Andreas
diff -Nru rotix-0.83/debian/changelog rotix-0.83/debian/changelog
--- rotix-0.83/debian/changelog	2012-05-12 07:11:49.0 +0200
+++ rotix-0.83/debian/changelog	2014-02-08 23:01:33.0 +0100
@@ -1,3 +1,12 @@
+rotix (0.83-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not call dh_auto_clean unless Makefile.settings exists, this fixes
+FTBFS: Makefile.settings: No such file or directory
+(Closes: #724127) (LP: #1263552)
+
+ -- Andreas Moog   Tue, 24 Dec 2013 20:21:28 +0100
+
 rotix (0.83-4) unstable; urgency=low
 
   * Bump compat to 9.
diff -Nru rotix-0.83/debian/rules rotix-0.83/debian/rules
--- rotix-0.83/debian/rules	2012-05-12 07:02:06.0 +0200
+++ rotix-0.83/debian/rules	2014-02-08 23:01:08.0 +0100
@@ -5,3 +5,6 @@
 
 override_dh_auto_configure:
 	./configure --prefix=/usr --mandir=/usr/share/man --i18n=1
+
+override_dh_auto_clean:
+	[ ! -f Makefile.settings ] || dh_auto_clean


signature.asc
Description: Digital signature


Bug#738283: RFS: rotix/0.83-4.1 RC, NMU

2014-02-08 Thread Andreas Moog
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for a NMU of the package "rotix"

 * Package name: rotix
   Version : 0.83-4.1
   Section : text

It builds those binary packages:

  rotix - A program to generate rotational obfuscations

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/rotix

Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/r/rotix/rotix_0.83-4.1.dsc

Changes since the last upload:

rotix (0.83-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Do not call dh_auto_clean unless Makefile.settings exists, this fixes
FTBFS: Makefile.settings: No such file or directory
(Closes: #724127) (LP: #1263552)

Regards,
   Andreas Moog


signature.asc
Description: Digital signature


Bug#738288: guessnet: FTBFS: Depends: libwibble-dev (< 0.2) but 1.1-1 is to be installed

2014-02-08 Thread Andreas Moog
Package: guessnet
Version: 0.55
Severity: serious

Hi there,

Your package guessnet fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could 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:
 sbuild-build-depends-guessnet-dummy : Depends: libwibble-dev (< 0.2) but 1.1-1 
is to be installed
E: Unable to correct problems, you have held broken packages.
apt-get failed.
Package installation failed
Not removing build depends: cloned chroot in use

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/guessnet_0.55_amd64.build

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#738295: guile-1.8-non-dfsg: FTBFS: ./gh.texi:1000: must be after '@deftypefun' to use '@deftypefunx'

2014-02-08 Thread Andreas Moog
Package: guile-1.8-non-dfsg
Version: 1.8.8+1-1.1
Severity: serious
Tags: patch

Hi there,

Your package guile-1.8-non-dfsg fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

make[1]: Entering directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1'
Making all in doc
make[2]: Entering directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc'
Making all in ref
make[3]: Entering directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc/ref'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash /«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/missing makeinfo 
--version) >/dev/null 2>&1; then \
  for f in guile-1.8.info guile-1.8.info-[0-9] 
guile-1.8.info-[0-9][0-9] guile-1.8.i[0-9] guile-1.8.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/bash /«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/missing makeinfo   
-I . \
 -o guile-1.8.info guile-1.8.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./guile-1.8.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
./gh.texi:1000: must be after `@deftypefun' to use `@deftypefunx'
./fdl.texi:411: raising the section level of @appendixsubsec which is too low
./api-utility.texi:566: warning: node `C Hooks' is next for `Hook Reference' in 
menu but not in sectioning
./api-utility.texi:674: warning: node `Hook Reference' is prev for `C Hooks' in 
menu but not in sectioning
./api-options.texi:510: warning: node next `Printing options' in menu `Debugger 
options' and in sectioning `Evaluator options' differ
./api-options.texi:533: warning: node prev `Evaluator options' in menu 
`Debugger options' and in sectioning `Printing options' differ
./api-options.texi:544: warning: node next `Evaluator trap options' in menu 
`Examples of option use' and in sectioning `Debugger options' differ
./api-options.texi:625: warning: node next `Debugger options' in menu 
`Evaluator options' and in sectioning `Examples of option use' differ
./api-options.texi:625: warning: node prev `Debugger options' in menu `Printing 
options' and in sectioning `Evaluator trap options' differ
./api-options.texi:681: warning: node prev `Examples of option use' in menu 
`Evaluator trap options' and in sectioning `Debugger options' differ
make[3]: *** [guile-1.8.info] Error 1
make[3]: Leaving directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc/ref'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/«BUILDDIR»/guile-1.8-non-dfsg-1.8.8+1'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140209-0047

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/guile-1.8-non-dfsg_1.8.8+1-1.1_amd64.build

I'm attaching a slightly modified patch from gentoo, 
https://bugs.gentoo.org/show_bug.cgi?id=464044#c8

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/goops/goops.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/goops/goops.texi
@@ -131,7 +131,7 @@ info (goops.info) and texinfo format.
 @end menu
 
 @node Running GOOPS, Methods, Getting Started, Getting Started
-@subsection Running GOOPS
+@section Running GOOPS
 
 @enumerate
 @item
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/api-options.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/api-options.texi
@@ -377,9 +377,9 @@ configure @emph{reading}, @emph{printing
 * User level options interfaces::
 * Reader options::
 * Printing options::
-* Debugger options::
 * Evaluator options::
 * Evaluator trap options::
+* Debugger options::
 * Examples of option use::
 @end menu
 
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/api-utility.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/api-utility.texi
@@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level ho
 @end deftypefn
 
 
-@subsubsection Handling Scheme-level hooks from C code
+@subsubheading Handling Scheme-level hooks from C code
 
 Here is an example of how to handle Scheme-level hooks from C code using
 the above functions.
--- guile-1.8-non-dfsg-1.8.8+1.orig/doc/ref/fdl.texi
+++ guile-1.8-non-dfsg-1.8.8+1/doc/ref/fdl.texi
@@ -408,7 +408,7 @@ as a draft) by the Free Software Foundat
 @end enumerate
 
 @page
-@appendixsubsec 

Bug#738343: handbrake: FTBFS: dvdnav.c:1230: undefined reference to 'dvdnav_dup'

2014-02-09 Thread Andreas Moog
Package: handbrake
Version: 0.9.9+dfsg-2~2.gbpa4c3e9
Severity: serious

Hi there,

Your package handbrake fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/sync.c -o 
libhb/sync.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/taskset.c -o 
libhb/taskset.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/update.c -o 
libhb/update.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/vfr.c -o 
libhb/vfr.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/work.c -o 
libhb/work.o
/usr/bin/ar rsu libhb/libhb.a libhb/audio_remap.o libhb/audio_resample.o 
libhb/batch.o libhb/bd.o libhb/common.o libhb/cropscale.o libhb/deblock.o 
libhb/deca52.o libhb/decavcodec.o libhb/deccc608sub.o libhb/declpcm.o 
libhb/decmetadata.o libhb/decmpeg2.o libhb/decomb.o libhb/decpgssub.o 
libhb/decsrtsub.o libhb/decssasub.o libhb/dectx3gsub.o libhb/decutf8sub.o 
libhb/decvobsub.o libhb/deinterlace.o libhb/demuxmpeg.o libhb/denoise.o 
libhb/detelecine.o libhb/dvd.o libhb/dvdnav.o libhb/eedi2.o libhb/encavcodec.o 
libhb/encavcodecaudio.o libhb/encfaac.o libhb/enclame.o libhb/enctheora.o 
libhb/encvobsub.o libhb/encvorbis.o libhb/encx264.o libhb/fifo.o libhb/hb.o 
libhb/hb_dict.o libhb/lang.o libhb/mcdeint.o libhb/muxcommon.o libhb/muxmkv.o 
libhb/muxmp4.o libhb/ports.o libhb/reader.o libhb/rendersub.o libhb/rotate.o 
libhb/scan.o libhb/stream.o libhb/sync.o libhb/taskset.o libhb/update.o 
libhb/vfr.o libhb/work.o
/usr/bin/ar: creating libhb/libhb.a
/bin/mkdir -p test
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-I./libhb/ -I./contrib/include -c ../test/parsecsv.c -o test/parsecsv.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-I./libhb/ -I./contrib/include -c ../test/test.c -o test/test.o
/usr/bin/g++ -pipe -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -fmessage-length=0 
-Wall -g2 -O3 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -I./libhb/ -I./contrib/include -o 
HandBrakeCLI -Wl,--start-group test/parsecsv.o test/test.o ./libhb/libhb.a 
-la52 -lass -lavcodec -lavformat -lavutil -lavresample -ldvdnav -ldvdread 
-lfontconfig -lfreetype -lmkv -lmpeg2 -lmp3lame -logg -lsamplerate -lswscale 
-ltheoraenc -ltheoradec -lvorbis -lvorbisenc -lx264 -lbluray -lxml2 -lbz2 -lz 
-lpthread -ldl -lm -Wl,--end-group
./libhb/libhb.a(dvdnav.o): In function `try_menu':
/«BUILDDIR»/handbrake-0.9.9+dfsg/build/../libhb/dvdnav.c:1230: undefined 
reference to `dvdnav_dup'
/«BUILDDIR»/handbrake-0.9.9+dfsg/build/../libhb/dvdnav.c:1237: undefined 
reference to `dvdnav_free_dup'
collect2: error: ld returned 1 exit status
make[1]: *** [HandBrakeCLI] Error 1
make[1]: Leaving directory `/«BUILDDIR»/handbrake-0.9.9+dfsg/build'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140209-1419

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/handbrake_0.9.9+dfsg-2~2.gbpa4c3e9_amd64.build

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#738354: haskell-ncurses: FTBFS: GenBind.evalConstCExpr: Casts are not implemented yet.

2014-02-09 Thread Andreas Moog
Package: haskell-ncurses
Version: 0.2.1-4
Severity: serious

Hi there,

Your package haskell-ncurses fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

Using Cabal-1.16.0 compiled by ghc-7.6
Using compiler: ghc-7.6.3
Using install prefix: /usr
Binaries installed in: /usr/bin
Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/ncurses-0.2.1/ghc-7.6.3
Private binaries installed in: /usr/libexec
Data files installed in: /usr/share/ncurses
Documentation installed in: /usr/share/doc/ncurses-0.2.1
No alex found
Using ar found on system at: /usr/bin/ar
Using c2hs version 0.16.4 found on system at: /usr/bin/c2hs
No cpphs found
No ffihugs found
Using gcc version 4.8 found on system at: /usr/bin/gcc
Using ghc version 7.6.3 found on system at: /usr/bin/ghc
Using ghc-pkg version 7.6.3 found on system at: /usr/bin/ghc-pkg
No greencard found
Using haddock version 2.13.2 found on system at: /usr/bin/haddock
No happy found
No hmake found
Using hpc version 0.6 found on system at: /usr/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
Using hscolour version 1.20 found on system at: /usr/bin/HsColour
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
No pkg-config found
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
debian/hlibrary.setup build --builddir=dist-ghc
Building ncurses-0.2.1...
Preprocessing library ncurses-0.2.1...
c2hs: Feature not yet implemented:
  GenBind.evalConstCExpr: Casts are not implemented yet.


make: *** [build-ghc-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140209-1628

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/haskell-ncurses_0.2.1-4_amd64.build

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#738356: haskell-tasty-golden: FTBFS: hlibrary.setup: dist-ghc/doc/html/tasty-golden/haddock-prolog30319.txt: invalid argument

2014-02-09 Thread Andreas Moog
Package: haskell-tasty-golden
Version: 2.2.0.2-1
Severity: serious

Hi there,

Your package haskell-tasty-golden fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
Using hscolour version 1.20 found on system at: /usr/bin/HsColour
No hugs found
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No nhc98 found
No pkg-config found
Using ranlib found on system at: /usr/bin/ranlib
Using strip found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
debian/hlibrary.setup build --builddir=dist-ghc
Building tasty-golden-2.2.0.2...
Preprocessing library tasty-golden-2.2.0.2...
[1 of 4] Compiling Test.Tasty.Golden.Internal ( Test/Tasty/Golden/Internal.hs, 
dist-ghc/build/Test/Tasty/Golden/Internal.o )
[2 of 4] Compiling Test.Tasty.Golden.Manage ( Test/Tasty/Golden/Manage.hs, 
dist-ghc/build/Test/Tasty/Golden/Manage.o )
[3 of 4] Compiling Test.Tasty.Golden.Advanced ( Test/Tasty/Golden/Advanced.hs, 
dist-ghc/build/Test/Tasty/Golden/Advanced.o )
[4 of 4] Compiling Test.Tasty.Golden ( Test/Tasty/Golden.hs, 
dist-ghc/build/Test/Tasty/Golden.o )
[1 of 4] Compiling Test.Tasty.Golden.Internal ( Test/Tasty/Golden/Internal.hs, 
dist-ghc/build/Test/Tasty/Golden/Internal.p_o )
[2 of 4] Compiling Test.Tasty.Golden.Manage ( Test/Tasty/Golden/Manage.hs, 
dist-ghc/build/Test/Tasty/Golden/Manage.p_o )
[3 of 4] Compiling Test.Tasty.Golden.Advanced ( Test/Tasty/Golden/Advanced.hs, 
dist-ghc/build/Test/Tasty/Golden/Advanced.p_o )
[4 of 4] Compiling Test.Tasty.Golden ( Test/Tasty/Golden.hs, 
dist-ghc/build/Test/Tasty/Golden.p_o )
In-place registering tasty-golden-2.2.0.2...
touch build-ghc-stamp
DEB_ENABLE_TESTS not set to yes, not running any tests.
touch check-ghc-stamp
[ ! -x /usr/bin/haddock ] || debian/hlibrary.setup haddock --builddir=dist-ghc 
--html --hoogle --hyperlink-source
Running Haddock for tasty-golden-2.2.0.2...
Running hscolour for tasty-golden-2.2.0.2...
Preprocessing library tasty-golden-2.2.0.2...
Warning: The documentation for the following pacPreprocessing library 
tasty-golden-2.2.0.2...
kages are not installed. No
links will be generated to these packages: MonadRandom-0.1.6,
ansi-terminal-0.6.1, base-unicode-symbols-0.2.2.4, rts-1.0, comonad-4.0,
contravariant-0.4.4, distributive-0.3, either-4.1, monad-control-0.3.2.2,
nats-0.1.2, parsec-3.1.3, random-1.0.1.1, regex-base-0.93.2, regex-tdfa-1.1.8,
semigroupoids-4.0, semigroups-0.9, stm-2.4.2, text-0.11.3.1,
transformers-0.3.0.0, transformers-base-0.4.1
hlibrary.setup: dist-ghc/doc/html/tasty-golden/haddock-prolog30319.txt:
invalid argument
make: *** [build-haddock-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Build finished at 20140209-1646

Finished


E: Build failure (dpkg-buildpackage died)

A full buildlog is available at 
http://www.warperbbs.de/stuff/buildlogs/haskell-tasty-golden_2.2.0.2-1_amd64.build

Thanks for your time!

Regards,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


signature.asc
Description: Digital signature


Bug#738429: pdfcube: FTBFS: configure errors

2014-02-09 Thread Andreas Moog
Control: tags -1 pending

On 09.02.2014 17:01, David Suárez wrote:

>> checking whether the Boost::Program_Options library is available... yes
>> configure: error: Could not link against  !

Thanks, fixed in git and pushed to mentors. Will seek a sponsor.

Cheers,
  Andreas

-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#738443: RFS: pdfcube/0.0.5-2 [RC]

2014-02-09 Thread Andreas Moog
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package "pdfcube"

 * Package name: pdfcube
   Version : 0.0.5-2
   Upstream Author : Mirko Maischberger 
 * URL : http://code.100allora.it/pdfcube/
 * License : GPL-2
   Section : text

It builds those binary packages:

 pdfcube - PDF document viewer with 3D effects
 pdfcube-dbg - PDF document viewer with 3D effects - debug symbols

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/pdfcube

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/p/pdfcube/pdfcube_0.0.5-2.dsc

The package is also available via git:

  git://anonscm.debian.org/collab-maint/pdfcube.git

Changes since the last upload:

pdfcube (0.0.5-2) unstable; urgency=medium

  * debian/control:
- Change maintainer email address
- Update standards version to 3.9.5, no changes needed
  * debian/rules:
- Pass --with-boost-libdir to configure script. The auto-detection
  got broken with the multiarched boost libraries. (Closes: #738429)

Regards,
  Andreas Moog


signature.asc
Description: Digital signature


Bug#733422: hyde: patch for build failure

2014-02-09 Thread Andreas Moog
tags 733422 + patch
thanks

Dear maintainer,

please find attached a patch/NMU for this issue. If you don't object or want
to upload yourself, I'll seek out a sponsor.

Thanks for your time!

Regards.
diff -Nru hyde-0.8.5a1/debian/changelog hyde-0.8.5a1/debian/changelog
--- hyde-0.8.5a1/debian/changelog	2012-06-12 12:13:49.0 +0200
+++ hyde-0.8.5a1/debian/changelog	2014-02-09 19:31:50.0 +0100
@@ -1,3 +1,13 @@
+hyde (0.8.5a1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't use the deprecated python-distribute module, use setuptools
+directly. This fixes FTBFS:
+urllib2.URLError: 
+(Closes: #733422)
+
+ -- Andreas Moog   Sun, 09 Feb 2014 17:10:47 +0100
+
 hyde (0.8.5a1-4) unstable; urgency=low
 
   * Fix homepage URL (Closes: #653122)
diff -Nru hyde-0.8.5a1/debian/control hyde-0.8.5a1/debian/control
--- hyde-0.8.5a1/debian/control	2012-06-12 12:13:44.0 +0200
+++ hyde-0.8.5a1/debian/control	2014-02-09 17:15:08.0 +0100
@@ -1,7 +1,8 @@
 Source: hyde
 Section: web
 Priority: extra
-Maintainer: Julien Danjou 
+Maintainer: Ubuntu Developers 
+XSBC-Original-Maintainer: Julien Danjou 
 Build-Depends: debhelper (>= 8.0.0), python,
  python-setuptools,
  python-commando,
diff -Nru hyde-0.8.5a1/debian/patches/series hyde-0.8.5a1/debian/patches/series
--- hyde-0.8.5a1/debian/patches/series	2011-12-20 15:22:59.0 +0100
+++ hyde-0.8.5a1/debian/patches/series	2014-02-09 17:12:17.0 +0100
@@ -1,2 +1,3 @@
 fix_argparse_requires
 depends_on_typogrify
+use-setuptools.patch
diff -Nru hyde-0.8.5a1/debian/patches/use-setuptools.patch hyde-0.8.5a1/debian/patches/use-setuptools.patch
--- hyde-0.8.5a1/debian/patches/use-setuptools.patch	1970-01-01 01:00:00.0 +0100
+++ hyde-0.8.5a1/debian/patches/use-setuptools.patch	2014-02-09 17:14:55.0 +0100
@@ -0,0 +1,18 @@
+Description: Don't use the deprecated python-distribute module, use setuptools
+ directly. 
+Author: Andreas Moog 
+Bug: https://github.com/hyde/hyde/issues/253
+Bug-Debian: http://bugs.debian.org/733422
+Forwarded: yes
+
+--- hyde-0.8.5a1.orig/setup.py
 hyde-0.8.5a1/setup.py
+@@ -1,6 +1,6 @@
+ # Bootstrap installation of Distribute
+-import distribute_setup
+-distribute_setup.use_setuptools()
++#import distribute_setup
++#distribute_setup.use_setuptools()
+ 
+ from setuptools import setup, find_packages
+ from hyde.version import __version__


signature.asc
Description: Digital signature


Bug#662542: voxbo: diff for NMU version 1.8.5~svn1246-1.1

2014-02-09 Thread Andreas Moog
tags 662542 patch
tags 720821 patch
thanks

Dear maintainer,

I've prepared an NMU for voxbo (versioned as 1.8.5~svn1246-1.1) and
will try to find a sponsor in the next week. Please feel free to tell 
me if I should wait longer or you want to upload yourself.

Regards.
diff -Nru voxbo-1.8.5~svn1246/debian/changelog voxbo-1.8.5~svn1246/debian/changelog
--- voxbo-1.8.5~svn1246/debian/changelog	2011-02-25 19:24:51.0 +0100
+++ voxbo-1.8.5~svn1246/debian/changelog	2014-02-09 21:40:16.0 +0100
@@ -1,3 +1,14 @@
+voxbo (1.8.5~svn1246-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+- No longer Build-Depends on obsolete libpng12-dev (Closes: #662542)
+  * debian/patches/fix-linking.patch: (Closes: #720821)
+- Add -lboost_system where needed
+- Use Wl,--no-as-needed where necessary to allow building in Ubuntu
+
+ -- Andreas Moog   Sun, 09 Feb 2014 20:12:36 +0100
+
 voxbo (1.8.5~svn1246-1) unstable; urgency=low
 
   * New upstream code.
diff -Nru voxbo-1.8.5~svn1246/debian/control voxbo-1.8.5~svn1246/debian/control
--- voxbo-1.8.5~svn1246/debian/control	2010-12-13 15:41:14.0 +0100
+++ voxbo-1.8.5~svn1246/debian/control	2014-02-09 20:12:24.0 +0100
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: NeuroDebian Team 
 Uploaders: Michael Hanke , Yaroslav Halchenko 
-Build-Depends: debhelper (>= 7.0.50~), python, zlib1g-dev, libboost-dev, libboost-thread-dev, libgsl0-dev, libpng12-dev | libpng-dev, libqt4-dev, libxi-dev, libxrender-dev, libfontconfig1-dev | libfontconfig-dev
+Build-Depends: debhelper (>= 7.0.50~), python, zlib1g-dev, libboost-dev, libboost-thread-dev, libgsl0-dev, libpng-dev, libqt4-dev, libxi-dev, libxrender-dev, libfontconfig1-dev | libfontconfig-dev
 Standards-Version: 3.9.1
 Section: science
 Homepage: http://www.voxbo.org
diff -Nru voxbo-1.8.5~svn1246/debian/patches/fix-linking.patch voxbo-1.8.5~svn1246/debian/patches/fix-linking.patch
--- voxbo-1.8.5~svn1246/debian/patches/fix-linking.patch	1970-01-01 01:00:00.0 +0100
+++ voxbo-1.8.5~svn1246/debian/patches/fix-linking.patch	2014-02-09 21:39:07.0 +0100
@@ -0,0 +1,184 @@
+Description: Several parts of the code need boost_system, but don't explicitly
+ add it to their respective linker commands. This causes the build to fail when
+ --no-copy-dt-needed entries is set, so add them to the command line.
+ The -Wl,--no-as-needed flag is a workaround for cgsl being underlinked, causing a
+ build failure in Ubuntu, where --as-needed is set as default. Arguably, this
+ should be resolved in cgsl, but in the meantime, this is a good workaround.
+Bug-Debian: http://bugs.debian.org/720821
+Forwarded: Yes, https://github.com/kimberg/voxbo/pull/1
+Author: Andreas Moog
+
+--- voxbo-1.8.5~svn1246.orig/crunch/Makefile
 voxbo-1.8.5~svn1246/crunch/Makefile
+@@ -23,7 +23,7 @@ PERFMASKOBJECTS = perfmask.o realignutil
+ INCDIRS += -I/usr/local/include/octave
+ LIBDIRS += -L/usr/local/lib/octave
+ 
+-LIBS =$(LDFLAGS) $(LIBDIRS) -lm -lvbglm -lvbprefs -lvbio -lvbutil -lz -lpng $(DLLIB) $(GSL_LIBS)
++LIBS =$(LDFLAGS) -Wl,--no-as-needed $(LIBDIRS) -lm -lvbglm -lvbprefs -lvbio -lvbutil -lz -lpng $(DLLIB) $(GSL_LIBS) -lboost_system
+ OCTLIBS = $(LIBS) -loctave -lcruft $(FORTLIB)
+ 
+ ALLBINS=vbmm2 vbmakeglm vbmakefilter #realign norm
+--- voxbo-1.8.5~svn1246.orig/fileformats/Makefile
 voxbo-1.8.5~svn1246/fileformats/Makefile
+@@ -6,7 +6,7 @@ include ../make_stuff.txt
+ 
+ SHAREDFLAG=-shared
+ 
+-LIBS=$(LDFLAGS) $(LIBDIRS) -lvbio -lvbutil -lvbprefs -lz -lpng -lgsl -lgslcblas
++LIBS=$(LDFLAGS) -Wl,--no-as-needed $(LIBDIRS) -lvbio -lvbutil -lvbprefs -lz -lpng -lgsl -lgslcblas -lboost_system
+ 
+ ALLBINS=dcmsplit dicominfo ffinfo vbrename analyzeinfo niftiinfo
+ BINS=$(ALLBINS)
+--- voxbo-1.8.5~svn1246.orig/gdscript/Makefile
 voxbo-1.8.5~svn1246/gdscript/Makefile
+@@ -13,7 +13,7 @@ ONEOVERFDIR=../utils
+ GDS_OBJECTS = gds_main.o gds.o
+ 
+ # miscellaneous flags and such
+-LIBS = $(LDFLAGS) $(LIBDIRS) $(DLLIB) -lm -lvbprefs -lvbglm -lvbio -lvbutil -lz -lpng $(GSL_LIBS)
++LIBS = $(LDFLAGS) -Wl,--no-as-needed $(LIBDIRS) $(DLLIB) -lm -lvbprefs -lvbglm -lvbio -lvbutil -lz -lpng $(GSL_LIBS) -lboost_system
+ 
+ ALLBINS=gds
+ ifeq ($(VB_TARGET),all)
+--- voxbo-1.8.5~svn1246.orig/lib/Makefile
 voxbo-1.8.5~svn1246/lib/Makefile
+@@ -57,43 +57,43 @@ libvbio.a: $(IOOBJECTS) $(FFOBJECTS)
+ 	ranlib libvbio.a
+ 
+ libvbio.so: $(IOOBJECTS) $(FFOBJECTS) libvbprefs.so libvbutil.so
+-	g++ -shared -Wl,-soname,$@ -o $@ $(LDFLAGS) -L. -lc -lz -lgsl -lpng -lvbprefs -lvbutil $^
++	g++ -shared -Wl,-soname,$@ -o $@ $(LDFLAGS) -L. $^ -lc -lz -lgsl -lpng -lvbprefs -lvbutil -lboost_system
+ 
+ libvbutil.a: $(UTILOBJECTS)
+ 	ar rc libvbutil.a $^
+ 	ranlib libvbutil.a
+ 
+ libvbutil.so: $(UTILOBJECTS)
+-	g++ -shared -Wl,-soname,$@ -o $@ $(LDFLAGS) -lc -lz $^
++	g++ -shared -Wl,-soname,$@ -o $@ $(LDFLAGS) $^ -lc -lz -lboost_system
+ 
+ libvbprefs.a: $(VBPOBJECTS)
+ 	ar rc libvbprefs.a $^
+ 	ran

Bug#738418: pdfposter: FTBFS: Python TRACEBACK

2014-02-09 Thread Andreas Moog
>> python examples/gen-examplepages.py examples/testpage-tall.pdf 
>> examples/testpage-wide.pdf
>> Traceback (most recent call last):
>>   File "examples/gen-examplepages.py", line 35, in 
>> from reportlab.lib.colors import black
>>   File "/usr/lib/python2.7/dist-packages/reportlab/lib/colors.py", line 44, 
>> in 
>> from reportlab.lib.rl_accel import fp_str
>>   File "/usr/lib/python2.7/dist-packages/reportlab/lib/rl_accel.py", line 
>> 330, in 
>> f = _c_funcs[fn] or _py_funcs[fn]
>> KeyError: 'fp_str'

Looks the same as #738404 to me.
-- 
PGP-encrypted mails preferred
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#713575: Patch for the build failure

2013-10-25 Thread Andreas Moog
tags 713575 patch
forwarded 713575 https://code.google.com/p/libgcal/issues/detail?id=94
kthxbye

Hello David, Hello Michael,

attached is a patch to fix building on Debian. I've opened
https://code.google.com/p/libgcal/issues/detail?id=94 upstream and sent
my patch there as well.

Thanks for considering the patch.
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
Description: explicitly link the tests with pthread to fix FTBFS (Closes: #713575)
Author: Andreas Moog 
Bug-Debian: http://bugs.debian.org/713575

--- libgcal-0.9.6.orig/utests/CMakeLists.txt
+++ libgcal-0.9.6/utests/CMakeLists.txt
@@ -21,7 +21,7 @@ set(GCAL_TEST_SOURCE_FILES
 )
 
 add_executable(testgcal ${GCAL_TEST_SOURCE_FILES})
-target_link_libraries(testgcal gcal ${CHECK_LIBRARIES})
+target_link_libraries(testgcal gcal ${CHECK_LIBRARIES} pthread)
 
 add_custom_target(
 	test


signature.asc
Description: OpenPGP digital signature


Bug#735777: fityk: Please support building with ld --as-needed

2014-01-17 Thread Andreas Moog
Package: fityk
Version: 1.2.1-0.1
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpooegSS/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

  * Pass -lstdc++ in LIBS instead of LDFLAGS to fix FTBFS with --as-needed

Ubuntu passes ld --as-needed per default to the linker, fityk FTBFS with:

/bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security  -lstdc++ 
-Wl,-Bsymbolic-functions -Wl,-z,relro  -o samples/helloc 
samples/samples_helloc-hello.o fityk/libfityk.la -lm  -lreadline
libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z -Wl,relro -o 
samples/helloc samples/samples_helloc-hello.o  -lstdc++ fityk/.libs/libfityk.a 
/usr/lib/libxy.so -lbz2 -lz -llua5.1 -ldl -lm -lreadline
/usr/bin/ld: fityk/.libs/libfityk.a(libfityk_la-ast.o): undefined reference to 
symbol '_ZTISt14overflow_error@@GLIBCXX_3.4'
/usr/lib/gcc/i686-linux-gnu/4.8/libstdc++.so: error adding symbols: DSO missing 
from command line
collect2: error: ld returned 1 exit status
make[3]: *** [samples/helloc] Error 1

The library stdc++ is clearly in the wrong place on the link line for
- --as-needed (http://wiki.debian.org/ToolChain/DSOLinking).  This
probably doesn't affect Debian right now because --as-needed is a
positional option and only affects those libraries listed after it, but
Ubuntu's linker defaults to --as-needed right out of the gate.
Nevertheless, I believe that the debian-gcc team is tracking these
problems and wants to make Debian packages work cleanly with such a
linker.

Thanks for considering the patch.


- -- System Information:
Debian Release: jessie/sid
  APT prefers trusty
  APT policy: (700, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf

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

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

iQIcBAEBAgAGBQJS2Y03AAoJEGHzRCZ03mYk2LwQAIEpenHdSdS+8TRy/pYuNYdy
Anv1F0ZLpy8mWSf93/q0fvdT4E6XU2/nG/3+gGTqAKfwqRHQKsXTvxknExLhPMyF
9+cWNTJBpmmJyy1zfRSpsjOrBZQMzXxLyeUmBN8fG0JWTh3VkqQrXQpQqox9lHTV
3L1Ypc1d+/NNrv8g4OWGsfN2IGZehnVU81JR3Zw3MeRKpt+T/zxuZa60V8b/jI6k
apjW1/Sqj3pOeRotSwnsZ77DEGnKGe1dKafMHsRopsuv6z3EOJDQ10YCxU+u8jy5
8++L7fwJeF5/3VMM73y/bK/l8nRfRbpFOo1B802gSQ2NxUzpBWV7NmDNuUJA6yFQ
sQV8x+HYkSJPZK154OwcnPUlpKzjsld1dMLTp8DsSZNiOC3mnkOxTco+BDQIWs7Z
PfvkPfCq/Df1ysAWDNAfJeUxhP+oIHlqV/P7jzsxLNMH4SVtbaHMR813IGUAWuHB
hQpXoSPmvyRbNQu61p8sER4UfKU8kD1Z8LXVzi3TcC4GOeQjsRwnGnJ2MqRofWW7
9yflJAtxnpBljqwB4DUotrVK+24qgeqwUWkFEAjgD4GC57dy/HQ18EyYkEXZngdb
x1St9f6ppiLXRhgDHdIuTDy8qnxHKirRLsTQVaTVNdhUyP/8lzlPm+l4Ml97QP++
L06ooN5Qy3KhnrqMME3I
=KwW7
-END PGP SIGNATURE-
diff -Nru fityk-1.2.1/debian/rules fityk-1.2.1/debian/rules
--- fityk-1.2.1/debian/rules	2014-01-01 18:38:10.0 +0100
+++ fityk-1.2.1/debian/rules	2014-01-17 20:49:36.0 +0100
@@ -3,7 +3,8 @@
 CPPFLAGS ?= $(shell dpkg-buildflags --get CPPFLAGS) -I/usr/include/lua5.1
 CFLAGS   ?= $(shell dpkg-buildflags --get CFLAGS)
 CXXFLAGS ?= $(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS  ?= -lstdc++ $(shell dpkg-buildflags --get LDFLAGS) # -Wl,--as-needed
+LDFLAGS  ?= $(shell dpkg-buildflags --get LDFLAGS) # -Wl,--as-needed
+LIBS ?= -lstdc++
 
 %:
 	dh $@ --with autotools_dev --parallel
@@ -14,7 +15,8 @@
 	 CPPFLAGS="$(CPPFLAGS)" \
 	 CFLAGS="$(CFLAGS)" \
 	 CXXFLAGS="$(CXXFLAGS)" \
-	 LDFLAGS="$(LDFLAGS)"
+	 LDFLAGS="$(LDFLAGS)" \
+			 LIBS="$(LIBS)"
 
 override_dh_auto_install:
 	dh_auto_install


Bug#713364: libewf transition and #713364

2013-11-09 Thread Andreas Moog
On 08.11.2013 22:35, Niels Thykier wrote:

>   However, sleuthkit suffers from #713364 which is a FTBFS bug, so I
> have no reason to believe a binNMU will be successful.
[...]
> Comments welcome, a fix for #713364 in sid (or deferred) even more so.

I have taken the 2 patches from upstream that I mailed in September to
the bugreport and made a debdiff for a NMU upload. I don't have upload
rights though so I would need a sponsor to actually upload to Debian.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru sleuthkit-3.2.3/debian/changelog sleuthkit-3.2.3/debian/changelog
--- sleuthkit-3.2.3/debian/changelog2011-10-14 19:52:37.0 +0200
+++ sleuthkit-3.2.3/debian/changelog2013-11-09 22:58:23.0 +0100
@@ -1,3 +1,12 @@
+sleuthkit (3.2.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * d/patches/95_fix-libewf2-detection.patch, 96_fix_build_libewf2.patch:
+- Add 2 patches from upstream git to fix detection and build against 
+  libewf2 (Closes: #713364)
+
+ -- Andreas Moog   Sat, 09 Nov 2013 22:55:04 +0100
+
 sleuthkit (3.2.3-2) unstable; urgency=low
 
   * Team upload.
diff -Nru sleuthkit-3.2.3/debian/patches/95_fix-libewf2-detection.patch 
sleuthkit-3.2.3/debian/patches/95_fix-libewf2-detection.patch
--- sleuthkit-3.2.3/debian/patches/95_fix-libewf2-detection.patch   
1970-01-01 01:00:00.0 +0100
+++ sleuthkit-3.2.3/debian/patches/95_fix-libewf2-detection.patch   
2013-11-09 22:54:25.0 +0100
@@ -0,0 +1,17 @@
+Description: Fix detection of libewf v2 API.
+Author: Joachim Metz
+Origin: upstream, 
https://github.com/sleuthkit/sleuthkit/commit/ee5515215c1f618bf966d175ace1270fea7c5d4b
+Bug: http://sourceforge.net/p/sleuthkit/bugs/208/
+Last-Update: <2013-08-29>
+
+--- sleuthkit-3.2.3.orig/configure.ac
 sleuthkit-3.2.3/configure.ac
+@@ -121,7 +121,7 @@ AS_IF([test "x$with_libewf" != "xno"],
+ )]
+ # Check for the header file first to make sure they have the dev install
+ [AC_CHECK_HEADERS([libewf.h], 
+-  [AC_CHECK_LIB([ewf], [libewf_open],[
++  [AC_CHECK_LIB([ewf], [libewf_get_version],[
+ AC_SUBST([LIBEWF_LIBS],["-lewf"])
+ AC_DEFINE([HAVE_LIBEWF],[1],[Define to have libewf header included.])
+   ])]
diff -Nru sleuthkit-3.2.3/debian/patches/96_fix_build_libewf2.patch 
sleuthkit-3.2.3/debian/patches/96_fix_build_libewf2.patch
--- sleuthkit-3.2.3/debian/patches/96_fix_build_libewf2.patch   1970-01-01 
01:00:00.0 +0100
+++ sleuthkit-3.2.3/debian/patches/96_fix_build_libewf2.patch   2013-11-09 
22:54:25.0 +0100
@@ -0,0 +1,840 @@
+Description: Fix build with libewf2
+Author: Omar Choudary
+Origin: upstream, 
https://github.com/sleuthkit/sleuthkit/commit/7dcf7863b449f6058952489b0367cf0c1fbd0964
+Bug: http://sourceforge.net/p/sleuthkit/feature-requests/73/
+Last-Update: <2013-08-30>
+
+Index: sleuthkit-3.2.3/tsk3/img/ewf.c
+===
+--- sleuthkit-3.2.3.orig/tsk3/img/ewf.c2013-08-31 10:13:21.397922919 
+
 sleuthkit-3.2.3/tsk3/img/ewf.c 2013-08-31 11:05:10.793936030 +
+@@ -14,67 +14,160 @@
+ #include "tsk_img_i.h"
+ 
+ #if HAVE_LIBEWF
++
+ #include "ewf.h"
+ 
+-static ssize_t
+-ewf_image_read(TSK_IMG_INFO * img_info, TSK_OFF_T offset, char *buf,
+-size_t len)
++#define TSK_EWF_ERROR_STRING_SIZE 512
++
++static \
++ssize_t ewf_image_read(
++ TSK_IMG_INFO *img_info,
++ TSK_OFF_T offset,
++ char *buffer,
++ size_t size )
+ {
+-ssize_t cnt;
+-IMG_EWF_INFO *ewf_info = (IMG_EWF_INFO *) img_info;
++#if defined( HAVE_LIBEWF_V2_API )
++  char error_string[ TSK_EWF_ERROR_STRING_SIZE ];
+ 
+-if (tsk_verbose)
+-tsk_fprintf(stderr,
+-"ewf_read: byte offset: %" PRIuOFF " len: %" PRIuSIZE "\n",
+-offset, len);
+-
+-if (offset > img_info->size) {
+-tsk_error_reset();
+-tsk_errno = TSK_ERR_IMG_READ_OFF;
+-snprintf(tsk_errstr, TSK_ERRSTR_L,
+-"split_read - %" PRIuOFF, offset);
+-return -1;
+-}
++  libewf_error_t *ewf_error = NULL;
++#endif
+ 
+-cnt = libewf_read_random(ewf_info->handle, buf, len, offset);
+-if (cnt < 0) {
+-tsk_error_reset();
+-// @@@ Add more specific error message
+-tsk_error_reset();
+-tsk_errno = TSK_ERR_IMG_READ;
+-snprintf(tsk_errstr, TSK_ERRSTR_L,
+-"ewf_read - offset: %" PRIuOFF " - len: %" PRIuSIZE " - %s",
+-offset, len, strerror(errno));
+-return -1;
+-}
++  IMG_EWF_INFO *ewf_info= (IMG_EWF_INFO *) img_info;
++  ssize_t read_count= 0;
++  if(

Bug#724097: jdeb: Patch for the FTBFS

2013-11-10 Thread Andreas Moog
Package: jdeb
Version: 1.0.2~git20130829-1
Followup-For: Bug #724097
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpkM4G3b/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

  * Add Build-Depends on libmaven-plugin-tools-java to fix FTBFS 
(Closes: #724097) (LP: #1249778)
  * debian/patches/01_fix_testcase_bouncycastle.patch:
- Update testcase to work with bouncycastle 1.49

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers trusty
  APT policy: (700, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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

iQIcBAEBAgAGBQJSf47zAAoJEGHzRCZ03mYkB8oQALLxQ7ibpDzWXDv8na5eXW8X
fS0psekDQcb9d2EVu0DOUQHwcZjlhrGO6ugOeeaoNZRcnHoeVaUXPeUY5PaM7nKy
ikhTeM57VrRkKvOmMCM7fhZHu3kiIZ5e9WxWrf8y3/NclCLmbIdYxHHE5Ty41PlI
Qd5VhTih7A7ql+ge3IG8yYebduFM1JUPxg4cLbEfEzTDD5s6fyo1XBUdE/eCK3UQ
5cJkqHasj6S2aKxXr6/rteqximOM2XdWg8Lgc+FI5CT7XijFH+2sNPWS5+uqaf60
XffEWrOBXH7+oHvtfvZonH+elthdfCiNKZlqV2uUEEfJB+5Psz6cTSczJrRCJDER
DkBnyi737b2bcGT8t9ayuo7S2DOlaGBIA5eVKnXjwzOpW/p7BBhAbeDTxCulLM6R
0BItvNuvojWG9d7UnDKLjGp3l6Oc8h+lNm6VAISVhmFD5IX34OFN9AccERENuldB
H9SMlEAw6FdXYO21gN/M3NdxfppHdMOgoSovx7StptW7xJ7aJ+9qg0PYnIYZDE0c
5ru1EpXJZnRmv7xRvqvsnrOot3nZLQsPn1xsCHNkbK/b6U43H+zD3MGdHS1Dms67
yUc8V2A5eeZ3t8omTPrU2QVtGBggE5+dzfzzsySINjgTYpzNWXscanbvvquoN6yB
ozdnxKDNT2tpb7XL+BX/
=Q0NA
-END PGP SIGNATURE-
diff -Nru jdeb-1.0.2~git20130829/debian/control jdeb-1.0.2~git20130829/debian/control
--- jdeb-1.0.2~git20130829/debian/control	2013-08-31 14:09:37.0 +0200
+++ jdeb-1.0.2~git20130829/debian/control	2013-11-10 14:47:56.0 +0100
@@ -5,7 +5,7 @@
 Uploaders: Steffen Moeller 
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
 Build-Depends-Indep: libmaven-invoker-plugin-java, libmaven-shade-plugin-java, ant, libbcpg-java,  
- libcommons-compress-java, libcommons-io-java, libmaven2-core-java, libplexus-utils-java 
+ libcommons-compress-java, libcommons-io-java, libmaven2-core-java, libplexus-utils-java, libmaven-plugin-tools-java
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jdeb
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jdeb
diff -Nru jdeb-1.0.2~git20130829/debian/patches/01_fix_testcase_bouncycastle.patch jdeb-1.0.2~git20130829/debian/patches/01_fix_testcase_bouncycastle.patch
--- jdeb-1.0.2~git20130829/debian/patches/01_fix_testcase_bouncycastle.patch	1970-01-01 01:00:00.0 +0100
+++ jdeb-1.0.2~git20130829/debian/patches/01_fix_testcase_bouncycastle.patch	2013-11-10 14:40:09.0 +0100
@@ -0,0 +1,14 @@
+Description: Update testcase to work with bouncycastle 1.49
+Author: Andreas Moog 
+
+--- jdeb-1.0.2~git20130829.orig/src/test/java/org/vafer/jdeb/signing/PGPSignerTestCase.java
 jdeb-1.0.2~git20130829/src/test/java/org/vafer/jdeb/signing/PGPSignerTestCase.java
+@@ -42,7 +42,7 @@ public final class PGPSignerTestCase ext
+ "\n" +
+ "TEST3\n" +
+ "-BEGIN PGP SIGNATURE-\n" +
+-"Version: BCPG v1.48\n" +
++"Version: BCPG v1.49\n" +
+ "\n" +
+ "iEYEARECABAFAkax1rgJEHM9pIAuB02PAABIJgCghFmoCJCZ0CGiqgVLGGPd/Yh5\n" +
+ "FQQAnRVqvI2ij45JQSHYJBblZ0Vv2meN\n" +
diff -Nru jdeb-1.0.2~git20130829/debian/patches/series jdeb-1.0.2~git20130829/debian/patches/series
--- jdeb-1.0.2~git20130829/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ jdeb-1.0.2~git20130829/debian/patches/series	2013-11-10 14:39:49.0 +0100
@@ -0,0 +1 @@
+01_fix_testcase_bouncycastle.patch


Bug#729302: stealth: FTBFS: scanner/setskip.cc:6:5: error: 'Errno' has not been declared

2013-11-11 Thread Andreas Moog
Package: stealth
Version: 2.11.03-1
Severity: serious
Tags: jessie sid
Justification: FTBFS

Hi there,

I tried rebuilding stealth, but failed to do so successfully:
(Full buildlog attached)

> g++-4.8 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security --std=c++0x -Wall  -c -o tmp/o/5skip.o scanner/skip.cc
> g++-4.8 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> -Werror=format-security --std=c++0x -Wall  -c -o tmp/o/5setskip.o 
> scanner/setskip.cc
> scanner/setskip.cc: In member function 'void Scanner::setSkip()':
> scanner/setskip.cc:6:5: error: 'Errno' has not been declared
>  Errno::open(in, d_skipFilePath);
>  ^
> system - failure of system call (status 256)
> system - failure of system call (status 256)
> system - failure of system call (status 256)
> system - failure of system call (status 256)
> make: *** [build-arch] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

The problem seems to be a missing #include , see the
attached patch, which fixes the problem for me.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


stealth_2.11.03-1_amd64.build.gz
Description: application/gzip
Description: Add missing include to fix FTBFS
Author: Andreas Moog 

--- stealth-2.11.03.orig/scanner/scanner.ih
+++ stealth-2.11.03/scanner/scanner.ih
@@ -17,6 +17,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "../util/util.h"
 #include "../configsorter/configsorter.h"


signature.asc
Description: OpenPGP digital signature


Bug#713520: NMU debdiff for the FTBFS

2013-11-11 Thread Andreas Moog
Control: tags -1 patch

Hi there,

please find attached a NMU debdiff to fix this buildfailure:

> syfi (1.0.0.dfsg-1.2) unstable; urgency=low
> 
>   * Non-maintainer upload.
>   * debian/rules: Do not specify python include dirs in the call to CMAKE,
> it causes a FTBFS because CMAKE can't find the correct includes. Since
> CMAKE 2.8.11-1, CMAKE knows how to find multi-arched python by itself.
> (Closes: #713520) (LP: #1250177)
> 
>  -- Andreas Moog   Mon, 11 Nov 2013 19:23:53 +0100

Since I don't have Upload rights, I'll ask on Debian-Mentors for a sponsor.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru syfi-1.0.0.dfsg/debian/changelog syfi-1.0.0.dfsg/debian/changelog
--- syfi-1.0.0.dfsg/debian/changelog2013-05-16 16:08:28.0 +0200
+++ syfi-1.0.0.dfsg/debian/changelog2013-11-11 19:24:38.0 +0100
@@ -1,3 +1,13 @@
+syfi (1.0.0.dfsg-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Do not specify python include dirs in the call to CMAKE,
+it causes a FTBFS because CMAKE can't find the correct includes. Since
+CMAKE 2.8.11-1, CMAKE knows how to find multi-arched python by itself.
+(Closes: #713520) (LP: #1250177)
+
+ -- Andreas Moog   Mon, 11 Nov 2013 19:23:53 +0100
+
 syfi (1.0.0.dfsg-1.1) unstable; urgency=low
 
   * Non maintainer upload.
diff -Nru syfi-1.0.0.dfsg/debian/rules syfi-1.0.0.dfsg/debian/rules
--- syfi-1.0.0.dfsg/debian/rules2013-05-16 16:07:20.0 +0200
+++ syfi-1.0.0.dfsg/debian/rules2013-11-11 18:20:32.0 +0100
@@ -28,10 +28,7 @@
 
 install-stamp-%:
cd $(DEB_BUILDDIR) && rm CMakeCache.txt && \
- cmake -D PYTHON_EXECUTABLE:FILEPATH=/usr/bin/$* \
-   -D PYTHON_LIBRARY:FILEPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/lib$*.so \
-   -D PYTHON_INCLUDE_DIR:PATH=/usr/include/$* \
-   $(DEB_CMAKE_NORMAL_ARGS) $(DEB_CMAKE_EXTRA_FLAGS)
+ cmake $(DEB_CMAKE_NORMAL_ARGS) $(DEB_CMAKE_EXTRA_FLAGS)
make -C $(DEB_BUILDDIR) install DESTDIR=$(CURDIR)/debian/tmp
touch $@
 


signature.asc
Description: OpenPGP digital signature


Bug#729323: RFS: syfi/1.0.0.dfsg-1.2 [NMU RC]

2013-11-11 Thread Andreas Moog
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for a nmu upload of the package "syfi"

 * Package name: syfi
   Version : 1.0.0.dfsg-1.2
   Section : devel

This is the nmu changelog entry:

> syfi (1.0.0.dfsg-1.2) unstable; urgency=low
> 
>   * Non-maintainer upload.
>   * debian/rules: Do not specify python include dirs in the call to CMAKE,
> it causes a FTBFS because CMAKE can't find the correct includes. Since
> CMAKE 2.8.11-1, CMAKE knows how to find multi-arched python by itself.
> (Closes: #713520) (LP: #1250177)
> 
>  -- Andreas Moog   Mon, 11 Nov 2013 19:23:53 +0100

It builds those binary packages:

libsyfi1.0 - Finite element method (FEM) C++ library - shared libraries
libsyfi1.0-dbg - Finite element method (FEM) C++ library - debugging
libsyfi1.0-dev - Finite element method (FEM) C++ library - development
python-syfi - Finite element method (FEM) C++ library - Python bindings
sfc   - SyFi Form Compiler
syfi-dev   - Empty package depending on latest SyFi development package
syfi-doc   - Finite element method (FEM) C++ library - documentation

  To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/syfi

  Alternatively, one can download the package with dget using this command:

dget -x
http://mentors.debian.net/debian/pool/main/s/syfi/syfi_1.0.0.dfsg-1.2.dsc

Thanks for sponsoring!

Regards,
   Andreas Moog

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#723967: dhcpcd5: FTBFS: No rule to make target `config.mk'

2013-11-15 Thread Andreas Moog
Package: dhcpcd5
Version: 6.0.5-1
Followup-For: Bug #723967
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpOEJpOo/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

  * debian/rules:
- If config.mk doesn't exist, don't try to run dh_auto_clean.
  This fixes a FTBFS. (Closes: #723967) (LP: #1251776)

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers trusty
  APT policy: (700, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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

iQIcBAEBAgAGBQJShqAzAAoJEGHzRCZ03mYk43AQAJ4xng1EToilC+VRjXprl030
kCgRlKliJHvxlS3j721VdojT2GvKMoqCBJzjnewGIARFEDgq2ojdfJpWqRrRDqeW
Cg3MB+VZQHb/uzaOWYDrpXYjVr2xRPcz3yFRab2heYY/UuOcqvNn2KQU3Md0688s
Sb4ApNUfbC2bVTYoazUqLgjEI0XDNVPCzMH4rO3HOo5iOz6/XoRNmuJoYQz6vBs+
sGqWNfL+6PDYwX18Wq+jHUBBIRbF4mCzuojDByqGQ0YmxWZh72pBiteDXFKCiWzJ
VZtzBKnhG3a2QCgZa4fm9zbm7u6GFEiKhO6dxKUWrlbJpATLYZ1YYudZV2sBseIP
ePAoCNVvfatgBrtU/XwZP0hAk0YkbXdVStulmJe8Mlji3D24/Kyq2UIIQq+NvVya
KgeDrD4/8t1XeYpF+HP/D8yyk/UkoGUDMZAwp0aCUgBQARXPgTGCAoXrCUp5cb5Q
3EYb/6U5gKXlqLWAVx2DnMfNUpomsHZC8CNXwexvByIS/u/fXqLTbSByg2SRIhoF
b35exsTtjee2XfgNY0tqYx9CdkcE9QSS33r59wXKWhcETxyOo7BMHsX9WeSpth+4
8GQiG3YFDGUB6nzJyr9pqlDDlaO/WRyzgKmxQdBJYwooDBYjusqzhoZDOQ0wpSRh
Z3m7ktnUio9Gj3znhRm1
=wZ1w
-END PGP SIGNATURE-
diff -Nru dhcpcd5-6.0.5/debian/changelog dhcpcd5-6.0.5/debian/changelog
diff -Nru dhcpcd5-6.0.5/debian/rules dhcpcd5-6.0.5/debian/rules
--- dhcpcd5-6.0.5/debian/rules	2011-04-06 11:15:18.0 +0200
+++ dhcpcd5-6.0.5/debian/rules	2013-11-15 23:20:26.0 +0100
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+override_dh_auto_clean:
+	[ ! -f config.mk ] || dh_auto_clean
+
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix= --libexecdir=/lib/dhcpcd \
 		--mandir=/usr/share/man --dbdir=/var/lib/dhcpcd5 \


Bug#723967: tagging 723967

2013-11-15 Thread Andreas Moog
tags 723967 patch
user ubuntu-de...@lists.ubuntu.com
usertags 723967 origin-ubuntu trusty ubuntu-patch

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#729726: gpsmanshp: Wrong dependencies and unusable when building with --as-needed

2013-11-16 Thread Andreas Moog
Package: gpsmanshp
Version: 1.2.3-4
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpYikVTJ/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

Reorder linker command options to build with --as-needed, it
causes wrong dependencies, making the package uninstallable and
unusable. (LP: #995445)

When building with --as-needed, the order of the options is important, in
this case, the gpsmanshp.so shared object was missing the link with shp
and tcl. See the Ubuntu Bug for a more detailed explanation:
https://bugs.launchpad.net/bugs/995445

In short:

ldd ubuntu-gpsmanshp.so:
 linux-gate.so.1 => (0xf77d9000)
 libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf760c000)
 /lib/ld-linux.so.2 (0xf77da000)

Obviously the .so is lacking quite some links, compare this with

ldd debian-gpsmanshp.so:
 linux-vdso.so.1 => (0x7fffdc4c4000)
 libshp.so.1 => /usr/lib/libshp.so.1 (0x7f71febd3000)
 libtcl8.4.so.0 => /usr/lib/libtcl8.4.so.0 (0x7f71fe90c000)
 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f71fe54c000)
 libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f71fe348000)
 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f71fe12b000)
 libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7f71fde2e000)
 /lib64/ld-linux-x86-64.so.2 (0x7f71ff00)

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers trusty
  APT policy: (700, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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

iQIcBAEBAgAGBQJSh1qeAAoJEGHzRCZ03mYksDIP/i6Z+SuLfqOkaH4ELv72eFeL
3VvG6jBPfPi4sHa/C1ZcqfyiVIoqIkezkPlTHj9J2EjhSa020iB5l4Eug3nemIH8
roWH3Y/K2nVff7hIuWBrNTxeGO+zmFkTlV7iRzyZpdHoQNOUvpTMy7bE1I0Ea7aw
hCzDPQeYnss4EQcQQ3+LimKH+AKVOHBHSneRMhhnqX2iwubMUImpLu3mOwtOE1+c
nFCjBga/y9YMIAqy3c4GyqsxEo3KpZvVp19NU7uMxx3O2+76kt4fIfS8mRPWDhrJ
ys+/yQiPxayptV/pQJHrpqfj5+0YlGol+4He92ESVkaAsuLFALqSnW4I1rYK/Mam
9tL8uMgvZT2VIA2BAT5AteRBJsd+R0MRoB23kLClaVyl4qDm8hz327RxcYkoYTHZ
CgZCK4X0b+sNEqWwozN7stCEQ3yGyFv7wlsuRKwnK52jhn+oqTK8XznA2Yz6sEfM
gMQkYDgsW+absjbn5INhqOAYyL7Vmg3OG4vucwD0B/s13Y7mIhWJZEwj/GDqKfso
mhN1fXF7wT1NVD66LsunU7DDZLDfBGFl0zWiJVEGEfgAMEnSWLW/4cqnoLoamS2t
fYtHUwYoaxV2gOvka5uomorKuTMAb7Kcu4uuajZXqK4zNMndWa+LXGMA4Cu3fcgO
fj138ZmSwNayqy7Q+rZq
=2Xba
-END PGP SIGNATURE-
diff -Nru gpsmanshp-1.2.3/debian/changelog gpsmanshp-1.2.3/debian/changelog
diff -Nru gpsmanshp-1.2.3/debian/patches/fix-link-as-needed.patch gpsmanshp-1.2.3/debian/patches/fix-link-as-needed.patch
--- gpsmanshp-1.2.3/debian/patches/fix-link-as-needed.patch	1970-01-01 01:00:00.0 +0100
+++ gpsmanshp-1.2.3/debian/patches/fix-link-as-needed.patch	2013-11-16 12:38:51.0 +0100
@@ -0,0 +1,21 @@
+Description: Reorder linker command options to build with --as-needed, it
+ causes wrong dependencies, making the package uninstallable and
+ unusable. (LP: #995445)
+ .
+ When building with --as-needed, the order of the options is important, in
+ this case, the gpsmanshp.so shared object was missing the link with shp
+ and tcl. See the Ubuntu Bug for a more detailed explanation.
+Author: Andreas Moog 
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/995445
+
+--- gpsmanshp-1.2.3.orig/Makefile
 gpsmanshp-1.2.3/Makefile
+@@ -32,7 +32,7 @@ CFLAGS = -Wall -fPIC -c -I/usr/include/t
+ LINKOPT = -lshp -ltcl$(TCLVERSION)
+ 
+ gpsmanshp.so: gpsmanshp.o
+-	$(CC) $(LDFLAGS) -shared -o gpsmanshp.so $(LINKOPT) gpsmanshp.o
++	$(CC) $(LDFLAGS) -shared -o gpsmanshp.so gpsmanshp.o $(LINKOPT)
+ 
+ gpsmanshp.o: gpsmanshp.c
+ 	$(CC) $(CFLAGS) gpsmanshp.c
diff -Nru gpsmanshp-1.2.3/debian/patches/series gpsmanshp-1.2.3/debian/patches/series
--- gpsmanshp-1.2.3/debian/patches/series	2013-10-07 19:46:39.0 +0200
+++ gpsmanshp-1.2.3/debian/patches/series	2013-11-16 12:36:22.0 +0100
@@ -1,2 +1,3 @@
 no-more-tcl84
 Makefile-fix
+fix-link-as-needed.patch


Bug#724058: Debdiff for a QA upload

2013-11-18 Thread Andreas Moog
tags 724058 patch
tags 727380 patch
thanks

Hi there,

please find attached a debdiff for a QA upload that fixes these issues:

freewnn (1.1.1~a021+cvs20130302-4) unstable; urgency=low

  * QA upload.
  * debian/patches/fix-parallel-build.patch: (Closes: #724058)
- Add patch from upstream to fix:
  "mv: cannot stat 'std.fzk': No such file or directory"
  during parallel build.
  * debian/control, debian/rules:
- Use autotools-dev and it's dh addon to update config.guess/sub
  (Closes: #727380)
  * Run wrap-and-sort to make files in the debian-directory more readable

 -- Andreas Moog   Mon, 18 Nov 2013 23:36:27 +0100

I will need the package sponsored as I don't have upload rights.

Thanks for considering the patch.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru freewnn-1.1.1~a021+cvs20130302/debian/changelog 
freewnn-1.1.1~a021+cvs20130302/debian/changelog
--- freewnn-1.1.1~a021+cvs20130302/debian/changelog 2013-07-30 
16:41:42.0 +0200
+++ freewnn-1.1.1~a021+cvs20130302/debian/changelog 2013-11-18 
23:47:35.0 +0100
@@ -1,3 +1,17 @@
+freewnn (1.1.1~a021+cvs20130302-4) unstable; urgency=low
+
+  * QA upload.
+  * debian/patches/fix-parallel-build.patch: (Closes: #724058)
+- Add patch from upstream to fix:
+  "mv: cannot stat 'std.fzk': No such file or directory"
+  during parallel build.
+  * debian/control, debian/rules:
+- Use autotools-dev and it's dh addon to update config.guess/sub
+  (Closes: #727380)
+  * Run wrap-and-sort to make files in the debian-directory more readable
+
+ -- Andreas Moog   Mon, 18 Nov 2013 23:36:27 +0100
+
 freewnn (1.1.1~a021+cvs20130302-3) unstable; urgency=low
 
   * QA upload.
diff -Nru freewnn-1.1.1~a021+cvs20130302/debian/control 
freewnn-1.1.1~a021+cvs20130302/debian/control
--- freewnn-1.1.1~a021+cvs20130302/debian/control   2013-07-30 
04:31:28.0 +0200
+++ freewnn-1.1.1~a021+cvs20130302/debian/control   2013-11-18 
23:47:47.0 +0100
@@ -2,14 +2,19 @@
 Section: utils
 Priority: optional
 Maintainer: Debian QA Group 
-Build-Depends: debhelper (>= 9), libncurses5-dev, autoconf, automake, libtool
+Build-Depends: autoconf,
+   automake,
+   autotools-dev,
+   debhelper (>= 9),
+   libncurses5-dev,
+   libtool
 Standards-Version: 3.9.4
 Homepage: http://sourceforge.jp/projects/freewnn/
 
 Package: freewnn-common
 Architecture: all
 Depends: ${misc:Depends}
-Conflicts: wnn-common, freewnn-jserver (<< 1.1.0+1.1.1-a017-4)
+Conflicts: freewnn-jserver (<< 1.1.0+1.1.1-a017-4), wnn-common
 Replaces: wnn-common
 Description: Files shared among the FreeWnn packages
  FreeWnn is a network-extensible Japanese/Chinese/Korean input
@@ -23,7 +28,7 @@
 
 Package: freewnn-jserver
 Architecture: any
-Depends: freewnn-common, adduser (>= 3.34), ${shlibs:Depends}, ${misc:Depends}
+Depends: adduser (>= 3.34), freewnn-common, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: wnn
 Replaces: wnn
 Description: Japanese input system
@@ -35,7 +40,7 @@
 
 Package: freewnn-cserver
 Architecture: any
-Depends: freewnn-common, adduser (>= 3.34), ${shlibs:Depends}, ${misc:Depends}
+Depends: adduser (>= 3.34), freewnn-common, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: cwnn
 Replaces: cwnn
 Description: Chinese input system
@@ -48,7 +53,7 @@
 
 Package: freewnn-kserver
 Architecture: any
-Depends: freewnn-common, adduser (>= 3.34), ${shlibs:Depends}, ${misc:Depends}
+Depends: adduser (>= 3.34), freewnn-common, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: kwnn
 Replaces: kwnn
 Description: Korean input system
@@ -61,7 +66,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: FreeWnn library for Wnn (FreeWnn jserver)
  FreeWnn jserver (Wnn) is a network-extensible Kana-to-Kanji
  conversion system.  It was jointly developed and released by the
@@ -76,7 +81,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: FreeWnn library for cWnn (FreeWnn cserver)
  FreeWnn cserver (cWnn) is an integrated Chinese input system running
  on Unix workstation. It supports a wide range of input methods,
@@ -92,7 +97,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: FreeWnn library for kWnn (FreeWnn kserver)
  FreeWnn kserver (kWnn) is an integrated Korean input system running
  on Unix workstation. It supports a wide range of input methods,
@@ -105,8 +110,8 @@
 

Bug#730312: plm: FTBFS: taskdef class org.xnap.commons.ant.gettext.GettextExtractKeysTask cannot be found

2013-11-23 Thread Andreas Moog
Package: plm
Version: 2.2.7+repack-2
Severity: Serious
Justification: Fails to build from source

Hello Martin,

I encountered the following error when trying to build your package:

# Generate the translation files
ant i18n-generate-jar
Buildfile: /«BUILDDIR»/plm-2.2.7+repack/build.xml

i18n-init:

BUILD FAILED
/«BUILDDIR»/plm-2.2.7+repack/build.xml:168: taskdef class
org.xnap.commons.ant.gettext.GettextExtractKeysTask cannot be found
 using the classloader AntClassLoader[]

Total time: 0 seconds
make[1]: *** [override_jh_build] Error 1
make[1]: Leaving directory `/«BUILDDIR»/plm-2.2.7+repack'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

This seems to be caused by a missing Build-Dependency on
libgettext-ant-tasks-java

This allows the build to continue until:

dh_install
# Icons
for i in 16 22 48; do \
mkdir -p
/«BUILDDIR»/plm-2.2.7+repack/debian/plm/usr/share/icons/hicolor/${i}x${i}/apps;
\
convert img/logo.png -colorspace RGB \
-resize ${i}x${i} -colorspace sRGB \

/«BUILDDIR»/plm-2.2.7+repack/debian/plm/usr/share/icons/hicolor/${i}x${i}/apps/plm.png;
\
done
/bin/sh: 3: convert: not found
/bin/sh: 3: convert: not found
/bin/sh: 3: convert: not found
make[1]: *** [override_dh_auto_install] Error 127
make[1]: Leaving directory `/«BUILDDIR»/plm-2.2.7+repack'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2

This failure indicates a missing Build-Dependency on a package providing
/usr/bin/convert, like imagemagick.

Cheers!
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#730316: php-mail: FTBFS: test failures in smtp_error test

2013-11-23 Thread Andreas Moog
Package: php-mail
Version: 1.2.0-5
Severity: serious

Hello Maintainers,

the package php-mail seems to FTBFS due to a test failure:

1) smtp_error.phpt
--- Expected
+++ Actual
@@ @@
-Failed to connect to bogus.host.tld:25 [SMTP: Failed to connect socket:
php_network_getaddresses: getaddrinfo failed: System error (code: -1,
response: )]
+Failed to connect to bogus.host.tld:25 [SMTP: Failed to connect socket:
php_network_getaddresses: getaddrinfo failed: Name or service not known
(code: -1, response: )]

/usr/bin/phpunit:46

FAILURES!

See the attached build log.

Cheers!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


php-mail_1.2.0-5_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#730319: RFS: freewnn/1.1.1~a021+cvs20130302-4 [QA Upload, fixes RC bug]

2013-11-23 Thread Andreas Moog
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package "freewnn"

 Package name: freewnn
 Version : 1.1.1~a021+cvs20130302-4
 Section : utils

It builds those binary packages:

freewnn-common - Files shared among the FreeWnn packages
freewnn-cserver - Chinese input system
freewnn-jserver - Japanese input system
freewnn-kserver - Korean input system
libcwnn-dev - Header files and static library for cWnn (FreeWnn cserver)
libcwnn0   - FreeWnn library for cWnn (FreeWnn cserver)
libkwnn-dev - Header files and static library for kWnn (FreeWnn kserver)
libkwnn0   - FreeWnn library for kWnn (FreeWnn kserver)
libwnn-dev - Header files and static libraries for Wnn (FreeWnn jserver)
libwnn0- FreeWnn library for Wnn (FreeWnn jserver)

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/freewnn

Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/f/freewnn/freewnn_1.1.1~a021+cvs20130302-4.dsc

Changes since the last upload:
freewnn (1.1.1~a021+cvs20130302-4) unstable; urgency=low

  * QA upload.
  * debian/patches/fix-parallel-build.patch: (Closes: #724058)
- Add patch from upstream to fix:
  "mv: cannot stat 'std.fzk': No such file or directory"
  during parallel build.
  * debian/control, debian/rules:
- Use autotools-dev and it's dh addon to update config.guess/sub
  (Closes: #727380)
  * Run wrap-and-sort to make files in the debian-directory more readable

 -- Andreas Moog   Mon, 18 Nov 2013 23:36:27 +0100

Cheers!
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#730641: request-tracker4: FTBFS: "Can't locate Plack/Handler/Starlet.pm in @INC"

2013-11-27 Thread Andreas Moog
Package: request-tracker4
Severity: serious
Version: 4.0.17-2

Hello there,

I tried building your package, but it failed in a clean sbuild chroot:

> SOME DEPENDENCIES WERE MISSING.
> PSGI missing dependencies:
> Plack::Handler::Starlet ...MISSING
> Can't locate Plack/Handler/Starlet.pm in @INC (you may need 
> to install the Plack::Handler::Starlet module) (@INC contains: /etc/perl 
> /usr/local/lib/perl/5.18.1 /usr/local/share/perl/5.18.1 /usr/lib/perl5 
> /usr/share/perl5
> make[1]: *** [testdeps] Error 1
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> make: [build-stamp] Error 2 (ignored)

This seems to be a case of a missing Build-Depends on the "starlet"
package. However, even with that added, I get test failures:

> #   Failed test 'found correct number of ticket(s) by 'RefersTo != 5 AND 
> MemberOf  = 5''
> #   at t/ticket/search_by_links.t line 23.
> #  got: '0'
> # expected: '1'
> t/ticket/search_by_cf_freeform_single.t  ok
> 
> #   Failed test 'found correct number of ticket(s) by 'RefersTo IS NULL 
> AND MemberOf IS NOT NULL''
> #   at t/ticket/search_by_links.t line 23.
> #  got: '0'
> # expected: '1'
> # Some tests failed or we bailed out, tmp directory 
> '/«PKGBUILDDIR»/t/tmp/ticket-search_by_links.t-PJFyPm9N' is not cleaned
> # Looks like you failed 2 tests of 99.

and

> ==(   18056;152  38/?  0/? )===
> #   Failed test 'Now not a member of the supergroup'
> #   at t/web/owner_disabled_group_19221.t line 168.
> # Structures begin differing at:
> #  $got->[0] = Does not exist
> # $expected->[0] = 'Supergroup'
> # Some tests failed or we bailed out, tmp directory 
> '/root/request-tracker4-4.0.17/t/tmp/web-owner_disabled_group_19221.t-qLKBsHcO'
>  is not cleaned
> # Looks like you failed 1 test of 48.
> t/web/owner_disabled_group_19221.t . Dubious, test 
> returned 1 (wstat 256, 0x100)
> Failed 1/48 subtests 

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#730644: ruby-bio: FTBFS: Error: libxml-ruby library is not present.

2013-11-27 Thread Andreas Moog
Package: ruby-bio
Version: 1.4.3.0001-1
Severity: serious

Hello there,

I tried building your package in a clean unstable chroot, but it failed:

> ===
> Failure:
>   Error: libxml-ruby library is not present. Please install libxml-ruby 
> library. It is needed for Bio::PhyloXML module. Unit test for PhyloXML will 
> not be performed.
>is not true.
> test_libxml(Bio::TestPhyloXMLWriter_Check_LibXML)
> /«PKGBUILDDIR»/test/unit/bio/db/test_phyloxml_writer.rb:31:in `test_libxml'
>  28: module Bio
>  29:   class TestPhyloXMLWriter_Check_LibXML < Test::Unit::TestCase
>  30: def test_libxml
>   => 31:   assert(defined?(LibXML),
>  32:  "Error: libxml-ruby library is not present. Please 
> install libxml-ruby library. It is needed for Bio::PhyloXML module. Unit test 
> for PhyloXML will not be performed.")
>  33: end
>  34:   end #class TestPhyloXMLWriter_Check_LibXML
> ===
> F
> ===
> Failure:
>   Error: libxml-ruby library is not present. Please install libxml-ruby 
> library. It is needed for Bio::PhyloXML module. Unit test for PhyloXML will 
> not be performed.
>is not true.
> test_libxml(Bio::TestPhyloXML_Check_LibXML)
> /«PKGBUILDDIR»/test/unit/bio/db/test_phyloxml.rb:29:in `test_libxml'
>  26: module Bio
>  27:   class TestPhyloXML_Check_LibXML < Test::Unit::TestCase
>  28: def test_libxml
>   => 29:   assert(defined?(LibXML),
>  30:  "Error: libxml-ruby library is not present. Please 
> install libxml-ruby library. It is needed for Bio::PhyloXML module. Unit test 
> for PhyloXML will not be performed.")
>  31: end
>  32:   end #class TestPhyloXML_LibXMLCheck
> ===

I don't know why it is failing, the libxml-ruby library is pulled in via
the build-depends. I've attached a full buildlog.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


ruby-bio_1.4.3.0001-1_amd64.build.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#726410: spandsp: FTBFS in parallel mode

2013-11-27 Thread Andreas Moog
Hi Gregor, hi Daniel,

the same build failure happened in Ubuntu on i386 and amd64, the 2
"fastest" building architectures in Ubuntu. This leads me to believe
this is a race condition and, while full local builds always succeeded,
here is a way to reproduce:

After doing a full build, cd into
spandsp-0.0.6~pre21/test-data/itu/fax

and execute:

while true; do make clean; make -j8 || break; done

This will continuously try to clean and rebuild the files in that
directory, leading after a short while into the above mentioned errors.

As for the reason I believe this happens: You can see in the build-log
that the ./generate_sized_pages script is executed multiple times, once
for each parallel instance, leading to the race condition. I've attached
a simple fix to disable parallel execution of the image generating
scripts, which I believe is the most simple solution - but I'm not an
expert on autotools.

Cheers,
  Andreas


-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
diff -Nru spandsp-0.0.6~pre21/debian/changelog 
spandsp-0.0.6~pre21/debian/changelog
--- spandsp-0.0.6~pre21/debian/changelog2013-08-04 02:05:45.0 
+0200
+++ spandsp-0.0.6~pre21/debian/changelog2013-11-28 00:39:47.0 
+0100
@@ -1,3 +1,11 @@
+spandsp (0.0.6~pre21-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS in parallel mode by disabling multiple execution of
+the scripts that generate images. (Closes: #726410)
+
+ -- Andreas Moog   Thu, 28 Nov 2013 00:39:08 +0100
+
 spandsp (0.0.6~pre21-1) unstable; urgency=low
 
   * New upstream release
diff -Nru spandsp-0.0.6~pre21/debian/patches/fix-ftbfs-parallel.patch 
spandsp-0.0.6~pre21/debian/patches/fix-ftbfs-parallel.patch
--- spandsp-0.0.6~pre21/debian/patches/fix-ftbfs-parallel.patch 1970-01-01 
01:00:00.0 +0100
+++ spandsp-0.0.6~pre21/debian/patches/fix-ftbfs-parallel.patch 2013-11-28 
00:38:56.0 +0100
@@ -0,0 +1,14 @@
+Description: Don't execute multiple instances of the scripts generating
+ the images. It can lead to a race condition while building in parallel
+ mode.
+Author: Andreas Moog 
+Bug-Debian: http://bugs.debian.org/726410
+
+--- spandsp-0.0.6~pre21.orig/test-data/itu/fax/Makefile.am
 spandsp-0.0.6~pre21/test-data/itu/fax/Makefile.am
+@@ -153,3 +153,5 @@ mixed_size_pages.tif: ${MIXED_SIZE_PAGES
+ 
+ striped.tif: generate_striped_pages$(EXEEXT)
+   ./generate_striped_pages$(EXEEXT)
++
++.NOTPARALLEL: dithered.tif mixed_size_pages.tif striped.tif
diff -Nru spandsp-0.0.6~pre21/debian/patches/series 
spandsp-0.0.6~pre21/debian/patches/series
--- spandsp-0.0.6~pre21/debian/patches/series   2013-08-04 02:05:45.0 
+0200
+++ spandsp-0.0.6~pre21/debian/patches/series   2013-11-28 00:37:51.0 
+0100
@@ -1,3 +1,4 @@
 serial-tests
 array_warning
 fix-ftbfs-on-powerpcspe.patch
+fix-ftbfs-parallel.patch


signature.asc
Description: OpenPGP digital signature


Bug#730727: statsmodels: FTBFS: ERROR: statsmodels.tsa.tests.test_arima.test_arima_small_data_bug

2013-11-28 Thread Andreas Moog
Package: statsmodels
Version: 0.5.0-1
Severity: serious

Hello there,

your package fails to build on i386 and other architectures in unstable:

> ==
> ERROR: statsmodels.tsa.tests.test_arima.test_arima_small_data_bug
> --
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
> self.test(*self.arg)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/tests/test_arima.py",
>  line 1810, in test_arima_small_data_bug
> assert_raises(ValueError, mod.fit)
>   File "/usr/lib/pymodules/python2.7/numpy/testing/utils.py", line 1019, in 
> assert_raises
> return nose.tools.assert_raises(*args,**kwargs)
>   File "/usr/lib/python2.7/unittest/case.py", line 475, in assertRaises
> callableObj(*args, **kwargs)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/arima_model.py",
>  line 828, in fit
> start_params = self._fit_start_params((k_ar,k_ma,k), method)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/arima_model.py",
>  line 453, in _fit_start_params
> start_params = self._fit_start_params_hr(order)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/tsa/arima_model.py",
>  line 421, in _fit_start_params_hr
> coefs = GLS(endog[max(p_tmp+q,p):], X).fit().params
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/regression/linear_model.py",
>  line 260, in __init__
> cholsigmainv=cholsigmainv)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/regression/linear_model.py",
>  line 79, in __init__
> super(RegressionModel, self).__init__(endog, exog, **kwargs)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/base/model.py",
>  line 136, in __init__
> super(LikelihoodModel, self).__init__(endog, exog, **kwargs)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/base/model.py",
>  line 52, in __init__
> self.data = handle_data(endog, exog, missing, hasconst, **kwargs)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/base/data.py",
>  line 397, in handle_data
> return klass(endog, exog=exog, missing=missing, hasconst=hasconst, 
> **kwargs)
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/base/data.py",
>  line 78, in __init__
> self._check_integrity()
>   File 
> "/«PKGBUILDDIR»/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/base/data.py",
>  line 246, in _check_integrity
> if len(self.exog) != len(self.endog):
> TypeError: len() of unsized object
> 

The full buildlog can be found at
https://buildd.debian.org/status/fetch.php?pkg=statsmodels&arch=i386&ver=0.5.0-1&stamp=1382892982

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#725020: twinkle: indirectly depends on multiple gnutls, ucommon versions

2013-11-28 Thread Andreas Moog
Hi there,

since this makes the package in effect FTBFS, I adjust the severity to
serious. Please mail me if this is wrong.

Cheers,
  Andreas
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#709031: vdr-plugin-xine: FTBFS with current vdr

2013-11-28 Thread Andreas Moog
Control: tags -1 patch

Hello Colin, Hello Debian vdr team,

please find attached a patch to build the xine plugin with newer
versions of vdr. The patch is based on the git repository. Here is the
head of the changelog:

vdr-plugin-xine (0.9.4-12) UNRELEASED; urgency=low

 * debian/patches/vdr-1.7.33.patch: Use APIVERSUM to determine vdr
   version to fix FTBFS: 'class cPatPmtParser' has no member named 'PmtPid'
   (Closes: #709031) (LP: #1198020)
 * debian/patches/vdr-1.7.40.patch: Apply patch from
   Lucian Muresan lucianm.AT.users.sourceforge.net to build with newer
   vdr versions to fix: error: 'vidWin' was not declared in this scope

-- Andreas Moog   Thu, 28 Nov 2013 23:12:16 +0100

Thanks for considering the patch.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
From ff7538c92e63f44a0c94d45e244f9ef014b0d2f1 Mon Sep 17 00:00:00 2001
From: Andreas Moog 
Date: Thu, 28 Nov 2013 23:16:42 +0100
Subject: [PATCH 1/2] debian/patches/vdr-1.7.33.patch: Use APIVERSUM to
 determine vdr version to fix FTBFS: 'class cPatPmtParser' has no member named
 'PmtPid' (Closes: #709031) (LP: #1198020)

* debian/patches/vdr-1.7.33.patch: Use APIVERSUM to determine vdr
  version to fix FTBFS: 'class cPatPmtParser' has no member named 'PmtPid'
  (Closes: #709031) (LP: #1198020)
* debian/patches/vdr-1.7.40.patch: Apply patch from
  Lucian Muresan lucianm.AT.users.sourceforge.net to build with newer
  vdr versions to fix: error: 'vidWin' was not declared in this scope
---
 debian/changelog|  11 +++
 debian/patches/series   |   1 +
 debian/patches/vdr-1.7.40.patch | 165 
 3 files changed, 177 insertions(+)
 create mode 100644 debian/patches/vdr-1.7.40.patch

diff --git a/debian/changelog b/debian/changelog
index f6f59e3..9c2318d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+vdr-plugin-xine (0.9.4-12) UNRELEASED; urgency=low
+
+  * debian/patches/vdr-1.7.33.patch: Use APIVERSUM to determine vdr
+version to fix FTBFS: 'class cPatPmtParser' has no member named 'PmtPid'
+(Closes: #709031) (LP: #1198020)
+  * debian/patches/vdr-1.7.40.patch: Apply patch from
+Lucian Muresan lucianm.AT.users.sourceforge.net to build with newer
+vdr versions to fix: error: 'vidWin' was not declared in this scope
+
+ -- Andreas Moog   Thu, 28 Nov 2013 23:12:16 +0100
+
 vdr-plugin-xine (0.9.4-11) unstable; urgency=low
 
   * Build-depend on vdr-dev (>= 2.0.0)
diff --git a/debian/patches/series b/debian/patches/series
index 98e63ed..306b74e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ enable-yaepg-support.patch
 format-strings.patch
 vdr-1.7.27.patch
 vdr-1.7.33.patch
+vdr-1.7.40.patch
diff --git a/debian/patches/vdr-1.7.40.patch b/debian/patches/vdr-1.7.40.patch
new file mode 100644
index 000..e5d6795
--- /dev/null
+++ b/debian/patches/vdr-1.7.40.patch
@@ -0,0 +1,165 @@
+Author: Lucian Muresan 
+Origin: https://patchwork.linuxtv.org/patch/16100/
+
+Index: vdr-plugin-xine-0.9.4/xineDevice.c
+===
+--- vdr-plugin-xine-0.9.4.orig/xineDevice.c	2013-11-28 23:06:14.746527860 +0100
 vdr-plugin-xine-0.9.4/xineDevice.c	2013-11-28 23:06:14.742527860 +0100
+@@ -4409,5 +4409,83 @@
+   {
+ return theXineDevice;
+   }
++#if APIVERSNUM >= 10733
++  ///< Asks the output device whether it can scale the currently shown video in
++  ///< such a way that it fits into the given Rect, while retaining its proper
++  ///< aspect ratio. If the scaled video doesn't exactly fit into Rect, Alignment
++  ///< is used to determine how to align the actual rectangle with the requested
++  ///< one. The actual rectangle can be smaller, larger or the same size as the
++  ///< given Rect, and its location may differ, depending on the capabilities of
++  ///< the output device, which may not be able to display a scaled video at
++  ///< arbitrary sizes and locations. The device shall, however, do its best to
++  ///< match the requested Rect as closely as possible, preferring a size and
++  ///< location that fits completely into the requested Rect if possible.
++  ///< Returns the rectangle that can actually be used when scaling the video.
++  ///< A skin plugin using this function should rearrange its content according
++  ///< to the rectangle returned from calling this function, and should especially
++  ///< be prepared for cases where the returned rectangle is way off the requested
++  ///< Rect, or even Null. In such cases, the skin may want to fall back to
++  ///< working with full screen video.
++  ///< If this device can't scale the video, a Null rec

Bug#724104: vmkit: FTBFS: make[1]: *** No rule to make target `Makefile.common'. Stop.

2013-11-29 Thread Andreas Moog
 subscribe
Hi there,

while this particular bug is relatively easy to fix by adding

override_dh_auto_clean:
[ ! -f Makefile.common ] || dh_auto_clean

to debian/rules, the build will fail further on with a core dump:

vmjc: JavaClass.cpp:496: j3::JavaObject *j3::Class::doNew(j3::Jnjvm *):
Assertion `(this->isInitializing() ||
classLoader->getCompiler()->isStaticCompiling() || this ==
classLoader->bootstrapLoader->upcalls->newClass) && "Uninitialized class
when allocating."' failed.
0  vmjc0x00ea72b2
llvm::sys::PrintStackTrace(_IO_FILE*) + 34
1  vmjc0x00ea7119
2  libpthread.so.0 0x2b450d729bb0
3  libc.so.6   0x2b450e7b0f77 gsignal + 55
4  libc.so.6   0x2b450e7b45e8 abort + 328
5  libc.so.6   0x2b450e7a9d43
6  libc.so.6   0x2b450e7a9df2
7  vmjc0x0059f2a0 j3::Class::doNew(j3::Jnjvm*) + 144
8  vmjc0x005c6abf
j3::Jnjvm::CreateNullPointerException() + 79
9  vmjc0x2b45135149e6
j3::Jnjvm::CreateNullPointerException() + 318037878
Aborted (core dumped)
make[4]: ***
[/mnt/devel/andreas/temp/vmkit-0.32~r185341/mmtk/java/Release+Asserts/mmtk-vmkit-lower.bc]
Error 134

Upstream seems to be aware of the issue, saying the build only works
with "a version strictly before the 7u25 (probably the
7u21), sorry!", see
http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-November/068087.html

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#724479: varnish-agent: FTBFS: automake errors

2013-11-29 Thread Andreas Moog
Hi there,

I wanted to ask what the status of this bug is? The tags say it's
"pending" but there hasn't been any further activity since October 11.

Thanks for your time!

Cheers,
  Andreas
 subscribe
-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#718711: atlas-cpp: ftbfs on armhf: update symbols file

2013-11-30 Thread Andreas Moog
 subscribe

Hello there,

I wanted to ask about the status of this bug? It is marked as "pending"
but as far as I can see there was no upload or further activity since
August.

Thanks for your time.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#731011: cpp-netlib: FTBFS: test failures when no internet connection available

2013-11-30 Thread Andreas Moog
Package: cpp-netlib
Version: 0.10.1-1
Severity: serious
Justification: Fails to build from source

Hi there,

some of the tests in your package require internet connectivity and/or
an active network interface. The former may not be available on the
build daemon, resulting in an error like:

> Running 12 test cases...
> unknown location(0): fatal error in 
> "http_get_test_different_port":
>  std::runtime_error: resolve: Host not found (authoritative)
> unknown location(0): fatal error in 
> "http_get_test_different_port":
>  std::runtime_error: resolve: Host not found (authoritative)
> unknown location(0): fatal error in 
> "http_get_test_different_port":
>  std::runtime_error: resolve: Host not found (authoritative)
> unknown location(0): fatal error in 
> "http_get_test_different_port":
>  std::runtime_error: resolve: Host not found (authoritative)
> unknown location(0): fatal error in 
> "http_get_test_different_port":
>  std::runtime_error: Host not found (authoritative)
> terminate called after throwing an instance of 
> 'boost::exception_detail::clone_impl
>  >'
>   what():  boost thread: trying joining itself: Resource deadlock avoided
> 
>   Start 14: cpp-netlib-http-client_get_timeout_test
> 14/18 Test #14: cpp-netlib-http-client_get_timeout_test .   
> Passed0.02 sec
>   Start 15: cpp-netlib-http-client_get_streaming_test
> 15/18 Test #15: cpp-netlib-http-client_get_streaming_test 
> ...***Exception: Other  0.01 sec
> terminate called after throwing an instance of 
> 'boost::exception_detail::clone_impl
>  >'
> Running 4 test cases...
> unknown location(0): fatal error in 
> "http_client_get_streaming_test":
>  std::runtime_error: Host not found (authoritative)
> /build/buildd/cpp-netlib-0.10.1/libs/network/test/http/client_get_streaming_test.cpp(37):
>  last checkpoint
>   what():  boost thread: trying joining itself: Resource deadlock avoided
> 
>   Start 16: cpp-netlib-http-server_constructor_test
> 16/18 Test #16: cpp-netlib-http-server_constructor_test .   
> Passed0.01 sec
>   Start 17: cpp-netlib-http-server_async_run_stop_concurrency
> 17/18 Test #17: cpp-netlib-http-server_async_run_stop_concurrency ...   
> Passed1.31 sec
>   Start 18: mime-roundtrip
> 18/18 Test #18: mime-roundtrip ..   
> Passed0.01 sec
> 
> 83% tests passed, 3 tests failed out of 18

A full build-log can for example be found at
https://launchpadlibrarian.net/157509492/buildlog_ubuntu-trusty-i386.cpp-netlib_0.10.1-1_FAILEDTOBUILD.txt.gz
Note that this particular build was done on Ubuntu trusty, but I
verified the same error on an up-to-date unstable running inside
Virtualbox with the network interface disabled.

The easiest solution in my opinion would be to disable the tests that
require connectivity/an active network interface.

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624



signature.asc
Description: OpenPGP digital signature


Bug#731080: feedgnuplot: FTBFS on i386: Tests fail

2013-12-01 Thread Andreas Moog
Package: feedgnuplot
Version 1.26-1
Severity: serious

Hi there,

I tried to build feedgnuplot in an unstable pbuilder on i386, but the
tests fail. Here is an excerpt from the build log;

# Looks like you failed 9 tests of 52.
t/plots.t .
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/52 subtests

Test Summary Report
---
t/plots.t   (Wstat: 2304 Tests: 52 Failed: 9)
  Failed tests:  26, 28, 30, 42, 44, 46, 48, 50, 52
  Non-zero exit status: 9
Files=2, Tests=52, 24 wallclock secs ( 0.02 usr  0.02 sys +  2.26 cusr
0.48 csys =  2.78 CPU)
Result: FAIL
Failed 1/2 test programs. 9/52 subtests failed.
make[1]: *** [test_dynamic] Error 9

The full log is attached.

Cheers,
  Andreas

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624


feedgnuplot-unstable.log.gz
Description: application/gzip


signature.asc
Description: OpenPGP digital signature


Bug#741164: mp3splt: Please update to current version 2.6

2014-03-09 Thread Andreas Moog
Package: mp3splt
Version: 2.4.2-2
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

please update mp3splt to the current upstream version 2.6 (along with 
libmp3splt to 0.9 if possible). There are some improvements over the version
that is currently in Debian, including:

- - FLAC support
- - Handling of tags
- - lots of bug fixes

Thanks for your time!

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (750, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-16-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mp3splt depends on:
ii  libc6 2.18-4
ii  libmp3splt0   0.7.2-2
ii  libmp3splt0-mp3 [libmp3splt0-plugin]  0.7.2-2
ii  libmp3splt0-ogg [libmp3splt0-plugin]  0.7.2-2

Versions of packages mp3splt recommends:
ii  libmp3splt0-mp3  0.7.2-2
ii  libmp3splt0-ogg  0.7.2-2

Versions of packages mp3splt suggests:
pn  mp3splt-gtk  

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTHHONAAoJEGHzRCZ03mYk6Y4P/3PtI30/buqoVvUZ4+8zdpx/
KIBUKzGsDn0xvBJVR+9OF8vHMEsJ59ZdRboiJu/vEp3WP7WeycFaY4JRblX/nrvM
ebTfRNUIfNe+9AY3dBemW2H3//wkHhH50We4tvH5nAHKdQ/eKuS4ekeZUxs+dxOY
h0K8zniC6SPYtbZxpKjv6qNus3Ifdk4+P30kh4hSC1uWSR3xj3CLjEPIMDBkMvU9
jby3aBK451uH9jmTc/3ubq1GLPcGmyfO4NoAuPC50sW5bf3aK0GUjACua2fg5HSx
qNTDeCBYl5ZlJew6CXZhRHrGAxmfYMyi7p+HIxBRhxLU1mCqwNUeJOE4Edj65yk7
TlUzlIjJmVASOu5JmVb3oxE+zO6YJlVjpe2FsuQeD0niLFIhGIhs9NHN8GVzSaTz
1ugZ/1OnYkcXlIuN+NaFy9GxRvD1rvHrMa7ekiXhTRSG5jWTX3RPCFZZZqBLs7O/
irayWpnWexJHKrPZuyh+cxSvtByo4sIc/S5iCRVAqyk2gqT4NSWLdlC4t21kNADv
SupZx6SVlBkwFs9n1gho7PnINSXwySLzU/ctem/97df5YiBRxzsIpa42NWj37KfY
rQ+/m3dcPhH/5w7Qls9VCYzCeRo7JeM9pNbvllrs0ws/XQWPLus9VuA1fLuCfcvD
+hfmvTiVO42UbdtcPC1t
=VHPx
-END PGP SIGNATURE-


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



Bug#738735: linop: FTBFS: dh_sphinxdoc: Sphinx documentation not found

2014-03-09 Thread Andreas Moog
On Sun, Mar 09, 2014 at 01:39:00PM +, Ghislain Vaillant wrote:
> Could you provide the detailed steps to reproduce this bug. I have
> only tested the build locally on my machine via pbuilder prior to
> submitting the package and it went fine.

If you look at https://buildd.debian.org/status/package.php?p=linop you will
see that your package fails on every Debian autobuilder. The reason that it
fails there, but not in your local pbuilder is that with pbuilder, you build
architecture-dependent packages as well as architecture-independent (arch:all) 
ones but the autobuilders only build the arch-dependent parts.

You can reproduce this locally if you use (for example)

dpkg-buildpackage -B

or if you call pbuilder with the --binary-arch option.

Cheers,

 Andreas



signature.asc
Description: Digital signature


Bug#649207: audtty: Allow building with ld --as-needed

2011-11-18 Thread Andreas Moog
Package: audtty
Version: 0.1.12-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmpsMvCl5/bug_body
In Ubuntu, the attached patch will be applied to achieve the following:

Allow building with ld --as-needed, put all libraries in LDADD,
not in LDFLAGS.

See http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries
and http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html for more
information.

Sorry that I missed the LDFLAGS exported in debian/rules the last time.

Thanks for considering the patch.

Regards, Andreas Moog


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

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

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

iQIcBAEBAgAGBQJOxsZ5AAoJEGHzRCZ03mYkDtEP/jRoop+NGg9JIHxgcYD9etJy
BztOOeJ54H92XuA5LKq0igyKTyUM+GLYCUeGphJtmmJgnpIesnYS3l8VP3hFbWAr
VBK8j8vlcdcn17jq+3Xw6K6/sjosh7DqaDuBhOzhI5oVeTcsHalhy9abtd71HuLw
FX7dKLUf7DxCF9qg9EwvALfsWUEtwC5f0OIUYvGpgTc2s6T690G2ANER8ppe7i33
Bj23Jue7NH+cF1PyFAxc0n2BmNY6Rf1aZcBdBFa11DXFyueR7lNamz3rjAP3LL2G
TUO72/0HUFAzwF21dhYSFhWgEZovav5T8/ArVjfDoAiHTHUZPzTsJoRwFFGQTgtk
EAlVqgY4jAJgcFVNsvCq0f9n7WudXArtVm+F3fVF35lIWCfVfXjYE9TnPL6Pci9+
xWiCfhoDhBo3vt4qNxasnkB/BmDj3fK2kjuxFihcsvLafQApBYAfBatdqVrrYQKF
FbK71ZHlfJiXN6+hs62uDOZIeJ6zj48DPhgICT0C1hvhyHWKz5EayRu5CfhHdioj
5+hlp4RVgL4d2IukcuO5hwob2HklLHS3IQJUsWgW4T4AI9XGwa19vTxzXqkzQ8/w
kNfTGDaC+LyOLfd6+kSjlz1CBAU9xsGcLsA7WSx8go5/dBvtx1PJGvnEXI0P6A7r
ucJ8gDdUMLRlMzGmfEaG
=K2qW
-END PGP SIGNATURE-
diff -Nru audtty-0.1.12/debian/patches/01-ftbfs_dso_linking audtty-0.1.12/debian/patches/01-ftbfs_dso_linking
--- audtty-0.1.12/debian/patches/01-ftbfs_dso_linking	2011-08-23 22:26:45.0 +
+++ audtty-0.1.12/debian/patches/01-ftbfs_dso_linking	2011-11-18 20:46:19.0 +
@@ -11,7 +11,7 @@
  
  
  AUDACIOUS_CFLAGS=@AUDACIOUS_CFLAGS@ -I/usr/include/dbus-1.0
-+LDADD=-ldbus-glib-1 -lncursesw -laudclient
++LDADD=-ldbus-glib-1 -lncursesw -laudclient -lglib-2.0 -lgobject-2.0
  
  SOURCES=main.c curses_printf.c playlist.c playlist_jump.c playlist_addurl.c settings.c connect.c browse.c playlist_create.c
  BINS=$(SOURCES:.c=.o)
diff -Nru audtty-0.1.12/debian/rules audtty-0.1.12/debian/rules
--- audtty-0.1.12/debian/rules	2011-08-23 22:22:13.0 +
+++ audtty-0.1.12/debian/rules	2011-11-18 20:46:01.0 +
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export LDFLAGS += -lglib-2.0 -lgobject-2.0
-
 %:
 	dh $@
 


Bug#659604: gpe-calendar: Fix compiler warnings about dbus_connection_setup_with_g_main and format-security

2012-02-12 Thread Andreas Moog
Package: gpe-calendar
Version: 0.92-4
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



*** /tmp/tmp4_vouR/bug_body
In Ubuntu, the attached patch was applied to achieve the following:

  * d/patches/dbus-glib-lowlevel: Include dbus-glib-lowlevel.h to get rid of 
warning about dbus_connection_setup_with_g_main() being undeclared
  * d/patches/format_string: Add format string to fix FTBFS with 
-Werror=format-security

Thanks for considering the patch.


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

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

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

iQIcBAEBAgAGBQJPN8jUAAoJEGHzRCZ03mYkGh4P/jUT/VsOJ5DldbONKglHCggy
9WkPP2Ol30WpdhTwV5fxqZ8mNHU91W8/qYQwIfJORzeg0XmyfvOgWLBQT70lrGTk
eWydudGq6yhr1+Yo5ALVTZ7CHEeJs6whSM6xixUqlV1HICHymADjSZufzYbhBa1V
O7ERZgmcCjKx3nW26pZlOVuvUK0J0uDT+TXOuPp0O94eTT+69r9bZAC/m8Gts/sU
z/wqL044BRBrEEvCi5OxtR3dKtJivP+wkW1FP6cNJDRq7P4/JB7bAYcaj/Jc6U+7
FvTKE+12RgKwVKUwiyAph7aRhwCjpuk9MGsOC9YZdSq5aOraVvCkEhWzYnUgri1w
ExKbDXe3NacbjCg5unFcH9x3bFO+w1v/9LBiMWXvYRhZ+6j+ORz/8J/MVHq6nFJe
wzXYAGuf3unU8aiLBTOnPERcqEtJHU7KQmUKhpzmMFZia19PXu+1EcXwh/MhJMZh
N+rHtDnaO783r1g94y4s/mv7p8oQUwxdB7Gen+iMMmwOvft0+cgkMV55fu8Ow9dK
zRIwStdS1mM71OyNIE4P5xaW5w6iZgoF4z1pUtBiEehedEeyO98pvYeObDHG4GjG
pd2nerjEmUDLhPUgtQpXcl2jKWtwg+1AMaKEbsFWpIxoySncVF30CIddIxlu0svS
ny9XeF+4vHsE92KMC3Z1
=TdcR
-END PGP SIGNATURE-
diff -Nru gpe-calendar-0.92/debian/patches/dbus-glib-lowlevel.patch gpe-calendar-0.92/debian/patches/dbus-glib-lowlevel.patch
--- gpe-calendar-0.92/debian/patches/dbus-glib-lowlevel.patch	1970-01-01 01:00:00.0 +0100
+++ gpe-calendar-0.92/debian/patches/dbus-glib-lowlevel.patch	2012-02-12 14:57:40.0 +0100
@@ -0,0 +1,17 @@
+Description: Include dbus-glib-lowlevel to get rid of warning
+ about dbus_connection_setup_with_g_main() being undeclared
+Author: Andreas Moog 
+
+Index: gpe-calendar-0.92/import-export.c
+===
+--- gpe-calendar-0.92.orig/import-export.c	2012-02-12 14:50:56.0 +0100
 gpe-calendar-0.92/import-export.c	2012-02-12 14:56:12.411746070 +0100
+@@ -42,6 +42,7 @@
+ #ifdef USE_DBUS
+ #include 
+ #include 
++#include 
+ 
+ static DBusConnection *connection;
+ 
+
diff -Nru gpe-calendar-0.92/debian/patches/series gpe-calendar-0.92/debian/patches/series
--- gpe-calendar-0.92/debian/patches/series	2009-12-12 08:08:40.0 +0100
+++ gpe-calendar-0.92/debian/patches/series	2012-02-12 14:59:13.0 +0100
@@ -2,3 +2,5 @@
 desktop-validity
 add-lgthread-linkage
 migrate-to-soup_2.4
+dbus-glib-lowlevel.patch
+string_formats.patch
diff -Nru gpe-calendar-0.92/debian/patches/string_formats.patch gpe-calendar-0.92/debian/patches/string_formats.patch
--- gpe-calendar-0.92/debian/patches/string_formats.patch	1970-01-01 01:00:00.0 +0100
+++ gpe-calendar-0.92/debian/patches/string_formats.patch	2012-02-12 15:00:01.0 +0100
@@ -0,0 +1,14 @@
+Description: Add format string to feedbackdlg
+Author: Andreas Moog 
+
+--- gpe-calendar-0.92.orig/import-export.c
 gpe-calendar-0.92/import-export.c
+@@ -238,7 +238,7 @@ cal_import_dialog (EventCalendar *ec, co
+   GtkWidget *feedbackdlg = gtk_message_dialog_new
+ (GTK_WINDOW (main_window),
+  GTK_DIALOG_MODAL, GTK_MESSAGE_INFO,
+- GTK_BUTTONS_OK, error ? error->message : _("Import successful"));
++ GTK_BUTTONS_OK, "%s", error ? error->message : _("Import successful"));
+ 
+   if (error)
+ g_error_free (error);


Bug#660146: python3.2-dev: Broken symlink to static library libpython3.2.a

2012-02-16 Thread Andreas Moog
Package: python3.2-dev
Version: 3.2.2-4
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi there,

the package python3.2-dev has broken symlinks to the libpython3.2mu.a static 
library:

/usr/lib/python3.2/config-3.2mu/libpython3.2mu.a: current ar archive
/usr/lib/libpython3.2mu.a:broken symbolic link to 
`config-3.2mu/libpython3.2mu.a'

Cheers,
 Andreas


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

Kernel: Linux 3.2.0-15-generic (SMP w/2 CPU cores)
Shell: /bin/sh linked to /bin/dash

Versions of packages python3.2-dev depends on:
ii  libexpat1-dev  2.0.1-7.2
ii  libpython3.2   3.2.2-4
ii  libssl-dev 1.0.0g-1
ii  python3.2  3.2.2-4

Versions of packages python3.2-dev recommends:
ii  libc6-dev [libc-dev]  2.13-26

python3.2-dev suggests no packages.

- -- debconf information excluded

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

iQIcBAEBAgAGBQJPPWzJAAoJEGHzRCZ03mYkjhsQAJGQo6rZjqyY6Es3UbbobTfc
AVm2gOO1CjEdLgvLTC0kcrNPqP8Yw7ildomrjPkxMscjrsnq072ZOe8ybcnhN9Np
jfTxTBHOh/jr7IsSn8lKdsr33gRsCpRRfj4xWawYNSZ2FzB6skQv2gJqYczLvr27
IFiSyMUtC0KSxcMa2X5khjIIkZaygVGbAWH8ift0rev/Xacz364viNTfgufZIk+A
MnJRfxTjdrocgCeVfPQdF7UpgFVUH6yufLjfuC5JCOoxCLE/f+b4HGxaWqRd2pao
+mnH1lisxd4LfQU5bk6HrixcQ9VDhqkPj4ApRIKHEPvIlst3NES5GFI0H65igOuT
l+fkJDvFGfgkmoQWZqpg/GzfKnD8IhYYnCsCWKAcZHor/tZFuOtGJwNFa3AQ1Kz2
JcYfEKn1EqwMAegsScspO8eXqpP+Jfp1Ll0xO9jnB06WFD26gO6UpIgzJQXMfAt7
ZfBo60FZSRioHo4llpapjX9e6jDtx42U+SSlUUqu3W6pObjJklh4YNie81LeRk87
n+vuZkdWRK+MwhnQaSU/gVgV0El1AkOBS1Ffl6uEjc0r+YRNqKaZqt7BZ/mCQ/7u
6jKvKx05OyeXP1poSSkrpnc4A8swLK1VUOA24KmmUUOdY65W+F+2K/Y5E6KLG/fG
QlOU4TQaQgpd1F5kpgeT
=6UR0
-END PGP SIGNATURE-



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



Bug#660231: python2.7-dev: Broken symlink to static library libpython2.7.a

2012-02-17 Thread Andreas Moog
Package: python2.7-dev
Version: 2.7.2-13
Severity: important

Hi there,

the package python2.7-dev has broken symlinks to the libpython2.7.a
static library (it should point to python2.7/config/...):

/usr/lib/libpython2.7.a: broken symbolic link to `config/libpython2.7.a'
/usr/lib/python2.7/config/libpython2.7.a: current ar archive

Cheers,
 Andreas


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

Kernel: Linux 3.2.0-15-generic (SMP w/2 CPU cores)
Shell: /bin/sh linked to /bin/dash



signature.asc
Description: OpenPGP digital signature


  1   2   3   4   5   >