Bug#529773: libghc6-xmonad-dev can't be upgraded due to unsatisfiable dependencies

2009-05-21 Thread Sebastian Ramacher
Package: libghc6-xmonad-dev Version: 0.8-1 Severity: grave libghc6-xmonad-dev can not be upgraded to the latest version since its' dependencies are not satisfiable. libghc6-xmonad-dev 0.8.1-3 depends on ghc6 ( 6.10.1+dfsg1+) ghc6 (= 6.10.1+dfsg1-13) whereas the latest version of ghc6 in

Bug#623517: krunner segaults on login everytime

2011-04-20 Thread Sebastian Ramacher
Package: kdebase-workspace-bin Version: 4:4.4.5-8 Followup-For: Bug #623517 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I can confirm this. Furthermore my .xsession-errors contains a lot of dbus assertion failures: process 2444: arguments to dbus_message_iter_append_basic() were incorrect,

Bug#564968: patch to fix FTBFS

2011-05-19 Thread Sebastian Ramacher
tag 564968 + patch thanks The attached patch should fix the FTBFS. Kind regards, -- Sebastian Ramacher --- source/ScriptCommands.C.orig 2011-05-19 23:54:51.0 +0200 +++ source/ScriptCommands.C 2011-05-19 23:54:56.0 +0200 @@ -383,7 +383,7 @@ SCM res = gh_list(SCM_UNDEFINED

Bug#627727: [Python-modules-team] Bug#627727: python-keyczar: FTBFS: ValueError: RSA modulus length must be a multiple of 256 and 1024

2011-05-24 Thread Sebastian Ramacher
://code.google.com/p/keyczar/source/detail?r=502 Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#603681: bitlbee-common: fails to install

2011-05-28 Thread Sebastian Ramacher
I think this bug can be closed as bitlbee/3.0.1-1 depends on adduser. Due to a missing colon in the changelog this bug has not been closed automatically. Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#651865: [Python-modules-team] Bug#651865: python-gnutls: gnutls.library.functions fails with libgnutls28-3.0.8-2

2012-02-04 Thread Sebastian Ramacher
release (1.2.4). The ctypes.util.find_library call has been replaced by routine to find the library with the correct soname. Kind regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#655647: [Python-modules-team] Bug#655647: urwid: FTBFS: tests fail

2012-02-04 Thread Sebastian Ramacher
tags 655647 + moreinfo thanks Hi Jakub, On 01/12/2012 11:48 PM, Jakub Wilk wrote: urwid FTBFS on i386: [snip] | FAILED (failures=9) I just tried to reproduce it and failed to do so on both i386 and amd64. Are you still able to reproduce it? Kind regards, -- Sebastian Ramacher

Bug#658787: FTBFS: tests fail

2012-02-10 Thread Sebastian Ramacher
available (potentially not even the loopback). Your package build+test process must not attempt to use the network or assume that any network interface is available. Kind regards [1] http://wiki.debian.org/buildd -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#653135: xul-ext-add-in-one-sidebar: not compatible with Iceweasel 9.0

2011-12-24 Thread Sebastian Ramacher
Package: xul-ext-all-in-one-sidebar Version: 0.7.14-2 Severity: grave Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Since iceweasel 9.0.1-1 is now in unstable it's not possible to install xul-ext-add-in-one-sidebar in unstable anymore: # apt-get install

Bug#659806: glipper: uninstallable due to dependency on python-gnomeapplet

2012-03-13 Thread Sebastian Ramacher
the now gone python-gnomeapplet. In the absence of python-appindicator glipper falls back to Gtk.StatusIcon and is usable (but I'm not a user of glipper, so please correct me if I'm wrong). The attached patch drops the Depends. Cheers -- Sebastian Ramacher diff -Nru glipper-2.3/debian/rules glipper

Bug#639072: hplip: FTBFS: prnt/hpps/hppsfilter.c:119:5: error: unknown type name 'ppd_attr_t'

2011-09-12 Thread Sebastian Ramacher
3.11.7-1 contains a patch to fix this issue [1]. It also built on all buildds and I can't reproduce the bug with 3.11.7-1. So I think this bug can be closed. Regards [1] http://patch-tracker.debian.org/patch/series/view/hplip/3.11.7-1/cups-1.5.0-compatibility -- Sebastian Ramacher

Bug#640581: ocfs2-tools: FTBFS: cp: cannot stat, `debian/tmp/debian/tmp/sbin/ocfs2_controld.cman': No such file or directory

2011-09-20 Thread Sebastian Ramacher
this issue. Regards, [1] http://patches.ubuntu.com/o/ocfs2-tools/ocfs2-tools_1.6.3-2ubuntu2.patch -- Sebastian Ramacher diff -Nru ocfs2-tools-1.6.3/debian/control ocfs2-tools-1.6.3/debian/control --- ocfs2-tools-1.6.3/debian/control 2011-03-25 16:24:41.0 +0100 +++ ocfs2-tools-1.6.3/debian/control

Bug#635486: [hplip] Unable to load CUPSEXT

2011-09-20 Thread Sebastian Ramacher
tag 635486 + moreinfo thanks Seems like the module cupsext can't be loaded. Could you try to run import cupsext in python directly (i.e python -c 'import cupsext')? If that fails too could you also run python -c 'import sys; print sys.path'? Regards -- Sebastian Ramacher signature.asc

Bug#636800: gecko-mediaplayer: files installed into wrong directory

2011-08-05 Thread Sebastian Ramacher
Package: gecko-mediaplayer Version: 1.0.4-1 Severity: grave -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 1.0.4-1 installs the *.so files into /usr/lib/x86_64-linux-gnu/mozilla/plugins. But iceweasel doesn't look there for plugins and hence gecko-mediaplayer can't be used. I was able to fix

Bug#636800: files installed into wrong directory

2011-08-06 Thread Sebastian Ramacher
I think you meant --with-plugin-dir ? Yes, I did. Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#637904: __m2crypto.so: undefined symbol: SSLv2_method

2011-08-15 Thread Sebastian Ramacher
attached the patch. In view of #637750 please note that test_sslv23_no_v2_no_service and test_sslv23_weak_crypto will fail because openssl seems to ignore -no_ssl3 silently. But I didn't dig any further. Kind regards -- Sebastian Ramacher --- m2crypto-0.20.1.orig/SWIG/_ssl.i +++ m2crypto-0.20.1/SWIG

Bug#633736: swig2.0: python/std_map.i doesn't honor all template arguments

2011-07-13 Thread Sebastian Ramacher
Package: swig2.0 Version: 2.0.4-2 Severity: serious Tags: patch Justification: causes FTBFS -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 std::map has four template arguments, but the code in swig's python/std_map.i only honors the first two. This makes e.g swiginac [1] and syfi [2] fail to

Bug#633710: [Python-modules-team] Bug#633710: swiginac: FTBFS: swiginac_wrap.cpp:6138: error: 'asdict' is not a member of 'swig::traits_fromstd::mapGiNaC::ex, GiNaC::ex, GiNaC::ex_is_less, std::allo

2011-07-13 Thread Sebastian Ramacher
-stampdir/python-swiginac] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 - Could you check your package? This is actually a swig bug. See #633766 [1]. Kind regards [1] http://bugs.debian.org/633736 -- Sebastian Ramacher signature.asc Description: OpenPGP

