Re: ITP nmh 1.5

2012-05-13 Thread David Levine
I added libgdbm4 libncurses10 to requires in setup.hint,
see below.

In addition, gdbm, libgdbm-devel, and libncurses-devel
are needed to build the nmh package.  Is there a way to
specify that?

Also, less is needed to run make check.

Thanks,
David


  http://www.cs.wustl.edu/~levine/nmh/nmh-1.5-1-src.tar.bz2
  http://www.cs.wustl.edu/~levine/nmh/nmh-1.5-1.tar.bz2
  http://www.cs.wustl.edu/~levine/nmh/setup.hint

setup.hint:
sdesc: A capable mail handling system with a command line interface
ldesc: A capable mail handling system with a command line interface.
Nmh isn't a single comprehensive program.  Instead, it consists of
simple, single-purpose programs for sending, receiving, saving,
retrieving, and otherwise manipulating email messages.  You can freely
intersperse nmh commands with other shell commands or write custom
scripts which utilize nmh commands.  If you want to use nmh as a true
email user agent, you'll want to also install xmh to provide a user
interface for it--nmh only has a command line interface.  nmh is
configured to use less and vim by default but options allow use of
more and emacs, respectively.
category: Mail
requires: libgdbm4 libncurses10


zlib: upset messages

2012-05-13 Thread Yaakov (Cygwin/X)

On 2012-05-14 00:31, upset lived up to its name and complained:

upset: *** setup.ini: warning - package minizip requires non-existent package 
libgcc_1


Chuck,

I made the obvious fix on sourceware; please fix your local copy, etc.


Yaakov


installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo

I know ssh is the recommended thing, it has encryption and public keys. But I 
would like to install and try rsh and the like nonetheless to see what it was 
like. I'm the only person on my LAN and it's just for my LAN.

I would like to use rsh and rlogin, and their respective servers 

I can see the rsh and rlogin commands, but not their servers.

There is a package called rsh-server, but i've looked for the file rsh-server 
and not found it, and I see no packages mentioning rshd or rlogind or telnetd 
and I don't see those files on my system.



--
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: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread David Sastre Medina
On Sun, May 13, 2012 at 11:29:52AM +0100, Marilo wrote:
 
 I know ssh is the recommended thing, it has encryption and public keys. 
 But I would like to install and try rsh and the like nonetheless to see 
 what it was like. I'm the only person on my LAN and it's just for my LAN.
 I would like to use rsh and rlogin, and their respective servers 
 I can see the rsh and rlogin commands, but not their servers.
 There is a package called rsh-server, but i've looked for the file rsh-server 
 and not found it, and I see no packages mentioning rshd or rlogind or telnetd 
 and I don't see those files on my system.

http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rshd
http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rlogind

and check the output of

$ cygcheck -l rsh-server

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56


signature.asc
Description: Digital signature


Re: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
Thanks, 

I wasn't looking right

That's a useful command.. I see some servers now.

I am surprised /usr/sbin isn't in the PATH though..

user@comp ~
$ echo $PATH
/usr/local/bin:/usr/bin:/cygdrive/c:/cygdrive/c/windows:/cygdrive/c/windows/system32:/cygdrive/c/wind.



$ cygcheck -l rsh-server
/usr/sbin/rexecd.exe
/usr/sbin/rlogind.exe
/usr/sbin/rshd.exe
/usr/share/man/man8/rexecd.8.gz
/usr/share/man/man8/rlogind.8.gz
/usr/share/man/man8/rshd.8.gz
/etc/defaults/etc/xinetd.d/rexec
/etc/defaults/etc/xinetd.d/rlogin
/etc/defaults/etc/xinetd.d/rsh
/etc/postinstall/rsh.sh
/etc/preremove/rsh.sh
/etc/xinetd.d/.keep-rsh
/usr/share/doc/Cygwin/rsh-server.README


--- On Sun, 13/5/12, David Sastre Medina  wrote:

 From: David Sastre Medina
 Subject: Re: installing rsh and rlogin  servers  - rshd and rlogind
 To: cygwin
 Date: Sunday, 13 May, 2012, 12:52
 On Sun, May 13, 2012 at 11:29:52AM
 +0100, Marilo wrote:
  
  I know ssh is the recommended thing, it has encryption
 and public keys. 
  But I would like to install and try rsh and the like
 nonetheless to see 
  what it was like. I'm the only person on my LAN and
 it's just for my LAN.
  I would like to use rsh and rlogin, and their
 respective servers 
  I can see the rsh and rlogin commands, but not their
 servers.
  There is a package called rsh-server, but i've looked
 for the file rsh-server 
  and not found it, and I see no packages mentioning rshd
 or rlogind or telnetd 
  and I don't see those files on my system.
 
 http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rshd
 http://cygwin.com/cgi-bin2/package-cat.cgi?file=rsh-server%2Frsh-server-0.17-1grep=rlogind
 
 and check the output of
 
 $ cygcheck -l rsh-server
 
 -- 
 Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7
 F79B AB04 5299 EC56


--
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: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Earnie Boyd
On Sun, May 13, 2012 at 3:20 PM, Marilo wrote:
 I am surprised /usr/sbin isn't in the PATH though..

Why should the system/server bin be a part of the _user_ PATH?  That
could cause issues of starting/stopping a server unaware.

-- 
Earnie
-- https://sites.google.com/site/earnieboyd

--
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: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Marilo
well, like running net start sshd by accident?

I wouldn't run a program without realising it..but maybe some that are  
dyslexic might so they don't put it in the path.

I can't actually get it installed.. 

user@comp /usr/sbin
$./rshd

user@comp /usr/sbin
$

