All of lore.kernel.org
 help / color / mirror / Atom feed
* Sysprof build error
@ 2011-10-20 13:45 Jack Mitchell
  2011-10-20 16:09 ` McClintock Matthew-B29882
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jack Mitchell @ 2011-10-20 13:45 UTC (permalink / raw)
  To: yocto@yoctoproject.org

I have been sucessfully compiling using the git master branch of poky 
for the past month or so. I switched branches to Edison yesterday so I 
would be working with the stable branch instead and now I cannot compile 
my build.

I am currently getting errors with sysprof, however if I clean the 
shared state of sysprof I then get errors with Avahi, so I then clean 
shared state of Avahi and it goes back to sysprof errors. Anyway, my 
error log is as shown below:

http://pastebin.com/j5vf6wzj

I have tried cleaning and recompiling glib-2.0 due to this error:

| 
mnt/yocto/poky/qemuarm-toolchain/tmp/sysroots/qemuarm/usr/lib/libgtk-x11-2.0.so: 
undefined reference to `g_datalist_get_data'

Which I believe is glib related, however this might not be the 
fundamental error?

Anyway, any help would be appreciated!

Cheers,
Jack.


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

* Re: Sysprof build error
  2011-10-20 13:45 Sysprof build error Jack Mitchell
@ 2011-10-20 16:09 ` McClintock Matthew-B29882
  2011-10-20 16:13 ` Gary Thomas
  2011-10-20 21:10 ` Khem Raj
  2 siblings, 0 replies; 6+ messages in thread
From: McClintock Matthew-B29882 @ 2011-10-20 16:09 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: yocto@yoctoproject.org

On Thu, Oct 20, 2011 at 8:45 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
> http://pastebin.com/j5vf6wzj
>
> I have tried cleaning and recompiling glib-2.0 due to this error:
>
> |
> mnt/yocto/poky/qemuarm-toolchain/tmp/sysroots/qemuarm/usr/lib/libgtk-x11-2.0.so:
> undefined reference to `g_datalist_get_data'
>
> Which I believe is glib related, however this might not be the fundamental
> error?

Just a comment, sysprof builds for powerpc and powerpc64 on the edison branch.

-M


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

* Re: Sysprof build error
  2011-10-20 16:13 ` Gary Thomas
@ 2011-10-20 16:11   ` ml
  0 siblings, 0 replies; 6+ messages in thread
From: ml @ 2011-10-20 16:11 UTC (permalink / raw)
  To: yocto

On 20.10.2011 17:13, Gary Thomas wrote:
> On 2011-10-20 07:45, Jack Mitchell wrote:
>> I have been sucessfully compiling using the git master branch of 
>> poky for the past month or so. I switched branches to Edison yesterday 
>> so I would be working with the stable branch
>> instead and now I cannot compile my build.
>>
>> I am currently getting errors with sysprof, however if I clean the 
>> shared state of sysprof I then get errors with Avahi, so I then clean 
>> shared state of Avahi and it goes back to
>> sysprof errors. Anyway, my error log is as shown below:
>>
>> http://pastebin.com/j5vf6wzj
>>
>> I have tried cleaning and recompiling glib-2.0 due to this error:
>>
>> | 
>> mnt/yocto/poky/qemuarm-toolchain/tmp/sysroots/qemuarm/usr/lib/libgtk-x11-2.0.so: 
>> undefined reference to `g_datalist_get_data'
>>
>> Which I believe is glib related, however this might not be the 
>> fundamental error?
>>
>> Anyway, any help would be appreciated!
>
> Did you try a totally clean build?

I have left a full clean build to run overnight, it ran into race 
condition early on which was overcome by setting it going a second time 
and it was still running about 2/3 complete when I left work. I will 
update tomorrow.

I am building the core-image-rt-sdk with dropbear, lighttpd and php, I 
believe the race condition is something to do with the error that I 
receive at the start stating that two kernels have been defined a non-rt 
and the rt - this might be something someone wants to check on?




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

* Re: Sysprof build error
  2011-10-20 13:45 Sysprof build error Jack Mitchell
  2011-10-20 16:09 ` McClintock Matthew-B29882
