Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 15:13:29 -0400 (EDT)
From:      Eric Cronin <ecronin@devon.eecs.umich.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29929: webglimpse port fails in install
Message-ID:  <200108211913.f7LJDTL07185@devon.eecs.umich.edu>

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

>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




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