Weird problem with ports

[LoN]Kamikaze LoN_Kamikaze at gmx.de
Sat Oct 13 13:43:47 PDT 2007


Luchezar Petkov wrote:
> Hello,
> First, let me note that I'm not subscribed to this list, so CC me.
> Now, about my problem. I've installed -CURRENT from the latest snapshot,
> it worked perfectly. Now, after 2 days with -CURRENT, for some reason
> all ports refuse to install, giving me weird errors. Example:
> (Inkscape is not installed, hence the src tarball is not in distfiles, etc.)
> 
> lilly# cd /usr/ports/graphics/inkscape/
> lilly# make install clean
> cd: can't cd to /usr/ports/graphics/inkscape/work/inkscape-0.45.1
> *** Error code 2
> ===>  Cleaning for inkscape-0.45.1
> 1 error

make -j

is broken on the 7-branch. Do you have something like MAKE_ARGS=-j4 in your
make.conf? Weather this is the case or not, try to run

make -B


More information about the freebsd-ports mailing list