From owner-freebsd-embedded@FreeBSD.ORG Mon Nov 5 13:21:05 2012 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 043E275C; Mon, 5 Nov 2012 13:21:05 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7948FC17; Mon, 5 Nov 2012 13:21:03 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so5149355lag.13 for ; Mon, 05 Nov 2012 05:21:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=7z64Lzy0nwBjugxq5sDAa66WX6Qh2l0M3xE/To2ZaxQ=; b=AbayiVxixsfoqJeXzZ1TT2eWkFGuPOxRbXkQzy+5TGtJt5L8bgMf7x7BjlLjne70z7 fy/ll0Hn65g18XcrSn3kySctdbullLRtV/N+w1bnbpqxt9ztxUWFgbw0vN5JVSwXLYLI 065byXOABsdui/EPCY7CQMgmAsrGotdbe6qoEBBTfWSz8MY0mRDdcBCupN9XWG2v6uRM zS6DHxxmmgQgpcdDN3xKXKeVkeNpcPS8POTsYs8daFnjKA4heL1IkL6mqFoRp0+ojKSq 7ecIE2zCqjykvv985VbtjfThatH9Wpj1YAZz0EQdBAQElWJObFD/ZUEoTOrvkfPNS1P1 a1Gg== Received: by 10.152.105.33 with SMTP id gj1mr9168233lab.49.1352121662564; Mon, 05 Nov 2012 05:21:02 -0800 (PST) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.112.54.10 with HTTP; Mon, 5 Nov 2012 05:20:42 -0800 (PST) In-Reply-To: <1556142970.20121103154300@serebryakov.spb.ru> References: <1556142970.20121103154300@serebryakov.spb.ru> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Mon, 5 Nov 2012 14:20:42 +0100 X-Google-Sender-Auth: -UGoeOnZES9LZUKk9c2ZMZHfVlk Message-ID: Subject: Re: pkg-ng and nanobsd? To: lev@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2012 13:21:05 -0000 Hi Lev, I'm using pkg-ng on my nanobsd project, but I didn't use "cust_pkg()" because I prefer to generate ports from my nanobsd script: My nanobsd configuration file (BSDRP.nano) include a function add_port () that generate a pkg from the ports. source here: https://sourceforge.net/p/bsdrp/code/ And the flowshart of my framework (the make.sh script that call nanobsd) is here: http://bsdrp.net/documentation/technical_docs#makesh_flowshart Regards, Olivier On Sat, Nov 3, 2012 at 12:43 PM, Lev Serebryakov wrote: > Hello, Freebsd-embedded. > > Does somebody have solution for pkg-ng and nanobsd co-existence? > > I was able to hack "cust_pkg ()" function to install pkg-ng into > chrooted environment (bootstrap pkg command), but after that "pkg > add" fails, as it doesn't have `-F' flag and it reports > double-installation as error :( > > > -- > // Black Lion AKA Lev Serebryakov > > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org > " >