steelewool / iraf-v216

IRAF v2.16 / PCIX release
Other
0 stars 0 forks source link

Porting branch - problem with make linuxarm #49

Open steelewool opened 6 years ago

steelewool commented 6 years ago

I accidently switched to the merge-all branch and started a build (make update). When I realized my mistake I killed the build and then switched back to the (update-readme-install) branch. From there I tried a make update which failed to find some of the .a files. So I killed that and tried a make sysgen which failed. From there I did the ./install make linuxarm

which got the errors:

pi@raspberrypi:~/git/olebole/iraf-v216 $ make linuxarm (util/mkarch linuxarm) Making architecture: Warning, mkpkg line 188: could not find mkpkg module or label linuxarm' Warning, mkpkg line 188: no entry in mkpkg file forlinuxarm' Warning, mkpkg line 305: could not find mkpkg module or label linuxarm' Warning, mkpkg line 305: no entry in mkpkg file forlinuxarm' Warning, mkpkg line 119: could not find mkpkg module or label linuxarm' Warning, mkpkg line 119: no entry in mkpkg file forlinuxarm'

Then I did a make sysgen which is running right now.