cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: configure now needed in testcurl.sh for dailies ?

From: dev_user <dev_at_cor0.com>
Date: Sat, 21 May 2016 02:47:34 -0400

On 05/21/2016 02:24 AM, dev_user wrote:
>
>
> I hate being one of those "this was working but now it isn't"

reply to myself here .. with info ..

node000 $ /usr/local/bin/git clone https://github.com/curl/curl.git
Cloning into 'curl'...
remote: Counting objects: 118642, done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 118642 (delta 16), reused 0 (delta 0), pack-reused 118602
Receiving objects: 100% (118642/118642), 37.42 MiB | 569.00 KiB/s, done.
Resolving deltas: 100% (92122/92122), done.
Checking connectivity... done.
Checking out files: 100% (2390/2390), done.

node000 $ cd curl
node000 $ /usr/local/bin/libtoolize --force
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: linking file `m4/libtool.m4'
libtoolize: linking file `m4/ltoptions.m4'
libtoolize: linking file `m4/ltsugar.m4'
libtoolize: linking file `m4/ltversion.m4'
libtoolize: linking file `m4/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.ac.

node000 $ autoconf
configure.ac:41: error: possibly undefined macro: AM_MAINTAINER_MODE
       If this token and others are legitimate, please use m4_pattern_allow.
       See the Autoconf documentation.
configure.ac:209: error: possibly undefined macro: AM_CONDITIONAL

node000 $ pwd
/usr/local/build/curl_autobuild/foo/curl

node000 $ cd ..

node000 $ ./curl/tests/testcurl.pl curl 2>&1
testcurl: STARTING HERE
testcurl: TRANSFER CONTROL ==== 1120 CHAR
LINEooooooooooooooooooooooooooooooooooooooooooooo.... etc
...

.
.
.
.
.

testcurl: LDFLAGS =

wrong

testcurl: LIBS =

wrong

testcurl: CC = /opt/solarisstudio12.4/bin/cc

correct

testcurl: TMPDIR =

wrong

testcurl: MAKEFLAGS =

wrong

testcurl: ACLOCAL_FLAGS =
testcurl: PKG_CONFIG_PATH =
/usr/local/lib/pkgconfig:/usr/local/ssl/lib/pkgconfig
testcurl: DYLD_LIBRARY_PATH =
testcurl: LD_LIBRARY_PATH = /usr/local/lib:/usr/local/ssl/lib

correct

testcurl: LIBRARY_PATH =
testcurl: SHLIB_PATH =
testcurl: LIBPATH =
testcurl: target =
testcurl: version = 2014-11-25
testcurl: date = Sat May 21 06:44:10 2016 UTC
testcurl: curl is verified to be a fine daily source dir
testcurl: build dir build-27513 was created fine
testcurl: timestamp = Sat May 21 06:44:10 2016 UTC
testcurl: configure created (at least it exists)
testcurl: going with gmake as make
configure: WARNING: unrecognized options: --enable-shared,
--enable-static, --with-ca-path, --enable-warnings
/usr/local/build/curl_autobuild/foo/curl/configure: line 2651:
XC_OVR_ZZ50: command not found

then it all goes right off the rails.

So .. is there some new magic to have a nightly build these days ? I
mean some little step just before "./curl/tests/testcurl.pl" ?

Dennis

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-05-21