Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#8345 closed defect (duplicate)

r24120 packaging/rpm/build_myth.sh fails

Reported by: Stanley Merkx <stanley@…> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: Packaging Version: 0.23rc2
Severity: medium Keywords: rpm build_myth.sh mythnetvision
Cc: Ticket locked: no

Description

rpm/build_myth.sh fails with the following message:

error: Installed (but unpackaged) file(s) found: /usr/share/mythtv/i18n/mythnetvision_da.qm

(and more mythnetvision_??.qm files).

Patch to fix this is pretty trivial:

# svn diff mythtv-0-23/ Index: mythtv-0-23/packaging/rpm/mythtv.spec =================================================================== --- mythtv-0-23/packaging/rpm/mythtv.spec (revision 24120) +++ mythtv-0-23/packaging/rpm/mythtv.spec (working copy) @@ -1457,6 +1457,7 @@

%{_libdir}/mythtv/plugins/libmythnetvision.so %{_datadir}/mythtv/mythnetvision %{_datadir}/mythtv/netvisionmenu.xml

+%{_datadir}/mythtv/i18n/mythnetvision_*.qm

%endif

%endif

Change History (3)

comment:1 Changed 14 years ago by Stanley Merkx <stanley@…>

Oops, sould have formatted that:

# svn diff mythtv-0-23/
Index: mythtv-0-23/packaging/rpm/mythtv.spec
===================================================================
--- mythtv-0-23/packaging/rpm/mythtv.spec	(revision 24120)
+++ mythtv-0-23/packaging/rpm/mythtv.spec	(working copy)
@@ -1457,6 +1457,7 @@
 %{_libdir}/mythtv/plugins/libmythnetvision.so
 %{_datadir}/mythtv/mythnetvision
 %{_datadir}/mythtv/netvisionmenu.xml
+%{_datadir}/mythtv/i18n/mythnetvision_*.qm
 %endif
 
 %endif

comment:2 Changed 14 years ago by robertm

Resolution: duplicate
Status: newclosed

Stanley,

Can you please add this as an attached patch to #7090 (attached as a file rather than a quote)? Closing as a dupe. Thanks.

comment:3 Changed 14 years ago by Stanley Merkx <stanley@…>

Ok, done.

Did first do a search on build_myth.sh and on mythtv.spec but didn't find anything so didn't see it was a dupe.

Note: See TracTickets for help on using tickets.