Bug 2296296 - blender does not install due to incorrect dependency
Summary: blender does not install due to incorrect dependency
Keywords:
Status: CLOSED DUPLICATE of bug 2291492
Alias: None
Product: Fedora
Classification: Fedora
Component: blender
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Luya Tshimbalanga
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-08 14:19 UTC by Kwok Che Tang
Modified: 2024-07-08 15:20 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-07-08 15:20:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kwok Che Tang 2024-07-08 14:19:15 UTC
Trying to install blender-4.1.1-7.fc41 but fails with:

$ sudo dnf install blender
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
  - nothing provides libboost_python312.so.1.83.0()(64bit) needed by blender-1:4.1.1-7.fc41.x86_64 from rawhide
You can try to add to command line:
  --skip-broken to skip uninstallable packages

Because rawhide has a later version of libboost:

$ rpm -q --provides boost-python3
boost-python3 = 1.83.0-7.fc41
boost-python3(x86-64) = 1.83.0-7.fc41
libboost_python313.so.1.83.0()(64bit)

I.E. blender needs to be changed from requiring libboost_python312.so.1.83.0()(64bit) to libboost_python313.so.1.83.0()(64bit).

Reproducible: Always

Steps to Reproduce:
1. See in details.
2.
3.
Actual Results:  
Package blender-4.1.1-7.fc41 fails to install.

Expected Results:  
Package blender installs without errors.

Comment 1 Ben Beasley 2024-07-08 15:20:22 UTC
Thanks for the report. What this means is that, since the system Python in Rawhide was updated from 3.12 to 3.13, Blender needs to be rebuilt with Python 3.13. That still hasn’t happened because Blender fails to build from source with Python 3.13, and nobody has fixed all of the problems. This is tracked in bug 2291492.

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


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