I'm running it all on freenas/freeBSD which I know is not fully supported over here .. but i'll try anyway...
Installed trunk as I would with any other release ..l
installed portupgrade to be able to run portinstall to install pysqlite2.
When I type 'portinstall pysqlite2' this is what I get:
Code: Select all
cd: can't cd to /usr/ports
/usr/local/lib/ruby/site_ruby/1.8/pkgdbtools.rb:79: command not found: /usr/bin/mktemp -d /var/tmp/portupgradeXXXXXXXX
/usr/local/lib/ruby/site_ruby/1.8/pkgmisc.rb:140:in `init_tmpdir': Could not create temporary directory in /var/tmp (RuntimeError)
from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:260:in `init_pkgtools_global'
from /usr/local/sbin/portinstall:529:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:787:in `initialize'
from /usr/local/sbin/portinstall:229:in `new'
from /usr/local/sbin/portinstall:229:in `main'
from /usr/local/sbin/portinstall:2208
Edit: when typing 'pkg_add -f gdbm-1.8.3_3.tbz'
this is what I get:
Code: Select all
install-info: not found
pkg_add: command 'install-info --quiet /usr/local/info/gdbm.info /usr/local/info/dir' failed
Once again; I know this doesn't exactly belong here; I apologise for that.