Date: Mon, 20 Mar 2017 07:29:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217940] audio/wavpack failes in port with CCACHeE Message-ID: <bug-217940-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217940 Bug ID: 217940 Summary: audio/wavpack failes in port with CCACHeE Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: w.schwarzenfeld@utanet.at Assignee: multimedia@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Wavpack fails with CCACHE with a bunch of errors like that (in the port 10.3-RELEASE-p17). --- pack_x64.lo --- <instantiation>:34:1: error: unknown token in expression sar eax, 10 ^ pack_x64.S:1382:9: note: while in macro instantiation exeterm 18, 96 ^ <instantiation>:36:15: error: unknown token in expression jmp 2f ^ pack_x64.S:1382:9: note: while in macro instantiation exeterm 18, 96 ^ <instantiation>:43:9: error: unknown token in expression 2: je 3f ^ pack_x64.S:1382:9: note: while in macro instantiation exeterm 18, 96 ^ <instantiation>:45:14: error: unknown token in expression je 3f ^ pack_x64.S:1382:9: note: while in macro instantiation exeterm 18, 96 ^ <instantiation>:34:1: error: unknown token in expression sar eax, 10 ^ pack_x64.S:1383:9: note: while in macro instantiation exeterm 17, -96 ^ <instantiation>:36:15: error: unknown token in expression jmp 2f ^ pack_x64.S:1383:9: note: while in macro instantiation exeterm 17, -96 ^ <instantiation>:43:9: error: unknown token in expression 2: je 3f ^ pack_x64.S:1383:9: note: while in macro instantiation exeterm 17, -96 ^ <instantiation>:45:14: error: unknown token in expression je 3f ^ pack_x64.S:1383:9: note: while in macro instantiation exeterm 17, -96 ^ <instantiation>:34:1: error: unknown token in expression sar eax, 10 ^ pack_x64.S:1403:9: note: while in macro instantiation exeterm 18, 96 ^ <instantiation>:36:15: error: unknown token in expression jmp 2f .... is it possible to add something like: .if defined(WITH_CCACHE_BUILD) && ${PORT_OPTIONS:MASM} CFLAGS+=3D -no-integrated-as .endif to the Makefile, will solve this. --=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-217940-13>