GNU bug report logs -
#34217
[PATCH 00/11] Add ruby-cucumber along with dependencies and a couple of updates.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Sun, 27 Jan 2019 11:16:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
swedebugia <swedebugia <at> riseup.net> writes:
> swedebugia <swedebugia <at> riseup.net> skrev: (31 januari 2019 09:53:17 CET)
>>On 2019-01-27 12:49, Christopher Baines wrote:
>>> * gnu/packages/ruby.scm (ruby-backports): New variable.
>>> ---
>>> gnu/packages/ruby.scm | 25 +++++++++++++++++++++++++
>>> 1 file changed, 25 insertions(+)
>>>
>>> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
>>> index 5a9a9a7c6d..115e132b95 100644
>>> --- a/gnu/packages/ruby.scm
>>> +++ b/gnu/packages/ruby.scm
>>> @@ -1350,6 +1350,31 @@ User Agents.")
>>> (home-page "https://github.com/gshutler/useragent")
>>> (license license:expat)))
>>>
>>> +(define-public ruby-backports
>>> + (package
>>> + (name "ruby-backports")
>>> + (version "3.11.4")
>>> + (source
>>> + (origin
>>> + (method url-fetch)
>>> + (uri (rubygems-uri "backports" version))
>>> + (sha256
>>> + (base32
>>> + "1hshjxww2h7s0dk57njrygq4zpp0nlqrjfya7zwm27iq3rhc3y8g"))))
>>> + (build-system ruby-build-system)
>>> + (arguments
>>> + '(;; TODO: This should be default, but there is one test failure
>>> + #:test-target "all_spec"))
>>
>>The failure is reported upstream, see
>>https://github.com/marcandre/backports/issues/127
>>
>>--
>>Cheers
>>Swedebugia
>
> From upstream:
> Sorry the failure is quite obscure.
>
> Backports wants to make sure it is defining the right methods only when necessary. The test is failing because the methodalias_method_chainappears to have been added to all modules (Array,Binding, ...). Maybe the oldbackports/rails/module/alias_method_chainis somehow loaded, but I don't see how or why...
Thanks for taking a look, I'll keep an eye on that upstream issue.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.