Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907606 - dev-python/pypy3-exe-7.3.11: compilation failure on Musl 1.2.4 due to LFS64 removal
Summary: dev-python/pypy3-exe-7.3.11: compilation failure on Musl 1.2.4 due to LFS64 r...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: musl-1.2.4 musl-1.2.4-stable
  Show dependency tree
 
Reported: 2023-06-01 08:15 UTC by Violet Purcell
Modified: 2024-01-18 17:08 UTC (History)
0 users

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


Attachments
patch (0001-LFS64.patch,2.31 KB, patch)
2023-06-01 08:15 UTC, Violet Purcell
Details | Diff
build log (build.log,27.44 KB, text/x-log)
2023-06-01 08:15 UTC, Violet Purcell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Violet Purcell 2023-06-01 08:15:08 UTC
Created attachment 862995 [details, diff]
patch

The stat64, fstat64, and fstatat64 interfaces are still used despite _FILE_OFFSET_BITS being set to 64 in all headers according to a comment in the same file. Here is a patch that fixes it.
Comment 1 Violet Purcell 2023-06-01 08:15:27 UTC
Created attachment 862996 [details]
build log
Comment 2 Larry the Git Cow gentoo-dev 2024-01-18 16:46:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57a7d7fc1aaafe186146b9ac6d12ac095776124

commit e57a7d7fc1aaafe186146b9ac6d12ac095776124
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2024-01-18 16:40:51 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2024-01-18 16:46:13 +0000

    dev-python/pypy3-exe: treeclean
    
    Closes: https://bugs.gentoo.org/907606
    Closes: https://bugs.gentoo.org/920036
    Closes: https://bugs.gentoo.org/895366
    Closes: https://bugs.gentoo.org/865933
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 dev-python/pypy3-exe/Manifest                |   2 -
 dev-python/pypy3-exe/metadata.xml            |  13 ---
 dev-python/pypy3-exe/pypy3-exe-7.3.11.ebuild | 126 ---------------------------
 3 files changed, 141 deletions(-)