Tool/software: Linux
While building the full processor SDK (arago-base-tisdk-image) for am437x-evm appears to hang while parsing recipes at 80% for several hours. Looking at the build machine in this state, it is idle.
The build machine is an i7 3.2 GHz, 16gb RAM, 0.5tb disk, Ubuntu 16.04. I have downloaded the entire source using the directions in the getting started guide. No modifications, just trying to build the processor SDK out-of-box, so to speak.
Interrupting the build process gives the following python trace-back. Has anyone seen this problem previously?
Thanks!
--------------------
NOTE: Your conf/bblayers.conf has been automatically updated.
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 80% |######################################################################################################################################################### | ETA: 0:00:46
Keyboard Interrupt, closing down...
Traceback (most recent call last):
File "/home/jeffwh/tisdk/sources/bitbake/lib/bb/ui/knotty.py", line 468, in main
event = eventHandler.waitEvent(0.25)
File "/home/jeffwh/tisdk/sources/bitbake/lib/bb/server/process.py", line 557, in waitEvent
self.eventQueueNotify.wait(delay)
File "/usr/lib/python3.5/threading.py", line 549, in wait
signaled = self._cond.wait(timeout)
File "/usr/lib/python3.5/threading.py", line 297, in wait
gotit = waiter.acquire(True, timeout)
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/jeffwh/tisdk/sources/bitbake/bin/bitbake", line 48, in <module>
cookerdata.CookerConfiguration()))
File "/home/jeffwh/tisdk/sources/bitbake/lib/bb/main.py", line 389, in bitbake_main
configParams)
File "/home/jeffwh/tisdk/sources/bitbake/lib/bb/ui/knotty.py", line 686, in main
_, error = server.runCommand(["stateShutdown"])
File "/home/jeffwh/tisdk/sources/bitbake/lib/bb/server/process.py", line 327, in runCommand
if not self.recv.poll(30):
File "/home/jeffwh/tisdk/sources/bitbake/lib/bb/server/process.py", line 591, in poll
return self.reader.poll(timeout)
File "/usr/lib/python3.5/multiprocessing/connection.py", line 257, in poll
return self._poll(timeout)
File "/usr/lib/python3.5/multiprocessing/connection.py", line 414, in _poll
r = wait([self], timeout)
File "/usr/lib/python3.5/multiprocessing/connection.py", line 911, in wait
ready = selector.select(timeout)
File "/usr/lib/python3.5/selectors.py", line 376, in select
fd_event_list = self._poll.poll(timeout)
KeyboardInterrupt