dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [DotGNU]sparc-sun-solaris2.8 libffi issue


From: James Mc Parlane
Subject: RE: [DotGNU]sparc-sun-solaris2.8 libffi issue
Date: Mon, 10 Feb 2003 12:39:07 +1100

I miss pasted the solaris pnet make check results before.. here is the whole
list .. JIC

System does not support threads - skipping all tests

0 tests run, 0 tests failed
PASS: test_thread
Suite: MD5
----------

md5_hash_1 ... ok
md5_hash_2 ... ok
md5_hash_3 ... ok
md5_hash_4 ... ok
md5_hash_5 ... ok
md5_hash_6 ... ok
md5_hash_7 ... ok

Suite: SHA-1
------------

sha1_hash_1 ... ok
sha1_hash_2 ... ok

Suite: SHA-256
--------------

sha256_hash_1 ... ok
sha256_hash_2 ... ok

Suite: SHA-384
--------------

sha384_hash_1 ... ok
sha384_hash_2 ... ok

Suite: SHA-512
--------------

sha512_hash_1 ... ok
sha512_hash_2 ... ok

Suite: AES
----------

aes_block_1 ... ok
aes_block_2 ... ok
aes_block_3 ... ok

Suite: DES
----------

des_block_1 ... ok
des_block_2 ... ok
des_block_3 ... ok
des_block_4 ... ok
des_block_5 ... ok

Suite: Triple-DES
-----------------

des3_block_1 ... ok
des3_block_2 ... ok

Suite: RC2
----------

rc2_block_1 ... ok
rc2_block_2 ... ok
rc2_block_3 ... ok
rc2_block_4 ... ok

Suite: BigNum
-------------

bignum_from_int ... ok
bignum_from_bytes ... ok
bignum_to_bytes ... ok
bignum_add_1 ... ok
bignum_add_2 ... ok
bignum_add_3 ... ok
bignum_add_4 ... ok
bignum_add_5 ... ok
bignum_add_6 ... ok
bignum_add_7 ... ok
bignum_add_8 ... ok
bignum_add_9 ... ok
bignum_add_10 ... ok
bignum_add_11 ... ok
bignum_add_12 ... ok
bignum_sub_1 ... ok
bignum_sub_2 ... ok
bignum_sub_3 ... ok
bignum_sub_4 ... ok
bignum_sub_5 ... ok
bignum_sub_6 ... ok
bignum_sub_7 ... ok
bignum_sub_8 ... ok
bignum_sub_9 ... ok
bignum_sub_10 ... ok
bignum_mul_1 ... ok
bignum_mul_2 ... ok
bignum_mul_3 ... ok
bignum_mul_4 ... ok
bignum_mul_5 ... ok
bignum_mul_6 ... ok
bignum_mul_7 ... ok
bignum_mod_1 ... ok
bignum_mod_2 ... ok
bignum_mod_3 ... ok
bignum_mod_4 ... ok
bignum_mod_5 ... ok
bignum_mod_6 ... ok
bignum_mod_7 ... ok
bignum_mod_8 ... ok
bignum_mod_9 ... ok
bignum_inv_1 ... ok
bignum_inv_2 ... ok
bignum_pow_1 ... ok
bignum_pow_2 ... ok
bignum_pow_3 ... ok
bignum_pow_4 ... ok

76 tests run, 0 tests failed
PASS: test_crypt
==================
All 2 tests passed
==================

