From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 29 17:53:57 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B64DE75F for ; Sat, 29 Nov 2014 17:53:57 +0000 (UTC) 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 9C83C222 for ; Sat, 29 Nov 2014 17:53:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sATHrveD024522 for ; Sat, 29 Nov 2014 17:53:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195505] New: multimedia/libvpx clang35 import build failure Date: Sat, 29 Nov 2014 17:53:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: dieterich.joh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ashish@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2014 17:53:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195505 Bug ID: 195505 Summary: multimedia/libvpx clang35 import build failure Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ashish@FreeBSD.org Reporter: dieterich.joh@gmail.com Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@FreeBSD.org) On the clang35 import branch (svn.freebsd.org/base/projects/clang350-import), multimedia/libvpx fails to build as follows: mkdir -p vp9/common/x86/ /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/common/x86/vp9_intrapred_ssse3.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/common/x86/vp9_intrapred_ssse3.asm > vp9/common/x86/vp9_intrapred_ssse3.asm.d /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=third_party/x86inc/x86inc.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ third_party/x86inc/x86inc.asm > third_party/x86inc/x86inc.asm.d /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/common/x86/vp9_intrapred_sse2.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/common/x86/vp9_intrapred_sse2.asm > vp9/common/x86/vp9_intrapred_sse2.asm.d mkdir -p vp9/common/x86/ /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/common/x86/vp9_copy_sse2.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/common/x86/vp9_copy_sse2.asm > vp9/common/x86/vp9_copy_sse2.asm.d mkdir -p vp9/common/x86/ /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/common/x86/vp9_subpixel_8t_ssse3.asm > vp9/common/x86/vp9_subpixel_8t_ssse3.asm.d vp8/encoder/vp8_asm_enc_offsets.c:23:1: error: unexpected token in argument list DEFINE(vp8_block_coeff, offsetof(BLOCK, coeff)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :82:2: note: expanded from here "vp8_block_coeff" ^ :2:21: note: instantiated into assembly here vp8_block_coeff EQU $8 ^ vp8/encoder/vp8_asm_enc_offsets.c:24:1: error: unexpected token in argument list DEFINE(vp8_block_zbin, offsetof(BLOCK, zbin)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :83:2: note: expanded from here "vp8_block_zbin" ^ :2:20: note: instantiated into assembly here vp8_block_zbin EQU $40 ^ vp8/encoder/vp8_asm_enc_offsets.c:25:1: error: unexpected token in argument list DEFINE(vp8_block_round, offsetof(BLOCK, round)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macromkdir -p vp9/common/x86/ 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :84:2: note: expanded from here "vp8_block_round" ^ :2:21: note: instantiated into assembly here vp8_block_round EQU $56 ^ vp8/encoder/vp8_asm_enc_offsets.c:26:1: error: unexpected token/usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/common/x86/vp9_subpixel_8t_sse2.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/common/x86/vp9_subpixel_8t_sse2.asm > vp9/common/x86/vp9_subpixel_8t_sse2.asm.d in argument list DEFINE(vp8_block_quant, offsetof(BLOCK, quant)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :85:2: note: expanded from here "vp8_block_quant" ^ :2:21: note: instantiated into assembly here vp8_block_quant EQU $16 ^ vp8/encoder/vp8_asm_enc_offsets.c:27:1: error: unexpected token in argument list DEFINE(vp8_block_quant_fast, offsetof(BLOCK, quant_fast)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :86:2: note: expanded from here "vp8_block_quant_fast" ^ :2:26: note: instantiated into assembly here vp8_block_quant_fast EQU $24 ^ vp8/encoder/vp8_asm_enc_offsets.c:28:1: error: unexpected mkdir -p vp9/common/x86/ token in argument list DEFINE(vp8_block_zbin_extra, offsetof(BLOCK, zbin_extra)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :87:2: note: expanded from here "vp8_block_zbin_extra" ^ :2:26: note: instantiated into assembly here vp8_block_zbin_extra EQU $64 ^ vp8/encoder/vp8_asm_enc_offsets.c:29:1: error: unexpected token in argument list DEFINE(vp8_block_zrun_zbin_boost, offsetof(BLOCK, zrun_zbin_boost)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :88:2: note: expanded from here "vp8_block_zrun_zbin_boost" ^ :2:31: note: instantiated into assembly here vp8_block_zrun_zbin_boost EQU $48 ^ vp8/encoder/vp8_asm_enc_offsets.c:30:1: error: unexpected token in argument list DEFINE(vp8_block_quant_shift, offsetof(BLOCK, quant_shift)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :89:2: note: expanded from here "vp8_block_quant_shift" ^ :2:27: note: instantiated into assembly here vp8_block_quant_shift EQU $32 ^ vp8/encoder/vp8_asm_enc_offsets.c:32:1: error: unexpected token in argument list DEFINE(vp8_blockd_qcoeff, offsetof(BLOCKD, qcoeff)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :90:2: note: expanded from here "vp8_blockd_qcoeff" ^ :2:23: note: instantiated into assembly here vp8_blockd_qcoeff EQU $0 ^ vp8/encoder/vp8_asm_enc_offsets.c:33:1: error: unexpected token in argument list DEFINE(vp8_blockd_dequant, offsetof(BLOCKD, dequant)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :91:2: note: expanded from here "vp8_blockd_dequant" ^ :2:24: note: instantiated into assembly here vp8_blockd_dequant EQU $24 ^ vp8/encoder/vp8_asm_enc_offsets.c:34:1: error: unexpected token in argument list DEFINE(vp8_blockd_dqcoeff, offsetof(BLOCKD, dqcoeff)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :92:2: note: expanded from here "vp8_blockd_dqcoeff" ^ :2:24: note: instantiated into assembly here vp8_blockd_dqcoeff EQU $8 ^ /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ vp8/encoder/vp8_asm_enc_offsets.c:35:1: error: unexpected token in argument list --build-pfx= --depfile=vp9/common/x86/vp9_loopfilter_mmx.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/common/x86/vp9_loopfilter_mmx.asm > vp9/common/x86/vp9_loopfilter_mmx.asm.d DEFINE(vp8_blockd_eob, offsetof(BLOCKD, eob)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :93:2: note: expanded from here "vp8_blockd_eob" ^ :2:20: note: instantiated into assembly here vp8_blockd_eob EQU $40 ^ vp8/encoder/vp8_asm_enc_offsets.c:38:1: error: unexpected token in argument list DEFINE(vp8_block_base_src, offsetof(BLOCK, base_src)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :94:2: note: expanded from here "vp8_block_base_src" ^ :2:24: note: instantiated into assembly here vp8_block_base_src EQU $72 ^ vp8/encoder/vp8_asm_enc_offsets.c:39:1: error: unexpected token in argument list DEFINE(vp8_block_src, offsetof(BLOCK, src)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :95:2: note: expanded from here "vp8_block_src" ^ :2:19mkdir -p vp9/encoder/x86/ : note: instantiated into assembly here vp8_block_src EQU $80 ^ vp8/encoder/vp8_asm_enc_offsets.c:40:1: error: unexpected token in argument list DEFINE(vp8_block_src_diff, offsetof(BLOCK, src_diff)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :96:2: note: expanded from here "vp8_block_src_diff" ^ :2:24: note: instantiated into assembly here vp8_block_src_diff EQU $0 ^ vp8/encoder/vp8_asm_enc_offsets.c:41:1: error: unexpected token in argument list DEFINE(vp8_block_src_stride, offsetof(BLOCK, src_stride)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :97:2: note: expanded from here "vp8_block_src_stride" ^ :2:26: note: instantiated into assembly here vp8_block_src_stride EQU $84 ^ mkdir -p vp9/encoder/x86/ vp8/encoder/vp8_asm_enc_offsets.c:43:1: error: unexpected token in argument list DEFINE(vp8_blockd_predictor, offsetof(BLOCKD, predictor)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^/usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/encoder/x86/vp9_ssim_opt.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/encoder/x86/vp9_ssim_opt.asm > vp9/encoder/x86/vp9_ssim_opt.asm.d :98:2: note: expanded from here "vp8_blockd_predictor" ^ :2:26: note: instantiated into assembly here vp8_blockd_predictor EQU $16 ^ vp8/encoder/vp8_asm_enc_offsets.c:46:1: error: unexpected token in argument list DEFINE(vp8_writer_lowvalue, offsetof(vp8_writer, lowvalue)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :99:2: note: expanded from here "vp8_writer_lowvalue" ^ :2:25: note: instantiated into assembly here vp8_writer_lowvalue EQU $0 ^ /usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/encoder/x86/vp9_sad_sse4.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/encoder/x86/vp9_sad_sse4.asm > vp9/encoder/x86/vp9_sad_sse4.asm.d vp8/encoder/vp8_asm_enc_offsets.c:47:1: error: unexpected token in argument list DEFINE(vp8_writer_range, offsetof(vp8_writer, range)); ^ ./vpx_ports/asm_offsets.h:22:35: note: expanded from macro 'DEFINE' #define DEFINE(sym, val) asm("\n" #sym " EQU %0" : : "i" (val)) ^ :100:2: note: expanded from here "vp8_writer_range" ^mkdir -p vp9/encoder/x86/ :2:22: note: instantiated into assembly here/usr/ports/multimedia/libvpx/work/libvpx-1.3.0/build/make/gen_asm_deps.sh \ --build-pfx= --depfile=vp9/encoder/x86/vp9_sad_ssse3.asm.d -f elf64 -I./ -I"/usr/ports/multimedia/libvpx/work/libvpx-1.3.0"/ vp9/encoder/x86/vp9_sad_ssse3.asm > vp9/encoder/x86/vp9_sad_ssse3.asm.d vp8_writer_range EQU $4 ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] mkdir -p vp9/encoder/x86/ --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer ashish@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.