Bug#633736: swig2.0: python/std_map.i doesn't honor all template arguments

2011-07-13 Thread Sebastian Ramacher
On 07/13/2011 12:37 PM, Sebastian Ramacher wrote: The attached patch fixes this bug. I've also submitted the patch upstream [3]. I've run svn diff in the wrong directory. Attached is an updated patch that applies cleanly to the current packaging of swig2.0. Kind regards, -- Sebastian Ramacher

Bug#635008: xul-ext-add-in-one-sidebar: not compatible with iceweasel 5.0

2011-07-21 Thread Sebastian Ramacher
Package: xul-ext-all-in-one-sidebar Version: 0.7.11-1 Severity: grave Justification: not usable -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 all-in-one-sidebar is not compatible with iceweasel 5.0. Since iceweasel 5.0-3 has been uploaded to unstable all-in-one-sidebar is not usable anymore,

Bug#633821: znc: FTBFS: configure: error: swig was not found.

2011-07-31 Thread Sebastian Ramacher
. And the same holds for libfann. Both build fine with a Build-Dep on swig (= 2.0.4-2). Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-09 Thread Sebastian Ramacher
Package: swig Version: 1.3.40-3.1 Severity: serious Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The code generated for python modules fails to compile with gcc 4.6. This is due to a missing #include stddef.h. Upstream fixed this issue in [1]. Some packages FTBFS because of this

Bug#624975: fix available upstream

2011-06-09 Thread Sebastian Ramacher
tag 624975 + patch thanks There is a fix available from upstream [1]. Kind regards, [1] http://trac.openturns.org/changeset/1920/trunk/lib/src/Base/Common/StorageManager.hxx -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-10 Thread Sebastian Ramacher
On 06/10/2011 12:41 AM, Torsten Landschoff wrote: On 06/09/2011 06:10 PM, Sebastian Ramacher wrote: The code generated for python modules fails to compile with gcc 4.6. This is due to a missing #includestddef.h. Upstream fixed this issue in [1]. Some packages FTBFS because of this (see

Bug#625115: Patch available upstream

