Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2011 13:35:08 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Dimitry Andric <dim@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/security/libgcrypt/files patch-cipher-rijndael.c
Message-ID:  <4E288D7C.1080403@FreeBSD.org>
In-Reply-To: <201107212018.p6LKIjm1023087@repoman.freebsd.org>
References:  <201107212018.p6LKIjm1023087@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Good catch! Was this submitted upstream?


On 07/21/2011 13:18, Dimitry Andric wrote:
> dim         2011-07-21 20:18:45 UTC
> 
>   FreeBSD ports repository (src committer)
> 
>   Added files:
>     security/libgcrypt/files patch-cipher-rijndael.c 
>   Log:
>   Building security/libgcrypt 1.5.0 with clang results in errors similar
>   to the following:
>   
>   rijndael.c:846:46: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
>   "movdqa 0xa0(%%esi), %%xmm1\n\t"
>   ^
>   <inline asm>:24:2: note: instantiated into assembly here
>   cmp $10, -80(%ebp)
>   ^
>   
>   This is because the 'cmp' instruction lacks a type suffix, and is thus
>   ambiguous.  Fix this by changing these to 'cmpq'.
>   
>   PR:     ports/158994  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=158994
>   Approved by:    Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
>   
>   Revision  Changes    Path
>   1.1       +61 -0     ports/security/libgcrypt/files/patch-cipher-rijndael.c (new)
> 
> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/security/libgcrypt/files/patch-cipher-rijndael.c
> 



-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E288D7C.1080403>