Bug 201532 - Cannot rebuild pwlib from source rpm
Summary: Cannot rebuild pwlib from source rpm
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: pwlib
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-07 07:23 UTC by Jan "Yenya" Kasprzak
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-20 20:47:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jan "Yenya" Kasprzak 2006-08-07 07:23:03 UTC
Description of problem:
On my system (Fedora Core 5), the pwlib library cannot be rebuilt, rpmbuild
complains about unpackaged but installed files.

Version-Release number of selected component (if applicable):
pwlib-1.10.1-5.src.rpm

How reproducible:
100%

Steps to Reproduce:
1. rpbuild --rebuild pwlib-1.10.1-5.src.rpm
  
Actual results:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/pwlib-root
error: Installed (but unpackaged) file(s) found:
   /usr/lib64/pwlib/devices/videoinput/dc_pwplugin.so

Expected results:
pwlib x86_64 rpm and pwlib-devel.x86_64.rpm should be built.

Additional info:
Adding
%{_libdir}/pwlib/devices/videoinput/dc_pwplugin.so
to the %files section of the spec file, and then rebuilding from the spec file
fixes the problem. It is probably because I have the libdc1394-devel package
installed (so maybe adding a BuildPrereq would be appropriate as well).

Comment 1 Daniel Veillard 2007-06-20 20:47:52 UTC
we build with 
libdv-devel libraw1394-devel libavc1394-devel
but not with libdc1394-devel which is not part of the core distribution,
at least in Fedora Core 5 and 6. It's not in Fedora 7 Everything so 
I think that's normal pwlib is not compiled against it.
So I think it's not a bug, if you really want to add the dependancy to
Fedora please follow the guidelines to get a new package in, and then
please create a new report for the latest version,

  thanks,

Daniel



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