Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395505 - [TRACKER] cross emerging under prefix
Summary: [TRACKER] cross emerging under prefix
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords: Tracker
Depends on: 384167 395633
Blocks:
  Show dependency tree
 
Reported: 2011-12-21 09:58 UTC by Benda Xu
Modified: 2017-11-14 15:23 UTC (History)
0 users

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 Benda Xu gentoo-dev 2011-12-21 09:58:34 UTC
open this bug as a issue tracker to push forward building embedded system out of prefix environment.

will make some input as I go.

Now a problem is that we have two offsets, one ${EPREFIX}, the other "/usr/${CHOST}" as specified by ${ROOT}.

the ebuild are installed into ${EPREFIX}/usr/${CHOST}/${EPREFIX} (double prefixed)

I tried to unset EPREFIX var when doing cross emerge, but portage fails to find its files. So we have a first problem here:

portage (or prefix-portage) should distingish the EPREFIX for itself and the EPREFIX for building.

of course the zeroth problem is to port crossdev to Prefix ;)

Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-02-24 13:57:50 UTC
All interested...

I don't know the status here, and frankly, I don't care. I'm tired of answering glibc questions in IRC "why is it here?" "how can I emerge it?" "what does this compilation failure mean?" - and the questions are on the rise since it was included in the prefix tree (even unkeyworded).

Therefore, I have removed the package from the prefix tree. Please continue your work in an overlay and add it back when you have a working solution (with appropriate mask message for normal users).
Comment 2 Benda Xu gentoo-dev 2012-02-24 16:37:18 UTC
(In reply to comment #1)
> I don't know the status here, and frankly, I don't care. I'm tired of answering
> glibc questions in IRC "why is it here?" "how can I emerge it?" "what does this
> compilation failure mean?" - and the questions are on the rise since it was
> included in the prefix tree (even unkeyworded).
> 
> Therefore, I have removed the package from the prefix tree. Please continue
> your work in an overlay and add it back when you have a working solution (with
> appropriate mask message for normal users).

Okay, I have no objection for this action.
Comment 3 Fabian Groffen gentoo-dev 2017-11-14 15:23:12 UTC
If cross-merging is still something that's desirable, someone needs to restart those efforts.