Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
I'll look at pkg-config examples. How do I fix the llvm issue though? I
don't know enough about bitbake to fix that.

Giordon

On Wed, Dec 30, 2015 at 1:26 PM Khem Raj  wrote:

> you mostly have one of these issues
>
> | ERROR:
> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> should not be used, use an alternative such as pkg-config
> | ERROR:
> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> should not be used, use an alternative such as pkg-config
> | ERROR:
> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> should not be used, use an alternative such as pkg-config
> | ERROR:
> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> should not be used, use an alternative such as pkg-config
>
> so you need to replace the use of pcre-config with pkg-config, there
> are example how it has been done for some other recipes in OE
>
> second problem seems to be that its trying to compile its own version
> of llvm and thats failing because the native compiler its finding does
> not support c++11 or atleast the config tests think that way. Again
> this components build system needs to fix that. You might be better
> off using llvm provided bt meta-oe instead of internal version.
>
> On Wed, Dec 30, 2015 at 9:35 AM, Giordon Stark  wrote:
> > https://gist.github.com/anonymous/adec2839deecce33702a
> >
> > Giordon
> >
> > On Wed, Dec 23, 2015 at 9:25 PM Khem Raj  wrote:
> >>
> >> can you post output of root/6.04.12-r0/build/CMakeFiles/CMakeError.log
> >>
> >> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark 
> wrote:
> >> > Hi all,
> >> >
> >> > I'm trying to add a recipe for ROOT (from CERN) but I'm running into
> >> > various
> >> > issues with just trying to get compilers working.
> >> >
> >> > Current recipe:
> >> >
> >> >
> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
> >> >
> >> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
> >> >
> >> > Note that the goal is to have the bare-minimum with PyROOT (enable
> >> > python
> >> > support). So I'm following:
> >> > - https://root.cern.ch/building-root
> >> > - https://root.cern.ch/build-prerequisites
> >> >
> >> > Thanks,
> >> >
> >> > Giordon
> >> >
> >> > --
> >> > ___
> >> > yocto mailing list
> >> > yocto@yoctoproject.org
> >> > https://lists.yoctoproject.org/listinfo/yocto
> >> >
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 10:27 AM, Giordon Stark  wrote:
> I'll look at pkg-config examples. How do I fix the llvm issue though? I
> don't know enough about bitbake to fix that.

disable, internal build _somehow_
then add DEPENDS += "llvm3" to recipe
>
> Giordon
>
> On Wed, Dec 30, 2015 at 1:26 PM Khem Raj  wrote:
>>
>> you mostly have one of these issues
>>
>> | ERROR:
>> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> should not be used, use an alternative such as pkg-config
>> | ERROR:
>> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> should not be used, use an alternative such as pkg-config
>> | ERROR:
>> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> should not be used, use an alternative such as pkg-config
>> | ERROR:
>> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> should not be used, use an alternative such as pkg-config
>>
>> so you need to replace the use of pcre-config with pkg-config, there
>> are example how it has been done for some other recipes in OE
>>
>> second problem seems to be that its trying to compile its own version
>> of llvm and thats failing because the native compiler its finding does
>> not support c++11 or atleast the config tests think that way. Again
>> this components build system needs to fix that. You might be better
>> off using llvm provided bt meta-oe instead of internal version.
>>
>> On Wed, Dec 30, 2015 at 9:35 AM, Giordon Stark  wrote:
>> > https://gist.github.com/anonymous/adec2839deecce33702a
>> >
>> > Giordon
>> >
>> > On Wed, Dec 23, 2015 at 9:25 PM Khem Raj  wrote:
>> >>
>> >> can you post output of root/6.04.12-r0/build/CMakeFiles/CMakeError.log
>> >>
>> >> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark 
>> >> wrote:
>> >> > Hi all,
>> >> >
>> >> > I'm trying to add a recipe for ROOT (from CERN) but I'm running into
>> >> > various
>> >> > issues with just trying to get compilers working.
>> >> >
>> >> > Current recipe:
>> >> >
>> >> >
>> >> > https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
>> >> >
>> >> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
>> >> >
>> >> > Note that the goal is to have the bare-minimum with PyROOT (enable
>> >> > python
>> >> > support). So I'm following:
>> >> > - https://root.cern.ch/building-root
>> >> > - https://root.cern.ch/build-prerequisites
>> >> >
>> >> > Thanks,
>> >> >
>> >> > Giordon
>> >> >
>> >> > --
>> >> > ___
>> >> > yocto mailing list
>> >> > yocto@yoctoproject.org
>> >> > https://lists.yoctoproject.org/listinfo/yocto
>> >> >
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Khem Raj
you mostly have one of these issues

