Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2015 01:33:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200234] graphics/opencv-core incorrect optimization flag
Message-ID:  <bug-200234-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200234

            Bug ID: 200234
           Summary: graphics/opencv-core incorrect optimization flag
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jhale@FreeBSD.org
          Reporter: sasamotikomi@gmail.com
             Flags: maintainer-feedback?(jhale@FreeBSD.org)
          Assignee: jhale@FreeBSD.org

-- General configuration for OpenCV 2.4.9 =====================================
--   Version control:               unknown
-- 
--   Platform:
--     Host:                        FreeBSD 10.1-RELEASE-p9 i386
--     CMake:                       3.1.3
--     CMake generator:             Unix Makefiles
--     CMake build tool:            /usr/local/bin/gmake
--     Configuration:               Release
-- 
--   C/C++:
--     Built as dynamic libs?:      YES
--     C++ Compiler:                /usr/bin/c++  (ver 3.4.1)
--     C++ flags (Release):         -O2 -pipe -march=athlon-xp
-fstack-protector -fno-strict-aliasing   -fsigned-char -W -Werror=return-type
-Werror=address -Werror=sequence-point -Wformat -Werror=format-security
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef
-Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
-Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args
-fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse
-msse2 -msse3 -ffunction-sections -O2 -pipe -march=athlon-xp -fstack-protector
-fno-strict-aliasing  -DNDEBUG
--     C++ flags (Debug):           -O2 -pipe -march=athlon-xp
-fstack-protector -fno-strict-aliasing   -fsigned-char -W -Werror=return-type
-Werror=address -Werror=sequence-point -Wformat -Werror=format-security
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef
-Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
-Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args
-fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse
-msse2 -msse3 -ffunction-sections -O2 -pipe -march=athlon-xp -fstack-protector
-fno-strict-aliasing  -O0 -DDEBUG -D_DEBUG
--     C Compiler:                  /usr/bin/cc
--     C flags (Release):           -O2 -pipe -march=athlon-xp 
-fstack-protector -fno-strict-aliasing   -fsigned-char -W -Werror=return-type
-Werror=address -Werror=sequence-point -Wformat -Werror=format-security
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef
-Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
-Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args
-fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse
-msse2 -msse3 -ffunction-sections -O2 -pipe -march=athlon-xp  -fstack-protector
-fno-strict-aliasing  -DNDEBUG
--     C flags (Debug):             -O2 -pipe -march=athlon-xp 
-fstack-protector -fno-strict-aliasing   -fsigned-char -W -Werror=return-type
-Werror=address -Werror=sequence-point -Wformat -Werror=format-security
-Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef
-Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing
-Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args
-fdiagnostics-show-option -pthread -march=i686 -fomit-frame-pointer -msse
-msse2 -msse3 -ffunction-sections -O2 -pipe -march=athlon-xp  -fstack-protector
-fno-strict-aliasing  -O0 -DDEBUG -D_DEBUG
--     Linker flags (Release):      -fstack-protector
--     Linker flags (Debug):        -fstack-protector

Doubled -O0/O2, -march my(CPUTYPE) and included,-fno-strict-aliasing, -pipe
flag, SSE2 only supported by one of all 32-bit processor (Pentium 4), SSE3
isn't supported all x86-32 and some x86-64 processor.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200234-13>