From owner-freebsd-ports Tue Aug 21 12:20:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDFA337B408 for ; Tue, 21 Aug 2001 12:20:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LJKYG10428; Tue, 21 Aug 2001 12:20:34 -0700 (PDT) (envelope-from gnats) Received: from devon.eecs.umich.edu (devon.eecs.umich.edu [141.213.11.128]) by hub.freebsd.org (Postfix) with ESMTP id 4556637B405 for ; Tue, 21 Aug 2001 12:14:09 -0700 (PDT) (envelope-from ecronin@devon.eecs.umich.edu) Received: (from ecronin@localhost) by devon.eecs.umich.edu (8.11.3/8.11.3) id f7LJDTL07185; Tue, 21 Aug 2001 15:13:29 -0400 (EDT) (envelope-from ecronin) Message-Id: <200108211913.f7LJDTL07185@devon.eecs.umich.edu> Date: Tue, 21 Aug 2001 15:13:29 -0400 (EDT) From: Eric Cronin Reply-To: ecronin@devon.eecs.umich.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29929: webglimpse port fails in install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29929 >Category: ports >Synopsis: wginstall.pl script chokes on calculated cgi-bin directory >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 21 12:20:34 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Eric Cronin >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD devon.eecs.umich.edu 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Aug 7 18:51:29 EDT 2001 root@devon.eecs.umich.edu:/a/tail/host/z/obj/z/src/sys/MP_PIII-IPSEC i386 >Description: When installing webglimpse from the ports tree, at some point it creates the /usr/local/www/webglimpse/.wgsiteconf file. There is a file in files/ but it does not use this. The generated .wgsiteconf contains quotes around the cgi-bin directory ("/usr/local/www/cgi-bin") which the wginstall.pl script interprets literally (looks for a directory " in the cwd...). I tried figuring out where it is generating the wgsiteconf but had no luck. >How-To-Repeat: cd /usr/ports/www/webglimpse make install ... ERROR - Aborting install. Cannot create directory "/usr/local/www/cgi-bin/" >Fix: Simple fix: insert a s/\"//g right before it tries to create the directory. Right fix: find out why and where it puts the quotes in in the first place... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message