On Sun, Dec 04, 2011 at 12:28:59AM -0300, Ariel Constenla-Haile wrote: > > Hi Andrew, > > On Sat, Dec 03, 2011 at 06:55:19PM -0800, Andrew Rist wrote: > > The nightly[1] has been updated and we have both RAT[2] and logs[3] now. > > Any help fixing the build would be great. > > Andrew > > > > [1] http://ci.apache.org/builders/openofficeorg-nightly/ > > [2] http://ci.apache.org/projects/openoffice/rat-output.html > > [3] > > http://ci.apache.org/projects/openoffice/buildlogs/log/unxlngx6.pro.build.html > > > > /bin/bash: > /home/buildslave19/slave19/openofficeorg-nightly/build/main/solver/340/unxlngx6.pro/bin/makedepend: > No such file or directory > > This module is missing a dependency on soltools (where makedepend is > built). Try the attached patch.
on a clean build I noticed it also tries to link agains salcpprt, so you need to add sal to the dependency list. Regards -- Ariel Constenla-Haile La Plata, Argentina
diff --git a/ucpp/prj/build.lst b/ucpp/prj/build.lst index b58208b..cc7fc8c 100644 --- a/ucpp/prj/build.lst +++ b/ucpp/prj/build.lst @@ -1,3 +1,3 @@ -ucpp ucpp : NULL +ucpp ucpp : soltools sal NULL ucpp ucpp usr1 - all ucpp_mkout NULL ucpp ucpp nmake - all ucpp_ucpp NULL
pgp5fVHZgBZOc.pgp
Description: PGP signature