FreeBSD 13.1, no Desktop, web, eMail services installed form the ports, because some config settings of them has changed.
Hello,
I make some port updates. A lot of them depends on devel/gettext and this from devel/gettext-runtime. There I get an error. I have tried to build this port directly:
I get this error, after some time compiling:
I have noticed that: eval: 1: Syntax error: "|" unexpected
I have tried to compile the port without /etc/make.conf because maybe there could now some wrong settings from me - but the same error occurs.
What can I do now?
Hello,
I make some port updates. A lot of them depends on devel/gettext and this from devel/gettext-runtime. There I get an error. I have tried to build this port directly:
cd /usr/ports/devel/gettext-runtime
make build
I get this error, after some time compiling:
Code:
....
===> Building for gettext-runtime-0.21.1
--- all ---
/usr/bin/make all-recursive
--- all-recursive ---
Making all in doc
Making all in intl
--- all ---
/usr/bin/make all-am
--- libintl.la ---
/bin/sh ../libtool --tag=CC --mode=link cc -fvisibility=hidden -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -no-undefined -export-symbols-regex '^([^g]|g[^l]|gl[^w]|glw[^t]|glwt[^h]|glwth[^r]|glwthr[^e]|glwthre[^a]|glwthrea[^d]).*' -version-info 11:0:3 -rpath /usr/local/lib -fstack-protector-strong -o libintl.la bindtextdom.lo dcgettext.lo dgettext.lo gettext.lo finddomain.lo hash-string.lo loadmsgcat.lo localealias.lo textdomain.lo l10nflist.lo explodename.lo dcigettext.lo dcngettext.lo dngettext.lo ngettext.lo plural.lo plural-exp.lo localcharset.lo threadlib.lo lock.lo relocatable.lo langprefs.lo localename.lo localename-table.lo log.lo printf.lo setlocale.lo setlocale-lock.lo setlocale_null.lo version.lo xsize.lo osdep.lo intl-compat.lo
libtool: link: /usr/local/bin/nm .libs/bindtextdom.o .libs/dcgettext.o .libs/dgettext.o .libs/gettext.o .libs/finddomain.o .libs/hash-string.o .libs/loadmsgcat.o .libs/localealias.o .libs/textdomain.o .libs/l10nflist.o .libs/explodename.o .libs/dcigettext.o .libs/dcngettext.o .libs/dngettext.o .libs/ngettext.o .libs/plural.o .libs/plural-exp.o .libs/localcharset.o .libs/threadlib.o .libs/lock.o .libs/relocatable.o .libs/langprefs.o .libs/localename.o .libs/localename-table.o .libs/log.o .libs/printf.o .libs/setlocale.o .libs/setlocale-lock.o .libs/setlocale_null.o .libs/version.o .libs/xsize.o .libs/osdep.o .libs/intl-compat.o | | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libintl.exp
eval: 1: Syntax error: "|" unexpected
*** [libintl.la] Error code 2
make[5]: stopped in /usr/ports/devel/gettext-runtime/work/gettext-0.21.1/gettext-runtime/intl
1 error
....
===> Compilation failed unexpectedly.
set MAKE_JOBS_UNSAFE=yes
doesn't help. I have noticed that: eval: 1: Syntax error: "|" unexpected
I have tried to compile the port without /etc/make.conf because maybe there could now some wrong settings from me - but the same error occurs.
What can I do now?