[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Error when running ./bin/debci generate-html



On Mon, Mar 11, 2019 at 08:07:32PM +0300, Patience Ankunda wrote:
> When i run ./bin/debci generate-html i get:
> 
> /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
> `require': cannot load such file -- active_record (LoadError)
> 
> I reinstalled ruby using  CC=/usr/bin/gcc-6 rbenv install 2.5.1 and
> re-run ./bin/debci generate-html and still got the same result.
> 
> I have failed to generate the HTML.
> 
> How can i go about this?

ruby is already included in Debian, and the `apt-get build-dep .` step
will install everything that is needed, if you use the ruby from debian.

However, you chose to use a Ruby that was installed with rbenv. in this
case, you will need to install for that ruby all the rubygem packages
that correspond to the ruby-* packages listed in debian/control (field
Build-Depends:)

Attachment: signature.asc
Description: PGP signature


Reply to: