On Tuesday 13 March 2007 23:02:33 Mikael Ostensson wrote:
> gzip fails on t2 trunk (custom target by Rene).
> Build system is : T2 6.0.1 minimal from downloaded iso.

I guess in stage 0 or 1? We workarounded this already by
skipping the documetation build in the cross build stage, but
apparently this was coded as:

if atstage cross; then
        # the code
fi

And I added gzip to the stage 0, the toolchain stage, just the
day we noticed the gunzip issue. And thus in the toolchain
stage the above conditional is not true ...

I'll thus commited it as:

if ! atstage native; then
#...

To trunk, now.

Though I guess in the long term we rather should build
up-to-date documentation processors (groff et al.) along
the toolchain.

Yours,

-- 
  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name
  +49 (0)30 / 255 897 45

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2

Reply via email to