Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Aug 1998 00:26:53 -0700 (PDT)
From:      patl@phoenix.volant.org
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/7463: Perl scripts in automake port require perl5
Message-ID:  <199808010726.AAA13181@hub.freebsd.org>

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

>Number:         7463
>Category:       ports
>Synopsis:       Perl scripts in automake port require perl5
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug  1 00:30:01 PDT 1998
>Last-Modified:
>Originator:     Pat Lashley
>Organization:
Phoenix Volant
>Release:        3.0-980414-SNAP
>Environment:
FreeBSD clarke.phoenix.volant.org 3.0-980414-SNAP FreeBSD 3.0-980414-SNAP #0: Fri Apr 17 13:45:45 PDT 1998     broot@clarke.phoenix.volant.org:/usr/src/sys/compile/CLARKE  i386 
>Description:
Using the automake 1.3 port from the current ports tree:

The aclocal emits bogus and unintelligable error message and produces
output that later causes an error in configure.  Example below.  (Note
that the AC_TRY_RUN warnings are apparently genuine, and will remain
after the problem is fixed.)

aclocal: macro ` at /usr/local/bin/aclocal line 315, <CONFIGURE> line
39aclocal: macro ` at /usr/local/bin/aclocal line 315, <CONFIGURE> line
39aclocal: macro ` at /usr/local/bin/aclocal line 315, <CONFIGURE> line
39configure.in:118: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:119: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:120: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:121: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:122: warning: AC_TRY_RUN called without default to allow cross compiling
creating cache ./config.cache
./configure: 561: Syntax error: word unexpected (expecting ")")

Now type 'make' to compile GLIB.




>How-To-Repeat:
Retrieve any of the Gnome CVS modules (e.g., glib).  Run the included
autogen.sh script.
>Fix:
Modify aclocal, automake, and autoscan to specify /usr/local/bin/perl
instead of /usr/bin/perl.  Modify the package to depend on perl5.
>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?199808010726.AAA13181>