Bug#733650: readseq: Buffer overflow in ureadseq.c

2013-12-30 Thread Michael Bienia
Package: readseq Version: 1-10 Severity: normal Tags: patch Hello, looking at why readseq failed to build in Ubuntu trusty, gcc found a buffer overflow in ureadseq.c: In function 'strcpy', inlined from 'writeSeq' at ureadseq.c:1925:13: /usr/include/x86_64-linux-gnu/bits/string3.h:104:3: warn

Bug#733645: morse2ascii: Please move $(LIBS) to the end of the $(CC) call

2013-12-30 Thread Michael Bienia
Package: morse2ascii Version: 0.2+dfsg-1 Severity: wishlist Hello, could you please move the $(LIBS) placement in the $(CC) call to the end? This allows morse2ascii to build with ld --as-needed (which is default on Ubuntu) as the order matters there (the used libaries must appear after the object

Bug#693372: ubuntu-dev-tools: requestsync fails "ValueError: IV must be 16 bytes long"

2013-01-02 Thread Michael Bienia
On 2013-01-02 14:34:58 +0100, Sebastian Ramacher wrote: > On 2013-01-02 12:35:36, Michael Bienia wrote: > > 1: There would be an other option: to undo the change in python-crypto > > which enforces an non-empty IV but it's not a sane option security-wise. > > NACK with m

Bug#693372: ubuntu-dev-tools: requestsync fails "ValueError: IV must be 16 bytes long"

2013-01-02 Thread Michael Bienia
On 2012-12-30 18:40:23 -0800, Vincent Cheng wrote: Hi, > Michael: the reason why python-keyring can't migrate to testing right > now is because Debian is in freeze, and updates such as new upstream > releases don't comply with the freeze policy [1]. Is there a way to > fix this bug with the curren

Bug#693372: ubuntu-dev-tools: requestsync fails "ValueError: IV must be 16 bytes long"

2012-11-25 Thread Michael Bienia
On 2012-11-15 20:51:59 +, Jean-Michel Vourgère wrote: > ValueError: IV must be 16 bytes long This comes from a bad combination of python-crypto and python-keyring (see http://bugs.debian.org/675379; python-keyring: CryptedFileKeyring is insecure). python-keyring got fixed already in unstable b

Bug#689629: Please use python-argparse instead of python2.6-argparse as builddep

2012-10-07 Thread Michael Bienia
itting in dependency wait on "python2.6-argparse" indefinitely. If replacing "python2.6-argparse" with "python-argparse" is the wrong solution, do you have a better solution on how to make it build in Ubuntu? Or should the package get removed completely due to the

Bug#673286: gem: FTBFS with gcc-4.7

2012-05-17 Thread Michael Bienia
Package: gem Version: 1:0.93.3-3 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: ftbfs-gcc-4.7 Hi, while trying to build gem with gcc-4.7 (tried in Ubuntu), it FTBFS with: , | make[3]: Entering directory `/build/buildd/gem-0.93.3/plugins/recordV4L2' | /bin/bash ../../

Bug#671765: xpdf: FTBFS with ld --as-needed

2012-05-06 Thread Michael Bienia
Package: xpdf Version: 3.03-9 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: ld-as-needed Hello, xpdf 3.03-9 will FTBFS when trying to link with --as-needed. The problem is in debian/rules passing the libs to link with in LDFLAGS instead of LIBS (the correct variable for

Bug#671052: gtklp: FTBFS with ld --as-needed

2012-05-01 Thread Michael Bienia
Package: gtklp Version: 1.2.7-2.3 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertags: ld-as-needed Hello, trying to build gtklp in Ubuntu (which uses ld --as-needed by default) resulted in the following linking error: ,[ https://launchpadlibrarian.net/103699915/buildlog

Bug#671016: ax25-tools: FTBFS with ld --as-needed

2012-05-01 Thread Michael Bienia
Package: ax25-tools Version: 0.0.10-rc2+cvs20120204-3 Severity: normal User: debian-...@lists.debian.org Usertags: ld-as-needed Tags: patch Hello, trying to build your package in Ubuntu failed as the linking doesn't respect the needed argument order for linking with ld --as-needed: ,[ https

Bug#646033: Patch for FTBFS with ld --as-needed

2011-10-31 Thread Michael Bienia
Hello, here is a minimal patch (patches both src/Makefile.am and src/Makefile.in) to fix the FTBFS. It replaces the wrong usage of $binary_LDFLAGS with the correct $binary_LDADD to pass additional libraries to link with. I'm not sure if -lX11 should be kept in LDADD (from #554058) as I could buil

Bug#637169: /usr/bin/requestsync: default mail configuration fails (with a traceback)

2011-08-09 Thread Michael Bienia
On 2011-08-09 13:07:30 +1000, Karl Goetz wrote: > Package: ubuntu-dev-tools > Version: 0.101 > Severity: normal > File: /usr/bin/requestsync > > I've stepped all the way through requestsync, and the final step bombs out on > me: > Press [Enter] to continue or [Ctrl-C] to abort. > Connecting to f

Bug#625984: bluez-tools: FTBFS with "ld --as-needed"

2011-05-07 Thread Michael Bienia
Package: bluez-tools Version: 0.1.38+git662e-2 Severity: normal Tags: patch Hello, bluez-tools fails to build in Ubuntu as it uses "ld --as-needed" for linking by default and blueztools misuses AM_LDFLAGS to specify the libraries to link with. As configure uses AM_LDFLAGS before the object files

Bug#624707: FTBFS caused by "error: format not a string literal and no format arguments"

2011-04-30 Thread Michael Bienia
Package: dctl-tools Version: 2.18 Severity: normal Tags: patch Hello, trying to build dctrl-tools 2.18 in Ubuntu oneiric leads to a FTBFS because of "error: format not a string literal and no format arguments" [1]. The error comes from a wrong argument order for message() and some missing format

Bug#624688: vim-gui-common: Drop path and file extension for Icon in gvim.desktop

2011-04-30 Thread Michael Bienia
Package: vim-gui-common Version: 2:7.3.154+hg~74503f6ee649-2 Severity: normal Tags: patch Hi, this was originally filed in Ubuntu as bug #740842 [1]. To allow theming of the icon, the desktop file shouldn't contain an absolute path name (and also no file extension). Michael 1: https://launchpad

Bug#624686: vim-runtime: Update of the supported Ubuntu codenames

2011-04-30 Thread Michael Bienia
Package: vim-runtime Version: 2:7.3.154+hg~74503f6ee649-2 Severity: normal Tags: patch Hello, attached is a patch to update the supported Ubuntu codenames in runtime/syntax/debchangelog.vim and runtime/syntax/debsources.vim: - Drop jaunty and karmic - Add oneiric Michael Index: vim-7.3.154+hg~74

Bug#611652: libexplain: Missing include and two code errors

2011-01-31 Thread Michael Bienia
Package: libexplain Version: 0.37.D001-1 Severity: normal Tags: patch Hello, attached is the patch which I needed to get libexplain build in Ubuntu natty: * libexplain/iocontrol/siocshwtstamp.c: + Add missing include of libexplain/ac/linux/net_tstamp.h. + Fix two code errors. Here the part o

Bug#608878: lemonldap-ng: libhtml-template-perl and libxml-simple-perl missing in Build-Depends-Indep

2011-01-04 Thread Michael Bienia
Package: lemonldap-ng Version: 1.0.1-1 Severity: normal Hello, lemonldap-ng is missing libhtml-template-perl and libxml-simple-perl in Build-Depends-Indep. Both packages are needed by the test suite. Without it the build on Ubuntu fails: ,[ http://launchpadlibrarian.net/60877365/buildlog_ub

Bug#606489: shibboleth-sp2: FTBFS with ld --as-needed

2010-12-09 Thread Michael Bienia
Package: shibboleth-sp2 Version: 2.3.1+dfsg-4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: debian-...@lists.debian.org Usertags: ld-as-needed Hello, here is a patch to fix the FTBFS in Ubuntu with ld --as-needed before it gets l

Bug#606488: opensaml2: FTBFS with ld --as-needed

2010-12-09 Thread Michael Bienia
Package: opensaml2 Version: 2.3-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: debian-...@lists.debian.org Usertags: ld-as-needed Hello, here is a patch to fix the FTBFS in Ubuntu with ld --as-needed before it gets lost in the a

Bug#606486: xmltooling: FTBFS with ld --as-needed

2010-12-09 Thread Michael Bienia
Package: xmltooling Version: 1.3.3-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch User: debian-...@lists.debian.org Usertags: ld-as-needed Hello, here is a patch to fix the FTBFS in Ubuntu with ld --as-needed before it gets lost in th

Bug#603281: publican: Missing build-dependency on libxml-simple-perl

2010-11-12 Thread Michael Bienia
Package: publican Version: 2.3-1 Severity: normal Hello, building publican in Ubuntu natty fails because libxml-simple-perl is missing in Build-Depends: ,[ http://launchpadlibrarian.net/58474459/buildlog_ubuntu-natty-i386.publican_2.3-1_FAILEDTOBUILD.txt.gz ]- | cd /build/buildd/publican-2

Bug#601013: sqlalchemy: FTBFS with python3.2 (in Ubuntu natty)

2010-10-22 Thread Michael Bienia
Package: sqlalchemy Version: 0.6.3-3 Severity: normal Tags: patch Hi, python3.2-dev got added to python3-all-dev in Ubuntu natty leading to a FTBFS of sqlalchemy because it has only a special "install" target in debian/rules for python3.1. Copying that target for python3.2 fixes it. Regards, Mic

Bug#600562: vim: Add Ubuntu's "metapackages" section to syntax highlighting

2010-10-18 Thread Michael Bienia
Package: vim Version: 2:7.3.000+hg~ee53a39d5896-1 Severity: wishlist Tags: patch Hi, Ubuntu caries a patch to add their "metapackages" section to syntax hightlighting. It would be nice if that patch could get included in the Debian package. Michael Index: vim-7.3.000+hg~ee53a39d5896/runtime/synt

Bug#600560: vim: Add "natty" to recognized Ubuntu codenames

2010-10-18 Thread Michael Bienia
Package: vim Version: 2:7.3.000+hg~ee53a39d5896-1 Severity: wishlist Tags: patch Hi, attached is a patch to add the next Ubuntu codename to the syntax highlighting. Michael Index: vim-7.3.000+hg~ee53a39d5896/runtime/syntax/debchangelog.vim

Bug#598600: ascii2binary: Upstream's endian.h conflicts with system's endian.h causing a FTBFS in Ubuntu

2010-09-30 Thread Michael Bienia
Package: ascii2binary Version: 2.13-1 Severity: normal Tags: patch Hello, ascii2binary FTBFS in Ubuntu maverick with the following error: ,[ http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/ascii2binary_2.13-1_lubuntu32.buildlog ]- | In file included from //usr/include/stdlib.h:43, |

Bug#594826: uni2ascii: Upstream's endian.h conflicts with system's endian.h causing a FTBFS in Ubuntu

2010-08-29 Thread Michael Bienia
e source code is compiled with -I. This combination causes that including stdlib.h pulls the wrong endian.h (the local one and not the system one) leading to the above error as the guarding #if constants aren't defined anymore. A solution is to rename the local endian.h so the cor

Bug#594765: apt-cacher-ng: FTBFS in Ubuntu maverick

2010-08-29 Thread Michael Bienia
Package: apt-cacher-ng Version: 0.5.3-1 Severity: normal Tags: experimental Hi, I tried building apt-cacher-ng 0.5.3-1 from experimental in my Ubuntu maverick pbuilder and it FTBFS: , | g++ -c -Wall -g -O2 -D_FILE_OFFSET_BITS=64 "-I/tmp/buildd/apt-cacher-ng-0.5.3/include" source/job.cc -o j

Bug#590291: apt-cacher-ng 0.5.1 still missing the needed include in source/acfg.cc for umask() and mkdir()

2010-08-01 Thread Michael Bienia
found 590291 0.5.1-1 thanks Hi, I tried compiling apt-cacher-ng 0.5.1-1 in my Ubuntu maverick pbuilder and it failed: , | g++ -c -Wall -g -O2 -D_FILE_OFFSET_BITS=64 "-I/tmp/buildd/apt-cacher-ng-0.5.1/include" source/acfg.cc -o acfg.o | source/acfg.cc: In function 'void acfg::PostProcConfig

Bug#589141: drivel: FTBFS on Ubuntu with "error: format not a string literal and no format arguments"

2010-07-15 Thread Michael Bienia
Package: drivel Version: 3.0.1-1 Severity: normal Tags: patch Hi, as the Ubuntu gcc has some additional security checks enabled, drivel fails to build with: , | blog_lj.c: In function 'parse_login_request': | blog_lj.c:255: error: format not a string literal and no format arguments ` Her

Bug#588778: Function `sapwood_socket_path_get_default' implicitly converted to pointer

2010-07-12 Thread Michael Bienia
Package: sapwood Version: 3.1.1.debian.10+0m5-1 Severity: normal Tags: patch Hi, the Ubuntu buildds for amd64 and ia64 check for functions implicitly converted to pointers and fails if it finds them. ,[ http://launchpadlibrarian.net/48786369/buildlog_ubuntu-maverick-amd64.sapwood_3.1.1.debi

Bug#588440: tex4ht: Versioned build dependency on default-jdk-builddep which is now provided by gcj-native-helper

2010-07-08 Thread Michael Bienia
Package: tex4ht Version: 20090611-1 Severity: normal Hi, tex4ht has a versioned build dependency on default-jdk-builddep which got renamed by a recent java-common upload to gcj-native-helper. gcj-native-helper provides default-jdk-builddep but provides only work on unversioned dependencies. Rega

Bug#571008: still exists

2010-06-19 Thread Michael Bienia
On 2010-04-07 10:11:27 -0600, dann frazier wrote: > Looks like this issue still exists in 0.8.1-1.2. The patch got added to -1.2 but forgotten to also add it to debian/patches/00list. Therefore it doesn't get applied during build. Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@l

Bug#584099: ipgrab: Function `my_malloc' implicitly converted to pointer at parse_cl.c:206

2010-06-01 Thread Michael Bienia
Package: ipgrab Version: 0.9.10-1 Severity: normal Tags: patch Hi, as the Ubuntu buildds check for implicit pointer conversion during the build, ipgrab failed to build on 64 bit architectures (AMD64 and IA64) in Ubuntu: ,[ http://launchpadlibrarian.net/48792489/buildlog_ubuntu-maverick-amd6

Bug#583594: php-doc: FTBFS in Ubuntu

2010-05-28 Thread Michael Bienia
Package: php-doc Version: 20100521-1 Severity: normal Tags: patch Hi, php-doc 20100521-1 fails to build in Ubuntu maverick: ,[ http://launchpadlibrarian.net/49075473/buildlog_ubuntu-maverick-i386.php-doc_20100521-1_FAILEDTOBUILD.txt.gz ]- | rm doc-base/.manual.xml doc-base/version.xml doc-

Bug#581819: gimp-plugin-registry: Function `lcms_open_profile' implicitly converted to pointer at separate-core.c:142

2010-05-16 Thread Michael Bienia
Package: gimp-plugin-registry Version: 3.1-1 Severity: normal Tags: patch Hello, gimp-plugin-registry 3.1-1 failed to build in Ubuntu Maverick on AMD64 (and IA64) as the buildd checks for implicitly converted pointers on 64bit architectures: ,[ http://launchpadlibrarian.net/48305399/buildlo

Bug#571008: `stringToQualifiedNameList' implicitly converted to pointer

2010-03-12 Thread Michael Bienia
s.dpatch by Michael Bienia ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Add missing PostgreSQL includes. @DPATCH@ diff -urNad postgresql-pllua-0.8.1~/plluaapi.c postgresql-pllua-0.8.1/plluaapi.c --- postgresql-pllua-0.8.1~/plluaapi.c 2010-03-12 17:28:30

Bug#569446: xtalk: FTBFS: /bin/sh: dos2unix: not found

2010-03-12 Thread Michael Bienia
On 2010-02-11 20:08:11 +0100, Lucas Nussbaum wrote: > > /bin/sh: dos2unix: not found diff -u xtalk-1.3/debian/rules xtalk-1.3/debian/rules --- xtalk-1.3/debian/rules +++ xtalk-1.3/debian/rules @@ -33,7 +33,7 @@ dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/xtalk install -

Bug#569368: squishdot: FTBFS: /bin/sh: dos2unix: not found

2010-03-12 Thread Michael Bienia
On 2010-02-11 20:08:04 +0100, Lucas Nussbaum wrote: > > /bin/sh: dos2unix: not found diff -u squishdot-1.5.0/debian/rules squishdot-1.5.0/debian/rules --- squishdot-1.5.0/debian/rules +++ squishdot-1.5.0/debian/rules @@ -27,7 +27,7 @@ dh_clean -k dh_installdirs dh_installzo

Bug#572700: gsl-doc: Missing build-dependency on texlive-font-utils

2010-03-05 Thread Michael Bienia
Package: gsl-doc Version: 1.13-1 Severity: normal Hello, during an archive rebuild test in Ubuntu lucid gsl-doc FTBFS. ,[ http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/gsl-doc_1.13-1_llucid32.buildlog ]- | Creating output file random-walk.eps...ready. | /bin/sh: Converting 12-cities.eps

Bug#562364: transfig build failure

2010-03-05 Thread Michael Bienia
On 2010-02-16 15:47:36 -0800, Daniel Schepler wrote: > I'm seeing this build failure still (or maybe again?) with texlive-extra > version 2009-7, which is supposed to have #562497 fixed: The problem now seems to be that epstopdf ignores the --outfile in --filter mode. I don't know if epstopdf its

Bug#569118: php-imlib: FTBFS with php 5.3

2010-03-05 Thread Michael Bienia
On 2010-02-10 00:39:21 -0600, Raphael Geissert wrote: > > /tmp/buildd/php-imlib-0.7/imlib.c:46: error: duplicate 'static' > > /tmp/buildd/php-imlib-0.7/imlib.c:54: error: duplicate 'static' > > /tmp/buildd/php-imlib-0.7/imlib.c:77: error: 'second_arg_force_ref' > > undeclared here (not in a functio

Bug#572634: gtk-led-askpass: FTBFS with "error: format not a string literal and no format arguments" in Ubuntu

2010-03-05 Thread Michael Bienia
Package: gtk-led-askpass Version: 0.10-2 Severity: normal Tags: patch Hello, as the Ubuntu gcc has some additional checks enabled by default, gtk-led-askpass FTBFS with the following error message: , | make[1]: Entering directory `/tmp/buildd/gtk-led-askpass-0.10' | cc -Wall -Werror `pkg-conf

Bug#571637: python-reportlab-doc is missing the documentation

2010-02-26 Thread Michael Bienia
Package: python-reportlab-doc Version: 2.3-1 Severity: normal After a local backport of python-reportlab from unstable to lenny, I noticed that my -doc package is missing the documention. I first assumed that it got lost during my backporting, but after checking the package contents as listed on p

Bug#569695: dia: Don't use LOCALMODLIBS from python for linking

2010-02-13 Thread Michael Bienia
Package: dia Version: 0.97.1-1 Severity: normal Tags: patch Hello, dia uses LOCALMODLIBS from python for linking. But as LOCALMODLIBS is only intended to be used by the python intrepreter itself and not for application linking against libpython2.6 this will cause a FTBFS as it doesn't find -lssl

Bug#569300: python-geoclue: Missing build dependency on python-dbus and python-gobject

2010-02-11 Thread Michael Bienia
Package: python-geoclue Version: 0.1.0-1 Severity: normal Hello, trying to build python-geoclue in Ubuntu lucid fails because of missing build dependency on python-dbus and python-gobject. ,[ http://launchpadlibrarian.net/39018948/buildlog_ubuntu-lucid-i386.python-geoclue_0.1.0-1_FAILEDTOBU

Bug#568633: albatross: Missing build dependency on texlive-latex-recommended

2010-02-06 Thread Michael Bienia
Package: albatross Version: 1.36-5.2 Severity: normal Hello, building albatross in Ubuntu lucid failed because of a missing build dependency on texlive-latex-recommended: , | ! LaTeX Error: File `fancybox.sty' not found. ` Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@

Bug#568007: openbmap-logger: FTBFS with python2.6

2010-02-01 Thread Michael Bienia
Package: openbmap-logger Version: 0.4.0-3 Severity: important Tags: patch User: debian-pyt...@lists.debian.org Usertags: python2.6 Hello, openbmap-logger fails to build with Python 2.6 (like on Ubuntu) because debian/install contains usr/lib/python2.5. Replacing that line with "usr/lib/python2.*

Bug#551250: Fix for libmatio FTBFS

2010-02-01 Thread Michael Bienia
Hello, as the package also FTBFS in Ubuntu lucid I looked if I can find the cause and a possible fix for it. The problem is ,[ excerpt from doxygen/latex/refman.log ]- | ! LaTeX Error: File `a4.sty' not found. ` Thus the fix is simple: add texlive-latex-recommended to Build-Depends. Micha

Bug#567930: ilisp: Missing build-dependency on texlive-latex-base

2010-02-01 Thread Michael Bienia
Package: ilisp Version: 5.12.0+cvs.2004.12.26-7 Severity: normal Hello, trying to build ilisp in Ubuntu lucid failed with the following error: ,[ http://launchpadlibrarian.net/38029869/buildlog_ubuntu-lucid-i386.ilisp_5.12.0%2Bcvs.2004.12.26-7_FAILEDTOBUILD.txt.gz ]- | texi2dvi ilisp.texi

Bug#552917: Patch to fix stow FTBFS

2010-01-30 Thread Michael Bienia
Hello, here is a patch to fix the FTBFS. Michael diff -u stow-1.3.3/debian/rules stow-1.3.3/debian/rules --- stow-1.3.3/debian/rules +++ stow-1.3.3/debian/rules @@ -7,8 +7,7 @@ build/stow:: [ -d texi ] || ( mkdir texi ; cd texi \ ; ln -s ../stow.texi ../version.texi . \ -

Bug#567639: make-doc-non-dfsg: Missing build dependency on texlive-latex-base

2010-01-30 Thread Michael Bienia
Package: make-doc-non-dfsg Version: 3.81-5 Severity: normal Hello, when trying to build "make-doc-non-dfsg" on Ubuntu it failed to build because of a missing build dependency on texlive-latex-base: ,[ http://launchpadlibrarian.net/36498388/buildlog_ubuntu-lucid-i386.make-doc-non-dfsg_3.81-5

Bug#551243: php-htmlpurifier: FTBFS: Console_Getopt: unrecognized option -- /

2010-01-29 Thread Michael Bienia
On 2009-10-21 21:52:11 +0200, Christian BAYLE wrote: > Hi, I think i found why > when used in a builder the > > /usr/share/dh-make-php/phppkginfo . package > and > /usr/share/dh-make-php/phppkginfo . version > > commands don't return anything [...] > I couldn't figure out yet why this happens I

Bug#566842: vim: Don't use MODLIBS when building with python interpreter support and python2.6

2010-01-25 Thread Michael Bienia
Package: vim Version: 2:7.2.330-1 Severity: normal Tags: patch Hello, vim's configure script uses MODLIBS from python's config/Makefile to know to link against which libs. As MODLIBS uses LOCALMODLIBS for it's value and as I got told that LOCALMODLIBS shouldn't be used for python extensions (I as

Bug#566841: ftplugin/debchangelog.vim: Use python-launchpadlib (and the LP API) for bug completion for Ubuntu bugs

2010-01-25 Thread Michael Bienia
Package: vim-runtime Version: 2:7.2.330-1 Severity: normal Tags: patch Hello, I noticed that ftplugin/debchangelog.vim still uses python-launchpad-bugs to fetch the bug listings for an Ubuntu package. The attached patch changes it to use the LP API (through python-launchpadlib) instead. It uses t

Bug#566340: derivations: Versioned build dependency on texlive-base-bin

2010-01-22 Thread Michael Bienia
Package: derivations Version: 0.51.20080419-2 Severity: normal Hello, derivations as a versioned build dependency (Build-Depends-Indep) on texlive-base-bin. As texlive-base-bin is now only provided by texlive-binaries, derivations' build dependency should be updated to texlive-binaries. Michael

Bug#566328: jadetex: Versioned build dependency on texlive-base-bin

2010-01-22 Thread Michael Bienia
Package: jadetex Version: 3.13-10 Severity: normal Hello, jadetex has a versioned build dependency (Build-Depends-Indep) on texlive-base-bin. As texlive-base-bin is now only provided by texlive-binaries, jadetex's build dependency should be updated to texlive-binaries. Michael -- To UNSUBSCR

Bug#566109: Cannot fetch changelog from packages.debian.org

2010-01-21 Thread Michael Bienia
On 2010-01-21 11:28:48 +0100, Artur R. Czechowski wrote: > requestsync -d unstable --lp rrdcollect lucid > requestsync -d unstable rrdcollect lucid > > result with following error: > > Unable to connect to packages.debian.org: HTTP Error 404: Not Found > E: Did not retrieve any changelog entries.

Bug#560484: Patch to fix the "invalid conversion from 'const char*' to 'char*'" error

2010-01-20 Thread Michael Bienia
Hello, here is the patch I applied to the Ubuntu package to fix it. Michael --- smilutils-0.3.2+cvs20070731.orig/libkino/gnome-stubs.cc +++ smilutils-0.3.2+cvs20070731/libkino/gnome-stubs.cc @@ -24,16 +24,16 @@ char *gnome_config_get_string( const char *path ) { - char *ptr = strchr( p

Bug#563534: cbedic: FTBFS with gcc-4.4 (error: invalid conversion from 'const char*' to 'char*')

2010-01-03 Thread Michael Bienia
Package: cbedic Version: 4.0-2 Severity: normal Tags: patch Hi, a rebuild of cbedic with gcc-4.4 (in Ubuntu) failed to build: ,[ http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/cbedic_4.0-2build2_llucid32.buildlog ]- | engine/translator.cpp: In member function 'bool Translator::isLatinIn

Bug#563281: test_pbuilder-checkparams fails it pbuilder is not installed

2010-01-01 Thread Michael Bienia
Package: pbuilder Version: 0.195 Severity: important Tags: patch Justification: fails to build from source Hello, test_pbuilder-checkparams fails if pbuilder is not installed (e.g. when building pbuilder inside a pbuilder or on the buildds). The reason is that pbuilder-checkparams source files fr

Bug#560758: False: The versions in Debian and Ubuntu are the same already during requestsync

2009-12-20 Thread Michael Bienia
On 2009-12-11 23:59:49 +0100, Artur R. Czechowski wrote: > When requesting sync without using the LP extension: > requestsync -d unstable rrdcollect lucid > I can see an error: > E: The versions in Debian and Ubuntu are the same already (0.2.4-2). Aborting. > > Please note that launchpad knows abo

Bug#561805: python-debian: Please implement __unicode__() for Changelog (and ChangeBlock)

2009-12-20 Thread Michael Bienia
Package: python-debian Version: 0.1.14 Severity: wishlist Please implement __unicode__() for Changelog and ChangeBlock to be able to convert a changelog or a block into a unicode string. >>> from debian_bundle.changelog import Changelog >>> c = Changelog(open('changelog.txt', 'r')) >>> unicode(c)

Bug#539540: FTBFS with GCC 4.4: missing #include

2009-12-07 Thread Michael Bienia
On 2009-08-01 21:21:13 +0200, Martin Michlmayr wrote: > > In file included from FTutils.cpp:25: > > FTutils.hpp:125: error: 'int32_t' does not name a type > > FTutils.hpp: In function 'float flush_to_zero(float)': > > FTutils.hpp:136: error: 'union ls_pcast32' has no member named 'i' Attached is a

Bug#559898: flowcanvas: FTBFS with g++ 4.4 (missing include)

2009-12-07 Thread Michael Bienia
Package: flowcanvas Version: 0.5.1-1 Severity: normal Tags: patch Hello, your package "flowcanvas" failed to build in Ubuntu Lucid with g++ 4.4: ,[ http://launchpadlibrarian.net/36472094/buildlog_ubuntu-lucid-i386.flowcanvas_0.5.1-1_FAILEDTOBUILD.txt.gz ]- | In file included from /build/bui

Bug#559889: raul: FTBFS with g++ 4.4 (missing include)

2009-12-07 Thread Michael Bienia
Package: raul Version: 0.5.1-1 Severity: normal Tags: patch Hello, your package "raul" failed to build in Ubuntu Lucid with g++ 4.4: ,[ http://launchpadlibrarian.net/36473766/buildlog_ubuntu-lucid-i386.raul_0.5.1-1_FAILEDTOBUILD.txt.gz ]- | MFWriter.cpp: In member function 'bool Raul::SMFWr

Bug#559877: qpdf: FTBFS with g++ 4.4 (missing include)

2009-12-07 Thread Michael Bienia
Package: qpdf Version: 2.1-1 Severity: normal Tags: patch Hello, trying to build "qpdf" in Ubuntu Lucid with g++ 4.4 failed with the following error: , [ http://launchpadlibrarian.net/36005866/buildlog_ubuntu-lucid-amd64.qpdf_2.1-1_FAILEDTOBUILD.txt.gz ] | In file included from libqpdf/Pl_A

Bug#558411: template-new: Buffer overflow caused by Debian changes

2009-11-28 Thread Michael Bienia
Package: template-new Version: 1.3.8-1.1 Severity: normal Tags: patch Hello, template-new failed to build in Ubuntu as gcc caught the following buffer overflow: , | In function 'strcpy', | inlined from 'write_file' at new_proj.c:196: | /usr/include/bits/string3.h:106: error: call to __bui

Bug#546175: aspectc++: FTBFS with g++-4.4 (error: invalid conversion from 'const char*' to 'char*')

2009-09-11 Thread Michael Bienia
Package: aspectc++ Version: 1.0pre4~svn.20090615-1 Severity: normal Tags: patch Hello, during a rebuild test in Ubuntu, aspectc++ failed to build with the following error: , | ACWeaver.cc: In member function 'Puma::Unit* ACWeaver::translate(Puma::VerboseMgr&, const char*, Transformer&)': | A

Bug#546171: cwidget: FTBFS with g++ 4.4 (error: invalid conversion from 'const char*' to 'char*')

2009-09-11 Thread Michael Bienia
Package: cwidget Version: 0.5.12-4 Severity: normal Tags: patch Hello, during a rebuild test in Ubuntu, cwidget (0.5.12-4ubuntu2) failed to build with the following error (g++-4.4 4.4.1-3ubuntu3): , | fragment.cc: In function 'cwidget::fragment* cwidget::fragf(const char*, ...)': | fragment

Bug#545150: zodb: Bashism in debian/rules

2009-09-05 Thread Michael Bienia
Package: zodb Version: 3.8.3-1 Severity: normal Tags: patch Hello, there is a bashism in debian/rules which makes the package FTBFS if dash is used (e.g. on Ubuntu). Attached is a patch to fix it. Michael diff -u zodb-3.8.3/debian/rules zodb-3.8.3/debian/rules --- zodb-3.8.3/debian/rules +++ zod

Bug#543231: zope.schema: FTBFS with python 2.6

2009-08-23 Thread Michael Bienia
/changelog +++ zope.schema-3.5.4/debian/changelog @@ -1,3 +1,10 @@ +zope.schema (3.5.4-3) unstable; urgency=low + + * debian/rules: +Determine the correct library path for python 2.5 and python 2.6. + + -- Michael Bienia Mon, 20 Jul 2009 16:31:00 +0200 + zope.schema (3.5.4-2) unstable; urgency

Bug#543230: zope.testing: FTBFS with python 2.6

2009-08-23 Thread Michael Bienia
/debian/changelog +++ zope.testing-3.7.4/debian/changelog @@ -1,3 +1,10 @@ +zope.testing (3.7.4-5) unstable; urgency=low + + * debian/rules: +Determine the correct library path for python 2.5 and python 2.6. + + -- Michael Bienia Mon, 20 Jul 2009 16:35:21 +0200 + zope.testing (3.7.4-4) unstable

Bug#543229: zope.testbrowser: FTBFS with python 2.6

2009-08-23 Thread Michael Bienia
--- zope.testbrowser-3.5.1/debian/changelog +++ zope.testbrowser-3.5.1/debian/changelog @@ -1,3 +1,10 @@ +zope.testbrowser (3.5.1-2) unstable; urgency=low + + * debian/rules: +Determine the correct library path for python 2.5 and python 2.6. + + -- Michael Bienia Fri, 21 Aug 2009 17:44:49 +0200

Bug#543217: gnupg2: udev acl rules to give gpg access to some smartcard readers

2009-08-23 Thread Michael Bienia
Package: gnupg2 Version: 2.0.11-1 Severity: wishlist Tags: patch Hello, here are some udev rules to give gpg2/scdaemon access to some SCM smartcard readers for the currently logged-in user. This patch is already tested on the gnupg2 package in Ubuntu karmic and it needs the udev version from expe

Bug#543216: gnupg: udev acl rules to give gpg access to some smartcard readers

2009-08-23 Thread Michael Bienia
Package: gnupg Version: 1.4.9-4 Severity: wishlist Tags: patch Hello, here are some udev rules to give gpg access to some SCM smartcard readers for the currently logged-in user. This patch is already tested on the gnupg package in Ubuntu karmic and it needs the udev version from experimental to w

Bug#540068: libgnupg-perl: Missing build-dependency on gnupg

2009-08-05 Thread Michael Bienia
Package: libgnupg-perl Version: 0.10-1 Severity: normal Hello, libgnupg-perl failed to build on the Ubuntu buildd because of missing gnupg for the test suite: , |dh_auto_test | make[1]: Entering directory `/build/buildd/libgnupg-perl-0.10' | PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-

Bug#539334: python-debian: Please add methods to Changelog to navigate through existing changelog blocks

2009-07-30 Thread Michael Bienia
Package: python-debian Version: 0.1.14 Severity: wishlist Hello, I'm trying to improve some parts from Ubuntu's requestsync script (in ubuntu-dev-tools) and was looking if the Changelog class from python-debian is usable to replace the simple code from requestsync to copy new changelog entries fr

Bug#539316: python-debian: Parsing an existing changelog duplicates newlines

2009-07-30 Thread Michael Bienia
Package: python-debian Version: 0.1.14 Severity: normal Hello, I was looking if I can use the Changelog class to access changelog entries from a existing changelogs. The parsing of a existing changelog went fine but then I found out that there are no methods to iterate over (or access) existing c

Bug#537581: zope.interface: FTBFS with python 2.6

2009-07-19 Thread Michael Bienia
n/changelog --- zope.interface-3.5.1/debian/changelog +++ zope.interface-3.5.1/debian/changelog @@ -1,3 +1,13 @@ +zope.interface (3.5.1-3) unstable; urgency=low + + * debian/rules: +Use the macros from python.mk to determine the library path for python 2.5 + and python 2.6. + * debian/control: +

Bug#534800: "SyntaxError: keyword argument repeated" in repoze.who.plugins.openid/setup.py

2009-06-28 Thread Michael Bienia
On 2009-06-28 10:42:41 +0200, Stefano Zacchiroli wrote: > According to the error message, it is surely the proper fix. > What puzzles me, is that I don't get the error in Debian, can you > please tell me more about your configuration? In particular, which > Python version are you using during build

Bug#534800: "SyntaxError: keyword argument repeated" in repoze.who.plugins.openid/setup.py

2009-06-27 Thread Michael Bienia
Package: python-repoze.who-plugins Version: 20090530-2 Severity: normal Hello, I'm trying to sync turbogears2 from experimental to Ubuntu karmic and I'm currently working myself through the stack and checking which package else I need to get synced. While trying to build python-repoze.who-plugins

Bug#534696: liburi-find-perl: libmodule-build-perl provided by perl-modules is too old for this package to build

2009-06-26 Thread Michael Bienia
Package: liburi-find-perl Version: 20090319-1 Severity: normal Hello, trying to build liburi-find-perl in Ubuntu karmic failed as the libmodule-build-perl provided by perl-modules isn't recent enough for this package. There is already a versioned build-dependency on libmodule-build-perl but as it

Bug#534692: powder: Calling a bash-script with sh fails if sh is not bash

2009-06-26 Thread Michael Bienia
Package: powder Version: 111-1 Severity: normal Tags: patch Hello, building powder in Ubuntu karmic failed as debian/rules tries to execute a bash-script with sh which is dash on Ubuntu. Here is the part from the build log: , | sh -ex ./buildall.sh | + [ -z -g -O2 ] | + PREFIX_DOC=/usr/share

Bug#487503: Missing format argument in lockfile-progs.c:usage()

2009-06-19 Thread Michael Bienia
On 2009-06-17 21:21:05 -0700, Rob Browning wrote: > Michael Bienia writes: > > > As Ubuntu's gcc has some hardening patches applied, lockfile-progs > > 0.1.11-0.1 fails to build in Ubuntu intrepid with the following error > > message: > > , > &g

Bug#532768: gtest: Missing build-dependency on python

2009-06-15 Thread Michael Bienia
On 2009-06-14 11:39:20 -0500, Steve M. Robbins wrote: Hello, > On Thu, Jun 11, 2009 at 03:00:40PM +0200, Michael Bienia wrote: > > trying to build your package on Ubuntu karmic it FTBFS because of a > > missing build-dependency on python. > > What confuses me about this re

Bug#532768: gtest: Missing build-dependency on python

2009-06-11 Thread Michael Bienia
Package: gtest Version: 1.3.0-1 Severity: normal Hello, trying to build your package on Ubuntu karmic it FTBFS because of a missing build-dependency on python. Here is a relevant part of the build log: , | Traceback (most recent call last): | File "./test/gtest_break_on_failure_unittest.py

Bug#530861: dietlibc: "undefined reference to `__builtin_stdarg_start'" with gcc 4.4

2009-05-28 Thread Michael Bienia
Package: dietlibc Version: 0.31-1.2 Severity: normal Tags: patch Hello, this is a forward of the Ubuntu bug https://bugs.launchpad.net/ubuntu/+source/dietlibc/+bug/381215 While trying to build mksh in Ubuntu karmic (with gcc 4.4) it failed at the linking stage with "undefined reference to `__bui

Bug#528675: libnet-arp-perl: Buffer overflow in get_mac_linux()

2009-05-14 Thread Michael Bienia
Package: libnet-arp-perl Version: 1.0.3-2 Severity: normal Tags: patch Hello, libnet-arp-perl fails to build in Ubuntu karmic because of a buffer overflow in get_mac_linux(): t/get_mac*** buffer overflow detected ***: /usr/bin/perl terminated === Backtrace: = /lib/libc.so.6(_

Bug#526623: html2text: Bashism in debian/tests/runtests

2009-05-02 Thread Michael Bienia
Package: html2text Version: 1.3.2a-13 Severity: normal Tags: patch Hello, there is a bashism in debian/tests/runtests which makes this package FTBFS on systems where /bin/sh is dash (e.g. Ubuntu). Here is the relevant log from an Ubuntu build: cd debian/tests/ && sh runtests runtests: 7: functio

Bug#526455: canlock: Bashism in debian/rules

2009-05-01 Thread Michael Bienia
Package: canlock Version: 2b-5 Severity: normal Tags: patch Hello, your package contains a bashism in debian/rules which makes it FTBFS on system where /bin/sh is dash (like e.g. Ubuntu). Attached is a patch to fix this. Regards Michael diff -u canlock-2b/debian/rules canlock-2b/debian/rules ---

Bug#502558: FTBFS: fails to build when either libcurl4-*-dev is installed

2009-04-28 Thread Michael Bienia
On 2008-10-17 16:08:15 -0400, Stephen Depooter wrote: > [snip] > gcc -g -O2 -Wall -Wno-pointer-sign -o gpgkeys_finger > gpgkeys_finger-gpgkeys_finger.o gpgkeys_finger-ksutil.o ../util/libutil.a > gcc -DHAVE_CONFIG_H -I. -I.. -I../../keyserver -I../../include -I../../intl > -g -O2 -Wall -Wno

Bug#517993: urlgrabber: Patch for md5 deprecation warning from python 2.6

2009-03-03 Thread Michael Bienia
an/patches/002_md5_deprecation.dpatch @@ -0,0 +1,46 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 002_md5_deprecation.dpatch by Michael Bienia +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Fix deprecation warning from python 2.6 about the md5 module + +...@dpatc

Bug#517831: dput: Fix for deprecation warning when used with python 2.6

2009-03-02 Thread Michael Bienia
Package: dput Version: 0.9.2.37 Severity: normal Tags: patch Hello, as Ubuntu is currently switching to python 2.6 (I guess Debian will follow in the near future), dput produces the following warnings: , | /usr/bin/dput:21: DeprecationWarning: the md5 module is deprecated; use hashlib instea

Bug#515305: libperl-minimumversion-perl: Missing build-dependency on libfile-find-rule-perl-perl

2009-02-15 Thread Michael Bienia
Package: libperl-minimumversion-perl Version: 1.19-1 Severity: normal User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty Hello, while trying to get libperl-minimumversion-perl get build in Ubuntu jaunty (a small bootstrapping was needed as libperl-minimumversion-perl build-depends

Bug#515178: ocamlweb: Fails to install if texlive is not installed (update-updmap: not found)

2009-02-14 Thread Michael Bienia
Package: ocamlweb Version: 1.37-9 Severity: normal Hello, while trying to resolve an other build problem on Ubuntu, I came across this problem with your package. As texlive-latex-extra is now in Recommends and Recommends don't get installed on buildds, ocamlweb fails to install in such cases. ,-

Bug#515002: onetime: Bashism in check.sh and missing build-dependency on python

2009-02-12 Thread Michael Bienia
debian/changelog +++ onetime-1.73/debian/changelog @@ -1,3 +1,10 @@ +onetime (1.73-1.1) unstable; urgency=low + + * Fix bashism in check.sh. + * Add python to Build-Depends. + + -- Michael Bienia Wed, 11 Feb 2009 18:08:34 +0100 + onetime (1.73-1) unstable; urgency=low * Initial release (

Bug#505261: audit: Bashism in debian/rules

2008-11-11 Thread Michael Bienia
Package: audit Version: 1.7.9-1 Severity: normal Tags: patch Hello, your package FTBFS on Ubuntu (jaunty) as it contains some bashism in debian/rules. Attached is a patch to fix it. Thanks. Michael diff -u audit-1.7.9/debian/rules audit-1.7.9/debian/rules --- audit-1.7.9/debian/rules +++ audit-1

Bug#486250: buildd.emdebian.org: gnupg fails to crossbuild - problem with curl?

2008-07-20 Thread Michael Bienia
On 2008-06-14 18:23:07 +0100, Neil Williams wrote: Hello, > *** ../emdebian-tail.log > .../../keyserver/gpgkeys_curl.c:304: error: ?typeof? applied to a bit-field > .../../keyserver/gpgkeys_curl.c:304: error: ?typeof? applied to a bit-field > .../../keyserver/gpgkeys_curl.c:304: error: ?typeof? a

Bug#490064: libjdic-java: Missing build-dependency on java-gcj-compat-dev

2008-07-09 Thread Michael Bienia
Package: libjdic-java Version: 0.0.20060613-8 Severity: normal User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid Hello, trying to build libjdic-java in Ubuntu intrepid fails with the following error: ant -f jdic/build.xml buildunixjni buildunixembed Unable to locate tools.jar. Expected to

  1   2   >