I'm trying to build Kstars on a Mac using this Github page

github.com/rlancaste/kstars-on-osx-craft

When I run the build command
~/Projects/kstars-on-osx-craft/build-kstars.sh

It runs for a while then I get an error message, is it just me getting this, or are other in the same boat?

File "/Users/chris/AstroRoot/craft-root/craft/bin/BuildSystem/BuildSystemBase.py", line 85, in compile
return configure() and make()
File "/Users/chris/AstroRoot/craft-root/etc/blueprints/locations/craft-blueprints-kde/libs/netpbm/netpbm.py", line 38, in configure
f1 = open(f1name, 'r')
FileNotFoundError: [Errno 2] No such file or directory: '/Users/chris/AstroRoot/craft-root/download/svn-src/libs/netpbm/config.mk.in'
Craft stopped with out completing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Something failed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Read More...