Skip to content

Instantly share code, notes, and snippets.

@umq
Created April 5, 2013 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umq/5319707 to your computer and use it in GitHub Desktop.
Save umq/5319707 to your computer and use it in GitHub Desktop.
nbd build log under FreeBSD
===> Fetching all distfiles required by nbd-server-3.2,1 for building
===> Extracting for nbd-server-3.2,1
=> SHA256 Checksum OK for nbd-3.2.tar.bz2.
===> Patching for nbd-server-3.2,1
===> nbd-server-3.2,1 depends on executable: pkgconf - found
===> nbd-server-3.2,1 depends on shared library: glib-2.0 - found
===> nbd-server-3.2,1 depends on shared library: pcre - found
===> Configuring for nbd-server-3.2,1
configure: loading site script /usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether Large File Support should be enabled... yes
checking whether syslog logging is requested... yes
checking whether a debugging version is requested... no
checking for style of include used by make... GNU
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... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for cc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... cpp
checking build system type... amd64-portbld-freebsd9.1
checking host system type... amd64-portbld-freebsd9.1
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... 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 whether byte ordering is bigendian... no
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking size of unsigned short int... 2
checking size of unsigned int... 4
checking size of unsigned long int... 8
checking size of unsigned long long int... 8
checking for llseek... no
checking for alarm... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strerror... yes
checking for strstr... yes
checking for mkstemp... yes
checking for fdatasync... no
checking linux/falloc.h usability... no
checking linux/falloc.h presence... no
checking for linux/falloc.h... no
checking for FALLOC_FL_PUNCH_HOLE support... no
sed: conftest.c: No such file or directory
checking for sync_file_range... no
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether client should be built... no
checking for library containing bind... none required
checking for library containing inet_ntoa... none required
checking for library containing daemon... none required
checking for sys/mount.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking linux/types.h usability... no
checking linux/types.h presence... no
checking for linux/types.h... no
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.26.0... yes (version 2.34.3)
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... yes
checking for pid_t... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Doxyfile
config.status: creating man/Makefile
config.status: creating man/nbd-client.8.sh
config.status: creating man/nbd-server.5.sh
config.status: creating man/nbd-server.1.sh
config.status: creating man/nbd-trdump.1.sh
config.status: creating config.h
config.status: executing depfiles commands
===> Building for nbd-server-3.2,1
make all-recursive
Making all in man
sh nbd-server.1.sh > nbd-server.1
sh nbd-server.5.sh > nbd-server.5
sh nbd-client.8.sh > nbd-client.8
sh nbd-trdump.1.sh > nbd-trdump.1
cc -std=gnu99 -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/usr/local/etc"' -O2 -pipe -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT nbd_server-nbd-server.o -MD -MP -MF .deps/nbd_server-nbd-server.Tpo -c -o nbd_server-nbd-server.o `test -f 'nbd-server.c' || echo './'`nbd-server.c
In file included from nbd-server.c:104:
netdb-compat.h:1:15: warning: extra tokens at end of #ifndef directive
nbd-server.c: In function 'send_reply':
nbd-server.c:1516: warning: implicit declaration of function 'writev'
mv -f .deps/nbd_server-nbd-server.Tpo .deps/nbd_server-nbd-server.Po
cc -std=gnu99 -O2 -pipe -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -o nbd-server nbd_server-nbd-server.o -L/usr/local/lib -lglib-2.0
cc -std=gnu99 -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT nbd_trdump-nbd-trdump.o -MD -MP -MF .deps/nbd_trdump-nbd-trdump.Tpo -c -o nbd_trdump-nbd-trdump.o `test -f 'nbd-trdump.c' || echo './'`nbd-trdump.c
In file included from nbd-trdump.c:18:
cliserv.h: In function 'setmysockopt':
cliserv.h:72: warning: implicit declaration of function 'setsockopt'
mv -f .deps/nbd_trdump-nbd-trdump.Tpo .deps/nbd_trdump-nbd-trdump.Po
cc -std=gnu99 -O2 -pipe -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -o nbd-trdump nbd_trdump-nbd-trdump.o
cd /usr/obj/usr/ports/net/nbd-server/work/nbd-3.2 && make check
Making check in man
make nbd-tester-client
cc -std=gnu99 -DHAVE_CONFIG_H -I. -O2 -pipe -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -MT nbd_tester_client-nbd-tester-client.o -MD -MP -MF .deps/nbd_tester_client-nbd-tester-client.Tpo -c -o nbd_tester_client-nbd-tester-client.o `test -f 'nbd-tester-client.c' || echo './'`nbd-tester-client.c
mv -f .deps/nbd_tester_client-nbd-tester-client.Tpo .deps/nbd_tester_client-nbd-tester-client.Po
cc -std=gnu99 -O2 -pipe -fno-strict-aliasing -I/usr/local/include/glib-2.0 -I/usr/local/include -O2 -pipe -fno-strict-aliasing -o nbd-tester-client nbd_tester_client-nbd-tester-client.o -L/usr/local/lib -lglib-2.0
make check-TESTS
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./cmd
** (process:29849): WARNING **: Specifying an export on the command line is deprecated.
** (process:29849): WARNING **: Please use a configuration file instead.
** (process:29852): WARNING **: Could not open socket: No error: 0
** (process:29852): WARNING **: Could not run test: No error: 0
FAIL: cmd
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./cfg1
** (process:29865): WARNING **: Could not open socket: No error: 0
** (process:29865): WARNING **: Could not run test: No error: 0
FAIL: cfg1
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./cfgmulti
** (process:29878): WARNING **: Could not open socket: No error: 0
** (process:29878): WARNING **: Could not run test: No error: 0
FAIL: cfgmulti
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./cfgnew
** (process:29891): WARNING **: Could not open socket: No error: 0
** (process:29891): WARNING **: Could not run test: No error: 0
FAIL: cfgnew
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./cfgsize
** (process:29899): WARNING **: Specifying an export on the command line is deprecated.
** (process:29899): WARNING **: Please use a configuration file instead.
** (process:29902): WARNING **: Could not open socket: No error: 0
** (process:29902): WARNING **: Could not run test: No error: 0
FAIL: cfgsize
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./write
** (process:29915): WARNING **: Could not open socket: No error: 0
** (process:29915): WARNING **: Could not run test: No error: 0
FAIL: write
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./flush
** (process:29928): WARNING **: Could not open socket: No error: 0
** (process:29928): WARNING **: Could not run test: No error: 0
FAIL: flush
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./integrity
** (process:29941): WARNING **: Could not open socket: No error: 0
** (process:29941): WARNING **: Could not run test: No error: 0
FAIL: integrity
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./dirconfig
mkdir: /confdir: File exists
FAIL: dirconfig
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
mktemp [-d] [-q] [-u] -t prefix
./list
kill: 29940: No such process
FAIL: list
==================================
10 of 10 tests failed
Please report to wouter@debian.org
==================================
*** [check-TESTS] Error code 1
Stop in /usr/obj/usr/ports/net/nbd-server/work/nbd-3.2.
*** [check-am] Error code 1
Stop in /usr/obj/usr/ports/net/nbd-server/work/nbd-3.2.
*** [check-recursive] Error code 1
Stop in /usr/obj/usr/ports/net/nbd-server/work/nbd-3.2.
*** [regression-test] Error code 1
Stop in /usr/ports/net/nbd-server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment