Richard,

Thanks for the pointer.

I've figured out the problem and have submitted a PR.

It was three fold:

* I didn't have clang-3.6 installed.
* the opensslbuild script sets CC if it isn't already set but doesn't use or 
export it.  It does add the option based on the local value.
* the configure script used gcc since CC wasn't getting to it.


Pauli
-- 
Oracle
Dr Paul Dale | Cryptographer | Network Security & Encryption 
Phone +61 7 3031 7217
Oracle Australia

-----Original Message-----
From: Richard Levitte [mailto:[email protected]] 
Sent: Wednesday, 11 July 2018 4:22 PM
To: [email protected]
Subject: Re: [openssl-project] ghmerge problem

In message <4e6348f6-e6a2-4b6c-8410-d83b4c945042@default> on Tue, 10 Jul 2018 
16:31:06 -0700 (PDT), Paul Dale <[email protected]> said:

paul.dale> I’m getting a problem during the rebuild stage where the paul.dale> 
option –Qunused-arguments isn’t being recognised by gcc.
paul.dale>
paul.dale> I don’t see this option in the latest gcc documentation or 
paul.dale> for the version I use (4.8.4). It looks like an option for 
paul.dale> clang.
paul.dale>
paul.dale> Is this a problem with the configuration or with my build set up?

ghmerge uses 'opensslbuild' to rebuild.  If you have your own, you'll have to 
take a closer look there.  The 'opensslbuild' that comes with ghmerge only sets 
that option of $CC contains the string 'clang'...

I haven't tested, though...

-- 
Richard Levitte         [email protected]
OpenSSL Project         http://www.openssl.org/~levitte/
_______________________________________________
openssl-project mailing list
[email protected]
https://mta.openssl.org/mailman/listinfo/openssl-project
_______________________________________________
openssl-project mailing list
[email protected]
https://mta.openssl.org/mailman/listinfo/openssl-project

Reply via email to