From owner-freebsd-pkg@FreeBSD.ORG Wed Jul 31 06:48:39 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id B68B0E6A for ; Wed, 31 Jul 2013 06:48:39 +0000 (UTC) (envelope-from nawfal@gmail.com) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DA3E2D27 for ; Wed, 31 Jul 2013 06:48:39 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id o19so2834223qap.20 for ; Tue, 30 Jul 2013 23:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=i7SOiU40+oKWEUZSXp34bX9GeqsuzRZj+gAa18D7o6k=; b=EV9LViErUs+1UPxZRNTFZ/4RI49VTmTyAsXr1OFvPSL+rA4fKtj2FdB3pcOxBESrA9 ssMuwZ60X+PHSQXR8ti8FdsMqaeSt0SuYorRhj25e2LIGN7+kQBiDJfJbAWmkUIxMg33 XKhnU4SaulUPtGlxQ8XVOXbzUe1rcKfKRHD9xwYCJJwz2zgn9Jf/k19xXjHKcgxbztrP iuCS5NVCvOMafooDnQ2u++A07FTW76v+JhxR/4CY+xFkp3F0awcA/3656+hXr5Ig2bhA brNQjf69bbrQgEWxDn0j6jPSN1zaCVoxV+fNmh59Xh0vfU9/F6+wNUl9yYwb0U2AZZDq h6sA== X-Received: by 10.224.56.3 with SMTP id w3mr17276098qag.65.1375253317977; Tue, 30 Jul 2013 23:48:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.96.197 with HTTP; Tue, 30 Jul 2013 23:48:17 -0700 (PDT) From: Nawfal Mohmad Rouyan Date: Wed, 31 Jul 2013 14:48:17 +0800 Message-ID: Subject: poudriere can't find port origin To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Jul 2013 06:48:39 -0000 Hi, I'm stuck at doing bulk compilation of packages after following the pkg primer guide found at FreeBSD pkgng wiki page. I get this error: [root@ibm5]/home/nawfal# poudriere bulk -f ~/poudriereList/90amd64 -j 92beta2amd64 ====>> Creating the reference jail... done ====>> Mounting system devices for 92beta2amd64-default ====>> Mounting ports/packages/distfiles ====>> Mounting packages from: /poudriere_data/packages/92beta2amd64-default ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/options ====>> Logs: /poudriere_data/logs/bulk/92beta2amd64-default/2013-07-31_13h33m18s ====>> Appending to make.conf: /usr/local/etc/poudriere.d/92beta2amd64-make.conf /etc/resolv.conf -> /poudriere_data/build/92beta2amd64-default/ref/etc/resolv.conf ====>> Starting jail 92beta2amd64-default ====>> Calculating ports order and dependencies ====>> Error: Invalid port origin: net/openldap24 ====>> Cleaning up Killed Killed Killed ====>> Error: Error getting PKGNAME for dns/bind99 ====>> Error: Error getting PKGNAME for devel/git ====>> Error: Error getting PKGNAME for lang/perl5.16 ====>> Umounting file systems [root@ibm5]/home/nawfal# I searched the net and found a similar issue here https://fossil.etoilebsd.net/poudriere/tktview/a13c9f92b44fb0b9. But according to bapt, the issue is resolved. I'm using poudriere version 3.0.4. Also tried the development version with no luck. Executing poudriere ports -u and -l works as expected. [root@ibm5]/home/nawfal# poudriere ports -u ====>> Updating portstree "default" Looking up portsnap.FreeBSD.org mirrors... 6 mirrors found. Fetching snapshot tag from ec2-ap-southeast-2.portsnap.freebsd.org... done. Fetching snapshot metadata... done. Updating from Wed Jul 31 13:19:30 MYT 2013 to Wed Jul 31 14:28:21 MYT 2013. Fetching 3 metadata patches.. done. Applying metadata patches... done. Fetching 0 metadata files... done. Fetching 2 patches.. done. Applying patches... done. Fetching 0 new ports or files... done. Removing old files and directories... done. Extracting new files: /poudriere/ports/default/games/xgalaga/ /poudriere/ports/default/sysutils/beadm-devel/ Building new INDEX files... done. [root@ibm5]/home/nawfal# poudriere ports -l PORTSTREE METHOD PATH default portsnap /poudriere/ports/default Below is my poudriere.conf: BASEFS=/poudriere ZPOOL=tank FREEBSD_HOST=ftp://ftp.freebsd.org POUDRIERE_DATA=/poudriere_data RESOLV_CONF=/etc/resolv.conf DISTFILES_CACHE=/usr/ports/distfiles I'm running 9.2 BETA2 [root@ibm5]/home/nawfal# uname -a FreeBSD ibm5.mmu.edu.my 9.2-BETA2 FreeBSD 9.2-BETA2 #0: Wed Jul 31 06:18:09 MYT 2013 root@ibm5.mmu.edu.my:/usr/obj/usr/src/sys/GENERIC amd64 Any help or suggestions is welcomed. Thanks! From owner-freebsd-pkg@FreeBSD.ORG Wed Jul 31 06:51:00 2013 Return-Path: Delivered-To: freebsd-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 ESMTP id BEB20EF2 for ; Wed, 31 Jul 2013 06:51:00 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5243F2D32 for ; Wed, 31 Jul 2013 06:51:00 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id u55so252705wes.27 for ; Tue, 30 Jul 2013 23:50:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=1l6lwpe0taX9fWnWbc1VdLp3SXIt4ykHuhKX+6i3X8A=; b=P5A2ky2YGKl5XEBQ6EcZqAomMEZfmOYMELqhkX/522EaD06BsdmDFZ8cV8S1j0pwKs ongSTU5m0Sl5ZVC+quCD0+WM538MG9aBipOe2j3xuL1lK6VJ5Rei7BAmF3A6rYt++Kca pXJX5lf1EqyNzfzeDBsMXELp33wtQ9rR9BSuvJ28t2s25B2vp9lktymF8VK73SxKk/Bp ZbM+snYdIku9OvBFc0qU+iZKILmdty244EFxuHR6hNs80rrA/5izbpuiGaRNP6qX7fA7 U0uyB61kN8J/PobkmGV57UOx9x7YlHk4VgtaaL3//NqwsVFG9fvqxpAyk5N07VDleLOf FofQ== X-Received: by 10.194.93.74 with SMTP id cs10mr50005949wjb.9.1375253457808; Tue, 30 Jul 2013 23:50:57 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id dt17sm27515968wic.1.2013.07.30.23.50.56 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 30 Jul 2013 23:50:56 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 31 Jul 2013 08:50:54 +0200 From: Baptiste Daroussin To: Nawfal Mohmad Rouyan Subject: Re: poudriere can't find port origin Message-ID: <20130731065053.GG95363@ithaqua.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="E69HUUNAyIJqGpVn" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Jul 2013 06:51:00 -0000 --E69HUUNAyIJqGpVn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 31, 2013 at 02:48:17PM +0800, Nawfal Mohmad Rouyan wrote: > Hi, >=20 > I'm stuck at doing bulk compilation of packages after following the > pkg primer guide found at FreeBSD pkgng wiki page. >=20 > I get this error: >=20 > [root@ibm5]/home/nawfal# poudriere bulk -f ~/poudriereList/90amd64 -j > 92beta2amd64 > =3D=3D=3D=3D>> Creating the reference jail... done > =3D=3D=3D=3D>> Mounting system devices for 92beta2amd64-default > =3D=3D=3D=3D>> Mounting ports/packages/distfiles > =3D=3D=3D=3D>> Mounting packages from: /poudriere_data/packages/92beta2am= d64-default > =3D=3D=3D=3D>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/op= tions > =3D=3D=3D=3D>> Logs: /poudriere_data/logs/bulk/92beta2amd64-default/2013-= 07-31_13h33m18s > =3D=3D=3D=3D>> Appending to make.conf: /usr/local/etc/poudriere.d/92beta2= amd64-make.conf > /etc/resolv.conf -> > /poudriere_data/build/92beta2amd64-default/ref/etc/resolv.conf > =3D=3D=3D=3D>> Starting jail 92beta2amd64-default > =3D=3D=3D=3D>> Calculating ports order and dependencies [snip] > =3D=3D=3D=3D>> Error: Invalid port origin: net/openldap24 Well this is really an invalid origin :) it doesn't exists at all :) http://www.freshports.org/search.php?query=3Dopenldap&search=3Dgo&num=3D10&= stype=3Dname&method=3Dmatch&deleted=3Dexcludedeleted&start=3D1&casesensitiv= ity=3Dcaseinsensitive you probably want net/openldap24-server regards, Bapt --E69HUUNAyIJqGpVn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlH4s80ACgkQ8kTtMUmk6EzG+gCeJuY4tFIXH9vr5oRyiUUzCJMy AnMAn23ZfnjO8N7WXIH0TiVO2Au4s7Ea =bAAl -----END PGP SIGNATURE----- --E69HUUNAyIJqGpVn-- From owner-freebsd-pkg@FreeBSD.ORG Wed Jul 31 06:52:55 2013 Return-Path: Delivered-To: freebsd-pkg@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 ESMTP id 4B438F39; Wed, 31 Jul 2013 06:52:55 +0000 (UTC) (envelope-from nawfal@gmail.com) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3E612D3C; Wed, 31 Jul 2013 06:52:54 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id o19so241159qap.7 for ; Tue, 30 Jul 2013 23:52:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=zUixpH9XE3afUnbEH5481LuN1DbIs76kdQ4BIRvdN6I=; b=Tuwkp1hTSEKCw0s6gdyzJs/Yj7i1qNRKZkXJXc7AAS12YkATVQJBkeYwZwTvZg4ec5 MeC9WC7Yj+YcG34iGaIlE7p4YCTSnyzG7mlwmHbUdXL5nQy4SqurRhSEJ2epvZJw0pub cpxcdXkREuuWEmstvVLAw8F79EhHV+lKrGLALEJCBiymW/wlveWMVAqUdnk2Q5qRouoD OR8dYo/NwMNAXo46v8U4AQ2ijNKCmYqTH4PIEGrSl9djPTYKORXv22a7lTeKfp9cBBtj gIoYsD5D6dAmgUswAYHo4FNYDgocuho2CbODaf++Ij/txndIAknmF9YF58GnXz3HZOWg bkfA== X-Received: by 10.224.112.134 with SMTP id w6mr62741450qap.24.1375253574059; Tue, 30 Jul 2013 23:52:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.96.197 with HTTP; Tue, 30 Jul 2013 23:52:34 -0700 (PDT) In-Reply-To: <20130731065053.GG95363@ithaqua.etoilebsd.net> References: <20130731065053.GG95363@ithaqua.etoilebsd.net> From: Nawfal Mohmad Rouyan Date: Wed, 31 Jul 2013 14:52:34 +0800 Message-ID: Subject: Re: poudriere can't find port origin To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Jul 2013 06:52:55 -0000 Hi Bapt! Wow that was fast! LOL, my mistake. Sorry for the noise... its running now. *sigh* Thanks! On 31 July 2013 14:50, Baptiste Daroussin wrote: > On Wed, Jul 31, 2013 at 02:48:17PM +0800, Nawfal Mohmad Rouyan wrote: >> Hi, >> >> I'm stuck at doing bulk compilation of packages after following the >> pkg primer guide found at FreeBSD pkgng wiki page. >> >> I get this error: >> >> [root@ibm5]/home/nawfal# poudriere bulk -f ~/poudriereList/90amd64 -j >> 92beta2amd64 >> ====>> Creating the reference jail... done >> ====>> Mounting system devices for 92beta2amd64-default >> ====>> Mounting ports/packages/distfiles >> ====>> Mounting packages from: /poudriere_data/packages/92beta2amd64-default >> ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/options >> ====>> Logs: /poudriere_data/logs/bulk/92beta2amd64-default/2013-07-31_13h33m18s >> ====>> Appending to make.conf: /usr/local/etc/poudriere.d/92beta2amd64-make.conf >> /etc/resolv.conf -> >> /poudriere_data/build/92beta2amd64-default/ref/etc/resolv.conf >> ====>> Starting jail 92beta2amd64-default >> ====>> Calculating ports order and dependencies > > [snip] > >> ====>> Error: Invalid port origin: net/openldap24 > > Well this is really an invalid origin :) it doesn't exists at all :) > http://www.freshports.org/search.php?query=openldap&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive > > you probably want net/openldap24-server > > regards, > Bapt From owner-freebsd-pkg@FreeBSD.ORG Wed Jul 31 15:09:58 2013 Return-Path: Delivered-To: pkg@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 ESMTP id 8C83C296 for ; Wed, 31 Jul 2013 15:09:58 +0000 (UTC) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (mwlucas-2-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:b9c::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 382652739 for ; Wed, 31 Jul 2013 15:09:58 +0000 (UTC) Received: from bewilderbeast.blackhelicopters.org (localhost [127.0.0.1]) by bewilderbeast.blackhelicopters.org (8.14.5/8.14.5) with ESMTP id r6VF9tmu057021; Wed, 31 Jul 2013 11:09:56 -0400 (EDT) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.14.5/8.14.5/Submit) id r6VF9sHb057020; Wed, 31 Jul 2013 11:09:54 -0400 (EDT) (envelope-from mwlucas) Date: Wed, 31 Jul 2013 11:09:54 -0400 From: "Michael W. Lucas" To: Matthew Seaman Subject: Re: "pkg upgrade -y" behavior differs in script vs command line Message-ID: <20130731150954.GA57009@bewilderbeast.blackhelicopters.org> References: <20130726174743.GA37930@bewilderbeast.blackhelicopters.org> <51F2CE00.5060901@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51F2CE00.5060901@infracaninophile.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (bewilderbeast.blackhelicopters.org [127.0.0.1]); Wed, 31 Jul 2013 11:09:56 -0400 (EDT) Cc: pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.14 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, 31 Jul 2013 15:09:58 -0000 On Fri, Jul 26, 2013 at 08:29:04PM +0100, Matthew Seaman wrote: > There's nothing in the pkg(8) code designed to make it act differently > when run from a script rather than interactively. At least, nothing > intentional. For the archives: I went back to this problem today. And everything worked fine. PEBCAK? Transient? Dunno. Thanks for replying, sir. ==ml -- Michael W. Lucas - mwlucas@michaelwlucas.com, Twitter @mwlauthor http://www.MichaelWLucas.com/, http://blather.MichaelWLucas.com/ Absolute OpenBSD 2/e - http://www.nostarch.com/openbsd2e coupon code "ILUVMICHAEL" gets you 30% off & helps me.