View Single Post
Old 11-25-2017, 10:46 AM   #10
dnastase
Addict
dnastase has a complete set of Star Wars action figures.dnastase has a complete set of Star Wars action figures.dnastase has a complete set of Star Wars action figures.dnastase has a complete set of Star Wars action figures.dnastase has a complete set of Star Wars action figures.
 
Posts: 256
Karma: 432
Join Date: May 2014
Location: New York, NY
Device: NG,NSTG,NST,AuraHD,OnyxT68,Lynx, BoyueT62,NGP,Aura1,Oasis,Mars
Are there anywhere listed all the dependencies needed to build from scratch ?

I too would like to get an ARM build since my new chromebook has an ARM processor ...

A second question would be why does it seem that the script believes that it's a Windows system

from setup.build_environment import msvc, is64bit, win_inc, win_lib, NMAKE

> uname -a
Linux localhost 4.4.86-11966-g894358a0af93 #1 SMP PREEMPT Tue Nov 14 22:06:40 PST 2017 aarch64 aarch64 aarch64 GNU/Linux

> python setup.py bootstrap

File "/home/dan/Downloads/mylinux/apps/calibre/setup/build.py", line 140, in init_env
from setup.build_environment import msvc, is64bit, win_inc, win_lib, NMAKE
File "/home/dan/Downloads/mylinux/apps/calibre/setup/build_environment.py", line 71, in <module>
qraw = subprocess.check_output([QMAKE, '-query']).decode('utf-8')
File "/usr/lib/python2.7/subprocess.py", line 567, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory


Thanks.
dnastase is offline   Reply With Quote