| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We were setting CBUILD within econf_build but not CHOST. crossdev's
/usr/share/config.site relies on both of these to decide whether to load
configure overrides needed when cross-compiling. Using the wrong
overrides leads to packages such as Python failing.
Doing this also avoids the need to duplicate the --build and --host
configure arguments.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This fixes accidental typo in flag restriction from previous commit.
Fixes: 32aeb34cdae5 ("dev-ml/lablgtk: Improve use flag metadata section")
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/28576
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/724952
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/724862
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: David Seifert <soap@gentoo.org>
|
| |
| |
| |
| |
| |
| | |
Closes: https://github.com/gentoo/gentoo/pull/28571
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/874012
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/28402
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| |
| | |
Bug: https://bugs.gentoo.org/883683
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
Fixes: 3478cabb5f94e9d90ae1ed9e3f7909a1146aa471
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| |
| |
| | |
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28574
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Use a hack to deduce libdir to nudge the build system in the right
direction because get_libdir can't handle BROOT/CBUILD right now.
* Disable _ctypes (libffi) and _crypt (lib(x)crypt) modules for cross (CBUILD)
Python as they're not needed and Python struggles to find the libraries
correctly.
This avoids an issue where setup.py can't handle deducing libdir
(or even being passed it) for cross-compilation. Fortunately, cpython
is migrating away from setup.py to autotools.
Note that this isn't the same as what bug 633712 would've been at the time
it was reported, but it certainly showed up the same way on more modern
Pythons since we introduced the CBUILD part a few months ago.
Bug: https://bugs.gentoo.org/633712
Bug: https://bugs.gentoo.org/794181
Bug: https://bugs.gentoo.org/864911
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/884049
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
|