From owner-freebsd-bugs@freebsd.org Wed Jun 24 13:18:42 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C4959151AB for ; Wed, 24 Jun 2015 13:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A7391E78 for ; Wed, 24 Jun 2015 13:18:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5ODIfc3097033 for ; Wed, 24 Jun 2015 13:18:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201095] arm64 missing fpsetmask Date: Wed, 24 Jun 2015 13:18:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2015 13:18:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201095 Bug ID: 201095 Summary: arm64 missing fpsetmask Product: Base System Version: 11.0-CURRENT Hardware: arm64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: emaste@freebsd.org arm64 has a prototype: /usr/include/machine/ieeefp.h:extern fp_except_t fpsetmask(fp_except_t); but it is not implemented - e.g., when building the perl port: ===> Building for perl5-5.20.2_4 cc -lpthread -Wl,-E -fstack-protector -L/usr/local/lib -o miniperl perlmini.o opmini.o miniperlmain.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o -lm -lcrypt -lutil perlmini.o: In function `Perl_sys_init': perlmini.c:(.text+0xc): undefined reference to `fpsetmask' perlmini.o: In function `Perl_sys_init3': perlmini.c:(.text+0x58): undefined reference to `fpsetmask' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** [lib/buildcustomize.pl] Error code 1 make[3]: stopped in /usr/ports/lang/perl5.20/work/perl-5.20.2 1 error make[3]: stopped in /usr/ports/lang/perl5.20/work/perl-5.20.2 -- You are receiving this mail because: You are the assignee for the bug.