fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.1k stars 110 forks source link

`mv` does not see source file if called from script #230

Closed deeenes closed 5 years ago

deeenes commented 5 years ago

I tried to build a couple of AUR packages, Python modules, etc and failed due to a weird issue with mv. For example, in a fresh installation of JuNest I attempted to run yogurt -S linux_logo_archcustom. There is a line in the Makefile in the po directory which renames a file: mv linux_logo.po linux_logo.pot. This fails with an error mv: can not stat 'linux_logo.po': No such file or directory. Same happened when pip install python-igraph compiled the C library of igraph. However calling mv from bash works fine. In fact if I call mv from any script it fails with the same error.

deeenes commented 5 years ago

Ok, this is the same as #225 just there the title was not clear for me.