Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864169 - dev-cpp/sol2-3.2.2[test] fails to compile with >=catch-3.0.1: container.usertype_check.cpp:26:10: fatal error: catch.hpp: No such file or directory
Summary: dev-cpp/sol2-3.2.2[test] fails to compile with >=catch-3.0.1: container.usert...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-07 08:24 UTC by Agostino Sarubbo
Modified: 2022-09-26 09:47 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,60.80 KB, text/plain)
2022-08-07 08:24 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 2022-08-07 08:24:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/sol2-3.2.2 fails to compile (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-07 08:24:19 UTC
Created attachment 798454 [details]
build.log

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


/var/tmp/portage/dev-cpp/sol2-3.2.2/work/sol2-3.2.2/tests/runtime_tests/source/basic.cpp:26:10: fatal error: catch.hpp: No such file or directory
/var/tmp/portage/dev-cpp/sol2-3.2.2/work/sol2-3.2.2/tests/runtime_tests/source/container.usertype_check.cpp:26:10: fatal error: catch.hpp: No such file or directory
/var/tmp/portage/dev-cpp/sol2-3.2.2/work/sol2-3.2.2/tests/runtime_tests/source/container_semantics.cpp:26:10: fatal error: catch.hpp: No such file or directory
/var/tmp/portage/dev-cpp/sol2-3.2.2/work/sol2-3.2.2/tests/runtime_tests/source/container_semantics.custom.cpp:26:10: fatal error: catch.hpp: No such file or directory
FAILED: tests/runtime_tests/CMakeFiles/runtime_tests.dir/source/basic.cpp.o 
FAILED: tests/runtime_tests/CMakeFiles/runtime_tests.dir/source/container.usertype_check.cpp.o 
FAILED: tests/runtime_tests/CMakeFiles/runtime_tests.dir/source/container_semantics.cpp.o 
FAILED: tests/runtime_tests/CMakeFiles/runtime_tests.dir/source/container_semantics.custom.cpp.o 
/var/tmp/portage/dev-cpp/sol2-3.2.2/work/sol2-3.2.2/tests/runtime_tests/source/container.usertype_check.cpp:26:10: fatal error: catch.hpp: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-09-26 09:47:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6d9c1ece3205412ae0e6f3f36777ce7e203138

commit 9a6d9c1ece3205412ae0e6f3f36777ce7e203138
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2022-09-25 21:30:27 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-09-26 09:34:09 +0000

    dev-cpp/sol2: add 3.3.0
    
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://bugs.gentoo.org/864169
    Closes: https://github.com/gentoo/gentoo/pull/27456
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 dev-cpp/sol2/Manifest                              |  1 +
 dev-cpp/sol2/files/sol2-3.3.0-catch-depend.patch   | 16 +++++
 dev-cpp/sol2/files/sol2-3.3.0-cmake-dir.patch      | 31 ++++++++++
 .../sol2/files/sol2-3.3.0-dont-install-tests.patch | 10 +++
 dev-cpp/sol2/files/sol2-3.3.0-werror.patch         | 21 +++++++
 dev-cpp/sol2/sol2-3.3.0.ebuild                     | 71 ++++++++++++++++++++++
 6 files changed, 150 insertions(+)