Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110187 - libmono.so.0 cannot be prelinked against. (non-PIC)
Summary: libmono.so.0 cannot be prelinked against. (non-PIC)
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-22 19:53 UTC by Stephan Sokolow
Modified: 2005-11-13 22:25 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Sokolow 2005-10-22 19:53:41 UTC
Mono 1.1.8.3 does not build libmono.so.0 as position independant code and, as
such, it cannot be prelinked against.


Reproducible: Always
Steps to Reproduce:
1. emerge mono 1.1.8.3
2. run "prelink -amR"

Actual Results:  
prelink: /usr/bin/monodiet: NOBITS section followed by non-NOBITS section in the
same segment
prelink: /usr/bin/mono: NOBITS section followed by non-NOBITS section in the
same segment
prelink: /usr/bin/monodis: Cannot prelink against non-PIC shared library
/usr/lib/libmono.so.0
prelink: /usr/bin/monograph: Cannot prelink against non-PIC shared library
/usr/lib/libmono.so.0


Expected Results:  
no problems.
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-11-13 22:25:33 UTC
Please see the ximian bug found here
(http://bugzilla.ximian.com/show_bug.cgi?id=74822); it seems that upstream
doesn't care to fix this (see Ben Mauer's marking the bug resolved "NOTXIMIAN"),
and I'm certainly not familiar enough with mono's intenals to fix this. Marking
this CANTFIX (although UPSTREAM seems just as appropriate), folks can feel free
to open this again if they have a better suggestion for this issue.