ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Linux PPC64 & minimals
Date: Mon, 1 Feb 2010 16:04:38 +0100	[thread overview]
Message-ID: <C4BD68C8-E0FB-4711-8D24-21A70FB9CE40@uni-bonn.de> (raw)
In-Reply-To: <y65d40pqao4.fsf@perthite.esd.mun.ca>


On Feb 1, 2010, at 3:43 PM, Roger Mason wrote:

> Hello,
> 
> I just tried to install the minimals on:
> 
> uname -a
> Linux perthite 2.6.30-gentoo-r5 #6 SMP Wed Jan 13 17:59:36 NST 2010
> ppc64 PPC970FX, altivec supported PowerMac7,3 GNU/Linux
> 
> but got:
> 
> sh ./first-setup.sh
> Error: your system "Linux ppc64" is not supported yet.
> Please report to the ConTeXt mailing-list (ntg-context@ntg.nl)
> 
> The machine reports as ppc64 but it is running a 64 bit kernel with 32
> bit userland.
> 
> I'd like to know how to proceed.  If necessary I am quite willing to
> build the minimals on this platform and contribute the binaries back to
> the wiki.
> 
> Cheers,
> Roger

Oops, I thought we had fixed that... Anyways: the easiest solution is to open first-setup.sh in an editor. line 28 has

      ppc) platform="linux-ppc" ;;

you can either change that to 

      ppc64) platform="linux-ppc" ;;

or add such a new line after it. The minimals should work on your system (they do work on my ppc64 box). 

Good luck

Thomas
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2010-02-01 15:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-01 14:43 Roger Mason
2010-02-01 15:04 ` Thomas A. Schmitz [this message]
2010-02-01 15:19   ` Roger Mason
2010-02-01 15:41     ` Roger Mason
2010-02-01 19:03       ` Hans Hagen
2010-02-02  7:36       ` Mojca Miklavec
2010-02-02  9:33         ` Thomas A. Schmitz
2010-02-02 14:15         ` Roger Mason
2010-02-02 14:34           ` Mojca Miklavec
2010-02-02 14:40             ` Taco Hoekwater
2010-02-02 16:16               ` Roger Mason
2010-02-01 15:06 ` Mojca Miklavec
2010-02-01 15:24   ` Roger Mason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C4BD68C8-E0FB-4711-8D24-21A70FB9CE40@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).