Thompson, David <dthomps...@worcester.edu> writes: > Hey Ricardo, > > On Wed, Sep 16, 2015 at 5:12 AM, Ricardo Wurmus > <ricardo.wur...@mdc-berlin.de> wrote: >> Hi Guix, >> >> attached are a couple of patches that resulted from a recent attempt to >> traverse the dependency graph for a dependency of some tool I wanted to >> package. >> >> I’m not happy with ‘0007-gnu-Add-ruby-rb-fsevent.patch’ because it is to >> be used on a Mac OSX, but unfortunately this is a required input for >> a more general file system library that is in my pipeline. >> >> I’m also not happy with disabling tests for ‘ruby-yard’, but I didn’t >> find a way to make them pass. > > I pushed the first 6 patches with only a couple of minor > comment/description tweaks. Still need to look into what can be done > about patch 7 and the test suite for yard.
Ping! I think rb-fsevent may not be required after all. I packaged ruby-listen and ruby-rb-inotify; “listen” probably only uses rb-fsevent when on a Mac. Since we already fixed the yard problem I would really like to push the three or four (with “rb-fsevent”) Ruby packages and move on. These are the remaining packages: ruby-rb-fsevent ruby-rubygems-tasks ruby-ffi ruby-simplecov-html I have ruby-rb-inotify ready, but it depends on ruby-ffi; and ruby-listen depends on ruby-rb-inotify. ~~ Ricardo