RE: cygport and C:\Windows\system32\tar.exe

2019-07-01 Thread Pavel Fedin
This is solved by proper order of directories in your $PATH. Cygwin's /bin, /usr/bin, /usr/local/bin always come in front. You seem to have no Cygwin tar installed, hence the search continues down to native Windows one. Kind regards, Pavel Fedin Senior Engineer Samsung Electronics Research cen

Re: cygport and C:\Windows\system32\tar.exe

2019-06-30 Thread Andrey Repin
Greetings, Federico Kircheis! >>> My problem is that cyport tries to invoke tar with an absolute file, and >>> of course C:\Windows\system32\tar.exe does not understand a path that >>> begins with `/cygdrive/c`. >> >> No. Your problem is that you're trying to use cygport from the wrong >> place,

Re: cygport and C:\Windows\system32\tar.exe

2019-06-30 Thread Federico Kircheis
My problem is that cyport tries to invoke tar with an absolute file, and of course C:\Windows\system32\tar.exe does not understand a path that begins with `/cygdrive/c`. No. Your problem is that you're trying to use cygport from the wrong place, causing the PATH seen by it to be completely wron

Re: cygport and C:\Windows\system32\tar.exe

2019-06-30 Thread Hans-Bernhard Bröker
Am 30.06.2019 um 07:37 schrieb Federico Kircheis: > My problem is that cyport tries to invoke tar with an absolute file, and > of course C:\Windows\system32\tar.exe does not understand a path that > begins with `/cygdrive/c`. No. Your problem is that you're trying to use cygport from the wrong p