| ERROR: /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
should not be used, use an alternative such as pkg-config
| ERROR: /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
should not be used, use an alternative such as pkg-config
| ERROR: /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
should not be used, use an alternative such as pkg-config
| ERROR: /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
should not be used, use an alternative such as pkg-config

so you need to replace the use of pcre-config with pkg-config, there
are example how it has been done for some other recipes in OE

second problem seems to be that its trying to compile its own version
of llvm and thats failing because the native compiler its finding does
not support c++11 or atleast the config tests think that way. Again
this components build system needs to fix that. You might be better
off using llvm provided bt meta-oe instead of internal version.

On Wed, Dec 30, 2015 at 9:35 AM, Giordon Stark  wrote:
> https://gist.github.com/anonymous/adec2839deecce33702a
>
> Giordon
>
> On Wed, Dec 23, 2015 at 9:25 PM Khem Raj  wrote:
>>
>> can you post output of root/6.04.12-r0/build/CMakeFiles/CMakeError.log
>>
>> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark  wrote:
>> > Hi all,
>> >
>> > I'm trying to add a recipe for ROOT (from CERN) but I'm running into
>> > various
>> > issues with just trying to get compilers working.
>> >
>> > Current recipe:
>> >
>> > https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
>> >
>> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
>> >
>> > Note that the goal is to have the bare-minimum with PyROOT (enable
>> > python
>> > support). So I'm following:
>> > - https://root.cern.ch/building-root
>> > - https://root.cern.ch/build-prerequisites
>> >
>> > Thanks,
>> >
>> > Giordon
>> >
>> > --
>> > ___
>> > yocto mailing list
>> > yocto@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/yocto
>> >
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
https://gist.github.com/anonymous/adec2839deecce33702a

Giordon

On Wed, Dec 23, 2015 at 9:25 PM Khem Raj  wrote:

> can you post output of root/6.04.12-r0/build/CMakeFiles/CMakeError.log
>
> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark  wrote:
> > Hi all,
> >
> > I'm trying to add a recipe for ROOT (from CERN) but I'm running into
> various
> > issues with just trying to get compilers working.
> >
> > Current recipe:
> >
> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
> >
> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
> >
> > Note that the goal is to have the bare-minimum with PyROOT (enable python
> > support). So I'm following:
> > - https://root.cern.ch/building-root
> > - https://root.cern.ch/build-prerequisites
> >
> > Thanks,
> >
> > Giordon
> >
> > --
> > ___
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] BeagleBone...bitbake -v core-image-sato stops

2015-12-30 Thread Nico Mock


On 28.12.2015 09:58, kaffeesurro...@posteo.de wrote:

Sorry guys .

I thought I was done. Actually I'm not a bit smarter then before ;-)

I'm still trying to build a yocto-image for a beaglebone. I believed, 
that the reason why yocto stopped compiling at attr-native-2.4.47-r0 
was the missing gcc-multilib support. I've tried the same build on a 
gentoo machine at work, which had a multilib environment, and it 
finished.


I've setup a new gentoo with multilib environment on my laptop but 
.. bitbake stops again at attr-native. So this was not the trick. 
The  log.do_compile in


/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/work/x86_64-linux/attr-native/2.4.47-r0/temp 



