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 1843110

Summary: F33FailsToInstall: gazebo, gazebo-libs, gazebo-ode
Product: [Fedora] Fedora Reporter: Igor Raits <igor.raits>
Component: gazeboAssignee: Rich Mattes <richmattes>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: logans, richmattes, robotics
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: 2020-06-16 01:42:28 UTC Type: ---
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: 1803235, 1843107    

Description Igor Raits 2020-06-02 17:42:03 UTC
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain).

Your package (gazebo) Fails To Install in Fedora 33:

can't install gazebo:
  - nothing provides libboost_program_options.so.1.69.0()(64bit) needed by gazebo-10.1.0-5.fc33.x86_64
  - nothing provides libboost_filesystem.so.1.69.0()(64bit) needed by gazebo-10.1.0-5.fc33.x86_64
  - nothing provides libboost_thread.so.1.69.0()(64bit) needed by gazebo-10.1.0-5.fc33.x86_64
  - nothing provides libboost_regex.so.1.69.0()(64bit) needed by gazebo-10.1.0-5.fc33.x86_64
  - nothing provides libboost_iostreams.so.1.69.0()(64bit) needed by gazebo-10.1.0-5.fc33.x86_64
  
can't install gazebo-libs:
  - nothing provides libboost_program_options.so.1.69.0()(64bit) needed by gazebo-libs-10.1.0-5.fc33.x86_64
  - nothing provides libboost_filesystem.so.1.69.0()(64bit) needed by gazebo-libs-10.1.0-5.fc33.x86_64
  - nothing provides libboost_thread.so.1.69.0()(64bit) needed by gazebo-libs-10.1.0-5.fc33.x86_64
  - nothing provides libboost_regex.so.1.69.0()(64bit) needed by gazebo-libs-10.1.0-5.fc33.x86_64
  - nothing provides libboost_iostreams.so.1.69.0()(64bit) needed by gazebo-libs-10.1.0-5.fc33.x86_64
  
can't install gazebo-ode:
  - nothing provides libboost_thread.so.1.69.0()(64bit) needed by gazebo-ode-10.1.0-5.fc33.x86_64
  
If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

Thanks!

Comment 1 Igor Raits 2020-06-11 05:42:31 UTC
Hello,

This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs).

If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.

Comment 2 Jonathan Wakely 2020-06-15 13:27:44 UTC
This just needs 'using namespace boost::placeholders;' added to two files:

/builddir/build/BUILD/gazebo-10.1.0/gazebo/gui/model/ModelTreeWidget.cc:165:56: error: '_1' was not declared in this scope
/builddir/build/BUILD/gazebo-10.1.0/gazebo/gui/model/SchematicViewWidget.cc:86:56: error: '_1' was not declared in this scope

Comment 3 Rich Mattes 2020-06-15 23:27:08 UTC
Thanks Jonathan, fixing it now...