Re: Problem in the tar.md5

2018-11-25 Thread Andrey Repin
Greetings, Mayank Sonu! > find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer > ᐧ Tell whoever distribute your program to update their cygwin DLL once in a decade at least. The problem has been fixed back in 2007. And it's merely a warning. More details in the FAQ

Problem in the tar.md5

2018-11-25 Thread Mayank Sonu
find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer ᐧ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: tar cygwin64/ from old to new computer?

2018-11-25 Thread Achim Gratz
Lester Ingber writes: > On the new PC I use Powershell (as Admin) to run setup-x86_64.exe for the > Base setup. Not absolutely needed, but it creates all the directories and files you need correctly, so it's a good start. > From the old PC I can use the /etc/setup/installed.db file in the new

Re: tar cygwin64/ from old to new computer:

2018-11-25 Thread Andrey Repin
Greetings, L A Walsh! > On 11/25/2018 9:08 AM, Hans-Bernhard Bröker wrote: >> Am 25.11.2018 um 15:38 schrieb Lester Ingber: >>> I'd like to simply transfer my cygwin64/ directory from my old Thinkpad >>> to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my >>> old c:/cygwin64/

Re: [ITP] ragel 7.0.0.11

2018-11-25 Thread Achim Gratz
Ken Brown writes: > I needed ragel for building harfbuzz from its git repo (so that I could > submit > some patches). I chose the development version because that's what Fedora > packages. The description is just the first paragraph of > http://www.colm.net/open-source/ragel/. But the build

Re: tar cygwin64/ from old to new computer?

2018-11-25 Thread Lester Ingber
Andrey: Hi. As I understand this now: On the new PC I use Powershell (as Admin) to run setup-x86_64.exe for the Base setup. >From the old PC I can use the /etc/setup/installed.db file in the new machine >at the same location. On the old machine, 5-6 years ago I used c:/cygwin64/ for the top

Re: tar cygwin64/ from old to new computer:

2018-11-25 Thread L A Walsh
On 11/25/2018 9:08 AM, Hans-Bernhard Bröker wrote: Am 25.11.2018 um 15:38 schrieb Lester Ingber: I'd like to simply transfer my cygwin64/ directory from my old Thinkpad to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my old c:/cygwin64/ onto a flash SSD USB drive e:/ . cd

Re: tar cygwin64/ from old to new computer?

2018-11-25 Thread Andrey Repin
Greetings, Lester Ingber! > I'd like to simply transfer my cygwin64/ directory from my old Thinkpad > to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my > old c:/cygwin64/ onto a flash SSD USB drive e:/ . > cd c:/ > tar cfp - cygwin64 > e:/cygwin64.tar & > Then e:/cygwin64.tar

Re: [ATTN Maintainer] plotutils / libxmi0

2018-11-25 Thread Achim Gratz
Achim Gratz writes: > I was (again) trying to get gnuplot to recognize libxmi. The configure > script tries to invoke the function xmiInit, but that symbol does not > seem to be found in the library. Am I missing something else or does > gnuplot target some other API? The answer actually seems

[ATTN Maintainer] plotutils / libxmi0

2018-11-25 Thread Achim Gratz
I was (again) trying to get gnuplot to recognize libxmi. The configure script tries to invoke the function xmiInit, but that symbol does not seem to be found in the library. Am I missing something else or does gnuplot target some other API? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305

Re: tar cygwin64/ from old to new computer?

2018-11-25 Thread Achim Gratz
Lester Ingber writes: > I'd like to simply transfer my cygwin64/ directory from my old Thinkpad > to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my > old c:/cygwin64/ onto a flash SSD USB drive e:/ . > cd c:/ > tar cfp - cygwin64 > e:/cygwin64.tar & > Then e:/cygwin64.tar

Re: tar cygwin64/ from old to new computer?

2018-11-25 Thread Hans-Bernhard Bröker
Am 25.11.2018 um 15:38 schrieb Lester Ingber: > I'd like to simply transfer my cygwin64/ directory from my old Thinkpad > to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my > old c:/cygwin64/ onto a flash SSD USB drive e:/ . > cd c:/ > tar cfp - cygwin64 > e:/cygwin64.tar & >

tar cygwin64/ from old to new computer?

2018-11-25 Thread Lester Ingber
I'd like to simply transfer my cygwin64/ directory from my old Thinkpad to my new Thinkpad, both running Win 10 x64 Pro. E.g., I would put my old c:/cygwin64/ onto a flash SSD USB drive e:/ . cd c:/ tar cfp - cygwin64 > e:/cygwin64.tar & Then e:/cygwin64.tar would be mounted on my new computer.

pthread_cond_timedwait with setclock(CLOCK_MONOTONIC) times out early

2018-11-25 Thread James E. King III
I have isolated a problem in pthread_cond_timedwait when the condattr is used to set the clock type to CLOCK_MONOTONIC. In this case even though a target time point in the future is specified, the call returns ETIMEDOUT but a subsequent call to clock_gettime(CLOCK_MONOTONIC) shows the desired