Your message dated Wed, 30 Aug 2023 15:42:22 +0000 with message-id <[email protected]> and subject line Bug#1050082: fixed in octave 8.3.0-2 has caused the Debian Bug report #1050082, regarding octave-dev: mkoctfile assigns wrong output file to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1050082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050082 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: octave-image Version: 2.14.0-4 Tags: ftbfs patch Hi Maintainer While rebuilding octave-* packages for the octave-abi-58 transition in Ubuntu 23.10, octave-image FTBFS due to missing .oct files. I've copied some of the output below. Upon investigation, I found the following files were not built: bwconncomp.oct bwlabeln.oct conndef.oct imerode.oct imreconstruct.oct watershed.oct Instead, the following were: connectivity.oct strel.oct I was able to solve it with a simple patch: --- a/src/Makefile.in +++ b/src/Makefile.in @@ -24,10 +24,10 @@ $(FLAGGED_MKOCTFILE) -c $< $(conn_dependent): %.oct: %.cc connectivity.o - $(FLAGGED_MKOCTFILE) $^ + $(FLAGGED_MKOCTFILE) $^ -o $@ $(strel_dependent): %.oct: %.cc strel.o - $(FLAGGED_MKOCTFILE) $^ + $(FLAGGED_MKOCTFILE) $^ -o $@ %.oct: %.cc $(FLAGGED_MKOCTFILE) $< I'm not sure what changed, or when, but I was able to reproduce this failure in the Ubuntu 23.04 release. Regards Graham !!!!! test failed 'conndef' undefined near line 48, column 12 The ’conndef’ function belongs to the image package from Octave Forge which seems to not be installed in your system.
--- End Message ---
--- Begin Message ---Source: octave Source-Version: 8.3.0-2 Done: Rafael Laboissière <[email protected]> We believe that the bug you reported is fixed in the latest version of octave, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Rafael Laboissière <[email protected]> (supplier of updated octave package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 30 Aug 2023 06:02:05 -0300 Source: octave Architecture: source Version: 8.3.0-2 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group <[email protected]> Changed-By: Rafael Laboissière <[email protected]> Closes: 1050082 Changes: octave (8.3.0-2) unstable; urgency=medium . * d/p/mkoctfile-skip-options.patch: New patch. Thanks to Markus Mützel <[email protected]> (Closes: #1050082) Checksums-Sha1: 44a857247e96feba17ca30b35c9649f984d42b31 3452 octave_8.3.0-2.dsc 7da8b85b6adc9234a581d33b4eeff4dacef462c9 62896 octave_8.3.0-2.debian.tar.xz Checksums-Sha256: f25d01cf0443bff42c1f46d2c56214629146f4bed62e47be09222b39948226d1 3452 octave_8.3.0-2.dsc a488e7d746e7606191cbb30d728373eab3683088d54cdf4fea0b3f17355dfd24 62896 octave_8.3.0-2.debian.tar.xz Files: 6dd5c824c72934265b8579706be6dfbd 3452 math optional octave_8.3.0-2.dsc a2305c588012956943052c07dddd24f4 62896 math optional octave_8.3.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQJGBAEBCAAwFiEEP0ZDkUmP6HS9tdmPISSqGYN4XJAFAmTvWokSHHJhZmFlbEBk ZWJpYW4ub3JnAAoJECEkqhmDeFyQproQAIBkoy9SmaConLC0VRiZnqwFuwK5w+kR 6KqWHF1p5uFDWYLxXAmUh4e3goTY58WEs/EG57daLxfWhByxDKzsnDcLzdXbX93q /vEc17om9Jb03QUGQYaa7y5EOL/8dudoK7MDED7yv7A0rwr0kbJCxLtDbv1SrPJo gPEcbtA4J4GiHezwPYk6S6/VaPWqMHJhyZAMU+GZxb8rn2nEkfR5TD5NCpNpHK26 2TQl4P3DpmG7Xfshz/G7jmqejDy7vTqRqHBN6ICycPoTZfPUJ1NGjhXLpwf9f8+W +cOvMrkvUv13OOfhXIzOYafAgvFV4grdafxLkCbAirqVnirbSFzQHIKJ8N5YaQUn 8ZLNlrwNfx9cj0H0IS9RQkD7GE8xvWKH+VfI9cULDiIvkxHIfw8fLPrK8lhdPcV8 z1TXx/HxXqlo3F83LuAbFawToW+zBDtdrA32/APIuquRnFdv7jSi82FcLCO5+82w nKNB6F/sCy4qmlTJWG2d9eR84yWsV4Oguu7z35fx4qMVjMZwt//OsI57MYTSKF1r WjxQL4UUOBadJosgtFyvEW6fBzMM6yyXvWYy6I7QxskFwG3JzgSRt2Bnv0flutGh o1vXtobvcnTskjQIV7gzG1FnhU3UvT8cUiS+luFqFiQpaGaMM0phGtT9wv2Nf8FW iRZEvm9Xrp6B =9I+p -----END PGP SIGNATURE-----
--- End Message ---

