From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 02/10] ruby: add missing dependency on ruby-native
Date: Fri, 5 Jul 2013 11:24:54 +0200 [thread overview]
Message-ID: <20130705092454.GE3259@jama> (raw)
In-Reply-To: <20130705082559.GA4858@mail.zedat.fu-berlin.de>
[-- Attachment #1: Type: text/plain, Size: 1876 bytes --]
On Fri, Jul 05, 2013 at 10:26:00AM +0200, Henning Heinold wrote:
> On Fri, Jul 05, 2013 at 03:23:46AM +0200, Martin Jansa wrote:
> > * without ruby available on host it fails:
> > | NOTE: make LIBRUBYARG=-lruby-static
> > | CC = i586-starfish-linux-gcc -m32 -march=i586 --sysroot=/OE/sysroots/qemux86
> > | LD = i586-starfish-linux-ld --sysroot=/OE/sysroots/qemux86
> > | LDSHARED = i586-starfish-linux-gcc -m32 -march=i586 --sysroot=/OE/sysroots/qemux86 -shared
> > | CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fPIC
> > | XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
> > | CPPFLAGS = -I. -I.ext/include/i386-linux -I./include -I.
> > | DLDFLAGS = -Wl,-soname,libruby.so.1.9
> > | SOLIBS = -lpthread -lrt -ldl -lcrypt -lm
> > | executable host ruby is required. use --with-baseruby option.
> > | make: *** [.rbconfig.time] Error 1
> > ---
> > meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
> > index 7c5be36..868d0ff 100644
> > --- a/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
> > +++ b/meta-ruby/recipes-devtools/ruby/ruby_1.9.3-p429.bb
> > @@ -1,7 +1,7 @@
> > require ruby.inc
> > PR = "${INC_PR}.0"
> >
> > -DEPENDS += "libyaml"
> > +DEPENDS += "libyaml ruby-native"
>
> Uhm,
>
> after compiling ruby myself it has some more depends like ssl or gdbm or do you need only a minimal version?
I don't use target version at all, I was just fixing errors from
missing mandatory dependencies.
Feel free to add PACKAGECONFIGs for optional deps.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-07-05 9:24 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 1:23 [PATCH 00/10] Missing deps discovered in per-recipe builds Martin Jansa
2013-07-05 1:23 ` [PATCH 01/10] f2fs-tools: add util-linux dependency Martin Jansa
2013-07-05 1:23 ` [PATCH 02/10] ruby: add missing dependency on ruby-native Martin Jansa
2013-07-05 8:26 ` Henning Heinold
2013-07-05 9:24 ` Martin Jansa [this message]
2013-07-05 1:23 ` [PATCH 03/10] xorg-gsml-doctools: add missing dependency on util-macros Martin Jansa
2013-07-05 1:47 ` Martin Jansa
2013-07-05 1:23 ` [PATCH 04/10] cpufrequtils: inherit gettext Martin Jansa
2013-07-05 1:23 ` [PATCH 05/10] cryptsetup: add missing dependency on libgcrypt Martin Jansa
2013-07-05 1:23 ` [PATCH 06/10] gsoap: add missing dependency on zlib Martin Jansa
2013-07-05 1:23 ` [PATCH 07/10] libspatialite: add missing dependency on sqlite3 Martin Jansa
2013-07-05 1:23 ` [PATCH 08/10] wbxml2: add missing dependency on expat Martin Jansa
2013-07-05 1:23 ` [PATCH 09/10] fbida: define -I when checking jpeg version Martin Jansa
2013-07-05 1:23 ` [PATCH 10/10] iso-codes: add missing dependency on gettext-native Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130705092454.GE3259@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.