Installing a binary package

看板FB_questions作者時間11年前 (2014/07/18 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
文章代碼(AID): #1JoCOk2y (FB_questions)