Failure to install - bubblewrap generating an error in build

netswitch

Verified User
Joined
Dec 15, 2003
Messages
225
Location
Belgium
Hello
We are having an issue with a fresh installation.

The script stops when building bubblewrap.

Here is the output :


Code:
tar (child): bubblewrap-0.6.2.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
/usr/local/directadmin/custombuild/build: line 24525: cd: bubblewrap-0.6.2: No such file or directory
/usr/local/directadmin/custombuild/build: line 24528: ./configure: Is a directory
Trying to make bubblewrap
make: *** No targets specified and no makefile found.  Stop.

any idea of the cause and solution to this ?
 
I found that there is a /usr/local/directadmin/custombuild/bubblewrap folder with the file
bubblewrap-0.6.2.tar.xz

So I copied the bubblewrap-0.6.2.tar.xz to the custombuild folder root and now I can run "build bubblewrap".. but I get another error :


Code:
Downloading             msmtp-1.8.19.tar.xz...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/msmtp-1.8.19.tar.xz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%
*** Cannot find /usr/local/directadmin/custombuild/msmtp-1.8.19.tar.xz. Aborting ***
 
After downloading msmtp from https://marlam.de/msmtp/download/ I can go one step further, now I get :

Code:
make[1]: Leaving directory `/usr/local/directadmin/custombuild/bubblewrap-0.6.2'
Downloading jailshell to /usr/bin/jailshell...
Downloading             jailshell-0.6...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/jailshell-0.6 does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%
grep: jailshell-0.6: No such file or directory
/usr/bin/jailshell has been installed.
 
you can set any of current servers:
- files-fi.directadmin.com
- files-fr.directadmin.com
- files-lt.directadmin.com
- files-de.directadmin.com
- files-sg.directadmin.com
- files-ca.directadmin.com
 
Back
Top