ed00m / stressapptest

Automatically exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 0 forks source link

current version supports only archs x86_64, i686, powerpc, armv7a #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

the current version of stressapptest fails to build on several architectures 
due to an arch check that looks for x86_64, i686, powerpc and armv7a.

We've tracked this issue in Debian's BTS at:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598756
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599016

For the build status see:

  https://buildd.debian.org/status/package.php?p=stressapptest

Would be nice if the configure script wouldn't have those strict tests and 
instead allows compilation on systems other than i386, amd64 and powerpc again. 
:)

thanks && regards,
-mika-

Original issue reported on code.google.com by mpro...@gmail.com on 16 Feb 2011 at 3:08

GoogleCodeExporter commented 9 years ago
configure.ac has been modified to warn rather than error on unsupported 
host_cpu and host_os. 

Note: code.google.com no longer support versioned tgz downloads, so version 
1.0.7 must be downloaded through svn.

Original comment by nick.j.s...@gmail.com on 11 Feb 2014 at 9:29