Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45201 - mono-0.31-r1.ebuild (update)
Summary: mono-0.31-r1.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-20 03:31 UTC by Pawel Rozanski
Modified: 2004-03-20 20:12 UTC (History)
1 user (show)

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


Attachments
ebuild with added '--with-nptl=3Dno' (mono-0.31-r1.ebuild,2.42 KB, text/plain)
2004-03-20 03:32 UTC, Pawel Rozanski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Rozanski 2004-03-20 03:31:04 UTC
mono-0.31.ebuild can't compile, make fails with:
./.libs/libmono.so: undefined reference to `___tls_get_addr'

It can be workarounded by adding --with-nptl=3Dno to econf in ebuild

Reproducible: Always
Steps to Reproduce:
Comment 1 Pawel Rozanski 2004-03-20 03:32:55 UTC
Created attachment 27681 [details]
ebuild with added '--with-nptl=3Dno'
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2004-03-20 09:31:22 UTC
Good find Pawel. I was having the same problem and your fix corrected it for me. Do you have nptl in USE? Cause I do and glibc has been built with it on.
Comment 3 Pawel Rozanski 2004-03-20 11:16:19 UTC
No, I don't use NTPL. Too many issues right now.
Comment 4 Todd Berman (RETIRED) gentoo-dev 2004-03-20 20:12:56 UTC
closing, in cvs

i did --with-nptl=no not --with-nptl=3Dno, i dont understand why the 3D was in there...