Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 905910

Summary: sys-apps/acl-2.3.1-r1: fails to compile on musl 1.2.4 (incomplete declaration of struct dirent64)
Product: Gentoo Linux Reporter: Violet Purcell <vimproved>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/30925
https://savannah.nongnu.org/bugs/index.php?64162
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 903611    
Attachments: build.log

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(+)