portupgrade problems, please help

Jens Rehsack rehsack at liwing.de
Wed Oct 22 10:23:31 PDT 2003


Kent Stewart wrote:
> On Wednesday 22 October 2003 05:37 am, ivan georgiev wrote:
> 
>>>What versions of ruby do you have installed? I can remember back a
>>>few versions, that uninstalling portupgrade and ruby and then
>>>making and installing portupgrade was faster than fighting the
>>>problems with ruby.
>>>
>>>Kent
>>
>>-su-2.05b# ruby -v
>>ruby 1.6.8 (2003-03-26) [i386-freebsd5]
> 
> 
> I don't have any idea. It looks like a source/configuration/make error of some 
> type. My version is the also the following
> ruby 1.6.8 (2003-03-26) [i386-freebsd5]

Maybe complete remove of ruby and dependend packages
followed by a reinstall of all of them may help.
If you only have portupgrade installed, you can
simply
# pkg_delete -rx ruby
# cd /usr/ports/sysutils/portupgrade
# make install clean

If you have other ruby-dependend ports, please write them down,
eg. by
$ cd
$ ls -l /var/db/pkg/ >installed-packages
$ su -
# [above procedure]
$ ls -l /var/db/pkg/ >after-reinstall-ruby-packages
$ diff installed-packages after-reinstall-ruby-packages

And then reinstall all packages missing (and you need).

Regards,
Jens



More information about the freebsd-questions mailing list