All of lore.kernel.org
 help / color / mirror / Atom feed
* pre-built yocto toolchains don't install cleanly on fedora 19
@ 2013-07-16 11:18 Robert P. J. Day
  2013-07-16 11:21 ` Laurentiu Palcu
  2013-07-16 11:40 ` Robert P. J. Day
  0 siblings, 2 replies; 5+ messages in thread
From: Robert P. J. Day @ 2013-07-16 11:18 UTC (permalink / raw)
  To: Yocto discussion list


  the current yocto arm toolchain here:

http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/toolchain/i686/

doesn't install cleanly on fedora 19, a number of people who tried it
got a relocation error. i'll try it again later today and document it
more completely but i'm teaching all week so my testing time is
limited.

  can someone else try it -- just try to install the arm toolchain on
f19 by running script and see what happens. the same relocation error
doesn't happen on ubuntu.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: pre-built yocto toolchains don't install cleanly on fedora 19
  2013-07-16 11:18 pre-built yocto toolchains don't install cleanly on fedora 19 Robert P. J. Day
@ 2013-07-16 11:21 ` Laurentiu Palcu
  2013-07-16 11:53   ` Robert P. J. Day
  2013-07-16 11:40 ` Robert P. J. Day
  1 sibling, 1 reply; 5+ messages in thread
From: Laurentiu Palcu @ 2013-07-16 11:21 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

I'm on it. The issue is tracked here:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=4853

Thanks,
Laurentiu

On Tue, Jul 16, 2013 at 04:18:24AM -0700, Robert P. J. Day wrote:
> 
>   the current yocto arm toolchain here:
> 
> http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/toolchain/i686/
> 
> doesn't install cleanly on fedora 19, a number of people who tried it
> got a relocation error. i'll try it again later today and document it
> more completely but i'm teaching all week so my testing time is
> limited.
> 
>   can someone else try it -- just try to install the arm toolchain on
> f19 by running script and see what happens. the same relocation error
> doesn't happen on ubuntu.
> 
> rday
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

* Re: pre-built yocto toolchains don't install cleanly on fedora 19
  2013-07-16 11:18 pre-built yocto toolchains don't install cleanly on fedora 19 Robert P. J. Day
  2013-07-16 11:21 ` Laurentiu Palcu
@ 2013-07-16 11:40 ` Robert P. J. Day
  2013-07-16 12:21   ` Laurentiu Palcu
  1 sibling, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2013-07-16 11:40 UTC (permalink / raw)
  To: Yocto discussion list

On Tue, 16 Jul 2013, Robert P. J. Day wrote:

>
>   the current yocto arm toolchain here:
>
> http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/toolchain/i686/
>
> doesn't install cleanly on fedora 19, a number of people who tried it
> got a relocation error. i'll try it again later today and document it
> more completely but i'm teaching all week so my testing time is
> limited.

  whoops, sorry, link to wrong directory, the toolchain in question is
here:

http://downloads.yoctoproject.org/releases/yocto/yocto-1.4.1/toolchain/i686/

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: pre-built yocto toolchains don't install cleanly on fedora 19
  2013-07-16 11:21 ` Laurentiu Palcu
@ 2013-07-16 11:53   ` Robert P. J. Day
  0 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2013-07-16 11:53 UTC (permalink / raw)
  To: Laurentiu Palcu; +Cc: Yocto discussion list

On Tue, 16 Jul 2013, Laurentiu Palcu wrote:

> I'm on it. The issue is tracked here:
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4853

  ok, just added myself to CC list, thanks.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: pre-built yocto toolchains don't install cleanly on fedora 19
  2013-07-16 11:40 ` Robert P. J. Day
@ 2013-07-16 12:21   ` Laurentiu Palcu
  0 siblings, 0 replies; 5+ messages in thread
From: Laurentiu Palcu @ 2013-07-16 12:21 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

There a fix for this on oe-core ML:
http://patches.openembedded.org/patch/53761/

Thanks,
Laurentiu

On Tue, Jul 16, 2013 at 04:40:38AM -0700, Robert P. J. Day wrote:
> On Tue, 16 Jul 2013, Robert P. J. Day wrote:
> 
> >
> >   the current yocto arm toolchain here:
> >
> > http://downloads.yoctoproject.org/releases/yocto/yocto-1.0/toolchain/i686/
> >
> > doesn't install cleanly on fedora 19, a number of people who tried it
> > got a relocation error. i'll try it again later today and document it
> > more completely but i'm teaching all week so my testing time is
> > limited.
> 
>   whoops, sorry, link to wrong directory, the toolchain in question is
> here:
> 
> http://downloads.yoctoproject.org/releases/yocto/yocto-1.4.1/toolchain/i686/
> 
> rday
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2013-07-16 12:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 11:18 pre-built yocto toolchains don't install cleanly on fedora 19 Robert P. J. Day
2013-07-16 11:21 ` Laurentiu Palcu
2013-07-16 11:53   ` Robert P. J. Day
2013-07-16 11:40 ` Robert P. J. Day
2013-07-16 12:21   ` Laurentiu Palcu

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.