Bug 1700731 - /lib64/libyuv.so.0: undefined symbol: jpeg_resync_to_restart
Summary: /lib64/libyuv.so.0: undefined symbol: jpeg_resync_to_restart
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libyuv
Version: 28
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-17 09:31 UTC by Antoine Martin
Modified: 2019-04-27 21:26 UTC (History)
1 user (show)

Fixed In Version: libyuv-0-0.35.20190401git4bd08cb.fc30
Clone Of:
Environment:
Last Closed: 2019-04-27 21:26:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Antoine Martin 2019-04-17 09:31:18 UTC
Description of problem: undefined symbol jpeg_resync_to_restart


Version-Release number of selected component (if applicable): 0-0.34.20190401git4bd08cb.fc30


How reproducible: try to load the library


The library should be linked with libjpeg, or the jpeg components should be removed from the build.
And if the former solution is used, then maybe the pkgconfig file should also list "-ljpeg"?


$ ldd /usr/lib64/libyuv.so.0
	linux-vdso.so.1 (0x00007fff8bfaf000)
	libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f08e313e000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f08e2ff8000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f08e2fde000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f08e2e18000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f08e33b6000)

Comment 1 Fedora Update System 2019-04-17 10:54:51 UTC
libyuv-0-0.35.20190401git4bd08cb.fc30 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-36e426c909

Comment 2 Fedora Update System 2019-04-17 14:24:18 UTC
libyuv-0-0.35.20190401git4bd08cb.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-36e426c909

Comment 3 Fedora Update System 2019-04-27 21:26:16 UTC
libyuv-0-0.35.20190401git4bd08cb.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.


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