Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2018 18:52:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 233137] multimedia/gstreamer1-libav: fails to build with FFMPEG=OFF on aarch64: gas-preprocessor.pl is missing from distfile
Message-ID:  <bug-233137-12827-Sb4cmBG1SP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233137-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233137-12827@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #5 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 199145
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199145
patch

aarch64 is indeed fixed, armv6 is green but build failed on
13.0 armv7 (clang 7.0.1): https://ptpb.pw/IHaC

Looks like Clang assembler doesn't grok .gn directive:

  $ echo 'x .dn d2.f32' | clang -c -x assembler - -o /dev/null -target
armv7-unknown-freebsd13.0-gnueabihf
  <stdin>:1:7: error: unexpected token in argument list
  x .dn d2.f32
        ^
https://sourceware.org/binutils/docs/as/ARM-Directives.html

--=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-233137-12827-Sb4cmBG1SP>