All of lore.kernel.org
 help / color / mirror / Atom feed
* Trouble compiling system-tools-backends
@ 2010-11-01 17:03 Zach Frey
  2010-11-01 17:35 ` Khem Raj
  0 siblings, 1 reply; 13+ messages in thread
From: Zach Frey @ 2010-11-01 17:03 UTC (permalink / raw)
  To: openembedded-devel

Hi everyone,

I'm trying to build angstrom-gnome-image with latest for omapzoom2 (on
Ubuntu 8.04) and I'm getting the following error:

| Making all in services
| make[2]: Entering directory
`/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1/services'
| cd .. && \
|       /bin/sh
/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1/missing
--run automake-1.7 --gnu  services/Makefile
| configure.in:8: version mismatch.  This is Automake 1.7.9,
| configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
| configure.in:8: comes from Automake 1.11.1.  You should recreate
| configure.in:8: aclocal.m4 with aclocal and run automake again.
| make[2]: *** [Makefile.in] Error 1
| make[2]: Leaving directory
`/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1/services'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory
`/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1'
| make: *** [all] Error 2
| FATAL: oe_runmake failed
| ERROR: Function do_compile failed
NOTE: package system-tools-backends-2.10.1-r0: task do_compile: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/PHOENIX/frey/OE/openembedded/recipes/gnome/
system-tools-backends_2.10.1.bb do_compile failed
ERROR: Task 2237 (/home/PHOENIX/frey/OE/openembedded/recipes/gnome/
system-tools-backends_2.10.1.bb, do_compile) failed with 256
ERROR: '/home/PHOENIX/frey/OE/openembedded/recipes/gnome/
system-tools-backends_2.10.1.bb' failed
ERROR: '/home/PHOENIX/frey/OE/openembedded/recipes/gnome/
system-tools-backends_2.10.1.bb' failed


Ideas?

Thanks,
Zach Frey


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

* Re: Trouble compiling system-tools-backends
  2010-11-01 17:03 Trouble compiling system-tools-backends Zach Frey
@ 2010-11-01 17:35 ` Khem Raj
  2010-11-01 18:19   ` Zach Frey
  0 siblings, 1 reply; 13+ messages in thread
From: Khem Raj @ 2010-11-01 17:35 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Nov 1, 2010 at 10:03 AM, Zach Frey <zach@znfrey.com> wrote:
> Hi everyone,
>
> I'm trying to build angstrom-gnome-image with latest for omapzoom2 (on
> Ubuntu 8.04) and I'm getting the following error:

Are you using angstrom-2010 ? in that case you might want to
regenerate configure
as well as libtool scripts.

>
> | Making all in services
> | make[2]: Entering directory
> `/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1/services'
> | cd .. && \
> |       /bin/sh
> /home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1/missing
> --run automake-1.7 --gnu  services/Makefile
> | configure.in:8: version mismatch.  This is Automake 1.7.9,
> | configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
> | configure.in:8: comes from Automake 1.11.1.  You should recreate
> | configure.in:8: aclocal.m4 with aclocal and run automake again.
> | make[2]: *** [Makefile.in] Error 1
> | make[2]: Leaving directory
> `/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1/services'
> | make[1]: *** [all-recursive] Error 1
> | make[1]: Leaving directory
> `/home/PHOENIX/frey/OE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/system-tools-backends-2.10.1'
> | make: *** [all] Error 2
> | FATAL: oe_runmake failed
> | ERROR: Function do_compile failed
> NOTE: package system-tools-backends-2.10.1-r0: task do_compile: Failed
> ERROR: TaskFailed event exception, aborting
> ERROR: Build of /home/PHOENIX/frey/OE/openembedded/recipes/gnome/
> system-tools-backends_2.10.1.bb do_compile failed
> ERROR: Task 2237 (/home/PHOENIX/frey/OE/openembedded/recipes/gnome/
> system-tools-backends_2.10.1.bb, do_compile) failed with 256
> ERROR: '/home/PHOENIX/frey/OE/openembedded/recipes/gnome/
> system-tools-backends_2.10.1.bb' failed
> ERROR: '/home/PHOENIX/frey/OE/openembedded/recipes/gnome/
> system-tools-backends_2.10.1.bb' failed
>
>
> Ideas?
>
> Thanks,
> Zach Frey
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: Trouble compiling system-tools-backends
  2010-11-01 17:35 ` Khem Raj