2011-06-12 Thread Sebastian Ramacher
tag 625115 + patch thanks There is fix available upstream [1]. Kind regards [1] https://github.com/shogun-toolbox/shogun/commit/4c16c1989f86f3d84d4fd1e165aac86ff5f7bfd -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#631373: vim-gtk fails to run

2011-06-23 Thread Sebastian Ramacher
Hi Anthony, this looks just like #325526. Could it be that you also have an old libfreetype in /usr/local/lib? At least I can't reproduce the problem on an up-to-date sid box. Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#629917: code generated for python modules fails to compile with gcc 4.6

2011-06-23 Thread Sebastian Ramacher
reassign 629917 swig1.3 thanks Since swig2.0 now provides swig and this is only a bug with swig1.3 I'm reassigning this bug to swig1.3 Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#624982: csound: FTBFS: interfaces/python_interface_wrap.cc:3402:13: error:, 'ptrdiff_t' does not name a type

2011-06-23 Thread Sebastian Ramacher
of errors. make: *** [debian/stamp-scons-build] Error 2 I've attached the build log. Kind regards, -- Sebastian Ramacher csound.build.log.gz Description: application/gzip signature.asc Description: OpenPGP digital signature

Bug#622001: NMU

2011-06-24 Thread Sebastian Ramacher
/m2crypto_0.20.1-1.1.dsc -- Sebastian Ramacher diff -u m2crypto-0.20.1/debian/changelog m2crypto-0.20.1/debian/changelog --- m2crypto-0.20.1/debian/changelog +++ m2crypto-0.20.1/debian/changelog @@ -1,3 +1,11 @@ +m2crypto (0.20.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Backport revision

Bug#622001: NMU

2011-06-24 Thread Sebastian Ramacher
be provided by m2crypto. I've also updated the package at m.d.n. Kind regards, -- Sebastian Ramacher diff -u m2crypto-0.20.1/debian/changelog m2crypto-0.20.1/debian/changelog --- m2crypto-0.20.1/debian/changelog +++ m2crypto-0.20.1/debian/changelog @@ -1,3 +1,12 @@ +m2crypto (0.20.1-1.1) unstable

Bug#625027: Patch to fix build failure

2011-06-24 Thread Sebastian Ramacher
tag 625027 + patch thanks I've attached a patch that fixed the build failure. Kind regards, -- Sebastian Ramacher --- trilinos-10.4.0.dfsg.orig/packages/pamgen/src/uns_inline_decomp.h +++ trilinos-10.4.0.dfsg/packages/pamgen/src/uns_inline_decomp.h @@ -1,6 +1,7 @@ #ifndef uns_inline_decompH

Bug#614498: guppy: FTBFS with Python 2.7: ImportError:, guppy/sets/setsc.so: undefined symbol: _PyLong_AsScaledDouble

2011-06-25 Thread Sebastian Ramacher
* as second argument but a int* is passed. Therefor _PyLong_Frexp messes with other variables on the stack since Py_ssize_t is larger than int on amd64. Attached is a patch to fix this issues. Kind regards, -- Sebastian Ramacher Index: src/sets/bitset.c

Bug#631800: FTBFS: SWIG version = 1.3.28 is required. You have 2.0.4.

2011-06-27 Thread Sebastian Ramacher
tag 631800 + patch thanks On 06/27/2011 12:10 PM, Sebastian Ramacher wrote: setools fails to build from source in a clean, up-to-data amd64 unstable chroot. The interessting parts of the build log are: checking for SWIG version... 2.0.4 configure: WARNING: SWIG version = 1.3.28

Bug#631820: gearman-interface: FTBFS: SWIG version = 1.3.31 is required. You have 2.0.4.

2011-06-27 Thread Sebastian Ramacher
Source: gearman-interface Version: 0.13.2-2 Severity: serious Justification: FTBFS -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 gearman-interface fails to build from source in a clean, up-to-data i386 unstable chroot. The interesting parts of the build are: checking for swig... /usr/bin/swig

Bug#631823: libmei: FTBFS: configure: error: SWIG version = 1.3.30 is required. You have 2.0.4.

2011-06-27 Thread Sebastian Ramacher
Source: libmei Version: 1.0.2-1 Severity: serious Justification: FTBFS -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 libmei fails to build from source in a clean, up-to-date i386 unstable chroot. The interesting part of the build log is: checking for swig... /usr/bin/swig checking for

Bug#631827: salome: FTBFS: Depends: sip4 but it is not installable

2011-06-27 Thread Sebastian Ramacher
Source: salome Version: 5.1.3-12 Severity: serious Justification: FTBFS -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 salome fails to build from source in a clean, up-to-date i386 unstable chroot. The interesting part of the build log is: Installing build dependencies Reading package

Bug#631823: libmei: FTBFS: configure: error: SWIG version = 1.3.30 is required. You have 2.0.4.

2011-06-28 Thread Sebastian Ramacher
On 06/28/2011 10:08 PM, David Monfort wrote: Just for the record, the suggested fix is (a bit) buggy due to a missing test at the beginning of the third test (but correct overall !). Thanks for noticing that. I'll update the patch in #631800. Kind regards, -- Sebastian Ramacher

Bug#631800: FTBFS: SWIG version = 1.3.28 is required. You have 2.0.4.

2011-06-28 Thread Sebastian Ramacher
On 06/27/2011 02:23 PM, Sebastian Ramacher wrote: Here is patch for m4/ac_pkg_swig.m4 that fixes the version check. With that patch the package builds fine (until the build is hit by #625678). Please note that one has to rebuild configure after applying the patch. Attached is a fixed version

Bug#625120: clonalframe: FTBFS: src/move_hidden.cpp:169:62: error: taking address of temporary [-fpermissive]

2011-06-30 Thread Sebastian Ramacher
below or at http://bugs.debian.org/625120). The attached patch should fix this issue. The problem here is that the return value of gsl_matrix_row is a non-lvalue and thus one cannot take its address. Kind regards, -- Sebastian Ramacher --- clonalframe-1.2.orig/src/move_hidden.cpp +++ clonalframe-1.2

Bug#654661: xul-ext-https-everywhere: not compatible with Icedove 8.0

2012-01-04 Thread Sebastian Ramacher
Package: xul-ext-https-everywhere Version: 1.2.1-1 Severity: grave Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 # apt-get install icedove xul-ext-https-everywhere Reading package lists... Done Building dependency tree Reading state information...

Bug#654825: xul-ext-quotecolors: not compatible with Icedove 8.0

2012-01-05 Thread Sebastian Ramacher
Package: xul-ext-quotecolors Version: 0.3-2 Severity: grave Justification: renders package unusble -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 xul-ext-quotecolors is not compatible with icedove 8.0 which is now in unstable. - -- System Information: Debian Release: wheezy/sid APT prefers

Bug#654828: iceowl: Depends: calendar-timezones (= 1.0~b2-6) but it is not going to be installed

2012-01-05 Thread Sebastian Ramacher
Package: iceowl Version: 1.0~b2-6 Severity: grave -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Since calendar-timezones 8.0-2 is now in unstable iceowl can not be installed anymore. # apt-get install iceowl Reading package lists... Done Building dependency tree Reading state

Bug#654829: enigmail: incompatible with icedove 8.0

2012-01-05 Thread Sebastian Ramacher
Package: enigmail Version: 2:1.1.2-2 Severity: grave -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The enigmail version in unstable is not compatible with icedove 8.0 which is now in unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux)

Bug#614498: guppy: FTBFS with Python 2.7: ImportError: guppy/sets/setsc.so: undefined symbol: _PyLong_AsScaledDouble

2011-09-29 Thread Sebastian Ramacher
including these changes I didn't include them in my patch. Regards, [1] http://guppy-pe.svn.sourceforge.net/viewvc/guppy-pe?view=revisionrevision=87 -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#640340: pacemaker-mgmt: FTBFS: mgmt_crm.c:1307:5: error: too few arguments to function 'delete_attr'

2011-10-06 Thread Sebastian Ramacher
Since pacemaker 1.1 hit unstable, the patch debian/patches/undo-argument-change.patch is not needed anymore. Hence removing this patch and bumping the pacemaker-dev dependency to 1.1 is enough to fix this FTBFS bug. Regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital

Bug#631820: Fix found, awaiting upstream feedback

2011-10-06 Thread Sebastian Ramacher
-archive, which I've asked upstream to include (they do not have a public bug tracker setup). Once I hear back from them, I will prepare an upload with the new m4 macro in place. I just wanted to check if there are any news from upstream and what's the ETA of a fixed package. Regards, -- Sebastian

Bug#645658: bpython-urwid: unsusable due to urwid 1.0.0 in unstable

2011-10-17 Thread Sebastian Ramacher
Package: bpython-urwid Version: 0.10.1-2 Severity: grave Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The current version of bpython-urwid doesn't work with urwid 1.0.0, which is currenty in unstable. This issue has already been fixed upstream. The fix can be found at [1] and [2].

Bug#625581: Info received (Trying to fix API changes)

2011-10-17 Thread Sebastian Ramacher
SVN repository [1] soon. Kind regards, [1] http://svn.debian.org/viewsvn/python-modules/packages/pythonmagick/trunk/ -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#625581: Info received (Trying to fix API changes)

2011-10-17 Thread Sebastian Ramacher
Hello, On 10/17/2011 08:04 PM, Vincent Fourmond wrote: On Mon, Oct 17, 2011 at 7:44 PM, Sebastian Ramacher s.ramac...@gmx.at wrote: I'm currently preparing a fix for #632508 and have just seen that you have been working on this bug. Since 0.9.6 also suffers from #632508 I'd like to get

Bug#695702: libcec: diff for NMU version 1.6.2-1.1

2012-12-21 Thread Sebastian Ramacher
Control: tags -1 + pending Dear maintainer, I've prepared an NMU for libcec (versioned as 1.6.2-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Sebastian Ramacher diff -Nru libcec-1.6.2/debian/changelog libcec-1.6.2/debian/changelog

Bug#694868: kmymoney: diff for NMU version 4.6.2-3.2

2012-12-22 Thread Sebastian Ramacher
that I missed one I've uploaded to DELAYED/4. Regards -- Sebastian Ramacher diff -Nru kmymoney-4.6.2/debian/changelog kmymoney-4.6.2/debian/changelog --- kmymoney-4.6.2/debian/changelog 2012-06-07 23:09:20.0 +0200 +++ kmymoney-4.6.2/debian/changelog 2012-12-22 17:34:04.0 +0100 @@ -1,3

Bug#673790: python-cloudservers: diff for NMU version 1.1-1.2

2012-12-24 Thread Sebastian Ramacher
Control: tags -1 + patch pending Dear maintainer, I've prepared an NMU for python-cloudservers (versioned as 1.1-1.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Sebastian Ramacher diff -Nru python-cloudservers-1.1/debian/changelog python

Bug#696141: kdenetwork: FTBFS: moc: .../kopete/protocols/sms/gsmlibprefs.h: No such file

2012-12-24 Thread Sebastian Ramacher
Control: found -1 4:4.8.4-1 Control: notfound -1 4.8.4-1 On 2012-12-17 08:29:22, Thorsten Glaser wrote: Source: kdenetwork Version: 4.8.4-1 It looks like you've forgot the epoch. Fixing the version information. Regards -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#696736: Insecure permissions on database files

2013-01-02 Thread Sebastian Ramacher
. I'll backport the fix for this issue too. -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#697279: libqtdbus4: tries to replace file owned by libqt4-dbus

2013-01-03 Thread Sebastian Ramacher
-linux-gnu/libQtDBus.so.4.8.2', which is also in package libqt4-dbus:amd64 4:4.8.2+dfsg-6 configured to not write apport reports dpkg-deb: error: subprocess paste was killed by signal (Broken pipe) There's #697147 already. Regards -- Sebastian Ramacher

Bug#697588: Breaks python-parted

2013-01-07 Thread Sebastian Ramacher
be the only affected package. Regards -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#697808: zsh: missing copyright file after upgrade from 5.0.2-1

2013-01-09 Thread Sebastian Ramacher
suggests: ii zsh-doc 5.0.2-2 -- no debconf information -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#697808: [Pkg-zsh-devel] Bug#697808: zsh: missing copyright file after upgrade from 5.0.2-1

2013-01-10 Thread Sebastian Ramacher
the symlink was already there or if it was a directory. lintian doesn't have that information. That's more the area of piuparts. Regards -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#691635: libboost-mpi-python1.49.0: missing dependency on openmpi-bin and breaks pydoc

2012-10-27 Thread Sebastian Ramacher
. Versions of packages libboost-mpi-python1.49.0 suggests: ii python3 3.2.3-6 -- no debconf information -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#674373: Patch to fix FTBFS

2012-06-15 Thread Sebastian Ramacher
tags 674373 + patch thanks Please find attached a patch to fix the FTBFS. Kind regards -- Sebastian Ramacher diff -Nru plastimatch-1.5.10+dfsg0/debian/changelog plastimatch-1.5.10+dfsg0/debian/changelog --- plastimatch-1.5.10+dfsg0/debian/changelog 2012-04-24 04:48:36.0 +0200

Bug#666598: Bug in python-old-doctools

2012-06-16 Thread Sebastian Ramacher
reassign 666598 python-old-doctools 2.5.5-2 affects albatross tags 666598 + patch thanks This is actually a bug in python-old-doctools. The attached patch fixes the usage of \ifpdf and makes albatross build again. Kind regards -- Sebastian Ramacher --- python-old-doctools-2.5.5.orig/Doc

Bug#674329: gimp-dimage-color: FTBFS: gimpmatrix.h:23:2: error: #error Only libgimpmath/gimpmath.h can be included directly.

2012-06-16 Thread Sebastian Ramacher
. Regards -- Sebastian Ramacher diff -u gimp-dimage-color-1.1.0/src/profile.c gimp-dimage-color-1.1.0/src/profile.c --- gimp-dimage-color-1.1.0/src/profile.c +++ gimp-dimage-color-1.1.0/src/profile.c @@ -17,7 +17,7 @@ */ #include libgimp/gimp.h -#include libgimpmath/gimpmatrix.h +#include

Bug#676066: farpd: FTBFS: configure: error: libevent not found

2012-06-16 Thread Sebastian Ramacher
for libdumbnet... yes checking for libevent... no make: *** [config.status] Error 1 Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -u farpd-0.2/configure.in farpd-0.2/configure.in --- farpd-0.2/configure.in +++ farpd-0.2/configure.in @@ -77,7 +77,7 @@ fi

Bug#669445: Patch to fix FTBFS

2012-06-16 Thread Sebastian Ramacher
tags 669445 + patch thanks Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher Index: cccd-0.3beta4/cddbp.c === --- cccd-0.3beta4.orig/cddbp.c 2012-06-16 21:48:58.0 +0200 +++ cccd-0.3beta4/cddbp.c

Bug#666641: Can't reproduce

2012-06-17 Thread Sebastian Ramacher
tags 41 + moreinfo thanks Hi Lucas, I can't reproduce this bug. It seems to be fixed with recent versions of texlive-fonts-recommended. Are you still able to reproduce this issue? Kind regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#666380: libiptcdata: FTBFS: debian/xml-man/en/iptc.1: No such file or directory at /usr/bin/dh_installman line 127.

2012-06-23 Thread Sebastian Ramacher
a patch to fix this FTBFS. Kind regards -- Sebastian Ramacher diff -u libiptcdata-1.0.4/debian/rules libiptcdata-1.0.4/debian/rules --- libiptcdata-1.0.4/debian/rules +++ libiptcdata-1.0.4/debian/rules @@ -55,6 +55,8 @@ build/python-iptcdata:: $(addprefix build-stamp-, $(PY_VERSIONS)) +build

Bug#669433: grafx2: FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory

2012-05-31 Thread Sebastian Ramacher
On 31/05/12 18:42, gregor herrmann wrote: On Sun, 13 May 2012 02:10:15 +0200, Sebastian Ramacher wrote: On 19/04/12 21:12, Lucas Nussbaum wrote: Relevant part: gcc -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config --cflags` `pkg-config lua --cflags --silence-errors ||pkg

Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-05-31 Thread Sebastian Ramacher
On 31/05/12 19:18, gregor herrmann wrote: On Sat, 12 May 2012 23:29:30 +0200, Sebastian Ramacher wrote: On 30/03/12 11:14, Lucas Nussbaum wrote: Relevant part: gcc version 4.6.3 (Debian 4.6.3-1) configure:2329: $? = 0 configure:2331: gcc -V /dev/null 5 gcc: error: unrecognized option '-V

Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-06-01 Thread Sebastian Ramacher
config.{guess,sub} +manually. + - Export LDFLAGS to not revert the maintainer's change in 1.61.0-5. + + -- Sebastian Ramacher s.ramac...@gmx.at Fri, 01 Jun 2012 13:48:31 +0200 + euler (1.61.0-8) unstable; urgency=low * Switched to source format 3.0 (quilt). diff -Nru euler-1.61.0

Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-06-01 Thread Sebastian Ramacher
On 01/06/12 14:17, Sebastian Ramacher wrote: On 01/06/12 01:03, gregor herrmann wrote: If you have the time to create a debdiff, great. Otherwise I can also do it myself. Here it is. LDFLAGS is exported now as well. Otherwise the maintainer's change from 1.61.0-5 is reverted, i.e

Bug#679945: kiwix: crashes entire session upon exit

2012-07-02 Thread Sebastian Ramacher
/lib/x86_64-linux-gnu/libc.so.6 #32 0x00402aa9 in _start () Installing aria2 fixes the crash for me. Does installing aria2 fix the issue for you as well? Kind regards, -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#682641: pycode-browser: FTBFS: LyX: Creating directory /sbuild-nonexistent/.lyx/

2012-07-25 Thread Sebastian Ramacher
. The problem is that lyx tries to access $HOME, which is set to /sbuild-nonexistent (see Lucas' build log) and does not exist. Regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#682641: pycode-browser: FTBFS: LyX: Creating directory /sbuild-nonexistent/.lyx/

2012-07-25 Thread Sebastian Ramacher
?revision=22385view=markup lines 13 and 29 Kind regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
/matrixparams.dir/matrix.cpp.o] Error 1 Please find attached a patch to fix this FTBFS. Kind regards -- Sebastian Ramacher --- viennacl-1.2.0.orig/viennacl/linalg/matrix_operations.hpp +++ viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp @@ -357,17 +357,6 @@ namespace viennacl

Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-07-26 Thread Sebastian Ramacher
to work around this bug.. Kind regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
at mentors.debian.net [1] already contains the fix and he opened a bug report upstream [2]. Kind regards [1] http://mentors.debian.net/package/viennacl [2] http://sourceforge.net/tracker/?func=detailaid=3530507group_id=322140atid=1353702 -- Sebastian Ramacher signature.asc Description: OpenPGP digital

Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
, 19800 insertions(+), 3235 deletions(-) So viennacl 1.2.0-2 with only the fix for this bug sounds like the best idea to me. That'd make it easier for the Release Team to review the diff and to grant a freeze exception to viennacl eventually. Kind regards -- Sebastian Ramacher signature.asc

Bug#682892: Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-07-27 Thread Sebastian Ramacher
an index. Kind regards -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-08-10 Thread Sebastian Ramacher
. Didn't try anything else. Cheers -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

Bug#665712: enigmail: Enigmime Service not available

2012-03-25 Thread Sebastian Ramacher
Package: enigmail Version: 2:1.3.4-2 Severity: grave Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 With icedove 10.0.3 in unstable enigmail is not usable anymore. Everytime I want to view a signed or encrypted mail I get the following error message:

Bug#666284: avbin: FTBFS: make[1]: *** No rule to make target `Makefile.'. Stop.

2012-04-08 Thread Sebastian Ramacher
]: *** No rule to make target `Makefile.'. Stop. make[1]: Leaving directory `/«PKGBUILDDIR»' dh_auto_build: make -j1 returned exit code 2 make: *** [build-arch] Error 2 Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -u avbin-7/debian/rules avbin-7/debian/rules

