On Thu, Nov 12, 2015 at 01:16:38PM -0800, Steve Kargl wrote:
> % make
> % make install
...

> pkg-static: Unable to access file 
> /usr/ports/print/texlive-base/work/stage/usr/local/bin/a2ping: No such file 
> or directory
> pkg-static: Unable to access file 
> /usr/ports/print/texlive-base/work/stage/usr/local/bin/a5toa4: No such file 
> or directory

Sigh.  All of these install errors are due to the 
recent collate changes.

make install fails with

troutmask:root[220] locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

make install works with

troutmask:root[220] locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE=C
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=


-- 
Steve
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to