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

Bug 76487

Summary: gnupg 1.4.0 has text relocation built on hardened
Product: Gentoo Linux Reporter: Natanael Copa <natanael.copa>
Component: New packagesAssignee: Crypto team [DISABLED] <crypto+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: gnupg-1.4.0-r1.ebuild.diff

Description Natanael Copa 2005-01-03 00:47:51 UTC
ifdef PIC is used instead of ifdef __PIC__, that produces the text relocation.

This is exactly the same thing as http://bugs.gentoo.org/show_bug.cgi?id=74521

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Natanael Copa 2005-01-03 00:50:21 UTC
Created attachment 47441 [details, diff]
gnupg-1.4.0-r1.ebuild.diff

corrects ebuild s/PIC/__PIC__/
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-01-04 12:55:14 UTC
fixed - thankyou. I'll have to submit this one to the gnupg folks.