ports/173690: openoffice-3 upgrade leaves symlink pointing to old (now non-existent) version

Gary Aitken freebsd at dreamchaser.org
Sat Nov 17 20:00:02 UTC 2012


>Number:         173690
>Category:       ports
>Synopsis:       openoffice-3 upgrade leaves symlink pointing to old (now non-existent) version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 17 20:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Gary Aitken
>Release:        9.0
>Organization:
>Environment:
FreeBSD breakaway.dreamchaser.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
upgrading editors/openoffice-3 using
  portmaster editors/openoffice-3
leaves the symlink in /usr/local/bin pointing to the old version:

  lrwxr-xr-x  1 root  wheel  16 May 27 20:37 /usr/local/bin/openoffice -> openoffice-3.4.0
  -r-xr-xr-x  1 root  wheel  378 Nov 17 01:17 /usr/local/bin/openoffice-3.4.1
>How-To-Repeat:
install a 3.4.0 version and do an upgrade
>Fix:
manually delete the link and remake it:
  cd /usr/local/bin
  rm openoffice
  ln -s openoffice-3.4.1 openoffice

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list