Bug#629729: gtkrsync: FTBFS: build-dependency not installable: libghc6-unix-dev

2012-04-08 Thread Sebastian Ramacher
-- Sebastian Ramacher diff -Nru gtkrsync-1.0.4/debian/changelog gtkrsync-1.0.4+nmu1/debian/changelog --- gtkrsync-1.0.4/debian/changelog 2010-02-19 18:06:10.0 +0100 +++ gtkrsync-1.0.4+nmu1/debian/changelog 2012-04-08 20:29:35.0 +0200 @@ -1,3 +1,12 @@ +gtkrsync (1.0.4+nmu1) unstable; urgency

Bug#672031: fatrat: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672031 + patch thanks On 08/05/12 20:57, Matthias Klose wrote: The build failure is exposed by building with gcc-4.7/g++-4.7, which is now the default gcc/g++ on x86 architectures. Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher Index: fatrat-1.1.3/src

Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-05-12 Thread Sebastian Ramacher
attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules --- euler-1.61.0/debian/rules 2009-11-18 13:39:47.0 +0100 +++ euler-1.61.0/debian/rules 2012-05-12 23:12:18.0 +0200 @@ -2,10 +2,10 @@ LDFLAGS += -Wl

Bug#664924: kbibtex: FTBFS: bibtexfileview.h:58:5: error: 'KSharedConfigPtr' does not name a type

