On Thu, 2009-12-03 at 17:48 -0500, Derek Atkins wrote: > Quoting Phil Longstaff <[email protected]>: > > > On Thu, 2009-12-03 at 12:06 -0500, Derek Atkins wrote: > >> Phil Longstaff <[email protected]> writes: > >> > >> > I tagged 2.3.8 yesterday, but there's no 2.3.8 build today. Can someone > >> > take a look? > >> > >> The build log was uploaded... Looks like this is the problem: > >> > >> XmlOutputEventHandler.cxx: In member function `virtual void > >> OpenSP::XmlOutputEve > >> ntHandler::inputOpened(OpenSP::InputSource*)': > >> XmlOutputEventHandler.cxx:1206: error: `realpath' was not declared > >> in this scope > >> > >> XmlOutputEventHandler.cxx: In member function `int > >> OpenSP::XmlOutputEventHandler > >> ::maybeCreateDirectories(char*)': > >> c:/soft/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/io.h:176: > >> error: > >> too many arguments to function `int mkdir(const char*)' > >> XmlOutputEventHandler.cxx:1485: error: at this point in file > >> > >> Looks like something is wrong with the OpenSP dependency? > >> Has this dep changed recently? > >> > >> The daily builds do not rebuild all the dependencies, but the tag builds > >> do. This is why the daily builds are still working. Unfortunately we > >> don't have a good method to notice that the dependency definition > >> changed and force a rebuild, otherwise we should do that in the daily > >> build. > >> > >> I'm happy to kick off a new Tag build once we think we've fixed the > >> OpenSP issue. > > > > I don't see that anything changed in defaults.sh or install.sh related > > to opensp. Did something change in the build vm? > > I dont know... *I* didn't change anything, but it's possible that Christian > made some changes. Were there ANY changes in defaults.sh or install.sh > between 2.3.7 and now?
2.3.7 was tagged Oct 5 as r18372. In that tree, defaults.sh is 18370 and install.sh is 18369. 2.3.8 was tagged as r18457. In that tree, defaults.sh is 18378 and install.sh is 18385. Defaults.sh: 1 change between 18370 and 18378, changing the aqbanking version from 4.1.7 to 4.1.8. Install.sh: 1 change between 18385 and 18369, creating a function called check_m4_version_ok and expanding the m4 check to allow 1.4.7, 1.4.11 and 1.4.13. I wonder whether opensp builds using m4 and if this is screwing it up. I'll try to check. Phil _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
