Alexander Skwar <[EMAIL PROTECTED]> wrote:

> I'm trying to install mono on a new system. To do that, I'm building
> everything inside a chroot (it's the same system I referred to in the
[...]
> mono-1.2.4 fails as well:
[...]
> | [build/deps/basic-profile-check.exe] Error 1 make[6]: Entering directory
> | `/Gentoo/Portage/build/portage/dev-lang/mono-1.2.4/work/mono-1.2.4/mcs'
> | *** The contents of your 'monolite' directory may be out-of-date *** You
> | may want to try 'make get-monolite-latest'
> `----
[...]
> I'm building/compiling all of that on a Athlon XP system (no 64bit).
> It should finally run on a Celeron M system (32bit as well). Hence
> the -march and -mtune combination (see above).
> 
> Quite some time ago, I already ran into this on a "different" system and
> reported this to bgo at  <https://bugs.gentoo.org/show_bug.cgi?id=153781>.
> Issue back then was, that I had security enhancements (PaX and the like)
> enabled. I don't have this now.
> 
> Any ideas about what I might have to do to be able to build mono?

I forgot to mount the proc filesystem into that chroot. So, to fix this
problem, all I needed to do was

        mount -t proc ChrootProc /mnt/gentoo/proc

Cheers,

Alexander Skwar

-- 
[EMAIL PROTECTED] mailing list

Reply via email to