bodensx / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

BridJ fails tests on ubuntu #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

nativelibs4java$ m3 install -rf :bridj

What is the expected output?

Successful build

What do you see instead?

Failed build due to failed tests. See attached log.

What version of the product are you using? On what operating system?

nativelibs4java$ uname -a
Linux hetaera 2.6.35-6-generic #9-Ubuntu SMP Wed Jun 30 23:09:46 UTC 2010 i686 
GNU/Linux
nativelibs4java$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)

Is the problem still present in the latest SVN version ? (you can easily
build from sources with these instructions :
http://code.google.com/p/javacl/wiki/Build)

Yes

Please provide any additional information below.

See attached log containing output from maven and a representative unit test 
failure report.

Original issue reported on code.google.com by caroline...@gmail.com on 4 Jul 2010 at 3:55

Attachments:

GoogleCodeExporter commented 8 years ago
Hello Caroline,

BridJ is still full of bugs and its tests are not yet failproof.

If you want to build JNAerator, I suggest you first build the whole 
nativelibs4java tree with -Dmaven.test.skip=true, then selectively build the 
modules you need with tests turned on.

Please refer to http://code.google.com/p/nativelibs4java/wiki/Build

Cheers
--
Olivier

Original comment by olivier.chafik@gmail.com on 12 Jul 2010 at 8:59

GoogleCodeExporter commented 8 years ago
BridJ's test have just been fixed on Mac OS X 10.6 / 64bits.
While there might still be issues on Linux, I believe it should be mostly ok 
now :-)
Please let me know if it's not the case...

Thanks for your report btw :-)
Cheers
--
Olivier

Original comment by olivier.chafik@gmail.com on 13 Jul 2010 at 1:28