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

Bug 904275

Summary: app-text/discount-2.2.7c-r1 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Ben Kohler <bkohler>
Status: CONFIRMED ---    
Severity: normal CC: eschwartz, kripton
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027, 941869    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-04-13 16:36:49 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/discount-2.2.7c has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

NOTE:
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-13 16:36:51 UTC
Created attachment 860018 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-14 07:10:01 UTC
ci has reproduced this issue with version 2.2.7c-r1 - Updating summary.
Comment 3 Eli Schwartz gentoo-dev 2024-10-23 01:33:15 UTC
https://github.com/Orc/discount/commit/f171d49d6d950aa399895ab18b6afcd4eeb39da9

Tweak the configure process to

1. Report back which broken compiler was detected (IS_GCC or IS_CLANG)
2. If the offending compiler is gcc or clang, add appropriate -Wno-
   flags to make it stfu about constructs that Big Brother disapproves
   of.


...

Also, it imaginatively logs "checking the C compiler (gcc-14) oh ick, it looks like gcc"

I personally would say I am not interested in fixing this package, it should rot and die and disappear. :) Treeclean?

It's not like the world isn't full of markdown implementations in C (never mind "modern vanity languages").