Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2015 23:00:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 199431] [arm] multimedia/cuse4bsd-kmod using unsupported CPU flags on ARM
Message-ID:  <bug-199431-7@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 199431
           Summary: [arm] multimedia/cuse4bsd-kmod using unsupported CPU
                    flags on ARM
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
               URL: http://chips.ysv.freebsd.org/data/11armv6hf-default/20
                    15-04-13_18h44m36s/logs/errors/cuse4bsd-kmod-0.1.36.lo
                    g
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: hselasky@FreeBSD.org
          Reporter: sbruno@FreeBSD.org
                CC: freebsd-arm@FreeBSD.org
             Flags: maintainer-feedback?(hselasky@FreeBSD.org)
                CC: freebsd-arm@FreeBSD.org
          Assignee: hselasky@FreeBSD.org

It looks like the build bits of cuse4bsd need to be tightened up a bit as its
trying to use x86 specific clfags on non-x86 builds:

/nxb-bin/usr/bin/cc -O2 -pipe -fno-strict-aliasing  -Werror -D_KERNEL
-DKLD_MODULE -nostdinc   -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq
-fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer 
-mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float 
-fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-protector
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality -Wno-error-unused-function 
-Wno-error-pointer-sign -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual 
-Wundef -Wno-pointer-sign -D__printf__=__freebsd_kprintf__ 
-Wmissing-include-dirs -fdiagnostics-show-option  -Wno-unknown-pragmas 
-Wno-error-tautological-compare -Wno-error-empty-body 
-Wno-error-parentheses-equality -Wno-error-unused-function 
-Wno-error-pointer-sign  -mno-aes -mno-avx  -std=iso9899:1999 -c
cuse4bsd_kmod.c -o cuse4bsd_kmod.o
cc: error: argument unused during compilation: '-mno-red-zone'
[-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '-mno-mmx'
[-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '-mno-sse'
[-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '-mno-aes'
[-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '-mno-avx'
[-Werror,-Wunused-command-line-argument]
*** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.



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