Hi,
I was trying to compile using nightly script and am facing the following
issues....
1) Missing autoconf:
checking whether autoconf is installed... no
configure: error: Autoconf 2.58 or better is required.
Please make sure it is installed and in your PATH.
*** Error code 1
dmake: Warning: Target `install' not remade because of errors
...I saw that autoconf 2.61 is installed under
<workspace>/proto/root_i386/usr/bin directory ...do I need to add this
to my path......
$ autoconf -V
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
$ pwd
/home/build/mysqlBuild/ruby-integration-workspace/proto/root_i386/usr/bin
2) 2) There are two fatal errors : one in cdrtools directory and another in
apache2 directory ....
Current working directory
/home/build/mysqlBuild/ruby-integration-workspace/usr/src/cmd/apache2/mod_auth_gss
make: Fatal error in reader: Makefile, line 45: Read of include file
`../httpd-2.2.3/build/rules.mk' failed
/home/build/mysqlBuild/ruby-integration-workspace/usr/src/cmd/cdrtools
gzip -dc cdrtools-2.01.01.tar.gz | tar xopf -
gpatch -p0 < build.patch
patching file cdrtools-2.01.01/DEFAULTS/Defaults.sunos5
touch cdrtools-2.01.01/configure
find cdrtools-2.01.01 -type d -exec chmod 755 "{}" \;
find cdrtools-2.01.01 -type f -exec chmod ugo+r "{}" \;
(cd cdrtools-2.01.01; env \
"CC=/ws/onnv-tools/SUNWspro/SS11/bin/cc
CXX=/ws/onnv-tools/SUNWspro/SS11/bin/CC" \
"CFLAGS += -D_FILE_OFFSET_BIT=64" \
PATH=/usr/sfw/bin:/usr/xpg4/bin:/usr/perl5/bin:/ws/onnv-tools/SUNWspro/SS11/bin:/usr/ccs/bin:/usr/bin
\
"LD_OPTIONS=-R/usr/sfw/lib -M
/home/build/mysqlBuild/ruby-integration-workspace/usr/src/cmd/mapfile_noexstk"
\
MAKE=/usr/ccs/bin/make \
/usr/ccs/bin/make -e CCOM=cc)
Segmentation Fault - core dumped
mksh: Fatal error: The command `(mach || uname -p ||
true)2>/dev/null | tr
'[A-Z]' '[a-z]' | tr ', /\\()"' ',------'' returned status `35584'
Regards,
Ritu