I'm trying to build LibreOffice but get stuck on a build problem with lp_solve. Upon building I get the following error-message:
It seems to attempt to source a file from my home directory which appears strange to me. Searching for a solution unfortunately doesn't help me, so any suggestions how to resolve this would be highly appreciated.
P.S. It looks like the previous version of lp_solve got a patch to deal with non-executable /tmp directories: http://www.freshports.org/math/lp_solve Could it be that the patch works out badly in the newer version?
Code:
=> SHA256 Checksum OK for lp_solve_5.5.2.0_source.tar.gz.
===> Patching for lp_solve-5.5.2.0
===> Applying FreeBSD patches for lp_solve-5.5.2.0
===> Configuring for lp_solve-5.5.2.0
===> Building for lp_solve-5.5.2.0
cd /usr/ports/math/lp_solve/work/lp_solve_5.5/lp_solve ; /home/hge/.shrc TMPDIR="/tmp" /bin/sh -x ccc
/home/hge/.shrc: Permission denied
*** Error code 126
Stop in /usr/ports/math/lp_solve.
It seems to attempt to source a file from my home directory which appears strange to me. Searching for a solution unfortunately doesn't help me, so any suggestions how to resolve this would be highly appreciated.
P.S. It looks like the previous version of lp_solve got a patch to deal with non-executable /tmp directories: http://www.freshports.org/math/lp_solve Could it be that the patch works out badly in the newer version?