From owner-freebsd-ports@FreeBSD.ORG Tue Sep 2 00:27:16 2014 Return-Path: Delivered-To: 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 4EF66E8A for ; Tue, 2 Sep 2014 00:27:16 +0000 (UTC) Received: from a27-38.smtp-out.us-west-2.amazonses.com (a27-38.smtp-out.us-west-2.amazonses.com [54.240.27.38]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26C041786 for ; Tue, 2 Sep 2014 00:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1409617627; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type:In-Reply-To:Feedback-ID; bh=uCQQyso/ET712pmc8s5zc1R3m0INxtI14//OpXx/PjA=; b=V0QSDQ49+4/YycdYE4jPTcMM0IYVIlJAsXpLQUQbKpf7AdS4unNlo2gKPbRyN1aU z4+ry4IOXM690bsEvD9+RcoGBHHKOzntrI8HI5DsyhYUenhtcBRaDW/pVX2wxnSy4GT sO/iiiNYKe5RlGqhDOlyoUCpQ8VYEtQ2we03prbM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7iuvfuckmdjngkit3px46zmjutqvp75o; d=vmeta.jp; t=1409617627; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:Content-Type:In-Reply-To; bh=uCQQyso/ET712pmc8s5zc1R3m0INxtI14//OpXx/PjA=; b=TbR6C5LHArevC69I3PGuxZHQ98id2zgUZ59we0HOor1AESZfEMBT7fFRUg+Qz6rL 22tMYfT8/iPz5iDPLeTOvbd7GODXKPAyrK5+4RWubWrW4c5boK9+jpivX5WHwuSEp0k JmWc1t3nyELvgXoNO31Qzw4qXzpsyTfG8S9tlP10= Date: Tue, 2 Sep 2014 00:27:07 +0000 From: meta To: Bryan Drewery Subject: Re: pkg-fallout USE_PACKAGE_DEPENDS_ONLY and SIGERR? Message-ID: <0000014833c20a18-9eb4c74b-0b47-4763-870f-9dc93dbffb62-000000@us-west-2.amazonses.com> References: <000001482096f9ef-dacf0525-2100-4a1d-a666-39af5177e083-000000@us-west-2.amazonses.com> <5400A6F0.60807@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline In-Reply-To: <5400A6F0.60807@FreeBSD.org> X-Operating-System: FreeBSD 10.0-RELEASE-p7 amd64 User-Agent: Mutt/1.5.23 (2014-03-12) X-SES-Outgoing: 2014.09.02-54.240.27.38 Feedback-ID: us-west-2.bWV0YUB2bWV0YS5qcA==:AmazonSES Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 00:27:16 -0000 Bryan, Thank you very much, I try to fix it. On Fri, Aug 29, 2014 at 11:14:40AM -0500, Bryan Drewery wrote: > On 8/29/2014 2:07 AM, Koichiro IWAO wrote: > > Hello, > > > > How can I fix following two pkg-fallout notifications? The one of them > > is about > > dependency, another one is SIGERR. I have no idea how to fix it. > > Please help. > > > >> ===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency > >> from source > >> *** Error code 1 > >> > >> Stop. > >> make: stopped in /usr/ports/japanese/font-ricty > > > >> ==> Building for ja-font-ricty-discord-3.2.3 > >> cd > >> /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047 > >> && > >> /bin/sh > >> /wrkdirs/usr/ports/japanese/font-ricty-discord/work/yascentur-Ricty-0fd7047/ricty_generator.sh > >> > >> /usr/local/lib/X11/fonts/OTF/Inconsolata.otf > >> /usr/local/lib/X11/fonts/TTF/migu-1m-regular.ttf > >> /usr/local/lib/X11/fonts/TTF/migu-1m-bold.ttf > >> Ricty Generator 3.2.3b > >> > >> Author: Yasunori Yusa > >> > >> This script is to generate ``Ricty'' font from Inconsolata and Migu 1M. > >> It requires 2-5 minutes to generate Ricty. Owing to SIL Open Font License > >> Version 1.1 section 5, it is PROHIBITED to distribute the generated font. > >> > >> trap: bad signal ERR > >> *** Error code 2 > >> > > For ricty-discord: > > The ricty_generator.sh script is using a bashism and expects to use bash > as noted in at the top of the script. > > font-ricty/Makefile is running with /bin/sh though: > 56 do-build: > 57 cd ${WRKSRC} &&\ > 58 ${SH} ${WRKSRC}/ricty_generator.sh \ > > You'll need a BUILD_DEPENDS on bash and use ${LOCALBASE}/bin/bash rather > than ${SH} there. > > Or patch out whatever the trap is doing in the script. > > I'm not sure how japanese/font-ricty has ever worked. > > For font-ricty: > > It is likely a false positive failure in a way. Because > font-ricty-discord did not build it cannot build font-ricty either. It > should have *skipped* trying, but it managed to try and found that its > dependency was not built. Fix font-ricty-discord and it should fix > font-ricty. > > >> Stop in /usr/ports/japanese/font-ricty-discord. > >> *** Error code 1 > > > > http://beefy2.isc.freebsd.org/data/10amd64-quarterly/2014-08-27_15h21m01s/logs/ja-font-ricty-3.2.3.log > > > > http://beefy1.isc.freebsd.org/data/84i386-default/2014-08-15_14h18m35s/logs/ja-font-ricty-discord-3.2.3.log > > > > > > > -- > Regards, > Bryan Drewery > -- `whois vmeta.jp | nkf -w` meta