Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-21 Thread Ashton Fagg
Charlene, Thanks. This looks good to me (maintainer). Cheers, Ash On Tue, 19 Jan 2021 at 10:14, Charlene Wendling wrote: > > Hi, > > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > As

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Jeremie Courreges-Anglas
On Tue, Jan 19 2021, Charlene Wendling wrote: > Hi, > >> http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > As often '-Wl,--as-needed' causes undefined reference errors with > ld.bfd. Surprisingly

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Charlene Wendling
On Wed, 20 Jan 2021 22:24:45 +0100 Janne Johansson wrote: > Here, > > http://c66.it.su.se:8080/obsd/LastTest.log Thanks! I was watching upstream bug reports and it's not the first time they have similar issues with that test. I'm not sure if the right course of action is to undef

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Janne Johansson
Here, http://c66.it.su.se:8080/obsd/LastTest.log Den ons 20 jan. 2021 kl 18:49 skrev Charlene Wendling : > > On Wed, 20 Jan 2021 18:25:22 +0100 > Janne Johansson wrote: > > > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > > : > > > >

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Charlene Wendling
On Wed, 20 Jan 2021 18:25:22 +0100 Janne Johansson wrote: > Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling > : > > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > > (and the same in the current bulk for the other clang+ld.bfd arch, > > macppc) > > > > With the

Re: [clang+ld.bfd] Unbreak devel/fmt

2021-01-20 Thread Janne Johansson
Den tis 19 jan. 2021 kl 16:16 skrev Charlene Wendling : > > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log > (and the same in the current bulk for the other clang+ld.bfd arch, > macppc) > > With the below diff i can build fmt and pass its tests on macppc [0]. > mips64 seems

[clang+ld.bfd] Unbreak devel/fmt

2021-01-19 Thread Charlene Wendling
Hi, > http://build-failures.rhaalovely.net/mips64/2021-01-12/devel/fmt.log (and the same in the current bulk for the other clang+ld.bfd arch, macppc) As often '-Wl,--as-needed' causes undefined reference errors with ld.bfd. Surprisingly gcc archs are not impacted. target_link_libraries() takes