Hello Mirco,

* Mirco Bauer <[EMAIL PROTECTED]>, [2006-07-10 11:13 +0200]:
>  Neither the sparc nor the s390 port of Mono are near usable yet,
>  specially with the stable branch (1.1.13.x), thus downgrading to
>  wishlist.

I've been able to build mono on sparc without problems from 
mono_1.2.5.1.orig.tar.gz with the "classic" procedure:
./configure ; make ; make install 

dpkg-buildpackage from the debian sources fails as follows:

install -o root -g root -m 644 debian/cli.binfmt \
      debian/mono-common/usr/share/binfmts/cli
install: cannot create regular file `debian/mono-common/usr/share/binfmts/cli': 
No such file or directory

Changing that command to:

install -D -o root -g root -m 644 debian/cli.binfmt \
      debian/mono-common/usr/share/binfmts/cli

allowed me to build mono successfully on sparc under pbuilder:
http://people.debian.org/~ema/mono_1.2.5.1-2_sparc.build

So, the macroscopic problem seems to be that
debian/mono-common/usr/share/binfmts/ is not created properly; obiouvsly
for other arches this is not the case.

ciao,
    ema



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to