FreeBSD Bugzilla – Attachment 144862 Details for
Bug 192009
databases/memcached fails to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
typescript containing build log
typescript (text/plain), 5.61 KB, created by
Jaap Akkerhuis
on 2014-07-21 21:21:07 UTC
(
hide
)
Description:
typescript containing build log
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2014-07-21 21:21:07 UTC
Size:
5.61 KB
patch
obsolete
>Script started on Mon Jul 21 22:18:49 2014 >[root@bela /usr/ports/databases/memcached]# uname -a >FreeBSD bela.nlnetlabs.nl 10.0-STABLE FreeBSD 10.0-STABLE #31 r268449: Wed Jul 9 11:30:20 CEST 2014 root@bela.nlnetlabs.nl:/usr/obj/usr/src/sys/BELA amd64 >[root@bela /usr/ports/databases/memcached]# make clean >===> Cleaning for memcached-1.4.20 >[root@bela /usr/ports/databases/memcached]# make >===> Found saved configuration for memcached-1.4.20 >===> memcached-1.4.20 depends on file: /usr/local/sbin/pkg - found >===> Fetching all distfiles required by memcached-1.4.20 for building >===> Extracting for memcached-1.4.20 >=> SHA256 Checksum OK for memcached-1.4.20.tar.gz. >===> Patching for memcached-1.4.20 >===> memcached-1.4.20 depends on shared library: libevent-2.0.so - found (/usr/local/lib/event2/libevent-2.0.so.6) >===> memcached-1.4.20 depends on shared library: libsasl2.so - found (/usr/local/lib/libsasl2.so.3.0.0) >===> Configuring for memcached-1.4.20 >===> FreeBSD 10 autotools fix applied to /usr/ports/databases/memcached/work/memcached-1.4.20/aclocal.m4 >===> FreeBSD 10 autotools fix applied to /usr/ports/databases/memcached/work/memcached-1.4.20/configure >configure: loading site script /usr/ports/Templates/config.site >checking build system type... amd64-portbld-freebsd10.0 >checking host system type... amd64-portbld-freebsd10.0 >checking target system type... amd64-portbld-freebsd10.0 >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 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 for style of include used by make... GNU >checking dependency style of cc... gcc3 >checking how to run the C preprocessor... cpp >checking for grep that handles long lines and -e... (cached) /usr/bin/grep >checking for egrep... (cached) /usr/bin/egrep >checking for icc in use... no >checking for clang in use... yes >checking for ANSI C header files... (cached) 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 __SUNPRO_C is declared... no >checking for cc option to accept ISO C99... none needed >checking whether cc understands -c and -o together... yes >checking sasl/sasl.h usability... yes >checking sasl/sasl.h presence... yes >checking for sasl/sasl.h... yes >checking for SASL_CB_GETCONF... no >checking for library containing sasl_server_init... -lsasl2 >checking for library containing clock_gettime... none required >checking for library containing socket... none required >checking for library containing gethostbyname... none required >checking for libevent directory... /usr/local/lib/event2 >checking for library containing umem_cache_create... -lumem >checking for library containing gethugepagesizes... no >checking for stdbool.h that conforms to C99... (cached) yes >checking for _Bool... (cached) yes >checking for inttypes.h... (cached) yes >checking for sasl_callback_ft... yes >checking for print macros for integers (C99 section 7.8.1)... yes >checking for an ANSI C-conforming const... yes >checking for socklen_t... yes >checking for endianness... little >checking for htonll... no >checking for library containing pthread_create... none required >checking for mlockall... yes >checking for getpagesizes... yes >checking for memcntl... no >checking for sigignore... yes >checking for clock_gettime... (cached) yes >checking for accept4... yes >checking for alignment... none >checking for GCC atomics... yes >checking for setppriv... no >checking umem.h usability... no >checking umem.h presence... no >checking for umem.h... no >checking for xml2rfc... /usr/local/bin/xml2rfc >checking for xsltproc... /usr/local/bin/xsltproc >configure: creating ./config.status >config.status: creating Makefile >config.status: creating doc/Makefile >config.status: creating config.h >config.status: executing depfiles commands >===> Building for memcached-1.4.20 >--- all --- >/usr/bin/make all-recursive >--- all-recursive --- >Making all in doc >make[4]: make[4]: don't know how to make protocol-binary.txt. Stop > >make[4]: stopped in /usr/ports/databases/memcached/work/memcached-1.4.20/doc >*** [all-recursive] Error code 1 > >make[3]: stopped in /usr/ports/databases/memcached/work/memcached-1.4.20 >1 error > >make[3]: stopped in /usr/ports/databases/memcached/work/memcached-1.4.20 >*** [all] Error code 2 > >make[2]: stopped in /usr/ports/databases/memcached/work/memcached-1.4.20 >1 error > >make[2]: stopped in /usr/ports/databases/memcached/work/memcached-1.4.20 >===> 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 /usr/ports/databases/memcached >*** Error code 1 > >Stop. >make: stopped in /usr/ports/databases/memcached >[root@bela /usr/ports/databases/memcached]# exit > >Script done on Mon Jul 21 22:19:26 2014
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 192009
:
144846
| 144862