Closed
Bug 294225
Opened 20 years ago
Closed 19 years ago
Tinderbox2 configure emits spurious errors on OpenBSD
Categories
(Webtools Graveyard :: Tinderbox2, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dtucker, Assigned: kestes)
Details
Attachments
(1 file)
|
588 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
Build Identifier:
On OpenBSD, running tinderbox2's configure emits the following error, but
completes and builds OK.
$ ./configure
xargs: unknown option -- l
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
[-L number] [-n number [-x]] [-P maxprocs] [-s size]
[utility [argument ...]]
Building Makefile
Building config.out
This appears to be an artifact of how configure tries various arguments to xargs.
Reproducible: Always
Steps to Reproduce:
1. Run ./configure on OpenBSD (and, presumably, other BSDs too).
Actual Results:
$ ./configure
xargs: unknown option -- l
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
[-L number] [-n number [-x]] [-P maxprocs] [-s size]
[utility [argument ...]]
Building Makefile
Building config.out
[configures and builds OK]
Expected Results:
Should not have emmitted a spurious error.
Will attach patch to fix.| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•19 years ago
|
||
patch applied - thanks for the help I tested it on Ubuntu (hoary hedgehog) and OSX (Tiger) - if you wouldn't mind running it on your system and let me know any issues?
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Reporter | ||
Comment 3•19 years ago
|
||
Just updated tinderbox2 to CVS current and can confirm that this issue is fixed in configure rev 1.24. Thanks.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
QA Contact: tinderbox2
Updated•10 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•