Hi All,
I think I have managed to apply the relocation following the link given by Stefan, but I still get an error, these are the steps I have taken:
// checks it out from svn
Quarks.checkout("testquark");
reports this:
export LANG='' && cd /home/subs/.local/share/SuperCollider/quarks && /usr/bin/svn update testquark 2>&1
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-YMoVpu/pkcs11: No such file or directory
Quarks
///////////////////////////
// this installs it
Quarks.install("testquark");
reports this:
testquark not found in local quarks; checking out from remote ...
export LANG='' && cd /home/subs/.local/share/SuperCollider/quarks && /usr/bin/svn update testquark 2>&1
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-YMoVpu/pkcs11: No such file or directory
ERROR: Quark testquark install: checkout failed.
CALL STACK:
Exception:reportError 0xaae5770
arg this = <instance of Error>
Nil:handleError 0xab11f30
arg this = nil
arg error = <instance of Error>
Thread:handleError 0xae2b8f0
arg this = <instance of Thread>
arg error = <instance of Error>
Object:throw 0x9c1f4f0
arg this = <instance of Error>
Quarks:install 0xaadc550
arg this = <instance of Quarks>
arg name = "testquark"
arg includeDependencies = true
arg checkoutIfNeeded = true
var q = nil
var deps = nil
var installed = nil
var dirname = nil
var quarksForDep = nil
Meta_Quarks:install 0xaadcad0
arg this = <instance of Meta_Quarks>
arg name = "testquark"
arg includeDependencies = true
arg checkoutIfNeeded = true
Interpreter:interpretPrintCmdLine 0xaaab750
arg this = <instance of Interpreter>
var res = nil
var func = <instance of Function>
var code = "Quarks.install("testquark");"
var doc = nil
var ideClass = <instance of Meta_ScIDE>
Process:interpretPrintCmdLine 0xba96810
arg this = <instance of Main>
^^ The preceding error dump is for ERROR: Quark testquark install: checkout failed.
////////////////////////////////
So may questions are;
1) Is there a way of checking the relocation in terminal?
2) this is the folder quarks live?
:~/.local/share/SuperCollider/quarks$
3) I've realised I've built 3.7alpha0 from sometime ago, could this be part of my problem?
I think a lot of this is my inexperience with Linux.
Thanks again for any help,
Cheers,
Saul