Re: rsync question

2004-04-18 Thread Corinna Vinschen
On Apr 16 19:49, Pierre A. Humblet wrote:
> At 12:08 AM 4/17/2004 +0200, Corinna Vinschen wrote:
> >On Apr 16 15:44, Peter Kok wrote:
> 
> >> Q2: Could nontsec work with public key authentication?  I have granted 
> >> the account with several local user rights, "create token object, 
> >> logon 
> >> as a service' and 'replace a process level token'
> >
> >Did you give the SYSTEM account the right to read your ~/.ssh directory
> >and the files in it?  Does the service know about nontsec (set CYGWIN
> >in global windows environment or through cygrunsrv)?  Is StrictModes set
> >to no in /etc/sshd_config?
> 
> >From Peter's question it's not clear if his sshd is running as SYSTEM.
> If it is, then granting the privileges to the user should not be
> necessary, but that doesn't explain the problem.
> 
> I can reproduce on an NT system, with sshd running as SYSTEM,
> but I can't explain it. Part of the debug output of ssh is given
> below, with and without ntsec. The difference is in the last few
> lines.

It's a problem with the ntsec specific test in OpenSSH itself.  The
test requires ntsec to be turned on for switching user context w/o
password.  This isn't required anymore for a while but the test in
OpenSSH still insists on ntsec for pubkey auth.

I've send a patch to the portable OpenSSH developers list which hopefully
makes it into 3.8.1p1, which is due RSN.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Problem: fork: permission denied, after intensive use of scripts

2004-04-18 Thread Michael Gorbunov

I have noticed a problem in cygwin when run on Windows 2000
and Windows XP. After running scripts with a big number of
command repeated in a long cycle, at some point I cannot
start anything and receive messages like
fort: permission denied.
It looks like PIDs that were used once cannot be reused.
Does anyone know the solution?

Best regards,

Michael Gorbunov




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: observation: cygrunsrv -env option: max env var size is 256 chars

2004-04-18 Thread Corinna Vinschen
On Apr 17 09:50, Tom Rodman wrote:
> Based on a few tests this morning  under 1.5.9(0.112/4/2),
> the cygrunsrv -env option supports env vars
> with a string length below 257 characters.  Larger env vars 
> seem to get into the registry, but not into the service's env.
> 
> If I'm right it would be nice if "cygrunsrv --help" showed this.
> I read the help as saying up to 255 separate env vars may be
> defined.

I've uploaded version 1.0-1 which allows arbitrarily sized environment
variables.  The number of variables is still limited to 255.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Problem: fork: permission denied, after intensive use of scripts

2004-04-18 Thread Luc Hermitte
Hello,

* On Sun, Apr 18, 2004 at 12:30:52PM +0200, Michael Gorbunov <[EMAIL PROTECTED]> wrote:
> I have noticed a problem in cygwin when run on Windows 2000
> and Windows XP. After running scripts with a big number of
> command repeated in a long cycle, at some point I cannot
> start anything and receive messages like
> fort: permission denied.
> It looks like PIDs that were used once cannot be reused.
> Does anyone know the solution?

I know a firewall that causes such problems : Agnitum Outpost Firewall.
If you are using this firewall, don't look anywhere else. It's its
fault.

-- 
Luc Hermitte

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygrunsrv.README and ipc-daemon2

2004-04-18 Thread Walter Roeland
I supose the command line to install the postmaster
service requires a little change when using ipc-daemon2.

The installation of the postmater service is only
successfull when using \'--dep ipc-daemon2\' instead of
\'--dep ipc-deamon\'.

Original text:
=
Specific Examples


postgresql:
  cygrunsrv --install postmaster \\
--path /usr/bin/postmaster \\
--args \"-D /usr/share/postgresql/data -i\" \\
--dep ipc-daemon --termsig INT --user postgresql --shutdown


Regards,

Walter Roeland
[EMAIL PROTECTED]



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Volunteering To Help Write Cygwin Java Swing Setup Program

2004-04-18 Thread Keith Bennett
Hi, all...

I am a Java developer specializing in Java Swing and 
internationalization.  I don't use Windows much (I use Mac OS X and 
Linux), but when I do I am extremely grateful for the availability of 
Cygwin software.

However, I have been often been frustrated by the user interface of the 
setup software.  I have installed cygwin on several machines, and almost 
every time it has been painful and time consuming.  I am grateful that 
the setup software exists, but wish it were better.  Perhaps a more 
friendly user interface would even result in more people using Cygwin 
software.

If others feel the same way, and would like to look into writing a new 
setup program, I would like to offer my assistance.

Here's what I'm thinking:

We write a Java Swing setup program with a clean separation of model and 
view/controller components.  This way, if someone wants to write an 
alternate view component (in SWT, for example), the amount of work to do 
so is minimized.

