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 <[email protected]>  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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to