FS#79997 - [alice-vision] meshroom default pipeline does not run with current version of ceres-solver

Attached to Project: Arch Linux
Opened by Julius Michaelis (caesar) - Wednesday, 18 October 2023, 12:15 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Installing meshroom and running the default pipeline runs into:

aliceVision_imageMatching: error while loading shared libraries: libceres.so.3: cannot open shared object file: No such file or directory

Downgrading the relevant packages resolves the issue:
* suitesparse (7.2.1-1 => 7.0.1-2)
* ceres-solver (2.2.0-1 => 2.1.0-3)

Additional info:
* package version(s): alice-vision 2.4.0-18, meshroom 2021.1.0-10

That being said, I'm not sure resolving this issue would do anyone any good, since the default meshroom pipeline also requires cuda, and alice-vision-cuda seems to have disappeared. (Hence the miscategorisation as medium.)
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:20 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/alice-vision/issues/1
Comment by Toolybird (Toolybird) - Wednesday, 18 October 2023, 20:11 GMT
$ namcap /var/cache/pacman/pkg/alice-vision-2.4.0-18-x86_64.pkg.tar.zst | grep ceres
alice-vision W: Referenced library 'libceres.so.3' is an uninstalled dependency (needed in files <...>)

Loading...