Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2012 19:47:24 GMT
From:      Michael Hart <michael.hart@arcticwolf.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174001: activemq-5.5.0 install contains broken link 
Message-ID:  <201211291947.qATJlOkd061571@red.freebsd.org>
Resent-Message-ID: <201211291950.qATJo0NT033826@freefall.freebsd.org>

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

>Number:         174001
>Category:       ports
>Synopsis:       activemq-5.5.0 install contains broken link
>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:   Thu Nov 29 19:50:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Michael Hart
>Release:        9.0
>Organization:
Arctic Wolf Networks
>Environment:
FreeBSD jenkins-ci2 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Tue Jul 17 22:52:55 UTC 2012     root@util-bsd9:/usr/obj/usr/src/sys/XENHVM  amd64
>Description:
/usr/local/lib/activemq/data is a link to /usr/local/activemq, which doesn't exist. 

Fix is to point /usr/local/lib/activemq/data to something that does exist. 

Actually the entire package should probably be installed in /usr/local/activemq and the bin directory at least linked into /usr/local/bin etc. But that's more of a wish, the bug above takes priority.
>How-To-Repeat:
Reproduce: On a clean system:
# pkg_add -r activemq
# pkg_info -L activemq-5.5.0 | grep data
/usr/local/lib/activemq/data
# ls -lasd /usr/local/lib/activemq/data 
1 lrwxr-xr-x  1 activemq  activemq  19 Dec  6  2011 /usr/local/lib/activemq/data -> /usr/local/activemq
# ls -lasd /usr/local/activemq
ls: /usr/local/activemq: No such file or directory

>Fix:
Either create /usr/local/activemq or point the link elsewhere. 



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



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