@ 2010-11-01 18:19   ` Zach Frey
  2010-11-01 19:40     ` Khem Raj
  2010-11-01 19:47     ` Khem Raj
  0 siblings, 2 replies; 13+ messages in thread
From: Zach Frey @ 2010-11-01 18:19 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Nov 1, 2010 at 1:35 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On Mon, Nov 1, 2010 at 10:03 AM, Zach Frey <zach@znfrey.com> wrote:
> > Hi everyone,
> >
> > I'm trying to build angstrom-gnome-image with latest for omapzoom2 (on
> > Ubuntu 8.04) and I'm getting the following error:
>
> Are you using angstrom-2010 ? in that case you might want to
> regenerate configure
> as well as libtool scripts.
>
>
Actually, I'm using

DISTRO = "angstrom-2008.1"

Should I try "angstrom-2010.x" ?


Thanks,
Zach


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

* Re: Trouble compiling system-tools-backends
  2010-11-01 18:19   ` Zach Frey
@ 2010-11-01 19:40     ` Khem Raj
  2010-11-01 19:47     ` Khem Raj
  1 sibling, 0 replies; 13+ messages in thread
From: Khem Raj @ 2010-11-01 19:40 UTC (permalink / raw)
  To: openembedded-devel

On (01/11/10 14:19), Zach Frey wrote:
> On Mon, Nov 1, 2010 at 1:35 PM, Khem Raj <raj.khem@gmail.com> wrote:
> 
> > On Mon, Nov 1, 2010 at 10:03 AM, Zach Frey <zach@znfrey.com> wrote:
> > > Hi everyone,
> > >
> > > I'm trying to build angstrom-gnome-image with latest for omapzoom2 (on
> > > Ubuntu 8.04) and I'm getting the following error:
> >
> > Are you using angstrom-2010 ? in that case you might want to
> > regenerate configure
> > as well as libtool scripts.
> >
> >
> Actually, I'm using
> 
> DISTRO = "angstrom-2008.1"
> 
> Should I try "angstrom-2010.x" ?

I am not hopeful if that will help then.
let me see if I can reproduce it
> 
> 
> Thanks,
> Zach
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: Trouble compiling system-tools-backends
  2010-11-01 18:19   ` Zach Frey
  2010-11-01 19:40     ` Khem Raj
@ 2010-11-01 19:47     ` Khem Raj
  2010-11-01 19:54       ` Zach Frey
  1 sibling, 1 reply; 13+ messages in thread
From: Khem Raj @ 2010-11-01 19:47 UTC (permalink / raw)
  To: openembedded-devel

On (01/11/10 14:19), Zach Frey wrote:
> On Mon, Nov 1, 2010 at 1:35 PM, Khem Raj <raj.khem@gmail.com> wrote:
> 
> > On Mon, Nov 1, 2010 at 10:03 AM, Zach Frey <zach@znfrey.com> wrote:
> > > Hi everyone,
> > >
> > > I'm trying to build angstrom-gnome-image with latest for omapzoom2 (on
> > > Ubuntu 8.04) and I'm getting the following error:
> >
> > Are you using angstrom-2010 ? in that case you might want to
> > regenerate configure
> > as well as libtool scripts.
> >
> >
> Actually, I'm using
> 
> DISTRO = "angstrom-2008.1"
> 
> Should I try "angstrom-2010.x" ?

