Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 475762 Details for
Bug 621314
www-servers/pshs-0.3.2 : /.../libevent_openssl.so: undefined reference to `BIO_meth_set_read'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
www-servers:pshs-0.3.2:20170609-122910.log
www-servers:pshs-0.3.2:20170609-122910.log (text/plain), 7.49 KB, created by
Toralf Förster
on 2017-06-09 15:56:43 UTC
(
hide
)
Description:
www-servers:pshs-0.3.2:20170609-122910.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-06-09 15:56:43 UTC
Size:
7.49 KB
patch
obsolete
> * Package: www-servers/pshs-0.3.2 > * Repository: gentoo > * Maintainer: mgorny@gentoo.org > * Upstream: mgorny@gentoo.org https://github.com/mgorny/pshs/issues/ > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl magic netlink ssl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking pshs-0.3.2.tar.bz2 to /var/tmp/portage/www-servers/pshs-0.3.2/work >>>> Source unpacked in /var/tmp/portage/www-servers/pshs-0.3.2/work >>>> Preparing source in /var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/pshs-0.3.2 --htmldir=/usr/share/doc/pshs-0.3.2/html --libdir=/usr/lib64 --enable-libmagic --enable-netlink --disable-qrencode --enable-ssl --disable-upnp >configure: loading site script /usr/share/config.site >checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >checking whether make supports nested variables... (cached) yes >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >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... o >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-g++... none >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking minix/config.h usability... no >checking minix/config.h presence... no >checking for minix/config.h... no >checking whether it is safe to define __EXTENSIONS__... yes >checking for nl_langinfo... yes >checking for unsigned long long int... yes >checking for long long int... yes >checking for intmax_t... yes >checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for libevent... yes >checking for magic_descriptor in -lmagic... yes >checking for rtnl_wilddump_request in -lnetlink... yes >checking for inline... inline >checking for 3-argument rtnl_dump_filter()... yes >checking for libssl libcrypto libevent >= 2.1 libevent_openssl... yes >checking for UPNP_AddPortMapping in -lminiupnpc... no >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2 ... >make -j1 >make all-am >make[1]: Entering directory '/var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2' >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/main.o src/main.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/content-type.o src/content-type.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/index.o src/index.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/handlers.o src/handlers.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/network.o src/network.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/rtnl.o src/rtnl.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/qrencode.o src/qrencode.cxx >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -std=c++11 -Werror=terminate -O2 -pipe -march=native -c -o src/ssl.o src/ssl.cxx >x86_64-pc-linux-gnu-g++ -std=c++11 -Werror=terminate -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o pshs src/main.o src/content-type.o src/index.o src/handlers.o src/network.o src/rtnl.o src/qrencode.o src/ssl.o -levent -lssl -lcrypto -levent_openssl -levent -lnetlink -lmagic >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_set_read' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_set_shutdown' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_get_data' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_set_write' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_set_ctrl' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_set_create' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_set_puts' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_get_shutdown' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_new' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_set_init' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_get_init' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_meth_set_destroy' >/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/../../../../lib64/libevent_openssl.so: undefined reference to `BIO_set_data' >collect2: error: ld returned 1 exit status >make[1]: *** [Makefile:429: pshs] Error 1 >make[1]: Leaving directory '/var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2' >make: *** [Makefile:314: all] Error 2 > * ERROR: www-servers/pshs-0.3.2::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=www-servers/pshs-0.3.2::gentoo'`, > * the complete build log and the output of `emerge -pqv '=www-servers/pshs-0.3.2::gentoo'`. > * The complete build log is located at '/var/log/portage/www-servers:pshs-0.3.2:20170609-122910.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/www-servers/pshs-0.3.2/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/www-servers/pshs-0.3.2/temp/environment'. > * Working directory: '/var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2' > * S: '/var/tmp/portage/www-servers/pshs-0.3.2/work/pshs-0.3.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 621314
:
475750
|
475752
|
475754
|
475756
|
475758
|
475760
| 475762