Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2021 08:00:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258163] devel/godot-tools: requires binutils to build on armv7 FreeBSD 13
Message-ID:  <bug-258163-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258163
           Summary: devel/godot-tools: requires binutils to build on armv7
                    FreeBSD 13
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: fuz@fuz.su
                CC: FreeBSD@ShaneWare.Biz
             Flags: maintainer-feedback?(FreeBSD@ShaneWare.Biz)
                CC: FreeBSD@ShaneWare.Biz
             Flags: maintainer-feedback?(FreeBSD@ShaneWare.Biz),
                    merge-quarterly?

Created attachment 227551
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D227551&action=
=3Dedit
godot-tools-3.2.3_3 build log

On armv7 FreeBSD 13.0-RELEASE, building devel/godot-tools fails due to a
missing as binary:

as -mfpu=3Dneon -o
thirdparty/libvpx/vpx_dsp/arm/gas/intrapred_neon_asm.x11.opt.tools.32.llvm.o
thirdparty/libvpx/vpx_dsp/arm/gas/intrapred_neon_asm.s
sh: as: not found
scons: ***
[thirdparty/libvpx/vpx_dsp/arm/gas/intrapred_neon_asm.x11.opt.tools.32.llvm=
.o]
Error 127
scons: building terminated because of errors.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/godot-tools


As the GNU binutils (which provide the as binary) are no longer shipped by
default, an explicit build dependency on the GNU binutils needs to be added=
 to
fix this issue.

If desired I can try and make a patch.

--=20
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-258163-7788>