From owner-freebsd-pkg@FreeBSD.ORG Wed Jul 2 09:41:22 2014 Return-Path: Delivered-To: pkg@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D324882 for ; Wed, 2 Jul 2014 09:41:22 +0000 (UTC) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6EAA2F27 for ; Wed, 2 Jul 2014 09:41:21 +0000 (UTC) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id s629fIrI064742 for ; Wed, 2 Jul 2014 11:41:18 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id A4E403128; Wed, 2 Jul 2014 11:41:18 +0200 (CEST) Message-ID: <53B3D3BE.5040007@omnilan.de> Date: Wed, 02 Jul 2014 11:41:18 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: pkg@FreeBSD.org Subject: USE_PACKAGE_DEPENDS dependencies and ports fallback Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Wed, 02 Jul 2014 11:41:18 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 09:41:22 -0000 Hello, please set me CC, I'm not subscribed, thanks. I set USE_PACKAGE_DEPENDS together with PKGNG(=devel) on 9.2. Example: mail/roundcube 'make package': ===> Staging for roundcube-1.0.1,1 ===> roundcube-1.0.1,1 depends on file: /usr/local/include/php/main/php.h - found ===> roundcube-1.0.1,1 depends on file: /usr/local/lib/php/20100525/mbstring.so - not found ===> Verifying install for /usr/local/lib/php/20100525/mbstring.so in /usr/ports/converters/php5-mbstring ===> Installing existing package /mnt/OmniLAN/pkg/core2/freebsd:9:x86:64/All/php5-mbstring-5.4.29.txz pkg-static: Missing dependency matching Origin: 'devel/oniguruma4' Version: '4.7.1' Failed to install the following 1 package(s): /mnt/OmniLAN/pkg/core2/freebsd:9:x86:64/All/php5-mbstring-5.4.29.txz *** [run-depends] Error code 70 Stop in /usr/ports/mail/roundcube. *** [stage] Error code 1 In fact, there is no devel/oniguruma4 package in my local repository. Since I'm doing a port build, I expect that devel/oniguruma4 will be built, as long as USE_PACKAGE_DEPENDS_ONLY is _not_ set (which reflects my state). It seems to work so for 'first-level-dependencies', but seems to fail for dependencies of a dependency (my very first guess, haven't falsified yet). Is such an issue known? Thanks for any hints! -Harry P.S.: please set me CC, I'm not subscribed, thanks.