I'm running FreeBSD 10.0-RELEASE on a Mac (PowerPC) and need to build Git from the ports. But a dependency stops the Git install. Is it possible to have the missing Boehm-gc-7.2e port added to the FreeBSD ports/distfiles tree? Thank you - Will.
Error example (see below):
Error example (see below):
Code:
[root@macg4a1103 /usr/ports/devel/git]# make install
...
===> w3m-0.5.3_2 depends on file: /usr/local/lib/libcrypto.so.8 - found
===> w3m-0.5.3_2 depends on shared library: gc - not found
===> Verifying install for gc in /usr/ports/devel/boehm-gc
===> License BDWGC accepted by the user
===> Found saved configuration for boehm-gc-7.2e
===> boehm-gc-7.2e depends on file: /usr/local/sbin/pkg - found
=> gc-7.2e.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2e.tar.gz
fetch: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2e.tar.gz: Not Found
=> Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gc-7.2e.tar.gz
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gc-7.2e.tar.gz: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
Stop.
make[7]: stopped in /usr/ports/devel/boehm-gc
*** Error code 1
Stop.
make[6]: stopped in /usr/ports/devel/boehm-gc
*** Error code 1
Stop.
make[5]: stopped in /usr/ports/www/w3m
*** Error code 1
Stop.
make[4]: stopped in /usr/ports/www/w3m
*** Error code 1
Stop.
make[3]: stopped in /usr/ports/textproc/xmlto
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/textproc/xmlto
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/git
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/git