Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427726 - dev-libs/libgcrypt sets BYTES_PER_MPI_LIMB incorrectly for ABI=x32 (breaks app-crypt/gnupg and such)
Summary: dev-libs/libgcrypt sets BYTES_PER_MPI_LIMB incorrectly for ABI=x32 (breaks ap...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL: http://lists.gnupg.org/pipermail/gcry...
Whiteboard:
Keywords:
Depends on:
Blocks: x32
  Show dependency tree
 
Reported: 2012-07-23 11:41 UTC by Joe
Modified: 2012-09-23 22:28 UTC (History)
0 users

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


Attachments
build log (build.log,122.96 KB, text/plain)
2012-07-23 11:51 UTC, Joe
Details
emerge info (emerge.info,4.24 KB, text/plain)
2012-07-23 11:51 UTC, Joe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe 2012-07-23 11:41:17 UTC
Looks like a segmentation fault in the build process:

./gpg_dearmor > ./secring.skr < ./secring.skr.asc
../../g10/gpg2 --homedir . --quiet --yes --no-permission-warning --import ./pubdemo.asc

gpg: signal Segmentation fault caught ... exiting
make[3]: *** [prepared.stamp] Segmentation fault


Reproducible: Always

Steps to Reproduce:
1. install x32 release candidate
2. emerge --sync && emerge --update --deep world 
3. emerge app-crypt-gnupg
Comment 1 Joe 2012-07-23 11:51:03 UTC
Created attachment 318960 [details]
build log
Comment 2 Joe 2012-07-23 11:51:17 UTC
Created attachment 318962 [details]
emerge info
Comment 4 SpanKY gentoo-dev 2012-09-23 22:28:22 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix building for x32 ABIs
http://sources.gentoo.org/dev-libs/libgcrypt/files/libgcrypt-1.5.0-x32.patch?rev=1.1
http://sources.gentoo.org/dev-libs/libgcrypt/libgcrypt-1.5.0-r2.ebuild?r1=1.9&r2=1.10