Your message dated Fri, 01 Mar 2019 10:25:31 +0000 with message-id <[email protected]> and subject line Bug#923442: fixed in octave 4.4.1-5 has caused the Debian Bug report #923442, regarding octave: FTBFS (/bin/sed: can't read libinterp/parse-tree/oct-parse.cc-t: No such file or directory) 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.) -- 923442: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923442 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:octave Version: 4.4.1-4 Severity: serious Tags: ftbfs Dear maintainer: I tried to build this package in buster but it failed: -------------------------------------------------------------------------------- [...] debian/rules binary-indep dh binary-indep dh_update_autotools_config -i dh_autoreconf -i libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' [... snipped ...] gawk -v emit_graphics_props=1 -f ./libinterp/corefcn/genprops.awk libinterp/corefcn/graphics.in.h > libinterp/corefcn/graphics-props.cc-t && \ mv libinterp/corefcn/graphics-props.cc-t libinterp/corefcn/graphics-props.cc rm -f libinterp/corefcn/graphics.h-t && \ gawk -f ./libinterp/corefcn/genprops.awk libinterp/corefcn/graphics.in.h > libinterp/corefcn/graphics.h-t && \ mv libinterp/corefcn/graphics.h-t libinterp/corefcn/graphics.h rm -f libinterp/corefcn/mxarray.h-t libinterp/corefcn/mxarray.h && /bin/bash libinterp/corefcn/mk-mxarray-h.sh < libinterp/corefcn/mxarray.in.h > libinterp/corefcn/mxarray.h-t && mv libinterp/corefcn/mxarray.h-t libinterp/corefcn/mxarray.h case "" in *api*) case "" in *brace*) api_prefix_decl='%define api.prefix {octave_tex_}'; ;; *) api_prefix_decl='%define api.prefix "octave_tex_"'; ;; esac; ;; *name*) case "" in *brace*) api_prefix_decl='%name-prefix {octave_tex_}'; ;; *) api_prefix_decl='%name-prefix="octave_tex_"'; ;; esac; ;; esac; case "" in *quote*) quote='"' ;; *) quote="" ;; esac; case "" in *dash*) push_pull_decl="%define api.push-pull ${quote}both${quote}"; ;; *underscore*) push_pull_decl="%define api.push_pull ${quote}both${quote}"; ;; esac; /bin/sed -e "s/%PUSH_PULL_DECL%/$push_pull_decl/" -e "s/%API_PREFIX_DECL%/$api_prefix_decl/" libinterp/corefcn/oct-tex-parser.in.yy > libinterp/corefcn/oct-tex-parser.yy-t && mv libinterp/corefcn/oct-tex-parser.yy-t libinterp/corefcn/oct-tex-parser.yy rm -f libinterp/corefcn/oct-tex-parser.cc-t libinterp/corefcn/oct-tex-parser.cc-tt && \ /bin/bash ./build-aux/ylwrap libinterp/corefcn/oct-tex-parser.yy y.tab.c libinterp/corefcn/oct-tex-parser.cc-t y.tab.h libinterp/corefcn/oct-tex-parser.h y.output libinterp/corefcn/oct-tex-parser.output -- ./build-aux/missing bison -dv && \ /bin/sed 's|"libinterp/corefcn/oct-tex-parser\.cc-t"|"libinterp/corefcn/oct-tex-parser.cc"|g' libinterp/corefcn/oct-tex-parser.cc-t > libinterp/corefcn/oct-tex-parser.cc-tt && \ mv libinterp/corefcn/oct-tex-parser.cc-tt libinterp/corefcn/oct-tex-parser.cc-t && \ if [ -s libinterp/corefcn/oct-tex-parser.cc-t ]; then /bin/bash ./build-aux/move-if-change libinterp/corefcn/oct-tex-parser.cc-t libinterp/corefcn/oct-tex-parser.cc; else echo "libinterp/corefcn/oct-tex-parser.cc-t is empty!" 1>&2; rm -f libinterp/corefcn/oct-tex-parser.cc-t; exit 1; fi updating oct-tex-parser.output updating oct-tex-parser.tab.cc updating oct-tex-parser.tab.hh /bin/sed: can't read libinterp/corefcn/oct-tex-parser.cc-t: No such file or directory make[1]: *** [Makefile:30632: libinterp/corefcn/oct-tex-parser.h] Error 2 make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_build: make -j1 returned exit code 2 make: *** [debian/rules:48: binary-indep] Error 2 dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit status 2 -------------------------------------------------------------------------------- The build was made in my autobuilder with "dpkg-buildpackage -A" and it also fails here: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/octave.html If this is really a bug in one of the build-depends, please use reassign and affects, so that this is still visible in the BTS web page for this package. Thanks.
--- End Message ---
--- Begin Message ---Source: octave Source-Version: 4.4.1-5 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. Sébastien Villemot <[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: SHA512 Format: 1.8 Date: Fri, 01 Mar 2019 10:16:21 +0100 Source: octave Architecture: source Version: 4.4.1-5 Distribution: unstable Urgency: medium Maintainer: Debian Octave Group <[email protected]> Changed-By: Sébastien Villemot <[email protected]> Closes: 923442 Changes: octave (4.4.1-5) unstable; urgency=medium . [ Mike Miller ] * bison-3.3.patch: new patch from upstream, fixes FTBFS with bison 3.3 (Closes: #923442) Checksums-Sha1: 08d79a5ea531e6b1b3c10ef4800c439609b3faa1 3393 octave_4.4.1-5.dsc 2a3b19775364eca4fb8510bbcc403e1b82c50148 76636 octave_4.4.1-5.debian.tar.xz bec3b682c338660b65fd43a4898f1ba761cd2d8c 22686 octave_4.4.1-5_amd64.buildinfo Checksums-Sha256: 61161d54775e3821ab953f63380e151b9601734d02a55401378e3dc03873d4d6 3393 octave_4.4.1-5.dsc 64c50428b4821a10aa42e799e7ff97d3dc4f822496d71001c6c32ae28ff6fe46 76636 octave_4.4.1-5.debian.tar.xz 01c4abe3d7a654f2d2f855411bc902bf512eb1ca62f2dccab611e3ec77078273 22686 octave_4.4.1-5_amd64.buildinfo Files: 6b7106a86bf60f68512de757f4632421 3393 math optional octave_4.4.1-5.dsc 20b28b7ee37a1b80c7f01ef0085b7da5 76636 math optional octave_4.4.1-5.debian.tar.xz 3007795931ba0f7e408671bc7b44aad6 22686 math optional octave_4.4.1-5_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAlx5ATEACgkQLOzpNQ7O vko7YQ/9HcU2WToHCUV0fg/HUZ/6E1XeHyy7BcicGcC6Gr7tZAAHSwEiP9tYIEwS 7uoFYdDdxMg2+QIih5hkvKje83VxK10i+HsSvCTQuy6Pu0qW/j2ZSg7aJjcGTTyl uM2HZIkr6ivarFPxVZW7uiR1btSR/djwqU6AmS7iKYF017bhZ7WLOlpWxDb/WUWI FicAz30rcnYNQrbSHJ1nAGDsxlPcjjWfHNYe1d4dtHQuaWDyKlHpMP0NWxdjP0OQ t+12zzqMmgmPWKcCOgLfqXE3SvO8RaAmDy23Mb+X8o/LgN5NPp4OJ+U/HsA5o9B/ gFCKqx416cuZirY6rh39FWYCbjtS307ig6bNPv0Z5NYV3iz/mMDmuw9j8E+4t4SQ TrRhkjwmh4F8wFyyFwcLdD8Ywf9ZMbQB8u5eiYt/lqZAant7F3jEEyzD5VOAXNHw 9+rVlmYowm8UTOu4/M/hnN2GSn7UsD0Cgde8Hn2GLywbw+NYrmwnD+VySelXkNcO 2Y3DXw6Ijq17P9tirQOmQyjzWW+AeU9YikK747wM+YOM+QL/dracZMDbljmwoF7Z 5HH8LRYUFvSHm5IWag57AHDTWD536Jq9JM84gz0C0uYQw/qBSHpBsJssModI6KP5 iRjCcH27fF+4gxJavGf6I/RKex7dCUbRKo2G2Vnj+jtNLyND/Zs= =4i0W -----END PGP SIGNATURE-----
--- End Message ---

