[vlc-devel] Re: rpm rebuild of dtsdec fails

Martin Gansser mgansser at ngi.de
Sun Feb 15 13:49:35 CET 2004


Am Sa, den 14.02.2004 schrieb Martin Gansser um 21:17:
> Hi,
> 
> the rebuild on Fedora Core 1 fails with dtsdec
> 
> rpm --rebuild dtsdec-0.0.1-1.src.rpm
> 
> make[1]: Leaving directory `/usr/src/redhat/BUILD/dtsdec-0.0.1'
> + cd /var/tmp/dtsdec-root/usr/include/dtsdec
> + ln . include -s
> + /usr/lib/rpm/redhat/brp-compress
> + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
> + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
> + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip
> /usr/bin/objdump
> Processing files: dtsdec-0.0.1-1
> Fehler: File not found: /var/tmp/dtsdec-root/usr/lib/debug
> Processing files: dtsdec-devel-0.0.1-1
> Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1
> rpmlib(PayloadFilesHavePrefix) <= 4.0-1
> Requires: dtsdec = 0.0.1-1
>  
> 
> RPM build errors:
>     File not found: /var/tmp/dtsdec-root/usr/lib/debug

problem solved by changing the %files part in the spec file:

%files
%defattr(-, root, root)
%{_bindir}/*
%{_mandir}/*
#%exclude %{_libdir}/debug
%exclude %{_libdir}/*.la
%{_libdir}/pkgconfig/libdts.pc
%{_libdir}/libdts.a

thanks Martin

-- 
viele Grüße Martin

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list