Hello, I've just installed a fresh CentOS 6.0 (64B), updated to 6.5 and run the installer (git clone https://git.gitorious.org/gitorious/ce-installer.git && cd ce-installer && ./install) and hit errors.
>>> Running rest of installation (with correct, newly installed Ruby)... Randomizing db password in puppet recipe... Db password updated. Applying Puppet recipe (will take a while, please be patient)... Error: bundle install --deployment --without development test && touch /tmp/bundles_installed returned 5 instead of one of [0] Error: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: change from notrun to 0 failed: bundle install --deployment --without development test && touch /tmp/bundles_installed returned 5 instead of one of [0] Warning: /Stage[main]/Gitorious::Assets/Exec[precompile_assets]: Skipping because of failed dependencies another load of "i cannot because bla bla dependencie failed" >>> Checking in applied_recipe.log i saw something interesting : >>> Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: Using rugged (0.19.0) from https://github.com/libgit2/rugged.git (at development) Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: /opt/rubies/ruby-1.9.3-p484/bin/ruby extconf.rb Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: checking for cmake... no Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: ERROR: CMake is required to build Rugged. Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: *** extconf.rb failed *** Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: Could not create Makefile due to some reason, probably lack of Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: necessary libraries and/or headers. Check the mkmf.log file for more Notice: /Stage[main]/Gitorious::Database/Exec[bundle_install]/returns: details. You may need configuration options. >>> Well, cmake seems to be missing, I installed it manually with "yum install cmake". I've done that in the time beetween the two attempts (it seems) >>> Notice: Finished catalog run in 1337.96 seconds Gitorious CE installer: Done with attempt no. 0, exit code was: 1536 Gitorious CE installer: Applying puppet recipe, attempt no. 1 ... puppet run output, no error shown ... Notice: Finished catalog run in 335.32 seconds Gitorious CE installer: Done with attempt no. 1, exit code was: 512 Gitorious CE installer: Finished applying the recipe successfully after applying the puppet recipe 2 times. >>> Is cmake missing from the first checks/install or it's a bug somewhere ? -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
