Can not update versions with update_versions

ozgurerdogan

Verified User
Joined
Apr 20, 2008
Messages
352
When I make

cd /usr/local/directadmin/custombuild
./build versions
./build update_versions


I am getting:


--------------------------------------------------------------
Skipping httpd tarball, needs more arguments in doclean_old_tarballs().
Skipping mod_perl tarball, needs more arguments in doclean_old_tarballs().
Skipping curl tarball, needs more arguments in doclean_old_tarballs().
Skipping pcre tarball, needs more arguments in doclean_old_tarballs().
Skipping zlib tarball, needs more arguments in doclean_old_tarballs().
Skipping libpng tarball, needs more arguments in doclean_old_tarballs().
Skipping libmcrypt tarball, needs more arguments in doclean_old_tarballs().
Skipping mhash tarball, needs more arguments in doclean_old_tarballs().
Skipping freetype tarball, needs more arguments in doclean_old_tarballs().
Skipping libiconv tarball, needs more arguments in doclean_old_tarballs().
Skipping libxslt tarball, needs more arguments in doclean_old_tarballs().
Skipping libxml2 tarball, needs more arguments in doclean_old_tarballs().
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
Skipping ZendOptimizer tarball, needs more arguments in doclean_old_tarballs().
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
Skipping proftpd tarball, needs more arguments in doclean_old_tarballs().
Skipping mod_perl2 tarball, needs more arguments in doclean_old_tarballs().
Skipping dovecot tarball, needs more arguments in doclean_old_tarballs().
Skipping suphp tarball, needs more arguments in doclean_old_tarballs().
Skipping autoconf tarball, needs more arguments in doclean_old_tarballs().
Skipping automake tarball, needs more arguments in doclean_old_tarballs().
Skipping libtool tarball, needs more arguments in doclean_old_tarballs().
Skipping coreutils tarball, needs more arguments in doclean_old_tarballs().
Skipping roundcubemail tarball, needs more arguments in doclean_old_tarballs().
Skipping squirrelmail tarball, needs more arguments in doclean_old_tarballs().
Skipping awstats tarball, needs more arguments in doclean_old_tarballs().
Skipping atmail tarball, needs more arguments in doclean_old_tarballs().
Skipping phpMyAdmin tarball, needs more arguments in doclean_old_tarballs().
Updating DirectAdmin
Updating Apache
File already exists: httpd-.tar.gz
MD5 Checksum on httpd-.tar.gz passed.
File already exists: httpd_2
File already exists: httpd_2_freebsd
File already exists: httpd_2_debian
Backing up certificate and key, and turning off httpd for DirectAdmins's check.
Found /usr/local/directadmin/custombuild/httpd-.tar.gz
Extracting /usr/local/directadmin/custombuild/httpd-.tar.gz...

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./build: line 5711: cd: httpd-: No such file or directory
Configuring httpd-
/usr/local/directadmin/custombuild/configure/ap2/configure.apache: line 3: ./configure: is a directory

*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file
--------------------------------------------------------------

How can I fix this or what caused this?

Thank you
 
Thank Tillo once again, but when I again try to update versions again, this time custom build detected all versions as latest so does not try to update anything.

But I do not think update is done. All I saw those above error no update process.

You have any idea? Any custom build command to fix or fresh.

Thank you
 
Last edited:
You can run "./build all d". This will recompile and reinstall everything you set in options.conf. The "d" is for avoiding questions like "do you also want to recompile X" and to make them go for the default answer, if you want to receive those questions (and therefore being at the console for the whole build time) just run "./build all".
 
Back
Top