Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 1999 04:31:56 +0300 (MSK)
From:      Grigoriy Strokin <grg@isabase.philol.msu.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14715: expect-5.31 port fails to build automatically
Message-ID:  <199911050131.EAA09150@isabase.philol.msu.ru>

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

>Number:         14715
>Category:       ports
>Synopsis:       expect-5.31 port fails to build automatically
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov  4 17:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Grigoriy Strokin
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Moscow University
>Environment:

The following ports are installed:
  /var/db/pkg/tcl-8.0.5
  /var/db/pkg/tcl-8.2.0
  /var/db/pkg/tk-8.0.5
  /var/db/pkg/tk-8.2.0

>Description:

When make is run in the directory /usr/ports/lang/expect, it exists immediately with exit code 0
and creates work/.build_done as if the port was build. 
Then `make install' installs nothing but reports about errors.
What really happens is that configure script fails because it can't find
the tcl/tk directories.

The following manual action is required:
  cd work/expect-5.31
  configure --with-tcl=/usr/local/lib/tcl8.2 --with-tk=/usr/local/lib/tk8.2 \
       --with-tclinclude=/usr/local/include/tcl8.2 --with-tkinclude=/usr/local/include/tk8.2
  cd ../..
  rm work/.build_done
  make

After that the port really gets built


>How-To-Repeat:

	cd /usr/ports/lang/expect
  make

>Fix:
	
	Modify the port so that configure be run with the options above


>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?199911050131.EAA09150>