Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] chroot and wine story

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael.luceno AT gmail.com>
  • To: Glyn Kennington <glyn AT ox.compsoc.net>, Treeve Jelbert <treeve AT scarlet.be>
  • Cc: SM-Discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] chroot and wine story
  • Date: Thu, 11 Apr 2013 06:47:18 -0300

On Fri, 25 Jan 2013 13:31:50 +0000
Glyn Kennington <glyn AT ox.compsoc.net> wrote:
> [sorry if this is a duplicate, I replied through an unsubscribed
> address first]
>
> Treeve Jelbert wrote:
> > The only major problems I encountered were with openssl and LLVM,
> > both of which tried to build 64-bit code in the 32-bit chroot.
> > Everything else, including gcc-4.6.3 and glibc-2.17 built
> > successfully in the chroot. I decided that I did not need llvm or
> > mesalib either. I am not sure whether to remove openssl.
>
> I encountered the same problem with openssl, and eventually found that
> uname was the problem. I installed a wrapper script to pipe the
> output of the original through sed (s:\<x86_64\>:i686:g).
>
> Not very clean, and I have to recreate it every time I update
> coreutils, but it does the job.

Changing the kernel personality solves problems regarding architecture
detection.

e.g. `i386 chroot ...` or the personality=linux32 setting for schroot.

Attachment: signature.asc
Description: PGP signature



  • Re: [SM-Discuss] chroot and wine story, Ismael Luceno, 04/11/2013

Archive powered by MHonArc 2.6.24.

Top of Page