Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921737 - [guru] dev-libs/octetos-core-2.32.0_beta fails to compile (GCC-14-SYSTEM): semver.tab.c:1114:16: error: implicit declaration of function yylex [-Wimplicit-function-declaration]
Summary: [guru] dev-libs/octetos-core-2.32.0_beta fails to compile (GCC-14-SYSTEM): se...
Status: CONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: azaeldevel
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-11 07:49 UTC by Agostino Sarubbo
Modified: 2024-01-11 07:49 UTC (History)
1 user (show)

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


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

Issue: dev-libs/octetos-core-2.32.0_beta fails to compile (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_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
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-11 07:49:52 UTC
Created attachment 881888 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-11 07:49:53 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


   30 | :InvalidComparison(const std::string& msg):Error(msg,Error::ERROR_VERSION_INVALID_COMPARISON)
   32 |         const Error* Error::see()
   33 |  msg ,std::string filename,int lineNumber):Error(msg,Error::ERROR_VERSION_INVALID_COMPARISON,filename,lineNumber)
   40 |         const Error* Error::error = NULL;
   42 |         Error Error::get()
semver.tab.c:1114:16: error: implicit declaration of function 'yylex' [-Wimplicit-function-declaration[https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration]]