Bug#980017: argus-clients FTBFS due to missing link and includes for tirpc library

2021-01-12 Thread Tiago Stürmer Daitx
Source: argus-clients Version: 3.0.8.2-6 Severity: important Dear Maintainer, This package failed to rebuild in Ubuntu with "fatal error: rpc/type.h". Sun RPC used to be included in glibc and now it must be added from TI-RPC library (libtirpc-dev). To fix it a simple change was needed:

Bug#980016: argus FTBFS due to missing link and includes for tirpc library

2021-01-12 Thread Tiago Stürmer Daitx
Source: argus Version: 2:3.0.8.2-2 Severity: important Dear Maintainer, This package failed to rebuild in Ubuntu with "fatal error: rpc/type.h". Sun RPC used to be included in glibc and now it must be added from TI-RPC library (libtirpc-dev). To fix it 3 changes were required: configure.ac:

Bug#980015: alberta: FTBFS due to missing link and include for tirpc library

2021-01-12 Thread Tiago Stürmer Daitx
Source: alberta Version: 3.0.1-2 Severity: important Dear Maintainer, This package failed to rebuild in Ubuntu with "fatal error: rpc/type.h". Sun RPC used to be included in glibc and now it must be added from TI-RPC library (libtirpc-dev). I was able to build it after adding a check lib in

Bug#965047: jtreg won't run as it can't locate its own jar file

2020-07-14 Thread Tiago Stürmer Daitx
Package: jtreg Version: 5.1-b01-1 Severity: important Dear Maintainer, Since jtreg 5.1-b01-1 it will no longer run without having JTREG_HOME (or JT_HOME) explicitly set on the environment, previous versions worked ok. It will exit 1 when trying to run it: $ jtreg Cannot determine JTREG_HOME;

Bug#938969: python-packaging: test failures due to wrong arch check

2019-08-30 Thread Tiago Stürmer Daitx
Package: python-packaging Version: 19.0-1 Severity: important Dear Maintainer, Since 19.1-1 python-packaging introduced a Tags class that has methods that depend upon distutils.util.get_platform(). The problem is that the behavior of get_platform() changes during build time, as pybuild sets

Bug#925320: android-platform-tools-apksig: apksigner fails to run on OpenJDK 8 due to UnsupportedClassVersionError

2019-03-22 Thread Tiago Stürmer Daitx
Package: android-platform-tools-apksig Version: 0.8-2 Severity: important Dear Maintainer, The apksigner binary from android-platform-tools-apksig 0.8-2 fails to run under OpenJDK 8 because it is not being targetted to java 8 level. Please note that if OpenJDK 11 is installed it will be used

Bug#925225: gradle: Fix gradle compatibility with OpenJDK 8

2019-03-21 Thread Tiago Stürmer Daitx
Package: gradle Version: 4.4.1-5 Severity: normal Dear Maintainer, Since the fix for bug #909905 in gradle 4.4.1-1 it has been not possible to run the generated binaries with OpenJDK 8. The patch introduced in 4.4.1-1 was loosely based on the actual upstream patch and - differently from

Bug#923800: mapsforge: please include minimum versions in build-depends

2019-03-05 Thread Tiago Stürmer Daitx
Package: mapsforge Version: 0.10.0+dfsg.1-1 Severity: normal Dear Maintainer, mapsforge version 0.10.0+dfsg.1-1 does declare runtime version dependency but does not explicitly declares the required build time dependency versions. This would better show what is required for build and would help

Bug#913853: jtreg fails to run under openjdk-8 due to api incompatibility with openjdk-9 or later

2018-11-15 Thread Tiago Stürmer Daitx
Package: jtreg Version: 4.2-b13-1 Severity: important Dear Maintainer, openjdk-9 introduced a few api changes that result in runtime errors when trying to run the java classes under openjdk 8 (or earlier) even when -source/-target are properly set. The fix is to build such code using the new

Bug#910773: clojure1.8: clojure fails to run with openjdk-11