@ 2011-10-20 16:13 ` Gary Thomas
  2011-10-20 16:11   ` ml
  2011-10-20 21:10 ` Khem Raj
  2 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2011-10-20 16:13 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: yocto@yoctoproject.org

On 2011-10-20 07:45, Jack Mitchell wrote:
> I have been sucessfully compiling using the git master branch of poky for the past month or so. I switched branches to Edison yesterday so I would be working with the stable branch
> instead and now I cannot compile my build.
>
> I am currently getting errors with sysprof, however if I clean the shared state of sysprof I then get errors with Avahi, so I then clean shared state of Avahi and it goes back to
> sysprof errors. Anyway, my error log is as shown below:
>
> http://pastebin.com/j5vf6wzj
>
> I have tried cleaning and recompiling glib-2.0 due to this error:
>
> | mnt/yocto/poky/qemuarm-toolchain/tmp/sysroots/qemuarm/usr/lib/libgtk-x11-2.0.so: undefined reference to `g_datalist_get_data'
>
> Which I believe is glib related, however this might not be the fundamental error?
>
> Anyway, any help would be appreciated!

Did you try a totally clean build?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Sysprof build error
  2011-10-20 13:45 Sysprof build error Jack Mitchell
  2011-10-20 16:09 ` McClintock Matthew-B29882
  2011-10-20 16:13 ` Gary Thomas
@ 2011-10-20 21:10 ` Khem Raj
  2011-10-24  9:28   ` Jack Mitchell
  2 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2011-10-20 21:10 UTC (permalink / raw)
  To: Jack Mitchell; +Cc: yocto@yoctoproject.org

On Thu, Oct 20, 2011 at 6:45 AM, Jack Mitchell <ml@communistcode.co.uk> wrote:
> I have tried cleaning and recompiling glib-2.0 due to this error:
>
> |
> mnt/yocto/poky/qemuarm-toolchain/tmp/sysroots/qemuarm/usr/lib/libgtk-x11-2.0.so:
> undefined reference to `g_datalist_get_data'
>
> Which I believe is glib related, however this might not be the fundamental
> error?
>

This means you need to rebuild glib-2.0 along with libgtk-x11
bitbake -ccleansstate glib-2.0
bitbake sysprof


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

* Re: Sysprof build error
  2011-10-20 21:10 ` Khem Raj
@ 2011-10-24  9:28   ` Jack Mitchell
  0 siblings, 0 replies; 6+ messages in thread
From: Jack Mitchell @ 2011-10-24  9:28 UTC (permalink / raw)
  Cc: yocto@yoctoproject.org

On 20/10/2011 22:10, Khem Raj wrote:
> On Thu, Oct 20, 2011 at 6:45 AM, Jack Mitchell<ml@communistcode.co.uk>  wrote:
>> I have tried cleaning and recompiling glib-2.0 due to this error:
>>
>> |
>> mnt/yocto/poky/qemuarm-toolchain/tmp/sysroots/qemuarm/usr/lib/libgtk-x11-2.0.so:
>> undefined reference to `g_datalist_get_data'
>>
>> Which I believe is glib related, however this might not be the fundamental
>> error?
>>
> This means you need to rebuild glib-2.0 along with libgtk-x11
> bitbake -ccleansstate glib-2.0
> bitbake sysprof

This was my first point of call, which didn't fix it. I re-build with a 
fresh build directory and it built fine.


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

end of thread, other threads:[~2011-10-24  9:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20 13:45 Sysprof build error Jack Mitchell
2011-10-20 16:09 ` McClintock Matthew-B29882
2011-10-20 16:13 ` Gary Thomas
2011-10-20 16:11   ` ml
2011-10-20 21:10 ` Khem Raj
2011-10-24  9:28   ` Jack Mitchell

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.