Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905910 - sys-apps/acl-2.3.1-r1: fails to compile on musl 1.2.4 (incomplete declaration of struct dirent64)
Summary: sys-apps/acl-2.3.1-r1: fails to compile on musl 1.2.4 (incomplete declaration...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: musl-1.2.4
  Show dependency tree
 
Reported: 2023-05-08 04:01 UTC by Violet Purcell
Modified: 2024-01-24 06:28 UTC (History)
0 users

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


Attachments
build.log (build.log,27.93 KB, text/x-log)
2023-05-08 04:02 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-05-08 04:01:26 UTC
Caused by musl 1.2.4 LFS64 shim removal.

Reproducible: Always

Steps to Reproduce:
1. Setup llvm/musl with a 23.0 profile
2. emerge -av sys-libs/musl
3. emerge -av dev-lang/rust
Comment 1 Violet Purcell 2023-05-08 04:02:01 UTC
Created attachment 861287 [details]
build.log
Comment 2 Violet Purcell 2023-05-08 04:08:22 UTC
*sys-apps/acl, not dev-lang/rust
Comment 3 Larry the Git Cow gentoo-dev 2023-05-08 13:38:33 UTC
The bug has been closed via the following commit(s):

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

commit 6273f7c0c37bc0fae7071ec6237654796bdcca55
Author:     Violet Purcell <vimproved@inventati.org>
AuthorDate: 2023-05-08 04:34:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-08 13:38:03 +0000

    sys-apps/acl: Fix build with musl 1.2.4
    
    Closes: https://bugs.gentoo.org/905910
    Signed-off-by: Violet Purcell <vimproved@inventati.org>
    Closes: https://github.com/gentoo/gentoo/pull/30925
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/acl/acl-2.3.1-r2.ebuild                   | 83 ++++++++++++++++++++++
 sys-apps/acl/acl-2.3.1.ebuild                      |  6 +-
 .../acl/files/acl-2.3.1-musl-1.2.4-lfs64-fix.patch | 37 ++++++++++
 3 files changed, 125 insertions(+), 1 deletion(-)
Comment 4 Larry the Git Cow gentoo-dev 2024-01-24 06:28:13 UTC
The bug has been referenced in the following commit(s):

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

commit 480fa4246adb1700d8beb568b601db7cd6879c3e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-24 06:24:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-24 06:27:10 +0000

    sys-apps/acl: add 2.3.2
    
    Bug: https://bugs.gentoo.org/847280
    Bug: https://bugs.gentoo.org/905910
    Closes: https://bugs.gentoo.org/912733
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/acl/Manifest         |  1 +
 sys-apps/acl/acl-2.3.2.ebuild | 62 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)