<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>129213</bug_id>
          
          <creation_ts>2014-02-22 11:09:20 -0800</creation_ts>
          <short_desc>Improper usage of ar in configure script</short_desc>
          <delta_ts>2014-03-25 15:29:17 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Misc.</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>126492</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Jeremy Huddleston Sequoia">jeremyhu</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>mrobinson</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>983618</commentid>
    <comment_count>0</comment_count>
    <who name="Jeremy Huddleston Sequoia">jeremyhu</who>
    <bug_when>2014-02-22 11:09:20 -0800</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>983621</commentid>
    <comment_count>1</comment_count>
    <who name="Jeremy Huddleston Sequoia">jeremyhu</who>
    <bug_when>2014-02-22 11:16:13 -0800</bug_when>
    <thetext>This is from Source/autotools/SetupLibtool.m4 

if test -z &quot;$AR_FLAGS&quot;; then
    if &quot;${AR:-ar}&quot; -V | grep -q &apos;GNU ar&apos;; then
        AR_FLAGS=&quot;cruT&quot;
    else
        AR_FLAGS=&quot;cru&quot;
    fi
fi

So you might want to just direct stderr to /dev/null to not raise alarms...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994394</commentid>
    <comment_count>2</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2014-03-25 15:29:17 -0700</bug_when>
    <thetext>The CMake build has supplanted the autotools build.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>