Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1524192 Details for
Bug 1669891
python plugin incorrect initialization of built in "nbdkit" module
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
./configure output
configure.log (text/plain), 12.56 KB, created by
Hubert Kario
on 2019-01-28 11:55:44 UTC
(
hide
)
Description:
./configure output
Filename:
MIME Type:
Creator:
Hubert Kario
Created:
2019-01-28 11:55:44 UTC
Size:
12.56 KB
patch
obsolete
>checking for gcc... 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 gcc accepts -g... yes >checking for gcc option to accept ISO C89... none needed >checking whether gcc understands -c and -o together... yes >checking how to run the C preprocessor... gcc -E >checking for grep that handles long lines and -e... /usr/bin/grep >checking for egrep... /usr/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 special C compiler options needed for large files... no >checking for _FILE_OFFSET_BITS value needed for large files... no >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /usr/bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports the include directive... yes (GNU style) >checking whether make supports nested variables... yes >checking dependency style of gcc... gcc3 >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking how to print strings... printf >checking for a sed that does not truncate output... /usr/bin/sed >checking for fgrep... /usr/bin/grep -F >checking for ld used by gcc... /usr/lib/hardening-wrapper/bin/ld >checking if the linker (/usr/lib/hardening-wrapper/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... 1572864 >checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop >checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop >checking for /usr/lib/hardening-wrapper/bin/ld option to reload object files... -r >checking for objdump... objdump >checking how to recognize dependent libraries... pass_all >checking for dlltool... no >checking how to associate runtime and link libraries... printf %s\n >checking for ar... ar >checking for archiver @FILE support... @ >checking for strip... strip >checking for ranlib... ranlib >checking command to parse /usr/bin/nm -B output from gcc object... ok >checking for sysroot... no >checking for a working dd... /usr/bin/dd >checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 >checking for mt... no >checking if : is a manifest tool... no >checking for dlfcn.h... yes >checking for objdir... .libs >checking if gcc supports -fno-rtti -fno-exceptions... no >checking for gcc option to produce PIC... -fPIC -DPIC >checking if gcc PIC flag -fPIC -DPIC works... yes >checking if gcc static flag -static works... yes >checking if gcc supports -c -o file.o... yes >checking if gcc supports -c -o file.o... (cached) yes >checking whether the gcc linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes >checking whether -lc should be explicitly linked in... no >checking dynamic linker characteristics... GNU/Linux 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 for a sed that does not truncate output... (cached) /usr/bin/sed >checking for gcc option to accept ISO C99... none needed >checking for gcc option to accept ISO Standard C... (cached) none needed >checking how to run the C preprocessor... gcc -E >checking for function prototypes... yes >checking for g++... g++ >checking whether we are using the GNU C++ compiler... yes >checking whether g++ accepts -g... yes >checking dependency style of g++... gcc3 >checking how to run the C++ preprocessor... g++ -E >checking for ld used by g++... /usr/lib/hardening-wrapper/bin/ld -m elf_x86_64 >checking if the linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) is GNU ld... yes >checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes >checking for g++ option to produce PIC... -fPIC -DPIC >checking if g++ PIC flag -fPIC -DPIC works... yes >checking if g++ static flag -static works... yes >checking if g++ supports -c -o file.o... yes >checking if g++ supports -c -o file.o... (cached) yes >checking whether the g++ linker (/usr/lib/hardening-wrapper/bin/ld -m elf_x86_64) supports shared libraries... yes >checking dynamic linker characteristics... (cached) GNU/Linux ld.so >checking how to hardcode library paths into programs... immediate >checking if the C++ compiler really really works... yes >checking if the compiler supports -std=c90 for ANSI C test... yes >checking whether OS-dependent include paths are required... no >checking for temporary directory for large files... /var/tmp >checking whether program_invocation_short_name is declared... yes >checking whether gcc is Clang... no >checking whether pthreads work with -pthread... yes >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 if __attribute__((cleanup(...))) works with this compiler... yes >checking if __auto_type is available in this compiler... yes >checking alloca.h usability... yes >checking alloca.h presence... yes >checking for alloca.h... yes >checking byteswap.h usability... yes >checking byteswap.h presence... yes >checking for byteswap.h... yes >checking endian.h usability... yes >checking endian.h presence... yes >checking for endian.h... yes >checking sys/endian.h usability... no >checking sys/endian.h presence... no >checking for sys/endian.h... no >checking sys/prctl.h usability... yes >checking sys/prctl.h presence... yes >checking for sys/prctl.h... yes >checking sys/procctl.h usability... no >checking sys/procctl.h presence... no >checking for sys/procctl.h... no >checking for fdatasync... yes >checking for get_current_dir_name... yes >checking for mkostemp... yes >checking whether the printf family supports %m... yes >checking for library containing dlopen... -ldl >checking iconv.h usability... yes >checking iconv.h presence... yes >checking for iconv.h... yes >checking if <iconv.h> can be used to link a program... yes >checking if we should use a linker script for the server... yes >checking if linker supports -rdynamic... yes >checking for dladdr... yes >checking for library containing getaddrinfo... none required >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for LIBSELINUX... no >configure: WARNING: libselinux not found, SELinux socket labelling support will be disabled. >checking for GNUTLS... yes >checking for default TLS session priority string... NORMAL >checking for gnutls_base64_decode2... yes >checking for gnutls_certificate_set_known_dh_params... yes >checking for gnutls_session_set_verify_cert... yes >checking for valgrind... valgrind >checking for BASH_COMPLETION... yes >checking for bash-completions directory... /usr/share/bash-completion/completions >checking for perl... perl >checking if we have perl Pod::Man and Pod::Simple... yes >checking for Perl embed archlib... /usr/lib/perl5/5.28/core_perl >checking for Perl embed CFLAGS... -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 >checking for Perl embed LDOPTS... -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.28/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/5.28/core_perl/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc >checking for python... /usr/bin/python3 >checking version of /usr/bin/python3... 3.7 >checking for PYTHON... yes >checking for PyString_FromString in -lc... no >checking for PyString_AsString in -lc... no >checking for PyUnicode_AsUTF8 in -lc... yes >checking for ocamlc... ocamlc >OCaml version is 4.07.1 >OCaml library path is /usr/lib/ocaml >checking for ocamlopt... ocamlopt >checking for ocamlc.opt... ocamlc.opt >checking for ocamlopt.opt... ocamlopt.opt >checking for ocaml... ocaml >checking for ocamldep... ocamldep >checking for ocamlmktop... ocamlmktop >checking for ocamlmklib... ocamlmklib >checking for ocamldoc... ocamldoc >checking for ocamlbuild... no >checking if ocamlopt.opt can create a shared library... yes >checking for ruby... ruby >checking for RUBY... no >configure: WARNING: ruby not found >checking for TCL... yes >checking for LUA... yes >checking for lua_isinteger... yes >checking for CURL... yes >checking whether CURLOPT_UNIX_SOCKET_PATH is declared... yes >checking for genisoimage... genisoimage >checking for mkisofs... mkisofs >checking for LIBVIRT... no >configure: WARNING: libvirt not found, libvirt plugin will be disabled >checking for ZLIB... yes >checking for LIBLZMA... yes >checking for LIBGUESTFS... no >configure: WARNING: libguestfs not found, guestfs plugin and tests will be disabled >checking for guestfish... no >checking for EXT2FS... yes >checking for COM_ERR... yes >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating podwrapper.pl >config.status: creating Makefile >config.status: creating bash/Makefile >config.status: creating common/bitmap/Makefile >config.status: creating common/include/Makefile >config.status: creating common/regions/Makefile >config.status: creating common/sparse/Makefile >config.status: creating docs/Makefile >config.status: creating include/Makefile >config.status: creating plugins/Makefile >config.status: creating plugins/curl/Makefile >config.status: creating plugins/data/Makefile >config.status: creating plugins/example1/Makefile >config.status: creating plugins/example2/Makefile >config.status: creating plugins/example3/Makefile >config.status: creating plugins/example4/Makefile >config.status: creating plugins/ext2/Makefile >config.status: creating plugins/file/Makefile >config.status: creating plugins/floppy/Makefile >config.status: creating plugins/full/Makefile >config.status: creating plugins/guestfs/Makefile >config.status: creating plugins/gzip/Makefile >config.status: creating plugins/iso/Makefile >config.status: creating plugins/libvirt/Makefile >config.status: creating plugins/lua/Makefile >config.status: creating plugins/memory/Makefile >config.status: creating plugins/nbd/Makefile >config.status: creating plugins/null/Makefile >config.status: creating plugins/ocaml/Makefile >config.status: creating plugins/partitioning/Makefile >config.status: creating plugins/pattern/Makefile >config.status: creating plugins/perl/Makefile >config.status: creating plugins/python/Makefile >config.status: creating plugins/random/Makefile >config.status: creating plugins/ruby/Makefile >config.status: creating plugins/sh/Makefile >config.status: creating plugins/split/Makefile >config.status: creating plugins/streaming/Makefile >config.status: creating plugins/tar/Makefile >config.status: creating plugins/tcl/Makefile >config.status: creating plugins/vddk/Makefile >config.status: creating plugins/xz/Makefile >config.status: creating plugins/zero/Makefile >config.status: creating filters/Makefile >config.status: creating filters/blocksize/Makefile >config.status: creating filters/cache/Makefile >config.status: creating filters/cow/Makefile >config.status: creating filters/delay/Makefile >config.status: creating filters/error/Makefile >config.status: creating filters/fua/Makefile >config.status: creating filters/log/Makefile >config.status: creating filters/nozero/Makefile >config.status: creating filters/offset/Makefile >config.status: creating filters/partition/Makefile >config.status: creating filters/truncate/Makefile >config.status: creating filters/xz/Makefile >config.status: creating fuzzing/Makefile >config.status: creating server/Makefile >config.status: creating server/nbdkit.pc >config.status: creating tests/functions.sh >config.status: creating tests/Makefile >config.status: creating valgrind/Makefile >config.status: creating config.h >config.status: config.h is unchanged >config.status: executing depfiles commands >config.status: executing libtool commands
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 1669891
: 1524192