View Full Version : compress-pbzip2 broken in git
apaige
05-26-2008, 02:57 PM
No executable gets installed in ~/.phoronix-test-suite/installed-tests/compress-pbzip2.
The compress-pbzip2 script is located in ~/.phoronix-test-suite/installed-tests/compress-pbzip2/pbzip2-1.0.2, and there are no pre/post shell scripts.
uncle_fungus
05-26-2008, 05:25 PM
There's a missing line in install.sh:
diff --git a/pts/test-resources/compress-pbzip2/install.sh b/pts/test-resources/compress-pbzip2/install.sh
index 4870c46..6ab0425 100644
--- a/pts/test-resources/compress-pbzip2/install.sh
+++ b/pts/test-resources/compress-pbzip2/install.sh
@@ -9,6 +9,7 @@ cp -f bzlib.h ../pbzip2-1.0.2
cd ..
cd pbzip2-1.0.2/
make pbzip2-static
+cd ..
cat > compress-pbzip2 <<EOT
#!/bin/sh
Michael
05-26-2008, 06:09 PM
Yep, fixed in git. Thanks.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.