Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #1020358
| From | Simon McVittie <smcv@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist |
| Subject | Bug#966854: iagno: FTBFS: ../src/perfs-tests-generator.vala:45.16-45.20: error: The name `Posix' does not exist in the context of `PerfsTestsGenerator.handle_local_options' |
| Date | 2020-08-03 13:50 +0200 |
| Message-ID | <AzH8B-2vw-1@gated-at.bofh.it> (permalink) |
| References | <AzDRq-yN-41@gated-at.bofh.it> <AzDRq-yN-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Control: reassign -1 meson 0.55.0-2
Control: affects -1 + iagno
On Mon, 03 Aug 2020 at 10:02:31 +0200, Lucas Nussbaum wrote:
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
Some test results:
* Everything from unstable: fails
* Everything from unstable, except meson from bullseye: OK
* Everything from bullseye, except meson from unstable: fails
* Everything from bullseye: OK
In the failing build (on bullseye but with unstable's meson), the failing
command seems to be:
valac -C --pkg gio-2.0 --color=always --directory src/iagno-perfs-tests-generator.p --basedir ../src --enable-experimental-non-null ../src/vapi/config.vapi ../src/perfs-tests-generator.vala ../src/computer-player.vala ../src/computer-reversi.vala ../src/game.vala ../src/player.vala
In the successful build (on pure bullseye) the corresponding command seems
to be this:
[8/47] valac -C --pkg posix --pkg gio-2.0 --color=always --directory src/25a6634@@iagno-perfs-tests-generator@exe --basedir ../src --enable-experimental-non-null ../src/vapi/config.vapi ../src/perfs-tests-generator.vala ../src/computer-player.vala ../src/computer-reversi.vala ../src/game.vala ../src/player.vala
so it seems meson 0.55.0 has stopped passing "--pkg posix" to valac,
even though it still prints:
Library posix found: YES
during the configure step. So I think this looks like a meson regression.
Regards,
smcv
Back to linux.debian.bugs.dist | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Bug#966854: iagno: FTBFS: ../src/perfs-tests-generator.vala:45.16-45.20: error: The name `Posix' does not exist in the context of `PerfsTestsGenerator.handle_local_options' Lucas Nussbaum <lucas@debian.org> - 2020-08-03 10:20 +0200
Bug#966854: iagno: FTBFS: ../src/perfs-tests-generator.vala:45.16-45.20: error: The name `Posix' does not exist in the context of `PerfsTestsGenerator.handle_local_options' Simon McVittie <smcv@debian.org> - 2020-08-03 13:50 +0200
Bug#966854: iagno: FTBFS: ../src/perfs-tests-generator.vala:45.16-45.20: error: The name `Posix' does not exist in the context of `PerfsTestsGenerator.handle_local_options' Simon McVittie <smcv@debian.org> - 2020-08-03 22:30 +0200
csiph-web