Ok, I have a fairly good source dist at http://pike.ida.liu.se/pub/pike/beta/7.6.20/Pike-v7.6.20.tar.gz but it looks to me as if pike bundles are broken, at least when using --site-prefixes. Can someone without gmp or nettle see if it works?
It builds fine on omoikane, which has no installed Nettle. I don't use --site-prefixes though.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-09-21 15:26: Subject: 7.6.20
Ok, I have a fairly good source dist at http://pike.ida.liu.se/pub/pike/beta/7.6.20/Pike-v7.6.20.tar.gz but it looks to me as if pike bundles are broken, at least when using --site-prefixes. Can someone without gmp or nettle see if it works?
/ Martin Nilsson (DivX Networks)
I guess that's the problem then. If the windows build turns out ok I think we should make this the new release.
/ Martin Nilsson (DivX Networks)
Previous text:
2004-09-21 16:55: Subject: 7.6.20
It builds fine on omoikane, which has no installed Nettle. I don't use --site-prefixes though.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Hm, on misao, 58 of the Gdbm tests failed with
modules/Gdbm/testsuite:1: Undefined identifier "GDBMBASE".
Known problem?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-09-21 15:26: Subject: 7.6.20
Ok, I have a fairly good source dist at http://pike.ida.liu.se/pub/pike/beta/7.6.20/Pike-v7.6.20.tar.gz but it looks to me as if pike bundles are broken, at least when using --site-prefixes. Can someone without gmp or nettle see if it works?
/ Martin Nilsson (DivX Networks)
Seems like Gdbm refuses to create databases on NFS disks. (BerkeleyDB has the same quirk.) Perhaps the testsuite should try creating the database in /tmp instead?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-09-21 23:13: Subject: 7.6.20
Hm, on misao, 58 of the Gdbm tests failed with
modules/Gdbm/testsuite:1: Undefined identifier "GDBMBASE".
Known problem?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Sounds good to me.
/ Martin Nilsson (DivX Networks)
Previous text:
2004-09-21 23:19: Subject: 7.6.20
Seems like Gdbm refuses to create databases on NFS disks. (BerkeleyDB has the same quirk.) Perhaps the testsuite should try creating the database in /tmp instead?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
In the last episode (Sep 21), Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum said:
Seems like Gdbm refuses to create databases on NFS disks. (BerkeleyDB has the same quirk.) Perhaps the testsuite should try creating the database in /tmp instead?
If it tries to open a file with the O_CREAT|O_EXCL flags, the client is running rpc.lockd, and the server isn't, the open might (will?) fail.
pike-devel@lists.lysator.liu.se