Event Timeline
Comment Actions
Test build of games/roll package with autoreconf 2.72 in both cases, under FreeBSD 14.1.
When running on the dev machine (red part of the diff), the build is fine.
When running under poudriere, regardless bash is or not installed, it produces a different ./configure file (green).
With the green Poudriere version:
./configure: 5014: Syntax error: word unexpected (expecting ")")
The line 5014 is the green line 255 of the diff above, ie the second line of this block:
if test "x$with_bash_completion_dir" = "xyes"; then PKG_CHECK_MODULES(BASH_COMPLETION, bash-completion >= 2.0, BASH_COMPLETION_DIR="`pkg-config --variable=completionsdir bash-completion`", BASH_COMPLETION_DIR="$datadir/bash-completion/completions") else BASH_COMPLETION_DIR="$with_bash_completion_dir" fi
Source file to generate configure: