Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-AutoBuild CPAN distribution.

Report information
The Basics
Id: 23552
Status: open
Priority: 0/
Queue: Test-AutoBuild

People
Owner: Nobody in particular
Requestors: cbordelo [...] telcordia.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)

Attachments


Subject: fatal error "failed to run genbasedir --flat" during a build.
Date: Wed, 22 Nov 2006 11:16:32 -0500
To: <bug-Test-AutoBuild [...] rt.cpan.org>
From: "Bordelon, Craig" <cbordelo [...] telcordia.com>

Message body is not shown because it is too large.

Download autobuild-sunbay1-11310-1164210251.log
application/octet-stream 27.7k

Message body not shown because it is not plain text.

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 }