From crawdad@gungnir.fnal.gov Thu Jun 17 16:13:07 1999
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id QAA16475 for <bugs@RT-11.MIT.EDU>; Thu, 17 Jun 1999 16:13:06 -0400
Received: from gungnir.fnal.gov by MIT.EDU with SMTP
id AA03641; Thu, 17 Jun 99 16:13:33 EDT
Received: (from crawdad@localhost)
by gungnir.fnal.gov (8.9.1/8.9.1) id PAA09381;
Thu, 17 Jun 1999 15:13:05 -0500 (CDT)
Message-Id: <199906172013.PAA09381@gungnir.fnal.gov>
Date: Thu, 17 Jun 1999 15:13:05 -0500 (CDT)
From: crawdad@fnal.gov
Reply-To: crawdad@gungnir.fnal.gov
To: krb5-bugs@MIT.EDU
Subject: krb5 1.0.6 build fails when trying to remake a configure file
X-Send-Pr-Version: 3.99
System: SunOS gungnir.fnal.gov 5.5.1 Generic_103640-24 sun4u sparc SUNW,Ultra-1
Architecture: sun4
of src. i.e.,
mkdir BUILD-Solaris26
cd BUILD-Solaris26
../configure --options --options ...
gmake
gmake came to a directory in which it deemed it necessary to try
rebuilding the Makefile or configure, but the path to autoconf was
off by one "../".
[...]
gmake[1]: Leaving directory `/usr/local/src/kerberos/BUILD-Solaris26/util'
making all in include...
gmake[1]: Entering directory `/usr/local/src/kerberos/BUILD-Solaris26/include'
cd ../../include/./ && \
/bin/sh ../../include/../util/autoconf/autoconf \
--localdir=./.. \
--macrodir=./../util/autoconf
../../include/../util/autoconf/autoconf: ../../include/../util/autoconf/autoconf: cannot open
gmake[1]: *** [../../include/.//configure] Error 1
gmake[1]: Leaving directory `/usr/local/src/kerberos/BUILD-Solaris26/include'
gmake: *** [all-recurse] Error 1
The path to util/autoconf/autoconf would have been right only if
the build directory were at the same depth as the source directory.
tree; gmake in build directory.
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id QAA16475 for <bugs@RT-11.MIT.EDU>; Thu, 17 Jun 1999 16:13:06 -0400
Received: from gungnir.fnal.gov by MIT.EDU with SMTP
id AA03641; Thu, 17 Jun 99 16:13:33 EDT
Received: (from crawdad@localhost)
by gungnir.fnal.gov (8.9.1/8.9.1) id PAA09381;
Thu, 17 Jun 1999 15:13:05 -0500 (CDT)
Message-Id: <199906172013.PAA09381@gungnir.fnal.gov>
Date: Thu, 17 Jun 1999 15:13:05 -0500 (CDT)
From: crawdad@fnal.gov
Reply-To: crawdad@gungnir.fnal.gov
To: krb5-bugs@MIT.EDU
Subject: krb5 1.0.6 build fails when trying to remake a configure file
X-Send-Pr-Version: 3.99
Show quoted text
>Number: 722
>Category: krb5-build
>Synopsis: build fails when trying to remake a configure file
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: tlyu
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Jun 17 16:14:00 EDT 1999
>Last-Modified:
>Originator: Matt Crawford
>Organization:
Fermilab>Category: krb5-build
>Synopsis: build fails when trying to remake a configure file
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: tlyu
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Thu Jun 17 16:14:00 EDT 1999
>Last-Modified:
>Originator: Matt Crawford
>Organization:
Show quoted text
>Release: krb5-1.0.6
>Environment:
>Environment:
System: SunOS gungnir.fnal.gov 5.5.1 Generic_103640-24 sun4u sparc SUNW,Ultra-1
Architecture: sun4
Show quoted text
>Description:
I created in a build directory which was an immediate subdirectoryof src. i.e.,
mkdir BUILD-Solaris26
cd BUILD-Solaris26
../configure --options --options ...
gmake
gmake came to a directory in which it deemed it necessary to try
rebuilding the Makefile or configure, but the path to autoconf was
off by one "../".
[...]
gmake[1]: Leaving directory `/usr/local/src/kerberos/BUILD-Solaris26/util'
making all in include...
gmake[1]: Entering directory `/usr/local/src/kerberos/BUILD-Solaris26/include'
cd ../../include/./ && \
/bin/sh ../../include/../util/autoconf/autoconf \
--localdir=./.. \
--macrodir=./../util/autoconf
../../include/../util/autoconf/autoconf: ../../include/../util/autoconf/autoconf: cannot open
gmake[1]: *** [../../include/.//configure] Error 1
gmake[1]: Leaving directory `/usr/local/src/kerberos/BUILD-Solaris26/include'
gmake: *** [all-recurse] Error 1
The path to util/autoconf/autoconf would have been right only if
the build directory were at the same depth as the source directory.
Show quoted text
>How-To-Repeat:
Create build directory as above; touch a configure.in in the sourcetree; gmake in build directory.
Show quoted text
>Fix:
I'm too new at autoconf ...Show quoted text
>Audit-Trail:
>Unformatted:
>Unformatted: