[RFU] lftp-3.7.3-2

2008-09-04 Thread Andrew Schulman
I've packaged a new release of lftp.  This release corrects two packaging
errors.  Note that one of the errors was in setup.hint, so please reupload that.

Thanks,
Andrew.

wget \
 http://home.comcast.net/~andrex/cygwin-1.5/lftp/setup.hint \
 http://home.comcast.net/~andrex/cygwin-1.5/lftp/lftp-3.7.3-2.tar.bz2 \
 http://home.comcast.net/~andrex/cygwin-1.5/lftp/lftp-3.7.3-2-src.tar.bz2


Re: Source of icu library

2008-09-04 Thread Mark Geisert
Rodrigo Medina writes:
 How can I get the source of icu library?
 In setup there are the binaries but not the source.

On the same row inside the setup.exe chooser where you see the Bin? checkbox 
already checked for that package, simply click the Src? checkbox next to it.  
The package defaults to binary-only installation so you have to explicitly ask 
for source if you need it.

..mark


--
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: lftp missing dependency?

2008-09-04 Thread Dr. Volker Zell
 Matthew Woehlke writes:

 Cool, thanks! If we're lucky I'll even remember to check this some
 time :-) (it's on a VM that I only use for a particular project,
 besides that I hardly use Windows any more except for one or two apps
 that I need for work, so Cygwin doesn't get a lot of use).

There is also a minor packaging error in your latest package
lftp-3.7.3-1

/usr/lib/charset.alias belongs to the gettext package.

Ciao
  Volker
  

--
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: Source of icu library

2008-09-04 Thread Angelo Graziosi

Rodrigo Medina wrote:


How can I get the source of icu library?


Here:

ftp://mirrors.kernel.org/sourceware/cygwin/release/icu/icu-3.8-4-src.tar.bz2

On tlbuild list Rodrigo Medina wrote:


About the library  libsicudata.a


Well, the above tarball contains 4 file-patches, when applied to
icu-xetex and when workaround are adopted to avoid the Feature.h
problems and for SWAP [1], then the library is built with the right
name, libsicudata.a etc., but the XeTeX build fails as you describe:

   undefined for '__imp___ZN7icu_3_87UMemorydlEPv'

and friends.


Cheers,
   Angelo.

---
[1]

-#ifdef XETEX_MAC
+#if defined(XETEX_MAC) || defined(U_CYGWIN)

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



Language changed when connecting with SSH

2008-09-04 Thread davidkont

Hi everybody,

I have a little problem with SSH, results that when I connect with option
SSH -Y it changes the keyboard language... this no occurs with option SSH
-X...
Somebody knows why?

Thanks!!
-- 
View this message in context: 
http://www.nabble.com/Language-changed-when-connecting-with-SSH-tp19307838p19307838.html
Sent from the Cygwin list mailing list archive at Nabble.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/



massive heap problems with cygwin 1.7.0

2008-09-04 Thread Bernd Prager
Hi,

I am trying to make use of the UTF wide character support in cygwin 1.7 and
tried to give it a shot.
Until now I am almost unable to do anything because I constantly run into
heap problems, like:

5 [main] ? (5096) D:\bin\cygwin\bin\bash.exe: *** fatal error - couldn't
allocate heap, Win32 error 487, base 0x6D, top 0x7D, reserve_size
1044480, allocsize 1048576, page_const 4096
5 [main] -bash 4312 child_info::sync: wait failed, pid 5096, Win32 error 0
197 [main] -bash 4312 fork: child -1 - died waiting for longjmp before
initialization, retry 0, exit code 0x100, errno 11

I found in an old email that rebase would help, so I patched rebaseall to
make it work with 1.7:

109c109
 grep -E \.($Suffixes)\$ |
---
 grep -E \.($Suffixes)\$ | grep -v cyglsa.dll | grep -v
cyglsa64.dll

I also changed heap_chunk_in_mb to 2048 (decimal) in the registry.

$ ./max_memory 
5fffe000 bytes (1536.0Mb)

Is that a known bug?

Thanks for any help,
-- Bernd


--
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: Language changed when connecting with SSH

2008-09-04 Thread Larry Hall (Cygwin)

davidkont wrote:

Hi everybody,

I have a little problem with SSH, results that when I connect with option
SSH -Y it changes the keyboard language... this no occurs with option SSH
-X...
Somebody knows why?


Perhaps it's better if you start over:


Problem reports:   http://cygwin.com/problems.html



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

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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: lftp missing dependency?

2008-09-04 Thread Andrew Schulman
  Matthew Woehlke writes:
 
  Cool, thanks! If we're lucky I'll even remember to check this some
  time :-) (it's on a VM that I only use for a particular project,
  besides that I hardly use Windows any more except for one or two apps
  that I need for work, so Cygwin doesn't get a lot of use).
 
 There is also a minor packaging error in your latest package
 lftp-3.7.3-1
 
 /usr/lib/charset.alias belongs to the gettext package.

OK, thanks.  Not sure where that came from... I'll release a new version with
both of these problems fixed.  Andrew.


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



ssh not found error

2008-09-04 Thread Shyam Sarkar
Hi,

I installed and re-installed Cygwin many times to correct this error.
But it never finds ssh to execute.

I installed Cygwin, and clicked on the desktop icon and got the command
window.  I then tried to execute ssh.

Please suggest why it does not find ssh at all.

Thanks,
Shyam Sarkar
[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/



Re: ssh not found error

2008-09-04 Thread Larry Hall (Cygwin)

Shyam Sarkar wrote:

Hi,

I installed and re-installed Cygwin many times to correct this error.
But it never finds ssh to execute.

I installed Cygwin, and clicked on the desktop icon and got the command
window.  I then tried to execute ssh.

Please suggest why it does not find ssh at all.


We need some information first.  Please read and follow the problem
reporting guidelines found here:


Problem reports:   http://cygwin.com/problems.html


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

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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: ssh not found error

2008-09-04 Thread Dave Korn
Shyam Sarkar wrote on 04 September 2008 18:03:

 Hi,
 
 I installed and re-installed Cygwin many times to correct this error.
 But it never finds ssh to execute.
 
 I installed Cygwin, and clicked on the desktop icon and got the command
 window.  I then tried to execute ssh.
 
 Please suggest why it does not find ssh at all.

  Because it's not part of the default installation; you need to specifically
select it in the package chooser page of setup.exe.

  The default installation is deliberately quite minimal, enough to get
running and the basic commmand-line tools, but not so much as to make it
difficult for people who are trying to install over a dial-up link.


cheers,
  DaveK
-- 
Can't think of a witty .sigline today


--
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: ssh not found error

2008-09-04 Thread Hugh Sasse


On Thu, 4 Sep 2008, Shyam Sarkar wrote:

 Hi,
 
 I installed and re-installed Cygwin many times to correct this error.
 But it never finds ssh to execute.
 
http://cygwin.com/faq/faq-nochunks.html#faq.setup.what-packages

explains this how this works, and the following question explains why,
as well as how to work around this not being how you expect (i.e,
ways to find the packages you thought were installed out of the box).

HTH
Hugh

--
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: ssh not found error

2008-09-04 Thread Shyam Sarkar
Hello,

I executed cygcheck -s -r -f  cygcheck.out (there is no -w option)
and I am attaching cygcheck.out with this e-mail.

Please suggest why it does not find ssh on my installation.

Thanks,
Shyam Sarkar



- Original Message 
From: Shyam Sarkar [EMAIL PROTECTED]
To: cygwin@cygwin.com
Sent: Thursday, September 4, 2008 10:02:54 AM
Subject: ssh not found error

Hi,

I installed and re-installed Cygwin many times to correct this error.
But it never finds ssh to execute.

I installed Cygwin, and clicked on the desktop icon and got the command
window.  I then tried to execute ssh.

Please suggest why it does not find ssh at all.

Thanks,
Shyam Sarkar
[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/


  

cygcheck.out
Description: Binary data
--
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: ssh not found error

2008-09-04 Thread Dave Korn
Shyam Sarkar wrote on 04 September 2008 18:52:

 Hello,
 
 I executed cygcheck -s -r -f  cygcheck.out (there is no -w option)

  That's -v, not -w, but never mind.

 and I am attaching cygcheck.out with this e-mail.
 
 Please suggest why it does not find ssh on my installation.

  It's simply not there, and looking at the list of installed packages, it's
very clear that despite your belief to the contrary, all packages were *not*
chosen on the package chooser page.  It has to be the case that you've
misunderstood what setup.exe is showing; if it just says Default next to the
package categories, that means Install only the default packages from within
this category.

  You need to expand the displays and find openssh (probably easiest to click
the View button until it says full, then it will be in alphabetical
order), and make sure that in the New column there is a version number
displayed, rather than skip or anything else.

  Oh, please do me one more favour: before replying on the list, please remove
the quotes from the old post, and in particular don't quote other people's
email addresses:

http://cygwin.com/acronyms#TOFU
http://cygwin.com/acronyms#PCYMTNQREAIYR

cheers,
  DaveK
-- 
Can't think of a witty .sigline today


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



setup.exe --quiet-mode

2008-09-04 Thread Rob
I know there have been lots of discussions on unattended setups, and i'm taking 
my crack at getting one set up, but ran into a frustrating situation using 
quiet mode:
When running setup.exe with -q if there are in-use files encountered, setup 
will still pop up the dialog telling you so and sit there and wait forever 
until you click the OK button. This clearly is not unattended. It would be 
better if it could just exit with a specific error code that you could read and 
take some action (restart).
I'm sure I could just choose the --no-replaceonreboot (-r) option to bypass the 
dialog box, but that would probably lead to an unstable install.


--
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: setup.exe --quiet-mode

2008-09-04 Thread Brian Dessent
Rob wrote:

 until you click the OK button. This clearly is not unattended. It would be
 better if it could just exit with a specific error code that you could read 
 and
 take some action (restart).

I agree that it's not correct, but I disagree about the conclusion.  It
should silently schedule any inuse files for replacement on the next
reboot, and continue.  Bailing in the middle of the process of unpacking
files is going to leave a horribly broken system: only some packages
that were selected are unpacked, others are not; and no postinstalls
were run.  You could have missing DLLs, things not installed properly,
etc.

At least if you schedule for replacement you can continue unpacking
everything else, and so the possible scenarios for a broken system are
much narrower and rarer.  Moreover if the user doesn't know to check the
exit status, they will have no idea of the level of brokenness.

I also want to point out that unattended installs are meant for people
that know what they're doing, they are not meant for casual users.  In
fact it's not even a officially supported mode of installation -- if it
works for you great, but it's not a primary feature.  Thus we're way off
in the woods here, in that running an unattended install and also not
closing all apps is kind of combining two already sketchy things.

Brian

--
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: ssh not found error

2008-09-04 Thread Shyam Sarkar
Hi all,

I had 'ssh not found error' with my installation which I solved by selecting 
relevant
package to load. There are some related errors to connect to a remove linux box.
Now I have Xwin not found error. Also it is not finding startxwin.sh
file in /usr/X11R6/bin.

Can anyone help me on this ? Can someone tell me all the packages needed to run
Xwindows on a remote linux box ? If possible please tell me the steps.

Regards,
Shyam Sarkar

 


--
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: ssh not found error

2008-09-04 Thread Larry Hall (Cygwin)

Shyam Sarkar wrote:

Hi all,

I had 'ssh not found error' with my installation which I solved by selecting 
relevant
package to load. There are some related errors to connect to a remove linux box.
Now I have Xwin not found error. Also it is not finding startxwin.sh
file in /usr/X11R6/bin.

Can anyone help me on this ? Can someone tell me all the packages needed to run
Xwindows on a remote linux box ? If possible please tell me the steps.


You always have to install the packages for the apps you want if they aren't
in the Base set (which is only a very small subset of packages that are
available with the Cygwin distribution.)  If you don't want to look for the
packages you need, or you're not interested in installing entire categories
of packages, then you might want to consider just installing all the
packages.  This will could make it easier for you.  As for X, since that's a
category, you can just choose to install the category.   If you can't
figure out how to do this, you can always follow the direction in the
Cygwin-X User's Guide.

http://x.cygwin.com/docs/ug/setup-cygwin-x-installing.html

Reading the documentation and FAQs when you have a question can be very
informative.


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

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

--
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: ssh not found error

2008-09-04 Thread Shyam Sarkar
Never Mind. I solved it.



- Original Message 
From: Shyam Sarkar [EMAIL PROTECTED]
To: cygwin@cygwin.com
Sent: Thursday, September 4, 2008 2:22:08 PM
Subject: Re: ssh not found error

Hi all,

I had 'ssh not found error' with my installation which I solved by selecting 
relevant
package to load. There are some related errors to connect to a remove linux box.
Now I have Xwin not found error. Also it is not finding startxwin.sh
file in /usr/X11R6/bin.

Can anyone help me on this ? Can someone tell me all the packages needed to run
Xwindows on a remote linux box ? If possible please tell me the steps.

Regards,
Shyam Sarkar

 


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




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



PATCH: Re: cygutils/cygstart - wait till task terminates - also pass on exit status

2008-09-04 Thread Alex Smith
The recent patch sumbitted by Barry Kelly to add an option to cygstart
to have it wait for the process to terminate is most useful. However it
would be more useful still if it were to return the exit status of the
process in this case.

The attached patch implements this small addition and should be applied
on top of Barry Kelly's.

- Alex
diff -r -u -p src/cygstart/cygstart.c newsrc/cygstart/cygstart.c
--- src/cygstart/cygstart.c 2008-09-04 22:49:41.0 +0100
+++ newsrc/cygstart/cygstart.c  2008-09-04 23:04:52.0 +0100
@@ -410,7 +410,7 @@
 if (file)
 free(file);
 
-return (ret ? 0 : 1);
+return ret;
 }
 
 /* Start a program, or open a file or URL, using Cygwin POSIX paths */
@@ -454,10 +454,10 @@
 int ret = (int) ShellExecute(NULL, action, aPath, args, workDir, show);
 
 if (ret = 32) {
-return TRUE;
+return 0;
 } else {
 fprintf(stderr, Unable to start '%s': %s\n, aPath, 
startError(ret));
-return FALSE;
+return 1;
 }
 } else {
 SHELLEXECUTEINFO sei;
@@ -474,21 +474,26 @@
 if (!ShellExecuteEx(sei)) {
 if (((int) sei.hInstApp)  32) {
 fprintf(stderr, Unable to start '%s': %s\n, aPath, 
startError((int) sei.hInstApp));
-return FALSE;
+return 1;
 } else {
 fprintf(stderr, Unable to start '%s': , aPath);
 printLastError(stderr);
 fprintf(stderr, \n);
-return FALSE;
+return 1;
 }
 }
 
 if (sei.hProcess) {
+DWORD code;
 WaitForSingleObject(sei.hProcess, INFINITE);
+if (!GetExitCodeProcess(sei.hProcess, code)) {
+code = 1;
+}
 CloseHandle(sei.hProcess);
+return (int) code;
 }
 
-return TRUE;
+return 0;
 }
 }
 

--
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 with setup.exe

2008-09-04 Thread Bob's email
I am trying to upgrade my version of cygwin,  1.5.13(0.122/4/2) 2005-03-01 
11:01 i686

but I get the following error:

Package file agetty has a corrupt local copy, please remove and retry

Where is this file?

Thanks,
Bob Johnson 



--
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 with setup.exe

2008-09-04 Thread Larry Hall (Cygwin)

Bob's email wrote:
I am trying to upgrade my version of cygwin,  1.5.13(0.122/4/2) 
2005-03-01 11:01 i686

but I get the following error:

Package file agetty has a corrupt local copy, please remove and retry

Where is this file?


It's in your local download directory under the munged name of the mirror
you chose.  From there you should find 'release/agetty'.  You can either
delete the package inside this directory or the whole directory.


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

_

A: Yes.
 Q: Are you sure?
 A: Because it reverses the logical flow of conversation.
 Q: Why is top posting annoying in email?

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