Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946614 - [guru] dev-cpp/wt-4.11.1 fails to compile: io_service.hpp:14:10: fatal error: io_service.hpp: No such file or directory
Summary: [guru] dev-cpp/wt-4.11.1 fails to compile: io_service.hpp:14:10: fatal error:...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-18 07:49 UTC by Agostino Sarubbo
Modified: 2024-12-18 17:21 UTC (History)
1 user (show)

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


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

Issue: dev-cpp/wt-4.11.1 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-18 07:49:25 UTC
Created attachment 914283 [details]
build.log

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


-- Could NOT find Asciidoctor (missing: ASCIIDOCTOR_EXECUTABLE) 
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES) 
-- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Qt6 (missing: Qt6_DIR)
/var/tmp/portage/dev-cpp/wt-4.11.1/work/wt-4.11.1/src/Wt/AsioWrapper/io_service.hpp:14:10: fatal error: boost/asio/io_service.hpp: No such file or directory
FAILED: src/CMakeFiles/wt.dir/Wt/WEnvironment.C.o 
FAILED: src/CMakeFiles/wt.dir/Wt/WIOService.C.o 
/var/tmp/portage/dev-cpp/wt-4.11.1/work/wt-4.11.1/src/Wt/AsioWrapper/io_service.hpp:14:10: fatal error: boost/asio/io_service.hpp: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2024-12-18 17:21:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc0350093859afa252aade273046fe4fee2676f9

commit fc0350093859afa252aade273046fe4fee2676f9
Author:     David Roman <davidroman96@gmail.com>
AuthorDate: 2024-12-18 11:08:32 +0000
Commit:     David Roman <davidroman96@gmail.com>
CommitDate: 2024-12-18 13:53:31 +0000

    dev-cpp/wt: workaround build failure
    
    wt is not compatible with the latest boost version
    
    Closes: https://bugs.gentoo.org/946614
    Signed-off-by: David Roman <davidroman96@gmail.com>

 dev-cpp/wt/wt-4.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)