のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

ragel make automake

m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$ make
 cd . && /bin/bash /home/m_fujii/github/fontview/src/third_party/ragel/ragel/missing automake-1.14 --foreign
/home/m_fujii/github/fontview/src/third_party/ragel/ragel/missing: line 81: automake-1.14: command not found
WARNING: 'automake-1.14' 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/>
Makefile:332: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1
m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$ sudo apt-get install automake
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  autoconf autotools-dev m4
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc libtool gettext m4-doc
The following NEW packages will be installed:
  autoconf automake autotools-dev m4
0 upgraded, 4 newly installed, 0 to remove and 88 not upgraded.
Need to get 1068 kB of archives.
After this operation, 3950 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
Fetched 1068 kB in 3s (320 kB/s)
Selecting previously unselected package m4.
(Reading database ... 41657 files and directories currently installed.)
Preparing to unpack .../archives/m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.15.1-3ubuntu2_all.deb ...
Unpacking automake (1:1.15.1-3ubuntu2) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Setting up m4 (1.4.18-1) ...
Setting up autotools-dev (20180224.1) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up autoconf (2.69-11) ...
Setting up automake (1:1.15.1-3ubuntu2) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$


automakeいれたけど、まだエラーがでる。

m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$ make
 cd . && /bin/bash /home/m_fujii/github/fontview/src/third_party/ragel/ragel/missing automake-1.14 --foreign
/home/m_fujii/github/fontview/src/third_party/ragel/ragel/missing: line 81: automake-1.14: command not found
WARNING: 'automake-1.14' 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/>
Makefile:332: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1
m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$ automake --version
automake (GNU automake) 1.15.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
m_fujii@None53-Surface:~/github/fontview/src/third_party/ragel/ragel$