Re: golang failures in the F36 mass rebuild

2022-01-21 Thread Tom Stellard
On 1/21/22 00:27, Florian Weimer wrote: * Tom Stellard: If you maintain a golang package and you are seeing it fail with the error: `flag provided but not defined: -Wl,-z,relro` We can likely drop -Wl,-z,relro completely because it's the binutils (both for BFD ld and gold). I like having

Re: golang failures in the F36 mass rebuild

2022-01-21 Thread Florian Weimer
* Tom Stellard: > If you maintain a golang package and you are seeing it fail with the error: > > `flag provided but not defined: -Wl,-z,relro` We can likely drop -Wl,-z,relro completely because it's the binutils (both for BFD ld and gold). Thanks, Florian ___

golang failures in the F36 mass rebuild

2022-01-20 Thread Tom Stellard
Hi, If you maintain a golang package and you are seeing it fail with the error: `flag provided but not defined: -Wl,-z,relro` This failure was caused by https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/166 It looks like it is affecting almost every golang package at the momen