Solved Ruby21 Failed to Update + More

I tried to update Ruby21 using portmaster -a and received this error :

Code:
make[1]: stopped in /usr/ports/lang/ruby21
*** Error code 1

Stop.
make: stopped in /usr/ports/lang/ruby21

===>>> A backup package for ruby-2.1.6,1 should
  be located in /usr/ports/packages/portmaster-backup

===>>> Installation of ruby-2.1.6_1,1 (lang/ruby21) failed
===>>> Aborting update

===>>> Update for lang/ruby21 failed
===>>> Aborting update


===>>> You can restart from the point of failure with this command line:
  portmaster <flags> lang/ruby21

Then I tried running portsclean -CD (so I could try again) and now receive this message :

Code:
$ sudo portsclean -CD
sudo: unable to execute /usr/local/sbin/portsclean: No such file or directory

So not only did the Ruby update fail, but I lost the portsclean file (and possible others) in the process.

Any ideas where to start?
 
I can't see the context before the error to get an idea what happened. There was some discussion on the mailing list after this update that may help however I haven't investigated it myself.

Turning on DOCS and EXAMPLES is workaround of this pkg-plist bug.

If that helps please let me know. If there is further discussion on it I will pass on what I see.
 
Ok, that solved everything (enabling DOCS and EXAMPLES). It upgraded properly and portsclean is working again.

Thank you!
 
Back
Top