says nothing special, at least for me.  Here is the quote:

- 



x86_64-linux-libtool: link: gcc -o .libs/setfattr -Wl,-rpath-link 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/usr/lib 
-Wl,-rpath-link 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/lib 
-Wl,-rpath 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/usr/lib 
-Wl,-rpath 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/lib 
-Wl,-O1 -Wl,-rpath-link 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/usr/lib 
-Wl,-rpath-link 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/lib 
-Wl,-rpath 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/usr/lib 
-Wl,-rpath 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/lib 
-Wl,-O1 -Wl,-rpath-link 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/usr/lib 
-Wl,-rpath-link 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/lib 
-Wl,-rpath 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysroots/x86_64-linux/usr/lib 
-Wl,-rpath 
-Wl,/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/sysrootgmake[2]: 
Leaving directory 
'/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/work/x86_64-linux/attr-native/2.4.47-r0/attr-2.4.47/setfattr'


o fr.mo fr.po

--- 





ADD-ON:

I've had a look in the log.do-compile-file on my machine at work. It 
says .


---

o fr.mo fr.po
gmake[3]: Nothing to be done for 'default'.
gmake[3]: Leaving directory 
'/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/work/x86_64-linux/attr-native/2.4.47-r0/attr-2.4.47/man/man1'

/usr/bin/gmake -C man2
gmake[2]: o: Command not found
../include/buildrules:66: recipe for target 'fr.mo' failed
gmake[2]: [fr.mo] Error 127 (ignored)

---

Well . 





It will stay at this point forever.


The last output messages of bitbake:


 



+ rm -rf 
/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/work/beaglebone-poky-linux-gnueabi/linux-yocto/3.14.4+gitAUTOINC+183622e809_0143c6ebb4-r0/sstate-build-populate_lic/


+ ret=0
+ trap '' 0
+ exit 0

[INFO] Pre-processed cfg file beaglebone-standard-config-3.14.4 created.
[INFO] processing of raw cfg data completed.


 

  Configuration stored in 
/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/work/beaglebone-poky-linux-gnueabi/linux-yocto/3.14.4+gitAUTOINC+183622e809_0143c6ebb4-r0/linux-beaglebone-standard-build/.config
 



  To build with this kernel configuration, ensure a suitable toolchain
  is in your path for arm, note its common command prefix, and do:

   make 
O=/home/nico/yocto_bbb_daisy/poky/build_bbb/tmp/work/beaglebone-poky-linux-gnueabi/linux-yocto/3.14.4+gitAUTOINC+183622e809_0143c6ebb4-r0/linux-beaglebone-standard-build 
ARCH=arm \

CROSS_COMPILE=


+ '[' 0 -ne 0 ']'

+ echo '# Global settings from linux recipe'
+ echo 'CONFIG_LOCALVERSION="-yocto-standard"'
+ ret=0
+ trap '' 0
+ exit 0

Currently 1 running tasks (1040 of 1770):
0: attr-native-2.4.47-r0 do_compile (pid 1778)

- 



To be honest, I'm lost 

Would be happy about some help,

kaffeesurrogat


On 07.12.2015 21:16, kaffeesurro...@posteo.de wrote:
cd 
/home/nico/yocto_bb/poky/build_bbb/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/gcc-cross-initial/4.8.2-r0/gcc-4.8.2/build.i686-linux.arm-poky-linux-gnueabi




--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread Khem Raj
On Wed, Dec 30, 2015 at 5:01 AM, neuber sousa  wrote:
> I'm trying to to this:
> http://mkaczanowski.com/golang-build-dynamic-dns-service-go/
>
>
> But I have error with NSUPDATE package
>
>
> root@neuberfran:~# opkg install nsupdate
> Unknown package 'nsupdate'.
> Collected errors:
>
> opkg_install_cmd: Cannot install package nsupdate
>
>
> Please help

