Opened 2 hours ago

#71089 new defect

MacPorts @2.10.2 make error on Mavericks

Reported by: tehcog (tehcog) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.2
Keywords: Cc:
Port: MacPorts base

Description

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

Attachments (1)

ports_build.log.xz (12.6 KB) - added by tehcog (tehcog) 2 hours ago.
make log file

Download all attachments as: .zip

Change History (1)

Changed 2 hours ago by tehcog (tehcog)

Attachment: ports_build.log.xz added

make log file

Note: See TracTickets for help on using tickets.