Mailinglist Archive: opensuse-packaging (115 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Re: [opensuse] rpmbuild screws up install path with mythtv]
- From: Guðlaugur Jóhannesson <gudlaugu@xxxxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 13:43:19 +0000
- Message-id: <43622AF7.6040604@xxxxxxxxxxxxx>
Adrian Schroeter wrote:
Yes, but that is not set during build time and it even happens with some include paths. What I did was to set the prefix to $(empty)/usr where empty is an empty shell variable, and then all worked fine. I have got a working rpm for mythtv x86_64 but there is still some problems with the plug ins and getting them to compile correctly. There have to be many patches on the makefiles to allow for an installation into lib64 directory as is needed.
--
Guðlaugur Jóhannesson
http://www.hi.is/~gudlaugu
Phone: +354 849 8405
On Wednesday 19 October 2005 14:25, Guðlaugur Jóhannesson wrote:
I agree with that and I am changing it now. The problem, however, isyou use INSTALL_ROOT enviroment ?
that calling qmake (qt3 version) from rpmbuild results in weird behavior
with both the prefix and some include paths. It seems that qmake
changes some instances of the /usr directory to ../../../../../../ when
called from rpmbuild. It does not do that with the qt4 version or when
manually calling the qt3 version. Could this be a bug with qmake from qt3?
Yes, but that is not set during build time and it even happens with some include paths. What I did was to set the prefix to $(empty)/usr where empty is an empty shell variable, and then all worked fine. I have got a working rpm for mythtv x86_64 but there is still some problems with the plug ins and getting them to compile correctly. There have to be many patches on the makefiles to allow for an installation into lib64 directory as is needed.
--
Guðlaugur Jóhannesson
http://www.hi.is/~gudlaugu
Phone: +354 849 8405
| < Previous | Next > |