You are not logged in.
Pages: 1
I am probably missing the obvious, but what is the correct repo for the archmobile script?
Just trying;
./archmobile -a x86_64 -d --build archbuild
gives a fatal error:
[...]
:: Synchronizing package databases...
error: failed retrieving file 'build.db.tar.gz' from hiciu.rootnode.net : Not Found
error: failed to update build (Not Found)
error: failed retrieving file 'core.db.tar.gz' from hiciu.rootnode.net : Not Found
error: failed to update core (Not Found)
error: failed to synchronize any databases
error: Failed to install qemu or gcc-libs.
debug: Cleaning up...
[...]
What is the address? I found the way to access the repo via rsync, but not via normal http or ftp.
Thanks.
etb
Offline
To anyone interested, I found a workaround, but it is somewhat crazy:
download the whole repo using
rsync -auvz rsync.archmobile.org::public pkgs
and execute the script with
./archmobile -a x86_64 -d --build archbuild /media/sdmemory 'file:///full/path/to/pkgs'
Offline
Offline
Well, thanks. But as you can see in the other thread I am pretty much at a dead end.
Offline
Pages: 1