Bug#1064332: Bug#1065217: libpetsc-complex3.19-dev fails to install

2024-03-03 Thread Steve Langasek
Attached is a patch for a follow-up NMU correcting this issue. On Sat, Mar 02, 2024 at 02:15:57AM +0200, Adrian Bunk wrote: > Package: libpetsc-complex3.19-dev > Version: 3.19.6+dfsg1-2.1 > Severity: serious > Tags: ftbfs > X-Debbugs-Cc: Benjamin Drung , Steve Langasek > >

Bug#1062092: coin3: NMU diff for 64-bit time_t transition

2024-03-17 Thread Steve Langasek
ds/debian/changelog > --- coin3-4.0.2+ds/debian/changelog 2023-12-09 15:57:42.0 + > +++ coin3-4.0.2+ds/debian/changelog 2024-02-28 16:47:51.0 + > @@ -1,3 +1,10 @@ > +coin3 (4.0.2+ds-1.1) unstable; urgency=medium > + > + * Non-maintainer upload. > + * Re

Bug#1027467: dyssol: FTBFS without network access

2023-01-14 Thread Steve Langasek
ng durations === 0.726 class 0.351 units 0.302 models_development 0.100 001_ui/gui 0.074 001_ui/cli build finished with problems, 1 warning. make[5]: *** [CMakeFiles/doc.dir/build.make:74: doc] Error 1 [...] (https://launchpad.net/ubuntu/+source/dyssol/1.1.0+ds1-2/+build/254833

Bug#1014618: tpot: FTBFS in unstable

2022-07-08 Thread Steve Langasek
_weight_func dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.10" returned exit code 13 [...] (https://launchpad.net/ubuntu/+source/tpot/0.11.7+dfsg-3/+build/23574118) I have no insights into the cause of this build regression, sorry! -- Steve Langasek

Bug#1017360: src:sentencepiece: fails to migrate to testing for too long: FTBFS on s390x

2022-08-27 Thread Steve Langasek
. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org

Bug#1019282: ignition-common: missing header include, causes build failures of software using this lib

2022-09-06 Thread Steve Langasek
references memcpy() but does not include string.h which declares it. The attached patch to ignition-common fixes the build failure of ignition-launch (not yet in Debian) and may help the buildability of other software using ignition-common. Thanks for considering, -- Steve Langasek

Bug#973326: double-conversion: Misbuild with -O3: DoubleToStringConverter::DoubleToStringConverter() constructor dropped from exported symbols

2020-10-28 Thread Steve Langasek
raise the optimization level. This may well be a problem with the toolchain, but for the moment I've worked around this by forcing the optimization level down to -O2 as in the attached patch. Thanks for considering, -- Steve Langasek Give me a lever long enough and a Free

Bug#995317: apertium broken on s390x due to missing endianness definition

2021-09-29 Thread Steve Langasek
with both 0.5.1-1 and 0.5.0~r61325-4 versions of the data files. I'm marking this bug as grave because to my understanding this makes apertium completely unusable on s390x with any current data files - it's just that only 3 of the apertium dictionary packages have autopkgt

Bug#984401: vtk7: ftbfs with GCC-11

2021-11-18 Thread Steve Langasek
Package: vtk7 Version: 7.1.1+dfsg2-10 Followup-For: Bug #984401 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jammy ubuntu-patch Control: tags -1 patch Please find attached a patch which has been uploaded to Ubuntu to fix this build failure. -- Steve Langasek

Bug#1001236: libopencv-dnn4.5 lacks stable ABI

2021-12-06 Thread Steve Langasek
-b50- |sort) | grep -c ^- 256 $ Since upstream doesn't ship a stable ABI here, there are basically two choices: - change the binary package name and conflict with older versions of the library (libopencv-dnn4.5debian1 Conflicts: libopencv-dnn4.5) - ship this as a static library only.

Bug#1001236: libopencv-dnn4.5 lacks stable ABI

