Conversation
|
I think just unconditionally disabling the test would be better (as long as downstream packages do in fact work). |
|
It does look like it fails in library code: https://github.com/google/glog/blob/v0.7.1/src/logging.cc#L2236-L2340 I am a bit confused no one else noticed the failure so far, since PIE is the default elsewhere.. |
|
Now disabled unconditionally, after I observed a failure with PIE disabled |
8836286 to
d09ad18
Compare
d09ad18 to
0481496
Compare
|
Moved to staging-next, with an additional fix for missing |
Has this been seen in the current |
|
I have evidence of at least one package that no longer works: the lomiri download manager. |
|
By "previously" I just meant the state before this PR. The .pc file seems to work for the mentioned lomiri package. |
|
Does it actually build successfully with this change, given the |
|
|
0481496 to
0a0b09c
Compare
|
Looks like you dropped the wrong commit. |
0a0b09c to
4517d15
Compare
|
Looks good now, but will presumably have to go to the next |
|
For reference, here are the broken packages I found so far.
|
|
Yeah. |
Working on fixing these upstream & in Nixpkgs, feel free to ignore them. |
Full log: https://paste.fliegendewurst.eu/YLB4qa
ref. #205031
Things done