infostellarinc / starcoder

A server to read/write data from/to the stars, written in Go.
GNU General Public License v3.0
21 stars 13 forks source link

add gr-satellites #90

Closed reiinakano closed 6 years ago

reiinakano commented 6 years ago

I guess we'd also need to update cache for pyconstruct to be forceinstalled?

reiinakano commented 6 years ago

I modified the task to actually install from recipe. Had to update cache since it couldn't find gr-starcoder recipe. Does that look right?

reiinakano commented 6 years ago

So libfec failed to install from pybombs. Same error I was debugging last night https://github.com/gnuradio/pybombs/issues/523

Should I modify elevate_pre_args in gnuradio-nogui to fix it?

reiinakano commented 6 years ago

Nvm, different bug, it's gcc that can't be found

anuraaga commented 6 years ago

sudo doesn't preserve the environment so nothing will be found. But anyways, sudo isn't ever a correct workaround for a build issue like this. Sent #91