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

[Mac OS X 10.7.5] Autoconf build fails. Blocks 1.3.0 binaries. #77

Open
janl opened this issue Mar 30, 2013 · 2 comments
Open

[Mac OS X 10.7.5] Autoconf build fails. Blocks 1.3.0 binaries. #77

janl opened this issue Mar 30, 2013 · 2 comments

Comments

@janl
Copy link

janl commented Mar 30, 2013

master, Mac OS X 10.7.5

> brew list
autoconf                help2man                node                    sphinx
autoconf-archive        hub                     nspr                    spidermonkey
automake                icu4c                   phantomjs               ssh-copy-id
couchdb                 libevent                pkg-config              wget
erlang                  libtool                 pow
git                     libvbucket              qt
gnupg                   md5sha1sum              readline

yields:

        if (/bin/sh /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/build-aux/missing --run makeinfo --version) >/dev/null 2>&1; then \
          for f in /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info-[0-9] /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info-[0-9][0-9] /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.i[0-9] /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/sh /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/build-aux/missing --run makeinfo --no-split  -I /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc \
         -o /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd /Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc && \
          $restore $backupdir/* `echo ".//Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi:3229: Unknown command `guilsinglleft'.
/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi:3229: Misplaced {.
/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi:3229: Misplaced }.
/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi:3229: Unknown command `guilsinglright'.
/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi:3229: Misplaced {.
/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.texi:3229: Misplaced }.
makeinfo: Removing output file `/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info' due to errors; use --force to preserve.
make[2]: *** [/Users/jan/Work/build-couchdb-mac/build-couchdb/dependencies/autoconf-2.69/doc/standards.info] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
git checkout HEAD .
rm -rf autom4te.cache
rake aborted!
Command failed with status (2): [make ...]

(See full trace by running task with --trace)
@janl
Copy link
Author

janl commented Apr 1, 2013

I used this to work around it:


> git diff
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a3075ff..44b6ab1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,7 +19,7 @@ AM_MAKEINFOFLAGS = --no-split
 TEXI2HTML_FLAGS = -split_chapter
 TEXINFO_TEX = ../build-aux/texinfo.tex

-info_TEXINFOS = autoconf.texi standards.texi
+#info_TEXINFOS = autoconf.texi standards.texi
 autoconf_TEXINFOS = fdl.texi install.texi
 standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi

@jhs
Copy link
Member

jhs commented Apr 1, 2013

Thank you.

Please contact me on IRC (whoops, I see that you did already). Maybe we
should be sharing each other's build systems (i.e. SSH access) to expedite
fixing these bugs.

On Mon, Apr 1, 2013 at 1:00 PM, Jan Lehnardt notifications@github.comwrote:

I used this to work around it:

git diff
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a3075ff..44b6ab1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,7 +19,7 @@ AM_MAKEINFOFLAGS = --no-split
TEXI2HTML_FLAGS = -split_chapter
TEXINFO_TEX = ../build-aux/texinfo.tex

-info_TEXINFOS = autoconf.texi standards.texi
+#info_TEXINFOS = autoconf.texi standards.texi
autoconf_TEXINFOS = fdl.texi install.texi
standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi


Reply to this email directly or view it on GitHubhttps://github.com//issues/77#issuecomment-15714391
.

Iris Couch

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

2 participants