you are assuming a binary feed based distro where your device is
hooked into online package management like many desktop/server distros
are by default. with Yocto's OE build system, you need to create such
a distro first before using it. Or use some of existing one's like
angstrom distro which provided binary feeds, again they may not have
the packages you need hosted by default.
moreover the recipe ( build rules ) to have this package built using
Yocto/OE insfra might not be pre-existing so you have to start there


>
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
I'm unable to disable the internal build. I'm working on the pkg-config
however.

On Wed, Dec 30, 2015 at 1:34 PM Khem Raj  wrote:

> On Wed, Dec 30, 2015 at 10:27 AM, Giordon Stark  wrote:
> > I'll look at pkg-config examples. How do I fix the llvm issue though? I
> > don't know enough about bitbake to fix that.
>
> disable, internal build _somehow_
> then add DEPENDS += "llvm3" to recipe
> >
> > Giordon
> >
> > On Wed, Dec 30, 2015 at 1:26 PM Khem Raj  wrote:
> >>
> >> you mostly have one of these issues
> >>
> >> | ERROR:
> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> >> should not be used, use an alternative such as pkg-config
> >> | ERROR:
> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> >> should not be used, use an alternative such as pkg-config
> >> | ERROR:
> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> >> should not be used, use an alternative such as pkg-config
> >> | ERROR:
> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
> >> should not be used, use an alternative such as pkg-config
> >>
> >> so you need to replace the use of pcre-config with pkg-config, there
> >> are example how it has been done for some other recipes in OE
> >>
> >> second problem seems to be that its trying to compile its own version
> >> of llvm and thats failing because the native compiler its finding does
> >> not support c++11 or atleast the config tests think that way. Again
> >> this components build system needs to fix that. You might be better
> >> off using llvm provided bt meta-oe instead of internal version.
> >>
> >> On Wed, Dec 30, 2015 at 9:35 AM, Giordon Stark 
> wrote:
> >> > https://gist.github.com/anonymous/adec2839deecce33702a
> >> >
> >> > Giordon
> >> >
> >> > On Wed, Dec 23, 2015 at 9:25 PM Khem Raj  wrote:
> >> >>
> >> >> can you post output of
> root/6.04.12-r0/build/CMakeFiles/CMakeError.log
> >> >>
> >> >> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark 
> >> >> wrote:
> >> >> > Hi all,
> >> >> >
> >> >> > I'm trying to add a recipe for ROOT (from CERN) but I'm running
> into
> >> >> > various
> >> >> > issues with just trying to get compilers working.
> >> >> >
> >> >> > Current recipe:
> >> >> >
> >> >> >
> >> >> >
> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
> >> >> >
> >> >> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
> >> >> >
> >> >> > Note that the goal is to have the bare-minimum with PyROOT (enable
> >> >> > python
> >> >> > support). So I'm following:
> >> >> > - https://root.cern.ch/building-root
> >> >> > - https://root.cern.ch/build-prerequisites
> >> >> >
> >> >> > Thanks,
> >> >> >
> >> >> > Giordon
> >> >> >
> >> >> > --
> >> >> > ___
> >> >> > yocto mailing list
> >> >> > yocto@yoctoproject.org
> >> >> > https://lists.yoctoproject.org/listinfo/yocto
> >> >> >
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
Here's an update set of logs:

(output) https://gist.github.com/anonymous/56f904b65feeb3346db6
(CMakeError.log) https://gist.github.com/anonymous/d5d766badcee1df5efc1

for the current recipe here:
https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb

On Wed, Dec 30, 2015 at 2:10 PM Giordon Stark  wrote:

