Open
Bug 1416752
Opened 8 years ago
Updated 3 years ago
Error during execution of js/src/configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: jya, Unassigned)
Details
It likely doesn't matter as configure run fines.
However, during ./mach build and the configure phase
you see the errror:
0:20.93 js/src> /Users/jyavenard/Work/Mozilla/mozilla-central/js/src/old-configure: line 4927: test: too many arguments
(this is on OS X 10.13) using /usr/bin/clang and /usr/bin/clang++ as compiler)
Comment 1•8 years ago
|
||
I've seen these kinds of errors in other situations. It's probably just a poorly-written shell test that doesn't handle the value being empty. What does line 4927 in js/src/old-configure look like? It's usually not that hard to find the source line in old-configure.in just by looking at it.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•