Re: [Packaging error] Re: [ANNOUNCEMENT] Updated: atool-0.34.0-1

2008-04-27 Thread Dr. Volker Zell
> Volker Zell writes: > The following man pages in /usr/share/man/man1: > apack.1.gz > arepack.1.gz > aunpack.1.gz > acat.1.gz > adiff.1.gz > als.1.gz > give the following errors, for example: > man adiff > gzip: /usr/share/man/man1/adiff.1.gz: not i

Re: [Attn: netpbm maintainer] Packaging bugs and problem with ppmtogif

2008-04-27 Thread Dr. Volker Zell
> Volker Zell writes: > Hi > ppmtogif produces only black gif images. > For example: > gs -sDEVICE=ppmraw -sOutputFile=/tmp/tiger.ppm /usr/share/ghostscript/8.62/examples/tiger.eps > ppmtogif.exe tiger.ppm > tiger.gif > Also there are 2 packaging bugs in netpb

Re: cpan has a problem Writing Makefile

2008-04-27 Thread Chap Harrison
Reini Urban wrote: > Do > > cd ~/.cpan/build/Text-CSV_XS-0.45/ > perl -d Makefile.PL > > and step until the error appears and send me the output. > I didn't get the error doing this. Any other suggestions? ...r/.cpan/build/Text-CSV_XS-0.45$ perl -d Makefile.PL Loading DB routines from p

inetutils 1.5 / ftpd problem: 426 Data connection: No buffer space available.

2008-04-27 Thread antony baxter
Hi, Problem Description: 2 PCs, both up to date Cygwin DLL, one running inetutils 1.5, the other running inetutils 1.3.2, plus a third computer (probably not important, but MacOSX). The PC with inetutils 1.5 has a largish (215MB) file on it, which I want to get from the OSX computer: [EMAIL PROT

RE: "Download Incomplete. Try again?" failures

2008-04-27 Thread LATHAM, JUSTIN HS
Thanks for the reply. I have plenty of disk space... I tried again today after your email and everything downloaded successfully this time. Although interestingly enough, it downloaded _update-info-dir-00726-1.tar.bz2 when it worked. When it wasn't working it was always looking for _update-info-

Re: "Download Incomplete. Try again?" failures

2008-04-27 Thread Igor Peshansky
On Tue, 22 Apr 2008, LATHAM, JUSTIN wrote: > I am trying to install Cygwin on a Windows XP PC that has not previously > had it installed. Since I want to install the exact same distribution > on multiple PCs, I am selecting the "Download Without Installing" option > to just get the packages I wan

/etc/profile.d/complete.tcsh problem; followup to "Problems starting tcsh when having spaces in username - with fix"

2008-04-27 Thread David Olmsted
Hi, In the current /etc/profile.d/complete.tcsh file a portion of the fix suggested below by Anders Ripa has been applied, but another critical part has not. The last three fixes with explicit "$HOME/" have been quoted, but the first fix has not been applied. Currently I show the following as

Re: Incorrect use of IsWow64Process in Cygwin sources

2008-04-27 Thread Corinna Vinschen
On Apr 27 12:16, Cesar Strauss wrote: > If I understood correctly, the "else" block is meant to be executed on 32 > bit systems, so that those flags are reset on Vista 32. > > But you are testing the return value of IsWow64Process, which is only an > indication that the function succeeded. [...]

Incorrect use of IsWow64Process in Cygwin sources

2008-04-27 Thread Cesar Strauss
Please consider the following snippet from src/winsup/cygwin/wincap.cc (wincapc::init): BOOL is_wow64_proc = FALSE; if (IsWow64Process (GetCurrentProcess (), &is_wow64_proc)) wow64 = is_wow64_proc; else { ((wincaps *)this->caps)->needs_count_in_si_lpres2 = false; ((winca