From: Lawrence S. <blu...@gm...> - 2016-12-18 00:24:25
|
You either need curl or wget installed on your system. If you have wget, then you need to open up the configuration file for kos-ports (the file is called config.mk in the root of the kos-ports directory) and comment out the line that says FETCH_CMD = curl --progress-bar -O and uncomment the one underneath it that says FETCH_CMD = wget --progress=bar Also, if you don’t have python installed, you’re going to have to go down to the bottom of that file and change the line that says VALIDATE_DISTFILES = true to be false instead. Not to be mean, but I would like to point out that the kos-ports README does mention both of these things. ;) Also, I don’t necessarily recommend running the build-all.sh script unless you REALLY think you’re going to need all of the ports. Most people won’t use many of the ports at all (zlib, libpng, libjpeg, and liboggvorbisplay/libtremor are probably the extent of what most people use), so there’s little reason to build everything. - Lawrence > On Dec 17, 2016, at 4:54 PM, Nathan Meier <gro...@gm...> wrote: > > Hey guys, so I sent an eMail last week about getting help with this tutorial on setting up kallistios. > > http://www.neogaf.com/forum/showthread.php?p=216433273#post216433273 <http://www.neogaf.com/forum/showthread.php?p=216433273#post216433273> > > I'm stuck on the very last step of setting up the Toolchain. where you > have to enter the command: > > ./build-all.sh > > It returns errors and does not finish building. This is what I'm getting: > > Checking if /home/YouPeople/dc/kos/../kos-ports/libbz2 is installed and up-to-date... > Building /home/YouPeople/dc/kos/../kos-ports/libbz2... > make: Entering directory '/home/YouPeople/dc/kos-ports/libbz2' > libbz2 is not currently installed. > Finished processing dependencies for libbz2. > Fetching bzip2-1.0.6.tar.gz from http://bzip.org/1.0.6 <http://bzip.org/1.0.6> ... > /bin/sh: line 15: curl: command not found > make: *** [/home/YouPeople/dc/kos/../kos-ports/scripts/download.mk:9 <http://download.mk:9/>: fetch] Error 127 > make: Leaving directory '/home/YouPeople/dc/kos-ports/libbz2' > 2 > Error building /home/YouPeople/dc/kos/../kos-ports/libbz2. Bailing out. > > > I'm not sure what to do or how to fix it. PLEASE HELP! > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot_______________________________________________ > cadcdev-kallistios mailing list > cad...@li... > https://lists.sourceforge.net/lists/listinfo/cadcdev-kallistios |