I run ps
and it doesn't show it

By the way.. I notice many put an email in the To and an email in the CC. I 
know it's recommended to remove emails from the body.  But wouldn't the email 
appear in the From and the To and CC, on the mailing list?


--- On Sun, 13/5/12, Earnie Boyd  wrote:

 From: Earnie Boyd 
 Subject: Re: installing rsh and rlogin servers - rshd and rlogind
 To: narium 
  cygwin
 Date: Sunday, 13 May, 2012, 21:13
 On Sun, May 13, 2012 at 3:20 PM,
 Marilo wrote:
  I am surprised /usr/sbin isn't in the PATH though..
 
 Why should the system/server bin be a part of the _user_
 PATH?  That
 could cause issues of starting/stopping a server unaware.
 
 -- 
 Earnie
 -- https://sites.google.com/site/earnieboyd
 
 --
 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
 


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



Building GCC 4.8 snapshots on Cygwin

2012-05-13 Thread Aaron Gray
Hi,

I am trying to build GCC 4.8 snapshot. Has anyone done this, if so
which versions of GCC do I have to build to get there ?

Many thanks in advance,

Aaron

--
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: installing rsh and rlogin servers - rshd and rlogind

2012-05-13 Thread Charles Wilson

Please read /usr/share/doc/Cygwin/rsh-server.README

--
Chuck

--
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: {zlib/zlib0/zlib-devel}-1.2.7-1; NEW: {minizip/libminizip-devel/libminizip1}-1.2.7-1

2012-05-13 Thread Charles Wilson
The zlib package has been updated to version 1.2.7-1. zlib is a
standard lossless compression library. This is a routine update to
the latest upstream version, which (after several years of relative
stagnation) is now progressing.

[[ compiled using gcc-4.5.3-3 ]]

CHANGES since 1.2.5-1

* Update to latest upstream version
* New minizip utility and library sub-packages

-- 
Charles Wilson
volunteer zlib maintainer for cygwin



To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


--
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: mingw-{zlib,zlib-devel,zlib1}-1.2.7-1; NEW: mingw-{minizip,libminizip-devel,libminizip1}-1.2.7-1

2012-05-13 Thread Charles Wilson
The mingw-zlib package has been updated to version 1.2.7-1. zlib is a
standard lossless compression library; mingw-zlib is a version built
using the standard windows runtime library and NOT cygwin; it is used by
setup.exe among other tools. 

[[ compiled using mingw-gcc-4.5.2 ]]


CHANGES since 1.2.5-1

o Update to latest upstream release.
o New minizip utility and library subpackages.

-- 
Charles Wilson
volunteer mingw-zlib maintainer for cygwin



To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.


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



RPC inconsistency

2012-05-13 Thread Fedin Pavel
I have a problem with RPC libraries. Looks like either there is some 
serious inconsistency in Cygwin, or i seriously miss something.
For the start, i tried to recompile NFS server from source code, in 
order to hunt for some bugs i've got sick of. And here i got a problem.
First of all, i discovered that i miss include/rpc directory. Well, i 
know that newer systems migrate to ti-rpc. After tweaking makefiles i 
was able to build nfs server against ti-rpc. But the resuiting binary 
failed to run with:

nfsd[4268] 05/14/112 10:31 rpcmisc.c 101 : unable to register (nfsd, 2, udp)
which is an error from svc_register()
After digging some more in tirpc sources i discovered that this happens 
because ti-rpc libray attempts to talk to port mapper using 
/var/run/rpcbind.sock. And nobody is listening there.

This lead me to a conclusion:
1. portmap service we use is original Sun's portmapper, coming from 
sunrpc package.
2. ti-rpc should come with more advanced port mapper (google told me 
it's named rpcbind). ti-rpc library can't work with old portmap.
I examined sources for both packages. ti-rpc package contains sources 
for rpcbind daemon, as well as sunrpc package contains sources for 
librpc, as well as RPC includes missing on my system.

So, questions are:
1. Is this really correct? Why don't we have full ti-rpc package, as 
well as full ti-rpc package? They seem to be backward-compatible only in 
terms of client-server relationship.

2. Which one should i use to build NFS server?

--
 Kind regards
 Pavel Fedin
 Expert engineer, Samsung Moscow research center


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



Updated: {zlib/zlib0/zlib-devel}-1.2.7-1; NEW: {minizip/libminizip-devel/libminizip1}-1.2.7-1

2012-05-13 Thread Charles Wilson
The zlib package has been updated to version 1.2.7-1. zlib is a
standard lossless compression library. This is a routine update to
the latest upstream version, which (after several years of relative
stagnation) is now progressing.

[[ compiled using gcc-4.5.3-3 ]]

CHANGES since 1.2.5-1

* Update to latest upstream version
* New minizip utility and library sub-packages

-- 
Charles Wilson
volunteer zlib maintainer for cygwin



To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.



Updated: mingw-{zlib,zlib-devel,zlib1}-1.2.7-1; NEW: mingw-{minizip,libminizip-devel,libminizip1}-1.2.7-1

2012-05-13 Thread Charles Wilson
The mingw-zlib package has been updated to version 1.2.7-1. zlib is a
standard lossless compression library; mingw-zlib is a version built
using the standard windows runtime library and NOT cygwin; it is used by
setup.exe among other tools. 

[[ compiled using mingw-gcc-4.5.2 ]]


CHANGES since 1.2.5-1

o Update to latest upstream release.
o New minizip utility and library subpackages.

-- 
Charles Wilson
volunteer mingw-zlib maintainer for cygwin



To update your installation, click on the Install Cygwin now link
on the http://cygwin.com/ web page.  This downloads setup.exe to
your system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.