I'm without port-mgmt/portupgrade right now because all version of lang/ruby are failing to install. The error always looks something like this:
I've removed the /usr/local/share/ri/2.x directory entirely before the installation, but it doesn't help. Without port-mgmt/portupgrade, I can't do a
I've tried lang/ruby21, lang/ruby22, and lang/ruby23 to no avail. The error message for each is slightly different, but it's the same premise -- a temporary file cannot be created because it already exists. Right now, I have none of them installed.
Any suggestions?
Code:
install -m 0644 /usr/ports/lang/ruby23/work/ruby-2.3.3/ext/bigdecimal/sample/*.rb /usr/ports/lang/ruby23/work/stage/usr/local/share/examples/ruby23/bigdecimal/
(cd /usr/ports/lang/ruby23/work/ruby-2.3.3/sample/ && /bin/sh -c '(/usr/bin/find -Ed $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/bin/find -Ed $0 $2 \( -type d -exec /bin/sh -c '\''cd '\''$1'\'' && chmod 755 "$@"'\'' -- . {} + -o -type f -exec /bin/sh -c '\''cd '\''$1'\'' && chmod 444 "$@"'\'' -- . {} + \)' -- . /usr/ports/lang/ruby23/work/stage/usr/local/share/examples/ruby23/)
====> Compressing man pages (compress-man)
===> Installing for ruby23-2.3.3_1,1
===> Checking if ruby23 already installed
===> Registering installation for ruby23-2.3.3_1,1
Installing ruby23-2.3.3_1,1...
pkg-static: Fail to create temporary file: /usr/local/share/ri/2.3/system/XMLRPC/Service/PublicInstanceMethodsInterface/.new-c.ri.AqEjiEtrvqEx: File exists
*** Error code 70
Stop.
make[1]: stopped in /usr/ports/lang/ruby23
*** Error code 1
I've removed the /usr/local/share/ri/2.x directory entirely before the installation, but it doesn't help. Without port-mgmt/portupgrade, I can't do a
portupgrade -a
to just update everything at once.I've tried lang/ruby21, lang/ruby22, and lang/ruby23 to no avail. The error message for each is slightly different, but it's the same premise -- a temporary file cannot be created because it already exists. Right now, I have none of them installed.
Any suggestions?