Solved gnuplot-update

Exit with:

Code:
checking for texhash... texhash
configure: error:  You tell me to use kpsexpand, but there is no kpsexpand
===>  Script "configure" failed unexpectedly.
Please report the problem to glewis@FreeBSD.org [maintainer] and attach the
"/usr/ports/math/gnuplot/work/gnuplot-4.6.6/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/math/gnuplot
*** Error code 1

Try with make install clean CONFIGURE_ARGS=--with-kpsexpand=no.

Code:
===>  Installing for gnuplot-4.6.6_1
===>  Registering installation for gnuplot-4.6.6_1
pkg-static: Unable to access file /usr/ports/math/gnuplot/work/stage/usr/local/man/man1/gnuplot.1.gz: No such file or directory
pkg-static: Unable to access file /usr/ports/math/gnuplot/work/stage/usr/local/man/man1/lasergnu.1.gz: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/math/gnuplot
*** Error code 1
 
Further info:
20141214:
AFFECTS: users of TeXLive
AUTHOR: hrs@FreeBSD.org

Several scripts in print/texlive-base have been moved to
devel/tex-kpathsea. Upgrading them can fail because texlive-base
depends on tex-kpathsea, and the new tex-kpathsea tries to install
files which were installed by the old texlive-base. The following
error message indicates this situation:

pkg-static: tex-kpathsea-6.2.0_1 conflicts with texlive-base-20140525_3 (installs files into the same place). Problematic file: /usr/local/bin/kpsewhere

To solve this problem, remove both of tex-kpathsea and texlive-base first
and install the new versions:

# pkg delete -f tex-kpathsea texlive-base

and http://www.freshports.org/commit.ph...d=201412141633.sBEGXQJP070700@svn.freebsd.org

tex-kpathsea 6.2.0_1 devel Path searching library for TeX
texlive-base 20140525_4 print TeX Live Typesetting System, base binaries
UPDATING
- Move kpse* scripts from texlive-base to tex-kpathsea.

(see kpsexpand above). Now it's not necessary to install print/texlive-base for math/gnuplot.
 
Back
Top