2018-10-10 Thread Tiago Stürmer Daitx
Package: clojure1.8 Version: 1.8.0-7 Severity: important Dear Maintainer, when trying to run clojure1.8 with openjdk-11 it fails with Exception in thread "main" java.lang.ExceptionInInitializerError at clojure.main.(main.java:20) Caused by: java.lang.IllegalArgumentException: Must hint

Bug#910098: groovy: improve doc linking and add missing dependencies

2018-10-02 Thread Tiago Stürmer Daitx
Package: groovy Version: 2.4.15-3 Severity: normal Dear Maintainer, The groovy doc linking can be improved by adding a few docs that have been packaged in Debian. Also, the previous fix for the jre doc link was using a URI with a single slash, which although works is not the standard.

Bug#910093: maven-compiler-plugin: tests fail due to hardcoded junit jar path and missing JAVA_HOME

2018-10-02 Thread Tiago Stürmer Daitx
Package: maven-compiler-plugin Version: 3.8.0-1 Severity: minor Dear Maintainer, Currently maven-compiler-plugin tests are failing due to 2 different reasons: 1. Some tests depend on JAVA_HOME being set 2. The junit jar file is hardcoded to version 3.8.1 Excerpt of the buildlog with the test

Bug#909905: gradle FTBFS when building with openjdk-11 (needs update to 4.7.0 or upstream patch)

2018-09-29 Thread Tiago Stürmer Daitx
Package: gradle Version: 4.4-2 Severity: normal Dear Maintainer, gradle 4.4-2 currently FTBFS when build with openjdk-11. * Exception is: java.lang.IllegalArgumentException: Could not determine java version from '11'. at org.gradle.api.JavaVersion.toVersion(JavaVersion.java:72)

Bug#905675: testng missing dependency on guava causes tests to fails

2018-08-07 Thread Tiago Stürmer Daitx
Package: testng Version: 6.9.12-3 Severity: normal Dear Maintainer, While running OpenJDK 10 tests I noticed that quite a few tests that depend on testng fail due to a missing guava class. The package libguava-java has the class but it is not declared as a dependency. The bug has been reported

Bug#898678: ca-certificates-java: convert PKCS12 cacerts keystore to JKS

2018-05-14 Thread Tiago Stürmer Daitx
:39.0 -0300 +++ ca-certificates-java-20180413.1/debian/changelog2018-05-14 23:16:43.0 -0300 @@ -1,3 +1,18 @@ +ca-certificates-java (20180413.1) unstable; urgency=medium + + [ Tiago Stürmer Daitx ] + * debian/jks-keystore.hook.in: Don't create a jvm-*.cfg file, a default file

Bug#897612: groovy: [FTBFS] groovy: 2.4.15-1 ftbfs due to invalid javadoc links

2018-05-03 Thread Tiago Stürmer Daitx
Package: groovy Version: 2.4.15-1 Severity: important Dear Maintainer, Note: Copied from Ubuntu bug #1765885 [1]. Starting with openjdk-10 all invalid, unreachable, or nonexistent javadoc links cause the javadoc to throw out an error - until openjdk-9 they were simply ignored with at most a

Bug#897611: cmake: handle new openjdk versioning

2018-05-03 Thread Tiago Stürmer Daitx
Package: cmake Version: 3.11.1-1 Severity: important Dear Maintainer, cmake 3.11.1 checks the wrong java version when deciding if javah is available: instead of "1.10" it should be "10". The bug was reported upstream at https://gitlab.kitware.com/cmake/cmake/issues/17938 and fixed at

Bug#896439: gradle-debian-helper points to an invalid java api directory

2018-04-20 Thread Tiago Stürmer Daitx
Package: gradle-debian-helper Version: 1.6 Severity: important Dear Maintainer, Thus I would like to discuss the possibility of: 1) declaring the binary package gradle-debian-helper as dependend upon default-jdk-doc; 2) using the directory file:///usr/share/doc/default-jdk-doc/api in

Bug#896436: gradle FTBFS: error fetching java api url when building with openjdk-10

