Bug#696947: biojava3-live: FTBFS without Internet access

2012-12-29 Thread Ilya Barygin
Package: biojava3-live Version: 3.0.5-1 Severity: serious Tags: upstream Justification: fails to build from source (but built successfully in the past) biojava3-live fails to build without Internet access. One of the tests fails: test: [junit] Running org.biojava3.ronn.JronnTest [junit]

Bug#692454: crrcsim: FTBFS with --no-copy-dt-needed-entries

2012-11-06 Thread Ilya Barygin
3.5.0-18-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS because of missing library Author: Ilya Barygin randomact...@ubuntu.com --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,6 +253,7

Bug#692302: aseprite: FTBFS with ld --as-needed

2012-11-04 Thread Ilya Barygin
: fix FTBFS with --as-needed linker option Libraries must be placed after object files in command line. Author: Ilya Barygin randomact...@ubuntu.com --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -135,6 +135,10 @@ # All libraries for .exe files set(all_libs ${aseprite_libraries

Bug#692307: asn1c: FTBFS with ld --as-needed

2012-11-04 Thread Ilya Barygin
-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with --as-needed linker option Libraries must be placed after source files in command line. Author: Ilya Barygin randomact...@ubuntu.com --- asn1c-0.9.21

Bug#692055: libkml: FTBFS with ld --as-needed

2012-11-01 Thread Ilya Barygin
Package: libkml Version: 1.3.0~r863-4.1 Severity: normal Tags: upstream patch User: debian-...@lists.debian.org Usertags: ld-as-needed libkml fails to build when --as-needed linker option is enabled, because of incorrect order of parameters passed to ld. /bin/bash ../../libtool --tag=CXX

Bug#664936: ax25mail-utils: FTBFS: ulistd.c:57:52: fatal error: netax25/kernel_ax25.h: No such file or directory

2012-09-26 Thread Ilya Barygin
I was worried that Simon's patch introduced implicit function definition warnings, so I uploaded the following for Ubuntu: https://launchpad.net/ubuntu/+source/ax25mail-utils/0.11-6.1ubuntu1 diff -u ax25mail-utils-0.11/ulistd/ulistd.c ax25mail-utils-0.11/ulistd/ulistd.c ---

Bug#680289: libmath-tamuanova-perl: Build with -Wl,--no-as-needed

2012-07-04 Thread Ilya Barygin
Package: libmath-tamuanova-perl Version: 1.0.2-1 Severity: wishlist libmath-tamuanova-perl failed to build in Ubuntu (see https://launchpad.net/ubuntu/+source/libmath-tamuanova-perl/1.0.2-1 , with links to logs) because Ubuntu builds use -Wl,--as-needed option by default. The problem is that GSL

Bug#678681: libevocosm: FTBFS with ld --as-needed

2012-06-23 Thread Ilya Barygin
://launchpad.net/ubuntu/+source/libevocosm/4.0.2-2.1ubuntu1 Description: Fix FTBFS with --as-needed linker option. Without this patch, libevocosm.so is underlinked, and examples fail to link. Author: Ilya Barygin randomact...@ubuntu.com --- a/libevocosm/Makefile.am +++ b/libevocosm/Makefile.am @@ -16,6 +16,7

Bug#678295: isakmpd: FTBFS with ld --as-needed

2012-06-20 Thread Ilya Barygin
Package: isakmpd Version: 20041012-7.2 Severity: normal Tags: upstream patch User: debian-...@lists.debian.org Usertags: ld-as-needed isakmpd fails to build when --as-needed linker option is enabled, because of incorrect order of parameters passed to ld. make[2]: Entering directory

Bug#678298: pavuk: FTBFS with FORTIFY_SOURCE=2

2012-06-20 Thread Ilya Barygin
Package: pavuk Version: 0.9.35-2.3 Severity: normal Tags: upstream patch User: ubuntu-de...@lists.ubuntu.com Usertags: jaunty pavuk fails to build with -DFORTIFY_SOURCE=2 flag (which is default in Ubuntu). if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -D_LARGEFILE64_SOURCE

Bug#678303: microcom: FTBFS with ld --as-needed

2012-06-20 Thread Ilya Barygin
Package: microcom Version: 2012.06.0-2 Severity: normal Tags: upstream patch User: debian-...@lists.debian.org Usertags: ld-as-needed microcom fails to build when --as-needed linker option is enabled, because of incorrect order of parameters passed to ld. Here's a log of failed build in Ubuntu:

Bug#678312: meshlab: FTBFS in Ubuntu

2012-06-20 Thread Ilya Barygin
Package: meshlab Version: 1.3.0a+dfsg1-3 Severity: normal Tags: patch Hello, meshlab failed to build in Ubuntu: g++ -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-rpath,/usr/lib/meshlab -o ../distrib/meshlab main.o mainwindow_Init.o mainwindow_RunTime.o glarea.o multiViewer_Container.o

Bug#665612: strongswan: Including individual glib headers no longer supported

2012-06-19 Thread Ilya Barygin
tags 665612 patch thanks Please apply this change, package fails to build in Ubuntu without it. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#678164: objenesis: FTBFS with java 7

2012-06-19 Thread Ilya Barygin
Package: objenesis Version: 1.2+full-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: openjdk-7-transition objenesis fails to build with default-jdk switched to openjdk-7. For details see https://launchpad.net/bugs/888987 . Patch follows. diff -Nru

Bug#678175: mrbayes: FTBFS with ld --as-needed

2012-06-19 Thread Ilya Barygin
will be added to ld call after object files. Author: Ilya Barygin randomact...@ubuntu.com --- mrbayes-3.2.1+dfsg.orig/src/Makefile.in +++ mrbayes-3.2.1+dfsg/src/Makefile.in @@ -2,7 +2,7 @@ srcdir= @srcdir@ RM= rm CC= @CC@ CFLAGS= @CFLAGS@ -DUSECONFIG_H -LDFLAGS = @LDFLAGS

Bug#678182: mixxx: FTBFS in Ubuntu (gcc 4.7)

2012-06-19 Thread Ilya Barygin
Package: mixxx Version: 1.10.0~dfsg0-4 Severity: normal Tags: patch Hello, Please also add 1001-ftbfs_gcc47.patch (from bug #674335) to debian/patches/ubuntu.series, otherwise patch is not applied and Ubuntu build fails: https://launchpad.net/ubuntu/+source/mixxx/1.10.0~dfsg0-4 -- System

Bug#667417: [Debian-med-packaging] Bug#667417: wrapitk-python: ftbfs with GCC-4.7

2012-06-18 Thread Ilya Barygin
2012/6/18 Dmitrijs Ledkovs x...@debian.org: On 17/06/12 17:42, Ilya Barygin wrote: tags 667417 patch thanks Hello, #675181 is fixed, but wrapitk-python still FTBFS with gcc 4.7, now because of a problem in insighttoolkit headers. Here's the patch. wrapitk-python gets it's sourcecode

Bug#677837: uddi4j: FTBFS with java 7

2012-06-17 Thread Ilya Barygin
, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with java 7 Author: Ilya Barygin randomact...@ubuntu.com Bug-Ubuntu: https://launchpad.net/bugs/1009480 --- uddi4j-2.0.5.orig/build.xml +++ uddi4j-2.0.5/build.xml @@ -152,6 +152,7 @@ javac fork=yes

Bug#674350: vxl: FTBFS: dimosct.h:124:17: error: 'scaleData' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]

2012-06-17 Thread Ilya Barygin
reopen 674350 found 674350 1.14.0-17 thanks The problem is, vxl is using an embedded copy of dcmtk headers (and btw compiling several of its libraries), and these were not fixed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#667417: wrapitk-python: ftbfs with GCC-4.7

2012-06-17 Thread Ilya Barygin
tags 667417 patch thanks Hello, #675181 is fixed, but wrapitk-python still FTBFS with gcc 4.7, now because of a problem in insighttoolkit headers. Here's the patch. Description: adapt headers to gcc 4.7 Author: Ilya Barygin randomact...@ubuntu.com --- insighttoolkit-3.20.1+git20120521.orig

Bug#677899: sendip: FTBFS with ld --as-needed

2012-06-17 Thread Ilya Barygin
: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: place libraries after object files in linker call Author: Ilya Barygin randomact...@ubuntu.com --- sendip-2.5.orig/Makefile +++ sendip-2.5/Makefile @@ -16,8 +16,9 @@ CFLAGS += -fPIC -fsigned

Bug#677921: rdist: FTBFS with several LDFLAGS

2012-06-17 Thread Ilya Barygin
Package: rdist Version: 6.1.5-17 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: quantal Hello, rdist fails to build when several flags are provided in LDFLAGS variable: debian/rules build dh_testdir DEFS_LOCAL=-D_PATH_OLDRDIST=\\\/usr/bin/oldrdist\\\

Bug#672048: qwbfsmanager: FTBFS: src/gui/pColorButton.h:35:25: fatal error: FreshExport.h: No such file or directory

2012-06-17 Thread Ilya Barygin
tags 672048 patch thanks The needed patch is https://github.com/pasnox/fresh/commit/ae40018bcd80ead2dcdefc0af63a92e50f69b3f6 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#677930: qwbfsmanager: FTBFS with gcc 4.7

2012-06-17 Thread Ilya Barygin
with gcc 4.7 Author: Ilya Barygin randomact...@ubuntu.com --- qwbfsmanager-1.2.1.orig/fresh/src/gui/environmentvariablemanager/pEnvironmentVariablesModel.cpp +++ qwbfsmanager-1.2.1/fresh/src/gui/environmentvariablemanager/pEnvironmentVariablesModel.cpp @@ -225,12 +225,12 @@ pEnvironmentVariablesModel

Bug#677721: dcmtk: Libraries are underlinked

2012-06-16 Thread Ilya Barygin
underlinked libraries Each of these libraries is built twice, first as .so with gcc, then as .a with ar. We need to provide libraries only when dynamic library is built. Author: Ilya Barygin randomact...@ubuntu.com Bug-Debian: http://bugs.debian.org/674586 --- dcmtk-3.6.0.orig/dcmsign/libsrc

Bug#677198: openmsx: FTBFS with multiple -Wl,... build flags

2012-06-12 Thread Ilya Barygin
Package: openmsx Version: 0.8.1-4 Severity: normal Tags: patch Hello, openmsx failed to build in Ubuntu, because Ubuntu default LDFLAGS contain multiple -Wl options. The build script only cleans up the first one. Linking openmsx... g++ -o derived/x86-linux-debian/bin/openmsx -g

Bug#677209: amule: FTBFS with ld --as-needed

2012-06-12 Thread Ilya Barygin
) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix build with --as-needed linker option Author: Ilya Barygin randomact...@ubuntu.com --- amule-2.3.1.orig/src/utils/plasmamule/Makefile.am +++ amule-2.3.1/src/utils/plasmamule/Makefile.am

Bug#675581: libpam-encfs: FTBFS with multiple -Wl,... build flags

2012-06-02 Thread Ilya Barygin
Package: libpam-encfs Version: 0.1.4.4-5 Severity: normal Tags: patch Hello, libpam-encfs failed to build in Ubuntu, because Ubuntu default LDFLAGS contain multiple -Wl options. The build script only cleans up the first one. ld --shared -x -Bsymbolic-functions -Wl -z relro -o pam_encfs.so

Bug#672078: alsa-oss: FTBFS: unistd.h:35:1: error: inlining failed in call to always_inline 'read': function not inlinable

2012-05-31 Thread Ilya Barygin
Looks like a manifestation of bug #672411. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#673261: FTBFS: Cannot build openMSX because essential libraries are unavailable.

2012-05-29 Thread Ilya Barygin
tags 673261 patch thanks Missing build dependencies: libao-dev, libfreetype6-dev. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#667228: klatexformula: ftbfs with GCC-4.7

2012-05-27 Thread Ilya Barygin
tags 667228 patch thanks Here's the patch from Ubuntu, just in case. https://launchpad.net/ubuntu/+source/klatexformula/3.2.5-1ubuntu1 --- klatexformula-3.2.5.orig/src/klflibview_p.h +++ klatexformula-3.2.5/src/klflibview_p.h @@ -172,7 +172,7 @@ public: } if (insertPos ==

Bug#674630: ganv: FTBFS with glib 2.33 and because of missing headers

2012-05-26 Thread Ilya Barygin
: fix FTBFS because of missing include paths Headers such as gtk/gtk.h may not be found on the default include path. For example, in Ubuntu, they are located in /usr/include/gtk-2.0. In this case, g-ir-scanner will fail. Author: Ilya Barygin randomact...@ubuntu.com --- a/wscript +++ b/wscript

Bug#674303: gitmagic: FTBFS: ! LaTeX Error: Encoding scheme `T2A' unknown.

2012-05-26 Thread Ilya Barygin
tags 674303 patch thanks Build dependency on texlive-lang-cyrillic is missing. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#632540: tintii: FTBFS with ld --as-needed

2012-05-26 Thread Ilya Barygin
Hello, The problem is not present in version 2.6.1-1, I guess the bug can be closed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#665542: gpsim: Including individual glib headers no longer supported

2012-05-26 Thread Ilya Barygin
tags 665542 patch thanks Patch from Ubuntu: https://launchpad.net/ubuntu/+source/gpsim/0.26.1-1.1ubuntu1 --- gpsim-0.26.1.orig/src/bitlog.h +++ gpsim-0.26.1/src/bitlog.h @@ -25,7 +25,7 @@ class Cycle_Counter; // include the absolute minimum portion of GLIB to get the definitions // for

Bug#674586: dcmtk: FTBFS because of underlinked library

2012-05-25 Thread Ilya Barygin
with gcc, then as .a with ar. We need to provide libraries only when dynamic library is built. Author: Ilya Barygin randomact...@ubuntu.com --- a/ofstd/libsrc/Makefile.in +++ b/ofstd/libsrc/Makefile.in @@ -29,7 +29,11 @@ $(library): $(objs) +ifeq ($(AR),ar) $(AR) $(ARFLAGS) $@ $(objs

Bug#674590: otf: FTBFS (missing library)

2012-05-25 Thread Ilya Barygin
Ubuntu follows. https://launchpad.net/ubuntu/+source/otf/1.10.2+dfsg-2ubuntu1 Description: link with zlib Author: Ilya Barygin randomact...@ubuntu.com --- otf-1.10.2+dfsg.orig/tools/otfcompress/Makefile.am +++ otf-1.10.2+dfsg/tools/otfcompress/Makefile.am @@ -14,6 +14,7 @@ otfcompress_LDADD

Bug#674349: fwbuilder: FTBFS: ../fwbuilder/ThreadTools.h:168:5: error: 'ssize_t' does not name a type

2012-05-25 Thread Ilya Barygin
tags 674349 patch user debian-...@lists.debian.org usertags 674349 ftbfs-gcc-4.7 thanks Here's a patch from Ubuntu: --- fwbuilder-5.1.0.orig/src/libfwbuilder/src/fwbuilder/ThreadTools.h +++ fwbuilder-5.1.0/src/libfwbuilder/src/fwbuilder/ThreadTools.h @@ -31,6 +31,7 @@ #include time.h //for

Bug#674184: clasp: FTBFS with gcc 4.7

2012-05-23 Thread Ilya Barygin
for _exit() Author: Ilya Barygin randomact...@ubuntu.com --- a/app/clasp_app.cpp +++ b/app/clasp_app.cpp @@ -22,6 +22,7 @@ #include iostream #include fstream #include clasp/clause.h +#include unistd.h

Bug#654564: xpp: Missing options after slider is drawn

2012-01-04 Thread Ilya Barygin
Package: xpp Version: 1.5-cvs20050828-1.2 Severity: normal Tags: patch Hello, The following patch has been applied in Ubuntu quite a while ago. I'm submitting it for possible inclusion in Debian package. Description: fixed missing options after slider is drawn Author: Klaus Singvogel

Bug#654590: FTBFS: /usr/include/xapian/keymaker.h:66:10: error: a template-id may not appear in a using-declaration

2012-01-04 Thread Ilya Barygin
Package: adept Version: 3.0~beta7.2+nmu1 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch In Ubuntu, the attached patch was applied to achieve the

Bug#640688: slxfig: FTBFS: configure: error: unable to find the slang library and header file slang.h

2012-01-03 Thread Ilya Barygin
tags 622051 patch user debian-d...@lists.debian.org usertags 622051 multiarch thanks Hello, here's a patch from Ubuntu: https://launchpad.net/ubuntu/+source/slxfig/0.2.0~.35-1ubuntu1 diff -u slxfig-0.2.0~.35/debian/rules slxfig-0.2.0~.35/debian/rules --- slxfig-0.2.0~.35/debian/rules +++

Bug#654403: snacc: FTBFS with -Werror=format-security

2012-01-03 Thread Ilya Barygin
/dash Description: fix FTBFS with -Werror=format-security Author: Ilya Barygin randomact...@ubuntu.com --- snacc-1.3bbn.orig/c-lib/src/tbl-dbg.c +++ snacc-1.3bbn/c-lib/src/tbl-dbg.c @@ -306,7 +306,7 @@ if (type-typeId == TBL_TYPEREF) DBGOcts(type-content-a.typeRef-typeDefPtr-typeName

Bug#654180: rhash: FTBFS with ld --as-needed

2012-01-02 Thread Ilya Barygin
in the linker call. Author: Ilya Barygin randomact...@ubuntu.com --- rhash-1.2.8.orig/bindings/java/native/Makefile +++ rhash-1.2.8/bindings/java/native/Makefile @@ -20,7 +20,8 @@ CFLAGS = -g -O2 LIBRHASH_INC = LIBRHASH_LD = -LDFLAGS = -lrhash $(LIBRHASH_LD) +LDFLAGS = $(LIBRHASH_LD) +LDLIBS

Bug#653824: posterazor: FTBFS with -Werror=format-security

2011-12-31 Thread Ilya Barygin
Package: posterazor Version: 1.5.1-1 Severity: normal Tags: upstream patch User: debian...@lists.debian.org Usertags: hardening-format-security posterazor fails to build with -Werror=format-security compiler option. [ 20%] Building CXX object CMakeFiles/PosteRazor.dir/PosteRazorPDFOutput.o

Bug#653001: njplot: FTBFS with -Werror=format-security

2011-12-22 Thread Ilya Barygin
-backports') Architecture: i386 (i686) Kernel: Linux 3.0.0-15-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with -Werror=format-security. Author: Ilya Barygin randomact...@ubuntu.com --- njplot-2.3

Bug#652158: naspro-bridges: FTBFS: configure: error: LV2 Dynamic Manifest header not found.

2011-12-20 Thread Ilya Barygin
from configure script and source files. Necessary + build flags will be provided from debian/rules. +Author: Ilya Barygin randomact...@ubuntu.com + +--- naspro-bridges-0.2.91.orig/configure.ac naspro-bridges-0.2.91/configure.ac +@@ -37,7 +37,7 @@ AC_PROG_LIBTOOL + PKG_CHECK_MODULES([NABRIT

Bug#643364: coinor-cbc: FTBFS: ../../Clp/src/CbcOrClpParam.cpp:1078:43: error: format not a string literal and no format arguments [-Werror=format-security]

2011-12-19 Thread Ilya Barygin
tags 643364 patch thanks Patch from bug 643363 can be used: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643363 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#643439: m17n-im-config: FTBFS: mim-config.c:644:5: error: format not a string literal and no format arguments [-Werror=format-security]

2011-12-18 Thread Ilya Barygin
tags 643439 patch thanks Here's the patch from Ubuntu: https://launchpad.net/ubuntu/+source/m17n-im-config/0.9.0-2ubuntu1 --- m17n-im-config-0.9.0.orig/src/mim-config.c +++ m17n-im-config-0.9.0/src/mim-config.c @@ -641,6 +641,7 @@ GTK_DIALOG_DESTROY_WITH_PARENT,

Bug#652177: midish: FTBFS: ld: cannot find -lncurses

2011-12-18 Thread Ilya Barygin
tags 652177 patch thanks ncurses is just not necessary. Patch from Ubuntu attached. https://launchpad.net/ubuntu/+source/midish/1.0.4-1ubuntu2 Description: don't link against ncurses See Debian bug #602720 for details. Author: Ilya Barygin randomact...@ubuntu.com Bug-Debian: http

Bug#642660: fgfs-atlas: FTBFS: Map.cxx:72:42: fatal error: simgear/screen/RenderTexture.h: No such file or directory

2011-12-11 Thread Ilya Barygin
I would suggest packaging a current CVS snapshot, which does build. 0.3.1 is very old, and a lot of development has been done upstream. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#651672: code-saturne: FTBFS with ld --as-needed

2011-12-11 Thread Ilya Barygin
invoking linker Author: Ilya Barygin randomact...@ubuntu.com --- code-saturne-2.1.0.orig/src/apps/Makefile.am +++ code-saturne-2.1.0/src/apps/Makefile.am @@ -147,10 +147,10 @@ cs_check_syntax_CPPFLAGS = \ cs_check_syntax_SOURCES = cs_check_syntax.c cs_check_syntax_LDADD = \ $(top_builddir)/src/mei

Bug#622051: isakmpd: FTBFS: (.text+0x4f): undefined reference to `inflateEnd'

2011-12-05 Thread Ilya Barygin
:= /usr/lib/$(DEB_HOST_MULTIARCH) %: dh $@ Description: Instead of hardcoded location of libraries, use the value provided from debian/rules. Author: Ilya Barygin bary...@gmail.com --- isakmpd-20041012.orig/sysdep/linux/GNUmakefile.sysdep +++ isakmpd-20041012/sysdep/linux

Bug#650162: FTBFS: configure: error: invalid ltdl library directory: `/usr/lib'

2011-11-27 Thread Ilya Barygin
Package: parser-mysql Version: 10.3-5 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: multiarch-de...@lists.alioth.debian.org Usertags: multiarch parser-mysql fails to build from source because it tries to look for ltdl library in

Bug#650084: herbstluftwm: FTBFS without internet access

2011-11-26 Thread Ilya Barygin
Package: herbstluftwm Version: 0.1+git2011.11.06-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch herbstluftwm fails to build without internet access. Build log in Ubuntu:

Bug#650087: jabberd14: FTBFS with -Werror=format-security

2011-11-26 Thread Ilya Barygin
/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash #! /bin/sh /usr/share/dpatch/dpatch-run ## format-security.dpatch by Ilya Barygin randomact...@ubuntu.com ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix

Bug#649236: yaskkserv: FTBFS with ld --as-needed

2011-11-18 Thread Ilya Barygin
CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with --as-needed linker option Libraries should be put after object files on the command line. Author: Ilya Barygin randomact...@ubuntu.com --- yaskkserv-0.5.2.orig

Bug#648599: gnome-blog: Please apply Ubuntu changes

2011-11-13 Thread Ilya Barygin
Package: gnome-blog Version: 0.9.1-5 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch Hello Frederic, There are some small changes made to your package in Ubuntu, please consider applying them in Debian. * Added Homepage field *

Bug#647355: service-wrapper-java: FTBFS with ld --as-needed

2011-11-02 Thread Ilya Barygin
) Kernel: Linux 3.0.0-13-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with --as-needed linker option Libraries should be put after object files when calling linker. Author: Ilya Barygin randomact

Bug#647401: sitplus: FTBFS with ld --as-needed

2011-11-02 Thread Ilya Barygin
3.0.0-13-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix underlinked library libsphost.a This allows building with --as-needed linker option. Author: Ilya Barygin randomact...@ubuntu.com --- sitplus

Bug#647311: tickr: ftbs with ld --as-needed

2011-11-02 Thread Ilya Barygin
Hello Emmanuel, Would you please apply this patch in Debian? The change will propagate to Ubuntu when the new version reaches testing, and bug #879880 in Ubuntu which you opened will be fixed. You can auto-close the Ubuntu bug by adding LP: #879880 to the changelog entry. -- To UNSUBSCRIBE,

Bug#647415: velvet: FTBFS with ld --as-needed

2011-11-02 Thread Ilya Barygin
3.0.0-13-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with --as-needed linker option Author: Ilya Barygin randomact...@ubuntu.com --- velvet-1.1.06~nozlibcopy.orig/Makefile +++ velvet-1.1.06

Bug#643463: qutemol: FTBFS: src/pngSave.cpp:58:15: error: format not a string literal and no format arguments [-Werror=format-security]

2011-11-01 Thread Ilya Barygin
tags 643463 patch thanks Patch attached. #! /bin/sh /usr/share/dpatch/dpatch-run ## 33_format-security.dpatch by Ilya Barygin randomact...@ubuntu.com ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix warnings produced by -Werror=format-security @DPATCH@ diff

Bug#642668: libghemical: FTBFS: eng1_qm_mpqc.h:37:44: fatal error: util/keyval/keyval.h: No such file or directory

2011-10-31 Thread Ilya Barygin
reassign 642668 libsc-dev 2.3.1-8 affects 642668 src:libghemical thanks The problem is actually in libsc-dev which installs header files in /usr/include/include/sc and says they're in /usr/include/sc: $ find /usr/include -name keyval.h /usr/include/include/sc/util/keyval/keyval.h $ sc-config

Bug#643446: nip2: FTBFS: parse.c:1599:5: error: format not a string literal and no format arguments [-Werror=format-security]

2011-10-31 Thread Ilya Barygin
The code in question is: static void yyFail (yyGLRStack* yystackp, const char* yymsg) __attribute__ ((__noreturn__)); static void yyFail (yyGLRStack* yystackp, const char* yymsg) { if (yymsg != NULL) yyerror (yymsg); // this gives a warning YYLONGJMP (yystackp-yyexception_buffer, 1); }

Bug#643450: open-invaders: FTBFS: ending.cc:218:128: error: format not a string literal and no format arguments [-Werror=format-security]

2011-10-31 Thread Ilya Barygin
tags 643450 patch thanks Patch attached. Description: fix -Wformat-security warnings Author: Ilya Barygin randomact...@ubuntu.com --- open-invaders-0.3.orig/src/ending.cc +++ open-invaders-0.3/src/ending.cc @@ -215,7 +215,7 @@ void game_ending() for(int individualchars=0

Bug#647222: preprepare: FTBFS with -Werror=format-security

2011-10-31 Thread Ilya Barygin
Package: preprepare Version: 0.4-2 Severity: normal Tags: upstream patch User: debian...@lists.debian.org Usertags: hardening-format-security preprepare fails to build with -Werror=format-security compiler option. Build log in Ubuntu:

Bug#647081: gnustep-dl2: FTBFS with -Werror=format-security

2011-10-30 Thread Ilya Barygin
) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: Fix FTBFS with -Werror=format-security. Author: Ilya Barygin randomact...@ubuntu.com --- gnustep-dl2-0.12.0.orig/EOControl/EODebug.m +++ gnustep-dl2-0.12.0/EOControl/EODebug.m @@ -71,7

Bug#647085: iptux: FTBFS with ld --as-needed

2011-10-30 Thread Ilya Barygin
) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with --as-needed linker option Place libaries in LIBS variable rather than LDFLAGS to ensure correct order of parameters passed to linker. Author: Ilya Barygin randomact

Bug#647100: lebiniou: FTBFS with ld --as-needed

2011-10-30 Thread Ilya Barygin
) Kernel: Linux 3.0.0-13-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix build with --as-needed linker option Put all library flags in LIBS instead of LDFLAGS. Author: Ilya Barygin randomact...@ubuntu.com

Bug#647105: leveldb: FTBFS with ld --as-needed

2011-10-30 Thread Ilya Barygin
files. Author: Ilya Barygin randomact...@ubuntu.com --- leveldb-0+20110926.git26db4d9.orig/Makefile +++ leveldb-0+20110926.git26db4d9/Makefile @@ -22,23 +22,23 @@ include build_config.mk # (see http://code.google.com/p/snappy/) ifeq ($(SNAPPY), 1) SNAPPY_CFLAGS=-DSNAPPY -SNAPPY_LDFLAGS=-lsnappy

Bug#643417: libccscript3: FTBFS: compiler.cpp:1147:38: error: format not a string literal and no format arguments [-Werror=format-security]

2011-10-30 Thread Ilya Barygin
tags 643417 patch thanks Here's a patch: --- libccscript3-1.1.7.orig/src/compiler.cpp +++ libccscript3-1.1.7/src/compiler.cpp @@ -1144,7 +1144,7 @@ continue; if(!strchr(token, ':')) { - snprintf(temp,

Bug#647031: alliance: FTBFS with ld --as-needed

2011-10-29 Thread Ilya Barygin
in the argument list. Author: Ilya Barygin randomact...@ubuntu.com --- alliance-5.0-20110203.orig/asimut/src/Makefile.am +++ alliance-5.0-20110203/asimut/src/Makefile.am @@ -25,7 +25,6 @@ bin_PROGRAMS = asimut asimut_LDADD = \ --L. libCst.la libSch.la \ -L$(top_builddir)/mbkvti/src \ -L

Bug#647040: beast: FTBFS with -Werror=format-security

2011-10-29 Thread Ilya Barygin
=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix warnings generated with -Wformat-security Author: Ilya Barygin randomact...@ubuntu.com --- beast-0.7.4.orig/sfi/sfidl-parser.cc +++ beast-0.7.4/sfi/sfidl-parser.cc @@ -238,7 +238,7 @@ if (isSequence (type

Bug#647047: drc: FTBFS with ld --as-needed

2011-10-29 Thread Ilya Barygin
: Linux 3.0.0-13-generic (SMP w/2 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Description: fix FTBFS with ld --as-needed Place libraries after source files in gcc invocations. Author: Ilya Barygin randomact...@ubuntu.com --- drc-3.1.1

Bug#646967: nilfs-tools: FTBFS with ld --as-needed

2011-10-28 Thread Ilya Barygin
libnilfs.so, so it should come first in the argument list Author: Ilya Barygin randomact...@ubuntu.com --- nilfs-tools-2.1.0~rc2.orig/sbin/nilfs-clean/Makefile.am +++ nilfs-tools-2.1.0~rc2/sbin/nilfs-clean/Makefile.am @@ -2,8 +2,8 @@ AM_CFLAGS = -Wall AM_CPPFLAGS = -I$(top_srcdir)/include -LDADD

Bug#646327: libbs2b: FTBFS with -Werror=format-security

2011-10-23 Thread Ilya Barygin
/ubuntu/+source/libbs2b/3.1.0+dfsg-2ubuntu1 Description: fix FTBFS with -Werror=format-security Author: Ilya Barygin randomact...@ubuntu.com --- libbs2b-3.1.0+dfsg.orig/src/bs2bconvert.c +++ libbs2b-3.1.0+dfsg/src/bs2bconvert.c @@ -153,7 +153,7 @@ int main( int argc, char *argv

Bug#646211: gpsim: New upstream version (0.26.1)

2011-10-22 Thread Ilya Barygin
Package: gpsim Version: 0.24-6 Severity: wishlist Hello, Several users of Ubuntu have requested an update of gpsim to a newer upstream version. The request is at https://launchpad.net/bugs/705372 . Current upstream version is 0.26.1. Please consider packaging it. -- System Information: Debian

Bug#644710: keychain: New upstream version available (2.7.1)

2011-10-08 Thread Ilya Barygin
Package: keychain Version: 2.6.8-2 Severity: wishlist Hello, Several users of Ubuntu have requested update of keychain to a new upstream version, 2.7.1. Please consider packaging it. Ubuntu bug for this is https://launchpad.net/bugs/481191 -- System Information: Debian Release: squeeze/sid

Bug#640192: supertux: FTBFS with gcc-4.6

2011-09-03 Thread Ilya Barygin
APT prefers oneiric APT policy: (500, 'oneiric') Architecture: i386 (i686) Kernel: Linux 2.6.38-11-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Description: Add missing header. Fixes FTBFS with gcc 4.6. Author: Ilya Barygin

Bug#640202: libhd16: FTBFS with ld --as-needed

2011-09-03 Thread Ilya Barygin
dependencies resolved when --as-needed linker option is being used. Author: Ilya Barygin bary...@gmail.com --- hwinfo-16.0.orig/src/Makefile +++ hwinfo-16.0/src/Makefile @@ -23,9 +23,10 @@ ifdef SHARED_FLAGS $(LIBHD_SO): $(LIBHD) - $(CC) -shared $(SO_LIBS) -Wl,--whole-archive $(LIBHD) -Wl

Bug#640203: xdemorse: broken watch file

2011-09-03 Thread Ilya Barygin
Package: xdemorse Version: 1.3-6 Severity: minor Tags: patch The watch file for xdemorse is out of date. Please use the following one: version=3 http://www.qsl.net/5b4az/pages/morse.html .*xdemorse-(.*)\.tar\.bz2 -- System Information: Debian Release: wheezy/sid APT prefers oneiric APT

Bug#624939: stardict: FTBFS: scene.hpp:21:16: error: 'NULL' was not declared in this scope

2011-09-03 Thread Ilya Barygin
tags 624939 patch thanks Hello, Attached patch was used in Ubuntu. https://launchpad.net/ubuntu/+source/stardict/3.0.1-7ubuntu2 Description: fix FTBFS with gcc 4.6 by adding a necessary header. Author: Ilya Barygin bary...@gmail.com Bug-Ubuntu: https://bugs.launchpad.net/bugs/832822 --- stardict

Bug#639013: sslscan: FTBFS with ld --as-needed

2011-08-23 Thread Ilya Barygin
Package: sslscan Version: 1.8.2-1 Severity: normal Tags: upstream patch User: debian-...@lists.debian.org Usertags: ld-as-needed The package fails to build when --as-needed linker option is enabled, because of incorrect order of parameters passed to ld. We had to patch it in Ubuntu because this

Bug#622019: sslscan: FTBFS: sslscan.c:566: undefined reference to `SSLv2_client_method'

2011-08-23 Thread Ilya Barygin
tags 622019 patch thanks Hello, Attached patch was used to fix this in Ubuntu. https://launchpad.net/ubuntu/+source/sslscan/1.8.2-1ubuntu1 Description: Fix build in case of disabled SSLv2. This is needed for build with OpenSSL 1.0.0. Author: Ilya Barygin bary...@gmail.com Bug-Debian: http

Bug#615783: t38modem: ftbfs with gold or ld --no-add-needed

2011-08-23 Thread Ilya Barygin
tags 615783 patch thanks Hello, Attached patch was used to fix this problem in Ubuntu. https://launchpad.net/ubuntu/+source/t38modem/1.2.0-1ubuntu1 Description: Change order of parameters passed to ld. This fixes FTBFS with --as-needed option. Author: Ilya Barygin bary...@gmail.com Bug-Debian

Bug#632344: ftbs with ld --as-needed --no-dt-copy-needed

2011-08-22 Thread Ilya Barygin
Hello, This is the version of the patch which was uploaded to Ubuntu. https://launchpad.net/ubuntu/+source/medusa/2.0-1ubuntu1 Description: Place libraries into LIBS variable instead of LDFLAGS. Fixes FTBFS with --as-needed linker option. Author: Ilya Barygin bary...@gmail.com Bug-Debian: http

Bug#638886: gridengine: FTBFS with ld --as-needed

2011-08-22 Thread Ilya Barygin
: Ilya Barygin bary...@gmail.com Bug-Ubuntu: https://launchpad.net/bugs/770777 --- gridengine-6.2u5.orig/source/libs/sched/Makefile +++ gridengine-6.2u5/source/libs/sched/Makefile @@ -196,7 +196,7 @@ $(LD_WRAPPER) $(CC) $(CFLAGS) -o simple_scheduler $(LFLAGS) simple_scheduler.o

Bug#622041: pound: FTBFS: pound.h:340:5: error: expected specifier-qualifier-list before 'LHASH'

2011-08-22 Thread Ilya Barygin
tags 622041 patch thanks Hello, I have backported OpenSSL-related changes from version 2.6c to 2.5. Patch attached. It was uploaded to Ubuntu: https://launchpad.net/ubuntu/+source/pound/2.5-1ubuntu1 Description: Port to OpenSSL 1.0.0. Patch backported from upstream version 2.6c. Author: Ilya

Bug#621974: qpopper: FTBFS: pop_tls_openssl.c:323: undefined reference to `SSLv2_server_method'

2011-08-22 Thread Ilya Barygin
tags 621974 patch thanks Hello, This is the patch which was used in Ubuntu to fix the problem. https://launchpad.net/ubuntu/+source/qpopper/4.0.9.dfsg-1.2ubuntu1 Description: OpenSSL 1.0.0 dropped SSLv2 support. Handle this. Author: Ilya Barygin bary...@gmail.com Bug-Debian: http

Bug#622063: mailfilter: FTBFS: socket.cc:123:37: error: invalid conversion from 'const SSL_METHOD*' to 'SSL_METHOD*'

2011-08-21 Thread Ilya Barygin
tags 622063 patch thanks Hello, The following patch was applied in Ubuntu: https://launchpad.net/ubuntu/+source/mailfilter/0.8.2-1ubuntu1 diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr'

Bug#621994: medusa: FTBFS: medusa-net.c:322: undefined reference to `SSLv2_client_method'

2011-08-21 Thread Ilya Barygin
tags 621994 patch thanks Hello, Attached is the patch that was applied in Ubuntu to fix this problem. https://launchpad.net/ubuntu/+source/medusa/2.0-1ubuntu1 Description: OpenSSL 1.0.0 has SSLv2 support disabled. Handle this case. Author: Ilya Barygin bary...@gmail.com Bug-Debian: http

Bug#622011: openvas-client: FTBFS: nessus.c:485: undefined reference to `SSLv2_client_method'

2011-08-21 Thread Ilya Barygin
tags 622011 patch thanks Hello, Attached is the patch which was used in Ubuntu to fix this problem. https://launchpad.net/ubuntu/+source/openvas-client/2.0.5-1ubuntu1 #! /bin/sh /usr/share/dpatch/dpatch-run ## Description: OpenSSL 1.0.0 removed SSLv2 support. Handle this case. ## Author: Ilya

Bug#622031: pkcs11-dump: FTBFS: pkcs11-dump.cpp:748: undefined reference to `X509_NAME_new'

2011-08-21 Thread Ilya Barygin
tags 622031 patch thanks The reason for this is missing build dependency on pkg-config. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#593638: FTBFS: with pcsc-lite = 1.6.0 (from experimental)

2011-08-20 Thread Ilya Barygin
Hello, In Ubuntu, one additional file had to be modified. Resulting version of the patch is attached. Description: Port to pcsc-lite 1.6.0 API. Author: Ludovic Rousseau rouss...@debian.org Bug-Debian: http://bugs.debian.org/593638 Bug-Ubuntu: https://launchpad.net/bugs/749231 ---

Bug#615697: beid: ftbfs with gold or ld --no-add-needed

2011-08-20 Thread Ilya Barygin
tags 615697 patch thanks Hello, Attached patches were used to fix FTBFS in Ubuntu. https://launchpad.net/ubuntu/+source/beid/3.5.2.dfsg-10ubuntu3 Description: Correct variable types and add necessary type casts. Fixes build with OpenSSL 1.0.0. Author: Ilya Barygin bary...@gmail.com --- beid

Bug#638598: sinfo: FTBFS with ld --as-needed

2011-08-20 Thread Ilya Barygin
Package: sinfo Version: 0.0.42-1 Severity: normal Tags: upstream patch User: debian-...@lists.debian.org Usertags: ld-as-needed The package fails to build when --as-needed linker option is enabled, because of incorrect order of parameters passed to ld. Here's a log of failed build in Ubuntu:

Bug#638599: sineshaper: FTBFS with ld --as-needed

2011-08-20 Thread Ilya Barygin
: Change order of libraries to enable linking with --as-needed option. Author: Ilya Barygin bary...@gmail.com --- sineshaper-0.4.2.orig/src/sineshaper/Makefile.am +++ sineshaper-0.4.2/src/sineshaper/Makefile.am @@ -14,7 +14,7 @@ sineshaper_gtk_SOURCES = \ skindial_gtkmm.cpp skindial_gtkmm.hpp

Bug#638600: nodm: FTBFS in Ubuntu because of unchecked return value of asprintf

2011-08-20 Thread Ilya Barygin
Package: nodm Version: 0.11-1 Severity: minor Hello, nodm fails to build in Ubuntu because of -D_FORTIFY_SOURCE=2 compiler flag enabled by default (see https://wiki.ubuntu.com/CompilerFlags). It causes warnings to be generated, then the package fails to build because of -Werror. gcc

Bug#638601: nodm: FTBFS with ld --as-needed

2011-08-20 Thread Ilya Barygin
Package: nodm Version: 0.11-1 Severity: normal Tags: upstream patch User: debian-...@lists.debian.org Usertags: ld-as-needed The package fails to build when --as-needed linker option is enabled, because of incorrect order of parameters passed to ld. Here's the bug report in Ubuntu:

  1   2   3   >