From owner-freebsd-ports@FreeBSD.ORG Tue Jul 15 20:30:12 2014 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 ESMTPS id B35A45E6 for ; Tue, 15 Jul 2014 20:30:12 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F033212E for ; Tue, 15 Jul 2014 20:30:11 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id F06E37AB76 for ; Tue, 15 Jul 2014 13:30:10 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 38565-05-2 for ; Tue, 15 Jul 2014 13:30:10 -0700 (PDT) Received: from [192.168.0.51] (75-130-56-30.static.kgpt.tn.charter.com [75.130.56.30]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 3B55F7AB41 for ; Tue, 15 Jul 2014 13:29:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1405456198; bh=6RrDou0xvHT1yM95MqKL8Fjup8lYfMBfjaeF/w0eXL8=; h=Date:From:To:Subject; b=mYXGvUYerNt+6E3Wg8ky6KL5N2hlo6g8dHOweeZDK1n6noLTTT6x+JFb/UZ7w2a+T 18NpmZaQL1zmr3TvLrl+HIhgrpBRZZ7hkFJh3KKoinpvPfEGbpyjXnNTVyJqOTM7ca oT3aaJTiGk3vzKYr31CXoQRLavP7/VR6uw6X8VzM= Message-ID: <53C58F44.9030508@pcbsd.org> Date: Tue, 15 Jul 2014 16:29:56 -0400 From: Kris Moore User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: Question about WITHOUT_X11 / Poudriere X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 20:30:12 -0000 Porters, We are trying to get a build of the entire ports tree done, using the WITHOUT_X11=yes in poudriere make.conf. This keeps bailing with these errors: ====>> Creating the reference jail... done ====>> Mounting system devices for trueos-100-RELEASE-t10e ====>> Mounting ports/packages/distfiles ====>> Mounting packages from: /usr/local/poudriere/data/packages/trueos-100-RELEASE-t10e ====>> Logs: /usr/local/poudriere/data/logs/bulk/trueos-100-RELEASE-t10e/2014-07-15_14h49m12s ====>> Appending to make.conf: /usr/local/etc/poudriere.d/trueos-100-RELEASE-make.conf /etc/resolv.conf -> /usr/local/poudriere/data/build/trueos-100-RELEASE-t10e/ref/etc/resolv.conf ====>> Starting jail trueos-100-RELEASE-t10e ====>> Loading MOVED ====>> Calculating ports order and dependencies ====>> Error: Duplicated origin for ImageMagick-nox11-6.8.9.4_1,1: graphics/ImageMagick-nox11 AND graphics/ImageMagick. Rerun with -vv to see which ports are depending on these. ====>> Error: Duplicated origin for ImageMagick-nox11-6.8.9.4_1,1: graphics/ImageMagick-nox11 AND graphics/ImageMagick. Rerun with -vv to see which ports are depending on these. ====>> Cleaning up ====>> Umounting file systems Is WITHOUT_X11 supposed to work universally or is this a bug in some of our ports? I can track down and fix the broken ports, but I wanted to see if this was something we even expect to work for bulk port builds. -- Kris Moore PC-BSD Software iXsystems