Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unable to find the `ax_check_icu.m4' file #71

Open
bitbud opened this issue Feb 14, 2013 · 10 comments
Open

Error: Unable to find the `ax_check_icu.m4' file #71

bitbud opened this issue Feb 14, 2013 · 10 comments

Comments

@bitbud
Copy link

bitbud commented Feb 14, 2013

On new Ubuntu 10.04, 12.04 and Fedora 18 systems, rake fails with:

Unable to find the `ax_check_icu.m4' file.
git checkout HEAD src/couchdb/priv/couch_js/utf8.h
Have you installed GNU Autoconf Archive?

On each system:

  • autoconf-archive is installed
  • file in error exists at: /usr/share/aclocal/ax_check_icu.m4

I haven't used build-couchdb in about a year, and previously have had no issues.

@Guit
Copy link

Guit commented Feb 17, 2013

Same here ! Did you fix it?

@Guit
Copy link

Guit commented Feb 17, 2013

The problem is since the last comit, i come back to the 7873b76 and everything is ok

@NodePing
Copy link

Pulling 7873b76 didn't work for me. Still getting that error when I try to rake. Any other advice?

@irbull
Copy link

irbull commented Mar 1, 2013

Reverting for 7873b76 worked for me. Keep in mind that there are submodules, so you need to update these too once you revert.

@jhs
Copy link
Member

jhs commented Mar 18, 2013

Would you please try on the latest master branch? It incorporates changes used for building CouchDB 1.3.0. I believe these are fixed since it has many autotools changes.

Thanks.

@clehner
Copy link

clehner commented Mar 20, 2013

I had this problem on my Mac and found that it was because bootstrap was finding the wrong aclocal binary, and therefore the wrong aclocal path. It was finding /usr/bin/aclocal-10 instead of /usr/local/bin/aclocal (1.13). I added aclocal-1.13 aclocal-1.12 before aclocal-1.11 on the ACLOCAL=find_program…line (87) inbootstrap. Then running bootstrapgave me some errors butautomake --add-missing; autoreconf` worked.

@janl
Copy link

janl commented Mar 26, 2013

still seeing this on master and the v.1.3.0 branch

@jhs
Copy link
Member

jhs commented Mar 27, 2013

@janl the 1.3.0 branch is old now. I merged it into master.

Jan, which platform are you using to build? Are you sure that you have updated the Git submodules? This project now bundles autoconf-archive, so there should be dependencies/autoconf-archive/m4/ax_check_icu.m4

Failing that, please start a fresh build and then send me your rake.log file so I can investigate further. Thanks.

@jhs
Copy link
Member

jhs commented Mar 27, 2013

@janl also, if it fails, please send me your OS-installed packages, either dpkg -l or brew list or whatever.

@janl
Copy link

janl commented Mar 30, 2013

turns out I suck at git. I withdraw my report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants