[Pkg-gauche-devel] FTBFS on ia64

Jens Thiele karme at karme.de
Wed Mar 3 12:59:57 UTC 2010


NIIBE Yutaka <gniibe at fsij.org> writes:

> https://buildd.debian.org/fetch.cgi?pkg=gauche&arch=ia64&ver=0.9-1&stamp=1267590006&file=log&as=raw
>
> I don't know the reason why failed.

maybe an alignment problem similar to the one seen on armel?
See also the thread "Assertion fails in gauche on iPod Touch" on
gauche-devel.

Btw. we should include that change for debian armel.

I think the upstream svn trunk commits are:

r6885 | shirok | 2009-11-29 04:54:54 +0100 (So, 29 Nov 2009) | 1 line
Changed paths:
   M /Gauche/trunk/ChangeLog
   M /Gauche/trunk/src/gauche.h

fix for the last commit.  we don't need every scheme object to be 8-byte aligned, but only for ScmFlonum and ScmClass.
------------------------------------------------------------------------
r6884 | shirok | 2009-11-29 01:18:37 +0100 (So, 29 Nov 2009) | 1 line
Changed paths:
   M /Gauche/trunk/ChangeLog
   M /Gauche/trunk/src/gauche.h

added alignment attributes to some structures to ensure statically allocated Scheme objects are aligned in 8-byte boundaries



More information about the Pkg-gauche-devel mailing list