Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on Ubuntu 2012.4.5 and XUbuntu 2016.4 #6

Open
kaidoho opened this issue Mar 21, 2018 · 1 comment
Open

Build fails on Ubuntu 2012.4.5 and XUbuntu 2016.4 #6

kaidoho opened this issue Mar 21, 2018 · 1 comment

Comments

@kaidoho
Copy link

kaidoho commented Mar 21, 2018

Hi,

the build of this project fails (see log below). I am on a clean Ubuntu machine (Python 2.7.3) - nothing installed except git. Did I miss a dependency?

markus@ubuntu:~/projekt/org.muhkuh.tools-flasher$ python mbs/mbs/
Processing package scons-local, version 2.5.0_1
Found package!
Processing package asciidoc, version 8.6.8_3
Found package!
Processing package exoraw, version 2.0.7_2
Looking for installed package exoraw_linux_x86_64.
Found package!
Processing package gcc-arm-none-eabi, version 4.7.2_2
Looking for installed package gcc-arm-none-eabi_linux_x86_64.
Found package!
Processing package gcc-arm-none-eabi, version 4.9.3_3
Looking for installed package gcc-arm-none-eabi_linux_x86_64.
Found package!
Filter mbs/templates/site_init.py -> targets/site_scons/site_init.py
Scanning "/home/markus/projekt/org.muhkuh.tools-flasher" for orphaned ".pyc" files.
No oprhaned ".pyc" files.
Running scons (/home/markus/.mbs/depack/org.scons/scons-local/scons-local-2.5.0_1/scons.py)
scons: Reading SConscript files ...
Build properties:
Copy the next lines to a file named "build.properties" to modify them.
--------8<--------8<--------8<----snip----8<--------8<--------8<--------
CFG_BUILD = "release"
-------->8-------->8-------->8----snap---->8-------->8-------->8--------
OSError: [Errno 2] No such file or directory:
File "/home/markus/projekt/org.muhkuh.tools-flasher/SConstruct", line 60:
env_arm9.CreateCompilerEnv('NETX500', ['arch=armv5te'])
File "/home/markus/.mbs/depack/org.scons/scons-local/scons-local-2.5.0_1/scons-local-2.5.0/SCons/Environment.py", line 224:
return self.method(*nargs, **kwargs)
File "/home/markus/projekt/org.muhkuh.tools-flasher/mbs/site_scons/scons_common.py", line 219:
proc = subprocess.Popen(aCmd, stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 679:
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249:
raise child_exception

@docbacardi
Copy link
Member

docbacardi commented Apr 2, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants