From owner-freebsd-arm@freebsd.org Fri Jun 17 05:35:43 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 24602A78080 for ; Fri, 17 Jun 2016 05:35:43 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCB40257D for ; Fri, 17 Jun 2016 05:35:42 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-vk0-x22d.google.com with SMTP id t129so102490530vka.1 for ; Thu, 16 Jun 2016 22:35:42 -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; bh=zFkVHypevSuqEIvj+fBXg8s2IYAimx3KPOea65oGPVU=; b=P6wJ0F9yfKDIO3rV4yetiaCb43gVkR2cXDEzk26vCmywjLqnF6/N/feof9LiXBPg0P 95RVUIlng5+qWYCCK9ZaL+k+wOGE5Yl5Cm+VVjmOnTRTRXQeFyost6JOwYHL2yZ3OBV1 V1nikihkiL9V1civRPQpb4mS8ZRSn3t00NAgxlZgPXEL5ubI3Dx6nGXjw/aZE7bp6hK5 3AHpGLxVVSfYaZJyeukoM4YxaaDn88w1yMhHmiQKa9rcShFW75rLcB/A7fts8OMqW3Ls HysF5l6g9WjBDo9cMoDJSpbHzypMw7DumV/zRjc5Lvs6YLo47+aC1HUHUafcTcl2wXWx IQTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=zFkVHypevSuqEIvj+fBXg8s2IYAimx3KPOea65oGPVU=; b=g9dswaaPHq76J1k2uhWChn3SyHX0RAUYpZiF4LOYAGRfNrahqBcJMPsMzYhmZcs7H6 rE52sTZJx3GehrOjqBCybnd01dZnDdBGReo13nMcW617UZr9NQIwDz9L/uatZEgJyZFz iTk7WtbTHloBsOW8a9ERIndtrK7ZTsAPhIMbtudYF5ahZV1juz15O4mhx3LbE7Dd5lK8 9Bn8s1urenO1PAsj6BIUNIBqRNV4uPWf8jQs4K1yzYCN2EY1WiX881JZ/e2S96jEVKyw 1DCu8/c1vRTUmDMCwcmXyQz+tevKjxqsy+sJ33KZ0Rf17iTARL82+Y3WD36I+zcXizER zRkg== X-Gm-Message-State: ALyK8tIYfJTFZVoA5mm0KzyJyoolOrazUtGB7Ywl8O91QEX/UErfkDEkNcKsJvGo2913Tui07yW6ZIHO6YLIrw== X-Received: by 10.31.130.71 with SMTP id e68mr330432vkd.145.1466141741781; Thu, 16 Jun 2016 22:35:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.54.196 with HTTP; Thu, 16 Jun 2016 22:35:41 -0700 (PDT) From: Russell Haley Date: Thu, 16 Jun 2016 22:35:41 -0700 Message-ID: Subject: pkg failing on cubox-hummingboard-alpha3? To: freebsd-arm Content-Type: text/plain; charset=UTF-8 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: Fri, 17 Jun 2016 05:35:43 -0000 Hello, Is pkg supposed to work on alpha3? root@imx6:~ # 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/latest, please wait... Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done pkg: failed to extract pkg-static: Can't create '/usr/local/sbin/pkg-static' I found the archive here: http://pkg.freebsd.org/FreeBSD:11:armv6/latest/Latest/ The archive seems to be in the wrong directory (an extra 'Latest')? While I'm asking, is HDMI support something I need to turn on or did it not make it into 11? Thanks, Russ