2021-12-06 Thread Steve Langasek
Control: reassign -1 src:opencv Control: forcemerge 998140 -1 Sorry, I see that this has already been fixed in a subsequent Debian upload and Ubuntu is just behind. On Mon, Dec 06, 2021 at 12:13:57PM -0800, Steve Langasek wrote: > Package:libopencv-dnn4.5 > Version: 4.5.4+dfsg-1 >

Bug#1001299: visp: FTBFS with glibc 2.34

2021-12-07 Thread Steve Langasek
owing tests FAILED: 3 - perfColorConversion (Subprocess aborted) [...] These failures are not reproducible on sid with or without the patch for glibc 2.34 compatibility, but for the moment they block having a fixed visp in Ubuntu. -- Steve Langasek Give me a lever

Bug#1001363: nlopt: needs update for python3.10 in supported versions: No module named '_nlopt'

2021-12-10 Thread Steve Langasek
. The attached patch should get it to the right path so that the python interpreter can find it and load it. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer

Bug#1001500: pymca: Fails with python3.10

2021-12-10 Thread Steve Langasek
self.__factor) TypeError: setValue(self, int): argument 1 has unexpected type 'float' -- Please find attached a patch to fix this issue. -- Steve Langasek Give me a lever long enough and a Free OS Debi

Bug#1001483: scoop: (autopkgtest) needs update for python3.10: 'Iterable' from 'collections' is removed

2021-12-11 Thread Steve Langasek
Package: scoop Version: 0.7.1.1-7 Followup-For: Bug #1001483 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jammy ubuntu-patch Control: tags -1 patch Please find attached a trivial patch for this bug. -- Steve Langasek Give me a lever long enough and a Free OS

Bug#1001760: FTBFS: 'placeholders' is ambiguous

2021-12-15 Thread Steve Langasek
from /tmp/dart-6.9.5/unittests/unit/test_Signal.cpp:34: /usr/include/c++/11/functional:219:13: note: 'namespace std::placeholders { }' 219 | namespace placeholders | ^~~~ Please find attached a patch that disambiguates and let

Bug#1049903: petsc: misbuild with gcc-13

2023-08-16 Thread Steve Langasek
uploaded this delta to Ubuntu to unbreak petsc there. Thanks for considering the patch. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer

Bug#1049903: Acknowledgement (petsc: misbuild with gcc-13)

2023-09-01 Thread Steve Langasek
ion were being linked with the C++ linker, it wouldn't need an explicit -lstdc++ argument anyway. I tried every which way to get this to work via environment exports with no luck. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer t

Bug#1011176: apertium-recursive: fails to detect EOF condition on unsigned char archs

