ports/117068: [patch] ports/net/citrix_ica - wfcmgr hangs

Helge Oldach ports-net-citrix_ica-oct07 at oldach.net
Wed Oct 10 13:10:04 UTC 2007


>Number:         117068
>Category:       ports
>Synopsis:       [patch] ports/net/citrix_ica - wfcmgr hangs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 10 13:10:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 6.2-989 i386
>Organization:
>Environment:

System: FreeBSD localhost 6.2-989 FreeBSD 6.2-989 #0: Thu Oct 4 20:30:51 CEST 2007 toor at localhost:/usr/obj/usr/src/sys/HMO i386

>Description:

After installing ports/net/citrix_ica, wfcmgr just hangs, i.e. the
splash screen shows up but then it stalls.

See also: ports/106061 (already closed, although the problem was not
fixed). Mail chat with this PR reporter revealed that the trivial patch
below fixed the issue for him as well.

>How-To-Repeat:

>Fix:

Create ${LINUXBASE}/dev.

See the following advice, spotted via Google:

http://monkey.org/freebsd/archive/freebsd-current/200706/msg00252.html

http://lists.freebsd.org/pipermail/freebsd-emulation/2007-June/003680.html

The patch below just unconditionally creates that directory. This is
safe as citrix_ica is dependent on a linuxolator port anyway.

--- Makefile.ctm	2007-09-07 09:22:58.000000000 +0200
+++ Makefile	2007-10-10 14:45:51.000000000 +0200
@@ -85,6 +85,7 @@
 	cd ${WRKSRC} && ${SH} -c './setupwfc'
 	${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr
 	${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica
+	-${MKDIR} ${LINUXBASE}/dev
 # XXX: This is missing a "${BRANDELF} -t Linux <executables>".
 
 .if defined(ICA_CERTS)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list