ERROR: version of cwaf_rules not found in versions.txt!

wattie

Verified User
Joined
May 31, 2008
Messages
1,206
Location
Bulgaria
This is the error that I recently get when doing any ./build xxx action in custombuild. I am with FreeBSD 9.1, CustomBuild2

Code:
ERROR: version of cwaf_rules not found in versions.txt!

Despite that - everything further works fine. This is just the first line of the output.
 
Are you sure it's the latest version of the CustomBuild 2.0 script? Please check "./build version".
 
Code:
root@srv:/usr/local/directadmin/custombuild # ./build version
2.0.0-RC7 (rev: 1276)

Code:
root@srv:/usr/local/directadmin/custombuild # ./build versions
ERROR: version of cwaf_rules not found in versions.txt!
Latest version of DirectAdmin: 1.47.0
Installed version of DirectAdmin: 1.47.0

Latest version of Apache: 2.4.12
Installed version of Apache: 2.4.12

Latest version of Pure-FTPD: 1.0.37
Installed version of Pure-FTPd: 1.0.37

Latest version of autoconf: 2.68
Installed version of autoconf: 2.68

Latest version of automake: 1.15
Installed version of automake: 1.15

Latest version of libtool: 2.4.5
Installed version of libtool: 2.4.5

Latest version of libpng: 1.6.16
Installed version of libpng: 1.6.16

Latest version of ICU4C: 4.8.1.1
Installed version of ICU4C: 4.8.1.1

Latest version of libxslt: 1.1.28
Installed version of libxslt: 1.1.28

Latest version of libxml2: 2.9.2
Installed version of libxml2: 2.9.2

Latest version of iconv: 1.14
Installed version of iconv: 1.14

Latest version of zlib: 1.2.8
Installed version of zlib: 1.2.8

Latest version of pigz: 2.3.3
Installed version of pigz: 2.3.3

Latest version of PCRE: 8.36
Installed version of PCRE: 8.36

Latest version of curl: 7.41.0
Installed version of curl: 7.41.0

Latest version of FreeType: 2.5.5
Installed version of FreeType: 2.5.5

Latest version of AWstats: 7.3
Installed version of AWstats: 7.3

Latest version of dovecot: 2.2.16
Installed version of dovecot: 2.2.16

Latest version of Exim: 4.85
Installed version of Exim: 4.85

Latest version of exim.conf: 4.2.2
Installed version of exim.conf: 4.2.2

Latest version of SpamAssassin: 3.4.0
Installed version of SpamAssassin: 3.4.0

Latest version of ClamAV: 0.98.6
Installed version of ClamAV: 0.98.6

Latest version of MySQL: 5.6.23
Installed version of MySQL: 5.6.20

MySQL 5.6.20 to 5.6.23 update is available.

Latest version of PHP 5.3: 5.3.29
Installed version of PHP 5.3: 5.3.29

Latest version of PHP (mod_php): 5.4.39
Installed version of PHP (mod_php): 5.4.38

PHP 5.4 (mod_php) 5.4.38 to 5.4.39 update is available.

Latest version of suPHP: 0.7.2
Installed version of suPHP: 0.7.2

Latest version of RoundCube webmail: 1.1.1
Installed version of RoundCube webmail: 1.1.1

Latest version of phpMyAdmin: 4.3.12-all-languages
Installed version of phpMyAdmin: 4.3.12-all-languages

Latest version of SquirrelMail: 1.4.22-20140402_0200
Installed version of SquirrelMail: 1.4.22-20140402_0200

If you want to update all the available versions run: ./build update_versions
 
Please let me know if CB 2.0 rev. 1278 solves the problem :) Thank you!
 
Back
Top