2012-05-12 Thread Sebastian Ramacher
. Regards -- Sebastian Ramacher --- kbibtex-0.4.orig/src/gui/bibtex/bibtexfileview.h +++ kbibtex-0.4/src/gui/bibtex/bibtexfileview.h @@ -23,6 +23,7 @@ #include QTreeView #include kbibtexgui_export.h +#include ksharedconfig.h class QSignalMapper; signature.asc Description: OpenPGP digital

Bug#671995: compiz: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 671995 + patch thanks On 08/05/12 20:56, Matthias Klose wrote: The build failure is exposed by building with gcc-4.7/g++-4.7, which is now the default gcc/g++ on x86 architectures. Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher --- compiz-0.8.4.orig/kde

Bug#672014: megaglest: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672014 + patch thanks On 08/05/12 20:56, Matthias Klose wrote: The build failure is exposed by building with gcc-4.7/g++-4.7, which is now the default gcc/g++ on x86 archi Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher Index: megaglest-3.6.0.3/source

Bug#672017: qmk-groundstation: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672017 + patch thanks On 08/05/12 20:57, Matthias Klose wrote: The build failure is exposed by building with gcc-4.7/g++-4.7, which is now the default gcc/g++ on x86 architectures. Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher --- qmk-groundstation-1.0.1

Bug#672000: structure-synth: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672000 + patch thanks On 08/05/12 20:56, Matthias Klose wrote: The build failure is exposed by building with gcc-4.7/g++-4.7, which is now the default gcc/g++ on x86 architectures. Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -Nru structure-synth

