Bug#871094: Patch to fix GCC 7 build failures

2017-10-22 Thread Johannes Brandstätter
tags 871094 + patch thanks The attached patch fixes the implicit fallthrough warnings and an uninitialized variable.--- a/src/bloc.c +++ b/src/bloc.c @@ -1249,6 +1249,7 @@ case MEM_SET_SIZE: u32 = args; bd->trks = (*u32 + bd->seclen - 1) / bd->seclen + 1; +__attribut

Bug#853471: Patch to fix GCC 7 build

2017-10-21 Thread Johannes Brandstätter
tags 853471 + patch thanks The attached patch fixes build issues with GCC 7.--- a/part/search/kateregexp.cpp +++ b/part/search/kateregexp.cpp @@ -96,7 +96,7 @@ case L'n': stillMultiLine = true; - // FALLTROUGH + __attribute__((fallthrough)); defau

Bug#853465: Patch to fix GCC 7 build

2017-10-21 Thread Johannes Brandstätter
tags 853465 + patch thanks The attached patch fixes build failures with GCC 7.--- a/src/k3bprojectmanager.cpp +++ b/src/k3bprojectmanager.cpp @@ -319,7 +319,7 @@ movixDoc->setEjectDisk( c.readEntry( "eject", false ) ); movixDoc->setRandomPlay( c.readEntry( "random_play", false )

Bug#853451: Patch to fix GCC7 build failure

2017-10-21 Thread Johannes Brandstätter
Tags: patch Attached patch fixes truncation warnings when building with GCC 7.--- a/psm_ep.c +++ b/psm_ep.c @@ -978,7 +978,7 @@ int i, num_rails = 0; char *uname = "IPATH_UNIT"; char *pname = "IPATH_PORT"; -char uvalue[4], pvalue[4]; +char uvalue[4], pvalue[6]; int devi

Bug#746126: Patch to fix build issue

2014-04-27 Thread Johannes Brandstätter
Control: tags -1 + patch Hi, the provided debdiff fixes the build issue for me. Apparently cairo-5c is now needed to build the package. Cheers, Johannes diff -Nru ricochet-0.4/debian/changelog ricochet-0.4+nmu1/debian/changelog --- ricochet-0.4/debian/changelog 2014-02-10 09:16:55.0 +010

Bug#733435: Patch to fix FTBFS

2014-04-27 Thread Johannes Brandstätter
Control: tags -1 + patch Hi, This patch removes the bootstrapping of distribute, which fixes the building the package. Regards, Johannes Brandstätter Description: Remove bootstrapping of distribute. Author: Johannes Brandstätter Bug-Debian: http://bugs.debian.org/733435 Last-Update: 2014-04

Bug#745932: RM: yardradius -- RoQA; RC buggy, unmaintained, low popcon

2014-04-26 Thread Johannes Brandstätter
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: yardrad...@packages.debian.org Please remove yardradius from sid, it is RC buggy for almost a year (#714612). The last maintainer upload was from 2007. Regards, Johannes Brandstätter -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#745905: RM: pathfinder -- RoQA; RC buggy, unmaintained, low popcon

2014-04-26 Thread Johannes Brandstätter
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: pathfin...@packages.debian.org Please remove pathfinder from sid, it is RC buggy for almost a year (#713654). The last maintainer upload was from 2008, since then nmu maintained. Regards, Johannes Brandstätter -- To UNSUBSCRIBE, email to

Bug#745896: RM: scribes -- RoQA; RC buggy, unmaintained, dead upstream

2014-04-26 Thread Johannes Brandstätter
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: scri...@packages.debian.org Please remove scribes from sid, it is RC buggy for almost a year (#707854). The last maintainer upload was from 2010 and the last commit on launchpad was from 2011. Regards, Johannes Brandstätter -- To

Bug#642411: endless loop installing cltl

2014-04-26 Thread Johannes Brandstätter
Control: tags -1 + unreproducible Package: cltl Version: 1.0.26 Hi, I tried to install the package on a fresh Debian installation, and it worked right away. Regards, Johannes Brandstätter -- System Information: Debian Release: 7.4 APT prefers stable APT policy: (990, 'stable&#x

Bug#676205: Patch to fix FTBFS

2012-06-17 Thread Johannes Brandstätter
tags 676205 + patch thanks Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted

Bug#676081: unstable 676081 patch to fix FTBFS

2012-06-16 Thread Johannes Brandstätter
tags 676081 + patch thanks --- rrdtool-1.4.7.orig/bindings/ruby/main.c +++ rrdtool-1.4.7/bindings/ruby/main.c @@ -27,7 +27,7 @@ #define RRD_CHECK_ERROR \ if (rrd_test_error()) \ - rb_raise(rb_eRRDError, rrd_get_error()); \ + rb_raise(rb_eRRDError, "%s", rrd_get_error()); \

Bug#669500: unstable 669500 patch to fix FTBFS

2012-06-16 Thread Johannes Brandstätter
tags 669500 + patch thanks Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracte

Bug#675293: experimental #675293

2012-06-15 Thread Johannes Brandstätter
tags 675293 + patch thanks This is a patch to fix compiling issues in experimental with gcc-4.7. Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below fo

Bug#658997: gwibber-service: Missing dependency network-manager

2012-02-07 Thread Johannes Brandstätter
Package: gwibber-service Version: 3.0.0.1-2.1 Severity: important Dear Maintainer, I am using Xfce, so no default install of the network-manager package. The initial error message i got from starting gwibber-service was a bit misleading: $ gwibber-service Loading plugin Twitter version 1.0 Load