| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@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>
|
|
Especially for tests.
Bug: https://bugs.gentoo.org/962440
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
libaio is dead upstream and the state of it hasn't been great for a while.
After fixing bug #722672, I started to see one failure on just one machine
for ABI_X86_32:
```
test cases/20.t completed PASSED.
Completed cases/20.p with 0.
Starting cases/21.p
Expected 4096, got 4294967285
test cases/21.t completed FAILED.
Completed cases/21.p with 1 -- FAILED.
Starting cases/22.p
test cases/22.t completed PASSED.
Completed cases/22.p with 0.
Starting cases/23.p
test cases/23.t completed PASSED.
Completed cases/23.p with 0.
Pass: 18 Fail: 1 Skip: 0
Test run complete at Tue 26 Aug 12:09:10 BST 2025
make[1]: *** [Makefile:53: partcheck] Error 1
```
It's not clear to me why it's only there but given Debian have a tonne of
useful portability patches, let's switch to them (and drop our own x32
patch) and see if that helps. It also brings us HPPA support.
We also get LTO support as a bonus.
Bug: https://bugs.gentoo.org/453938
Bug: https://bugs.gentoo.org/722672
Bug: https://bugs.gentoo.org/855698
Bug: https://bugs.gentoo.org/933092
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This uses Andrii's patch but tweaked to accommodate GCC's r11-257-g13a46321516e2e
where __ILP32__ started to be defined even for -m32. Instead, we check for
x32 specifically (x86-64 and not LP64) because of x32's syscall convention.
Closes: https://bugs.gentoo.org/722672
Thanks-to: Andrii Batyiev <batyiev@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/927697
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@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>
|
|
* EAPI 8
* Drop usr-ldscript per news item
Bug: https://bugs.gentoo.org/325355
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Michael Kochera <kochera@google.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Upstream aren't interested in supporting it & build fails.
Thanks-to: immolo <immoloism@gmail.com>
Closes: https://bugs.gentoo.org/855698
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This is the first version with out-of-the-box loong support, and the
testcase failing on abi_x86_32 passed on loong. Another test failed on
loong (testcase 5), but the library is working nevertheless.
Keywording because we have no other choice on loong.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
|
|
Bug: https://pagure.io/libaio/issue/21
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://marc.info/?l=linux-aio&m=164996470108464&w=2
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Fixes: b7d492ff93212de55b9844dc6aabcef5493c69d5
Signed-off-by: Sam James <sam@gentoo.org>
|
|
This can cause build problems for e.g. 32-bit (gcc -m32 ...)
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
|
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
stable wrt bug #738358
Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
stable wrt bug #738358
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|