change $LIBS in Ghostscript 9.27 easyconfig to include location of zlib library to link with#11291
Conversation
Ghostscript was not compiling due to failing on: `libpng/1.6.36-GCCcore-8.2.0/lib/libpng16.so.16: undefined reference to inflateValidate@ZLIB_1.2.9'` needed to add `-L$EBROOTZLIB/lib` to the `preconfigopts += 'export LIBS="$LIBS -lz" && '` line
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 693502378 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @sassy-crick |
|
Test report by @Micket |
|
Test report by @boegel |
|
Going in, thanks @BenjaminHCCarr! |
|
@BenjaminHCCarr I'm still a bit intriuged why this hasn't popped up for anyone else... Can you share a bit more context about your EasyBuild configuration, which may help explain why you bumped into this but others haven't? |
|
Could you also share which exact command was failing with the |
Centos 7 building for Broadwell arch Building Ghostscript 9.27 on GCCcore 8.2.0 received: but: it was pulling in system zlib which was 1.2.7 |
|
@BenjaminHCCarr Can you share the output of Also, which compiler command was triggering the failing |
|
Test report by @terjekv |
Ghostscript was not compiling due to failing on:
libpng/1.6.36-GCCcore-8.2.0/lib/libpng16.so.16: undefined reference to inflateValidate@ZLIB_1.2.9needed to add
-L$EBROOTZLIB/libto thepreconfigopts += 'export LIBS="$LIBS -lz" && 'line