Jump to content
6 posts in this topic

Recommended Posts

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

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.

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

  • 3 weeks later...

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

×
×
  • Create New...