From owner-freebsd-ports@FreeBSD.ORG Mon Nov 11 08:44:55 2013 Return-Path: Delivered-To: freebsd-ports@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 22B0339B for ; Mon, 11 Nov 2013 08:44:55 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-ee0-x233.google.com (mail-ee0-x233.google.com [IPv6:2a00:1450:4013:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE76B2420 for ; Mon, 11 Nov 2013 08:44:54 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id t10so2277918eei.10 for ; Mon, 11 Nov 2013 00:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=cGJSmBom1cCyP196zH7u7OBPsX/viCcooEmHpEac1YE=; b=JbAdF9l6pxHftIzbsnYnCFhVtW5wwmdj+EP3Xp4eH8XYXiEq2LUF3I1rDoVGMa588l asIx+pNns6ryGW4YsbAFyu1Zw3tISXrVysumOA2RpnAFSBXBdP7RP2rn7i6ZStfZaXqM XxMTaZBS+QuGGCvNfZcbJtkg2h5hpH/bxxPSB/hmjMeb92ZYhhIsNIOlF1wKtaMyp61J sb1DewnHTaS6WJRhpX3M/k2G5JIM0c4rgE3ZbhjyclGK8rhraesM/1fdGB82zGKRACwx d/yNowwpF9ziTtO8G2TcuQp44/yxXir/LlI+tmyg3sVjt586qxOaQqnnYODglNc9Q+FD ycyw== X-Received: by 10.14.3.130 with SMTP id 2mr17124087eeh.36.1384159493136; Mon, 11 Nov 2013 00:44:53 -0800 (PST) Received: from [192.168.1.129] ([193.173.55.180]) by mx.google.com with ESMTPSA id x4sm59958989eef.1.2013.11.11.00.44.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Nov 2013 00:44:48 -0800 (PST) Message-ID: <52809901.1040900@gmail.com> Date: Mon, 11 Nov 2013 09:44:49 +0100 From: Johan Hendriks User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: FreeBSD Subject: www/squid32 on 10-beta3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 08:44:55 -0000 Hello all. I try to install www/squid32 on my FreeBSD 10-BETA3 server, but it fails with the following error. Making all in base /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../../include -I/usr/include -I/usr/include -I../../libltdl -I/usr/include -I/usr/include -O2 -pipe -march=core2 -fno-strict-aliasing -Wno-unused-private-field -I/usr/local/include -MT AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c -o AsyncCall.lo AsyncCall.cc libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../include -I../../lib -I../../src -I../../include -I/usr/include -I/usr/include -I../../libltdl -I/usr/include -I/usr/include -O2 -pipe -march=core2 -fno-strict-aliasing -Wno-unused-private-field -I/usr/local/include -MT AsyncCall.lo -MD -MP -MF .deps/AsyncCall.Tpo -c AsyncCall.cc -fPIC -DPIC -o .libs/AsyncCall.o In file included from AsyncCall.cc:5: In file included from ../../src/squid-old.h:164: In file included from ../../src/typedefs.h:118: In file included from ../../src/anyp/ProtocolType.h:5: In file included from /usr/include/c++/v1/ostream:130: In file included from /usr/include/c++/v1/ios:216: In file included from /usr/include/c++/v1/__locale:15: In file included from /usr/include/c++/v1/string:432: /usr/include/c++/v1/cstdio:139:9: error: no member named 'ERROR_sprintf_UNSAFE_IN_SQUID' in the global namespace using ::sprintf; ~~^ ../../compat/unsafe.h:10:17: note: expanded from macro 'sprintf' #define sprintf ERROR_sprintf_UNSAFE_IN_SQUID ^ 1 error generated. *** Error code 1 Stop. make[5]: stopped in /usr/ports/www/squid32/work/squid-3.2.13/src/base *** Error code 1 Stop. make[4]: stopped in /usr/ports/www/squid32/work/squid-3.2.13/src *** Error code 1 Stop. make[3]: stopped in /usr/ports/www/squid32/work/squid-3.2.13/src *** Error code 1 Stop. make[2]: stopped in /usr/ports/www/squid32/work/squid-3.2.13 *** Error code 1 Stop. make[1]: stopped in /usr/ports/www/squid32 *** Error code 1 regards Johan