[Bug 233137] multimedia/gstreamer1-libav: fails to build with FFMPEG=OFF on aarch64: gas-preprocessor.pl is missing from distfile

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 11 18:52:13 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233137

--- Comment #5 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 199145
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199145
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list