chef / dep-selector-libgecode

Bundled Gecode Libraries for dep-selector
Apache License 2.0
11 stars 26 forks source link

use gcc44 on older rhel systems #21

Closed smith closed 10 years ago

smith commented 10 years ago

Please test this, as I ran into some problems trying to get a CentOS 5 VM running and haven't actually tried building it. /cc @danielsdeleo

danielsdeleo commented 10 years ago

If you can check that it works, I'm all for it. Can give you rubygems.org access so you can push a prerelease for testing if that helps.

smith commented 10 years ago

I'll get enough yaks shaved to manage to get myself a working CentOS 5 (was getting weird errors about the yum db being corrupted in my image) and ensure it works. Will let you know.

smith commented 10 years ago

Tried this on CentOS 5.8 and it failed, but it looks like it was using the correct gcc. Here's the output: https://gist.github.com/smith/af6c7393e370d4b57796

I have no idea what to make of this or next steps to take.

danielsdeleo commented 10 years ago

@smith Was this on vagrant? You may need to increase the RAM, as the build (as currently configured) uses ~2GB of RAM. You may also see some activity in the oomkiller log if this is the case.

smith commented 10 years ago

@danielsdeleo It was. I upped the memory and and it worked. Ok to merge this and make a 1.0.1?

danielsdeleo commented 10 years ago

@smith go for it. I can give you access if you want to take care of it or I can get to it later today.