[mythtv] Changeset [21867] breaks building with packaging/rpm/mythtv.spec

James Twyford jtwyford at gmail.com
Wed Sep 16 19:50:08 UTC 2009


http://svn.mythtv.org/trac/changeset/21867

I dunno how this change broke building with the spec... but:

make[2]: *** No rule to make target `/usr/lib64/libmyth-0.22.so',
needed by `libmythflix.so'.  Stop.

...among others make was in the process of building (I build with -j4)

At this point in the compilation, libmyth-0.22.so is installed at
~/rpm/BUILD/mythtv-0.22/tmp/usr/lib64 but both ./configure
(./configure --prefix=/home/jtwyford/rpm/BUILD/mythtv-0.22/temp/usr
--libdir=/usr/lib64 --libdir-name=lib64 ...) and the setings.pro
environment (LIBS *=
-L/home/jtwyford/rpm/BUILD/mythtv-0.22/temp/usr/lib64) are pointing at
it.

So, color me confused. Is qmake not respecting the prefix or am I
overlooking something else?

The spec <http://svn.mythtv.org/trac/browser/trunk/packaging/rpm/mythtv.spec>
was building just fine in 21866.

edit:grr. Sent from the wrong email address

-james
Live or die trying


More information about the mythtv-dev mailing list