From owner-freebsd-ports@FreeBSD.ORG Tue Feb 25 20:20:51 2014 Return-Path: Delivered-To: ports@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 ESMTPS id 33F10297 for ; Tue, 25 Feb 2014 20:20:51 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5AF914AE for ; Tue, 25 Feb 2014 20:20:50 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id m1so23594oag.7 for ; Tue, 25 Feb 2014 12:20:50 -0800 (PST) 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=ZGW9IH4dobn67B4TZ4MQPGEXbUz4gPAMK6p6scgjo6U=; b=ibDlKxUcNzDubZscVeKq39ata8ElxzUTFPUS7MiYvxiThSbU68JulesonesSMwkVU0 8aW2/Tl9LgX8YvDdjza0ClNVuTRnhG1E+IAds83iFHuIJEQpxi0Ru2/DinyH+1oA0nH8 PaAzMd3X5G2P7tcVbJy4tiQ3qFYPdqdvXCkEA= 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=ZGW9IH4dobn67B4TZ4MQPGEXbUz4gPAMK6p6scgjo6U=; b=QLiD+bCguqYTYXLm7RvRvTkUwJtWHd2sRiMaYGx/svZ+I1bYuBTr3/AS8/UCH1ciCl BZHagsrd/jg3NYwX84pDbFBBeH2rGG6RmqqdRpxoSRxp1YS2+m/Iym618rXEjG4LvOPB oxTeRy5rxQtVaUgOUWDRHuiIsVt4Pcd5W/qUFd2DV4LSTKg3ZL4zozcgQzdqP04vnaXf pnGOqkRka/v6s4o5B9gVKzsULMnHbiZjiQMvRf3zNXsTqtpVU2UVFig9Zaa4Dk2WuGPN FihKWIIMHjaJvBF77zmi7M1UhedHpTij1UTxYWEpXpnSkl1lU+XqN26OkJZRLLKE/5z9 G47g== X-Gm-Message-State: ALoCoQnptQIolNBlQSGNQndTU908biGhba7LpjK5FYR21Yyd84nYJmmeWvwV5YxGyNjNTjbzxeQC MIME-Version: 1.0 X-Received: by 10.60.123.10 with SMTP id lw10mr3172206oeb.24.1393359650260; Tue, 25 Feb 2014 12:20:50 -0800 (PST) Received: by 10.76.144.71 with HTTP; Tue, 25 Feb 2014 12:20:50 -0800 (PST) X-Originating-IP: [93.111.90.155] Received: by 10.76.144.71 with HTTP; Tue, 25 Feb 2014 12:20:50 -0800 (PST) In-Reply-To: <530CDDC9.7080509@onetel.com> References: <530CDDC9.7080509@onetel.com> Date: Tue, 25 Feb 2014 21:20:50 +0100 Message-ID: Subject: Re: portmaster, pkg, virtualbox-ose From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Chris Whitehouse Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 20:20:51 -0000 Am 25.02.2014 19:16 schrieb "Chris Whitehouse" : > > Hi all, > > I'm installing a new system (laptop) using 10.0R and pkgng. > > freshports.org says virtualbox-ose can be installed with pkg but > # pkg install virtualbox-ose > says no package in the repository. virtualbox had a build failure due to iconv issues on 10.0 last week so this is why no package exists right now. It is already fixed so packages should be back with the next build run. > Ok so try > # portmaster emulators/virtualbox-ose > install all the dependencies with pkg then let it build and it's looking good. But I had to turn off the computer before it finished. I terminated the job with Ctrl-C and portmaster told me: > > ===>>> Build/Install for emulators/virtualbox-ose exiting due to signal > ===>>> Killing background jobs > Terminated > > ===>>> You can restart from the point of failure with this command line: > portmaster emulators/virtualbox-ose > > ===>>> Exiting > > But restarting with > # portmaster emulators/virtualbox-ose > starts by cleaning for virtualbox then starts again. Have I misunderstood something? I checked the work directory before and after the cleaning step and nearly everything was deleted. > > It's building now and I think it has time to finish so there isn't an immediate problem but I would like to find answers to the above. > > thanks > > Chris > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"