From nobody Fri Oct 01 15:57:50 2021 X-Original-To: ports-bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 40FA017D16A4 for ; Fri, 1 Oct 2021 15:57:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HLZWf1GVQz4drl for ; Fri, 1 Oct 2021 15:57:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0221722120 for ; Fri, 1 Oct 2021 15:57:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 191FvnAO026565 for ; Fri, 1 Oct 2021 15:57:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 191FvnrX026564 for ports-bugs@FreeBSD.org; Fri, 1 Oct 2021 15:57:49 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 258846] devel/dyncall: unbreak on arm Date: Fri, 01 Oct 2021 15:57:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: fuz@fuz.su X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258846 --- Comment #2 from Robert Clausecker --- (In reply to Tassilo Philipp from comment #1) Hi Tassilo, ARM does not normally use % sigils for registers and I think gas just accep= ts them out of courtesy. Clang's assembler on the other hand is a lot stricte= r.=20 I none of your other arm assembly source files in your projects have them, = so I wonder why this one file diverges. Also consider migrating to UAL (.syntax unified) if possible. This'll avoi= d a lot of headache in the future. It is possible that your clang is configured to use the GNU assembler for assembly files. As for the patches, I can confirm that the resulting code also assembles wh= en using gcc/GNU as. > I'm not sure about the use of hooking up the test suite *in its current s= tate*, as some test executables do not return any meaningful status codes. = This is also on my list to fix. Of course this should be hooked up eventual= ly, so you did the right thing, I just think the suite needs some changes, = first. The test suite is not ran automatically by any part of the package building process. Setting TEST_TARGET simply means that it is possible to run "make test" on the port. However, if you don't feel comfortable with that, there= 's no problem leaving it out. --=20 You are receiving this mail because: You are the assignee for the bug.=