Solved [Solved] all ports seem to fail at registering installation

Hi guys and gals, this is most likely a total nub question with an obvious fix but here is my problem...

Previously I was able to install ports normally (wget, screen, bash, etc). I have not installed any for a couple months and went to install plex tonight and it bombs out at the following area.

Code:
===>  Installing for plexmediaserver-0.9.9.13.525
===>   plexmediaserver-0.9.9.13.525 depends on file: /usr/local/lib/compat/libstdc++.so.6 - found
===>  Checking if multimedia/plexmediaserver already installed
===>   Registering installation for plexmediaserver-0.9.9.13.525
*** Error code 74

Stop.
make: stopped in /usr/ports/multimedia/plexmediaserver

I thought maybe it was just the port, but I tried a few others and it gives me the same result.

Code:
===>  Staging for nano-2.2.6
===>   nano-2.2.6 depends on executable: indexinfo - not found
===>    Verifying install for indexinfo in /usr/ports/print/indexinfo
===>  Installing for indexinfo-0.2
===>  Checking if print/indexinfo already installed
===>   Registering installation for indexinfo-0.2 as automatic
*** Error code 74

Stop.
make[2]: stopped in /usr/ports/print/indexinfo
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/editors/nano
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/nano

The only other thing I did was before I tried installing ports tonight I executed a portsnap fetch update. Can anyone push me in the right direction of what I should be checking?

cheers,
 
Re: all ports seem to fail at registering installation

On what version of FreeBSD?
 
Re: all ports seem to fail at registering installation

I've never seen that error before. Is there anything in /etc/make.conf that might interfere?
 
Re: all ports seem to fail at registering installation

Am I supposed to have a /etc/make.conf?
It doesn't exist on my installation...
$ ls -ltr /etc/|grep -i make
 
Re: all ports seem to fail at registering installation

disgrace said:
Am I supposed to have a /etc/make.conf?
Nope.
It doesn't exist on my installation...
That's good, then it can't interfere either ;)
 
Re: [Solved] all ports seem to fail at registering installat

I have to remember that one. Thank you for the feedback!
 
Back
Top