all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas <tjandreas@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: el-get gnuplot-mode.rcp won't compile
Date: Sat, 10 Aug 2013 18:02:51 +0200	[thread overview]
Message-ID: <CAC=rykfrzDsdOwMAY8FD4fS3K+ihOu7idwc8PCbp48KGcXO=zA@mail.gmail.com> (raw)

Hello mailing list,

First time poster here.
I've run in to some problems when using el-get.
I tried to update the gnuplot-mode package and now the downloaded git repo
won't compile and I am hoping to get some help. I'm using the recipie from
el-get master.

When el-get downloads and tries to compile gnuplot-mode it exits with the
following error:

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/home/andreas/.emacs.d/el-get/gnuplot-mode/missing aclocal-1.13
/home/andreas/.emacs.d/el-get/gnuplot-mode/missing: line 81: aclocal-1.13:
command not found
WARNING: 'aclocal-1.13' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [aclocal.m4] Error 127

I looked it up and I have figured out that in the gnuplot-mode repo I can
run the commands:
$ aclocal && autoconf
If I run the make:
$ make EMACS=/usr/bin/emacs24 gnuplot.elc gnuplot-gui.elc
 cd . && /bin/bash /home/andreas/.emacs.d/el-get/gnuplot-mode/missing
automake-1.13 --foreign
/home/andreas/.emacs.d/el-get/gnuplot-mode/missing: line 81: automake-1.13:
command not found
WARNING: 'automake-1.13' is missing on your system.
         You should only need it if you modified 'Makefile.am' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'automake' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile.in] Error 1

Then I need to run
$ automake --add-missing
to get 'elisp-comp'

now I can run automake and the make command
$ make EMACS=/usr/bin/emacs24 gnuplot.elc gnuplot-gui.elc
and gnuplot-mode compiles.

However, this has no effect on el-get as it has not recognizing this
internally in the .status file or .loaddef file.
I would like to avoid this whole mess but I'm not sure how. Is there
something I could add to the recipe file gnuplot-mode.rcp to automate this.
My emacs-lisp skills would be rated as noob.
I'm running Ubuntu 13.04 and the apt version of emacs 24.2.1

Would be grateful for some pointers.
Sources for where I found help:
https://ece.uwaterloo.ca/~hdpatel/uwhtml/misc/systemc-ubuntu.html


             reply	other threads:[~2013-08-10 16:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-10 16:02 Andreas [this message]
2013-08-10 20:14 ` el-get gnuplot-mode.rcp won't compile Yagnesh Raghava Yakkala
  -- strict thread matches above, loose matches on Subject: below --
2013-08-13 16:45 Andreas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAC=rykfrzDsdOwMAY8FD4fS3K+ihOu7idwc8PCbp48KGcXO=zA@mail.gmail.com' \
    --to=tjandreas@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.