On 25/12/22 13:30, Vinay wrote:
Quoting terceiro's reply here
"I think using a ruby version-specific path
is the right directory to use. You won't be able to build something
against nokogiri and use it with a given Ruby version before nokogiri
itself is available for that version"
sed 's/nokogi
On 25/12/22 00:57, Mohd Bilal wrote:
Hello Vinay,
On 12/24/22 00:09, Vinay wrote:
adding the header file in /usr/include solved the #include "oj.h"
problem.
execute_before_dh_auto_install:
for r in $$(ruby -rruby_debian_dev -e 'puts
RubyDebianDev::SUPPORTED_RUBY_VERSIONS.values'); do
Hello Vinay,
On 12/24/22 00:09, Vinay wrote:
adding the header file in /usr/include solved the #include "oj.h" problem.
execute_before_dh_auto_install:
for r in $$(ruby -rruby_debian_dev -e 'puts
RubyDebianDev::SUPPORTED_RUBY_VERSIONS.values'); do \
dh_install ext/oj/oj.h
On 23/12/22 17:07, Cédric Boutillier wrote:
Hi!
There was something like this required sometime ago from the nokogiri
package to build ruby-nokogumbo. You can have a look at commit
a3939406c9a1b7ef2d07942ea01d693057f50f47
in nokogiri git repo, dating from 2021-10-22.
I hope it helps at least a
Le 23 décembre 2022 13:36:25 GMT+01:00, Nilesh Patra a
écrit :
>
>Th commit you point to tries installing a header file into ruby vendor
>dir /usr/include/ruby-$(ruby_version)/vendor_ruby/
>However in current scenario, oj.h file is not even available in the
>archive, which is vendored by "oj"
> There was something like this required sometime ago from the nokogiri
> package to build ruby-nokogumbo. You can have a look at commit
> a3939406c9a1b7ef2d07942ea01d693057f50f47
> in nokogiri git repo, dating from 2021-10-22.
> I hope it helps at least a bit.
>
> I don't know if the solution is o
> I'm building oj-introspect(0.7.1) required for gitlab, but the build fails
> due to missing header oj.h from ruby-oj.
> It seems to be a upstream issue
> https://github.com/meinac/oj-introspect/issues/4
It seems to be the user's local problem and not an upstream issue.
You likely need to pack
Hi!
There was something like this required sometime ago from the nokogiri
package to build ruby-nokogumbo. You can have a look at commit
a3939406c9a1b7ef2d07942ea01d693057f50f47
in nokogiri git repo, dating from 2021-10-22.
I hope it helps at least a bit.
I don't know if the solution is optimal.
Hello All,
I'm building oj-introspect(0.7.1) required for gitlab, but the build
fails due to missing header oj.h from ruby-oj.
Here is the log https://paste.debian.net/1264953/
It seems to be a upstream issue
https://github.com/meinac/oj-introspect/issues/4
any fix for this ?
Thanks
Vinay
9 matches
Mail list logo