All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ruby][PATCH] bundler: resolve build issues with RSS
@ 2017-02-28 21:25 Derek Straka
  0 siblings, 0 replies; 4+ messages in thread
From: Derek Straka @ 2017-02-28 21:25 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-ruby/recipes-devtools/ruby/bundler_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index f2d8f3c..8388cc3 100644
--- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
+++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
@@ -26,8 +26,8 @@ SRC_URI = " \
 
 inherit ruby
 
+DEPENDS += "zlib"
+
 RDEPENDS_${PN} = "git"
 
 BBCLASSEXTEND = "native"
-
-PNBLACKLIST[bundler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130640/"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-ruby][PATCH] bundler: resolve build issues with RSS
  2017-02-27 14:08 ` Martin Jansa
@ 2017-02-28  1:15   ` Derek Straka
  0 siblings, 0 replies; 4+ messages in thread
From: Derek Straka @ 2017-02-28  1:15 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

I'll take a look at the failure, but I may not get to it for a few days.
Feel free to drop it until I send a v2.

-Derek

On Mon, Feb 27, 2017 at 9:08 AM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> Still fails in bitbake world:
>
> ERROR: bundler-1.9.4-r0 do_compile: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462)
> ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | ERROR:  Loading command: build (LoadError)
> | 	cannot load such file -- zlib
> | ERROR:  While executing gem ... (NoMethodError)
> |     undefined method `invoke_with_build_args' for nil:NilClass
> | WARNING: exit code 1 from a shell command.
> | ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462)
> NOTE: recipe bundler-1.9.4-r0: task do_compile: Failed
> ERROR: Task (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-ruby/recipes-devtools/ruby/bundler_git.bb:do_compile) failed with exit code '1'
>
>
> On Fri, Feb 24, 2017 at 8:41 PM, Derek Straka <derek@asterius.io> wrote:
>
>> Signed-off-by: Derek Straka <derek@asterius.io>
>> ---
>>  meta-ruby/recipes-devtools/ruby/bundler_git.bb | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
>> b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
>> index f2d8f3c..2b5cef4 100644
>> --- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
>> +++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
>> @@ -20,6 +20,8 @@ PV = "1.9.4"
>>
>>  S = "${WORKDIR}/git"
>>
>> +DEPENDS += "zlib"
>> +
>>  SRC_URI = " \
>>      git://github.com/bundler/bundler.git;branch=${BRANCH}
>> <http://github.com/bundler/bundler.git;branch=$%7BBRANCH%7D> \
>>      "
>> @@ -29,5 +31,3 @@ inherit ruby
>>  RDEPENDS_${PN} = "git"
>>
>>  BBCLASSEXTEND = "native"
>> -
>> -PNBLACKLIST[bundler] ?= "Fails to build with RSS
>> http://errors.yoctoproject.org/Errors/Details/130640/"
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-ruby][PATCH] bundler: resolve build issues with RSS
  2017-02-24 19:41 Derek Straka
@ 2017-02-27 14:08 ` Martin Jansa
  2017-02-28  1:15   ` Derek Straka
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2017-02-27 14:08 UTC (permalink / raw)
  To: Derek Straka; +Cc: openembedded-devel

Still fails in bitbake world:

ERROR: bundler-1.9.4-r0 do_compile: Function failed: do_compile (log
file is located at
/home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462)
ERROR: Logfile of failure stored in:
/home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462
Log data follows:
| DEBUG: Executing shell function do_compile
| ERROR:  Loading command: build (LoadError)
| 	cannot load such file -- zlib
| ERROR:  While executing gem ... (NoMethodError)
|     undefined method `invoke_with_build_args' for nil:NilClass
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at
/home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/bundler/1.9.4-r0/temp/log.do_compile.3462)
NOTE: recipe bundler-1.9.4-r0: task do_compile: Failed
ERROR: Task (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-ruby/recipes-devtools/ruby/bundler_git.bb:do_compile)
failed with exit code '1'


On Fri, Feb 24, 2017 at 8:41 PM, Derek Straka <derek@asterius.io> wrote:

> Signed-off-by: Derek Straka <derek@asterius.io>
> ---
>  meta-ruby/recipes-devtools/ruby/bundler_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
> b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
> index f2d8f3c..2b5cef4 100644
> --- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
> +++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
> @@ -20,6 +20,8 @@ PV = "1.9.4"
>
>  S = "${WORKDIR}/git"
>
> +DEPENDS += "zlib"
> +
>  SRC_URI = " \
>      git://github.com/bundler/bundler.git;branch=${BRANCH} \
>      "
> @@ -29,5 +31,3 @@ inherit ruby
>  RDEPENDS_${PN} = "git"
>
>  BBCLASSEXTEND = "native"
> -
> -PNBLACKLIST[bundler] ?= "Fails to build with RSS
> http://errors.yoctoproject.org/Errors/Details/130640/"
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [meta-ruby][PATCH] bundler: resolve build issues with RSS
@ 2017-02-24 19:41 Derek Straka
  2017-02-27 14:08 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Derek Straka @ 2017-02-24 19:41 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-ruby/recipes-devtools/ruby/bundler_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index f2d8f3c..2b5cef4 100644
--- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
+++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
@@ -20,6 +20,8 @@ PV = "1.9.4"
 
 S = "${WORKDIR}/git"
 
+DEPENDS += "zlib"
+
 SRC_URI = " \
     git://github.com/bundler/bundler.git;branch=${BRANCH} \
     "
@@ -29,5 +31,3 @@ inherit ruby
 RDEPENDS_${PN} = "git"
 
 BBCLASSEXTEND = "native"
-
-PNBLACKLIST[bundler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130640/"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-28 21:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 21:25 [meta-ruby][PATCH] bundler: resolve build issues with RSS Derek Straka
  -- strict thread matches above, loose matches on Subject: below --
2017-02-24 19:41 Derek Straka
2017-02-27 14:08 ` Martin Jansa
2017-02-28  1:15   ` Derek Straka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.