Realistically I could not take responsibility for this entire project, 
so this would only be viable if others were willing to help.  I could be 
most productive on the user interface side.

Is this the most appropriate or productive venue for raising this 
question?  If not, can you suggest another forum or means of 
communication that would be better?

Thanks,
Keith Bennett


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Volunteering To Help Write Cygwin Java Swing Setup Program

2004-04-18 Thread Dalibor Topic
Hi Keith,

Keith Bennett wrote:
Hi, all...

We write a Java Swing setup program with a clean separation of model and 
view/controller components.  This way, if someone wants to write an 
alternate view component (in SWT, for example), the amount of work to do 
so is minimized.
I'd suggest compiling the code with gcj, swingwt and swt down to a 
native .exe file, since that would work anywhere, without requiring a 
separate JRE/gij/kaffe/... install.

cheers,
dalibor topic
--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


Re: Fw: cygwin1.dll problem with Hyperthreaded machines.

2004-04-18 Thread Chuck McDevitt
Sorry about that... I'm forced to use Lotus Notes, and it wasn't obvious 
what notes was doing when I forwarded it.
And there isn't any way to edit and resend a message that I know of.





Christopher Faylor <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
04/16/2004 07:20 PM
Please respond to cygwin
 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: Fw: cygwin1.dll problem with Hyperthreaded 
machines.



Please don't do this.

If you screw up in your first attempt to send email here, *please* edit
the message and resend it.  Don't forward it to the list, complete with
email addresses for spam harvesters.

I've never understood why people like to advertise their failed attempts
to send email in this way.

cgf
(for the archives)

On Fri, Apr 16, 2004 at 07:10:35PM -0400, Chuck McDevitt wrote:
>- Forwarded by Chuck McDevitt/AbInitio on 04/16/2004 07:09 PM -

bunch of email addresses deleted

>

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Detecting Running Apps on Windoze in Cygwin

2004-04-18 Thread Jim Scheef
Tennis,

Back in the days when I used VB 4/5/6, we got the window titles via a 
Win32 call. Can you do that in tcl?

Jim

Tennis Smith wrote:

Yeah, I can figure out what processes are running from "ps", but not
what windows are up.  Basically, I'm trying to verify that a couple
applications are running and have windows of a particular name up and
running.
Thanks for the reply.

-Tennis 

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
   

Behalf Of Igor Pechtchanski
 

Sent: Saturday, April 17, 2004 16:59
To: Tennis Smith
Cc: [EMAIL PROTECTED]
Subject: Re: Detecting Running Apps on Windoze in Cygwin
On Sat, 17 Apr 2004, Tennis Smith wrote:

   

Hi,

What I would like to do is very simple (I hope): Determine which Win
applications are running and, if possible, what the names are in the
title bars.
How best can that be done? I'd prefer to use TCL.

TIA,
-Tennis
 

The Unix way ("ps") will work.  I'm sure you can invoke it from TCL via
exec() (or, if you actually want to process the output, via open()).
   

See
 

"ps --help" for the appropriate command-line arguments.  This won't
   

give
 

you the title bar info, though.
 Igor
--
 http://cs.nyu.edu/~pechtcha/