2018-04-20 Thread Tiago Stürmer Daitx
Package: gradle Version: 3.4.1-7 Severity: normal Dear Maintainer, When using openjdk-10 as the default-jdk gradle will fail with the following error: :signing:assemble :docs:javadocAlljavadoc: error - Error fetching URL: file:/usr/share/doc/default-jdk/api/ javadoc: warning - You have not

Bug#895619: plexus-compiler: use --release instead of -source/-target for jdk9+ when setting defaults

2018-04-13 Thread Tiago Stürmer Daitx
Source: plexus-compiler Version: 2.8.2-5 Severity: normal Dear Maintainer, plexus-compiler currently will default -source and/or -target to 1.7 whenever the following occours: 1) whenever either has not being set 2) whenever either has been set to 1.6 or earlier This patch modifies the

Bug#895616: gradle: fix support for openjdk-9 --release flag

2018-04-13 Thread Tiago Stürmer Daitx
Source: gradle Version: 3.4.1-7 Severity: normal Dear Maintainer, gradle 3.4.1 still detects and relies on the '-release' compiler argument, but newer openjdk-9 has moved to a '--release' gnu-style argument. Upstream has fixed that on commit

Bug#895587: openjdk-10: exclude element-list from being compressed

2018-04-12 Thread Tiago Stürmer Daitx
Package: openjdk-10 Version: 10~46-5 Severity: important Dear Maintainer, The file element-list has replaced package-list in the javadoc api directory is now used by the javadoc binary. As it is not currently excluded when calling dh_compress it will be gzip and that causes javadoc to fail to

Bug#895583: libcommons-lang3-java FTBFS due to unsupported locale type

2018-04-12 Thread Tiago Stürmer Daitx
Package: libcommons-lang3-java Version: 3.5-1 Severity: normal Dear Maintainer, With bug #895234 [1] fixed, libcommons-lang3-java will FTBFS as bellow: [INFO] Running org.apache.commons.lang3.LocaleUtilsTest [ERROR] Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.007 s <<<

Bug#893739: gettext: FTBFS with openjdk-9 as default-jdk

2018-03-21 Thread Tiago Stürmer Daitx
Package: gettext Version: 0.19.8-2 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome

Bug#893487: gradle FTBFS due to missing cast "as long"

