Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906187 - app-forensics/foremost-1.5.7-r4 fails to compile (MUSL-SYSTEM): engine.c:(.text+0xcbe): undefined reference to fopen64
Summary: app-forensics/foremost-1.5.7-r4 fails to compile (MUSL-SYSTEM): engine.c:(.te...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: musl-1.2.4
  Show dependency tree
 
Reported: 2023-05-12 06:37 UTC by Agostino Sarubbo
Modified: 2024-04-28 11:15 UTC (History)
0 users

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


Attachments
build.log (build.log,46.43 KB, text/plain)
2023-05-12 06:37 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-12 06:37:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-forensics/foremost-1.5.7-r3 fails to compile (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-12 06:37:30 UTC
Created attachment 861560 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-12 06:37:31 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


engine.c:(.text+0xcbe): undefined reference to `fopen64'
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2024-01-19 08:21:00 UTC
tinderbox_musl has reproduced this issue with version 1.5.7-r4 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2024-03-02 23:59:29 UTC
The bug has been referenced in the following commit(s):

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

commit 0c5d0dccb656bacf693045229a74c7a385622620
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-03-02 23:58:56 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-03-02 23:58:56 +0000

    app-forensics/foremost: Apply musl-1.2.4 largefile workaround
    
    Bug: https://bugs.gentoo.org/906187
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 app-forensics/foremost/foremost-1.5.7-r4.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)