WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 129213
Improper usage of ar in configure script
https://bugs.webkit.org/show_bug.cgi?id=129213
Summary
Improper usage of ar in configure script
Jeremy Huddleston Sequoia
Reported
2014-02-22 11:09:20 PST
I noticed this while configuring webkit-gtk 2.3.90: checking for stdbool.h that conforms to C99... yes checking for _Bool... yes usage: ar -d [-TLsv] archive file ... ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...] checking for bash... /opt/local/bin/bash checking if dolt supports this host... no, falling back to libtool checking how to print strings... printf
Attachments
Add attachment
proposed patch, testcase, etc.
Jeremy Huddleston Sequoia
Comment 1
2014-02-22 11:16:13 PST
This is from Source/autotools/SetupLibtool.m4 if test -z "$AR_FLAGS"; then if "${AR:-ar}" -V | grep -q 'GNU ar'; then AR_FLAGS="cruT" else AR_FLAGS="cru" fi fi So you might want to just direct stderr to /dev/null to not raise alarms...
Martin Robinson
Comment 2
2014-03-25 15:29:17 PDT
The CMake build has supplanted the autotools build.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug