On Sun, Jan 14, 2001 at 02:37:03PM +0100, Paul Slootman wrote: > The build on alpha failed with the following error; [...] > As this is a "cannot from from source" error, I have marked > it "serious".
Looks like the build is failing on all arches with the new libdb2. The fix is simply a case of: --- dbops.c~ Sun Jan 14 18:07:47 2001 +++ dbops.c Sun Jan 14 18:07:40 2001 @@ -117,7 +117,7 @@ if(lastcheck!=curt) { lastcheck=curt; if(!cs) - { db->cursor(db,0,&cs);d.data="";d.size=1; + { db->cursor(db,0,&cs,0);d.data="";d.size=1; if(!db->get(db,0,&d,&k,0)) cs->c_get(cs,&k,&d,DB_SET); } I can upload a new cucipop package later on tonight if no-one objects.. -- Chris