-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to build omnibus-toolchain on ppc64le fails #54
Comments
@drhey we don't recommend running the build as root. (I haven't had any success doing that personally). We also use bundler to ensure we have the latest |
@scotthain Thanks! I'm currently cloning the omnibus-toolchain repo, and then following the doc for building the toolchain on Fedora/CentOS/RHEL. Are the steps contained therein still applicable? Or should I explicitly try doing something like As a data point, I was able to make progress doing the following |
@drhey oh! It looks like those docs may be out of date :( To be honest, the easiest/quickest way (and the way we build it) is to use the |
@scotthain Thanks! And no worries. I'm not a Ruby pro by any stretch of the imagination. I came to the omnibus stuff by way of Sensu who leverages the omnibus for their packaging. I'm becoming more acquainted with the intricacies of ruby on-the-fly. It appears that the last bit of info you gave me viz. the two gems (omnibus, and omnibus-software) tool chain are yielded some results. I am now failing the omnibus HealthCheck. It mentions licensing and unsafe dependencies. Any thoughts there? It does mention the packages that are experiencing these snares, e.g.
|
I am attempting to build the omnibus-toolchain on a RHEL ppc64le system. I've installed the needful packages (
autoconf bison flex gcc gcc-c++ kernel-devel make m4 patch gettext-devel ncurses-devel openssl-devel readline-devel zlib-devel git rpmdevtools libffi libffi-devel fakeroot
).When I run
sudo ~/.rbenv/shims/bundle exec omnibus build omnibus-toolchain
I am met with the following error:I've tried to export the
FORCE_UNSAFE_CONFIGURE=1
variable as user running the aforementioned sudo omnibus command (AND as root) to no avail.I apologize if this isn't the appropriate venue for this. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: