Mike Frysinger <vapier@gentoo.org> wrote on 2010/10/08 11:01:57:
>
> On Friday, September 24, 2010 12:01:21 Joakim Tjernlund wrote:
> > - make crossdev respect PORTAGE_CONFIGROOT. We use our own portage
> > tree for our pkgs, including the compiler, as we want to be able
> > to recreate/rebuild the same sw versions in the future.
>
* PORTDIR_OVERLAY: /usr/local/portage/transmode
* PORT_LOGDIR: /var/log/portage
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ -
/usr/portage/eclass/toolchain-funcs.eclass: line 283: KV_to_int: command not found
/usr/portage/eclass/toolchain-funcs.eclass: line 283: KV_to_int: command not found
/usr/portage/eclass/toolchain-funcs.eclass: line 285: KV_to_int: command not found
/usr/portage/eclass/toolchain-funcs.eclass: line 285: KV_to_int: command not found
* Forcing the latest versions of {binutils,gcc}-config/gnuconfig ...
Something appears broken in latest crossdev.
Jocke
10-08-2010, 12:40 PM
Joakim Tjernlund
crossdev improvements
Joakim Tjernlund/Transmode wrote on 2010/10/08 11:45:12:
>
> Mike Frysinger <vapier@gentoo.org> wrote on 2010/10/08 11:01:57:
> >
> > On Friday, September 24, 2010 12:01:21 Joakim Tjernlund wrote:
> > > - make crossdev respect PORTAGE_CONFIGROOT. We use our own portage
> > > tree for our pkgs, including the compiler, as we want to be able
> > > to recreate/rebuild the same sw versions in the future.
> >
> > try this:
> My mail client trashed it, can you sent it as an attachment?
I hand applied it and crossdev still works fine. I don't have a PORTAGE_CONFIGROOT
handy but at least it works as it used to.
Jocke
10-09-2010, 10:15 PM
Mike Frysinger
crossdev improvements
On Friday, October 08, 2010 06:14:48 Joakim Tjernlund wrote:
> - /usr/portage/eclass/toolchain-funcs.eclass: line 283: KV_to_int:
> command not found
>
> Something appears broken in latest crossdev.
as noted in your other thread, this has nothing to do with crossdev
-mike
10-09-2010, 10:16 PM
Mike Frysinger
crossdev improvements
On Friday, October 08, 2010 08:40:13 Joakim Tjernlund wrote:
> Joakim Tjernlund/Transmode wrote on 2010/10/08 11:45:12:
> > Mike Frysinger <vapier@gentoo.org> wrote on 2010/10/08 11:01:57:
> > > On Friday, September 24, 2010 12:01:21 Joakim Tjernlund wrote:
> > > > - make crossdev respect PORTAGE_CONFIGROOT. We use our own portage
> > > >
> > > > tree for our pkgs, including the compiler, as we want to be able
> > > > to recreate/rebuild the same sw versions in the future.
> > >
> > > try this:
> >
> > My mail client trashed it, can you sent it as an attachment?
>
> I hand applied it and crossdev still works fine. I don't have a
> PORTAGE_CONFIGROOT handy but at least it works as it used to.
thanks. ive applied & pushed it.
-mike
10-10-2010, 07:30 AM
Joakim Tjernlund
crossdev improvements
Mike Frysinger <vapier@gentoo.org> wrote on 2010/10/10 00:15:28:
>
> On Friday, October 08, 2010 06:14:48 Joakim Tjernlund wrote:
> > - /usr/portage/eclass/toolchain-funcs.eclass: line 283: KV_to_int:
> > command not found
> >
> > Something appears broken in latest crossdev.
>
> as noted in your other thread, this has nothing to do with crossdev
OK, I didn't quite understand that. Then this is a pure portage problem
I guess
Jocke
10-28-2010, 04:05 AM
Mike Frysinger
crossdev improvements
On Sunday, October 10, 2010 03:30:52 Joakim Tjernlund wrote:
> Mike Frysinger <vapier@gentoo.org> wrote on 2010/10/10 00:15:28:
> > On Friday, October 08, 2010 06:14:48 Joakim Tjernlund wrote:
> > > - /usr/portage/eclass/toolchain-funcs.eclass: line 283: KV_to_int:
> > > command not found
> > >
> > > Something appears broken in latest crossdev.
> >
> > as noted in your other thread, this has nothing to do with crossdev
>
> OK, I didn't quite understand that. Then this is a pure portage problem
> I guess
sorry, i was wrong. it's an issue between emerge-wrapper sourcing the
eclasses to use tc-arch. but only for powerpc targets as its code in
toolchain-funcs.eclass is overly complicated.
i'll clean up the code in the eclass and it should fix these harmless
warnings.
-mike