Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937503 - [guru] sci-biology/cmdock-0.2.0-r3 fails to compile: cxxopts.hpp:123:3: error: uint8_t does not name a type
Summary: [guru] sci-biology/cmdock-0.2.0-r3 fails to compile: cxxopts.hpp:123:3: error...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on: 940222
Blocks:
  Show dependency tree
 
Reported: 2024-08-07 07:43 UTC by Agostino Sarubbo
Modified: 2025-01-03 02:10 UTC (History)
2 users (show)

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


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

Issue: sci-biology/cmdock-0.2.0-r2 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#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-07 07:43:56 UTC
Created attachment 899353 [details]
build.log

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


FAILED: cmcavity.p/src_exe_cmcavity.cxx.o 
FAILED: cmmoegrid.p/src_exe_cmmoegrid.cxx.o 
FAILED: cmzip.p/src_exe_cmzip.cxx.o 
Run-time dependency dt_smarts found: NO (tried pkgconfig and cmake)
Run-time dependency dt_smiles found: NO (tried pkgconfig and cmake)
/usr/include/cxxopts.hpp:123:3: error: ‘uint8_t’ does not name a type
Comment 3 Takuya Wakazono 2024-08-24 10:47:29 UTC
reported upstream
https://github.com/jarro2783/cxxopts/pull/438
Comment 4 Agostino Sarubbo gentoo-dev 2024-12-02 08:24:23 UTC
guru_tinderbox has reproduced this issue with version 0.2.0-r3 - Updating summary.
Comment 5 Anna Vyalkova 2024-12-02 14:28:44 UTC
Depends on https://bugs.gentoo.org/940222
Comment 6 Larry the Git Cow gentoo-dev 2025-01-03 02:10:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f9c2a9dd278aabe4224592812266f2bd8369b6

commit 59f9c2a9dd278aabe4224592812266f2bd8369b6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-01-03 02:09:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-03 02:09:48 +0000

    dev-libs/cxxopts: fix build issues
    
    * Fix build w/ GCC 15 (missing include (in installed header))
    * Fix test build w/ newer ICU (which needs C++17)
    
    Closes: https://bugs.gentoo.org/938824
    Closes: https://bugs.gentoo.org/937503
    Closes: https://bugs.gentoo.org/940222
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/cxxopts/cxxopts-3.2.1-r1.ebuild         | 49 ++++++++++++++++++++++++
 dev-libs/cxxopts/files/cxxopts-3.2.1-gcc15.patch | 18 +++++++++
 2 files changed, 67 insertions(+)