chef / dep-selector-libgecode

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

install trouble on debian testing/unstable #35

Closed pniederlag closed 10 years ago

pniederlag commented 10 years ago

gem install berkshelf ... berks

var/lib/gems/2.1.0/gems/ffi-1.9.5/lib/ffi/library.rb:133:in `block in ffi_lib': Could not open library '/var/lib/gems/2.1.0/gems/dep_selector-1.0.3/lib/dep_gecode.so': /var/lib/gems/2.1.0/gems/dep_selector-1.0.3/lib/dep_gecode.so: undefined symbol: _ZN6Gecode16ValBranchOptions3defE (LoadError)

chefdk is not really an option. There should be a way to use ruby/gem/bundle standards in order to get berkshelf up and running. There have always been a lot of problems to solve, this time it really seems bricked. :(

pniederlag commented 10 years ago

Uninstall/Cleanup

gem uninstall berkshelf dep_selector solve dep-selector-libgecode apt-get remove libgecode-dev libgecode27 libgecode36

Install

gem install berkshelf

It seems like it's fixed for now but still I don't get why it breaks so bad just about any time a new patch-level-release arrives and why it puts such a hugh(!) load on the machine when it compiles the gecode stuff