FreeCAD 0.17 && /lib//libgcc_s.so.1

Russell L. Carter rcarter at pinyon.org
Sun Feb 17 02:02:52 UTC 2019


On 2/16/19 6:14 PM, Steve Kargl wrote:
> On Sat, Feb 16, 2019 at 06:02:11PM -0700, Russell L. Carter wrote:
>>
>> /lib/libgcc_s.so.1 version GCC_4.8.0 required by
>> /usr/local/lib/gcc8/libgfortran.so.5 not found
>>
>>
>> Question to experienced porters, how is this best practice solved?
>>
> 
> setenv LD_LIBRARY_PATH /usr/local/lib/gcc8
> setenv LD_RUN_PATH     /usr/local/lib/gcc8
> 

Steve,

script:

#! /bin/sh
export LD_LIBRARY_PATH=/usr/local/lib/gcc8
export LD_RUN_PATH=/usr/local/lib/gcc8
FreeCAD $*

And now the errors are different with no /lib/libgcc_s.so.1 error, but
if I rerun the tests in the GUI instance, I return to the
libgcc_s.so.1 problem.  Maybe a lost environment in there somewhere.
Well I will be back at it tomorrow.

Thanks,
Russell


More information about the freebsd-ports mailing list