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

exclude EMACS support in a2ps because of build failures #452

Merged
merged 1 commit into from
Oct 4, 2013

Conversation

boegel
Copy link
Member

@boegel boegel commented Oct 4, 2013

merging in ater verifying this fixes problems like:

2922 make[3]: Entering directory `/tmp/easybuild_build/a2ps/4.14/goalf-1.1.0-no-OFED/a2ps-4.14/contrib/emacs'
2923 WARNING: Warnings can be ignored. :-)
2924 if test "emacs" != no; then \
2925       set x; \
2926       list='a2ps.el a2ps-print.el'; for p in $list; do \
2927         if test -f "$p"; then d=; else d="./"; fi; \
2928         set x "$@" "$d$p"; shift; \
2929       done; \
2930       shift; \
2931       EMACS="emacs" /bin/sh ../../auxdir/elisp-comp "$@" || exit 1; \
2932     else : ; fi
2933 Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)...
2934 Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el (source)...
2935 Wrong type argument: stringp, nil

Note: the problem only manifested itself when the a2ps builds were submitted as a job, not when the build is performed via an interactive shell...

boegel added a commit that referenced this pull request Oct 4, 2013
exclude EMACS support in a2ps because of build failures
@boegel boegel merged commit a0ef335 into easybuilders:develop Oct 4, 2013
@boegel boegel deleted the fix_bugs branch October 4, 2013 10:00
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

Successfully merging this pull request may close these issues.

1 participant