> -----Original Message-----
> From: James Mc Parlane 
> Sent: Monday, February 10, 2003 12:27 PM
> To: Rhys Weatherley; address@hidden
> Subject: RE: [DotGNU]sparc-sun-solaris2.8 libffi issue
> 
> 
> pnetlib does not build either :(
> 
> Making all in runtime
> make[1]: Entering directory `/home/dotgnu/pnetlib/runtime'
> "/home/dotgnu/pnetlib/../pnet/csant/csant" --compiler cscc
> -Dcscc="/home/dotgnu/pnetlib/../pnet/cscc/cscc"
> -Dcscc.plugins.cs="/home/dotgnu/pnetlib/../pnet/cscc/cscc-cs" 
> --profile
> "../profiles/full" -f runtime.build all
> Building project `pnetlib runtime'
> Building target `all' for project `pnetlib runtime'
> compile: no source files specified
> *** Target `all' for project `pnetlib runtime' failed ***
> *** Project `pnetlib runtime' build failed ***
> make[1]: *** [mscorlib.dll] Error 1
> make[1]: Leaving directory `/home/dotgnu/pnetlib/runtime'
> make: *** [all-recursive] Error 1
> 
> 
> > -----Original Message-----
> > From: James Mc Parlane 
> > Sent: Monday, February 10, 2003 12:09 PM
> > To: Rhys Weatherley; address@hidden
> > Subject: [DotGNU]sparc-sun-solaris2.8 libffi issue
> > 
> > 
> > solaris is broken.. libffi does not build when using the 
> > latest from CVS
> > 
> > make[5]: Entering directory `/home/dotgnu/pnet/sparcv9/libffi'
> > make[5]: *** No rule to make target `all'.  Stop.
> > make[5]: Leaving directory `/home/dotgnu/pnet/sparcv9/libffi'
> > make[4]: *** [multi-do] Error 1
> > make[4]: Leaving directory `/home/dotgnu/pnet/libffi'
> > make[3]: *** [all-multi] Error 2
> > make[3]: Leaving directory `/home/dotgnu/pnet/libffi'
> > make[2]: *** [all-recursive-am] Error 2
> > make[2]: Leaving directory `/home/dotgnu/pnet/libffi'
> > make[1]: *** [libffi-all-local] Error 2
> > make[1]: Leaving directory `/home/dotgnu/pnet'
> > make: *** [all-recursive] Error 1
> > 
> > 
> > If I configure libffi out with the --without-libffi then I get joy.
> > 
> > 76 tests run, 0 tests failed
> > PASS: test_crypt
> > ==================
> > All 2 tests passed
> > ==================
> > make[2]: Leaving directory `/home/dotgnu/pnet/tests'
> > make[1]: Leaving directory `/home/dotgnu/pnet/tests'
> > 
> > 
> > # ./dumpversions.sh 
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > GNU Make 3.80
> > Copyright (C) 2002  Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.
> > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> > PARTICULAR PURPOSE.
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > GNU m4 1.4
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > automake (GNU automake) 1.7
> > Written by Tom Tromey <address@hidden>.
> > 
> > Copyright 2002 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. 
> >  There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A 
> > PARTICULAR PURPOSE.
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > autoconf (GNU Autoconf) 2.57
> > Written by David J. MacKenzie and Akim Demaille.
> > 
> > Copyright 2002 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. 
> >  There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A 
> > PARTICULAR PURPOSE.
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > gcc (GCC) 3.2
> > Copyright (C) 2002 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions. 
> >  There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A 
> > PARTICULAR PURPOSE.
> > 
> > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
> > 
> > > -----Original Message-----
> > > From: Rhys Weatherley [mailto:address@hidden
> > > Sent: Thursday, February 06, 2003 9:40 PM
> > > To: address@hidden
> > > Subject: [DotGNU]Portability update: ia64 & alpha
> > > 
> > > 
> > > Hi all,
> > > 
> > > After updating libffi and libgc, and then fixing some 64-bit 
> > > alignment issues, 
> > > ilrun now works under ia64 and alpha on all the standard 
> > > examples (hello, 
> > > fib, codepage, pnetmark, etc).  Hooray!
> > > 
> > > I've also fixed -O3 compiles so that they shouldn't crash 
> > out on i386 
> > > platforms any more.
> > > 
> > > Now the bad news: cscc has some problems compiling pnetlib at 
> > > the moment on 
> > > these platforms: ia64 hangs during the ilasm phase of 
> > > building mscorlib.dll, 
> > > and alpha simply crashes the compiler.  :-( So, it is 
> > > necessary to build 
> > > pnetlib on another platform and upload the binary 
> assemblies to the 
> > > ia64/alpha box.
> > > 
> > > Anyway, I'm looking into these problems now and will 
> > > hopefully have some more 
> > > news to report soon.  It's probably something simple.
> > > 
> > > Because I've updated libffi and libgc, there is the 
> > > possibility that some 
> > > platforms may stop working, or better yet, start working.  
> > > So, if you have a 
> > > non-Linux/i386 platform, then I'd appreciate it if you could 
> > > try building and 
> > > then let me know if there are any problems, or if things are 
> > > working now that 
> > > didn't before.
> > > 
> > > Because these changes were pretty major, I recommend doing a 
> > > "make distclean" 
> > > followed by "./auto_gen.sh" and "./configure".
> > > 
> > > Cheers,
> > > 
> > > Rhys.
> > > 
> > > _______________________________________________
> > > Developers mailing list
> > > address@hidden
> > > http://www.dotgnu.org/mailman/listinfo/developers
> > > 
> > _______________________________________________
> > Developers mailing list
> > address@hidden
> > http://www.dotgnu.org/mailman/listinfo/developers
> > 
> _______________________________________________
> Developers mailing list
> address@hidden
> http://www.dotgnu.org/mailman/listinfo/developers
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]