|\  _,,,---,,_   [EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_   [EMAIL PROTECTED]
   |,4-  ) )-,_. ,\ (  `'-'  Igor Pechtchanski, Ph.D.
  '---''(_/--'  `-'\_) fLa.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
"I have since come to realize that being between your mentor and his
   

route
 

to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/
   



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/
 

--
Your favorite stores, helpful shopping tools and great gift ideas. 
Experience the convenience of buying online with [EMAIL PROTECTED] 
http://shopnow.netscape.com/



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/


seg fault via cygwin1!aclcheck() ?

2004-04-18 Thread Sophia C Yuditskaya
Hi,

I am running ns on cygwin, and after my program executes for a while with no
problems, suddenly I get a seg fault with the following backtrace (in gdb):

Program received signal SIGSEGV, Segmetation fault.
0x610ab27b in random () from /usr/bin/cygwin1.dll
(gdb) backtrace
#0 0x610ab27b in random () from /usr/bin/cygwin1.dll
#1 0x610550c6 in localtime_r () from /usr/bin/cygwin1.dll
#2 0x61086751 in cygwin1!aclcheck () from /usr/bin/cygwin1.dll
...(the rest of the trace is from my ns code)

What is wrong? It seems like a permissions problem, but my code is not writing
to a file. Although my code reads from a file, this seg fault occurs after a
great many lines have been already read from this file. Based on the back
trace, the seg fault does not occur at a point where the file is read anyway. 

How can I fix this?

Thanks,

Sophia

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[ANNOUNCEMENT] Updated: cygrunsrv-1.0-1

2004-04-18 Thread Corinna Vinschen
I have updated cygrunsrv to version 1.0-1.

Was cygrunsrv ripe for a 1.0 version number?  I thought it was after
about three years.

In contrast to previous versions which allowed variables of a length
of up to 255 characters, this version allows to define environment
variables of any size, only constraint by memory limits.

Variable names were also limited to 256 characters so far.  This
restriction has been lifted to allow a size of up to 16K.  This is
the limit of registry value names since Windows XP.  Older Windows
versions nevertheless restrict this length to 260 characters, though.


If you have questions or comments, please send them to the Cygwin 
mailing list at:  [EMAIL PROTECTED] .  I would appreciate
if you would use this mailing list rather than emailing me directly.
This includes ideas and comments about the setup utility or Cygwin
in general.

If you want to make a point or ask a question the Cygwin mailing list is
the appropriate place.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe to 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:

[EMAIL PROTECTED]

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: observation: cygrunsrv -env option: max env var size is 256 chars

2004-04-18 Thread Tom Rodman
On Sun 4/18/04 13:15 +0200 Corinna wrote:

>I've uploaded version 1.0-1 which allows arbitrarily sized environment
>variables.  The number of variables is still limited to 255.

Thank-you Corinna!  

--
Tom Rodman
pls run for my address:  
perl -e 'print unpack("u", "1\:6UP\,\$\!T\http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: reentrant functions

2004-04-18 Thread Bas van Gompel
Op Fri, 16 Apr 2004 23:57:08 +0200
schreef Corinna Vinschen 
in <[EMAIL PROTECTED]>:
:  On Apr 16 21:18, Bas van Gompel wrote:
[implementing getgrgid_r, getgrnam_r, getlogin_r and readdir_r]
: >
: > I'm willing...
: >
: > I've got most of readdir_r implemented, testing...
: > I'll look at the others next.
:
:  Cool!
:
: > I guess I'll have to go send a transcontinental snail...
:
:  Yes.  This will take some time, unfortunately.

That's the way snails are.
I'll have to get a bumpersticker for it, too. :-)

:  If you're interested in
:  contributing to Cygwin, it would also be helpful to join the appropriate
:  mailing lists.

I'm sure I'm mentioning you said so in my request for 'dev'.
I did read "patches" and "cvs" through gmane... Subscribed now.

l8r,

Buzz.
-- 
  ) |  | ---/ ---/  Yes, this | This message consists of true | I do not
--  |  |   //   really is |   and false bits entirely.| mail for
  ) |  |  //a 72 by 4 +---+ any1 but
--  \--| /--- /---  .sigfile. |   |perl -pe "s.u(z)\1.as."| me. 4^re

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



[OT?] make bash script wait for called program to finish?

2004-04-18 Thread Thomas L Roche
How to make a bash script wait for a program that it calls to finish?
Why I ask:

Don't ask me why this process is structured this way, but, in order to
install some code that I need in order to test my code, I hafta

a wget an (executable) extractor and some (non-executable) binaries

b run the extractor on the binaries. This runs some InstallShield UI
  that no one I know seems to know how to script. This creates an
  installer and a set of disk images.

c run the installer on the images. Fortunately this part I know how to
  script.

What I'd really like to do is script the whole thing, because each
step takes about 30 min, but step b eludes me. So what I'd like my
script to do is

0 wget

1 launch the extractor UI, which I will briefly twiddle

2 wait for the extractor to finish

3 check that the installer and images were created

4 run the installer on the images

I know how to script everything but 2: how can I do that?

Apologies if this is a FAQ: if so, please pass a pointer. If possible
please post to me as well as the list, and TIA.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



RE: [OT?] make bash script wait for called program to finish?

2004-04-18 Thread Buchbinder, Barry (NIH/NIAID)
How about the following?
$ cmd /c start /wait program_being_waited_for

-Original Message-
From: Thomas L Roche
Sent: Sunday, April 18, 2004 6:20 PM
To: [EMAIL PROTECTED]
Subject: [OT?] make bash script wait for called program to finish?

How to make a bash script wait for a program that it calls to finish? Why I
ask:

Don't ask me why this process is structured this way, but, in order to
install some code that I need in order to test my code, I hafta

a wget an (executable) extractor and some (non-executable) binaries

b run the extractor on the binaries. This runs some InstallShield UI
  that no one I know seems to know how to script. This creates an
  installer and a set of disk images.

c run the installer on the images. Fortunately this part I know how to
  script.

What I'd really like to do is script the whole thing, because each step
takes about 30 min, but step b eludes me. So what I'd like my script to do
is

0 wget

1 launch the extractor UI, which I will briefly twiddle

2 wait for the extractor to finish

3 check that the installer and images were created

4 run the installer on the images

I know how to script everything but 2: how can I do that?

Apologies if this is a FAQ: if so, please pass a pointer. If possible please
post to me as well as the list, and TIA.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: seg fault via cygwin1!aclcheck() ?

