Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523102 - sys-devel/crossdev: move ARCH,ELIBC to profile
Summary: sys-devel/crossdev: move ARCH,ELIBC to profile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
: 527144 (view as bug list)
Depends on:
Blocks: 527144
  Show dependency tree
 
Reported: 2014-09-18 08:26 UTC by Joakim Tjernlund
Modified: 2019-10-30 22:45 UTC (History)
2 users (show)

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


Attachments
Move ARCH,ELIBC (0001-Move-ARCH-and-ELIBC-to-local-profile.patch,2.01 KB, patch)
2014-09-18 08:26 UTC, Joakim Tjernlund
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2014-09-18 08:26:45 UTC
Created attachment 384992 [details, diff]
Move ARCH,ELIBC

As both ARCH and ELIBC are PROFILE_ONLY vars one cannot
define these in make.conf.
Move these to etc/portage/profile/make.defaults which is part
of the profile.

I know there is a plan to drop/redo the embedded profile but until then
lets fix the problems in the current one.
Comment 1 SpanKY gentoo-dev 2014-09-18 16:54:56 UTC
crossdev should pick a default profile that is appropriate for the target and move away from setting any of this in make.conf or make.defaults
Comment 2 Joakim Tjernlund 2014-09-18 18:30:53 UTC
(In reply to SpanKY from comment #1)
> crossdev should pick a default profile that is appropriate for the target
> and move away from setting any of this in make.conf or make.defaults

yes, at least offer some of the existing profiles. I do wonder
if the embedded profile has some value though, consider a very small system which
just needs libc and a few other libs. Then one would select the embedded profile
and just merge the other needed libs and you are done.
Comment 3 SpanKY gentoo-dev 2014-10-31 00:44:31 UTC
*** Bug 527144 has been marked as a duplicate of this bug. ***
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2019-10-30 22:45:32 UTC
https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=393e1cd0c6d3ac81fa166bafe6065d42849f622c generates local profiles for all targets. Should be solved now.