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!