From owner-freebsd-gnome@freebsd.org Fri Dec 2 06:06:56 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB6DEC5EA81 for ; Fri, 2 Dec 2016 06:06:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A5AEF1089 for ; Fri, 2 Dec 2016 06:06:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A5109C5EA80; Fri, 2 Dec 2016 06:06:56 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4BCBC5EA7F for ; Fri, 2 Dec 2016 06:06:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CFAA1088 for ; Fri, 2 Dec 2016 06:06:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB266uov034575 for ; Fri, 2 Dec 2016 06:06:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 214992] devel/dbus: make dependency loop Date: Fri, 02 Dec 2016 06:06:56 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 06:06:56 -0000 Keizo Shimizu has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.o= rg: Bug 214992: devel/dbus: make dependency loop https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214992 --- Description --- When installing some ports on 11.0-RELEASE-p1, I met=20 "Cannot fork: Resource temporarily unavailable" message. I investigated log and found following make dependency loop. =3D=3D=3D> dbus-glib-0.104 depends on shared library: libdbus-1.so - not = found =3D=3D=3D> dbus-1.8.20 depends on executable: xmlto - not found =3D=3D=3D> xmlto-0.0.28 depends on executable: w3m - not found =3D=3D=3D> w3m-0.5.3_5 depends on shared library: libgtk-x11-2.0.so - not= found =3D=3D=3D> gtk2-2.24.29_2 depends on shared library: libcups.so - not fou= nd =3D=3D=3D> cups-2.1.4 depends on shared library: libavahi-client.so - not= found =3D=3D=3D> avahi-app-0.6.31_5 depends on shared library: libdbus-glib-1.s= o - not found =3D=3D=3D> dbus-glib-0.104 depends on shared library: libdbus-1.so - not = found =3D=3D=3D> dbus-1.8.20 depends on executable: xmlto - not found =3D=3D=3D> xmlto-0.0.28 depends on executable: w3m - not found =3D=3D=3D> w3m-0.5.3_5 depends on shared library: libgtk-x11-2.0.so - not= found =3D=3D=3D> gtk2-2.24.29_2 depends on shared library: libcups.so - not fou= nd =3D=3D=3D> cups-2.1.4 depends on shared library: libavahi-client.so - not= found =3D=3D=3D> avahi-app-0.6.31_5 depends on shared library: libdbus-glib-1.s= o - not found It seems devel/dbus requires xmlto to install MANPAGES and xmlto itself requires dbus.