On Wed Nov 22 11:17:47 2006, cbordelo@telcordia.com wrote:
Show quoted text> Hit issue with test auto build 1.2.0 from a project working in test auto
> build 1.0.3
>
> Note:
>
> > uname -a
> SunOS sunbay1 5.10 Generic_118833-03 sun4u sparc SUNW,Sun-Fire-V240
> sunbay1> perl -v
>
> This is perl, v5.8.4 built for sun4-solaris-64int
> (with 28 registered patches, see perl -V for more detail)
>
> ------------------
>
> I had the -debug on and from ERROR on it gives following (I attach the
> log also):
>
> ERROR 1016] Test.AutoBuild.Lib - Failed to run 'genbasedir --flat
> /home/bldadm/builder/1.3/qwest/public_html/dist 2>&1': No such file or
> directory (-1)
Could you double check whether you have the 'genbasedir' command in your
$PATH. Since you say the 'public_html/dist' directory exists, I think
that the 'no such file' error mesage could instead be referring to the
'genbasedir' command.
If this is the case, then you can simply disable the APT workflow stage
by setting:
features {
apt_index = 0
}