[MacPorts] #71089: MacPorts @2.10.2 make error on Mavericks
MacPorts
noreply at macports.org
Sat Oct 12 19:18:07 UTC 2024
#71089: MacPorts @2.10.2 make error on Mavericks
--------------------+---------------------------
Reporter: tehcog | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.10.2
Keywords: | Port: MacPorts base
--------------------+---------------------------
OS X 10.9.5 (13F1911)
intel i7 x86_64 arch
Darwin Kernel Version 13.4.0
Xcode 6.2, Build version 6C131e
When trying to create a bootstrap version of macports base for use with
curl (to install curl into) as shown below:
{{{
> git clone -b release-2.10 https://github.com/macports/macports-base.git
> cd macports-base
> ./configure --prefix=/opt/bootstrap_2102 --with-applications-
dir=/opt/bootstrap_2102/Applications --without-startupitems
> make 2>&1 | tee ports_build.log && sudo make install
}}}
I am getting the following make error:
{{{
Undefined symbols for architecture x86_64:
"_curl_url", referenced from:
_CurlFetchCmd in curl.o
"_curl_url_cleanup", referenced from:
_CurlFetchCmd in curl.o
"_curl_url_get", referenced from:
_CurlFetchCmd in curl.o
"_curl_url_set", referenced from:
_CurlFetchCmd in curl.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make[2]: *** [Pextlib.dylib] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
}}}
I have not had this issue with version 2.10.1
--
Ticket URL: <https://trac.macports.org/ticket/71089>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list