Bug#669433: grafx2: FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory

2012-05-12 Thread Sebastian Ramacher
` -D__ENABLE_LUA__ -O -Wall -g -O2 -c fileformats.c -o ../obj/unix/fileformats.o fileformats.c:30:17: fatal error: png.h: No such file or directory compilation terminated. make[1]: *** [../obj/unix/fileformats.o] Error 1 Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher

Bug#666298: Bug#672017: qmk-groundstation: ftbfs with GCC-4.7

2012-05-13 Thread Sebastian Ramacher
tags 666298 + patch thanks On 13/05/12 01:06, Sebastian Ramacher wrote: Please find attached a patch to fix this FTBFS. Attached is a revised patch that also fixes #666298. Regards -- Sebastian Ramacher diff -u qmk-groundstation-1.0.1/debian/rules qmk-groundstation-1.0.1/debian/rules --- qmk

Bug#672000: structure-synth: diff for NMU version 1.5.0-1.1

2012-05-14 Thread Sebastian Ramacher
upload. + * debian/patches/gcc4.7.patch: Fix FTBFS with g++ 4.7. (Closes: #672000) + * debian/rules: Link against GLU to fix build failure. + + -- Sebastian Ramacher s.ramac...@gmx.at Mon, 14 May 2012 11:15:14 +0200 + structure-synth (1.5.0-1) unstable; urgency=low * New upstream release diff

Bug#672014: megaglest: diff for NMU version 3.6.0.3-1.1

2012-05-14 Thread Sebastian Ramacher
FTBFS with g++ 4.7. (Closes: #672014). + + -- Sebastian Ramacher s.ramac...@gmx.at Mon, 14 May 2012 11:16:09 +0200 + megaglest (3.6.0.3-1) unstable; urgency=low [ Mark Vejvoda ] diff -Nru megaglest-3.6.0.3/debian/patches/gcc4.7.patch megaglest-3.6.0.3/debian/patches/gcc4.7.patch --- megaglest

Bug#680823: gpsshogi: FTBFS: build-dependency not installable: libpoco-dev

2012-09-25 Thread Sebastian Ramacher
broken packages. apt-get failed. it seems like the issue vanished. gpsshogi just built for me. Can you confirm that? Regards -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#687604: libkdtree++: diff for NMU version 0.7.0-1.1

2012-09-25 Thread Sebastian Ramacher
Control: tags -1 + patch Dear maintainer, I've prepared an NMU for libkdtree++ (versioned as 0.7.0-1.1). It is available at [1] and the debdiff is attached. Regards [1] http://mentors.debian.net/debian/pool/main/libk/libkdtree++/libkdtree++_0.7.0-1.1.dsc -- Sebastian Ramacher diff -u

Bug#679297: [canorus] canorus crashes when saving

2012-09-25 Thread Sebastian Ramacher
=1265pathrev=1266 -- Sebastian Ramacher signature.asc Description: Digital signature

Bug#666646: chaksem: FTBFS: ! LaTeX Error: File `a4wide.sty' not found.

