Installing a binary package

Leslie Jensen jensen.leslie at gmail.com
Fri Jul 18 06:55:17 UTC 2014


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
  




More information about the freebsd-questions mailing list