I'm working on the recent release of mythtv and everything compiled fine until I got to the rpm packaging part which I got the following output:
File listed twice: /usr/lib/.build-id/01/02700911bb4fe728258f16703a35d816ddb31f
File listed twice: /usr/lib/.build-id/5f/dc725022956f8f935afc0d29ad91594f57ee6e
File listed twice: /usr/lib/.build-id/67/82796d2132f1b0dc2f865d208297340b1e7005
File listed twice: /usr/lib/.build-id/83/30ab4fd5e920cc992a734b234d62fc7895db0f
File listed twice: /usr/lib/.build-id/94/1a02be6311015e5b7f7b1778d463475925b5bc
File listed twice: /usr/lib/.build-id/ae/d6aef663c2c17307251cb23e598212ad41d3d8
File listed twice: /usr/lib/.build-id/d9/dfc4a918c04b597302215241b783a1fb0ca84d
File listed twice: /usr/lib/.build-id/e6/306d3c48dc40e9927d9408900cb773dda95c48
---
For one, the output isn't very useful so I shelled into the mock and looked up the "offending files":
02700911bb4fe728258f16703a35d816ddb31f -> ../../../../usr/lib64/libmythavformat.so.58.12.100
dc725022956f8f935afc0d29ad91594f57ee6e -> ../../../../usr/lib64/libmythavdevice.so.58.3.100
82796d2132f1b0dc2f865d208297340b1e7005 -> ../../../../usr/lib64/libmythavcodec.so.58.18.100
30ab4fd5e920cc992a734b234d62fc7895db0f -> ../../../../usr/lib64/libmythswscale.so.5.1.100
1a02be6311015e5b7f7b1778d463475925b5bc -> ../../../../usr/lib64/libmythavutil.so.56.14.100
d6aef663c2c17307251cb23e598212ad41d3d8 -> ../../../../usr/lib64/libmythpostproc.so.55.1.100
dfc4a918c04b597302215241b783a1fb0ca84d -> ../../../../usr/lib64/libmythswresample.so.3.1.100
306d3c48dc40e9927d9408900cb773dda95c48 -> ../../../../usr/lib64/libmythavfilter.so.7.16.100
---
I looked through the spec file and can't find where it's being included twice, and why only the build-ids are listed twice, not the libraries themselves.
$ grep "%{_libdir}" rpmbuild/mythtv/SPECS/mythtv.spec
%dir %{_libdir}/mythtv
%{_libdir}/mythtv/filters/
%dir %{_libdir}/mythtv/plugins
%exclude %{_libdir}/libmythav*.so.*
%exclude %{_libdir}/libmythpostproc.so.*
%exclude %{_libdir}/libmythswscale.so.*
%exclude %{_libdir}/libmythswresample.so.*
%{_libdir}/*.so.*
%{_libdir}/*.so
%{_libdir}/libmythav*.so.*
%{_libdir}/libmythpostproc.so.*
%{_libdir}/libmythswscale.so.*
%{_libdir}/libmythswresample.so.*
%{_libdir}/mythtv/plugins/libmytharchive.so
%{_libdir}/mythtv/plugins/libmythbrowser.so
%{_libdir}/mythtv/plugins/libmythgallery.so
%{_libdir}/mythtv/plugins/libmythgame.so
%{_libdir}/mythtv/plugins/libmythmusic.so
%{_libdir}/mythtv/plugins/libmythnews.so
%{_libdir}/mythtv/plugins/libmythweather.so
%{_libdir}/mythtv/plugins/libmythzoneminder.so
%{_libdir}/mythtv/plugins/libmythnetvision.so
Is the %exclude just not working for the build-ids? That's all I can come up with.
Help appreciated.
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx