Install Problems
Matthew Sweet <[email protected]> Tue, 6 Oct 2015 18:18:36 -0400
| Newsgroups | gmane.comp.gnu.mcsim |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--===============1539054735041527419==
Content-Type: multipart/alternative;
boundary="------------030601040203030402010205"
This is a multi-part message in MIME format.
--------------030601040203030402010205
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
We are attempting to install MCSim-5.5.0 on a fresh install of Fedora.
We are having some trouble with the "make" command:
[root@new-host mcsim-5.5.0]# make
make all-recursive
make[1]: Entering directory '/home/fedora/mcsim/mcsim-5.5.0'
Making all in mod
make[2]: Entering directory '/home/fedora/mcsim/mcsim-5.5.0/mod'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/fedora/mcsim/mcsim-5.5.0/mod'
Making all in sim
make[2]: Entering directory '/home/fedora/mcsim/mcsim-5.5.0/sim'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/fedora/mcsim/mcsim-5.5.0/sim'
Making all in doc
make[2]: Entering directory '/home/fedora/mcsim/mcsim-5.5.0/doc'
TEXINPUTS=".:$TEXINPUTS" \
MAKEINFO='/bin/sh /home/fedora/mcsim/mcsim-5.5.0/missing makeinfo -I .' \
texi2dvi --build-dir=mcsim.t2d -o mcsim.dvi \
mcsim.texinfo
/bin/sh: texi2dvi: command not found
Makefile:343: recipe for target 'mcsim.dvi' failed
make[2]: *** [mcsim.dvi] Error 127
make[2]: Leaving directory '/home/fedora/mcsim/mcsim-5.5.0/doc'
Makefile:595: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/fedora/mcsim/mcsim-5.5.0'
Makefile:502: recipe for target 'all' failed
make: *** [all] Error 2
We saw someone else experienced the same issue on the help pages. We
tried "locate texi2dvi" as asked and got no result back:
[root@new-host mcsim-5.5.0]# locate texi2dvi
[root@new-host mcsim-5.5.0]#
Any help you could provide would be appreciated,
Thank you for your time,
Matthew Sweet
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
--------------030601040203030402010205
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Hello,</tt><tt><br>
</tt><tt><br>
</tt><tt>We are attempting to install MCSim-5.5.0 on a fresh install
of Fedora. We are having some trouble with the "make" command:</tt><tt><br>
<br>
</tt>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<meta name="generator" content="LibreOffice 4.4.5.2 (Windows)">
<style type="text/css">
@page { margin: 0.79in }
p { margin-bottom: 0.1in; line-height: 120% }
</style>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<tt>[root@new-host mcsim-5.5.0]# make</tt><tt><br>
</tt><tt>make all-recursive</tt><tt><br>
</tt><tt>make[1]: Entering directory
'/home/fedora/mcsim/mcsim-5.5.0'</tt><tt><br>
</tt><tt>Making all in mod</tt><tt><br>
</tt><tt>make[2]: Entering directory
'/home/fedora/mcsim/mcsim-5.5.0/mod'</tt><tt><br>
</tt><tt>make[2]: Nothing to be done for 'all'.</tt><tt><br>
</tt><tt>make[2]: Leaving directory
'/home/fedora/mcsim/mcsim-5.5.0/mod'</tt><tt><br>
</tt><tt>Making all in sim</tt><tt><br>
</tt><tt>make[2]: Entering directory
'/home/fedora/mcsim/mcsim-5.5.0/sim'</tt><tt><br>
</tt><tt>make[2]: Nothing to be done for 'all'.</tt><tt><br>
</tt><tt>make[2]: Leaving directory
'/home/fedora/mcsim/mcsim-5.5.0/sim'</tt><tt><br>
</tt><tt>Making all in doc</tt><tt><br>
</tt><tt>make[2]: Entering directory
'/home/fedora/mcsim/mcsim-5.5.0/doc'</tt><tt><br>
</tt><tt>TEXINPUTS=".:$TEXINPUTS" \</tt><tt><br>
</tt><tt>MAKEINFO='/bin/sh /home/fedora/mcsim/mcsim-5.5.0/missing
makeinfo -I .' \</tt><tt><br>
</tt><tt>texi2dvi --build-dir=mcsim.t2d -o mcsim.dvi \</tt><tt><br>
</tt><tt>mcsim.texinfo</tt><tt><br>
</tt><tt>/bin/sh: texi2dvi: command not found</tt><tt><br>
</tt><tt>Makefile:343: recipe for target 'mcsim.dvi' failed</tt><tt><br>
</tt><tt>make[2]: *** [mcsim.dvi] Error 127</tt><tt><br>
</tt><tt>make[2]: Leaving directory
'/home/fedora/mcsim/mcsim-5.5.0/doc'</tt><tt><br>
</tt><tt>Makefile:595: recipe for target 'all-recursive' failed</tt><tt><br>
</tt><tt>make[1]: *** [all-recursive] Error 1</tt><tt><br>
</tt><tt>make[1]: Leaving directory '/home/fedora/mcsim/mcsim-5.5.0'</tt><tt><br>
</tt><tt>Makefile:502: recipe for target 'all' failed</tt><tt><br>
</tt><tt>make: *** [all] Error 2</tt><tt><br>
<br>
We saw someone else experienced the same issue on the help pages.
We tried "locate texi2dvi" as asked and got no result back:<br>
<br>
</tt><tt>[root@new-host mcsim-5.5.0]# locate texi2dvi</tt><tt><br>
</tt><tt>[root@new-host mcsim-5.5.0]#<br>
<br>
Any help you could provide would be appreciated,<br>
Thank you for your time,<br>
Matthew Sweet<br>
</tt>
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
<tr>
<td style='border:none;padding:0px 15px 0px 8px'>
<a href="https://www.avast.com/antivirus">
<img border=0 src="http://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" />
</a>
</td>
<td>
<p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
This email has been checked for viruses by Avast antivirus software.
<br><a href="https://www.avast.com/antivirus">www.avast.com</a>
</p>
</td>
</tr>
</table>
<br />
</body>
</html>
--------------030601040203030402010205--
--===============1539054735041527419==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Help-mcsim mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-mcsim
--===============1539054735041527419==--