From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 15 19:40:04 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B65CB16A420 for ; Wed, 15 Feb 2006 19:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3235E43D48 for ; Wed, 15 Feb 2006 19:40:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1FJe46o059866 for ; Wed, 15 Feb 2006 19:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1FJe3Eb059865; Wed, 15 Feb 2006 19:40:03 GMT (envelope-from gnats) Resent-Date: Wed, 15 Feb 2006 19:40:03 GMT Resent-Message-Id: <200602151940.k1FJe3Eb059865@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Howells Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BFDA16A420 for ; Wed, 15 Feb 2006 19:37:05 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C11E43D48 for ; Wed, 15 Feb 2006 19:37:05 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1FJb4YR065000 for ; Wed, 15 Feb 2006 19:37:04 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k1FJb4Sn064999; Wed, 15 Feb 2006 19:37:04 GMT (envelope-from nobody) Message-Id: <200602151937.k1FJb4Sn064999@www.freebsd.org> Date: Wed, 15 Feb 2006 19:37:04 GMT From: Chris Howells To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: misc/93403: nxclient does not work, getopt errors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 19:40:04 -0000 >Number: 93403 >Category: misc >Synopsis: nxclient does not work, getopt errors >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 15 19:40:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Chris Howells >Release: 6.0-RELEASE >Organization: KDE >Environment: FreeBSD frodo.devrandom.org.uk 6.0-RELEASE-p3 FreeBSD 6.0-RELEASE-p3 #1: Tue Jan 24 18:15:48 GMT 2006 root@frodo.devrandom.org.uk:/usr/obj/usr/src/sys/FRODO i386 >Description: This bug is about the net/freenx port. The nxclient program (in /usr/X11R6/NX/bin/nxclient) does not run on FreeBSD due to a getopt error: [17:11][chris@frodo:/usr/ports/net/freenx/files]$ /usr/X11R6/NX/bin/nxclient getopt: illegal option -- o Terminating... With shell debugging: chris@frodo$ bash -x /usr/X11R6/NX/bin/nxclient + bash -x /usr/X11R6/NX/bin/nxclient + NXCLIENT=/usr/NX/bin/nxclient ++ file -bi /usr/NX/bin/nxclient + '[' -x /usr/NX/bin/nxclient -a 'cannot open `/usr/NX/bin/nxclient'\'' (No such file or directory)' '!=' application/x-shellscript ']' +++ basename /usr/X11R6/NX/bin/nxclient ++ getopt -a -o d: --long local,noautokill,dialog:,caption:,message:,display:,printer: -n nxclient -- getopt: illegal option -- o + TEMP=' -- d: --long local,noautokill,dialog:,caption:,message:,display:,printer: -n nxclient --' + '[' 1 '!=' 0 ']' + echo Terminating... Terminating... + exit 1 chris@frodo$ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: