From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Newsgroups: gmane.emacs.help Subject: el-get gnuplot-mode.rcp won't compile Date: Sat, 10 Aug 2013 18:02:51 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1376156061 23184 80.91.229.3 (10 Aug 2013 17:34:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 10 Aug 2013 17:34:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 10 19:34:25 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V8D3Z-0006vi-0j for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Aug 2013 19:34:25 +0200 Original-Received: from localhost ([::1]:59802 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8D3Y-0002py-Gd for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Aug 2013 13:34:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8Bd1-0008OI-01 for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 12:02:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8Bcz-0000Wh-Hy for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 12:02:54 -0400 Original-Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:44105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8Bcz-0000Vi-5G for help-gnu-emacs@gnu.org; Sat, 10 Aug 2013 12:02:53 -0400 Original-Received: by mail-la0-f53.google.com with SMTP id el20so1129058lab.12 for ; Sat, 10 Aug 2013 09:02:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UA4QArj91VORHVt0s0e0/Rb4L8rXtf9heDUtRh55LmM=; b=RCkhYjrUTFe2MalzNr9mqNYd4cALFLiHWrusr+ZazCU21cqLF3UxZi4KXygbjNdMur NzekYDjRyMMc/KIKFOTn95AOt1zeooXF0odpmm/d/cN8ZjB3WIOX64HZ6+ud14lzdaW8 Ikx+jxcUgLwLFwIJXJVo/eeSdv2O9ntPyupnBAYsOHSXD7hHXJ/muMIJ6mSq9SYEsUJF yuhK1NiBSIArfYPxpiJ3z6brkYMZBCIdYexfwOiIG6aoRycYqfCxdj69QWRsn0r+AYny w6LocrhoVGOsrFOlTUxjEnh/rWER4rTgvUlu4RyKquZ/zCUnhtEfdG0oLrevcci5cOeL uVTA== X-Received: by 10.152.4.6 with SMTP id g6mr8152213lag.50.1376150571132; Sat, 10 Aug 2013 09:02:51 -0700 (PDT) Original-Received: by 10.112.52.36 with HTTP; Sat, 10 Aug 2013 09:02:51 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 X-Mailman-Approved-At: Sat, 10 Aug 2013 13:34:15 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92811 Archived-At: 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: It also requires GNU Autoconf, GNU m4 and Perl in order to run: 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: It also requires GNU Autoconf, GNU m4 and Perl in order to run: 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