Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 07:29:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 217940] audio/wavpack failes in port with CCACHeE
Message-ID:  <bug-217940-12827-smtWs29DOP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217940-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217940-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
w.schwarzenfeld@utanet.at has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
multimedia@FreeBSD.org:
Bug 217940: audio/wavpack failes in port with CCACHeE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217940



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217940-12827-smtWs29DOP>