bxsci(macuser) Posted March 22, 2007 Share Posted March 22, 2007 now we can run some cool Unix programs on OSX RPM for darwin so.... i personally cant get it working when i try to compile the tarball in termial i get this "~ nyhardwareman$ /Users/nyhardwareman/Desktop/rpm-4.4.8.tar ./compile -bash: /Users/nyhardwareman/Desktop/rpm-4.4.8.tar: Permission denied" if anyone can help me thats great... so... hi Link to comment https://www.insanelymac.com/forum/topic/46140-rpm-package-manager-for-osx/ Share on other sites More sharing options...
Suzuka Posted March 23, 2007 Share Posted March 23, 2007 did you sudo? Link to comment https://www.insanelymac.com/forum/topic/46140-rpm-package-manager-for-osx/#findComment-330321 Share on other sites More sharing options...
asap18 Posted March 23, 2007 Share Posted March 23, 2007 It doesnt look like you untarred it - only un gzipped it. try this on the Original tarball. tar xzvf blahthetarballname.tar.gz then cd into the folder created and execture the compile command with sudo ./compile also I recommend the fink project or Gentoo on Darwin project to be a much easier and as it looks, a much more developed and being updated choice. Link to comment https://www.insanelymac.com/forum/topic/46140-rpm-package-manager-for-osx/#findComment-330366 Share on other sites More sharing options...
bxsci(macuser) Posted March 24, 2007 Author Share Posted March 24, 2007 ok... i followed what you said.... it went through all the ./comfigure things and then it went through all the make things but when i got to make install, this happened Making install in zlib make install-am make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in file Making install in src make install-am make[4]: Nothing to be done for `install-exec-am'. test -z "/usr/local/include" || /bin/sh ../../mkinstalldirs "/usr/local/include" mkdir /usr/local/include mkdir: /usr/local/include: Permission denied make[4]: *** [install-includeHEADERS] Error 1 make[3]: *** [install-am] Error 2 make[2]: *** [install] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 Link to comment https://www.insanelymac.com/forum/topic/46140-rpm-package-manager-for-osx/#findComment-331278 Share on other sites More sharing options...
asap18 Posted March 24, 2007 Share Posted March 24, 2007 Did you run it as sudo make install? It doesnt look like you did because of this error mkdir: /usr/local/include: Permission denied Link to comment https://www.insanelymac.com/forum/topic/46140-rpm-package-manager-for-osx/#findComment-331362 Share on other sites More sharing options...
bxsci(macuser) Posted April 15, 2007 Author Share Posted April 15, 2007 now i get this Making install in lua /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -o lua/lua lua_lua-lua.o liblua.la -L/usr/lib -L/opt/local/lib -lreadline -lhistory -lncurses -lpthread -L../zlib -L/usr/local/lib -lbz2 gcc -g -O2 -fPIC -DPIC -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts -o lua/lua lua_lua-lua.o ./.libs/liblua.a -lm -ldl -L/Users/nyhardwareman/rpm-4.4.1/zlib -L/usr/local/lib -L/usr/lib -L/opt/local/lib -lreadline -lhistory -lncurses -lpthread -lbz2 /usr/bin/ld: warning -L: directory name (/opt/local/lib) does not exist /usr/bin/ld: can't locate file for: -lhistory collect2: ld returned 1 exit status make[1]: *** [lua/lua] Error 1 make: *** [install-recursive] Error 1 any ideas Link to comment https://www.insanelymac.com/forum/topic/46140-rpm-package-manager-for-osx/#findComment-347108 Share on other sites More sharing options...
Recommended Posts