Well it built fine for me on minimal distro with libtool 2.4 and
machine=efikamx
you could try using angstrom-2010 and see if that helps as it also uses
libtool 2.4

other guess ...there could be build host difference as I am using ubuntu 10.10

> 
> 
> Thanks,
> Zach
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: Trouble compiling system-tools-backends
  2010-11-01 19:47     ` Khem Raj
@ 2010-11-01 19:54       ` Zach Frey
  2010-11-01 19:57         ` Khem Raj
  0 siblings, 1 reply; 13+ messages in thread
From: Zach Frey @ 2010-11-01 19:54 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Nov 1, 2010 at 3:47 PM, Khem Raj <raj.khem@gmail.com> wrote:

>
> Well it built fine for me on minimal distro with libtool 2.4 and
> machine=efikamx
> you could try using angstrom-2010 and see if that helps as it also uses
> libtool 2.4
>

OK, thanks -- I'll report if angstrom-2010 works for me or not.


> other guess ...there could be build host difference as I am using ubuntu
> 10.10
>

Is Ubuntu 8.04 "supported", or is it old enough that I ought to expect
problems?


Thanks,
Zach


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

* Re: Trouble compiling system-tools-backends
  2010-11-01 19:54       ` Zach Frey
@ 2010-11-01 19:57         ` Khem Raj
  2010-11-02 14:21           ` Zach Frey
  0 siblings, 1 reply; 13+ messages in thread
From: Khem Raj @ 2010-11-01 19:57 UTC (permalink / raw)
  To: openembedded-devel

On (01/11/10 15:54), Zach Frey wrote:
> On Mon, Nov 1, 2010 at 3:47 PM, Khem Raj <raj.khem@gmail.com> wrote:
> 
> >
> > Well it built fine for me on minimal distro with libtool 2.4 and
> > machine=efikamx
> > you could try using angstrom-2010 and see if that helps as it also uses
> > libtool 2.4
> >
> 
> OK, thanks -- I'll report if angstrom-2010 works for me or not.
> 
> 
> > other guess ...there could be build host difference as I am using ubuntu
> > 10.10
> >
> 
> Is Ubuntu 8.04 "supported", or is it old enough that I ought to expect
> problems?

I think till the new LTS 10.04 release it was used by quite a few people
but now few of them might have switched to 10.04 LTS but it should
certainly be usable as build host IMO
> 
> 
> Thanks,
> Zach
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: Trouble compiling system-tools-backends
  2010-11-01 19:57         ` Khem Raj
@ 2010-11-02 14:21           ` Zach Frey
  2010-11-03  1:50             ` Zach Frey
  0 siblings, 1 reply; 13+ messages in thread
From: Zach Frey @ 2010-11-02 14:21 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Nov 1, 2010 at 3:57 PM, Khem Raj <raj.khem@gmail.com> wrote:

> On (01/11/10 15:54), Zach Frey wrote:
> > On Mon, Nov 1, 2010 at 3:47 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >
> > >
> > > Well it built fine for me on minimal distro with libtool 2.4 and
> > > machine=efikamx
> > > you could try using angstrom-2010 and see if that helps as it also uses
> > > libtool 2.4
> > >
> >
> > OK, thanks -- I'll report if angstrom-2010 works for me or not.
> >
> >
> > > other guess ...there could be build host difference as I am using
> ubuntu
> > > 10.10
> > >
> >
> > Is Ubuntu 8.04 "supported", or is it old enough that I ought to expect
> > problems?
>
> I think till the new LTS 10.04 release it was used by quite a few people
> but now few of them might have switched to 10.04 LTS but it should
> certainly be usable as build host IMO
>
>
Thanks.  I do get the same results using angstrom-2010.

-Zach


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

* Re: Trouble compiling system-tools-backends
  2010-11-02 14:21           ` Zach Frey
@ 2010-11-03  1:50             ` Zach Frey
  2010-11-03  2:56               ` Khem Raj
  0 siblings, 1 reply; 13+ messages in thread
