From owner-freebsd-questions@FreeBSD.ORG Wed Jan 29 14:47:37 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 285BB5D6 for ; Wed, 29 Jan 2014 14:47:37 +0000 (UTC) Received: from smtp.lamaiziere.net (net.lamaiziere.net [37.59.62.186]) by mx1.freebsd.org (Postfix) with ESMTP id E40381160 for ; Wed, 29 Jan 2014 14:47:36 +0000 (UTC) Received: from mr185083.univ-rennes1.fr (mr185083.univ-rennes1.fr [129.20.185.83]) by smtp.lamaiziere.net (Postfix) with ESMTPA id A54662F41 for ; Wed, 29 Jan 2014 15:47:28 +0100 (CET) Received: from mr185083 (localhost [127.0.0.1]) by mr185083.univ-rennes1.fr (Postfix) with ESMTP id 268C71CA for ; Wed, 29 Jan 2014 15:47:28 +0100 (CET) Date: Wed, 29 Jan 2014 15:47:27 +0100 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Subject: poudriere bulk freebsd 10 packages on 9.2 host ? Message-ID: <20140129154727.2cb7329e@mr185083> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (smtp.lamaiziere.net [0.0.0.0]); Wed, 29 Jan 2014 15:47:28 +0100 (CET) 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 14:47:37 -0000 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