Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 14:08:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 226695] Malformed conditional error while configuring www/firefox in poudriere
Message-ID:  <bug-226695-21738-WFdXgbCQ9W@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226695-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226695-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked gecko@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=3D226695



--- 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} >=3D 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226695-21738-WFdXgbCQ9W>