You are not logged in.

#1 2011-06-28 19:31:34

unikum
Member
From: Russia
Registered: 2010-09-04
Posts: 151
Website

[SOLVED] StressItOut

Descritopn: StressItOut (or SIO, for short) is a free (as in freedom) hardware stressing and testing program for GNU/Linux.
Its main purpose is to strain the computer to ensure the hardware is in good state. There are several test modules: CPU load, memory test, 2D OpenGL painting, 3D OpenGL rendering, hard drives, optical drives, serial ports transmission, and parallel ports.
This software, when ready for release, will mainly be aimed at the QA departments of hardware-manufacturing companies, who need to ensure their newly produced machines perform correctly under heavy workloads, and that all their components work as expected.

Url:
- http://qt-apps.org/content/show.php/Str … ent=136985
- http://jancoding.wordpress.com/stressitout/

Git: http://gitorious.org/stressitout
Source code: http://qt-apps.org/CONTENT/content-file … 012.tar.gz

I tried make PKGBUILD:

pkgname=stressitout
pkgver=0.0.012
pkgrel=1
pkgdesc="StressItOut (or SIO, for short) is a free (as in freedom) hardware stressing and testing program for GNU/Linux writen on Qt"
arch=('i686' 'x86_64')
url='http://qt-apps.org/content/show.php/StressItOut?content=136985'
license=('GPL2')
depends=('qt')
source=("http://qt-apps.org/CONTENT/content-files/136985-${pkgname}-v${pkgver}.tar.gz")
md5sums=('0cec3b0a72a30347d61399d088b487c9')

build() {
  cd "${srcdir}/${pkgname}-main"
  mkdir build
  cd build
  qmake ..
  make
}

package() {
  install -Dm755 "${srcdir}/${pkgname}-main/build/StressItOut" "${pkgdir}/usr/bin/StressItOut"
}

Last edited by unikum (2011-06-28 20:58:43)

Offline

#2 2011-06-28 19:57:13

jlcordeiro
Member
From: Portugal
Registered: 2009-05-23
Posts: 76

Re: [SOLVED] StressItOut

I installed the software through your PKGBUILD and it is running fine..

What exactly do you need?

ldd tells me that StressItOut uses these libraries:

fontconfig
gcc-libs
glib2-git
glibc
libffi
libgl
libpng
libxext
libxrender
qt
zlib

I do believe that some of those are not provided by qt (the only dependency on your PKGBUILD), but I did no further tests.

Last edited by jlcordeiro (2011-06-28 19:58:18)

Offline

#3 2011-06-28 20:26:41

SidK
Member
Registered: 2011-03-03
Posts: 116

Re: [SOLVED] StressItOut

namcap says:

stressitout W: Description should not contain the package name.
stressitout E: GPLv2 is not a common license (it's not in /usr/share/licenses/common/)
stressitout W: Dependency freetype2 included but already satisfied
stressitout W: Dependency fontconfig included but already satisfied
stressitout W: Dependency glibc included but already satisfied
stressitout W: Dependency gcc-libs included but already satisfied
stressitout W: Dependency libxrender included but already satisfied
stressitout W: Dependency glib2 included but already satisfied
stressitout W: Dependency zlib included but already satisfied
stressitout W: Dependency libpng included but already satisfied

GPLv2 should simply be GPL2, as for all those other dependencies, seems they're satisfied by qt, directly or indirectly.

Offline

#4 2011-06-28 20:39:01

unikum
Member
From: Russia
Registered: 2010-09-04
Posts: 151
Website

Re: [SOLVED] StressItOut

@SidK: thank you, I didn't know about this utility before. I corrected the license in the initial post.
I uploaded package in the AUR: http://aur.archlinux.org/packages.php?ID=50274
Thread marked as [SOLVED]. Thanks for your replies.

Last edited by unikum (2011-06-28 20:59:09)

Offline

Board footer

Powered by FluxBB