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 1999204 - F36FailsToInstall: mrpt-libs
Summary: F36FailsToInstall: mrpt-libs
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: mrpt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rich Mattes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 2003594 (view as bug list)
Depends On:
Blocks: F36FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2021-08-30 17:26 UTC by Miro Hrončok
Modified: 2021-09-21 11:35 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-09-21 11:35:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2021-08-30 17:26:18 UTC
Hello,

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

Your package (mrpt) Fails To Install in Fedora 36:

can't install mrpt-libs:
  - nothing provides libpcl_common.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  - nothing provides libpcl_features.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  - nothing provides libpcl_filters.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  - nothing provides libpcl_search.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  - nothing provides libpcl_segmentation.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  - nothing provides libpcl_io.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  - nothing provides libpcl_visualization.so.1.11()(64bit) needed by mrpt-libs-1.4.0-27.fc35.x86_64
  
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.


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/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Adam Williamson 2021-09-02 18:23:25 UTC
It's failing to install because it needs rebuilding for pcl, but the build failed:

https://koji.fedoraproject.org/koji/taskinfo?taskID=74969042

I *think* these are the errors, though they come some time before the build actually dies (maybe it's just super parallel...)

/builddir/build/BUILD/mrpt-1.4.0/libs/vision/src/CDifodo.cpp: In member function 'void mrpt::vision::CDifodo::performWarping()':
/builddir/build/BUILD/mrpt-1.4.0/libs/vision/src/CDifodo.cpp:416:103: error: no match for 'operator+=' (operand types are 'Eigen::internal::enable_if<true, Eigen::IndexedView<Eigen::Matrix<float, -1, -1>, float, float> >::type' {aka 'Eigen::IndexedView<Eigen::Matrix<float, -1, -1>, float, float>'} and 'const float')
  416 |                                                 depth_warped[image_level](round(vwarp), round(uwarp)) += depth_w;
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
...
/builddir/build/BUILD/mrpt-1.4.0/libs/vision/src/CDifodo.cpp:417:82: error: no match for 'operator+=' (operand types are 'Eigen::internal::enable_if<true, Eigen::IndexedView<Eigen::Matrix<float, -1, -1>, float, float> >::type' {aka 'Eigen::IndexedView<Eigen::Matrix<float, -1, -1>, float, float>'} and 'float')
  417 |                                                 wacu(round(vwarp), round(uwarp)) += 1.f;
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~

Comment 2 Adam Williamson 2021-09-02 18:24:08 UTC
This is blocking the Robotics spin from composing (which Rich is also the owner of).

Comment 3 Rich Mattes 2021-09-03 01:46:41 UTC
I believe you're correct in identifying the errors.  They are likely due to incompatibilities with the new eigen3-3.4.0 update in rawhide.  I will try to see if there's a way to work around this, but I do need to find time to bring in the latest upstream release.

Comment 4 Miro Hrončok 2021-09-13 09:42:13 UTC
*** Bug 2003594 has been marked as a duplicate of this bug. ***

Comment 6 Mamoru TASAKA 2021-09-18 01:23:51 UTC
Unfortunately now doxygen 1.9.2 produces different filenames on different architectures...
https://koji.fedoraproject.org/koji/taskinfo?taskID=75866409

Rich, would you mark -doc subpackage arch-dependent for now?

Comment 7 Rich Mattes 2021-09-19 23:59:35 UTC
I removed noarch from the -doc subpackage for now.

I think the problem might be that there's a "pbmap.h" and a "PbMap.h", and doxygen is de-duplicating them, but picking a different file to keep depending on the architecture.

Comment 8 Miro Hrončok 2021-09-21 11:35:10 UTC
Hello,

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

All subpackages of a package against which this bug was filled are now installable or removed from Fedora 36.

Thanks for taking care of it!


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