Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201910 - glibc 2.7 compilation problem on alpha due to PTR_MANGLE and PTR_DEMANGLE
Summary: glibc 2.7 compilation problem on alpha due to PTR_MANGLE and PTR_DEMANGLE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: http://sourceware.org/bugzilla/show_b...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 01:12 UTC by Jose Luis Rivero (yoswink) (RETIRED)
Modified: 2007-12-11 04:53 UTC (History)
1 user (show)

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


Attachments
glibc-2.7-ptr_mangle.patch (glibc-2.7-ptr_mangle.patch,3.90 KB, patch)
2007-12-11 01:12 UTC, Jose Luis Rivero (yoswink) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2007-12-11 01:12:11 UTC
Glibc 2.7 doesn't compile on alpha complaining about:

undefined reference to `PTR_MANGLE'
undefined reference to `PTR_DEMANGLE'

The following patch seems to solve this problem and make glibc compile again in alpha. It was tested against glibc-2.7.

The bug is reported upstream:
http://sourceware.org/bugzilla/show_bug.cgi?id=5216
Comment 1 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2007-12-11 01:12:58 UTC
Created attachment 138225 [details, diff]
glibc-2.7-ptr_mangle.patch