Re: setup -P ..,xinit,.. didn't install twm even though xinit requires twm

2019-10-17 Thread Achim Gratz
Fergus writes:
> and yet: in setup.ini it appears that
> @ xinit
> requires: .. twm ..
> So how is it that twm has been "missed" in the new installation?

The current package xinit no longer requires twm and so it doesn't get
installed.  For backwards compatibility reasons the "requires:" line is
still kept as the union of the requirements of all installable versions.
The actual requirements of the package version you're trying to install
are on the "depends2:" line.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

--
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



setup -P ..,xinit,.. didn't install twm even though xinit requires twm

2019-10-17 Thread Fergus
Strange recent experience:
I made a fresh installation of Cygwin, intending to mimick exactly previous
installations, using the command
setup -P ,xinit,
and then compared the new installation with previous ones.
Not quite an exact match: the new installation lacked several entries of the
form
/bin/cyg*dll, /etc/peremove/*.done, /etc/setup/*gz
and others which I won't bother detailing here; but in particular the new
installation is missing ALL of
the executable /bin/twm.exe
the file /etc/setup/twm.lst.gz
the directory /usr/share/X11/twm
the directory /usr/share/doc/twm
the directory/usr/share/man/man1/twm.1.gz
and yet: in setup.ini it appears that
@ xinit
requires: .. twm ..
So how is it that twm has been "missed" in the new installation?
(I am guessing / hoping that when this conundrum is solved and twm recovered
- if that is what the solution entails - then the other missing * files
might also be recovered.)
Thank you!
Fergus


   




--
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: getent doesn't work properly

2019-10-17 Thread Jose Isaias Cabrera
>
>
> From: Maayan Apelboim, on Thursday, October 17, 2019 09:02 AM, wrote...
>
> It works fine for other users as much as I can tell.
> The problem seems to be with one specific user.
>
> myUser@dom1-job11 ~
> $ getent passwd myUser
> myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash
>
> myUser@dom1-job11 ~
> $ getent passwd user1

Long time ago, I had a problem like that, and I think it was the last line on 
the passwd file.  But, I don't think it's the case with yours.

--
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: getent doesn't work properly

2019-10-17 Thread Maayan Apelboim
It works fine for other users as much as I can tell.
The problem seems to be with one specific user.

myUser@dom1-job11 ~
$ getent passwd myUser
myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash

myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$

myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$

myUser@dom1-job11 ~
$

myUser@dom1-job11 ~
$ getent passwd myUser
myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash

myUser@dom1-job11 ~
$ getent passwd myUser
myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash

myUser@dom1-job11 ~
$ getent passwd myUser
myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash

myUser@dom1-job11 ~
$ getent passwd myUser
myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash

myUser@dom1-job11 ~
$ getent passwd myUser
myUser:*:1049686:1049089:U-UK\myUser,S-1-5-21-892078619-2706518417-4190201681-1110:/home/myUser:/bin/bash


From: Jose Isaias Cabrera [mailto:jic...@outlook.com] 
Sent: Thursday, October 17, 2019 3:23 PM
To: Maayan Apelboim ; cygwin@cygwin.com
Subject: Re: getent doesn't work properly


Maayan Apelboim, on Thursday, October 17, 2019 05:02 AM, wrote...
>  
> Hi All,
> 
> I posted about this problem in the past but was unable to solve it completely.
> It seems getent works intermediately.
> Sometimes it shows my user and sometimes it doesn't.

> myUser@dom1-job11 ~
> $ getent passwd user1
> user1:*:1049703:1049089:U-UK\user1,S-1-5-21-892078619-2706518417-4190201681-1127:/home/user1:/bin/bash

Do me a favor and try,

getent passwd myUser

and see if that works better.  Thanks.

josé


--
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



[ANNOUNCEMENT] Updated: libuv-1.32.1-1

2019-10-17 Thread Marco Atzeri

version 1.32.1-1  of

libuv (source)
libuv-devel
libuv1

is available in the Cygwin distribution:

CHANGES
Last upstream release.

DESCRIPTION
libuv is a multi-platform support library with a focus on
asynchronous I/O. It was primarily developed for use by
Node.js, but it's also used by Luvit, Julia, pyuv, and others.

HOMEPAGE
https://github.com/libuv/libuv

Marco Atzeri

If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

--
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: getent doesn't work properly

2019-10-17 Thread Jose Isaias Cabrera


Maayan Apelboim, on Thursday, October 17, 2019 05:02 AM, wrote...
>
> Hi All,
>
> I posted about this problem in the past but was unable to solve it completely.
> It seems getent works intermediately.
> Sometimes it shows my user and sometimes it doesn't.

> myUser@dom1-job11 ~
> $ getent passwd user1
> user1:*:1049703:1049089:U-UK\user1,S-1-5-21-892078619-2706518417-4190201681-1127:/home/user1:/bin/bash

Do me a favor and try,

getent passwd myUser

and see if that works better.  Thanks.

josé


--
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



getent doesn't work properly

2019-10-17 Thread Maayan Apelboim
Hi All,

I posted about this problem in the past but was unable to solve it completely.
It seems getent works intermediately. 
Sometimes it shows my user and sometimes it doesn't.
I don't think I have this problem with other users, but maybe I do and don't 
feel it as much cause they are less used. The user I'm looking for is the one 
responsible for our automations, so every time getent fails to find it, I see 
it in my scripts.

Any idea why this is happening?

Adding command outputs:
myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$

myUser@dom1-job11 ~
$

myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$ getent passwd user1

myUser@dom1-job11 ~
$ getent passwd user1
user1:*:1049703:1049089:U-UK\user1,S-1-5-21-892078619-2706518417-4190201681-1127:/home/user1:/bin/bash

myUser@dom1-job11 ~
$

myUser@dom1-job11 ~
$ getent passwd user1
user1:*:1049703:1049089:U-UK\user1,S-1-5-21-892078619-2706518417-4190201681-1127:/home/user1:/bin/bash

myUser@dom1-job11 ~
$ getent passwd user1
user1:*:1049703:1049089:U-UK\user1,S-1-5-21-892078619-2706518417-4190201681-1127:/home/user1:/bin/bash

myUser@dom1-job11 ~
$ getent passwd user1


cygcheck.out
Description: cygcheck.out

--
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

Dish heads for pressure vessels

2019-10-17 Thread sale...@gtuuyn.com
Hello ,
Have a nice day.
We fabricate ellipsoidal heads,flat heads,spherical heads,cone heads,our 
expertise at large size(ID13000mm) and special-shaped (eccentric cone head, 
cone head with closure grove,segment heads, compound material head,etc), with 
carbon steel, stainless steel, alloy steel, compound steel, 
copper,aluminum,etc. Thickness from 2mm to 200mm.For NDT test,we have 
RT,UT,MT,PT.
We are unique supplier of BASF, Fluor, DOW,Andritz,China Sinopec and China 
National Nuclear Corporation.And our rich experience can help you get more 
effective sea delivery and less cost.
 
Best regards,
Linda
Export Manager
Cell:+86 18874998665
Jiuzhou Head Plate Forge., Ltd