From owner-freebsd-ports@FreeBSD.ORG Wed Oct 9 19:52:23 2013 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 ESMTP id BFA8EBF5 for ; Wed, 9 Oct 2013 19:52:23 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 819642146 for ; Wed, 9 Oct 2013 19:52:23 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i3so709575oag.30 for ; Wed, 09 Oct 2013 12:52:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gq6DZssZLLQBbM5t3FwclSR08DKDcqvkm7SQd2gmepY=; b=Q5qt5+b5yPjV8bKJXvlJ0dDdai/azRsfgm2L7Ue1sBJ+v0kcfriZRqfD12aM1uzamQ sVzZv9chUMC9lRMJ07QaWELrHBRqDgBO5FtqfemLoABu+pYyaqN/kcgd5n0+yfMcMPgp w81XuEYGnAQdcRD1F+qUnatMoLY0ptFBeaYfs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gq6DZssZLLQBbM5t3FwclSR08DKDcqvkm7SQd2gmepY=; b=ZNxAo9RteZxebg6EvOS1BUoWkeNEPV7a15xXJfXYzLodYZjMJzmzfUN1X6BrZevvfi mAQcGaB581HloTTI23TvsJi9pQMqgo4hmOpJpBApQWGyxccdHseNN78keHpNhMS0hgqn IGNFS2WMFJIsMW7+kcUXqB38DzwYvjQ4dFxaJG/w2QBnL3pbL5CaswvmwyfWWeIJR+C3 S8hCTq2jAShk9CoxYxJzGHF1KhqNXoC5T0p6lEWH6IZoM9/eAyFblV8gw3xJtqmNP9UB oJvgLaTLXMPdPj18QV0lyKeIYiKcL7x1inYkHUE3SsIUSurjvErSrBrTJdL7mRWj4ncz AFIw== X-Gm-Message-State: ALoCoQkrMucRHYb4RfOTSmsw+ck4NnpXApCf6uoVPkaQBzkiL2APH1ZTLW1m0zXXd/WmmGwTRr/j MIME-Version: 1.0 X-Received: by 10.182.225.129 with SMTP id rk1mr802441obc.73.1381348342421; Wed, 09 Oct 2013 12:52:22 -0700 (PDT) Received: by 10.76.154.2 with HTTP; Wed, 9 Oct 2013 12:52:22 -0700 (PDT) X-Originating-IP: [90.152.253.140] Received: by 10.76.154.2 with HTTP; Wed, 9 Oct 2013 12:52:22 -0700 (PDT) In-Reply-To: <20131009110955.GA75075@regency.nsu.ru> References: <20131009110955.GA75075@regency.nsu.ru> Date: Wed, 9 Oct 2013 21:52:22 +0200 Message-ID: Subject: Re: 10.0-hosted tinderbox: 8.4 builds broken? From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "ports@freebsd.org Ports" , Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 19:52:23 -0000 Am 09.10.2013 13:10 schrieb "Alexey Dokuchaev" : > > Hi there, > > I've started to observe the following error when trying to tinderbuild > (freshly cvs up'ed from marcuscom.com) a port for -b 8.4: > > ... > add_pkg pkg-1.1.4_7.tbz > adding dependencies > pkg_add pkg-1.1.4_7.tbz > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: tar: Error opening > archive: Failed to open 'pkg-1.1.4_7.tbz' > /buildscript: ./pkg-static: not found > error in dependency pkg-1.1.4_7.tbz, exiting > > In fact, pkg-1.1.4_7.txz *is* generated for 8.4, but extensions are > different (.txz vs. .tbz). > > Why does it happen? I was under impression that 8.x will never switch to > pkgng. Am I doing something wrong, or need to configure my tindy somehow? I have seen the same on redports today. It did work fine with crees chroot patch r7 but seems to be broken with what has landed it the ports tree.