Bug 593873 - Programs in libdc1394-tools are improperly installed
Summary: Programs in libdc1394-tools are improperly installed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libdc1394
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tim Niemueller
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-19 22:08 UTC by Jay Fenlason
Modified: 2014-08-31 23:29 UTC (History)
3 users (show)

Fixed In Version: libdc1394-2.1.4-2.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-10 13:51:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jay Fenlason 2010-05-19 22:08:11 UTC
Description of problem:
The programs /usr/bin/dc1394_{
grab_color_image grab_gray_image grab_partial_image ladybug grab_partial_pvn} are installed without execute permission, so they can't be used.

Also, the actual executables aren't installed, just the libtool stubs.  To fix, the appropriate part of the spec file must be changed to
for p in grab_color_image grab_gray_image grab_partial_image ladybug grab_partial_pvn; do
	%{__install} -p -m 0755 examples/.libs/$p %{buildroot}%{_bindir}/dc1394_$p       
done

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.install libdc1394-tools
2.Attempt to use one of the tools.
3.
  
Actual results:
Can't execute file, and the actual file isn't the proper executable.

Expected results:
After patching the spec file and rebuilding, grab_color_image and grab_gray_image do something with my camera, although the first frame of output from my camera is always garbage, that's not libdc1394's fault.

Additional info:

Comment 1 Bug Zapper 2010-07-30 11:39:51 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle.
Changing version to '14'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Tim Niemueller 2011-04-22 08:35:04 UTC
Confirmed, going to fix this.

Comment 3 Fedora Update System 2012-01-04 13:28:33 UTC
libdc1394-2.1.4-2.fc15,coriander-2.0.1-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/libdc1394-2.1.4-2.fc15,coriander-2.0.1-1.fc15

Comment 4 Fedora Update System 2012-01-04 13:30:59 UTC
libdc1394-2.1.4-2.fc16,coriander-2.0.1-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/libdc1394-2.1.4-2.fc16,coriander-2.0.1-1.fc16

Comment 5 Fedora Update System 2012-01-05 21:05:06 UTC
Package libdc1394-2.1.4-2.fc16, coriander-2.0.1-1.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing libdc1394-2.1.4-2.fc16 coriander-2.0.1-1.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-0142/libdc1394-2.1.4-2.fc16,coriander-2.0.1-1.fc16
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2012-01-15 20:01:55 UTC
libdc1394-2.1.4-2.fc15, coriander-2.0.1-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2012-05-18 10:30:40 UTC
libdc1394-2.1.4-2.fc16, coriander-2.0.1-1.fc16 has been pushed to the Fedora 16 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.