From owner-freebsd-questions@FreeBSD.ORG Wed Jan 29 15:08:14 2014 Return-Path: Delivered-To: freebsd-questions@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 ESMTPS id E0BC327B for ; Wed, 29 Jan 2014 15:08:14 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 750751382 for ; Wed, 29 Jan 2014 15:08:14 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id x13so3841681wgg.9 for ; Wed, 29 Jan 2014 07:08:12 -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:references :in-reply-to:content-type:content-transfer-encoding; bh=4GgK30+Ia158cfy/HUiixGqccz3uflbQcv2StnHgb2s=; b=sp/cUi+b3QeKeUJaRrgg/kQQ2SGZcTiEY7/bGsB5EqW7JLUv/v3Iw7z25E9jgnpBPZ /ylJbukpwzg1Zh3qGhjDFnf0KQ7Ww2UWZr4UrwsYCNaPfkeHIfDxpQsAhldau89SUXeU O2zXca7NrVNx8fqQLQ0HKWHSbIIDO0F12/VvQrDz4FI9BOid9nRlC6Vb+KWAaDvZWbGH mR7MlbGRvA/O74K+sXEVBNnc43pgXWGjrcsje4TLJ6zwjAJQ2C/vGEwX69KkOAtPzP6O gxs6ELVEeV2E+ZDqbZV/5dZQJOSHRhLa6WkaLxMgYPxHzCgM8LDHtRbRtEmbLcC3Pw82 tf3Q== X-Received: by 10.180.164.174 with SMTP id yr14mr6110569wib.18.1391008092816; Wed, 29 Jan 2014 07:08:12 -0800 (PST) Received: from [10.0.2.15] (LNantes-156-74-19-50.w82-127.abo.wanadoo.fr. [82.127.90.50]) by mx.google.com with ESMTPSA id d6sm43016917wic.9.2014.01.29.07.08.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 Jan 2014 07:08:12 -0800 (PST) Message-ID: <52E91957.5030408@gmail.com> Date: Wed, 29 Jan 2014 16:08:07 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: poudriere bulk freebsd 10 packages on 9.2 host ? References: <20140129154727.2cb7329e@mr185083> In-Reply-To: <20140129154727.2cb7329e@mr185083> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 15:08:14 -0000 On 29/01/2014 15:47, Patrick Lamaiziere wrote: > Hello, > > With poudriere, can we build packages for FreeBSD 10/stable on a 9.2/stable host > (same arch)? > > I have many build failures so I'm asking if this is supported. > > For example libaudiofile fails on #include : > > /bin/sh /usr/local/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H - > I. -I../.. -I./.. -DNDEBUG -Wall -Wno-multichar -fvisibility=hidden > -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -O2 -pipe -fno-strict-alia > sing -MT ALAC.lo -MD -MP -MF .deps/ALAC.Tpo -c -o ALAC.lo ALAC.cpp > libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -DNDEBUG -Wall -Wno-mu > ltichar -fvisibility=hidden -fno-rtti -fno-exceptions -fvisibility-inlines-hidde > n -O2 -pipe -fno-strict-aliasing -MT ALAC.lo -MD -MP -MF .deps/ALAC.Tpo -c ALAC. > cpp -fPIC -DPIC -o .libs/ALAC.o > In file included from ALAC.cpp:22: > In file included from ./ALAC.h:24: > In file included from ./Module.h:25: > ./../AudioFormat.h:27:10: fatal error: 'string' file not found > #include > > Thanks, regards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" No, bapt@ told me that you can't bulk build for superior versions. However, earlier versions are supported as well. Regards, David.