On 2022/04/19 08:45, Antoine Jacoutot wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2022/04/19 08:45:31
>
> Modified files:
> devel/libplist : Makefile distinfo
> devel/libplist/pkg: DESCR PLIST
>
> Log message:
> Update to libplist-2.2.0.
>
Looks like it needs -lm?
ld: error: .libs/libplist-2.0.so.0.0: undefined reference to fmin
[--no-allow-shlib-undefined]
>>> Building on i386-1 under devel/libplist
BDEPENDS = [archivers/bzip2]
DIST = [devel/libplist:libplist-2.2.0.tar.bz2]
FULLPKGNAME = libplist-2.2.0
(Junk lock obtained for i386-1 at 1650714653.18)
>>> Running depends in devel/libplist at 1650714653.20
/usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0
was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0
/usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0
>>> Running show-prepare-results in devel/libplist at 1650714656.19
===> devel/libplist
===> libplist-2.2.0 depends on: bzip2-* -> bzip2-1.0.8p0
===> Verifying specs: c++ c++abi pthread c m
===> found c++.9.0 c++abi.6.0 pthread.26.1 c.96.1 m.10.1
bzip2-1.0.8p0
(Junk lock released for i386-1 at 1650714656.58)
distfiles size=451801
>>> Running build in devel/libplist at 1650714656.60
===> devel/libplist
===> Checking files for libplist-2.2.0
`/mnt/distfiles/libplist-2.2.0.tar.bz2' is up to date.
>> (SHA256) libplist-2.2.0.tar.bz2: OK
===> Extracting for libplist-2.2.0
===> Patching for libplist-2.2.0
===> Compiler link: clang -> /usr/bin/clang
===> Compiler link: clang++ -> /usr/bin/clang++
===> Compiler link: cc -> /usr/bin/cc
===> Compiler link: c++ -> /usr/bin/c++
===> Generating configure for libplist-2.2.0
===> Configuring for libplist-2.2.0
Using /pobj/libplist-2.2.0/config.site (generated)
configure: WARNING: unrecognized options: --disable-gtk-doc
configure: loading site script /pobj/libplist-2.2.0/config.site
checking for a BSD-compatible install... /pobj/libplist-2.2.0/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of cc... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking dependency style of c++... gcc3
checking whether c++ is available and compiles a program... yes
checking build system type... i386-unknown-openbsd7.1
checking host system type... i386-unknown-openbsd7.1
checking how to print strings... print -r
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 131072
checking how to convert i386-unknown-openbsd7.1 file names to
i386-unknown-openbsd7.1 format... func_convert_file_noop
checking how to convert i386-unknown-openbsd7.1 file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... (cached) ar
checking for archiver @FILE support... @
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd7.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd7.1 ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for an ANSI C-conforming const... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... (cached) yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for asprintf... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strndup... yes
checking for stpcpy... (cached) yes
checking for vasprintf... (cached) yes
checking for gmtime_r... (cached) yes
checking for localtime_r... (cached) yes
checking for timegm... (cached) yes
checking for strptime... (cached) yes
checking for memmem... (cached) yes
checking whether byte ordering is bigendian... no
checking wether we need platform-specific build settings for openbsd7.1... yes
checking whether cc is Clang... yes
checking whether Clang needs flag to prevent "argument unused" warning when
linking with -pthread... no
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_once in -lpthread... yes
checking if fmin is a builtin function... no
checking for tm_gmtoff in struct tm... yes
checking for tm_zone in struct tm... yes
checking for supported compiler flags... -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread
./configure[18313]: GLOBAL_LDFLAGS+= -lm: not found
checking whether make supports nested variables... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libcnary/Makefile
config.status: creating src/Makefile
config.status: creating src/libplist-2.0.pc
config.status: creating src/libplist++-2.0.pc
config.status: creating include/Makefile
config.status: creating tools/Makefile
config.status: creating docs/Makefile
config.status: creating cython/Makefile
config.status: creating test/Makefile
config.status: creating fuzz/Makefile
config.status: creating doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-gtk-doc
Configuration for libplist 2.2.0:
-------------------------------------------
Install prefix ..........: /usr/local
Debug code ..............: no
Python bindings .........: no
Now type 'make' to build libplist 2.2.0,
and then 'make install' for installation.
===> Building for libplist-2.2.0
/usr/bin/make all-recursive
Making all in libcnary
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -I../libcnary/include -O2 -pipe -MT node.lo -MD -MP -MF
.deps/node.Tpo -c -o node.lo node.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wredundant-decls -Wshadow
-Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../libcnary/include -O2
-pipe -MT node.lo -MD -MP -MF .deps/node.Tpo -c node.c -fPIC -DPIC -o
.libs/node.o
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wredundant-decls -Wshadow
-Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../libcnary/include -O2
-pipe -MT node.lo -MD -MP -MF .deps/node.Tpo -c node.c -o node.o
mv -f .deps/node.Tpo .deps/node.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -I../libcnary/include -O2 -pipe -MT node_list.lo -MD -MP -MF
.deps/node_list.Tpo -c -o node_list.lo node_list.c
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wredundant-decls -Wshadow
-Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../libcnary/include -O2
-pipe -MT node_list.lo -MD -MP -MF .deps/node_list.Tpo -c node_list.c -fPIC
-DPIC -o .libs/node_list.o
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wredundant-decls -Wshadow
-Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../libcnary/include -O2
-pipe -MT node_list.lo -MD -MP -MF .deps/node_list.Tpo -c node_list.c -o
node_list.o
mv -f .deps/node_list.Tpo .deps/node_list.Plo
/usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../libcnary/include -O2
-pipe -no-undefined -L/usr/local/lib -o libcnary.la node.lo node_list.lo
-lpthread
libtool: link: ar cru .libs/libcnary.a .libs/node.o .libs/node_list.o
libtool: link: ranlib .libs/libcnary.a
Making all in src
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT base64.lo -MD
-MP -MF .deps/base64.Tpo -c -o base64.lo base64.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC
-DPIC -o .libs/base64.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o
base64.o
mv -f .deps/base64.Tpo .deps/base64.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT bytearray.lo
-MD -MP -MF .deps/bytearray.Tpo -c -o bytearray.lo bytearray.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT bytearray.lo -MD -MP -MF .deps/bytearray.Tpo -c
bytearray.c -fPIC -DPIC -o .libs/bytearray.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT bytearray.lo -MD -MP -MF .deps/bytearray.Tpo -c
bytearray.c -o bytearray.o
mv -f .deps/bytearray.Tpo .deps/bytearray.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT hashtable.lo
-MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.lo hashtable.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c
hashtable.c -fPIC -DPIC -o .libs/hashtable.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c
hashtable.c -o hashtable.o
mv -f .deps/hashtable.Tpo .deps/hashtable.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT ptrarray.lo -MD
-MP -MF .deps/ptrarray.Tpo -c -o ptrarray.lo ptrarray.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT ptrarray.lo -MD -MP -MF .deps/ptrarray.Tpo -c ptrarray.c
-fPIC -DPIC -o .libs/ptrarray.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT ptrarray.lo -MD -MP -MF .deps/ptrarray.Tpo -c ptrarray.c
-o ptrarray.o
mv -f .deps/ptrarray.Tpo .deps/ptrarray.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT time64.lo -MD
-MP -MF .deps/time64.Tpo -c -o time64.lo time64.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT time64.lo -MD -MP -MF .deps/time64.Tpo -c time64.c -fPIC
-DPIC -o .libs/time64.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT time64.lo -MD -MP -MF .deps/time64.Tpo -c time64.c -o
time64.o
mv -f .deps/time64.Tpo .deps/time64.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT xplist.lo -MD
-MP -MF .deps/xplist.Tpo -c -o xplist.lo xplist.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT xplist.lo -MD -MP -MF .deps/xplist.Tpo -c xplist.c -fPIC
-DPIC -o .libs/xplist.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT xplist.lo -MD -MP -MF .deps/xplist.Tpo -c xplist.c -o
xplist.o
mv -f .deps/xplist.Tpo .deps/xplist.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT bplist.lo -MD
-MP -MF .deps/bplist.Tpo -c -o bplist.lo bplist.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT bplist.lo -MD -MP -MF .deps/bplist.Tpo -c bplist.c -fPIC
-DPIC -o .libs/bplist.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT bplist.lo -MD -MP -MF .deps/bplist.Tpo -c bplist.c -o
bplist.o
mv -f .deps/bplist.Tpo .deps/bplist.Plo
/usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -MT plist.lo -MD
-MP -MF .deps/plist.Tpo -c -o plist.lo plist.c
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT plist.lo -MD -MP -MF .deps/plist.Tpo -c plist.c -fPIC
-DPIC -o .libs/plist.o
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -Wall
-Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-pthread -O2 -pipe -MT plist.lo -MD -MP -MF .deps/plist.Tpo -c plist.c -o
plist.o
mv -f .deps/plist.Tpo .deps/plist.Plo
/usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -O2 -pipe -version-info
6:0:3 -no-undefined -L/usr/local/lib -o libplist-2.0.la -rpath /usr/local/lib
base64.lo bytearray.lo hashtable.lo ptrarray.lo time64.lo xplist.lo bplist.lo
plist.lo ../libcnary/libcnary.la -lpthread
libtool: link: cc -shared -fPIC -DPIC -o .libs/libplist-2.0.so.0.0 -pthread
-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden
-O2 -pipe .libs/base64.o .libs/bytearray.o .libs/hashtable.o .libs/ptrarray.o
.libs/time64.o .libs/xplist.o .libs/bplist.o .libs/plist.o -Wl,-whole-archive
/pobj/libplist-2.2.0/libplist-2.2.0/libcnary/.libs/libcnary.a
-Wl,-no-whole-archive -L.libs -lpthread -Wl,-soname,libplist-2.0.so.0.0
libtool: link: ar x
/pobj/libplist-2.2.0/libplist-2.2.0/libcnary/.libs/libcnary.a
libtool: link: ar cru .libs/libplist-2.0.a
./.libs/libplist-2.0.lax/libcnary.a/node.o
./.libs/libplist-2.0.lax/libcnary.a/node_list.o base64.o bytearray.o
hashtable.o ptrarray.o time64.o xplist.o bplist.o plist.o
libtool: link: ranlib .libs/libplist-2.0.a
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Node.lo -MD -MP -MF
.deps/Node.Tpo -c -o Node.lo Node.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -fPIC -DPIC -o .libs/Node.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Node.lo -MD -MP -MF .deps/Node.Tpo -c Node.cpp -o Node.o
mv -f .deps/Node.Tpo .deps/Node.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Structure.lo -MD -MP
-MF .deps/Structure.Tpo -c -o Structure.lo Structure.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Structure.lo -MD -MP -MF .deps/Structure.Tpo -c Structure.cpp -fPIC -DPIC
-o .libs/Structure.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Structure.lo -MD -MP -MF .deps/Structure.Tpo -c Structure.cpp -o Structure.o
mv -f .deps/Structure.Tpo .deps/Structure.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Array.lo -MD -MP -MF
.deps/Array.Tpo -c -o Array.lo Array.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Array.lo -MD -MP -MF .deps/Array.Tpo -c Array.cpp -fPIC -DPIC -o
.libs/Array.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Array.lo -MD -MP -MF .deps/Array.Tpo -c Array.cpp -o Array.o
mv -f .deps/Array.Tpo .deps/Array.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Boolean.lo -MD -MP
-MF .deps/Boolean.Tpo -c -o Boolean.lo Boolean.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Boolean.lo -MD -MP -MF .deps/Boolean.Tpo -c Boolean.cpp -fPIC -DPIC -o
.libs/Boolean.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Boolean.lo -MD -MP -MF .deps/Boolean.Tpo -c Boolean.cpp -o Boolean.o
mv -f .deps/Boolean.Tpo .deps/Boolean.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Data.lo -MD -MP -MF
.deps/Data.Tpo -c -o Data.lo Data.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Data.lo -MD -MP -MF .deps/Data.Tpo -c Data.cpp -fPIC -DPIC -o .libs/Data.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Data.lo -MD -MP -MF .deps/Data.Tpo -c Data.cpp -o Data.o
mv -f .deps/Data.Tpo .deps/Data.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Date.lo -MD -MP -MF
.deps/Date.Tpo -c -o Date.lo Date.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Date.lo -MD -MP -MF .deps/Date.Tpo -c Date.cpp -fPIC -DPIC -o .libs/Date.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Date.lo -MD -MP -MF .deps/Date.Tpo -c Date.cpp -o Date.o
mv -f .deps/Date.Tpo .deps/Date.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Dictionary.lo -MD
-MP -MF .deps/Dictionary.Tpo -c -o Dictionary.lo Dictionary.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Dictionary.lo -MD -MP -MF .deps/Dictionary.Tpo -c Dictionary.cpp -fPIC
-DPIC -o .libs/Dictionary.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Dictionary.lo -MD -MP -MF .deps/Dictionary.Tpo -c Dictionary.cpp -o
Dictionary.o
mv -f .deps/Dictionary.Tpo .deps/Dictionary.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Integer.lo -MD -MP
-MF .deps/Integer.Tpo -c -o Integer.lo Integer.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Integer.lo -MD -MP -MF .deps/Integer.Tpo -c Integer.cpp -fPIC -DPIC -o
.libs/Integer.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Integer.lo -MD -MP -MF .deps/Integer.Tpo -c Integer.cpp -o Integer.o
mv -f .deps/Integer.Tpo .deps/Integer.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Key.lo -MD -MP -MF
.deps/Key.Tpo -c -o Key.lo Key.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Key.lo -MD -MP -MF .deps/Key.Tpo -c Key.cpp -fPIC -DPIC -o .libs/Key.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Key.lo -MD -MP -MF .deps/Key.Tpo -c Key.cpp -o Key.o
mv -f .deps/Key.Tpo .deps/Key.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Real.lo -MD -MP -MF
.deps/Real.Tpo -c -o Real.lo Real.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Real.lo -MD -MP -MF .deps/Real.Tpo -c Real.cpp -fPIC -DPIC -o .libs/Real.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Real.lo -MD -MP -MF .deps/Real.Tpo -c Real.cpp -o Real.o
mv -f .deps/Real.Tpo .deps/Real.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT String.lo -MD -MP
-MF .deps/String.Tpo -c -o String.lo String.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT String.lo -MD -MP -MF .deps/String.Tpo -c String.cpp -fPIC -DPIC -o
.libs/String.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT String.lo -MD -MP -MF .deps/String.Tpo -c String.cpp -o String.o
mv -f .deps/String.Tpo .deps/String.Plo
/usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I..
-I../include -I.. -I../libcnary/include -O2 -pipe -MT Uid.lo -MD -MP -MF
.deps/Uid.Tpo -c -o Uid.lo Uid.cpp
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Uid.lo -MD -MP -MF .deps/Uid.Tpo -c Uid.cpp -fPIC -DPIC -o .libs/Uid.o
c++ -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -I../libcnary/include -O2 -pipe
-MT Uid.lo -MD -MP -MF .deps/Uid.Tpo -c Uid.cpp -o Uid.o
mv -f .deps/Uid.Tpo .deps/Uid.Plo
/usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -version-info
6:0:3 -no-undefined -L/usr/local/lib -o libplist++-2.0.la -rpath
/usr/local/lib Node.lo Structure.lo Array.lo Boolean.lo Data.lo Date.lo
Dictionary.lo Integer.lo Key.lo Real.lo String.lo Uid.lo libplist-2.0.la
-lpthread
libtool: link: c++ -shared -fPIC -DPIC -o .libs/libplist++-2.0.so.0.0 -pthread
-O2 -pipe .libs/Node.o .libs/Structure.o .libs/Array.o .libs/Boolean.o
.libs/Data.o .libs/Date.o .libs/Dictionary.o .libs/Integer.o .libs/Key.o
.libs/Real.o .libs/String.o .libs/Uid.o -L.libs -lplist-2.0 -lpthread
-Wl,-soname,libplist++-2.0.so.0.0
libtool: link: ar cru .libs/libplist++-2.0.a Node.o Structure.o Array.o
Boolean.o Data.o Date.o Dictionary.o Integer.o Key.o Real.o String.o Uid.o
libtool: link: ranlib .libs/libplist++-2.0.a
Making all in include
Making all in tools
cc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wredundant-decls -Wshadow
-Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../include -O2 -pipe -MT
plistutil.o -MD -MP -MF .deps/plistutil.Tpo -c -o plistutil.o plistutil.c
mv -f .deps/plistutil.Tpo .deps/plistutil.Po
/usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -pthread -I../include -O2 -pipe
-L/usr/local/lib -o plistutil plistutil.o ../src/libplist-2.0.la -lpthread
libtool: link: cc -o .libs/plistutil -pthread -Wall -Wextra -Wredundant-decls
-Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter
-Wno-strict-aliasing -fvisibility=hidden -I../include -O2 -pipe plistutil.o
-L.libs -lplist-2.0 -lpthread -Wl,-rpath-link,/usr/local/lib
ld: error: .libs/libplist-2.0.so.0.0: undefined reference to fmin
[--no-allow-shlib-undefined]
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Error while executing cc -o .libs/plistutil -pthread -Wall -Wextra
-Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default
-Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden -I../include -O2
-pipe plistutil.o -L.libs -lplist-2.0 -lpthread -Wl,-rpath-link,/usr/local/lib
*** Error 2 in tools (Makefile:422 'plistutil')
*** Error 1 in . (Makefile:466 'all-recursive': @fail=; if (target_option=k;
case ${target_option-} in ?) ;; *) echo "am__make_running_wi...)
*** Error 2 in /pobj/libplist-2.2.0/libplist-2.2.0 (Makefile:371 'all')
*** Error 2 in devel/libplist (/usr/ports/infrastructure/mk/bsd.port.mk:2967
'/pobj/libplist-2.2.0/.build_done': @cd /pobj/libplist-2.2.0/li...)
*** Error 2 in devel/libplist (/usr/ports/infrastructure/mk/bsd.port.mk:2607
'build': @lock=libplist-2.2.0; export _LOCKS_HELD=" libplist-2...)
===> Exiting devel/libplist with an error
*** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:137 'build': @:
${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...)
>>> Ended at 1650714689.91
max_stuck=0.17/depends=3.00/show-prepare-results=0.40/build=33.32
Error: job failed with 512 on i386-1 at 1650714689