[Bug 273737] ftp/curl 8.2.1 on FreeBSD 14.0 from stable/14 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 08:23:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273737
Bug ID: 273737
Summary: ftp/curl 8.2.1 on FreeBSD 14.0 from stable/14 branch
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet@FreeBSD.org
Reporter: tomasz.sowinski@nucleus.malbork.pl
Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
Assignee: sunpoet@FreeBSD.org
Piece of configuration.log
Target: x86_64-unknown-freebsd14.0
Thread model: posix
InstalledDir: /usr/bin
configure:4889: $? = 0
configure:4878: cc -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:4889: $? = 1
configure:4878: cc -qversion >&5
cc: error: unknown argument '-qversion'; did you mean '--version'?
cc: error: no input files
configure:4889: $? = 1
configure:4878: cc -version >&5
cc: error: unknown argument '-version'; did you mean '--version'?
cc: error: no input files
configure:4889: $? = 1
configure:4908: checking whether the C compiler works
configure:4930: cc -I/usr/include -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-a
liasing -I/usr/include -I/usr/include -isystem /usr/local/include
-L/usr/lib -L/usr/lib -fstack-protector-s
trong conftest.c -lkrb5 -lgssapi -lgssapi_krb5 -lkrb5 -lgssapi -lgssapi_krb5
-L/usr/local/lib >&5
ld: error: unable to find library -lkrb5
ld: error: unable to find library -lgssapi
ld: error: unable to find library -lgssapi_krb5
ld: error: unable to find library -lkrb5
ld: error: unable to find library -lgssapi
ld: error: unable to find library -lgssapi_krb5
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4934: $? = 1
I know that there are missing some libs in base system, but I have tried to run
make config on this port instead of classical ncurses options for curl I get
something like below:
===> Options unchanged
The question is why I can not change of configuration of this port. I noticed
similar behaviour for other ports?
--
You are receiving this mail because:
You are the assignee for the bug.