2004-04-18 Thread Larry Hall
At 12:40 PM 4/18/2004, you wrote:
>Hi,
>
>I am running ns on cygwin, and after my program executes for a while with no
>problems, suddenly I get a seg fault with the following backtrace (in gdb):
>
>Program received signal SIGSEGV, Segmetation fault.
>0x610ab27b in random () from /usr/bin/cygwin1.dll
>(gdb) backtrace
>#0 0x610ab27b in random () from /usr/bin/cygwin1.dll
>#1 0x610550c6 in localtime_r () from /usr/bin/cygwin1.dll
>#2 0x61086751 in cygwin1!aclcheck () from /usr/bin/cygwin1.dll
>...(the rest of the trace is from my ns code)
>
>What is wrong? It seems like a permissions problem, but my code is not writing
>to a file. Although my code reads from a file, this seg fault occurs after a
>great many lines have been already read from this file. Based on the back
>trace, the seg fault does not occur at a point where the file is read anyway. 
>
>How can I fix this?


Looks like you're going to have to break out the debugger.  aclcheck() 
doesn't call localtime_r() (or anything close to it) so this leads me to 
conclude that you have a stack corruption in your program somewhere.



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [OT?] make bash script wait for called program to finish?

2004-04-18 Thread Larry Hall
At 06:20 PM 4/18/2004, you wrote:
>How to make a bash script wait for a program that it calls to finish?
>Why I ask:
>
>Don't ask me why this process is structured this way, but, in order to
>install some code that I need in order to test my code, I hafta
>
>a wget an (executable) extractor and some (non-executable) binaries
>
>b run the extractor on the binaries. This runs some InstallShield UI
>  that no one I know seems to know how to script. This creates an
>  installer and a set of disk images.
>
>c run the installer on the images. Fortunately this part I know how to
>  script.
>
>What I'd really like to do is script the whole thing, because each
>step takes about 30 min, but step b eludes me. So what I'd like my
>script to do is
>
>0 wget
>
>1 launch the extractor UI, which I will briefly twiddle
>
>2 wait for the extractor to finish
>
>3 check that the installer and images were created
>
>4 run the installer on the images
>
>I know how to script everything but 2: how can I do that?
>
>Apologies if this is a FAQ: if so, please pass a pointer. If possible
>please post to me as well as the list, and TIA.


What did you try?  Should we assume that 'wait' didn't work for you?



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [OT?] make bash script wait for called program to finish?

2004-04-18 Thread Thomas L Roche
Tom Roche Sunday, April 18, 2004 6:20 PM
>>> what I'd like my script to do is

>>> 0 wget

>>> 1 launch the extractor UI, which I will briefly twiddle

>>> 2 wait for the extractor to finish

>>> 3 check that the installer and images were created

>>> 4 run the installer on the images

>>> I know how to script everything but 2

Barry Buchbinder Sun, 18 Apr 2004 18:56:47 -0400
>> How about the following?
>> $ cmd /c start /wait program_being_waited_for

Thanks! I've never run windows' shell from bash, but that does the
job.

Larry Hall Sun, 18 Apr 2004 19:12:03 -0400
> Should we assume that 'wait' didn't work for you?

I didn't try that: doesn't 'wait' just wait for the given period
(arg=n)? If so, that would be at best a kludge.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: [OT?] make bash script wait for called program to finish?

2004-04-18 Thread Larry Hall
At 08:01 PM 4/18/2004, you wrote:
>Tom Roche Sunday, April 18, 2004 6:20 PM
 what I'd like my script to do is
>
 0 wget
>
 1 launch the extractor UI, which I will briefly twiddle
>
 2 wait for the extractor to finish
>
 3 check that the installer and images were created
>
 4 run the installer on the images
>
 I know how to script everything but 2
>
>Barry Buchbinder Sun, 18 Apr 2004 18:56:47 -0400
>>> How about the following?
>>> $ cmd /c start /wait program_being_waited_for
>
>Thanks! I've never run windows' shell from bash, but that does the
>job.
>
>Larry Hall Sun, 18 Apr 2004 19:12:03 -0400
>> Should we assume that 'wait' didn't work for you?
>
>I didn't try that: doesn't 'wait' just wait for the given period
>(arg=n)? If so, that would be at best a kludge.

No.  'n' is a proc id.  See 'man bash'.  Barry's suggestion is likely to
be better though, considering that you're starting a Win32 process.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



gentoo portage and cygwin

2004-04-18 Thread Sven Köhler
hi,

has anybody ever tried to port the gentoo-portage to cygwin? not that i 
expect many of the gentoo-ebuilds to compile, but the cygwin-people 
could maintain their own portage. the gentoo-portage also supports 
binary packages so that you don't have to compile everything yourself.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/