Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546748 - sys-devel/crossdev: /usr/bin/emerge-wrapper: line 48 /eclass/toolchain-funcs.eclass: No such file or directory
Summary: sys-devel/crossdev: /usr/bin/emerge-wrapper: line 48 /eclass/toolchain-funcs....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 528542 548970 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-16 08:57 UTC by Sergey Ya. Korshunoff
Modified: 2015-05-18 16:41 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Ya. Korshunoff 2015-04-16 08:57:53 UTC
When I use crossdev there is a warning about
============
* CROSSDEV_OVERLAY: /usr/local/portage
* PORT_LOGDIR: /var/log/portage
* PORTAGE_CONFIGROOT:
* Portage flags:
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
_ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _ - ~ - _
/usr/bin/emerge-wrapper: line 48: /eclass/toolchain-funcs.eclass: No
such file or directory
/usr/bin/emerge-wrapper: line 49: tc-arch: command not found
============
I don't know if this problem is solved in a current git tree. A patch
to remove such warning from internet:
============
fantoo bin # diff -u emerge-wrapper.orig emerge-wrapper
--- emerge-wrapper.orig 2015-04-15 13:30:45.000000000 +0300
+++ emerge-wrapper      2015-04-15 13:31:05.000000000 +0300
@@ -124,8 +124,10 @@
                } else if ($1 == "location") {
                        loc = $3
                }
-       }
-       END { print(locs[main_repo]) }
+       } END {
+               locs[repo_name] = loc
+               print(locs[main_repo])
+       }
 ')
============
Comment 1 Mike Gilbert gentoo-dev 2015-04-20 01:12:02 UTC
What version of crossdev? Have you tried the latest ~arch version?

Also, please provide emerge --info.
Comment 2 Sergey Ya. Korshunoff 2015-04-20 03:19:00 UTC
> What version of crossdev?
crossdev-20140917

> Have you tried the latest ~arch version?
No

> Also, please provide emerge --info
Sorry, I can't. A development environment is changed. But there are links about this problem in internet

"Crossdev MinGW-W64 binutils failed" https://forums.gentoo.org/viewtopic-p-7669404.html?sid=83bf5bf82d42ad18882848105b73763b
dec 2014

"Getting started with crossdev" https://forums.gentoo.org/viewtopic-t-1010610.html?sid=742657b57d0bd169df518223e05716cf
feb 2015

Can you reproduce this bug it itself? Is this bug already fixed?
Comment 3 SpanKY gentoo-dev 2015-05-10 14:37:27 UTC
*** Bug 548970 has been marked as a duplicate of this bug. ***
Comment 4 SpanKY gentoo-dev 2015-05-18 15:55:50 UTC
will be fixed in the next release with:
http://gitweb.gentoo.org/proj/crossdev.git/commit/?id=ed6c54d9c660286fb1d0620e4c7f7ff00b642b57
Comment 5 SpanKY gentoo-dev 2015-05-18 16:41:46 UTC
*** Bug 528542 has been marked as a duplicate of this bug. ***