[MacPorts] #61438: MacPorts-2.6.3 fails to build on macOS 11.1 Big Sur
MacPorts
noreply at macports.org
Fri Nov 13 03:53:06 UTC 2020
#61438: MacPorts-2.6.3 fails to build on macOS 11.1 Big Sur
-------------------------------+--------------------
Reporter: captainproton1971 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: base | Version:
Keywords: | Port:
-------------------------------+--------------------
Trying to migrate MacPorts installation after upgrading to macOS 11.0..1.
As no pkg for Big Sur is available I tried installing from source. After
running xcode-select --install and xcodebuild --license, I downloaded
MacPorts sources, unpacked and switched into director, I ran ./configure
which reported no errors.
Running make, however, returned the following errors.
{{{
clang -c -DUSE_TCL_STUBS -g -O2 -std=c99 -Wextra -Wall -pedantic
-DHAVE_CONFIG_H -I/Users/CaptProton/MacPorts-2.6.3/src
-I/Users/CaptProton/MacPorts-2.6.3/src -I.
-I/Users/CaptProton/MacPorts-2.6.3/vendor/vendor-
destroot/opt/local/libexec/macports/include -D_XOPEN_SOURCE=600 -fno-
common sqlext.c -o sqlext.o
clang -dynamiclib -g -O2 -std=c99 -Wextra -Wall -pedantic
-Wl,-single_module sqlext.o vercomp.o -o macports.sqlext
Undefined symbols for architecture x86_64:
"_sqlite3_create_collation", referenced from:
_sqlite3_extension_init in sqlext.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]: *** [macports.sqlext] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61438>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list