2022-05-17 Thread Steve Langasek
int, not a char, and on many archs (but not x86), a bare 'char' is unsigned, so can never == EOF. The attached patch has been uploaded to Ubuntu to fix the build failure there, and complete the libapertium3-3.8-1 transition. Please consider applying it in Debian as well (and for

Bug#1035426: libvtk9-dev ships uncompilable headers

2023-05-03 Thread Steve Langasek
does not #include it (though a correct dependency is present) -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/

Bug#905085: scilab: FTBFS with dpkg-buildpackage -B (arch: any vs. arch: all)

2018-07-30 Thread Steve Langasek
files around during the build that are only present when building the arch-independent packages. I've uploaded the attached patch to Ubuntu, which fixes the issue there. Please consider applying this in Debian as well. Thanks, -- Steve Langasek Give me a lever long enoug

Bug#907221: Missing test dep on matplotlib

2018-08-24 Thread Steve Langasek
so this is currently holding the package out of Ubuntu 18.10. However, since the python-bayespy was also removed from the previous Ubuntu release due to other bugs, I think it's reasonable for us to reset the baseline and let the package in as-is. -- Steve Langa

Bug#915514: pysph: Missing build-dependency on python-pytest-runner, Debian builds pulling source from network?

2018-12-04 Thread Steve Langasek
uploaded the attached patch to Ubuntu, which fixes the build failure. Please consider applying it in Debian as well. If you're able to confirm that the build failure applies to Debian also, you might want to raise the severity of the bug report. Thanks, -- Steve La

Bug#917700: dimbl: FTBFS: build-dependency not installable: libtimbl4-dev

2019-01-12 Thread Steve Langasek
aving only the unversioned ones. I've uploaded the attached patch to Ubuntu to fix the bug there. But since there is a comment suggesting that this may not be worth maintaining in Debian and should be removed, I have not uploaded an NMU. -- Steve Langasek Give me a lever l

Bug#920620: gap-io: autopkgtests require Internet, don't respect http_proxy

2019-01-27 Thread Steve Langasek
xy in your implementation. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@

Bug#942609: pspp: build with -O2 to avoid misbuild with CFLAGS=-O3

2019-10-18 Thread Steve Langasek
is patch or one like it would help make the package more resilient to downstreams that use other build flags. Thanks for considering, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and

Bug#943786: lmfit-py: failing tests with python3.8

2019-10-29 Thread Steve Langasek
but this will eventually become a serious bug in Debian as well once that transition begins. For the moment I have worked around the failure in Ubuntu by changing the packaging to test only against the current version of python3 and not against all supported versions, but this is a very short-term fix g

Bug#943935: sasview: FTBFS when multiple python3 versions are supported

2019-10-31 Thread Steve Langasek
python3-defaults reaches unstable, this will become a serious bug in Debian. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https

Bug#934870: statsmodels: Please drop python2 support

2019-11-01 Thread Steve Langasek
Package: statsmodels Version: 0.9.0-6 Followup-For: Bug #934870 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Hello, Here is an updated debdiff for 0.9.0-6. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer

Bug#934870: statsmodels: Please drop python2 support

2019-11-02 Thread Steve Langasek
Package: statsmodels Version: 0.9.0-6 Followup-For: Bug #934870 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Sorry, missed a spot in the source. This should be a complete patch. -- Steve Langasek Give me a lever long enough and a Free OS

Bug#944144: openems: FTBFS when multiple python3 versions are supported

2019-11-04 Thread Steve Langasek
, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com vor...@debian.org

Bug#945343: sumo: FTBFS without Internet access

2019-11-22 Thread Steve Langasek
, but it is still a violation of the policy for builds. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.

Bug#945384: visp: autopkgtest regression

2019-11-23 Thread Steve Langasek
stion, it appears that pkg-config for visp is emitting libraries in its Libs: field that are provided by packages which it does not depend on. So this points to an actual bug in visp that needs fixing. -- Steve Langasek Give me a lever long enough and a Free OS Debian Deve

Bug#945868: ros-rospkg: OS detection is wrong for Ubuntu, uses deprecated LSB instead of os-release

2019-11-29 Thread Steve Langasek
fixes ros-rospkg to use os-release on Ubuntu, which works for all supported releases. I have not looked to confirm that /etc/os-release is also guaranteed to be present on all supported Debian releases, but it probably is. Thanks, -- Steve Langasek Give me a lever long enough and a

Bug#945868: ros-rospkg: OS detection is wrong for Ubuntu, uses deprecated LSB instead of os-release

2019-12-16 Thread Steve Langasek
Thanks for the fix! On Sun, Dec 01, 2019 at 02:36:41PM +0100, Jochen Sprickerhof wrote: > Hi Steve, > * Steve Langasek [2019-11-29 19:35]: > > In Ubuntu, the latest version of ros-rosdep was failing to build due to test > > failures related to ros-rospkg, which was not prop

Bug#948559: double-conversion: Please make autopkgtests cross-test-friendly

2020-01-09 Thread Steve Langasek
utopkgtest/merge_requests/69 and once landed, will still have no effect unless autopkgtest is invoked with a '-a' option. So this change should be safe to land in your package despite this not being upstream in autopkgtest. Thanks for considering, -- Steve Langasek Give me

Bug#951707: gringo ftbfs with Python 3.8

2020-02-20 Thread Steve Langasek
build-time, instead of a hard-coded python3.7, since python3.7 will shortly disappear from unstable. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer

Bug#952251: sympy: FTBFS: make[2]: python: Command not found

2020-02-28 Thread Steve Langasek
failure. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com

Bug#953068: bossa: patch to initialize variables (needed when building with -O3)

2020-03-03 Thread Steve Langasek
buntu. Please consider including this patch in Debian, and/or forwarding it to upstream. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Deve

Bug#945384: closed by Debian FTP Masters (reply to Fabien Spindler ) (Bug#945384: fixed in visp 3.3.0-1)

2020-03-13 Thread Steve Langasek
6e7cf9483f3f2c74 761476 debug optional > libvisp-visual-features3.3-dbgsym_3.3.0-1_amd64.deb > 4d083ab04ca13c3c0541fde876b08339 118984 libs optional > libvisp-visual-features3.3_3.3.0-1_amd64.deb > 625dd950dd03db31d06dced2dedcc55b 40132 libdevel optional > libvisp-vs-dev_3.3.0-1

Bug#934852: seaborn: Please drop python2 support

2019-08-15 Thread Steve Langasek
ncies on python-seaborn in Ubuntu, and filed bugs in Debian. Thanks for considering, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https:/

Bug#934870: statsmodels: Please drop python2 support

2019-08-15 Thread Steve Langasek
ncluded in the last Debian release, so should not block removal of python-statsmodels. Removal of python2 support for seaborn is tracked in bug #934852. Upload of this change to Debian should probably wait for seaborn to also drop its python2 support. Thanks for considering, -- Stev

Bug#934871: lmfit-py: Please drop python2 support

2019-08-15 Thread Steve Langasek
build-depends on python-pandas, so I've gone ahead and uploaded the attached patch to Ubuntu which drops the python2 module. python-lmfit has many reverse-recommends, but no hard reverse-dependencies, so I think this change can be uploaded at any point. Thanks for considering, -- Stev

Bug#934941: python-bumps: Please drop unused (build, test) dependency on python{3, }-sklearn

2019-08-16 Thread Steve Langasek
ich itself has reverse-dependencies. Since the build-dependency is unused, I think this would also be a reasonable change to make in Debian, and would somewhat simplify the dependency graph for python2 removal, so I'm submitting it for your consideration. Cheers, -- Steve Langasek

Bug#941510: blitz++: build-depend on texlive-plain-generic, not obsolete texlive-generic-recommended

2019-10-01 Thread Steve Langasek
-dependency (and Recommends) to texlive-plain-generic instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga

Bug#941520: gap-grape: build-depend on texlive-plain-generic, not obsolete texlive-generic-recommended

2019-10-01 Thread Steve Langasek
texlive-plain-generic instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com

Bug#941521: gap-sonata: build-depend on texlive-plain-generic, not obsolete texlive-generic-recommended

2019-10-01 Thread Steve Langasek
texlive-plain-generic instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com

Bug#941523: geomview: build-depend on texlive-plain-generic, not obsolete texlive-generic-recommended

2019-10-01 Thread Steve Langasek
-plain-generic instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com

Bug#941538: mathgl: build-depend on texlive-plain-generic, not obsolete texlive-generic-recommended

2019-10-01 Thread Steve Langasek
texlive-plain-generic instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com

Bug#932951: pspp build-depends on cruft package.

2019-10-01 Thread Steve Langasek
Package: pspp Version: 1.2.0-2 Followup-For: Bug #932951 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear maintainers, Attached is the straightforward patch for this issue. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS

Bug#941555: yosys: build-depend on texlive-plain-generic, not obsolete texlive-generic-recommended

2019-10-01 Thread Steve Langasek
texlive-plain-generic instead. -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slanga...@ubuntu.com

Bug#969438: double-conversion: Please make new autopkgtests cross-test-friendly

2020-09-02 Thread Steve Langasek
environment ;) Attached, please find a patch to make the new cmake test work in a cross-environment. This has been uploaded to Ubuntu, to make the tests pass again and make double-conversion migratable to the release. Thanks for considering, -- Steve Langasek Give me a lever

<    1   2