Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 592530 Details for
Bug 697512
net-analyzer/tcpflow-1.4.5_p1-r1 fails configuration checks
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tcpflow-1.4.5_p1-r1 log
tcpflow-1.4.5_p1-r1.log (text/x-log), 13.13 KB, created by
MickKi
on 2019-10-11 18:20:44 UTC
(
hide
)
Description:
tcpflow-1.4.5_p1-r1 log
Filename:
MIME Type:
Creator:
MickKi
Created:
2019-10-11 18:20:44 UTC
Size:
13.13 KB
patch
obsolete
>>>> Emerging (1 of 15) net-analyzer/tcpflow-1.4.5_p1-r1::gentoo > * Fetching files in the background. > * To view fetch progress, run in another terminal: > * tail -f /var/log/emerge-fetch.log > * tcpflow_1.4.5+repack1.orig.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] > * tcpflow_1.4.5+repack1-1.debian.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] >>>> Unpacking source... >>>> Unpacking tcpflow_1.4.5+repack1.orig.tar.gz to /var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work >>>> Unpacking tcpflow_1.4.5+repack1-1.debian.tar.xz to /var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work >>>> Source unpacked in /var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work >>>> Preparing source in /var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work/tcpflow ... > * Applying 0001-Update-README-for-1.4.5.patch ... [ ok ] > * Applying 0001-tcpflow-b-0-now-works.patch ... [ ok ] > * Applying 0001-using-the-debian-package-of-libhttp-parser-instead-o.patch ... [ ok ] > * Applying packing-struct-tcphdr-to-improve-portability.patch ... [ ok ] > * Running eautoreconf in '/var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work/tcpflow' ... > * Running aclocal -I m4 ... [ ok ] > * Running autoconf --force ... [ ok ] > * Running autoheader ... [ ok ] > * Running automake --add-missing --copy --force-missing ... [ ok ] > * Running elibtoolize in: tcpflow/ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work/tcpflow ... > * econf: updating tcpflow/config.guess with /usr/share/gnuconfig/config.guess > * econf: updating tcpflow/config.sub with /usr/share/gnuconfig/config.sub >./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 --libdir=/usr/lib64 --enable-cairo=true --without-o3 >checking for a BSD-compatible install... /usr/lib/portage/python3.6/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 to enable maintainer-specific portions of Makefiles... no >checking whether make supports the include directive... yes (GNU style) >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >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-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 whether byte ordering is bigendian... no >checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes >checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++... none >configure: Compiling under x86_64-pc-linux-gnu. >configure: checking /usr/local/include >configure: checking /opt/local/include >configure: checking /sw/include >configure: checking /usr/local/ssl/include >configure: CPPFLAGS = >configure: LDFLAGS = -Wl,-O1 -Wl,--as-needed >C Warnings to test: -MD -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wwrite-strings -Wcast-align -Waggregate-return -Wbad-function-cast -Wcast-qual -Wundef -Wredundant-decls -Wdisabled-optimization -Wfloat-equal -Wmultichar -Wc++-compat -Wmissing-noreturn -Wall -Wstrict-prototypes >checking whether gcc understands -MD... yes >checking whether gcc understands -Wpointer-arith... yes >checking whether gcc understands -Wmissing-declarations... yes >checking whether gcc understands -Wmissing-prototypes... yes >checking whether gcc understands -Wshadow... yes >checking whether gcc understands -Wwrite-strings... yes >checking whether gcc understands -Wcast-align... yes >checking whether gcc understands -Waggregate-return... yes >checking whether gcc understands -Wbad-function-cast... yes >checking whether gcc understands -Wcast-qual... yes >checking whether gcc understands -Wundef... yes >checking whether gcc understands -Wredundant-decls... yes >checking whether gcc understands -Wdisabled-optimization... yes >checking whether gcc understands -Wfloat-equal... yes >checking whether gcc understands -Wmultichar... yes >checking whether gcc understands -Wc++-compat... yes >checking whether gcc understands -Wmissing-noreturn... yes >checking whether gcc understands -Wall... yes >checking whether gcc understands -Wstrict-prototypes... yes >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking string usability... yes >checking string presence... yes >checking for string... yes >C++ Warnings to test: -Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wshadow -Wwrite-strings -Wcast-align -Wredundant-decls -Wdisabled-optimization -Wfloat-equal -Wmultichar -Wmissing-noreturn -Woverloaded-virtual -Wsign-promo -funit-at-a-time -Weffc++ >checking whether g++ understands -Wall... yes >checking whether g++ understands -MD... yes >checking whether g++ understands -D_FORTIFY_SOURCE=2... yes >checking whether g++ understands -Wpointer-arith... yes >checking whether g++ understands -Wshadow... yes >checking whether g++ understands -Wwrite-strings... yes >checking whether g++ understands -Wcast-align... yes >checking whether g++ understands -Wredundant-decls... yes >checking whether g++ understands -Wdisabled-optimization... yes >checking whether g++ understands -Wfloat-equal... yes >checking whether g++ understands -Wmultichar... yes >checking whether g++ understands -Wmissing-noreturn... yes >checking whether g++ understands -Woverloaded-virtual... yes >checking whether g++ understands -Wsign-promo... yes >checking whether g++ understands -funit-at-a-time... yes >checking whether g++ understands -Weffc++... yes >checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default... yes >configure: checking /usr/local/include >configure: checking /opt/local/include >configure: checking /sw/include >configure: checking /usr/local/ssl/include >configure: checking /usr/boost/include/include >configure: CPPFLAGS = >configure: LDFLAGS = -Wl,-O1 -Wl,--as-needed >Warnings to test: -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wwrite-strings -Wcast-align -Waggregate-return -Wbad-function-cast -Wcast-qual -Wundef -Wredundant-decls -Wdisabled-optimization -Wfloat-equal -Wmultichar -Wc++-compat -Wmissing-noreturn -Wall -Wstrict-prototypes >checking whether gcc understands -MD... yes >checking whether gcc understands -D_FORTIFY_SOURCE=2... yes >checking whether gcc understands -Wpointer-arith... yes >checking whether gcc understands -Wmissing-declarations... yes >checking whether gcc understands -Wmissing-prototypes... yes >checking whether gcc understands -Wshadow... yes >checking whether gcc understands -Wwrite-strings... yes >checking whether gcc understands -Wcast-align... yes >checking whether gcc understands -Waggregate-return... yes >checking whether gcc understands -Wbad-function-cast... yes >checking whether gcc understands -Wcast-qual... yes >checking whether gcc understands -Wundef... yes >checking whether gcc understands -Wredundant-decls... yes >checking whether gcc understands -Wdisabled-optimization... yes >checking whether gcc understands -Wfloat-equal... yes >checking whether gcc understands -Wmultichar... yes >checking whether gcc understands -Wc++-compat... yes >checking whether gcc understands -Wmissing-noreturn... yes >checking whether gcc understands -Wall... yes >checking whether gcc understands -Wstrict-prototypes... yes >not using clang >checking whether g++ understands -Wall... yes >checking whether g++ understands -MD... yes >checking whether g++ understands -D_FORTIFY_SOURCE=2... yes >checking whether g++ understands -Wpointer-arith... yes >checking whether g++ understands -Wshadow... yes >checking whether g++ understands -Wwrite-strings... yes >checking whether g++ understands -Wcast-align... yes >checking whether g++ understands -Wredundant-decls... yes >checking whether g++ understands -Wdisabled-optimization... yes >checking whether g++ understands -Wfloat-equal... yes >checking whether g++ understands -Wmultichar... yes >checking whether g++ understands -Wmissing-noreturn... yes >checking whether g++ understands -Woverloaded-virtual... yes >checking whether g++ understands -Wsign-promo... yes >checking whether g++ understands -funit-at-a-time... yes >checking whether g++ understands -Wstrict-null-sentinel... yes >checking whether g++ understands -Weffc++... yes >checking for uncompress in -lz... yes >checking zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >checking lightgrep/api.h usability... no >checking lightgrep/api.h presence... no >checking for lightgrep/api.h... no >checking for lg_create_pattern in -llightgrep... no >checking regex.h usability... yes >checking regex.h presence... yes >checking for regex.h... yes >checking tre/tre.h usability... no >checking tre/tre.h presence... no >checking for tre/tre.h... no >checking for regcomp in -lregex... no >checking for tre_regcomp in -ltre... no >checking for regcomp... yes >checking for tre_regcomp... no >checking for tre_version... no >checking openssl/aes.h usability... yes >checking openssl/aes.h presence... yes >checking for openssl/aes.h... yes >checking openssl/bio.h usability... yes >checking openssl/bio.h presence... yes >checking for openssl/bio.h... yes >checking openssl/evp.h usability... yes >checking openssl/evp.h presence... yes >checking for openssl/evp.h... yes >checking openssl/hmac.h usability... yes >checking openssl/hmac.h presence... yes >checking for openssl/hmac.h... yes >checking openssl/md5.h usability... yes >checking openssl/md5.h presence... yes >checking for openssl/md5.h... yes >checking openssl/pem.h usability... yes >checking openssl/pem.h presence... yes >checking for openssl/pem.h... yes >checking openssl/rand.h usability... yes >checking openssl/rand.h presence... yes >checking for openssl/rand.h... yes >checking openssl/rsa.h usability... yes >checking openssl/rsa.h presence... yes >checking for openssl/rsa.h... yes >checking openssl/sha.h usability... yes >checking openssl/sha.h presence... yes >checking for openssl/sha.h... yes >checking for openssl/pem.h... (cached) yes >checking openssl/x509.h usability... yes >checking openssl/x509.h presence... yes >checking for openssl/x509.h... yes >checking for dlopen in -ldl... yes >checking for EVP_get_digestbyname in -lcrypto... yes >checking for MD5 in -lmd... no >checking for SSL_library_init in -lssl... no >configure: error: OpenSSL developer library 'libssl-dev' or 'openssl-devel' not installed > >!!! Please attach the following file when seeking support: >!!! /var/tmp/portage/net-analyzer/tcpflow-1.4.5_p1-r1/work/tcpflow/config.log > * ERROR: net-analyzer/tcpflow-1.4.5_p1-r1::gentoo failed (configure phase): > * econf failed > * > * Call stack: > * ebuild.sh, line 125: Called src_configure > * environment, line 2254: Called econf '--enable-cairo=true' '--without-o3' > * phase-helpers.sh, line 681: Called __helpers_die 'econf failed' > * isolated-functions.sh, line 112: Called die > * The specific snippet of code: > * die "$@" > *
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 697512
: 592530 |
592532