From owner-freebsd-questions@FreeBSD.ORG Tue May 12 23:17:01 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 301DB81A for ; Tue, 12 May 2015 23:17:01 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (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 EF31B152E for ; Tue, 12 May 2015 23:17:00 +0000 (UTC) Received: by iepk2 with SMTP id k2so15187784iep.3 for ; Tue, 12 May 2015 16:17:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=i1xG8vviLBO1UP0v3w3nKJ4BWgE3o2u53TrfEXGGcpc=; b=vewjeyCltocmolS34h4JuD7E1GxKrz7iYOB2TIaYIkq+G/ex//rlwq0fHZfAoBgVe7 Hp9rJ4WjrGVSn0u4I7+rgLOR2QQvP8ly6D7LrcJM0ZxJyGb8RAmUzsvusxJ/cwZYj+Ne LmEsuuQfSn6UIpLWnLmV23aL82zO/r+wPpZsLTn1XxbbH5HmyltdTlUBfXx3zagDrwF9 O/TaBeYeUOzzEtENzY1TcOXylsZmOd8TfS4CuyyDP3etr/cAnPJajsKLQ2QlZcQVHX6j ylwYagWifYSwrmfFAxaUJ3OPetJt9ANJZuSzv2QOUE6lyuHtSRLKnoUT7mQ5gp4StAVt P+kQ== MIME-Version: 1.0 X-Received: by 10.50.77.48 with SMTP id p16mr7050870igw.31.1431472620369; Tue, 12 May 2015 16:17:00 -0700 (PDT) Received: by 10.79.35.221 with HTTP; Tue, 12 May 2015 16:17:00 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 May 2015 16:17:00 -0700 Message-ID: Subject: Re: 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 23:17:01 -0000 On Tue, May 12, 2015 at 2:22 PM, Tommy Pham wrote: > 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 > I think I found the problem. If building cups-client and selecting avahi for the ZeroConf option instead of mDNSresponder, it sends the dependency check into a loop. Should report it to the port maintainer?