Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Nov 2004 01:58:40 GMT
From:      Matthias Buelow <mkb@mukappabeta.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/73698: x11-toolkits/Xaw3d installs wrongly versioned .so
Message-ID:  <200411090158.iA91weIR077201@www.freebsd.org>
Resent-Message-ID: <200411090200.iA920pm3020258@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73698
>Category:       ports
>Synopsis:       x11-toolkits/Xaw3d installs wrongly versioned .so
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 09 02:00:51 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Buelow
>Release:        5.3-STABLE
>Organization:
>Environment:
FreeBSD drjekyll.mukappabeta.net 5.3-STABLE FreeBSD 5.3-STABLE #3: Sun Nov  7 14:43:14 CET 2004     root@drjekyll.mukappabeta.net:/usr/obj/usr/src/sys/DRJEKYLL  i386

>Description:
      [I've just cvsuped the ports tree to verify the problem still exists (Tue Nov  9 02:52:01 CET 2004).]

The x11-toolkits/Xaw3d port installs libXaw3d.so.8 but the rest of the ports
tree apparently requires libXaw3d.so.7.  This results in the failure of ports
that depend on Xaw3d, such as emacs.
Attempting pkg_delete on Xaw3d shows the symptom:
pkg_delete: file '/usr/X11R6/lib/libXaw3d.so.7' doesn't really exist
Apparently, the ports system wants libXaw3d.so.XAWVER (where XAWVER is defined in
bsd.port.mk to be 7) but the Xaw3d port installs it only with the .8 suffix.

>How-To-Repeat:
      Install x11-toolkits/Xaw3d as of:
# $FreeBSD: ports/x11-toolkits/Xaw3d/Makefile,v 1.41 2004/09/03 20:43:04 nork Exp $

>Fix:
      Symlink libXaw3d.so.8 to libXaw3d.so.7.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411090158.iA91weIR077201>