> Actually -- if you look here -- I'm already using pkg-config?
>
>
> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb#L9
>
> Is there something wrong with the configuration then?
>
> On Wed, Dec 30, 2015 at 2:07 PM Giordon Stark  wrote:
>
>> I'm unable to disable the internal build. I'm working on the pkg-config
>> however.
>>
>> On Wed, Dec 30, 2015 at 1:34 PM Khem Raj  wrote:
>>
>>> On Wed, Dec 30, 2015 at 10:27 AM, Giordon Stark 
>>> wrote:
>>> > I'll look at pkg-config examples. How do I fix the llvm issue though? I
>>> > don't know enough about bitbake to fix that.
>>>
>>> disable, internal build _somehow_
>>> then add DEPENDS += "llvm3" to recipe
>>> >
>>> > Giordon
>>> >
>>> > On Wed, Dec 30, 2015 at 1:26 PM Khem Raj  wrote:
>>> >>
>>> >> you mostly have one of these issues
>>> >>
>>> >> | ERROR:
>>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>>> >> should not be used, use an alternative such as pkg-config
>>> >> | ERROR:
>>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>>> >> should not be used, use an alternative such as pkg-config
>>> >> | ERROR:
>>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>>> >> should not be used, use an alternative such as pkg-config
>>> >> | ERROR:
>>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>>> >> should not be used, use an alternative such as pkg-config
>>> >>
>>> >> so you need to replace the use of pcre-config with pkg-config, there
>>> >> are example how it has been done for some other recipes in OE
>>> >>
>>> >> second problem seems to be that its trying to compile its own version
>>> >> of llvm and thats failing because the native compiler its finding does
>>> >> not support c++11 or atleast the config tests think that way. Again
>>> >> this components build system needs to fix that. You might be better
>>> >> off using llvm provided bt meta-oe instead of internal version.
>>> >>
>>> >> On Wed, Dec 30, 2015 at 9:35 AM, Giordon Stark 
>>> wrote:
>>> >> > https://gist.github.com/anonymous/adec2839deecce33702a
>>> >> >
>>> >> > Giordon
>>> >> >
>>> >> > On Wed, Dec 23, 2015 at 9:25 PM Khem Raj 
>>> wrote:
>>> >> >>
>>> >> >> can you post output of
>>> root/6.04.12-r0/build/CMakeFiles/CMakeError.log
>>> >> >>
>>> >> >> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark 
>>> >> >> wrote:
>>> >> >> > Hi all,
>>> >> >> >
>>> >> >> > I'm trying to add a recipe for ROOT (from CERN) but I'm running
>>> into
>>> >> >> > various
>>> >> >> > issues with just trying to get compilers working.
>>> >> >> >
>>> >> >> > Current recipe:
>>> >> >> >
>>> >> >> >
>>> >> >> >
>>> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
>>> >> >> >
>>> >> >> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
>>> >> >> >
>>> >> >> > Note that the goal is to have the bare-minimum with PyROOT
>>> (enable
>>> >> >> > python
>>> >> >> > support). So I'm following:
>>> >> >> > - https://root.cern.ch/building-root
>>> >> >> > - https://root.cern.ch/build-prerequisites
>>> >> >> >
>>> >> >> > Thanks,
>>> >> >> >
>>> >> >> > Giordon
>>> >> >> >
>>> >> >> > --
>>> >> >> > ___
>>> >> >> > yocto mailing list
>>> >> >> > yocto@yoctoproject.org
>>> >> >> > https://lists.yoctoproject.org/listinfo/yocto
>>> >> >> >
>>>
>>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Trying to add a recipe for ROOT

2015-12-30 Thread Giordon Stark
Actually -- if you look here -- I'm already using pkg-config?

https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb#L9

Is there something wrong with the configuration then?

On Wed, Dec 30, 2015 at 2:07 PM Giordon Stark  wrote:

