FreeBSD+Gnome2= fail

Please post the error, error code 1 is just a generic error.
 
SirDice said:
Please post the error, error code 1 is just a generic error.

Thanks for a speedy response! The big chunk of the problem is that I don't know how to find the actual error. I don't even know how to scroll up to see see where these errors started. I know the commands are in the FreeBSD Handbook, but I don't know how to search for them in there.
 
Could you please explain me how can I manually do that please? The error was due to a dialog box option selected.

I tried:

Code:
cd /usr/ports/math/py-numpy
make WITH_STATIC=1 install

And results were the same.
 
Should be as below I believe.
Code:
make -D WITH_STATIC

You could install the package, may be simpler.

# pkg_add -rv py-numpy
 
I got another error during the gnome install, but the scroll buffer runs out before I can track back to the error. What should I do?
 
Looks like you have a circular dependency with libcanberra requiring pulseaudio, pulse requiring JACK, JACK requiring doxygen, doxygen requiring graphviz, graphviz requiring some QT4 ports, those requiring Phonon, and Phonon requiring pulseaudio. Try disabling one of those requirements with

$ make config.
 
Back
Top