env: -i: No such file or directory

FreeBSD 14.1

Freshly updated ports tree

Code:
root@alpha:/usr/ports/graphics/ImageMagick7 # env FLAVOR=nox11 make CONFIG_DONE_IMAGEMAGICK7-NOX11=1 SETENV=env
===>   ImageMagick7-nox11-7.1.1.26_4 depends on package: gettext-runtime>=0.22_1 - found
===>   ImageMagick7-nox11-7.1.1.26_4 depends on package: gmake>=4.4.1 - found
===>   ImageMagick7-nox11-7.1.1.26_4 depends on package: pkgconf>=1.3.0_1 - found
===>   ImageMagick7-nox11-7.1.1.26_4 depends on package: perl5>=5.40.r<5.41 - found
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libltdl.so - found (/usr/local/lib/libltdl.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libzstd.so - found (/usr/local/lib/libzstd.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libzip.so - found (/usr/local/lib/libzip.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libjbig.so - found (/usr/local/lib/libjbig.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libopenjp2.so - found (/usr/local/lib/libopenjp2.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: liblcms2.so - found (/usr/local/lib/liblcms2.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libraw_r.so - found (/usr/local/lib/libraw_r.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libwebp.so - found (/usr/local/lib/libwebp.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so)
===>   ImageMagick7-nox11-7.1.1.26_4 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so)
===>  Configuring for ImageMagick7-nox11-7.1.1.26_4
env: -i: No such file or directory
===>  Script "configure" failed unexpectedly.
Please report the problem to desktop@FreeBSD.org [maintainer] and attach the
"/usr/ports/graphics/ImageMagick7/work-nox11/ImageMagick-7.1.1-26/config.log"
including the output of the failure of your make command. Also, it might be
a good idea to provide an overview of all packages installed on your system
(e.g. a /usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/ImageMagick7

no logs, nothing.
 
What are you trying to do here: env FLAVOR=nox11 make CONFIG_DONE_IMAGEMAGICK7-NOX11=1 SETENV=env
 
Well, it was something cut out of tracing attempts.

env FLAVOR=nox11 make

make FLAVOR=nox11

fails on 14.1, works on different box with 14.0

make configure works on 14.1 but I don't need x11 on server.
 
Back
Top