Well, we have silently been working on a 7.6 release for the last few weeks, with e.g some fixes for the latest bundle versions yesterday. I've had reports on problems with generating the configure files from the CVS version, which is the only issue that currently blocks a release AFAIK. It would be nice if everyone took a fresh CVS-check out and made
make
Pike 7.6 from CVS today 11h55 CEST, darwin 8.4.0, gcc 4.0.0.
If you don't have nettle already installed (or not properly) on your system, make will fail while configuring Nettle. It seems it's not able to use Nettle as a bundle.
----8<----8<----8<----8<---- ################################################### ## Configuring module: Nettle ## Installation dir:
checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether /Users/bertrand/Code/Pike/cvs/Pike/7.6.200510191155/ build/darwin-8.2.0-power-macintosh/smartlink gcc accepts -g... (cached) yes checking for /Users/bertrand/Code/Pike/cvs/Pike/7.6.200510191155/ build/darwin-8.2.0-power-macintosh/smartlink gcc option to accept ANSI C... (cached) none needed checking if we are using TCC (TenDRA C Compiler)... (cached) no checking how to run the C preprocessor... gcc -E checking for mpz_init in -lgmp... no checking for __mpz_init in -lgmp... no checking for __gmpz_init in -lgmp... yes checking for nettle_md5_init in -lnettle... no checking for md5_init in -lnettle... no Bundle nettle not available in /Users/bertrand/Code/Pike/cvs/Pike/ 7.6.200510191155/bundles. configure: error: Cannot compile --with-nettle without the Nettle library. It is highly recommended that you install a working Nettle library on your system as that will add features to Pike required by many applications. These features include ciphers, hash algorithms and random generators. If you know that you do not need cryptographic functions, you can re-run configure with the option --without-nettle instead. Nettle is available at http://www.lysator.liu.se/~nisse/ nettle/.
configure: error: /bin/bash -norc '/Users/bertrand/Code/Pike/cvs/Pike/ 7.6.200510191155/src/post_modules/Nettle/configure' failed for Nettle configure: error: /bin/bash -norc '/Users/bertrand/Code/Pike/cvs/Pike/ 7.6.200510191155/src/post_modules/configure' failed for post_modules make: *** [configure] Error 1 ---->8---->8---->8---->8----
With nettle properly installed on the system, it seems to be fine, while there are many warnings related to bundles:
----8<----8<----8<----8<---- /usr/bin/ld: warning -L: directory name (/Users/bertrand/Code/Pike/ cvs/Pike/7.6.200510191155/build/darwin-8.2.0-power-macintosh/bundles/ lib) does not exist ---->8---->8---->8---->8----
make doc make snapshots
Same as Jonas.
make verify:
Breaks here:
----8<----8<----8<----8<---- Part1: Character by character test Done. 98376 tests.
Part2: Canonical Order Test Done. 4224 tests. Subresult: 102741 tests, 0 failed, 0 skipped Doing tests in tlib/testsuite (24 tests) Subresult: 24 tests, 0 failed, 0 skipped Doing tests in tlib/7.0/modules/testsuite (2 tests) Subresult: 2 tests, 0 failed, 0 skipped Doing tests in tlib/7.2/modules/testsuite (10 tests) Subresult: 10 tests, 0 failed, 0 skipped Doing tests in tlib/7.4/modules/testsuite (1 tests) Subresult: 1 tests, 0 failed, 0 skipped Doing tests in tlib/7.4/modules/Crypto.pmod/testsuite (206 tests) Subresult: 206 tests, 0 failed, 6 skipped Doing tests in tlib/modules/testsuite (323 tests) Subresult: 323 tests, 0 failed, 1 skipped Doing tests in tlib/modules/ADT.pmod/testsuite (147 tests) Subresult: 147 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Calendar.pmod/testsuite (416 tests) Subresult: 416 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Crypto.pmod/testsuite (310 tests) Subresult: 310 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Filesystem.pmod/testsuite (3 tests) Subresult: 3 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Graphics.pmod/Graph.pmod/testsuite (6 tests) Subresult: 6 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Parser.pmod/LR.pmod/testsuite (1 tests) Subresult: 1 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Parser.pmod/XML.pmod/testsuite (15 tests) Subresult: 15 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Pike.pmod/testsuite (35 tests) Subresult: 35 tests, 0 failed, 35 skipped Doing tests in tlib/modules/Protocols.pmod/XMLRPC.pmod/testsuite (5 tests) Subresult: 5 tests, 0 failed, 0 skipped Doing tests in tlib/modules/SSL.pmod/testsuite (3 tests) Subresult: 3 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Standards.pmod/testsuite (84 tests) Subresult: 84 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Standards.pmod/ASN1.pmod/testsuite (18 tests) Subresult: 18 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Stdio.pmod/testsuite (24 tests) Subresult: 24 tests, 0 failed, 0 skipped Doing tests in tlib/modules/String.pmod/testsuite (118 tests) Subresult: 118 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Tools.pmod/testsuite (177 tests) Subresult: 177 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Web.pmod/testsuite (107 tests) Subresult: 107 tests, 0 failed, 0 skipped Doing tests in tlib/modules/Yabu.pmod/testsuite (37 tests) Subresult: 37 tests, 0 failed, 0 skipped Failed tests: 1. Total tests: 150381 (100 tests skipped) Finished tests at Wed Oct 19 17:28:40 2005 make[2]: *** [verify] Error 1 make[1]: *** [compile] Error 2 make: *** [verify] Error 2 ---->8---->8---->8---->8----
Hope this helps.