From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 7 20:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2039FF93 for ; Thu, 7 Nov 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 001132A2C for ; Thu, 7 Nov 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7KA0TL007256 for ; Thu, 7 Nov 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA7KA0js007255; Thu, 7 Nov 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 7 Nov 2013 20:10:00 GMT Resent-Message-Id: <201311072010.rA7KA0js007255@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C5BBBD7B for ; Thu, 7 Nov 2013 20:03:53 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2F5C29F0 for ; Thu, 7 Nov 2013 20:03:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA7K3r7d035493 for ; Thu, 7 Nov 2013 20:03:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA7K3rSX035488; Thu, 7 Nov 2013 20:03:53 GMT (envelope-from nobody) Message-Id: <201311072003.rA7K3rSX035488@oldred.freebsd.org> Date: Thu, 7 Nov 2013 20:03:53 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183761: databases/kyotocabinet not built with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 20:10:01 -0000 >Number: 183761 >Category: ports >Synopsis: databases/kyotocabinet not built with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 07 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: 10.0-BETA3 >Organization: individual >Environment: FreeBSD nonamehost.local 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257719: Wed Nov 6 00:03:00 EET 2013 ivan@nonamehost.local:/usr/obj/usr/src/sys/mk10 amd64 >Description: # make ===> License GPLv3 accepted by the user ===> Found saved configuration for kyotocabinet-1.2.76 ===> kyotocabinet-1.2.76 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kyotocabinet-1.2.76 for building ===> Extracting for kyotocabinet-1.2.76 => SHA256 Checksum OK for kyotocabinet-1.2.76.tar.gz. ===> Patching for kyotocabinet-1.2.76 ===> kyotocabinet-1.2.76 depends on executable: gmake - found ===> Configuring for kyotocabinet-1.2.76 ===> FreeBSD 10 autotools fix applied to /usr/ports_build/usr/ports/databases/kyotocabinet/work/kyotocabinet-1.2.76/configure configure: loading site script /usr/ports/Templates/config.site #================================================================ # Configuring Kyoto Cabinet version 1.2.76. #================================================================ 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 whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E 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... (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 byte ordering is bigendian... no checking for 64-bit availability... yes checking for CPU optimization availability... yes checking for useless warnings... yes checking for atomic operations... no checking for main in -lc... yes checking for main in -lm... yes checking for main in -lpthread... yes checking for main in -lrt... yes checking for main in -lstdc++... yes checking for main in -lregex... no checking for main in -lz... yes checking for main in -lkyotocabinet... yes configure: WARNING: old version of Kyoto Cabinet was detected checking for stdlib.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for dirent.h... (cached) yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for zlib.h... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating kyotocabinet.pc #================================================================ # Ready to make. #================================================================ ===> Building for kyotocabinet-1.2.76 gmake[2]: Вход в каталог `/usr/ports_build/usr/ports/databases/kyotocabinet/work/kyotocabinet-1.2.76' c++ -c -I. -I/usr/local/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr/local\"" -D_KC_INCLUDEDIR="\"/usr/local/include\"" -D_KC_LIBDIR="\"/usr/local/lib\"" -D_KC_BINDIR="\"/usr/local/bin\"" -D_KC_LIBEXECDIR="\"/usr/local/libexec\"" -D_KC_APPINC="\"-I/usr/local/include\"" -D_KC_APPLIBS="\"-L/usr/local/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -march=native -m64 -O2 -pipe -march=corei7-avx -fno-strict-aliasing -Wall -fPIC -fsigned-char -g0 -O2 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcutil.cc c++ -c -I. -I/usr/local/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr/local\"" -D_KC_INCLUDEDIR="\"/usr/local/include\"" -D_KC_LIBDIR="\"/usr/local/lib\"" -D_KC_BINDIR="\"/usr/local/bin\"" -D_KC_LIBEXECDIR="\"/usr/local/libexec\"" -D_KC_APPINC="\"-I/usr/local/include\"" -D_KC_APPLIBS="\"-L/usr/local/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -march=native -m64 -O2 -pipe -march=corei7-avx -fno-strict-aliasing -Wall -fPIC -fsigned-char -g0 -O2 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcthread.cc c++ -c -I. -I/usr/local/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr/local\"" -D_KC_INCLUDEDIR="\"/usr/local/include\"" -D_KC_LIBDIR="\"/usr/local/lib\"" -D_KC_BINDIR="\"/usr/local/bin\"" -D_KC_LIBEXECDIR="\"/usr/local/libexec\"" -D_KC_APPINC="\"-I/usr/local/include\"" -D_KC_APPLIBS="\"-L/usr/local/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -march=native -m64 -O2 -pipe -march=corei7-avx -fno-strict-aliasing -Wall -fPIC -fsigned-char -g0 -O2 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kcfile.cc c++ -c -I. -I/usr/local/include -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__ -D_MYZLIB -D_KC_PREFIX="\"/usr/local\"" -D_KC_INCLUDEDIR="\"/usr/local/include\"" -D_KC_LIBDIR="\"/usr/local/lib\"" -D_KC_BINDIR="\"/usr/local/bin\"" -D_KC_LIBEXECDIR="\"/usr/local/libexec\"" -D_KC_APPINC="\"-I/usr/local/include\"" -D_KC_APPLIBS="\"-L/usr/local/lib -lkyotocabinet -lz -lstdc++ -lrt -lpthread -lm -lc \"" -march=native -m64 -O2 -pipe -march=corei7-avx -fno-strict-aliasing -Wall -fPIC -fsigned-char -g0 -O2 -Wno-unused-but-set-variable -Wno-unused-but-set-parameter kccompress.cc warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-variable'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-variable'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-variable'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-unused-but-set-parameter'; did youwarning: meanunknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-variable'? [-Wunknown-warning-option] '-Wno-unused-parameter'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option] warning: unknown warning option '-Wno-unused-but-set-parameter'; did you mean '-Wno-unused-parameter'? [-Wunknown-warning-option] In file included from In file included from kcthread.cc:16: In file included from ./kcthread.h:19: ./kccommon.h:96:7: error: use of undeclared identifier 'tr1' kcfile.ccIn file included from kcutil.cc:16: In file included from ./kcutil.h:19: ./kccommon.h:96:7: error: use of undeclared identifier 'tr1' :16: In file included from ./kcfile.h:19: ./kccommon.h:96:7: error: use of undeclared identifier 'tr1' using tr1::hash; ^ using tr1::hash; ^ using tr1::hash; ^ In file included from kccompress.cc:16: In file included from ./kccompress.h:19: ./kccommon.h:96:7: error: use of undeclared identifier 'tr1' using tr1::hash; ^ ./kccommon.h:97:7: error: use of undeclared identifier 'tr1' using tr1::unordered_map; ^ ./kccommon.h:97:7: error: use of undeclared identifier 'tr1' using tr1::unordered_map; ^ ./kccommon.h:97:7: error: use of undeclared identifier 'tr1' using tr1::unordered_map; ^ ./kccommon.h:97:7: error: use of undeclared identifier 'tr1' using tr1::unordered_map; ^ ./kccommon.h:98:7: error: use of undeclared identifier 'tr1' using tr1::unordered_set; ^ ./kccommon.h:98:7: error: use of undeclared identifier 'tr1' using tr1::unordered_set; ^ ./kccommon.h:98:7: error: use of undeclared identifier 'tr1' using tr1::unordered_set; ^ ./kccommon.h:98:7: error: use of undeclared identifier 'tr1' using tr1::unordered_set; ^ 2 warnings and 3 errors generated. gmake[2]: *** [kcutil.o] Ошибка 1 gmake[2]: *** Ожидание завершения заданий... 2 warnings and 3 errors generated. gmake[2]: *** [kccompress.o] Ошибка 1 2 warnings and 3 errors generated. gmake[2]: *** [kcfile.o] Ошибка 1 2 warnings and 3 errors generated. gmake[2]: *** [kcthread.o] Ошибка 1 gmake[2]: Выход из каталога `/usr/ports_build/usr/ports/databases/kyotocabinet/work/kyotocabinet-1.2.76' ===> 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/kyotocabinet *** Error code 1 Stop. make: stopped in /usr/ports/databases/kyotocabinet >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: