maintainer-feedback requested: [Bug 226695] Malformed conditional error while configuring www/firefox in poudriere

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 18 14:08:45 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked gecko at FreeBSD.org for
maintainer-feedback:
Bug 226695: Malformed conditional error while configuring www/firefox in
poudriere
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226695



--- Description ---
When I try to configure www/firefox in poudriere I get

make: "/usr/local/poudriere/ports/local/Mk/bsd.gecko.mk" line 392: Malformed
conditional (${MOZILLA_VER:R:R} >= 56 && (${ARCH:Maarch64} ||
${MACHINE_CPU:Msse2}))
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/local/poudriere/ports/local/www/firefox

This error doesn't occur when doing `make config` directly in /usr/ports

Here's my investigation:
- MACHINE_CPU is empty
- MACHINE_CPU is set inside bsd.cpu.mk based on MACHINE_CPUARCH
- MACHINE_CPUARCH is empty
- `make -C /usr/local/poudriere/ports/local/www/firefox config` does not
include bsd.cpu.mk
- `make -C /usr/ports/www/firefox config` does include bsd.cpu.mk
- poudriere config loads *.mk from `/usr/local/share/mk` instead of
`/usr/share/mk` (I have bmake installed)

I attach logs from executing make -d d config locally and in poudriere


More information about the freebsd-gecko mailing list