add fallback source URL for recent pigz versions#7346
add fallback source URL for recent pigz versions#7346bartoldeman merged 2 commits intoeasybuilders:developfrom
Conversation
|
Test report by @boegel |
|
Test report by @bartoldeman |
|
Test report by @bartoldeman |
|
Test report by @bartoldeman |
|
Test report by @bartoldeman |
|
I ran into this: #5776 |
|
@bartoldeman Ugh, thanks for testing and figuring this out, I'm sure that wasn't trivial... Should this be a blocker for this PR however? It seems like this is a rather obscure problem that doesn't surface often (otherwise more people would be reporting it more frequently), and we should follow up on it via #5776? |
|
#2266 ran into the same issue... On CentOS7 the system zlib is new enough so you do not get symbol errrors, but still it uses the system zlib at link time and the EB zlib at runtime. |
|
@bartoldeman I don't think we can fix this easily in general... The actual problem here is that So we should look into fixing that? |
|
Test report by @verdurin |
|
at least we are aware of the issue now. For pigz I'd simply propose to use |
|
@bartoldeman Fixed, good to go now? |
|
Test report by @boegel |
|
Test report by @bartoldeman |
bartoldeman
left a comment
There was a problem hiding this comment.
ok, with the LDFLAGS it works. So I'll merge it now :)
|
Going in, thanks @boegel! |
fixes #7338