From: Zach Frey @ 2010-11-03  1:50 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Nov 2, 2010 at 10:21 AM, Zach Frey <zach@znfrey.com> wrote:

>
>
> On Mon, Nov 1, 2010 at 3:57 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> On (01/11/10 15:54), Zach Frey wrote:
>> > On Mon, Nov 1, 2010 at 3:47 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> >
>> > >
>> > > Well it built fine for me on minimal distro with libtool 2.4 and
>> > > machine=efikamx
>> > > you could try using angstrom-2010 and see if that helps as it also
>> uses
>> > > libtool 2.4
>> > >
>> >
>> > OK, thanks -- I'll report if angstrom-2010 works for me or not.
>> >
>> >
>> > > other guess ...there could be build host difference as I am using
>> ubuntu
>> > > 10.10
>> > >
>> >
>> > Is Ubuntu 8.04 "supported", or is it old enough that I ought to expect
>> > problems?
>>
>> I think till the new LTS 10.04 release it was used by quite a few people
>> but now few of them might have switched to 10.04 LTS but it should
>> certainly be usable as build host IMO
>>
>>
> Thanks.  I do get the same results using angstrom-2010.
>
>
A question -- is the build supposed to be using the build host's automake,
or is it supposed to be using one from its downloaded toolchain?


Thanks,
Zach


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

* Re: Trouble compiling system-tools-backends
  2010-11-03  1:50             ` Zach Frey
@ 2010-11-03  2:56               ` Khem Raj
  2010-11-03  3:10                 ` Zach Frey
  0 siblings, 1 reply; 13+ messages in thread
From: Khem Raj @ 2010-11-03  2:56 UTC (permalink / raw)
  To: openembedded-devel

> A question -- is the build supposed to be using the build host's automake,
> or is it supposed to be using one from its downloaded toolchain?

well automake is used from the contained versions. We use the version
from native staging which
is the version we build. The automake installed on your host is not
used unless you do some stuff
with assume provided.

>
>
> Thanks,
> Zach
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: Trouble compiling system-tools-backends
  2010-11-03  2:56               ` Khem Raj
@ 2010-11-03  3:10                 ` Zach Frey
  2010-11-03  4:50                   ` Khem Raj
  0 siblings, 1 reply; 13+ messages in thread
From: Zach Frey @ 2010-11-03  3:10 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Nov 2, 2010 at 10:56 PM, Khem Raj <raj.khem@gmail.com> wrote:

> > A question -- is the build supposed to be using the build host's
> automake,
> > or is it supposed to be using one from its downloaded toolchain?
>
> well automake is used from the contained versions. We use the version
> from native staging which
> is the version we build. The automake installed on your host is not
> used unless you do some stuff
> with assume provided.
>
>
From
$OEBASE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/temp/run.do_compile.12625

                        AUTOV=`automake --version |head -n 1 |sed "s/.*
//;s/\.[0-9]\+$//"`
                        automake --version
                        echo "AUTOV is $AUTOV"

As far as I can tell, this will pick up the host, not the contained version.

