Re: EPEL Clang package doesn't work on Amazon Linux

2014-05-11 Thread Dave Johansen
On Mon, Apr 28, 2014 at 1:11 PM, Dave Johansen davejohan...@gmail.comwrote: On Mon, Apr 28, 2014 at 12:46 PM, Tyler Brock tyler.br...@gmail.comwrote: Update: testing packages work as advertised. Just wanted to keep you updated and thank you again. Will this go into the standard EPEL

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-28 Thread Tyler Brock
Update: testing packages work as advertised. Just wanted to keep you updated and thank you again. Will this go into the standard EPEL automatically or do we need to do something else at this point? -Tyler On Thu, Apr 24, 2014 at 5:11 PM, Tyler Brock tyler.br...@gmail.com wrote: Boss mode.

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-23 Thread Tyler Brock
Tested it on the latest amazon linux and it works perfectly. Thank you! What are the next steps to get the change into EPEL? -Tyler On Tue, Apr 22, 2014 at 10:07 PM, Dave Johansen davejohan...@gmail.comwrote: On Mon, Apr 21, 2014 at 11:40 AM, Tyler Brock tyler.br...@gmail.comwrote: Hey

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-23 Thread Dave Johansen
On Wed, Apr 23, 2014 at 7:28 AM, Tyler Brock tyler.br...@gmail.com wrote: Tested it on the latest amazon linux and it works perfectly. Thank you! What are the next steps to get the change into EPEL? -Tyler I'll add the patch to the git branch of llvm for EPEL6 and do the build. It will

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-23 Thread Tyler Brock
Great, will you let me know when it goes into testing? -Tyler On Wed, Apr 23, 2014 at 11:56 AM, Dave Johansen davejohan...@gmail.comwrote: On Wed, Apr 23, 2014 at 7:28 AM, Tyler Brock tyler.br...@gmail.comwrote: Tested it on the latest amazon linux and it works perfectly. Thank you! What

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-22 Thread Dave Johansen
On Mon, Apr 21, 2014 at 11:40 AM, Tyler Brock tyler.br...@gmail.com wrote: Hey Dave, hope you had a nice weekend. Any update on the rpms? Repos for x86 32-bit and 64-bit can be found at: http://daveisfera.fedorapeople.org/yum/llvm-3.4/ ___

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-17 Thread Tyler Brock
Of course, I would be happy to help. Yes, the patch I found was old. I also had to make some changes and can confirm similar modifications worked against clang 3.4. I would be happy to test whatever you send me. Thanks! On Apr 16, 2014, at 11:40 PM, Dave Johansen davejohan...@gmail.com wrote:

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-16 Thread Tyler Brock
Ok, the problem is that clang doesn't know about the amazon-linux triples. We need to apply this patch so that it will work: http://marc.info/?l=cfe-commitsm=135178300407811q=p3 The patch will not effect clang in any way except for adding the ability to support amazon linux. What do we need to

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-01 Thread Dave Johansen
On Tue, Apr 1, 2014 at 1:25 PM, Anssi Johansson e...@miuku.net wrote: 1.4.2014 23.11, Tyler Brock kirjoitti: Thanks so much for looking into this Dave. Yes, libstdc++ was installed. It might be worth mentioning that the Amazon-provided libstdc++-devel is 4.6.3-3.10.amzn1, and it doesn't

Re: EPEL Clang package doesn't work on Amazon Linux

2014-04-01 Thread Tyler Brock
Thanks so much for looking into this Dave. Yes, libstdc++ was installed. Any other thoughts? -Tyler On Wed, Mar 26, 2014 at 12:07 AM, Dave Johansen davejohan...@gmail.comwrote: On Tue, Mar 25, 2014 at 2:08 PM, Tyler Brock tyler.br...@gmail.comwrote: Here is a gist containing the output of

Re: EPEL Clang package doesn't work on Amazon Linux

2014-03-25 Thread Tyler Brock
To my knowledge it was originally based on CentOS but it has since diverged. It may be useful to mention that this same issue affects multiple Red Hat derivatives (including RHEL 6.4 itself) and not just Amazon Linux. I attempted the same process on Red Hat 6.4, Fedora 20, and Amazon Linux

Re: EPEL Clang package doesn't work on Amazon Linux

2014-03-25 Thread Dave Johansen
On Tue, Mar 25, 2014 at 2:08 PM, Tyler Brock tyler.br...@gmail.com wrote: Here is a gist containing the output of attempting to compile the program after installing the clang package on each platform I mentioned: https://gist.github.com/TylerBrock/9771402 -Tyler On Tue, Mar 25, 2014 at

Re: EPEL Clang package doesn't work on Amazon Linux

2014-03-25 Thread Tyler Brock
Here is a gist containing the output of attempting to compile the program after installing the clang package on each platform I mentioned: https://gist.github.com/TylerBrock/9771402 -Tyler On Tue, Mar 25, 2014 at 4:54 PM, Tyler Brock tyler.br...@gmail.com wrote: To my knowledge it was

EPEL Clang package doesn't work on Amazon Linux

2014-03-24 Thread Tyler Brock
Hey Everyone, I've been trying to use clang package on Amazon linux via EPEL and have installed version 3.4-9.el6 yet am unable to compile even the simplest of programs: #include iostream int main(){ std::cout Hello World std::endl; } Saving the above into a file named

Re: EPEL Clang package doesn't work on Amazon Linux

2014-03-24 Thread Dave Johansen
On Mon, Mar 24, 2014 at 6:38 PM, Tyler Brock tyler.br...@gmail.com wrote: Hey Everyone, I've been trying to use clang package on Amazon linux via EPEL and have installed version 3.4-9.el6 yet am unable to compile even the simplest of programs: #include iostream int main(){