Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904275 - app-text/discount-2.2.7c-r1 has implicit function declarations in configure logs
Summary: app-text/discount-2.2.7c-r1 has implicit function declarations in configure logs
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-04-13 16:36 UTC by Agostino Sarubbo
Modified: 2024-11-02 20:12 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,54.93 KB, text/plain)
2023-04-13 16:36 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-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").