Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945003 - [guru] app-misc/afetch-2.2.0 fails to compile: fetch.c:520:43: error: passing argument 3 of pthread_create from incompatible pointer type [-Wincompatible-pointer-types]
Summary: [guru] app-misc/afetch-2.2.0 fails to compile: fetch.c:520:43: error: passing...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mathieu Tortuyaux
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-26 08:29 UTC by Agostino Sarubbo
Modified: 2025-01-06 21:35 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,52.95 KB, text/plain)
2024-11-26 08:29 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 2024-11-26 08:29:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-misc/afetch-2.2.0 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-26 08:29:18 UTC
Created attachment 911954 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2025-01-06 21:35:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96b436c14adac217a523cafd2a1be605ee401a50

commit 96b436c14adac217a523cafd2a1be605ee401a50
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2025-01-06 13:35:48 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2025-01-06 13:35:55 +0000

    app-misc/afetch: fix CFLAGS
    
    CFLAGS needs to be preserved as upstream assumes compilation with
    -std=c99.
    
    Closes: https://bugs.gentoo.org/945003
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 app-misc/afetch/afetch-2.2.0.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)