Date: Fri, 18 Jul 2014 08:55:10 +0200 From: Leslie Jensen <jensen.leslie@gmail.com> To: freebsd-questions@freebsd.org Subject: Installing a binary package Message-ID: <53C8C4CE.4090304@eskk.nu>
next in thread | raw e-mail | index | archive | help
I'm on a small machine with 256Mb memory and 1 Gb of swap space. Compiling clang33 gives me failures and stop, out of swap space. I got the advise to install clang33 as a binary packet and there my problems began :-) Following instructions found via Google: http://permalink.gmane.org/gmane.os.freebsd.devel.pkg/44 save the following as /usr/local/etc/pkg/repos/FreeBSD.conf: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest <http://pkg.FreeBSD.org/$%7BABI%7D/latest>", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/share/keys/pkg", enabled: yes } You'll also need to save this as /usr/share/keys/pkg/trusted/pkg.freebsd.org.2013102301 function: "sha256" fingerprint: "b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438" And also https://forums.freebsd.org/viewtopic.php?f=5&t=44499 | cd /usr/src/share/keys && make && make install | I've created /usr/src/share and /usr/src/share/keys as they did not exist. Of course there's nothing to make! What do I need to proceed? Thanks /Leslie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53C8C4CE.4090304>