2012-04-18 Thread Sebastian Ramacher
tags 46 + patch thanks On 31/03/12 21:27, Lucas Nussbaum wrote: ! LaTeX Error: File `a4wide.sty' not found. Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -u chaksem-1.7b/debian/changelog chaksem-1.7b/debian/changelog --- chaksem-1.7b/debian/changelog

Bug#666325: uudeview: FTBFS: ! LaTeX Error: File `a4wide.sty' not found.

2012-04-18 Thread Sebastian Ramacher
tags 666325 + patch thanks On 30/03/12 11:22, Lucas Nussbaum wrote: ! LaTeX Error: File `a4wide.sty' not found. Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -u uudeview-0.5.20/debian/control uudeview-0.5.20/debian/control --- uudeview-0.5.20/debian

Bug#664933: fceu: FTBFS: file.c:157:20: error: request for member 'have' in something not a structure or union

2012-04-18 Thread Sebastian Ramacher
of comma expression has no effect [-Wunused-value] file.c: In function 'FCEU_fgetc': file.c:543:1: warning: control reaches end of non-void function [-Wreturn-type] make[3]: *** [file.o] Error 1 Please find attached a patch to fix this FTBFS. Regards -- Sebastian Ramacher diff -Nru fceu

Bug#669548: girara: FTBFS: test_utils.c:119:F:fix_path:test_fix_path_extended:0: Fix path result does not match (got: /sbuild-nonexistent/test, expected /home/user/test)

2012-04-19 Thread Sebastian Ramacher
prepare a fixed version asap. Regards. [1] http://git.pwmt.org/?p=girara.git;a=commit;h=fc3dd8f92c00572cf8e22346f94d9e6541e5f09b -- Sebastian Ramacher signature.asc Description: OpenPGP digital signature

  1   2   3   4   5   6   7   8   9   10   >