From owner-freebsd-questions@FreeBSD.ORG Tue May 12 21:22:55 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6327766D for ; Tue, 12 May 2015 21:22:55 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2FE0618FD for ; Tue, 12 May 2015 21:22:55 +0000 (UTC) Received: by iget9 with SMTP id t9so103748974ige.1 for ; Tue, 12 May 2015 14:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MGqWh1H0iL7o1y2wTjh6ataPu4/VHh3hgk2loc8ZsAo=; b=FIYZKktRqNG9zdhGCSQwfLnZPgAKpKgNZaWkYR6Ls3LPRir17Cvh4ZUVE0bhkzWQaL ij212Vl3Gh3tcIC3DokGbvQ74rQeTNcJLcbGogmVY//w7dr74s1aFJMbLQBCMaMZXuBe bxtvYLgSyjzu/widzAjXnobCzRcy/gMxPxoWN5FY3nhnjvGzOQUGAcZZjwiWIIBdlQ7+ VybKNUBv97sOYJaTT1YvwZsQ8bd6ZrL1qnN/Kwl5/2en449HnAIz1z49cV0PLMquBBHy Vi/9otA7rQ17vigARGa2l56SfVha074XfoawvWFJOcty4CqxJWMkSaXamt0FtlxBL+19 cqGQ== MIME-Version: 1.0 X-Received: by 10.42.10.84 with SMTP id p20mr5287992icp.68.1431465774456; Tue, 12 May 2015 14:22:54 -0700 (PDT) Received: by 10.79.35.221 with HTTP; Tue, 12 May 2015 14:22:54 -0700 (PDT) Date: Tue, 12 May 2015 14:22:54 -0700 Message-ID: Subject: FBSD 10.1 poudriere dependency loop detected From: Tommy Pham To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 21:22:55 -0000 Hi folks, I've just started testing out poudriere on FreeBSD 10.1 and loving it. I've built postgressql94-server and mariadb100-server ports OK (51 ports built), including my own patch for mariadb100-server to use 256 AES encryption, instead of default 128. However, I when try to build the apache24 port, I'm getting dependency loop problem as seen below: root@fbsd10-build:/usr/local/poudriere/etc/poudriere.d # poudriere bulk -j 10amd64 -p local -z server www/apache24 [00:00:00] ====>> Creating the reference jail... done [00:00:06] ====>> Mounting system devices for 10amd64-local-server [00:00:06] ====>> Mounting ports/packages/distfiles [00:00:06] ====>> Using packages from previously failed build [00:00:06] ====>> Mounting packages from: /usr/local/poudriere/data/packages/10amd64-local-server [00:00:06] ====>> Copying /var/db/ports from: /usr/local/poudriere/etc/poudriere.d/10amd64-server-options [00:00:06] ====>> Appending to make.conf: /usr/local/poudriere/etc/poudriere.d/10amd64-local-server-make.conf /etc/resolv.conf -> /usr/local/poudriere/data/.m/10amd64-local-server/ref/etc/resolv.conf [00:00:06] ====>> Starting jail 10amd64-local-server [00:00:06] ====>> Logs: /usr/local/poudriere/data/logs/bulk/10amd64-local-server/2015-05-12_14h14m17s [00:00:06] ====>> Loading MOVED [00:00:07] ====>> Calculating ports order and dependencies [00:00:41] ====>> Sanity checking the repository [00:00:41] ====>> Checking packages for incremental rebuild needed [00:00:45] ====>> Deleting stale symlinks [00:00:45] ====>> Deleting empty directories [00:00:45] ====>> Cleaning the build queue [00:00:45] ====>> Error: Dependency loop detected: These packages depend on each other: cups-client-1.7.3_4 avahi-app-0.6.31_3 dbus-glib-0.104 dbus-1.8.16 xmlto-0.0.26_2 w3m-0.5.3_4 gtk2-2.24.27 [00:00:45] ====>> Cleaning up [00:00:46] ====>> Umounting file systems root@fbsd10-build:/usr/local/poudriere/etc/poudriere.d # How can I resolve this? Having poudriere starting the jail and building the ports manually results in the same. Are the official packages distribution built using the default options? Thanks in advance, Tommy