[Bug 469470] Review Request: mausezahn - A fast versatile packet generator

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 3 15:46:47 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=469470





--- Comment #35 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2009-08-03 11:46:43 EDT ---
Well, 

(In reply to comment #34)
> Spec URL: http://bonii.fedorapeople.org/spec/mausezahn.spec
> SRPM URL: http://bonii.fedorapeople.org/srpms/mausezahn-0.34.8-1.fc9.src.rpm  

This does not build (at least) on x86_64:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1576215

>From diff:
--------------------------------------------------------------
diff -uNr mausezahn-0.34.6-2.fc9.src/mz-0.34.6/CMakeLists.txt
mausezahn-0.34.8-1.fc9.src/mz-0.34.8/CMakeLists.txt
--- mausezahn-0.34.6-2.fc9.src/mz-0.34.6/CMakeLists.txt 2008-09-05
17:16:54.000000000 +0900
+++ mausezahn-0.34.8-1.fc9.src/mz-0.34.8/CMakeLists.txt 2009-07-30
01:33:28.000000000 +0900
@@ -5,6 +5,8 @@
        cmake_policy(SET CMP0003 NEW)
 endif(COMMAND cmake_policy)

+SET(CMAKE_C_FLAGS "-Wall -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -
fasynchronous-unwind-tables")
+
 ADD_CUSTOM_TARGET(uninstall
        COMMAND ${CMAKE_COMMAND} -E echo Use 'xargs rm < install_manifest.txt'
to uninstall this program
        )
@@ -13,3 +15,6 @@

 add_subdirectory (src)
 add_subdirectory (doc)
+
+
+
---------------------------------------------------------------------

Well, this CMAKE_C_FLAGS is wrong on x86_64, and on rawhide even
on "i686" (on rawhide build target is for i686, x86_64, ppc, ppc64).

-- 
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