> I'm unable to disable the internal build. I'm working on the pkg-config
> however.
>
> On Wed, Dec 30, 2015 at 1:34 PM Khem Raj  wrote:
>
>> On Wed, Dec 30, 2015 at 10:27 AM, Giordon Stark  wrote:
>> > I'll look at pkg-config examples. How do I fix the llvm issue though? I
>> > don't know enough about bitbake to fix that.
>>
>> disable, internal build _somehow_
>> then add DEPENDS += "llvm3" to recipe
>> >
>> > Giordon
>> >
>> > On Wed, Dec 30, 2015 at 1:26 PM Khem Raj  wrote:
>> >>
>> >> you mostly have one of these issues
>> >>
>> >> | ERROR:
>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> >> should not be used, use an alternative such as pkg-config
>> >> | ERROR:
>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> >> should not be used, use an alternative such as pkg-config
>> >> | ERROR:
>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> >> should not be used, use an alternative such as pkg-config
>> >> | ERROR:
>> >> /home/osboxes/poky/build/tmp/sysroots/i686-linux/usr/bin/pcre-config
>> >> should not be used, use an alternative such as pkg-config
>> >>
>> >> so you need to replace the use of pcre-config with pkg-config, there
>> >> are example how it has been done for some other recipes in OE
>> >>
>> >> second problem seems to be that its trying to compile its own version
>> >> of llvm and thats failing because the native compiler its finding does
>> >> not support c++11 or atleast the config tests think that way. Again
>> >> this components build system needs to fix that. You might be better
>> >> off using llvm provided bt meta-oe instead of internal version.
>> >>
>> >> On Wed, Dec 30, 2015 at 9:35 AM, Giordon Stark 
>> wrote:
>> >> > https://gist.github.com/anonymous/adec2839deecce33702a
>> >> >
>> >> > Giordon
>> >> >
>> >> > On Wed, Dec 23, 2015 at 9:25 PM Khem Raj  wrote:
>> >> >>
>> >> >> can you post output of
>> root/6.04.12-r0/build/CMakeFiles/CMakeError.log
>> >> >>
>> >> >> On Wed, Dec 9, 2015 at 12:00 PM, Giordon Stark 
>> >> >> wrote:
>> >> >> > Hi all,
>> >> >> >
>> >> >> > I'm trying to add a recipe for ROOT (from CERN) but I'm running
>> into
>> >> >> > various
>> >> >> > issues with just trying to get compilers working.
>> >> >> >
>> >> >> > Current recipe:
>> >> >> >
>> >> >> >
>> >> >> >
>> https://github.com/kratsg/meta-l1calo/blob/master/recipes-core/root/root_6.04.12.bb
>> >> >> >
>> >> >> > Current log: https://gist.github.com/kratsg/cd3184a167676eb69067
>> >> >> >
>> >> >> > Note that the goal is to have the bare-minimum with PyROOT (enable
>> >> >> > python
>> >> >> > support). So I'm following:
>> >> >> > - https://root.cern.ch/building-root
>> >> >> > - https://root.cern.ch/build-prerequisites
>> >> >> >
>> >> >> > Thanks,
>> >> >> >
>> >> >> > Giordon
>> >> >> >
>> >> >> > --
>> >> >> > ___
>> >> >> > yocto mailing list
>> >> >> > yocto@yoctoproject.org
>> >> >> > https://lists.yoctoproject.org/listinfo/yocto
>> >> >> >
>>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] NSUPDATE Package in intel edison with yocto version 159

2015-12-30 Thread neuber sousa
I'm trying to to this:
http://mkaczanowski.com/golang-build-dynamic-dns-service-go/


But I have error with NSUPDATE package


*root@neuberfran:~# opkg install nsupdate*
Unknown package 'nsupdate'.
Collected errors:

opkg_install_cmd: Cannot install package nsupdate


Please help
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-mono PATCH] mono-4.xx.inc: Inherit gettext class

2015-12-30 Thread Alex J Lennon


On 16/12/2015 16:18, Otavio Salvador wrote:
> The mono uses gettext for build, by default, so we ought to ensure it
> is available during the build.
>

Applied. Thanks Otavio.

Cheers, Alex

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-mono][PATCH] README.md: fix mailto links

2015-12-30 Thread Alex J Lennon


On 23/11/2015 08:25, Roger Meier wrote:
> Signed-off-by: Roger Meier 
> ---
>  README.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, Thanks Roger.

Cheers, Alex

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto