Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946516 - net-p2p/airdcpp-webclient-2.13.3 fails to compile: none.hpp:66:24: error: io_service in namespace websocketpp::lib::asio does not name a type
Summary: net-p2p/airdcpp-webclient-2.13.3 fails to compile: none.hpp:66:24: error: io_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Louis Sautier (sbraz)
URL: https://github.com/zaphoyd/websocketp...
Whiteboard:
Keywords:
Depends on: 946365
Blocks: boost-1.87 956394
  Show dependency tree
 
Reported: 2024-12-15 18:58 UTC by Agostino Sarubbo
Modified: 2025-05-21 19:14 UTC (History)
1 user (show)

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


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

Issue: net-p2p/airdcpp-webclient-2.13.2 fails to compile.
Discovered on: amd64 (internal ref: gcc15_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-12-15 18:58:49 UTC
Created attachment 914123 [details]
build.log

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


FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/AdcCommandApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/ConnectivityApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/EventApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/ExtensionApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/ExtensionInfo.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FavoriteDirectoryApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FavoriteHubApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FavoriteHubUtils.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FilelistApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FilelistInfo.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FilelistItemInfo.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FilelistUtils.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/FilesystemApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/HashApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/HistoryApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/HubApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/HubInfo.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/MenuApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/OnlineUserUtils.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/PrivateChatApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/PrivateChatInfo.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/QueueApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/QueueBundleUtils.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/QueueFileUtils.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/SearchApi.cpp.o 
FAILED: airdcpp-webapi/CMakeFiles/airdcpp-webapi.dir/api/SearchEntity.cpp.o 
/usr/include/websocketpp/transport/asio/security/none.hpp:66:24: error: ‘io_service’ in namespace ‘websocketpp::lib::asio’ does not name a type
Comment 3 Agostino Sarubbo gentoo-dev 2025-01-20 07:48:34 UTC
ci has reproduced this issue with version 2.13.3 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2025-05-01 16:35:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af7ec9d419ae1c1fae19678591d017c3ba92b4b

commit 7af7ec9d419ae1c1fae19678591d017c3ba92b4b
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2025-05-01 16:19:02 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2025-05-01 16:34:15 +0000

    dev-cpp/websocketpp: fix build with boost 1.87 (#946365)
    
    Also add a patch that fixes C++20 errors from #939739 and bump to
    EAPI=8.
    
    Closes: https://bugs.gentoo.org/946365
    Closes: https://bugs.gentoo.org/946516
    Bug: https://bugs.gentoo.org/939739
    Signed-off-by: Louis Sautier <sbraz@gentoo.org>

 dev-cpp/websocketpp/Manifest                       |  1 +
 .../files/websocketpp-0.8.2-c++20-compat.patch     | 94 ++++++++++++++++++++++
 dev-cpp/websocketpp/websocketpp-0.8.2-r1.ebuild    | 56 +++++++++++++
 3 files changed, 151 insertions(+)