Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921345 - dev-libs/antlr-c-3.5.2-r2 calls commands that do not exist (GCC-14-SYSTEM): #include
Summary: dev-libs/antlr-c-3.5.2-r2 calls commands that do not exist (GCC-14-SYSTEM): #...
Status: RESOLVED FIXED
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: 893434
  Show dependency tree
 
Reported: 2024-01-04 10:11 UTC by Agostino Sarubbo
Modified: 2024-01-05 05:03 UTC (History)
0 users

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


Attachments
build.log (build.log,73.21 KB, text/plain)
2024-01-04 10:11 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-01-04 10:11:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/antlr-c-3.5.2-r2 calls commands that do not exist (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: gcc14_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-04 10:11:56 UTC
Created attachment 881459 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-01-05 05:03:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b189e6ee6589afda4fa10507aef5e7907d2f13

commit 26b189e6ee6589afda4fa10507aef5e7907d2f13
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-05 04:36:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-05 04:37:40 +0000

    dev-libs/antlr-c: fix autoconf macro; drop (repurpose) invalid USE=debug
    
    * Fix unnecessary use of AC_INCLUDES_DEFAULT (configure script + image is the same
      without it) which causes noise in ./configure
    * Drop USE=debug for debug symbols (invalid)
    * Rename USE=debugger -> USE=debug to match what USE=debug is really for
    * Cleanup 64-bit test
    
    Closes: https://bugs.gentoo.org/921345
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/antlr-c/antlr-c-3.5.2-r3.ebuild  | 62 +++++++++++++++++++++++++++++++
 dev-libs/antlr-c/files/3.5-autoconf.patch | 11 ++++++
 2 files changed, 73 insertions(+)