[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40707] v3
From: |
Leo Famulari |
Subject: |
[bug#40707] v3 |
Date: |
Wed, 22 Apr 2020 15:12:03 -0400 |
On Wed, Apr 22, 2020 at 03:07:01PM -0400, Raghav Gururajan wrote:
> + (system* "make" "ttftar" "otftar" "wofftar")
As discussed on IRC, this command actually fails, like this:
------
tar czvf freefont-ttf-20200422.tar.gz freefont-20200422/
tar: freefont-20200422: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
make: *** [Makefile:64: ttftar] Error 2
phase `install' succeeded after 0.2 seconds
------
The issue is uncovered when running (invoke "make" ...).
Can you take a look?