On 01/05/18 10:52, Kurt Roeckx wrote: > On Tue, May 01, 2018 at 10:02:31AM +0100, Matt Caswell wrote: >> >> Can anyone shed any light on this error from travis (master branch is >> failing): >> >> /usr/bin/ld: unrecognized option '--push-state--no-as-needed' >> /usr/bin/ld: use the --help option for usage information >> collect2: error: ld returned 1 exit status >> make[1]: *** [libcrypto.so] Error 1 >> make[1]: Leaving directory `/home/travis/build/openssl/openssl' >> make: *** [tests] Error 2 >> +///// MAKE TEST FAILED > > We're also not the only one seeing that problem. We also have the > problem in the 1.1.0-stable branch for the same configuration. > I have no idea what changed.
Looks like it could be a gcc problem: https://stackoverflow.com/questions/50024731/ld-unrecognized-option-push-state-no-as-needed Or rather possibly an ubuntu gcc problem? https://launchpad.net/ubuntu/+source/gcc-7/7.3.0-16ubuntu2 Matt _______________________________________________ openssl-project mailing list [email protected] https://mta.openssl.org/mailman/listinfo/openssl-project
