![]() |
Unix Help 2: chown: bin: Invalid argument - Printable Version +- MacResource (https://forums.macresource.com) +-- Forum: My Category (https://forums.macresource.com/forumdisplay.php?fid=1) +--- Forum: Tips and Deals (https://forums.macresource.com/forumdisplay.php?fid=3) +--- Thread: Unix Help 2: chown: bin: Invalid argument (/showthread.php?tid=11255) |
Unix Help 2: chown: bin: Invalid argument - sscutchen - 05-13-2006 I got 'make' to work. But the "sudo make install' ends with errors. Here's the echo: ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/conf" install: nothing to make ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/inc" ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/inc/align_test.mk" ==> INSTALLING "/opt/schily/include/align.h" chown: bin: Invalid argument make[2]: *** [/opt/schily/include/align.h] Error 1 ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/inc/avoffset.mk" ==> INSTALLING "/opt/schily/include/avoffset.h" chown: bin: Invalid argument make[2]: *** [/opt/schily/include/avoffset.h] Error 1 make[1]: *** [install] Error 2 ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/lib" NOTICE: Partial source (SRCROOT/lib) missing ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/libdeflt" ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/libdeflt/libdeflt.mk" ==> INSTALLING "/opt/schily/lib/libdeflt.a" chown: bin: Invalid argument make[2]: *** [/opt/schily/lib/libdeflt.a] Error 1 make[1]: *** [install] Error 2 ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/libedc" ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/libedc/libedc.mk" ==> INSTALLING "/opt/schily/lib/libedc_ecc.a" chown: bin: Invalid argument There's more, but I'll just include this part. Any ideas what I should do? Re: Unix Help 2: chown: bin: Invalid argument - TheTominator - 05-13-2006 How much confidence do you have that the developer of this package you are trying to install knew what they were doing? The "/opt/schily" part makes me suspicious about that. Re: Unix Help 2: chown: bin: Invalid argument - microchip13 - 05-13-2006 What are you trying to install? Just out of curiosity. Re: Unix Help 2: chown: bin: Invalid argument - Jimmypoo - 05-13-2006 >>clown: bin: Invalid argument Of COURSE it's an invalid argument! It's a damn clown! Re: Unix Help 2: chown: bin: Invalid argument - Seacrest - 05-13-2006 The software wasn't written in python, was it? Re: Unix Help 2: chown: bin: Invalid argument - sscutchen - 05-13-2006 This is the cdrtools package that includes mkisofs I'm trying to use it as part of the boot camp installation http://forums.macresource.com/read/1/96752/97170#msg-96875 Re: Unix Help 2: chown: bin: Invalid argument - TheTominator - 05-13-2006 You can install cdrtools using Fink. That's painless and you can install the binary instead of compiling it from source if you want. http://www.macupdate.com/info.php/id/8128 I haven't heard anything yet about Fink on Intel Macs. Re: Unix Help 2: chown: bin: Invalid argument - microchip13 - 05-14-2006 Exactly what I was thinking Tom. Fink isn't perfect, but it's good for something. Re: Unix Help 2: chown: bin: Invalid argument - sscutchen - 05-14-2006 Well, I had problems finding the cdrtools source in Fink. But I got it to work with Darwinports. So I'm getting closer. I've got mkisofs working now. The next key is going to be if I can use the Win98 source from my SoftWindows98 licensed copy. I'm burning the install CD from the image now. |