[MacPorts] #61074: sqlite3 @3.33.0_0+universal: Failed to build sqlite3: command execution failed
MacPorts
noreply at macports.org
Sun Aug 30 17:33:23 UTC 2020
#61074: sqlite3 @3.33.0_0+universal: Failed to build sqlite3: command execution
failed
----------------------+-------------------------
Reporter: qiet72 | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.3
Resolution: | Keywords:
Port: sqlite3 |
----------------------+-------------------------
Comment (by qiet72):
Hi,
First "hello world" test:
{{{
localhost:t user$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.7.5
BuildVersion: 11G63
localhost:t user$ xcodebuild -version
Xcode 4.6.3
Build version 4H1503
localhost:t user$ clang --version
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM
3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
localhost:t user$ port version
Version: 2.6.3
localhost:t user$ ls -al
total 8
drwxr-xr-x 3 user staff 102 30 Aug 19:24 .
drwxr-xr-x+ 17 user staff 578 30 Aug 19:23 ..
-rw-r--r-- 1 user staff 129 30 Aug 19:23 hello.c
localhost:t user$ cat hello.c
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!\n");
return 0;
}
localhost:t user$ clang -o hello hello.c
localhost:t user$ ls -al
total 32
drwxr-xr-x 4 user staff 136 30 Aug 19:26 .
drwxr-xr-x+ 17 user staff 578 30 Aug 19:23 ..
-rwxr-xr-x 1 user staff 8696 30 Aug 19:26 hello
-rw-r--r-- 1 user staff 129 30 Aug 19:23 hello.c
localhost:t user$ ./hello
Hello, World!
localhost:t user$
}}}
Now, ncurses build test:
{{{
localhost:t user$ port installed
No ports are installed.
localhost:t user$ sudo port -s install ncurses
Password:
---> Fetching distfiles for ncurses
---> Verifying checksums for ncurses
---> Extracting ncurses
---> Applying patches to ncurses
---> Configuring ncurses
---> Building ncurses
---> Staging ncurses into destroot
Warning: reinplace s|-Wl,-syslibroot,|| didn't change anything in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ncurses/ncurses/work/destroot/opt/local/lib/pkgconfig/form.pc
Warning: reinplace s|-Wl,-syslibroot,|| didn't change anything in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ncurses/ncurses/work/destroot/opt/local/lib/pkgconfig/menu.pc
Warning: reinplace s|-Wl,-syslibroot,|| didn't change anything in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ncurses/ncurses/work/destroot/opt/local/lib/pkgconfig/ncurses.pc
Warning: reinplace s|-Wl,-syslibroot,|| didn't change anything in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ncurses/ncurses/work/destroot/opt/local/lib/pkgconfig/ncurses++.pc
Warning: reinplace s|-Wl,-syslibroot,|| didn't change anything in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ncurses/ncurses/work/destroot/opt/local/lib/pkgconfig/panel.pc
Warning: reinplace s|-Wl,-syslibroot,|| didn't change anything in
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ncurses/ncurses/work/destroot/opt/local/bin/ncurses6-config
---> Installing ncurses @6.2_0
---> Activating ncurses @6.2_0
---> Cleaning ncurses
---> Updating database of binaries
---> Scanning binaries for linking errors
---> No broken files found.
---> No broken ports found.
localhost:t user$ port -v installed
The following ports are currently installed:
ncurses @6.2_0 (active) platform='darwin 11' archs='x86_64'
date='2020-08-30T19:29:24+0200'
localhost:t user$
}}}
Any other ideas?\\
--
Ticket URL: <https://trac.macports.org/ticket/61074#comment:37>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list