Hi,
I also started getting failures from a few packages:
ftp/curl with
“
checking run-time libs availability... failed
configure: error: one or more libs available at link-time are not available run-time. Libs used at link-time: -lnghttp2 -lssl -lcrypto -L/usr/lib -lgssapi -lgssapi_krb5 -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -pthread -lz -lkrb5 -lgssapi -lgssapi_krb5 -lkrb5 -lgssapi -lgssapi_krb5 -L/usr/local/lib
“
security/sudo, lang/python27 and lang/python36 with
“
checking whether we are cross compiling... configure: error: in `/construction/xports/lang/python27/work/Python-2.7.15':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
“
The environment: Server with FreeBSD on metal, months ago synth built all tools including virtualbox without any hiccup. The learning, testing and writing of documentation happens in FreeBSD VMs so I can start from scratch and branch at will.
The setup:
FreeBSD 11.1-RELEASE
ZFS (I do not care about data loss in these VMs, I want to learn/document setup- and maintenance steps for using it on the final metal)
portsnap auto
svnlite checkout
https://svn.freebsd.org/base/release/11.1.0/ /usr/src/
freebsd-update fetch&install
Make ccache (the fails also happen without)
Make synth
Synth configured with defaults (except ccache when installed)
synth status/prepare-system/upgrade-system
Many other ports build without problems.
If memory servers correct, these builds inside VMs worked during the last weeks, but I can’t pin it on something that changed.
I can’t believe that it’s a general problem, as John already pointed out. But seeing Loki’s message, I feel good that it’s not something that only I fritzed up.
I test with setenv ENTERAFTER stage, and I also see libintl.so.8 ‘missing’ messages in config.log. But why only for these ports?
Inside the interactive mode, I see the file:
# ls -l /usr/local/lib/libintl.so.8.1.5
-rw-r--r-- 1 root wheel 55114 May 22 11:58 /usr/local/lib/libintl.so.8.1.5
Right before the libintl message, I also see the following:
“
configure:3486: cc -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:3497: $? = 1
configure:3486: cc -qversion >&5
cc: error: unknown argument: '-qversion'
cc: error: no input files
“
I don’t know if this is “bad things” or to be expected.
As this is a built from scratch, the hints with deleting, rebuilding or partial upgrades seem moot to me.
By now I’m a little bit out of my league. To my (freebsd-)untrained eye, it looks like somethings is wrong with a library path or so, but why would other ports build flawlessly?
What information should I gather to point me in the right direction?
Thanks a lot
And
Best regards
Simon
PS: renamed config.log so it is accepted by the uploader