Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760438 - dev-libs/libgcrypt[abi_x86_32]: unquoted variable lead to build failure with bash-5.1
Summary: dev-libs/libgcrypt[abi_x86_32]: unquoted variable lead to build failure with ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: bash-5.1
  Show dependency tree
 
Reported: 2020-12-17 10:22 UTC by Ionen Wolkens
Modified: 2020-12-29 10:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build-and-emerge-info.txt (build-and-emerge-info.txt,9.81 KB, text/plain)
2020-12-17 10:22 UTC, Ionen Wolkens
Details
0001-dev-libs-libgcrypt-guard-CC_FOR_BUILD-with-quotes.patch (0001-dev-libs-libgcrypt-guard-CC_FOR_BUILD-with-quotes.patch,1.49 KB, patch)
2020-12-17 10:23 UTC, Ionen Wolkens
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)