[m-users.] No rule to make target

fabrice nicol fabrnicol at gmail.com
Thu May 27 14:46:39 AEST 2021


Hello Carlos,

what package are you trying to build ? 20.06.1? An ROTD? The git 
repository?

I remember bumping into such issues a whole ago. It looks like you are 
trying to build a recent version with perhaps an outdated Mercury 
install. Your platform Mercury is detected by configure whilst not 
offering the requested capabilities for the Makefile install rules to 
run fine.

If so, I would suggest that you should uninstall your prior Mercury 
system, and first cleanly rebuild using ./configure 
--enable-minimal-install, then make and (sudo) make install. Then 
rebuild with the wanted grades (I would try --disable-most-grades in the 
event of an issue at this stage), and hopefully installation should run 
smoothly.

You may have issues (not always, but at times) building the git 
repository directly. In this case, try building a reasonably fresh ROTD 
as indicated above (you may have to go back in time, a few months ago I 
could not build the most recent ROTDs directly), then use the resulting 
build(s) to build the latest ROTD or the git repository, if this is want 
you want.

Fabrice
>
>> Send users mailing list submissions to
>>     users at lists.mercurylang.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>     https://lists.mercurylang.org/listinfo/users
>> or, via email, send a message with subject or body 'help' to
>>     users-request at lists.mercurylang.org
>>
>> You can reach the person managing the list at
>>     users-owner at lists.mercurylang.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of users digest..."
>>
>>
>> Today's Topics:
>>
>>     1. No rule to make target (Carlos de la Villa)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 26 May 2021 20:25:56 -0500
>> From: Carlos de la Villa <watchstuff0602 at gmail.com>
>> To: users at lists.mercurylang.org
>> Subject: [m-users.] No rule to make target
>> Message-ID:
>>     <CAAuyA43m8CQNv5cG8bdf-n+QHXJMif--eycabeHS7QcP3_XUzA at mail.gmail.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hello all,
>>
>> I hope this is going to the right place. Has anyone ever had the
>> installation issue that `make install` doesn't have a rule for
>> `/tmp/mmake.xxxxxx` (the "extension" seems to change every time I `sh
>> configure`)? When I `sh configure` most things come back as yes. It 
>> doesn't
>> error out at any point. However, when I `make install` I get that error.
>> What am I missing?


More information about the users mailing list