Hide Forgot
I have tried to deploy candlepin server on Fedora23. command "bundle install" gives me an error: #+BEGIN_SRC Installing rjb 1.4.8 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/fedora/.gem/ruby/gems/rjb-1.4.8/ext /usr/bin/ruby -r ./siteconf20160406-3574-y4l574.rb extconf.rb checking for jni.h... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. #+END_SRC content of mkmf.log #+BEGIN_SRC have_header: checking for jni.h... -------------------- yes "gcc -o conftest -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -I"/usr/lib/jvm/java-1.8.0//include" -I"/usr/lib/jvm/java-1.8.0//include/linux" -O2 -g -pipe -Wall -Werror=format-security -Wp,\ -D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -mtune=generic -fPIC -I"/usr/lib/jvm/java-1.8.0//include"\ -I"/usr/lib/jvm/java-1.8.0//include/linux" conftest.c -L. -L/usr/lib64 -L. -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -fstack-protector -rdynamic -Wl,-export-dynamic -m64 -lruby -lpthread \ -ldl -lcrypt -lm -lc" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: } /* end */ #+END_SRC solution: #+BEGIN_SRC dnf install redhat-rpm-config #+END_SRC Please, add this dependency to the Developer Deployment page.
Quality Engineering Management has reviewed and declined this request. You may appeal this decision by reopening this request.