Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 760438

Summary: dev-libs/libgcrypt[abi_x86_32]: unquoted variable lead to build failure with bash-5.1
Product: Gentoo Linux Reporter: Ionen Wolkens <ionen>
Component: Current packagesAssignee: Mikle Kolyada (RETIRED) <zlogene>
Status: RESOLVED FIXED    
Severity: normal CC: crabbedhaloablution, sam, soap
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 762394    
Attachments: build-and-emerge-info.txt
0001-dev-libs-libgcrypt-guard-CC_FOR_BUILD-with-quotes.patch

Description Ionen Wolkens gentoo-dev 2020-12-17 10:22:51 UTC
Created attachment 678568 [details]
build-and-emerge-info.txt

-m32 ends up being passed to configure:

configure: error: unrecognized option: `-m32'
Comment 1 Ionen Wolkens gentoo-dev 2020-12-17 10:23:30 UTC
Created attachment 678571 [details, diff]
0001-dev-libs-libgcrypt-guard-CC_FOR_BUILD-with-quotes.patch
Comment 2 Larry the Git Cow gentoo-dev 2020-12-17 18:56:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1fc492fef113411c4167184f4e6ae85f70863f

commit dc1fc492fef113411c4167184f4e6ae85f70863f
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2020-12-17 10:16:15 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-12-17 18:56:34 +0000

    dev-libs/libgcrypt: guard CC_FOR_BUILD with quotes
    
    Caused build failure with abi_x86_32 and bash-5.1
    
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Closes: https://bugs.gentoo.org/760438
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild | 2 +-
 dev-libs/libgcrypt/libgcrypt-1.8.7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)