Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2172639 - vsomeip3: FTBFS in Fedora rawhide/f39 with Boost 1.81.0
Summary: vsomeip3: FTBFS in Fedora rawhide/f39 with Boost 1.81.0
Keywords:
Status: CLOSED DUPLICATE of bug 2172724
Alias: None
Product: Fedora
Classification: Fedora
Component: vsomeip3
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Stephen John Smoogen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 2158241
TreeView+ depends on / blocked
 
Reported: 2023-02-22 20:40 UTC by Thomas Rodgers
Modified: 2023-04-10 17:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-03-07 17:19:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.