Project

General

Profile

Actions

Bug #2771

closed

Debian packages missing ruby-dev dep

Added by Kal McFate almost 11 years ago. Updated almost 8 years ago.

Status:
Resolved
Priority:
Normal
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When installing foreman on debian I was getting the following error:

Setting up foreman (1.2.0+debian2) ...
D020000: trigproc_activate_packageprocessing pkg=foreman
D000002: fork/exec /var/lib/dpkg/info/foreman.postinst ( configure )
dpkg: error processing foreman (--configure):
subprocess installed post-installation script returned error exit status 5

When running /var/lib/dpkg/info/foreman.postinst manually in DEBUG it gave:

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1

Gem files will remain installed in /usr/share/foreman/vendor/ruby/1.8/gems/json-1.8.0 for inspection.
Results logged to /usr/share/foreman/vendor/ruby/1.8/gems/json-1.8.0/ext/json/ext/generator/gem_make.out

Installing ruby-dev resolved the problem. This should be included as a package dependency.

Actions #1

Updated by Dominic Cleal almost 11 years ago

  • Project changed from Foreman to Packaging
  • Category deleted (21)
  • Status changed from New to Assigned
  • Assignee set to Greg Sutcliffe
Actions #2

Updated by Greg Sutcliffe almost 11 years ago

  • Status changed from Assigned to Feedback

Thanks for the report - you don't mention which OS and Architecture you're using, could you provide this?

Actions #3

Updated by Kal McFate almost 11 years ago

This is debian squeeze.

Actions #4

Updated by Greg Sutcliffe almost 11 years ago

I'm afraid I can't reproduce this:

root@2771test:~# facter operatingsystem
Debian
root@2771test:~# facter operatingsystemrelease
6.0.7
root@2771test:~# apt-get install foreman
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  binutils build-essential bundler bzip2 cpp cpp-4.4 dpkg-dev fakeroot foreman-proxy g++ g++-4.4 gcc gcc-4.4 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libc-dev-bin libc6-dev libdpkg-perl libgmp3c2 libgomp1 libkrb5-ruby libkrb5-ruby1.8 libmpfr4 librack-ruby1.8 libsinatra-ruby libsinatra-ruby1.8
  libstdc++6-4.4-dev libtimedate-perl linux-libc-dev make manpages-dev rake ruby-dev ruby1.8-dev rubygems rubygems1.8 unzip zip
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-4.4-locales debian-keyring g++-multilib g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg gcc-multilib autoconf automake1.9 libtool
  flex bison gdb gcc-doc gcc-4.4-multilib libmudflap0-4.4-dev libgcc1-dbg libgomp1-dbg libmudflap0-dbg libcloog-ppl0 libppl-c2 libppl7 glibc-doc mongrel thin1.8
  libstdc++6-4.4-doc make-doc
Recommended packages:
  rubygems-integration
The following NEW packages will be installed:
  binutils build-essential bundler bzip2 cpp cpp-4.4 dpkg-dev fakeroot foreman foreman-proxy g++ g++-4.4 gcc gcc-4.4 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libc-dev-bin libc6-dev libdpkg-perl libgmp3c2 libgomp1 libkrb5-ruby libkrb5-ruby1.8 libmpfr4 librack-ruby1.8 libsinatra-ruby libsinatra-ruby1.8
  libstdc++6-4.4-dev libtimedate-perl linux-libc-dev make manpages-dev rake ruby-dev ruby1.8-dev rubygems rubygems1.8 unzip zip
0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
Need to get 52.5 MB of archives.
After this operation, 124 MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

You can see that ruby-dev is already a dependency and included in the list of packages to be installed. However, I think it's actually inherited from the Recommended Packages of rubygems right now - have you turned off recommend packages?

Actions #5

Updated by Kal McFate almost 11 years ago

Yes,

APT::Install-Recommends "false";

Actions #6

Updated by Marek Hulán almost 11 years ago

Greg, I was able to reproduce on squeeze with APT::Install-Recommends "false";. I wanted to make a PR adding ruby-dev package to dependencies however we seem to support 1.8 and 1.9 there. For wheezy we already have ruby1.9.1-dev among Depends. What is the right way? Looking to some other debs which support rubies they usually create a metapackage which installs ruby1.8 + ruby1.8-dev and ruby1.9 + ruby1.9-dev.

Actions #7

Updated by Greg Sutcliffe almost 11 years ago

Marek, I think it's fine to just add ruby-dev to the deps list, as squeeze only has 1.9 available from backports, if I recall correctly.

Actions #8

Updated by Benjamin Papillon about 10 years ago

  • Description updated (diff)
  • Status changed from Feedback to Assigned

I removed the feedback status as the bug is present on squeeze (but has been fixed on wheezy)

Actions #9

Updated by Anonymous almost 8 years ago

  • Status changed from Assigned to Resolved

I guess this got resolved some time ago...

Actions

Also available in: Atom PDF