ports from portsnap wont work ...
Chris Nehren
cnehren+freebsd-stable at pobox.com
Thu Jun 5 00:49:21 UTC 2014
On Wed, Jun 04, 2014 at 21:11:21 -0300, Nenhum_de_Nos wrote:
> no good for me :(
>
> phoenix# ls -l *make*
> -r-xr-xr-x 1 root wheel 423984 Jun 4 21:06 fmake
> -r-xr-xr-x 1 root wheel 423984 Apr 25 22:06 make
> -r-xr-xr-x 1 root wheel 215776 Apr 25 21:58 makeinfo
> -r-xr-xr-x 1 root wheel 18584 Apr 25 22:06 makewhatis
> phoenix# rm make
^^^^^^^
Don't ever rm things in /usr/bin unless you know exactly what
you're doing. You removed the system's make. This make is used
to build most things on the system--including the make you just
removed. If you want to try to fix things, get a copy of the
source tree for the version of FreeBSD you're using and try to
build /usr/src/usr.bin/make with /usr/local/bin/bmake. Install
that make over /usr/bin/make, then build that make again, and
install it again.
*Then* run bmake from /usr/local/bin like you're supposed to.
Or, much simpler: install FreeBSD 10 over what you have right
now, after making good level 0 dumps of your data. Then you're
on a supported release and don't have any of the problems you're
seeing right now.
--
Chris Nehren
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 919 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140604/0132f499/attachment.sig>
More information about the freebsd-stable
mailing list