Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 12:24:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193943] New: [dns/bind99] Does not understand '-march=native' when compiling using gcc49
Message-ID:  <bug-193943-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 193943
           Summary: [dns/bind99] Does not understand '-march=native' when
                    compiling using gcc49
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mat@FreeBSD.org
          Reporter: software-freebsd@interfasys.ch
          Assignee: mat@FreeBSD.org
             Flags: maintainer-feedback?(mat@FreeBSD.org)

Bind 9.9.6 does not compile
ld gets arch=native, but expects elf_x86_64_fbsd elf_i386_fbsd.
I'm not sure if it's a port or app problem.

End of the log
gcc49 -pthread  -I/usr/ports/dns/bind99/work/bind-9.9.6
-I/usr/ports/dns/bind99/work/bind-9.9.6/lib/dns/include 
-I../../../../lib/dns/include
-I/usr/ports/dns/bind99/work/bind-9.9.6/lib/isc/include  -I../../../../lib/isc 
-I../../../../lib/isc/include  -I../../../../lib/isc/unix/include 
-I../../../../lib/isc/pthreads/include  -I../../../../lib/isc/x86_32/include
-I/usr/local/include  -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
-D_THREAD_SAFE -O2 -pipe -fdiagnostics-color=auto -Wl,-z,relro,-z,now
-D_FORTIFY_SOURCE=2 -ftracer -floop-interchange -floop-strip-mine -floop-block
-fuse-linker-plugin -flto=6 -ffat-lto-objects -march=native -DLIBICONV_PLUG
-fstack-protector-strong --param ssp-buffer-size=4 -fno-strict-aliasing
-I/usr/local/include/libxml2 -I/usr/include -fPIC   -W -Wall
-Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -Wpointer-arith
-fno-strict-aliasing -fno-delete-null-pointer-checks  -c driver.c
ld -O2 -pipe -fdiagnostics-color=auto -Wl,-z,relro,-z,now -D_FORTIFY_SOURCE=2
-ftracer -floop-interchange -floop-strip-mine -floop-block -fuse-linker-plugin
-flto=6 -ffat-lto-objects -march=native -DLIBICONV_PLUG
-fstack-protector-strong --param ssp-buffer-size=4 -fno-strict-aliasing
-Wl,-rpath=/usr/local/lib/gcc49 -rpath /usr/local/lib -fstack-protector
-Bshareable -x -o driver.so driver.o
ld: unrecognised emulation mode: arch=native
Supported emulations: elf_x86_64_fbsd elf_i386_fbsd

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer mat@FreeBSD.org

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