2018-03-19 Thread Tiago Stürmer Daitx
-runtime-to-long.patch: fix FTBFS due to missing cast. +(Closes: #893487) + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Mon, 19 Mar 2018 11:19:49 + + gradle (3.4.1-2) experimental; urgency=medium * Team upload. diff -Nru gradle-3.4.1/debian/patches/cast-estimated-r

Bug#893487: gradle FTBFS due to missing cast "as long"

2018-03-19 Thread Tiago Stürmer Daitx
Package: gradle Version: 3.4.1-2 Severity: normal Dear Maintainer, gradle 3.4.1-2 FTBFS due to a missing cast, as per build log: :compileJava - is not incremental (e.g. outputs have changed, no previous execution, etc.). Note: /<>/buildSrc/src/main/java/WriteProperties.java uses or overrides

Bug#892937: cglib: FTBFS with openjdk-9 due to failing tests

2018-03-14 Thread Tiago Stürmer Daitx
Source: cglib Version: 3.2.6-1 Severity: normal Dear Maintainer, When building with openjdk-9, for which there will be hopefully a transition soon. There are currently 5 tests that fail (setting 'nocheck' in DEB_BUILD_OPTIONS allow the build to succeed). [ERROR] Tests run: 51, Failures: 0,

Bug#891893: jtb: groupId change in jtb-1.4.12-1 causes other packages to FTBFS

2018-03-01 Thread Tiago Stürmer Daitx
Package: jtb Version: 1.4.12-1 Severity: important Dear Maintainer, As per bug #887785 various packages were affected by jtb-1.4.12-1. I tracked the issue down to a groupId change after the pom was updated from upstream. The pom.xml groupId changed from "edu.ucla.cs.compilers" (original pom.xml

Bug#853335: bogl: ftbfs with GCC-7

2017-10-05 Thread Tiago Stürmer Daitx
.18/debian/changelog +++ bogl-0.1.18/debian/changelog @@ -1,3 +1,10 @@ +bogl (0.1.18-12) UNRELEASED; urgency=medium + + * reduce-font.c: Get rid of inlined function, which breaks buildling +with gcc7 (Closes: #853335). + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Thu, 05 Oct 201

Bug#874434: severity is grave

2017-09-28 Thread Tiago Stürmer Daitx
ion as openjdk-8 already ships with a +default jvm.cfg for cases wihere the one in /etc is missing or not yet +setup. Closes: #874434. + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Thu, 28 Sep 2017 20:54:50 + + ca-certificates-java (20170531+nmu1) unstable; urgency=high *

Bug#874434: severity is grave

2017-09-28 Thread Tiago Stürmer Daitx
Please consider removing the jvm.cfg checks. OpenJDK 7, 8, and 9 have been shipping a default jvm.cfg for quite some time now and it is used when a jvm.cfg is not present in the /etc/ directory. Patch is attached. thanks ca-certificates-java_20170531+nmu1_20170531+nmu1.1.debdiff Description:

Bug#796802: Bug 762449 fix lost in 2.0.10-1

2017-08-17 Thread Tiago Stürmer Daitx
+ for the initial patch. Closes: #796802. LP: #1711478. + + -- Tiago Stürmer Daitx <tiago.da...@ubuntu.com> Thu, 17 Aug 2017 22:16:39 + + numactl (2.0.11-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru numactl-2.0.11/debian/patches/fix-arm-nr-missing-pages

Bug#853531: reassigning bug to gcc

2017-08-15 Thread Tiago Stürmer Daitx
This has been fixed upstream [1], but there has been no new release so far. [1] https://github.com/lxc/lxc/commit/66b66624fce21606d11f24f5b615776074d212ae -thanks

Bug#865579: libqmi 1.18.0-1 FTBFS when building against glib2.0-2.53.1-1 (or later)

2017-06-22 Thread Tiago Stürmer Daitx
Source: libqmi Followup-For: Bug #865579 Dear Maintainer, Please consider the attached patch to fix libqmi builds when build against glib2.0-2.53.1-1 or later. Thanks! -- System Information: Debian Release: stretch/sid APT prefers artful APT policy: (500, 'artful'), (400,

Bug#865579: libqmi 1.18.0-1 FTBFS when building against glib2.0-2.53.1-1 (or later)

2017-06-22 Thread Tiago Stürmer Daitx
Package: libqmi Version: 1.18.0-1 Severity: normal Dear Maintainer, libqmi 1.18.0-1 introduced a new function called __qmi_utils_get_driver in qmi-utils.c, which in turn calls g_file_test. This ends up being called during the test setup for test-generated suite. The problem is that

Bug#857500: cups-pdf: cups library should be set last

2017-03-11 Thread Tiago Stürmer Daitx
Package: cups-pdf Version: 3.0.1-2 Severity: normal Tags: patch Dear Maintainer, Please consider applying the attached patch in order to move the cups library as the last argument during the build. Libraries should be declared later to adhere to standard POSIX-required behavior. This early

Bug#857424: orthanc-dicomweb: Libraries manually set in wrong order

2017-03-10 Thread Tiago Stürmer Daitx
Package: orthanc-dicomweb Version: 0.3+dfsg-1 Severity: normal Tags: patch Dear Maintainer, Similar issue as reported for orthanc-webviewer 2.2-1 in bug #857355. Currently the file debian/patches/cmake is removing cmake's automatic library linking resolution and adding "missing" libraries

Bug#857355: orthanc-webviewer: Libraries manually set in wrong order

2017-03-10 Thread Tiago Stürmer Daitx
Package: orthanc-webviewer Version: 2.2-1 Severity: normal Tags: patch Dear Maintainer, Currently the file debian/patches/cmake is removing cmake's automatic library linking resolution and adding "missing" libraries manually. The uuid library ends up being added twice while linking

Bug#857003: ncurses: Build x32 packages

2017-03-06 Thread Tiago Stürmer Daitx
Package: ncurses Version: 6.0+20161126-1 Severity: wishlist Tags: patch Dear Maintainer, Please consider applying the attached patch to add x32 packages to ncurses. This patch has been a part of Ubuntu since late 2012 [1]. The original patch [2] has outdated symbols. Many thanks, Tiago Daitx

Bug#857001: ncurses: Build 32bit packages on s390x

2017-03-06 Thread Tiago Stürmer Daitx
Package: ncurses Version: 6.0+20161126-1 Severity: wishlist Tags: patch Dear Maintainer, Please consider applying the attached patch to build 32bit packages on s390x. This patch has been part of Ubuntu for over a year now [1]. The original patch [2] does not apply cleanly as it assumes x32

Bug#857000: ncurses: Add autopkgtest for ncurses

2017-03-06 Thread Tiago Stürmer Daitx
Package: ncurses Version: 6.0+20161126-1 Severity: wishlist Tags: patch Dear Maintainer, Please consider applying the following patch (or the original one [1]) to include support for autopkgtest to the ncurses package. This has been part of Ubuntu since 2013 [1,2] and all tests passes for the

Bug#856569: open-vm-tools: Depend on either libssl1.0-dev or libssl-dev

2017-03-02 Thread Tiago Stürmer Daitx
Package: open-vm-tools Version: 10.1.5-5055683 Severity: wishlist Dear Maintainer, Please consider improving Build-depends to accept either libssl1.0-dev or libssl-dev as that will make backporting easier. The dependency changed from libssl-dev to libssl1.0-dev due to bug 828476 (ie.

Bug#833933: openjdk-7: jamvm is broken due to missing native methods in sun.misc.Unsafe

2016-08-10 Thread Tiago Stürmer Daitx
Source: openjdk-7 Version: 7u111-2.6.7-1 Severity: important Dear Maintainer, [Issue] The fix of OpenJDK's bug 8158260 (http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/hotspot/rev/4f8cbd54a9c6) introduced 2 new native methods to the sun.misc.Unsafe class: isBigEndian0 and

Bug#794190: quota: failure to build on wily proposed due to wrong LDFLAGS usage

2015-09-08 Thread Tiago Stürmer Daitx
due to the + required autotools version. Thus this patch simply updates Makefile.in to + also make use of LIBS. +Author: Tiago Stürmer Daitx <tda...@gmail.com> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794190 +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/quota

Bug#797816: openscad FTBFS in armhf due to conflict declaration of headers gl3.h and glew.h

2015-09-02 Thread Tiago Stürmer Daitx
Package: openscad Version: 2015.03-1+dfsg-2 Severity: important Dear Maintainer, openscad 2015.03-1+dfsg-2ubuntu1 FTBFS on armhf due to conflicting headers. >From the armhf build at >https://launchpad.net/ubuntu/+source/openscad/2015.03-1+dfsg-2ubuntu1/+build/7851279 g++ -c -pipe

Bug#797842: libjoda-time-java: Update libjoda-time-java to 2.8.2 to fix timezone

2015-09-02 Thread Tiago Stürmer Daitx
Package: libjoda-time-java Version: 2.7-2 Severity: wishlist Dear Maintainer, As reported in LP:# 1491530 jruby FTBFS partly due to an outdated joda-time package. https://bugs.launchpad.net/ubuntu/+source/libjoda-time-java/+bug/1491530 This particular bug lead to 2 mspec test failures causing

Bug#797842: libjoda-time-java: Update libjoda-time-java to 2.8.2 to fix timezone

2015-09-02 Thread Tiago Stürmer Daitx
Package: libjoda-time-java Followup-For: Bug #797842 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, A debdiff for updating libjoda-time-java from 2.7 to 2.8.2 is attached. The sources can also be obtained by going to LP: #1491530

Bug#795178: ceph FTBFS with boost1.58

2015-08-31 Thread Tiago Stürmer Daitx
Package: ceph Followup-For: Bug #795178 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, Please consider this updated patch, which now includes dep3 data. *** /tmp/tmpQjuvXN/bug_body In Ubuntu, the attached patch was applied to achieve the

Bug#797356: bluez-tools FTBFS in 64-bit archs due to implicit pointer conversion

2015-08-29 Thread Tiago Stürmer Daitx
Package: bluez-tools Version: 0.2.0~20140808-3 Severity: important Dear Maintainer, After LDADD fix (LP: #1489661, Debian #797128) bluez-tools build now fails on 64-bit systems due to implicit pointer conversion in bt-device.c. Build logs at:

Bug#797356: bluez-tools FTBFS in 64-bit archs due to implicit pointer conversion

2015-08-29 Thread Tiago Stürmer Daitx
(see [1] why it is + good to avoid those kind of conversions). + + bt-device.c was missing an include for gio/gunixinputstream.c. + configure.ac had to be updated to include gio-unix-2.0 module. + + [1] https://wiki.debian.org/ImplicitPointerConversions +Author: Tiago Stürmer Daitx tiago.da

Bug#797128: bluez-tools FTBFS on wily-proposed due LDFLAGS misuse

2015-08-27 Thread Tiago Stürmer Daitx
Package: bluez-tools Version: 0.2.0~20140808 Severity: important Dear Maintainer, As reported in LP: #1489661 https://bugs.launchpad.net/ubuntu/+source/bluez-tools/+bug/1489661 bluez-tools FTBFS in wily-proposed with the following error: gcc -g -O2 -fstack-protector-strong -Wformat

Bug#797128: bluez-tools FTBFS on wily-proposed due LDFLAGS misuse

2015-08-27 Thread Tiago Stürmer Daitx
] and automake [2]. + This causes failure to build from source (FTBFS) in Ubuntu Wily + Proposed as reported in Launchpad #1489661 [3] and Debian #797128. + +Author: Tiago Stürmer Daitx tiago.da...@gmail.com +Origin: vendor, https://github.com/tdaitx/bluez-tools/commit/355f6af4f59690900445bed586905c5b3a86c364

Bug#797128: bluez-tools FTBFS on wily-proposed due LDFLAGS misuse

2015-08-27 Thread Tiago Stürmer Daitx
Package: bluez-tools Followup-For: Bug #797128 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, The attached patch fixes FTBFS. *** /tmp/tmpEiwsE1/bug_body In Ubuntu, the attached patch was applied to achieve the following: Fix FTBFS. *

Bug#795178: ceph FTBFS with boost1.58

2015-08-11 Thread Tiago Stürmer Daitx
Source: ceph Version: 0.94.2 Severity: important Dear Maintainer, ceph currently FTBFS when compiling with boost 1.58. Upstream bug report and patch available at http://tracker.ceph.com/issues/11576 Build log = libtool: compile: g++ -DHAVE_CONFIG_H -I. -D__CEPH__

Bug#795178: ceph FTBFS with boost1.58

2015-08-11 Thread Tiago Stürmer Daitx
Package: ceph Followup-For: Bug #795178 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch *** /tmp/tmpoh2_g2/bug_body In Ubuntu, the attached patch was applied to achieve the following: * Fix compile failure with boost 1.58 (LP: #1483403, closes 795178): -

Bug#794190: quota: failure to build on wily proposed due to wrong LDFLAGS usage

2015-07-30 Thread Tiago Stürmer Daitx
Package: quota Version: 4.02-1.1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, quota build in Wily proposed is failing due to '-ltirpc' being added to LDFLAGS instead of LIBS. As stated in

Bug#794009: libedit: Libraries must be added to LIBS instead of LDFLAGS

2015-07-29 Thread Tiago Stürmer Daitx
Package: libedit Version: 3.1-20150325-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu wily ubuntu-patch Dear Maintainer, libedit is failing to build in Wily (proposed) due to LIBBSD_LIBS being added to LDFLAGS instead of LIBS. As stated in