Closed
Bug 272690
Opened 20 years ago
Closed 20 years ago
make configure fail on missing requirements
Categories
(Webtools Graveyard :: Bonsai, defect)
Webtools Graveyard
Bonsai
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cls, Assigned: cls)
Details
Attachments
(1 file, 1 obsolete file)
|
4.05 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Bonsai has a basic configure script to find certain binaries that it needs. It should be checking for the full list of perl modules that it requires and failing if either the perl modules or required binaries are missing.
Attachment #167604 -
Attachment is obsolete: true
Attachment #167936 -
Flags: review?(timeless)
Attachment #167936 -
Flags: review?(timeless) → review?(bsmedberg)
Comment 3•20 years ago
|
||
Comment on attachment 167936 [details] [diff] [review] v1.1 Other than it might be nice to check the perl modules individually and report which one is missing, this looks fine.
Attachment #167936 -
Flags: review?(bsmedberg) → review+
I thought about that but I didn't want the installer to go through the 'run configure, install missing module' cycle when they could just get the list of missing modules in the standard AC_CHECKING output in first run.
Patch has been checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•