Tried to understand where this is spelled out in the recipe, but not seeing
it (afraid I'm new to this).


Thanks,
Zach


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

* Re: Trouble compiling system-tools-backends
  2010-11-03  3:10                 ` Zach Frey
@ 2010-11-03  4:50                   ` Khem Raj
  2010-11-03 15:58                     ` Zach Frey
  0 siblings, 1 reply; 13+ messages in thread
From: Khem Raj @ 2010-11-03  4:50 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Nov 2, 2010 at 8:10 PM, Zach Frey <zach@znfrey.com> wrote:
> On Tue, Nov 2, 2010 at 10:56 PM, Khem Raj <raj.khem@gmail.com> wrote:
>
>> > A question -- is the build supposed to be using the build host's
>> automake,
>> > or is it supposed to be using one from its downloaded toolchain?
>>
>> well automake is used from the contained versions. We use the version
>> from native staging which
>> is the version we build. The automake installed on your host is not
>> used unless you do some stuff
>> with assume provided.
>>
>>
> From
> $OEBASE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/temp/run.do_compile.12625
>
>                        AUTOV=`automake --version |head -n 1 |sed "s/.*
> //;s/\.[0-9]\+$//"`
>                        automake --version
>                        echo "AUTOV is $AUTOV"
>
> As far as I can tell, this will pick up the host, not the contained version.
>
> Tried to understand where this is spelled out in the recipe, but not seeing
> it (afraid I'm new to this).
>

Well see where the PATHS are set in the script.



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

* Re: Trouble compiling system-tools-backends
  2010-11-03  4:50                   ` Khem Raj
@ 2010-11-03 15:58                     ` Zach Frey
  0 siblings, 0 replies; 13+ messages in thread
From: Zach Frey @ 2010-11-03 15:58 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Nov 3, 2010 at 12:50 AM, Khem Raj <raj.khem@gmail.com> wrote:

> On Tue, Nov 2, 2010 at 8:10 PM, Zach Frey <zach@znfrey.com> wrote:
> > On Tue, Nov 2, 2010 at 10:56 PM, Khem Raj <raj.khem@gmail.com> wrote:
> >
> >> > A question -- is the build supposed to be using the build host's
> >> automake,
> >> > or is it supposed to be using one from its downloaded toolchain?
> >>
> >> well automake is used from the contained versions. We use the version
> >> from native staging which
> >> is the version we build. The automake installed on your host is not
> >> used unless you do some stuff
> >> with assume provided.
> >>
> >>
> > From
> >
> $OEBASE/build/tmp/work/armv7a-angstrom-linux-gnueabi/system-tools-backends-2.10.1-r0/temp/run.do_compile.12625
> >
> >                        AUTOV=`automake --version |head -n 1 |sed "s/.*
> > //;s/\.[0-9]\+$//"`
> >                        automake --version
> >                        echo "AUTOV is $AUTOV"
> >
> > As far as I can tell, this will pick up the host, not the contained
> version.
> >
> > Tried to understand where this is spelled out in the recipe, but not
> seeing
> > it (afraid I'm new to this).
> >
>
> Well see where the PATHS are set in the script.
>
>
export
PATH="/home/PHOENIX/frey/OE/build/tmp/sysroots/x86_64-linux/usr/armv7a/bin:/home/PHOENIX/frey/OE/build/tmp/sysroots/x86_64-linux/usr/sbin:/home/PHOENIX/frey/OE/build/tmp/sysroots/x86_64-linux/usr/bin:/home/PHOENIX/frey/OE/build/tmp/sysroots/x86_64-linux/sbin:/home/PHOENIX/frey/OE/build/tmp/sysroots/x86_64-linux//bin:/home/PHOENIX/frey/OE/bitbake/bin:/opt/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"


Which looks like it ought to be right... if that PATH is truly in effect,
then /home/PHOENIX/frey/OE/build/tmp/sysroots/x86_64-linux/usr/bin/automake
ought to be found before /usr/bin/automake.


Thanks,
Zach


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

end of thread, other threads:[~2010-11-03 15:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 17:03 Trouble compiling system-tools-backends Zach Frey
2010-11-01 17:35 ` Khem Raj
2010-11-01 18:19   ` Zach Frey
2010-11-01 19:40     ` Khem Raj
2010-11-01 19:47     ` Khem Raj
2010-11-01 19:54       ` Zach Frey
2010-11-01 19:57         ` Khem Raj
2010-11-02 14:21           ` Zach Frey
2010-11-03  1:50             ` Zach Frey
2010-11-03  2:56               ` Khem Raj
2010-11-03  3:10                 ` Zach Frey
2010-11-03  4:50                   ` Khem Raj
2010-11-03 15:58                     ` Zach Frey

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.