[Bug 475110] Review Request: monkeystudio - Free crossplatform Qt 4 IDE

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 25 20:21:49 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=475110





--- Comment #12 from Rex Dieter <rdieter at math.unl.edu>  2009-06-25 16:21:48 EDT ---
SHOULD: fix the monkeystudio.x86_64: E: script-without-shebang type errors from
rpmlint.  This seems to be due to spurious permissions of said files, ie, them
being executable.

SHOULD: consider using some/more qt4-related rpm macros, see
/etc/rpm/macros.qt4 for details.  In particular, %{_qt4_qmake} or
%{_qt4_bindir} make be useful

MUST: drop qmake hack (on x86_64).  The hack makes the build not use the
recommended compiler flags, see also:
https://fedoraproject.org/wiki/Packaging/Guidelines#Compiler_flags
Then, investigation can continue on finding the proper cause for missing
symbols in monkeystudio plugins.

Looking closer, the only differences I see are with the hack, stuff is build
pretty much only with 
-O2
and without the hack,
-m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic
and linked additionally with:
-m64

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list