Stuck on build. Is my machine_spec right?
I use ubuntu 22.04, Python3.10.12. I cloned the latest source code and build calibre at the master branch and bypy at the commit on Aug 10 ( because bypy will need python 3.12 if I use bypy after the commit on Aug 10).
When I executed ./setup.py bootstrap, everything is okay. I installed all the libraries needed. Then when I executed ./setup.py build_dep linux, it raised an error: FileNotFoundError: [Errno 2] No such file or directory: '/data/share/calibre/bypy/b/linux/64/vm/machine-spec'.
so I created my own machine-spec like this :
-machine q35 -net user,hostfwd=tcp::9090-:22
it raise another error:
subprocess.TimeoutExpired: Command '['ssh', '-p', '9090', '-o', 'ConnectTimeout=30', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'StrictHostKeyChecking=no', '-o', 'LogLevel=ERROR', 'kovid@localhost', 'date']' timed out after 10 seconds
please tell me is my machine-spec right??
thanks
|