Bug 1403243 - wrong detection of libftdi
Summary: wrong detection of libftdi
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: urjtag
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jiri Kastner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-09 13:44 UTC by Jiri Kastner
Modified: 2019-01-09 09:13 UTC (History)
2 users (show)

Fixed In Version: urjtag-0.10-13.fc25.20111215gite1a4227 urjtag-0.10-13.fc24.20111215gite1a4227
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-20 17:53:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jiri Kastner 2016-12-09 13:44:56 UTC
Description of problem:
libftdi in fact is libftdi1, urjtag has defined libftdi build dependency, but not properly. package libftdi-devel contains libftdi1-config, and /usr/include/libftdi1, while urjtag expects /usr/include/libftdi and libftdi-config.
result is that most common jtag adapters based on ftdi are not usable with urjtag.
Version-Release number of selected component (if applicable):
0.10-12.*

How reproducible:
always

Steps to Reproduce:
1. install urjtag
2. run "ldd $(which jtag) | grep ftdi"
3. check results

Actual results:
[root@localhost ~]# ldd $(which jtag) | grep ftdi
[root@localhost ~]# echo $?
1

Expected results:
[root@localhost ~]# ldd $(which jtag) | grep ftdi
        libftdi1.so.2 => /lib64/libftdi1.so.2 (0x00007f661fc41000)
[root@localhost ~]# 

Additional info:
https://copr.fedorainfracloud.org/coprs/jkastner/various/build/486436/

Comment 1 Fedora Update System 2017-01-11 08:24:22 UTC
urjtag-0.10-13.fc25.20111215gite1a4227 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-a6f9435bb8

Comment 2 Fedora Update System 2017-01-11 09:03:22 UTC
urjtag-0.10-13.fc24.20111215gite1a4227 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-b60ffe7d94

Comment 3 Fedora Update System 2017-01-12 07:51:08 UTC
urjtag-0.10-13.fc24.20111215gite1a4227 has been pushed to the Fedora 24 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-2017-b60ffe7d94

Comment 4 Fedora Update System 2017-01-12 07:52:22 UTC
urjtag-0.10-13.fc25.20111215gite1a4227 has been pushed to the Fedora 25 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-2017-a6f9435bb8

Comment 5 Fedora Update System 2017-01-20 17:53:42 UTC
urjtag-0.10-13.fc25.20111215gite1a4227 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2017-01-20 18:18:28 UTC
urjtag-0.10-13.fc24.20111215gite1a4227 has been pushed to the Fedora 24 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.