Bug 2422298

Summary: Broken Symlink in OpenImageIO-plugin-osl
Product: [Fedora] Fedora Reporter: Jonathan Steffan <jonathansteffan>
Component: openshadinglanguageAssignee: Luya Tshimbalanga <luya_tfz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: aekoroglu, code, luya_tfz, negativo17
Target Milestone: ---Keywords: Desktop
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: openshadinglanguage-1.14.8.0-5.fc44 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-12-15 17:14:04 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: 2262694    

Description Jonathan Steffan 2025-12-15 15:59:45 UTC
The most recent update to add the symlink results in a broken symlink:

[root@41341094c5ab lib64]# pwd
/usr/lib64
[root@41341094c5ab lib64]# ls -al osl*
lrwxrwxrwx. 1 root root 40 Dec 15 00:00 osl.imageio.so -> /usr/lib64OpenImageIO-3.1/osl.imageio.so
[root@41341094c5ab lib64]# ls -al /usr/lib64OpenImageIO-3.1/osl.imageio.so
ls: cannot access '/usr/lib64OpenImageIO-3.1/osl.imageio.so': No such file or directory


Reproducible: Always

Actual Results:
Invalid symlink.

Expected Results:
Symlink is valid.

Comment 1 Luya Tshimbalanga 2025-12-15 16:15:53 UTC
(In reply to Jonathan Steffan from comment #0)

> ls: cannot access '/usr/lib64OpenImageIO-3.1/osl.imageio.so': No such file
> or directory

A typo in the spec line. Fix is on the way.

Comment 2 Luya Tshimbalanga 2025-12-15 17:14:04 UTC
Closing as fixed.