http://bugzilla.rpmfusion.org/show_bug.cgi?id=26
--- Comment #25 from Andrea Musuruane <musuruan(a)gmail.com> 2008-12-22 14:56:00 ---
(In reply to comment #24)
(In reply to comment #23)
> I still cannot build on F10/x86_64.
"* ...it does not build at least under F9/i386."
Is that a different machine ?
Yes, of course :)
Do you think this will be missing BR's ? (might save me some time
trying to
work out why). I build on F9 i386 and F10 i386, OK. (no x86_64 at the moment).
It certainly is a missing BR if you can build it.
> I get the following error when running
> configure:
> [...]
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for main in -lqt-mt... no
> checking for main in -lqt... no
> configure: error: Qt library not found
> errore: Stato d'uscita errato da /var/tmp/rpm-tmp.vCa3lr (%build)
Is that with qt3-devel installed ?
(can you rpm -qa qt3\* |sort for me ?)
I don't have access to the the F10/x86_64 computer right now, but qt3-devel was
installed. I had to install it otherwise rpmbuild refuses to start the build
because qt3-devel is amongst BR.
I'll later send you the output of "rpm -qa qt3\* |sort".
> Why aren't you using the configure macro?
Forgot it existed ;-) using it now in build.
Mmmm... I think you have to review how it works. It is clear you miss
something. Try running this command from command line to see how the macro
expands:
$ rpm --eval %configure
Thus you'll see that you don't have to pass --libdir=%{_libdir} because it is
already passed by the macro.
export CXXFLAGS="$RPM_OPT_FLAGS" is already in the macro and not needed.
> Doesn't "make install DESTDIR=%{buildroot}" work?
No. So I rerun configure to attach the buildroot info there. I might be able to
push a build sys patch upstream if I knew why that doesn't work.
I'll try to help you but I have to be able to fire a build :)
> I really don't like calling ./configure in the build
section.
Do you mean ./configure should be in %setup ? Or to use %configure ?
I mean that ./configure or %configure should only be used in the %setup
section.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.