From owner-freebsd-ports@freebsd.org Wed May 10 18:55:17 2017 Return-Path: Delivered-To: freebsd-ports@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 CBE20D673A2 for ; Wed, 10 May 2017 18:55:17 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2C219DD for ; Wed, 10 May 2017 18:55:16 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 637169ba TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 10 May 2017 12:55:14 -0600 (MDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: poudriere + bdb6 build issue (maybe newbie stupidity) From: Adam Weinberger In-Reply-To: Date: Wed, 10 May 2017 12:55:13 -0600 Cc: freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Mike Andrews X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 18:55:17 -0000 > On 10 May, 2017, at 10:59, Mike Andrews wrote: >=20 > I=E2=80=99m experimenting with poudriere for the first time and = running into an issue with some ports that use BDB. With this in = make.conf: >=20 > DEFAULT_VERSIONS=3D bdb=3D6 >=20 > I get this for four ports that use BDB 6: >=20 > [00:00:47] =3D=3D=3D=3D>> [04][00:00:00] Finished build of = databases/p5-BerkeleyDB: Ignored: cannot install: no eligible BerkeleyDB = version. Requested: 6, incompatible: . Try: make debug-bdb > [00:00:47] =3D=3D=3D=3D>> [03][00:00:00] Finished build of = databases/ruby-bdb: Ignored: cannot install: no eligible BerkeleyDB = version. Requested: 6, incompatible: . Try: make debug-bdb > [00:00:48] =3D=3D=3D=3D>> [06][00:00:01] Finished build of = www/webalizer: Ignored: cannot install: no eligible BerkeleyDB version. = Requested: 6, incompatible: . Try: make debug-bdb > [00:00:49] =3D=3D=3D=3D>> [01][00:00:01] Finished build of = textproc/redland: Ignored: cannot install: no eligible BerkeleyDB = version. Requested: 6, incompatible: . Try: make debug-bdb >=20 > Installing the ports manually from source works just fine. >=20 > Am I missing something stupid/obvious here, or is it an issue with = those specific four ports? There's a licensing-related peculiarity with bdb 6. Add = WITH_BDB6_PERMITTED=3Dyes to your make.conf and it should build for you. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org