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 wrote: > Boss mode. Thanks Dave. >

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

2014-04-24 Thread Tyler Brock
Boss mode. Thanks Dave. > On Apr 24, 2014, at 4:53 PM, Dave Johansen wrote: > >> On Thu, Apr 24, 2014 at 1:30 PM, Dave Johansen >> wrote: >>> On Wed, Apr 23, 2014 at 9:06 AM, Tyler Brock wrote: >>> Great, will you let me know when it goes into testing? >

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

2014-04-21 Thread Tyler Brock
Hey Dave, hope you had a nice weekend. Any update on the rpms? -Tyler On Thu, Apr 17, 2014 at 8:00 AM, Tyler Brock wrote: > 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

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

2014-04-17 Thread Tyler Brock
Wed, Apr 16, 2014 at 11:01 AM, Tyler Brock wrote: >> 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-commits&m=135178300407811&q=p3 >> &

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

2014-04-16 Thread Tyler Brock
do we need to do in order for this patch to be applied to the EPEL provided package during build? -Tyler On Tue, Apr 1, 2014 at 4:33 PM, Dave Johansen wrote: > On Tue, Apr 1, 2014 at 1:25 PM, Anssi Johansson wrote: > >> 1.4.2014 23.11, Tyler Brock kirjoitti: >> >> Than

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

2014-03-25 Thread Tyler Brock
2013.09, and it fails on all three of these distributions with the same errors. In fact, the only distribution on which I have been able to get it to work is CentOS 6.4. -Tyler On Tue, Mar 25, 2014 at 1:46 AM, Dave Johansen wrote: > On Mon, Mar 24, 2014 at 6:38 PM, Tyler Brock wrote: > >>

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 int main(){ std::cout << "Hello World" << std::endl; } Saving the above into a file named test.