[Bug 237825] sysutils/bareos-server: bcopy must be linked to the pthread library

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 10 10:19:36 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237825

            Bug ID: 237825
           Summary: sysutils/bareos-server: bcopy must be linked to the
                    pthread library
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm at FreeBSD.org
          Reporter: Trond.Endrestol at ximalas.info
             Flags: maintainer-feedback?(acm at FreeBSD.org)
          Assignee: acm at FreeBSD.org

bareos-server is configured like this:

===> The following configuration options are available for
bareos-server-18.2.6:
     MTX=off: Install mtx for control of autochanger devices
     NDMP=off: Enable build of NDMP support
     NLS=off: Native Language Support
     PYTHON=off: Python bindings or support
     SCSICRYPTO=off: Build LTO AME crypto plugin
====> Cryptographic library: you have to select exactly one of them
     OPENSSL=on: SSL/TLS support via OpenSSL
     GNUTLS=off: SSL/TLS support via GnuTLS
====> Database support: you have to select exactly one of them
     SQLITE3=off: SQLite 3 database support
     MYSQL=off: MySQL database support
     PGSQL=on: PostgreSQL database support
===> Use 'make config' to modify these settings

Which leads to:

[177/190] : && /usr/local/libexec/ccache/c++  -O2 -pipe -fno-omit-frame-pointer
-fstack-protector-strong -fno-strict-aliasing -Wall -Wno-deprecated-register
-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing
 -L/usr/local/lib -ljansson -L/usr/local/lib  -L/usr/local/lib
-fstack-protector-strong core/src/stored/CMakeFiles/bcopy.dir/bcopy.cc.o  -o
core/src/stored/bcopy -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lintl
core/src/stored/libbareossd.so -lbareos -lintl && :
FAILED: core/src/stored/bcopy
: && /usr/local/libexec/ccache/c++  -O2 -pipe -fno-omit-frame-pointer
-fstack-protector-strong -fno-strict-aliasing -Wall -Wno-deprecated-register
-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing
 -L/usr/local/lib -ljansson -L/usr/local/lib  -L/usr/local/lib
-fstack-protector-strong core/src/stored/CMakeFiles/bcopy.dir/bcopy.cc.o  -o
core/src/stored/bcopy -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lintl
core/src/stored/libbareossd.so -lbareos -lintl && :
ld: error: core/src/stored/libbareossd.so: undefined reference to
pthread_create
c++: error: linker command failed with exit code 1 (use -v to see invocation)
[178/190] /usr/local/libexec/ccache/c++  -DVERSION=\"18.2.6\"
-D_FILE_OFFSET_BITS=64 -Dpython_sd_EXPORTS -I/usr/local/include
-I/usr/local/include/python2.7 -Icore/src -O2 -pipe -fno-omit-frame-pointer
-fstack-protector-strong -fno-strict-aliasing -Wall -Wno-deprecated-register
-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing
-fPIC   -std=gnu++11 -MD -MT
core/src/plugins/stored/CMakeFiles/python-sd.dir/python-sd.cc.o -MF
core/src/plugins/stored/CMakeFiles/python-sd.dir/python-sd.cc.o.d -o
core/src/plugins/stored/CMakeFiles/python-sd.dir/python-sd.cc.o -c
core/src/plugins/stored/python-sd.cc
ninja: build stopped: subcommand failed.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /xports/sysutils/bareos-server
*** Error code 1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list