From owner-freebsd-arm@freebsd.org Sat Sep 3 09:27:04 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4416BCE4F7 for ; Sat, 3 Sep 2016 09:27:04 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67352DF5 for ; Sat, 3 Sep 2016 09:27:04 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id D83594432E for ; Sat, 3 Sep 2016 11:26:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1472894810; bh=JstGVVe+PvBq9Ao2QtTSgDbHW0UhL/aqk txj7sMLx/M=; b=mzX/gCVZKffkQAjcCvetJYfWbQ7ZAsjzUbjr5HX3z/ID5COIp l29K6l+Dm+ZsbUNZTFR8F8s5MAaVcadX7GtLjLfAh2kGfhjemmoIVc/3SHiCxzwA vBgxXUW2KCZ99SYSfTpHF9if1T7l3440fT9u4Bq+/K/s7HRVW+uyKD1DI4yFxkda yTf480HUQUrUHeA672A2AyT47j0hQGCdzYyPCfzSyoxuEqA6Ci2HVgz8GSVbsgaa FFpOOW5XDRatzrfCrxfA3E2UiW7oOhEP7R9EA8KbXLFj4TBsi6wBWwrvJcv8wtbl /Y1uXZrgGthNpJrNXGhSTQtGnZwso+pr8ec9g== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id Hrj6iHA-B8w8 for ; Sat, 3 Sep 2016 11:26:50 +0200 (CEST) Date: Sat, 03 Sep 2016 11:26:49 +0200 Message-ID: <86mvjp9vvq.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-arm@freebsd.org Subject: Re: pkg issue on RPI2 In-Reply-To: <20160902234822.1198183c93fcdd7c0edc0ce9@arroway.org> References: <20160902233702.ccca36483f49fd35e5ff60da@eternamente.info> <20160902234822.1198183c93fcdd7c0edc0ce9@arroway.org> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:27:04 -0000 Nenhum de Nos skrev: > > On Fri, 2 Sep 2016 23:37:02 -0300 > Nenhum_de_Nos wrote: > >> hail, >> >> I am trying to install vnstat package on new 11.0-RC2 image: >> >> FreeBSD bee 11.0-RC2 FreeBSD 11.0-RC2 #0 r304923: Sun Aug 28 02:47:43 BRT 2016 >> >> But I get pkg issues: >> >> # pkg install vnstat >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up-to-date. >> All repositories are up-to-date. >> Checking integrity... done (1 conflicting) >> Cannot solve problem using SAT solver, trying another plan >> Checking integrity... done (0 conflicting) >> The most recent version of packages are already installed >> >> tried pkg check -Ba, but yet I get it. >> >> # pkg upgrade >> Updating FreeBSD repository catalogue... >> FreeBSD repository is up-to-date. >> All repositories are up-to-date. >> Checking for upgrades (1 candidates): 100% >> Processing candidates (1 candidates): 100% >> Checking integrity... done (0 conflicting) >> Your packages are up to date. >> >> >> also won't help to upgrade it all. >> >> anyone else uses pkg to install packages on RPI2 ? >> >> thanks, >> >> matheus > > Just info, I removed all packages: > > # pkg delete -a --force > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): > > Installed packages to be REMOVED: > pkg-1.8.5_1 > > The operation will free 9 MiB. > > Proceed with deinstalling packages? [y/N]: y > [1/1] Deinstalling pkg-1.8.5_1... > [1/1] Deleting files for pkg-1.8.5_1: 100% > root@bee:/usr/local/etc/nginx # pkg > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: y > Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:11:armv6/quarterly, please wait... > Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done > Installing pkg-1.8.5_1... > Extracting pkg-1.8.5_1: 100% > pkg: not enough arguments > Usage: pkg [-v] [-d] [-l] [-N] [-j |-c |-r ] [-C ] [-R ] [-o var=value] [-4|-6] [] > > For more information on available commands and options see 'pkg help'. > root@bee:/usr/local/etc/nginx # pkg install vnstat > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Updating database digests format: 100% > Checking integrity... done (1 conflicting) > Cannot solve problem using SAT solver, trying another plan > Checking integrity... done (0 conflicting) > The most recent version of packages are already installed > > Do I have to compile it? It works for me: # pkg install vnstat Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Updating database digests format: 100% The following 8 package(s) will be affected (of 0 checked): New packages to be INSTALLED: vnstat: 1.14 libgd: 2.1.0_7,1 fontconfig: 2.11.1_2,1 freetype2: 2.6.3 png: 1.6.21 tiff: 4.0.6_1 jbigkit: 2.1_1 jpeg-turbo: 1.4.2 Number of packages to be installed: 8 The process will require 9 MiB more space. 2 MiB to be downloaded. Proceed with this action? [y/N]: y Fetching vnstat-1.14.txz: 100% 91 KiB 93.5kB/s 00:01 Fetching libgd-2.1.0_7,1.txz: 100% 165 KiB 168.8kB/s 00:01 Fetching fontconfig-2.11.1_2,1.txz: 100% 322 KiB 330.1kB/s 00:01 Fetching freetype2-2.6.3.txz: 100% 427 KiB 437.7kB/s 00:01 Fetching png-1.6.21.txz: 100% 244 KiB 249.4kB/s 00:01 Fetching tiff-4.0.6_1.txz: 100% 771 KiB 789.6kB/s 00:01 Fetching jbigkit-2.1_1.txz: 100% 62 KiB 63.5kB/s 00:01 Fetching jpeg-turbo-1.4.2.txz: 100% 241 KiB 246.6kB/s 00:01 Checking integrity... done (0 conflicting) [1/8] Installing freetype2-2.6.3... [1/8] Extracting freetype2-2.6.3: 100% [2/8] Installing jbigkit-2.1_1... [2/8] Extracting jbigkit-2.1_1: 100% [3/8] Installing jpeg-turbo-1.4.2... [3/8] Extracting jpeg-turbo-1.4.2: 100% [4/8] Installing fontconfig-2.11.1_2,1... [4/8] Extracting fontconfig-2.11.1_2,1: 100% Running fc-cache to build fontconfig cache... /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /root/.local/share/fonts: skipping, no such directory /root/.fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory /root/.cache/fontconfig: not cleaning non-existent cache directory /root/.fontconfig: not cleaning non-existent cache directory fc-cache: succeeded [5/8] Installing png-1.6.21... [5/8] Extracting png-1.6.21: 100% [6/8] Installing tiff-4.0.6_1... [6/8] Extracting tiff-4.0.6_1: 100% [7/8] Installing libgd-2.1.0_7,1... [7/8] Extracting libgd-2.1.0_7,1: 100% [8/8] Installing vnstat-1.14... ===> Creating groups. Creating group 'vnstat' with gid '284'. ===> Creating users Creating user 'vnstat' with uid '284'. [8/8] Extracting vnstat-1.14: 100% Message from vnstat-1.14: I am running stable/11 (r304773) and pkg-1.8.7_1 on my RPI2s. PKG URL is pkg+http://pkg.FreeBSD.org/${ABI}/latest. The latest packages are outdated so I generally use ports! fontconfig-2.11.1_2,1 < needs updating (index has 2.12.1,1) libgd-2.1.0_7,1 < needs updating (index has 2.2.3,1) png-1.6.21 < needs updating (index has 1.6.23) tiff-4.0.6_1 < needs updating (index has 4.0.6_2) vnstat-1.14 < needs updating (index has 1.14_1) -- Herbert