Bug 2172639

Summary: vsomeip3: FTBFS in Fedora rawhide/f39 with Boost 1.81.0
Product: [Fedora] Fedora Reporter: Thomas Rodgers <trodgers>
Component: vsomeip3Assignee: Stephen John Smoogen <smooge>
Status: CLOSED DUPLICATE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: smooge
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-03-07 17:19:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2158241    

Description Thomas Rodgers 2023-02-22 20:40:13 UTC
https://koji.fedoraproject.org/koji/buildinfo?buildID=2157720

In file included from /builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/local_server_endpoint_impl.cpp:17:
/builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/../include/local_server_endpoint_impl.hpp:15:10: fatal error: boost/asio/local/stream_protocol_ext.hpp: No such file or directory
   15 | #include <boost/asio/local/stream_protocol_ext.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [CMakeFiles/vsomeip3.dir/build.make:174: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/local_server_endpoint_impl.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
/builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/endpoint_impl.cpp:8:10: fatal error: boost/asio/ip/udp_ext.hpp: No such file or directory
    8 | #include <boost/asio/ip/udp_ext.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [CMakeFiles/vsomeip3.dir/build.make:118: CMakeFiles/vsomeip3.dir/implementation/endpoints/src/endpoint_impl.cpp.o] Error 1
In file included from /builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/endpoint_manager_impl.cpp:11:
/builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/../include/udp_server_endpoint_impl.hpp:10:10: fatal error: boost/asio/ip/udp_ext.hpp: No such file or directory
   10 | #include <boost/asio/ip/udp_ext.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/local_client_endpoint_impl.cpp:16:
/builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/../include/local_server_endpoint_impl.hpp:15:10: fatal error: boost/asio/local/stream_protocol_ext.hpp: No such file or directory
   15 | #include <boost/asio/local/stream_protocol_ext.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/endpoint_manager_base.cpp:13:
/builddir/build/BUILD/vsomeip-3.1.20.3/implementation/endpoints/src/../include/local_server_endpoint_impl.hpp:15:10: fatal error: boost/asio/local/stream_protocol_ext.hpp: No such file or directory
   15 | #include <boost/asio/local/stream_protocol_ext.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Comment 1 Stephen John Smoogen 2023-03-07 17:19:29 UTC
The issue is that this was written with 1.78 in mind. I need to rewrite this for 1.81 code. I am closing this as a duplicate of the Bug 2172724 since it is tracked by releng for orphan/killing a package

*** This bug has been marked as a duplicate of bug 2172724 ***