Skip to content

libcurl won't build on Mac OS X 10.5.8 (Intel) #15

@carter-thaxton

Description

@carter-thaxton

Thanks for bundling libcurl.
However, now I'm having another possibly related issue on Mac OS X 10.5.8 (Intel).

docs/examples/Makefile.am: installing `./depcomp'
buildconf: libtool version 1.5.22 found.
i686-apple-darwin9.8.0 requires libtool 1.5.26 or newer installed.

I've just got a standard XCode installation. I'm not sure where this dependency is coming from.

Here's a full trace, just trying to build libcurl

$ rake --trace curl:build
(in /Users/cthaxton/prj/couchdb/build-couchdb)
** Invoke curl:build (first_time)
** Invoke known_distro (first_time)
** Execute known_distro
** Invoke environment:path (first_time)
** Invoke /Users/cthaxton/prj/couchdb/build-couchdb/build/bin (first_time, not_needed)
** Invoke known_distro
** Execute environment:path
** Invoke /Users/cthaxton/prj/couchdb/build-couchdb/build/bin/curl (first_time)
** Execute /Users/cthaxton/prj/couchdb/build-couchdb/build/bin/curl
./buildconf
buildconf: autoconf version 2.61 (ok)
buildconf: autom4te version 2.61 (ok)
buildconf: autoheader version 2.61 (ok)
buildconf: automake version 1.10 (ok)
buildconf: aclocal version 1.10 (ok)
buildconf: libtool version 1.5.22 (ok)
buildconf: libtoolize found
buildconf: GNU m4 version 1.4.6 (ok)
buildconf: running libtoolize
buildconf: running aclocal
buildconf: running aclocal hack to convert all mv to mv -f
buildconf: running autoheader
buildconf: cp lib/curl_config.h.in src/curl_config.h.in
buildconf: running autoconf
buildconf: running automake
docs/examples/Makefile.am: installing ./depcomp' buildconf: libtool version 1.5.22 found. i686-apple-darwin9.8.0 requires libtool 1.5.26 or newer installed. git ls-files --others --ignored --exclude-standard | xargs rm || true rake aborted! Command failed with status (1): [./buildconf...] /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:995:inblock in sh'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:1010:in call' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:1010:insh'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:1094:in sh' /Users/cthaxton/prj/couchdb/build-couchdb/tasks/curl.rake:12:inblock (3 levels) in <top (required)>'
/Users/cthaxton/prj/couchdb/build-couchdb/tasks/curl.rake:11:in chdir' /Users/cthaxton/prj/couchdb/build-couchdb/tasks/curl.rake:11:inblock (2 levels) in <top (required)>'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:636:in call' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:636:inblock in execute'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:631:in each' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:631:inexecute'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:597:in block in invoke_with_call_chain' /Users/cthaxton/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:inmon_synchronize'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:590:in invoke_with_call_chain' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:607:inblock in invoke_prerequisites'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:604:in each' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:604:ininvoke_prerequisites'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:596:in block in invoke_with_call_chain' /Users/cthaxton/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/monitor.rb:201:inmon_synchronize'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:590:in invoke_with_call_chain' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:583:ininvoke'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2051:in invoke_task' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2029:inblock (2 levels) in top_level'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2029:in each' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2029:inblock in top_level'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2068:in standard_exception_handling' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2023:intop_level'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2001:in block in run' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:2068:instandard_exception_handling'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake.rb:1998:in run' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/bin/rake:31:in<top (required)>'
/Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/bin/rake:19:in load' /Users/cthaxton/.rvm/gems/ruby-1.9.2-p180/bin/rake:19:in

'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions