Re: RFU: jikes 1.22-2

2008-08-27 Thread Corinna Vinschen
On Aug 26 23:11, Jari Aalto wrote:
 Corinna Vinschen [EMAIL PROTECTED] writes:
 
  On Aug 21 11:51, Corinna Vinschen wrote:
 
  
  Btw, Jari, what about the joe problem reported on the main Cygwin list
  in mid-July?
 
  Btw, Jari, what about the joe problem reported on the main Cygwin list
  in mid-July?
 
 It's on the TODO list. I'm having busy time recovering from the storm.

Fine.  I was just wondering if you had at least noticed one of my three
mails.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: New Setup for Cygwin 1.7 on cygwin.com

2008-08-27 Thread Corinna Vinschen
On Aug 25 13:22, Christopher Faylor wrote:
 On Mon, Aug 25, 2008 at 06:16:34PM +0200, Corinna Vinschen wrote:
 On Aug 25 11:57, Christopher Faylor wrote:
  On Mon, Aug 25, 2008 at 05:37:53PM +0200, Corinna Vinschen wrote:
  On Aug 25 11:27, Christopher Faylor wrote:
   On Mon, Aug 25, 2008 at 10:33:00AM -0400, Christopher Faylor wrote:
   Making tweaks by removing valid dependencies in the hopes of improving
   things is not going to be a win in the long run.  We seem to be in a
   situation that is only solvable by changing setup.exe.
   
   That said, however, I can manage to get base-cygwin first in the
   dependency order by changing all of the requires: ...cygwin to
   requires: ...base-cygwin.  base-passwd is still off in the weeds
   somewhere.  Maybe those two packages should just be combined?
  
  The terminfo change would be much simpler.  Everything else seems
  to fall into place then.
  
  I'd consider changes like the terminfo change a rather fragile way of
  fixing the problem.  It looks like all we'd need is for libintl8 to add
  similar dependencies and everything would fall apart again.  And we
  wouldn't know about it for some time.
  
  Creating a package which is designed to be relied on by everyone and is
  a terminal node should ensure that it is always run first.  upset could
  be modified to make sure that everything relies on base-cygwin, too.
  
  Btw, did you try running setup after removing terminfo?  I get this
 
 I don't understand.  Removing terminfo from where?  If you mean,
 removing its dependencies...
 
  order (from setup.log.full):
  
  Dependency order of packages: terminfo libintl3 texinfo
  
 
 I meant removing the dependencies.  Doing so doesn't seem to solve any
 problems.

I looked a while into the algorithm doing the dependency ordering.  What
it does is to create an ordered list sorted by using the algorithm to
find the strongly connected components in a directed graph.  The problem
is that this algorithm works fine and creates a nice dependeny ordered
list unless there are loops in the dependencies.  In this case you just
get a list of strongly connected components in arbitrary order.

Today I tried a simple trick.  The algorithm now iterates through the
package list twice.  The first run only visits the packages which itself
have no dependencies and puts them first in the dependency ordered list.
The second run then visits all other packages.  I didn't expect a lot,
just a bit better.  But the resul was surprisingly good:

  Dependency order of packages: base-cygwin base-passwd cygwin libiconv2
  libintl8 libintl3 alternatives texinfo _update-info-dir gawk tzcode
  coreutils terminfo libncurses8 libreadline6 bash ash findutils sed
  base-files libbz2_1 bzip2 libpopt0 cygutils groff gzip termcap
  libpcre0 less man cygwin-doc editrights grep ipc-utils login rebase
  run tar which

Maybe that's just coincidence.  I think I'll apply this patch and
tomorrow I'll try to add another loop between the above loops.  That
loop would only visit packages which have exactly one dependency, and
that dependency is to one of the packages which have no dependencies.
Or, maybe just visiting packages which have exactly one dependency, no
matter what.

Anybody having another funny idea?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


Re: New Setup for Cygwin 1.7 on cygwin.com

2008-08-27 Thread Christopher Faylor
On Wed, Aug 27, 2008 at 07:14:32PM +0200, Corinna Vinschen wrote:
Anybody having another funny idea?

Your patch may be a good idea but I still think that base-cygwin (and
maybe base-passwd) should be a dependency of every package in the
distribution.  I think that every package which currently relies on
cygwin should instead rely on base-cygwin and every package which does
not have a cygwin dependency (and there are a quite a few of those)
should be forced to rely on base-cygwin.

In my experiments, that forces base-cygwin first in the dependency order
without any setup.exe changes required.

cgf


Re: New Setup for Cygwin 1.7 on cygwin.com

2008-08-27 Thread Ralph Hempel

Corinna Vinschen wrote:


I looked a while into the algorithm doing the dependency ordering.  What
it does is to create an ordered list sorted by using the algorithm to
find the strongly connected components in a directed graph.  The problem
is that this algorithm works fine and creates a nice dependeny ordered
list unless there are loops in the dependencies.  In this case you just
get a list of strongly connected components in arbitrary order.


SNIP


Anybody having another funny idea?


What about detecting a dependency loop by checking to see if the next 
package in the dependency list is already in the list. If there's a loop

then stop.

Or is it possible for there to be new nodes after the first duplicate
dependency?

Ralph



cygport-0.9.1 in release-2

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I've just made cygport-0.9.1 available in release-2 with the following
changes:

* dolib(): Installs *.la with libtool.
* inherited(): New function.
* Use fully qualified paths within all postinstall/preremove scripts.
* autotools.cygclass: cygautoreconf, cygconf moved here; auto-inherited.
* berkdb.cygclass: Bindings dependent on first inheriting java or tcl.
* cmake.cygclass: cygcmake moved here; provides a src_compile.
* fox-build.cygclass: Renamed prev. fox.cygclass.
* fox.cygclass: NEW as fox-config wrapper.
* mono.cygclass: No longer sets MAKEOPTS.
* qt3-qmake.cygclass: cygqmake3 moved here; provides a src_compile.
* wxwidgets.cygclass: WX_VERSION is mandatory.
* xorg.cygclass: Drop xorg- prefix from font-* packages.

cgf, could you please de-unionize release/cygport and release-2/cygport?
 There are separate branches for 1.5 and 1.7, so I really don't want to
have new 1.5-only versions showing up in release-2.


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki18ZUACgkQpiWmPGlmQSPYzgCeJJWeY0T0RAh1hFw2F3mRL3sO
XXEAn11fbzH3DdNjrtlnQcJNrnhCNSnK
=F9/Z
-END PGP SIGNATURE-


Re: setup: empty tarballs

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Corinna Vinschen wrote:
 Setup.exe for 1.5 is unchanged, afaik.

Yeah, I noticed.  Annoying, too. :-(

 I tweaked setup for 1.7 (CVS HEAD) so that it shouldn't complain 
 anymore about any type of empty tar file.
 I have no idea if there was a decision to prefer a certain type of
 empty tar archive.

OK; FYI right now cygport is producing 14-byte tarballs.


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEUEAREIAAYFAki18ggACgkQpiWmPGlmQSNgjQCeMdRvHXlHpd3k60bENXMj7ILj
11sAlj2iFNIFG4sXz1SglDQA9nSKOx0=
=7UAW
-END PGP SIGNATURE-


Re: cygport-0.9.0 in release-2

2008-08-27 Thread Reini Urban

Yaakov (Cygwin Ports) schrieb:

Eric Blake wrote:

You should probably upload a new version soon; 0.9.0-1 is
missing files from the binary tarball:


I've just uploaded 0.9.0-2 to release-2 accordingly.


Shouldn't this have a major version bump?

* Runs only on Cygwin 1.7.
* All managed mount code has been removed.
* cygclasses are now installed into ${datadir}/cygport/cygclass.

--
Reini Urban
http://phpwiki.org/  http://murbreak.at/


Modifica indirizzo email

2008-08-27 Thread Auto Elite
Buongiorno,


l'indirizzo email [EMAIL PROTECTED] non e' piu' attivo.


Siete pregati di inviare le Vostre richieste all'indirizzo email: [EMAIL 
PROTECTED]


Sarete presto ricontattati!


Lo Staff di Auto Elite
Via Vienna, 2
46047 PORTO MANTOVANO (MN)
Tel. 0376/392176
Fax:0376/392986



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



terminated email address

2008-08-27 Thread Linda Appler
This email address has been terminated.  Please send all emails to [EMAIL 
PROTECTED]

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



[queue #0] (_rt_system) RT Error: Туроператор - Киев - ПРодажа

2008-08-27 Thread Request Tracker
There has been an error:
There has been an error with your request:
You don't have permission to create requests in this queue. Either you're not a 
queue member or non-members aren't allowed to create requests in this queue.

Your message is reproduced below:

Ëó÷øeå âëîæeíèe äåíåã íà ceãîäíÿ - ãoòoâûé áèçíec.
Ïpoäaåòñÿ òóðoïåðaòoð â Êèeâe, íoìåp 2 â äeëîâîì òópèçìå Ókðaèíû.
Çâîíèòå: +38 068 800 6656




Ðàccûëkè:àñÿ688


--- Headers Follow ---

From [EMAIL PROTECTED] Wed Aug 27 04:49:14 2008
Received: from fallbackmx10.syd.optusnet.com.au 
(fallbackmx10.syd.optusnet.com.au [211.29.132.251])
by queue.tera-byte.com (8.14.2/8.14.2) with ESMTP id m7RAnAhx014878
for [EMAIL PROTECTED]; Wed, 27 Aug 2008 04:49:13 -0600 (MDT)
(envelope-from [EMAIL PROTECTED])
Received: from mail14.syd.optusnet.com.au (mail14.syd.optusnet.com.au 
[211.29.132.195])
by fallbackmx10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id 
m7RAn8cN004211
for [EMAIL PROTECTED]; Wed, 27 Aug 2008 20:49:08 +1000
Received: from 122.110.49.114.optusnet.com.au (122.110.49.114.optusnet.com.au 
[122.110.49.114] (may be forged))
by mail14.syd.optusnet.com.au (8.13.1/8.13.1) with SMTP id 
m7RAkR3k027876;
Wed, 27 Aug 2008 20:48:55 +1000
Message-ID: [EMAIL PROTECTED]
Reply-To: cygwin-xfree@cygwin.com
From: cygwin-xfree@cygwin.com
To: [EMAIL PROTECTED]
Subject: =?windows-1251?B?0vPw7u/l8ODy7vAgLSDK6OXiIC0gz9Du5ODm4A==?=
Date: Wed, 27 Aug 2008 17:35:48 +0400
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1251
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-Mailer: mPOP Web-Mail 2.19



 Managed by Request Tracker

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



List 'gxsnmp' closed to public posts

2008-08-27 Thread Ecartis
Sorry!

The 'gxsnmp' list is currently closed-posting.  This means only users who
are part of the list can post to it.

If you have questions, contact the list admin at
'[EMAIL PROTECTED]'.

---
Ecartis v1.0.0 - job execution complete.


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



Cygwin/X on WS2008 x64

2008-08-27 Thread Paul.Durack
I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 
1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am 
having trouble getting xterms to start, and upon closing and then restarting 
the X session, things stop working completely, requiring a reboot to work 
again.. I haven't found anything in the log file which gives the problem away.. 
The startxwin.bat file looks like:

***
@echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if %OS% == Windows_NT goto OS_NT

REM Windows 95/98/Me
echo startxwin.bat - Starting on Windows 95/98/Me

goto STARTUP

:OS_NT

REM Windows NT/2000/XP/2003/Vista/2008
echo startxwin.bat - Starting on Windows NT/2000/XP/2003/Vista/2008

:STARTUP

run XWin :0 -rootless -multiplemonitors -clipboard -silent-dup-error -scrollbars

REM This may need changing if PC slows, delay in seconds - Can be linked to 
network drives being scanned (and ssh-agent errors)
echo Delay XTERM start while wmaker is instantiated..
sleep 5

run xterm -sl 1000

run wmaker
***

If anyone can assist me with this, or provide alternate batch files to kick 
things off more gracefully I'd be very grateful..

Cheers,

Paul

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



RE: Cygwin/X on WS2008 x64

2008-08-27 Thread Paul.Durack
I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 
1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am 
having trouble getting xterms to start, and upon closing and then restarting 
the X session, things stop working completely, requiring a reboot to work 
again.. I haven't found anything in the log file which gives the problem away.. 
The startxwin.bat file looks like:

***
@echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if %OS% == Windows_NT goto OS_NT

REM Windows 95/98/Me
echo startxwin.bat - Starting on Windows 95/98/Me

goto STARTUP

:OS_NT

REM Windows NT/2000/XP/2003/Vista/2008
echo startxwin.bat - Starting on Windows NT/2000/XP/2003/Vista/2008

:STARTUP

run XWin :0 -rootless -multiplemonitors -clipboard -silent-dup-error -scrollbars

REM This may need changing if PC slows, delay in seconds - Can be linked to 
network drives being scanned (and ssh-agent errors)
echo Delay XTERM start while wmaker is instantiated..
sleep 5

run xterm -sl 1000

run wmaker
***

If anyone can assist me with this, or provide alternate batch files to kick 
things off more gracefully I'd be very grateful..

Cheers,

Paul

-Original Message-
From: [EMAIL PROTECTED]
Sent: Thursday, 28 August 2008 12:03 PM
To: cygwin-xfree@cygwin.com
Subject: [ExternalEmail] Cygwin/X on WS2008 x64

It appears that I too have an incomplete installation of xorg-x11-bin 
6.8.99.901-1 completely downloaded.. (cygcheck -c)

I've had problems with obtaining complete downloads for installation before, is 
there a primary repository that should be used in preference, so I can resolve 
this problem?

I used both repositories:
mirror.aarnet.edu.au
cygwin.cybermirror.org

As I was unable to download the complete installation package from the first 
alone.. Once downloaded setup.exe reported that my downloaded installation 
package was complete, which it appears it actually wasn't..

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



RE: Cygwin/X on WS2008 x64

2008-08-27 Thread Paul.Durack
I've been trying to get Xwin running on a Windows 2008 Server x64 box (Cygwin 
1.5.25-15)..

Using the startxwin.bat file, I manage to startup an X session, however am 
having trouble getting xterms to start, and upon closing and then restarting 
the X session, things stop working completely, requiring a reboot to work 
again.. I haven't found anything in the log file which gives the problem away.. 
The startxwin.bat file looks like:

***
@echo off
SET DISPLAY=127.0.0.1:0.0

SET CYGWIN_ROOT=\cygwin

SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%

SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
SET XNLSPATH=/usr/X11R6/lib/X11/locale

if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
del %CYGWIN_ROOT%\tmp\.X11-unix\X0

:CLEANUP-FINISH
if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir %CYGWIN_ROOT%\tmp\.X11-unix

if %OS% == Windows_NT goto OS_NT

REM Windows 95/98/Me
echo startxwin.bat - Starting on Windows 95/98/Me

goto STARTUP

:OS_NT

REM Windows NT/2000/XP/2003/Vista/2008
echo startxwin.bat - Starting on Windows NT/2000/XP/2003/Vista/2008

:STARTUP

run XWin :0 -rootless -multiplemonitors -clipboard -silent-dup-error -scrollbars

REM This may need changing if PC slows, delay in seconds - Can be linked to 
network drives being scanned (and ssh-agent errors)
echo Delay XTERM start while wmaker is instantiated..
sleep 5

run xterm -sl 1000

run wmaker
***

If anyone can assist me with this, or provide alternate batch files to kick 
things off more gracefully I'd be very grateful..

Cheers,

Paul


-Original Message-
From: [EMAIL PROTECTED]
Sent: Thursday, 28 August 2008 12:03 PM
To: cygwin-xfree@cygwin.com
Subject: [ExternalEmail] Cygwin/X on WS2008 x64

It appears that I too have an incomplete installation of xorg-x11-bin 
6.8.99.901-1 completely downloaded.. (cygcheck -c)

I've had problems with obtaining complete downloads for installation before, is 
there a primary repository that should be used in preference, so I can resolve 
this problem?

I used both repositories:
mirror.aarnet.edu.au
cygwin.cybermirror.org

As I was unable to download the complete installation package from the first 
alone.. Once downloaded setup.exe reported that my downloaded installation 
package was complete, which it appears it actually wasn't..


-Original Message-
From: [EMAIL PROTECTED]
Sent: Thursday, 28 August 2008 2:45 PM
To: cygwin-xfree@cygwin.com
Subject: [ExternalEmail] RE: Cygwin/X on WS2008 x64

I've just tried updating the installation, and reinstalling the X11 category, 
this time from:
Cygwin.basemirror.de

And again, cygcheck -c shows:
xorg-x11-base6.8.99.901-1OK
xorg-x11-bin 6.8.99.901-1Incomplete
xorg-x11-bin-dlls6.8.99.901-1OK
xorg-x11-bin-lndir   6.8.99.901-1OK
xorg-x11-devel   6.8.99.901-1OK
xorg-x11-etc 6.8.99.901-1OK
xorg-x11-f1006.8.99.901-1OK
xorg-x11-fcyr6.8.99.901-1OK
xorg-x11-fenc6.8.99.901-1OK
xorg-x11-fnts6.8.99.901-1OK
xorg-x11-fscl6.8.99.901-1OK
xorg-x11-fsrv6.8.99.901-1OK
xorg-x11-libs-data   6.8.99.901-1OK
xorg-x11-man-pages   6.8.99.901-1OK
xorg-x11-man-pages-html  6.8.99.901-1OK
xorg-x11-nest6.8.99.901-1OK
xorg-x11-vfb 6.8.99.901-1OK
xorg-x11-xwin6.8.99.901-1OK
xorg-x11-xwin-gl 6.8.99.901-1OK

Can someone point me to a solution for this please?

Cheers,

Paul

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



winsup/utils ChangeLog cygcheck.cc dump_setup.cc

2008-08-27 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2008-08-27 20:11:11

Modified files:
utils  : ChangeLog cygcheck.cc dump_setup.cc 

Log message:
* cygcheck.cc (nuke): Use malloc rather than alloca for environment 
variables.
(load_cygwin): Ditto.
* dump_setup.cc (parse_filename): Cosmetic changes.
(get_packages): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/ChangeLog.diff?cvsroot=uberbaumr1=1.428r2=1.429
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/cygcheck.cc.diff?cvsroot=uberbaumr1=1.103r2=1.104
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/utils/dump_setup.cc.diff?cvsroot=uberbaumr1=1.18r2=1.19



src/winsup/mingw ChangeLog mingwex/stdio/pformat.c

2008-08-27 Thread keithmarshall
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2008-08-27 20:23:42

Modified files:
winsup/mingw   : ChangeLog 
winsup/mingw/mingwex/stdio: pformat.c 

Log message:
Avoid access violations, passing NULL to printf( ...%s... ).

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=srcr1=1.404r2=1.405
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/stdio/pformat.c.diff?cvsroot=srcr1=1.1r2=1.2



winsup/cygwin ChangeLog fhandler_tty.cc

2008-08-27 Thread cgf
CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]   2008-08-27 21:55:20

Modified files:
cygwin : ChangeLog fhandler_tty.cc 

Log message:
* fhandler_tty.cc (close_maybe): Check for both types of invalid handle 
before
attempting CloseHandle.
(fhandler_pty_master::setup): Only set inheritance on pty handles, not 
tty
handles.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaumr1=1.4264r2=1.4265
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaumr1=1.184r2=1.185



openssl errors creating password for certificate authority (CA Request)

2008-08-27 Thread Auteria W. Winzer Jr.
I opt to use a challenge password for sending a CA request. When I incorporate 
the challenge password I get the following error:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:1234567890
Error adding attribute
1896:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
failure:asn1_lib.c:381:
1896:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
failure:x509_att.c:317:
problems making Certificate Request

If I don't use the challenge password attribute everything works fine.

Is it recommended to use a challenge password for CA requests? Your valuable 
imput is grately appreciated.

Thank you.

Regards,
Auteria W. Winzer Jr.

P.S. Using:
[EMAIL PROTECTED] ~
$ cygcheck -c cygwin
Cygwin Package Information
Package  VersionStatus
cygwin   1.5.25-15  OK

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



Error adding Optional Company Name for CA Request using openssl

2008-08-27 Thread Auteria W. Winzer Jr.
Here's another problem if I try to add the Optional Company Name for CA request 
using openssl:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:FooBar
Error adding attribute
332:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=req_attributes name=unstructuredName_min
332:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=req_attributes name=unstructuredName_max
332:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
failure:asn1_lib.c:381:
332:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
failure:x509_att.c:317:
problems making Certificate Request

If I bypass both Extra Attributes, the creation of the CA request works 
perfectly.

Running:
[EMAIL PROTECTED] ~
$ cygcheck -c cygwin
Cygwin Package Information
Package  VersionStatus
cygwin   1.5.25-15  OK

Thanks.

Regards,
Auteria W. Winzer Jr.


--
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: libicu: conflict on int32_t definition

2008-08-27 Thread Reini Urban
2008/8/27 Samuel Thibault:
 I had to disabled libicu usage in brltty because the following doesn't
 compile:

 #include windows.h
 #include sys/types.h
 #include unicode/uchar.h

 because pwin32.h redefines int32_t, while it is already defined from
 stdint.h...

We need to define U_HAVE_INTTYPES_H, which would pull in #include inttypes.h
which would define int32_t in stdint.h.
You can also patch /usr/include/unicode/pwin32.h until I get out a new release.

Add:
#ifdef __CYGWIN__
#define U_HAVE_INTTYPES_H
#endif

at the beginning of the file, below the _MSC_VER check for example.
Please give feedback if this works ok for #include windows.h,
I'll prepare an update then.

HTH
-- 
Reini Urban
http://phpwiki.org/ http://murbreak.at/

--
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: 1.5.25-15:bash failure with all basic commands

2008-08-27 Thread Phil Betts
Phil Ten wrote on Tuesday, August 26, 2008 3:27 PM::

[snip]
 
 Attached cygcheck.out
 
 It reports
 
 Warning: There are multiple cygwin1.dlls on your path
 
 but I double checked and could find only one cygwin1.dll
 on the server.
 
 Any help would be very appreciated.
 
 Phil Ten

You should check your system PATH.  You have C:\cygwin/bin, which is
being interpreted by cygcheck as different from C:\cygwin\bin.  This 
should consistently use backslashes.  I don't know if this could 
explain your problem, but it seems possible given that strace seems 
to indicate a problem whilst processing your path.

Phil
This email has been scanned by Ascribe PLC using Microsoft Antigen for Exchange.

--
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: openssl errors creating password for certificate authority (CA Request)

2008-08-27 Thread Corinna Vinschen
On Aug 27 00:33, Auteria W. Winzer Jr. wrote:
 I opt to use a challenge password for sending a CA request. When I 
 incorporate the challenge password I get the following error:
 
 Please enter the following 'extra' attributes
 to be sent with your certificate request
 A challenge password []:1234567890
 Error adding attribute
 1896:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
 failure:asn1_lib.c:381:
 1896:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
 failure:x509_att.c:317:
 problems making Certificate Request
 
 If I don't use the challenge password attribute everything works fine.
 
 Is it recommended to use a challenge password for CA requests? Your valuable 
 imput is grately appreciated.

It's hard to tell anything without a self-contained example which allows
to reproduce this.  There's a malloc failure, for whatever reason.

 $ cygcheck -c cygwin
 Cygwin Package Information
 Package  VersionStatus
 cygwin   1.5.25-15  OK

openssl version?


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: openssl errors creating password for certificate authority (CA Request)

2008-08-27 Thread [EMAIL PROTECTED]
$ cygcheck -c openssl

Cygwin Package Information

Package Version Status

Openssl 0.9.8h-1 OK



-Original Message-

From: Corinna Vinschen [EMAIL PROTECTED]

Sent: Wednesday, August 27, 2008 1:58 AM

To: cygwin@cygwin.com

Subject: Re: openssl errors creating password for certificate authority (CA 
Request)



On Aug 27 00:33, Auteria W. Winzer Jr. wrote:

 I opt to use a challenge password for sending a CA request. When I 
 incorporate the challenge password I get the following error:

 

 Please enter the following 'extra' attributes

 to be sent with your certificate request

 A challenge password []:1234567890

 Error adding attribute

 1896:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
 failure:asn1_lib.c:381:

 1896:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
 failure:x509_att.c:317:

 problems making Certificate Request

 

 If I don't use the challenge password attribute everything works fine.

 

 Is it recommended to use a challenge password for CA requests? Your valuable 
 imput is grately appreciated.



It's hard to tell anything without a self-contained example which allows

to reproduce this.  There's a malloc failure, for whatever reason.



 $ cygcheck -c cygwin

 Cygwin Package Information

 Package  VersionStatus

 cygwin   1.5.25-15  OK



openssl version?





Corinna



-- 

Corinna Vinschen  Please, send mails regarding Cygwin to

Cygwin Project Co-Leader  cygwin AT cygwin DOT com

Red Hat



--

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/



[casper.nspe.org #15637] AutoReply: Продается турфирма

2008-08-27 Thread Member Requests via RT

Greetings,

Thank you for your inquiry to NSPE Member Services.

This message has been automatically generated in response to your inquiry
regarding:Продается турфирма, a summary of which appears below.

Your request has been assigned an ID of [casper.nspe.org #15637] and will be 
handled promptly by a Member Service Representative. Please expect a response 
within the next 2 business days.

Should you need to email us again about this specific issue, please use this 
string:[casper.nspe.org #15637] in the subject line.

Thank you,
[EMAIL PROTECTED]

-
Лучшeе вложeниe денег нa сегoдня - гoтовый бизнec.
Продaется турonepатoр в Kиеве, нoмеp 2 в дeловoм туризме Уkраины.
Звoните: +38 068 800 6656




Paссылkи:acя688



--
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: openssl errors creating password for certificate authority (CA Request)

2008-08-27 Thread Corinna Vinschen
On Aug 27 05:28, [EMAIL PROTECTED] wrote:
 $ cygcheck -c openssl
 Cygwin Package Information
 Package Version Status
 Openssl 0.9.8h-1 OK


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


 -Original Message-
 From: Corinna Vinschen [EMAIL PROTECTED]


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


 It's hard to tell anything without a self-contained example which allows
 to reproduce this.  There's a malloc failure, for whatever reason.


  


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: 1.5.25-15:bash failure with all basic commands

2008-08-27 Thread phil . info
Mailing-List: contact cygwin-help at cygwin dot com; run by ezmlm
Precedence: bulk
List-Id: cygwin.cygwin.com
List-Subscribe: mailto:cygwin-subscribe at cygwin dot com
List-Archive: http://sourceware.org/ml/cygwin/
List-Post: mailto:cygwin at cygwin dot com
List-Help: mailto:cygwin-help at cygwin dot com, http://sourceware dot 
org/ml/#faqs
Sender: cygwin-owner at cygwin dot com
Mail-Followup-To: cygwin at cygwin dot com
Delivered-To: mailing list cygwin at cygwin dot com

Phil Ten wrote on Tuesday, August 26, 2008 3:27 PM::

[snip]
=20
 Attached cygcheck.out
=20
 It reports
=20
 Warning: There are multiple cygwin1.dlls on your path
=20
 but I double checked and could find only one cygwin1.dll
 on the server.
=20
 Any help would be very appreciated.
=20
 Phil Ten

You should check your system PATH.  You have C:\cygwin/bin, which is
being interpreted by cygcheck as different from C:\cygwin\bin.  This=20
should consistently use backslashes.  I don't know if this could=20
explain your problem, but it seems possible given that strace seems=20
to indicate a problem whilst processing your path.

Phil

Thank you for your post.

As you suggested I changed my PATH to C:\cygwin\bin but it didn't help.
Now, cygcheck reports that all the commands (except perl.exe) are not found.
Of course I double checked and I am sure that C:\cygwin\bin is valid and
contain all the command files. 

cygcheck2.out attached

I just noticed that when I launch bash --login -i from a windows console 
the prompt is only bash-3.2$ (does not show [EMAIL PROTECTED])

Phil Ten


Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 11:46:11 2008

Windows 2003 Server Ver 5.2 Build 3790 Service Pack 2

Running in Terminal Service session

Path:   C:\cygwin
C:\cygwin\bin
C:\Perl\site\bin
C:\Perl\bin
C:\WINDOWS\system32
C:\WINDOWS
C:\WINDOWS\System32\Wbem
C:\Program Files\Intel\DMIX
C:\Program Files\Microsoft SQL Server\80\Tools\BINN
.

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS


ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
APPDATA = 'C:\Documents and Settings\administrator.NS200911\Application Data'
CLIENTNAME = 'MIKE'
ClusterLog = 'C:\WINDOWS\Cluster\cluster.log'
CommonProgramFiles = 'C:\Program Files\Common Files'
COMPUTERNAME = 'NS200911'
ComSpec = 'C:\WINDOWS\system32\cmd.exe'
FP_NO_HOST_CHECK = 'NO'
HOMEDRIVE = 'C:'
HOMEPATH = '\Documents and Settings\administrator.NS200911'
LOGONSERVER = '\\NS200911'
NUMBER_OF_PROCESSORS = '2'
OS = 'Windows_NT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 15 Stepping 11, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '0f0b'
ProgramFiles = 'C:\Program Files'
PROMPT = '$P$G'
SESSIONNAME = 'RDP-Tcp#6'
SystemDrive = 'C:'
SystemRoot = 'C:\WINDOWS'
TEMP = 'C:\DOCUME~1\ADMINI~1.NS2\LOCALS~1\Temp\1'
TMP = 'C:\DOCUME~1\ADMINI~1.NS2\LOCALS~1\Temp\1'
USERDOMAIN = 'NS200911'
USERNAME = 'administrator'
USERPROFILE = 'C:\Documents and Settings\administrator.NS200911'
windir = 'C:\WINDOWS'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = '/cygdrive'
  cygdrive flags = 0x0022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 'C:\cygwin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = 'C:\cygwin/bin'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = 'C:\cygwin/lib'
  flags = 0x000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  NTFS 49998Mb  24% CP CS UN PA FC 
d:  hd  NTFS16Mb   1% CP CS UN PA FC SQL
e:  hd  NTFS16Mb   7% CP CS UN PA FC DATA
f:  hd  NTFS465390Mb   5% CP CS UN PA FC DATA2

C:\cygwin  /  system  binmode
C:\cygwin/bin  /usr/bin   system  binmode
C:\cygwin/lib  /usr/lib   system  binmode
.  /cygdrive  system  binmode,cygdrive

Not Found: awk
Not Found: bash
Not Found: cat
Not Found: cp
Not Found: cpp (good!)
Not Found: crontab
Not Found: find
Not Found: gcc
Not Found: gdb
Not Found: grep
Not Found: kill
Not Found: ld
Not Found: ls
Not Found: make
Not Found: mv
Not Found: patch
Found: C:\Perl\bin\perl.exe
Not Found: rm
Not Found: sed
Not Found: ssh
Not Found: sh
Not Found: tar
Not Found: test
Not Found: vi
Not Found: vim

   61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
  cygbz2-1.dll v0.0 ts=2008/4/1 5:37
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
  

Risposta automatica Fuori sede: ??????????? - ???? - ???????

2008-08-27 Thread Bressa Marilla
Thanks for your message.
I am on holidays from 11th to 29th August, both included and I'll be back on 
1st Sept.  For urgent matter please contact our Export Customer Support. 
My best regards,
Marilla Bressa
Export Sales support

--
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: findutils-4.4.0-3

2008-08-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new release of findutils, 4.4.0-3, is available for use with cygwin
1.5.x, replacing 4.4.0-1, and leaving 4.3.13-1 as the previous version.
(4.4.0-2 remains the only version usable with cygwin 1.7.0.)

NEWS:
=
This is a minor patch release.  It applies the same cygwin-specific patch
as is used in 'df -T' to work around the poor output from getmntent in
cygwin 1.5.x (cygwin 1.7.0 does not have the problem).  This in turn makes
'find -fstype' and 'find -printf %F' able to distinguish remote drives,
so that updatedb can avoid remote file systems.

See also /usr/share/doc/findutils-4.4.0/.

DESCRIPTION:

The findutils package contains programs which will help you locate files
on your system.  The find utility searches through a hierarchy of
directories looking for files which match a certain set of criteria (such
as a filename pattern).  The xargs utility builds and executes command
lines from standard input arguments (usually lists of file names generated
by the find command).  The locate utility scans a database of filenames
and displays matches.  The updatedb utility builds the database for locate.

UPDATE:
===
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.
Save it and run setup, answer the questions and pick up 'findutils' from
the 'Base' category (it should already be selected).

DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

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

- --
Eric Blake
volunteer cygwin findutils maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAki1U+EACgkQ84KuGfSFAYBDMQCcCQ+5mbRQMOBF25dvq4tWdS+h
Kd4AoIqj7HXQ0AqZkZphEys1MPUq818X
=thaM
-END PGP SIGNATURE-

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



printf: %ls or %S does not work when string is of length 1.

2008-08-27 Thread Amaury Forgeot d'Arc
Hello,
it seems that cygwin does not correctly handle the %ls format when the
given string
has only one character.

The following program should print
Test 1 (T)
and that's what it does on Linux 64bit and Windows, when compiled with VS8.0

But cygwin's output is
Test 1

I've seen this only for 1-wchar strings.
This is will be a problem with the upcoming python 3.0 interpreter, as
reported here:
http://bugs.python.org/issue3626

Is there a problem with cygwin's implementation, or did I miss
something obvious?


/*  */
#include stdio.h
int main()
{
  wchar_t text[] = LT;
  printf(Test %d (%ls)\n, wcslen(text), text);
}
/*  */


--
Amaury Forgeot d'Arc

--
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: 1.5.25-15:bash failure with all basic commands

2008-08-27 Thread Christopher Faylor
On Wed, Aug 27, 2008 at 12:42:39PM +0200, [EMAIL PROTECTED] wrote:
Mailing-List: contact cygwin-help at cygwin dot com; run by ezmlm
Precedence: bulk
List-Id: cygwin.cygwin.com
List-Subscribe: mailto:cygwin-subscribe at cygwin dot com
List-Archive: http://sourceware.org/ml/cygwin/
List-Post: mailto:cygwin at cygwin dot com
List-Help: mailto:cygwin-help at cygwin dot com, http://sourceware dot 
org/ml/#faqs
Sender: cygwin-owner at cygwin dot com
Mail-Followup-To: cygwin at cygwin dot com
Delivered-To: mailing list cygwin at cygwin dot com

We really don't need to see any of this.  Please trim your replies.

--
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: printf: %ls or %S does not work when string is of length 1.

2008-08-27 Thread Roger Wells


Amaury Forgeot d'Arc wrote:

Hello,
it seems that cygwin does not correctly handle the %ls format when the
given string
has only one character.

The following program should print
Test 1 (T)
and that's what it does on Linux 64bit and Windows, when compiled with VS8.0
  

The output is also correct on Windows when built with MinGW gcc v3.4.5
roger wells



But cygwin's output is
Test 1

I've seen this only for 1-wchar strings.
This is will be a problem with the upcoming python 3.0 interpreter, as
reported here:
http://bugs.python.org/issue3626

Is there a problem with cygwin's implementation, or did I miss
something obvious?


/*  */
#include stdio.h
int main()
{
  wchar_t text[] = LT;
  printf(Test %d (%ls)\n, wcslen(text), text);
}
/*  */


--
Amaury Forgeot d'Arc

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


  


--
Roger Wells, P.E.
SAIC
221 Third St
Newport, RI 02840
401-847-4210 (voice)
401-849-1585 (fax)
[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: printf: %ls or %S does not work when string is of length 1.

2008-08-27 Thread Corinna Vinschen
On Aug 27 15:54, Amaury Forgeot d'Arc wrote:
 Hello,
 it seems that cygwin does not correctly handle the %ls format when the
 given string
 has only one character.
 
 The following program should print
 Test 1 (T)
 and that's what it does on Linux 64bit and Windows, when compiled with VS8.0
 
 But cygwin's output is
 Test 1
 
 I've seen this only for 1-wchar strings.
 This is will be a problem with the upcoming python 3.0 interpreter, as
 reported here:
 http://bugs.python.org/issue3626
 
 Is there a problem with cygwin's implementation, or did I miss
 something obvious?
 
 
 /*  */
 #include stdio.h
 int main()
 {
   wchar_t text[] = LT;
   printf(Test %d (%ls)\n, wcslen(text), text);
 }
 /*  */

Thanks for the testcase.  This looks like a bug in the newlib function
_wcsrtombs_r.  I'll send a bug report and a proposed fix upstream.
This will be fixed in Cygwin 1.7.


Thanks again,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: printf: %ls or %S does not work when string is of length 1.

2008-08-27 Thread Corinna Vinschen
Hi,

the following bug report has been send to the Cygwin list a couple of
minutes ago.

On Aug 27 15:54, Amaury Forgeot d'Arc wrote:
 Hello,
 it seems that cygwin does not correctly handle the %ls format when the
 given string
 has only one character.
 
 The following program should print
 Test 1 (T)
 and that's what it does on Linux 64bit and Windows, when compiled with VS8.0
 
 But cygwin's output is
 Test 1
 
 I've seen this only for 1-wchar strings.
 This is will be a problem with the upcoming python 3.0 interpreter, as
 reported here:
 http://bugs.python.org/issue3626
 
 Is there a problem with cygwin's implementation, or did I miss
 something obvious?
 
 
 /*  */
 #include stdio.h
 int main()
 {
   wchar_t text[] = LT;
   printf(Test %d (%ls)\n, wcslen(text), text);
 }
 /*  */

I tracked this down to a problem in the function _wcsrtombs_r.

The condition to write a converted character into the destination string
and to continue the loop is (wcsrtombs.c, line 48):

  if (n = len - bytes  bytes  len)

The second half of this condition is wrong, AFAICS.  First of all, it
should be bytes = len instead of bytes  len.  Second, this part of the
condition is already catched by the first part of the condition:

  n = len - bytes  ==  n + bytes = len

with n always = 0, bytes is always = len if n + bytes is = len.  So
the condition is redundant.

I propose the following simple fix:

* libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Fix condition for
accepting a converted character and continuing the loop.

Index: wcsrtombs.c
===
RCS file: /cvs/src/src/newlib/libc/stdlib/wcsrtombs.c,v
retrieving revision 1.6
diff -u -p -r1.6 wcsrtombs.c
--- wcsrtombs.c 23 Apr 2004 21:44:22 -  1.6
+++ wcsrtombs.c 27 Aug 2008 14:33:34 -
@@ -45,7 +45,7 @@ _DEFUN (_wcsrtombs_r, (r, dst, src, len,
  ps-__count = 0;
  return (size_t)-1;
}
-  if (n = len - bytes  bytes  len)
+  if (n = len - bytes)
{
   n += bytes;
  if (dst)

Ok to apply?


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

--
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: printf: %ls or %S does not work when string is of length 1.

2008-08-27 Thread Corinna Vinschen
On Aug 27 16:36, Corinna Vinschen wrote:
 Hi,
 
 the following bug report has been send to the Cygwin list a couple of
 minutes ago.
 [...]

Argh, wrong mailing list.  Sorry about that.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat

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



Error adding Extra Attributes for CA Request using openssl

2008-08-27 Thread Auteria W. Winzer Jr.
I opt to use a challenge password for sending a CA request. When I incorporate 
the challenge password I get the following error:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:1234567890
Error adding attribute
1896:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
failure:asn1_lib.c:381:
1896:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
failure:x509_att.c:317:
problems making Certificate Request

Here's another problem if I try to add the Optional Company Name for CA request 
using openssl:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:FooBar
Error adding attribute
332:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=req_attributes name=unstructuredName_min
332:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=req_attributes name=unstructuredName_max
332:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
failure:asn1_lib.c:381:
332:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
failure:x509_att.c:317:
problems making Certificate Request

If I bypass both Extra Attributes, the creation of the CA request works 
perfectly.

Is it recommended to use a challenge password for CA requests? Your valuable 
imput is grately appreciated.

Using:
$ cygcheck -c cygwin
Cygwin Package Information
Package  VersionStatus
cygwin   1.5.25-15  OK

$ cygcheck -c openssl
Cygwin Package Information
Package  VersionStatus
openssl  0.9.8h-1   OK

Thank you.

Regards,
Auteria W. Winzer Jr.

--
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: esound-0.2.39-1

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net release:

*** esound-0.2.39-1
*** libesound0-0.2.39-1
*** libesound-devel-0.2.39-1

This is an upstream version bump; see NEWS for changes.


Yaakov


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

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

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki1ns0ACgkQpiWmPGlmQSMpTACgtivXOx4tkoPaV/Aq3VuGfyT6
RZMAoKBVK2LFVLb9G0md1UMVM909iw16
=g3Fo
-END PGP SIGNATURE-

--
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: freetype2-2.3.7-1

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net release:

*** freetype2-2.3.7-1
*** libfreetype26-2.3.7-1
*** libfreetype2-devel-2.3.7-1

This is an upstream version bump; see CHANGES for changes.


Yaakov


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

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

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki1n2kACgkQpiWmPGlmQSN9BQCfaBjfOzEiWfGElC0vBjtKayOD
SjoAn1EqVl0LhaJyQ/9oC9tFS+tPIDIz
=WnZp
-END PGP SIGNATURE-

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



[1.7.0-29] can't create master tty

2008-08-27 Thread Andrew Schulman
I've recompiled screen for Cygwin 1.7.  It runs fine until I do the following:

* Open a cmd console and run c:\cygwin-1.7\bin\bash.exe --login .
* Start a new screen session (screen).
* Detach the screen session (C-a d).
* Exit bash.
* Try to start bash again.

Then I get:

  3 [main] bash 212 c:\cygwin-1.7\bin\bash.exe: *** fatal error - Can't
create master tty

The problem continues until I kill the detached screen process and all of its
child processes.

This problem doesn't occur with Cygwin 1.5, of course.  strace output is below.
If you'd like to try to reproduce it, you can download my binary screen package
for 1.7 from
http://home.comcast.net/~andrex/cygwin-1.7/screen/screen-4.0.3-1.tar.bz2 .

I Googled around and found a similar problem report from 1.7.0-3, at
http://www.mail-archive.com/cygwin@cygwin.com/msg87495.html .  That one seems to
have spontaneously gone away.

N.B. no cygcheck -svr here, since cygcheck seems to be totally broken for me in
1.7-- see next message.

Thanks,
Andrew.

C:\ strace c:\cygwin-1.7\bin\bash.exe
**
Program name: c:\cygwin-1.7\bin\bash.exe (pid 2676, ppid 1)
App version:  1005.25, api: 0.156
DLL version:  1007.0, api: 0.186
DLL build:2008-08-20 13:01
OS version:   Windows NT-5.1
Heap size:402653184
Date/Time:2008-08-27 14:40:12
**
   62 769 [main] bash 2676 set_myself: myself-dwProcessId 2676
   54 823 [main] bash 2676 time: 1219862412 = time (0)
  6991522 [main] bash 2676 parse_options: tty 1001
  1151637 [main] bash 2676 parse_options: returning
   511688 [main] bash 2676 environ_init: GetEnvironmentStrings returned
0x1
  1201808 [main] bash 2676 environ_init: 0x6F8268: !C:=C:\
  9452753 [sig] bash 2676 wait_sig: entering ReadFile loop, my_readsig 0x0,
my_sendsig 0x0
  1762929 [main] bash 2676 environ_init: 0x6F8278: !EXITCODE=
   672996 [main] bash 2676 environ_init: 0x6F8290:
ALLUSERSPROFILE=C:\Documents and Settings\All Users
   643060 [main] bash 2676 environ_init: 0x6F82C8: APPDATA=C:\Documents and
Settings\aschulma\Application Data
   633123 [main] bash 2676 environ_init: 0x6F8308:
COMMONPROGRAMFILES=C:\Program Files\Common Files
   643187 [main] bash 2676 environ_init: 0x6F8340:
COMPUTERNAME=D77E1BASCHULMA1
   623249 [main] bash 2676 environ_init: 0x6F8368:
COMSPEC=C:\WINDOWS\system32\cmd.exe
   673316 [main] bash 2676 parse_options: tty 1001
   633379 [main] bash 2676 parse_options: returning
   433422 [main] bash 2676 environ_init: 0x6F8390: CYGWIN=tty
  3063728 [main] bash 2676 environ_init: 0x6F83B0: EPA_HOME=D:\EPA
   733801 [main] bash 2676 environ_init: 0x6F83C8: FP_NO_HOST_CHECK=NO
   633864 [main] bash 2676 environ_init: 0x6F83E0: HOMEDRIVE=C:
   623926 [main] bash 2676 environ_init: 0x6F83F8: HOMEPATH=\
   633989 [main] bash 2676 environ_init: 0x6F8408:
LOGONSERVER=\\D77E1BASCHULMA1
   624051 [main] bash 2676 environ_init: 0x6F8430:
MEETINGCENTERAPP=C:\Program Files\Meeting Center\
  1844235 [main] bash 2676 environ_init: 0x6F8468: NUMBER_OF_PROCESSORS=1
   644299 [main] bash 2676 environ_init: 0x6F8488:
ORACLE_HOME=C:\Oracle\instantclient_11_1
   634362 [main] bash 2676 environ_init: 0x6F84B8: OS=Windows_NT
  2024564 [main] bash 2676 getwinenv: can't set native for PATH= since no
environ yet
  1024666 [main] bash 2676 mount_info::conv_to_posix_path:
conv_to_posix_path (C:\WINDOWS\system32, keep-rel, no-add-slash)
   804746 [main] bash 2676 normalize_win32_path: C:\WINDOWS\system32 =
normalize_win32_path (C:\WINDOWS\system32)
   424788 [main] bash 2676 mount_info::conv_to_posix_path:
/win/c/WINDOWS/system32 = conv_to_posix_path (C:\WINDOWS\system32)
   404828 [main] bash 2676 mount_info::conv_to_posix_path:
conv_to_posix_path (C:\WINDOWS, keep-rel, no-add-slash)
   364864 [main] bash 2676 normalize_win32_path: C:\WINDOWS =
normalize_win32_path (C:\WINDOWS)
   354899 [main] bash 2676 mount_info::conv_to_posix_path: /win/c/WINDOWS =
conv_to_posix_path (C:\WINDOWS)
   374936 [main] bash 2676 mount_info::conv_to_posix_path:
conv_to_posix_path (C:\WINDOWS\System32\Wbem, keep-rel, no-add-slash)
   354971 [main] bash 2676 normalize_win32_path: C:\WINDOWS\System32\Wbem =
normalize_win32_path (C:\WINDOWS\System32\Wbem)
   365007 [main] bash 2676 mount_info::conv_to_posix_path:
/win/c/WINDOWS/System32/Wbem = conv_to_posix_path (C:\WINDOWS\System32\Wbem)
   365043 [main] bash 2676 mount_info::conv_to_posix_path:
conv_to_posix_path (C:\Program Files\Novell\ZENworks\, keep-rel, add-slash)
   355078 [main] bash 2676 normalize_win32_path: C:\Program
Files\Novell\ZENworks\ = normalize_win32_path (C:\Program
Files\Novell\ZENworks\)
   365114 [main] bash 2676 mount_info::conv_to_posix_path: /win/c/Program
Files/Novell/ZENworks/ = conv_to_posix_path (C:\Program Files\Novell\ZENworks\)
   375151 

[1.7] cygcheck totally broken

2008-08-27 Thread Andrew Schulman
I'm running Cygwin 1.7.0-29.  cygcheck gives no useful output at all:

$ cygcheck -srv

Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 20:00:55 2008


Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 20:00:55 2008


Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 20:00:55 2008


Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 20:00:55 2008


Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 20:00:55 2008


Cygwin Configuration Diagnostics
Current System Time: Wed Aug 27 20:00:55 2008

$ cygcheck --version
cygcheck version 1.103
System Checker for Cygwin
Copyright (C) 1998 - 2008 Red Hat, Inc.
Compiled on Aug 20 2008

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



mailman

2008-08-27 Thread mattias
Are it possible to run mailman with cygwin?
I meen i can't compile postfix


--
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: [1.7.0-29] can't create master tty

2008-08-27 Thread Christopher Faylor
On Wed, Aug 27, 2008 at 02:55:54PM -0400, Andrew Schulman wrote:
I've recompiled screen for Cygwin 1.7.  It runs fine until I do the following:

* Open a cmd console and run c:\cygwin-1.7\bin\bash.exe --login .
* Start a new screen session (screen).
* Detach the screen session (C-a d).
* Exit bash.
* Try to start bash again.

Then I get:

  3 [main] bash 212 c:\cygwin-1.7\bin\bash.exe: *** fatal error - Can't
create master tty

You forgot to mention that you need to set CYGWIN=tty before starting the 
process.

I can duplicate this and should have it fixed soon.

Thanks for the simple to reproduce test case.

N.B. no cygcheck -svr here, since cygcheck seems to be totally broken for me in
1.7-- see next message.

I can duplicate the cygcheck problem on one machine but not on the machine where
I do development unfortunately.

Do you have the same problem with a cygcheck.exe from a snapshot?

cgf

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

2008-08-27 Thread René Berber
mattias wrote:

 Are it possible to run mailman with cygwin?

Yes it is.  Not a simple task, but it should work.

 I meen i can't compile postfix

Postfix is not needed.  Do you know what Mailman is?  Python is needed,
a mail server (not necessarily on the same computer) is needed, Cygwin
has Exim, Apache is needed.
-- 
René Berber


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



J'ai simplement doubler mes ventes! (Quelle catastrophe!)

2008-08-27 Thread [EMAIL PROTECTED]
Bonjour,

Oui je dis quel catastrophe! J'ai simplement doubler 
mes ventes en quelques mois au lieu de les tripler!

Heureusement, que ce doublement de mes ventes s'est
stabilisé et a même tendance à encore augmenter!

Si vous êtes comme moi et que vous avez un site internet,
 une newsletter, un blog,vous vendez sur internet etc... 
vous devez utiliser un logiciel d'emailing 
performant pour au moins doubler vos ventes!

http://url-ok.com/6648dd 

Tester gratuitement les avantages de ce logiciel,
en vous renseignant à cette page:

http://url-ok.com/6648dd 


Bien cordialement,
Elom [EMAIL PROTECTED],
http://url-ok.com/6648dd 





--
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: [1.7.0-29] can't create master tty

2008-08-27 Thread Christopher Faylor
On Wed, Aug 27, 2008 at 04:41:02PM -0400, Christopher Faylor wrote:
On Wed, Aug 27, 2008 at 02:55:54PM -0400, Andrew Schulman wrote:
I've recompiled screen for Cygwin 1.7.  It runs fine until I do the following:

* Open a cmd console and run c:\cygwin-1.7\bin\bash.exe --login .
* Start a new screen session (screen).
* Detach the screen session (C-a d).
* Exit bash.
* Try to start bash again.

Then I get:

  3 [main] bash 212 c:\cygwin-1.7\bin\bash.exe: *** fatal error - Can't
create master tty

You forgot to mention that you need to set CYGWIN=tty before starting the 
process.

I can duplicate this and should have it fixed soon.

It should be fixed in the next snapshot.

cgf

--
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: cygport-0.4.0-1

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net release:

*** cygport-0.4.0-1

This is the latest release of the cygport package building tool.

Please note that this version of cygport is meant solely for Cygwin 1.5.
 Further development of this branch will be mostly limited to bug fixes
and other minor changes, and will be supported until Cygwin 1.7 goes stable.

New in 0.4.0:
* Runs only on Cygwin 1.5; use 0.9.x (trunk) for Cygwin 1.7.
* dolib(): Uses libtool to install libtool libraries.
* inherited(): New function.
* berkdb.cygclass: Java and Tcl bindings are now dependent on previous
inheritance of java and/or tcl cygclasses.
* gtk2-perl.cygclass: Use managed mount to fix manpage generation.
Requires perl-5.10.0-5 and perl-ExtUtils-Depends-0.300-2 for linking.


Yaakov


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

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

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki17/IACgkQpiWmPGlmQSO2bwCg8taDtsC+LBmwXUPWNX/aGss4
wtAAoNi52PymDQoIbC4BKfsVMhLpg+bz
=cBaC
-END PGP SIGNATURE-

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



Cdrtools in Cygwin

2008-08-27 Thread surendar jeyadev

I have been using Cdrtools under Cygwin for burning CDs for a couple
of years now. The 'cdrecord' came from the precompiled Win32 binaries
at http://smithii.com/cdrtools. (The URL may be defunct now, but a 
Google search brings up a cached version of the page!)

The 'cdrecord' version I have is 2.01.01a01, which does not support
DVDs and so I got the 'latest' (2.01.01a47) from

  http://www.student.tugraz.at/thomas.plank

but on trying to use 'cdrecord' I get the message

 The procedure entry point_isinfd could not located in the
 dynamic link library cygwin1.dll

As I am no Cygwin expert, could someone please throw some light
on this. Perhaps, my version of cygwin1.dll is out of date (it
is about a couple of years old)? Or, is there something more
involved here? How does find the version of the DLL?

thanks
sj



  


--
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: libicu: conflict on int32_t definition

2008-08-27 Thread Samuel Thibault
Reini Urban, le Wed 27 Aug 2008 10:33:09 +0200, a écrit :
 You can also patch /usr/include/unicode/pwin32.h until I get out a new 
 release.
 
 Add:
 #ifdef __CYGWIN__
 #define U_HAVE_INTTYPES_H
 #endif
 
 at the beginning of the file, below the _MSC_VER check for example.
 Please give feedback if this works ok for #include windows.h,
 I'll prepare an update then.

Defining U_HAVE_INTTYPES_H to 1 that way does work indeed.

Samuel

--
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: incomplete install of cygwin (apology)

2008-08-27 Thread Christopher Faylor
On Tue, Aug 26, 2008 at 10:19:57PM -0400, Christopher Faylor wrote:
On Tue, Aug 26, 2008 at 01:56:46PM -0700, Garret wrote:
after running cygcheck -c it looks like I do not have xorg-x11-bin
6.8.99.901-1 completely downloaded.  It may be a reason I am getting a
error in the app that I am trying to use.  I have re-installed cygwin
and it still does not download completely.  Is there some other way to
retrieve a complete directory?

You received several bounce messages informing you that your message
was off-topic.  You asked a question in email to postmaster and were
informed that your email was off-topic and were told where to send your
requests.

I have to apologize here because I just found the email from postmaster
sitting in my outbound mail queue.  So the OP only had the multiple
off-topic bounce messages as a clue that something was wrong.  They
never received my specific directive to send the email to the
cygwin-xfree mailing list.

So the harshness of my reply was unwarranted.  That will teach me to
double check for this type of thing in the future.

cgf

--
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: Cdrtools in Cygwin

2008-08-27 Thread Larry Hall (Cygwin)

surendar jeyadev wrote:

I have been using Cdrtools under Cygwin for burning CDs for a couple
of years now. The 'cdrecord' came from the precompiled Win32 binaries
at http://smithii.com/cdrtools. (The URL may be defunct now, but a 
Google search brings up a cached version of the page!)


The 'cdrecord' version I have is 2.01.01a01, which does not support
DVDs and so I got the 'latest' (2.01.01a47) from

  http://www.student.tugraz.at/thomas.plank

but on trying to use 'cdrecord' I get the message

 The procedure entry point_isinfd could not located in the
 dynamic link library cygwin1.dll

As I am no Cygwin expert, could someone please throw some light
on this. Perhaps, my version of cygwin1.dll is out of date (it
is about a couple of years old)? 


Yep.


Or, is there something more
involved here? How does find the version of the DLL?


cygcheck -cd cygwin
uname -r

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



Where is the 1.7 download?

2008-08-27 Thread Rex Basham
I keep reading posts about Cygwin version 1.7.x.

Where is the download for the Windows Setup package if there is one?

I have ran every link I can find on the Cygwin home page and only find
downloads for version 1.5.x

Thanks in advance for any info!

-- 
Rex Basham
rex DOT basham AT gmail.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/



Re: Where is the 1.7 download?

2008-08-27 Thread Larry Hall (Cygwin)

Rex Basham wrote:

I keep reading posts about Cygwin version 1.7.x.

Where is the download for the Windows Setup package if there is one?

I have ran every link I can find on the Cygwin home page and only find
downloads for version 1.5.x

Thanks in advance for any info!


1.7.x is not released.  The intent is to make it available for package
maintainers right now.  Others who desperately want to use it can but
aren't encouraged.

--
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: End of support for 9x

2008-08-27 Thread DePriest, Jason R.
On Mon, Aug 25, 2008 at 8:34 AM, Terry Dabbs  wrote:


 It is a pity; I have applications utilizing cygwin on Windows 93 and 95.
 This is not a situation where I 'insist on using unsupported software',
 but where a vendor has written applications I must interface with that
 were written for those platforms and they will not upgrade, for reasons
 of their own. I hope there will be some spot out there that will keep
 the last compatible versions available.

 Terry Dabbs

I am dumb.

What is Windows 93?

-Jason

PS - vendors who will not upgrade, for reasons of their own.  Yep.
Been there only with Java.  Have to keep three (going on four) version
installed and make sure the right apps know which version to use.
Yay!

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



Repost: Error adding Extra Attributes for CA Request using openssl

2008-08-27 Thread Auteria W. Winzer Jr.
Sorry for the repost, but I didn't get any responses, therefore I wanted to 
post the problem again. Thanks to everyone for your help and assistance in 
solving this problem:

I opt to use a challenge password for sending a CA request. When I incorporate 
the challenge password I get the following error:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:1234567890
Error adding attribute
1896:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
failure:asn1_lib.c:381:
1896:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
failure:x509_att.c:317:
problems making Certificate Request

Here's another problem if I try to add the Optional Company Name for CA request 
using openssl:

Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:FooBar
Error adding attribute
332:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=req_attributes name=unstructuredName_min
332:error:0E06D06C:configuration file routines:NCONF_get_string:no 
value:conf_lib.c:329:group=req_attributes name=unstructuredName_max
332:error:0D0BA041:asn1 encoding routines:ASN1_STRING_set:malloc 
failure:asn1_lib.c:381:
332:error:0B08A041:x509 certificate routines:X509_ATTRIBUTE_set1_data:malloc 
failure:x509_att.c:317:
problems making Certificate Request

If I bypass both Extra Attributes, the creation of the CA request works 
perfectly.

Is it recommended to use a challenge password for CA requests? Your valuable 
imput is grately appreciated.

Using:
$ cygcheck -c cygwin
Cygwin Package Information
Package  VersionStatus
cygwin   1.5.25-15  OK

$ cygcheck -c openssl
Cygwin Package Information
Package  VersionStatus
openssl  0.9.8h-1   OK

Thank you.

Regards,
Auteria W. Winzer Jr.

--
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: End of support for 9x

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

DePriest, Jason R. wrote:
 I am dumb.
 
 What is Windows 93?

FWIW, on Wikipedia, Windows 93 redirects to Windows NT 3.1.


Yaakov
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki2OGMACgkQpiWmPGlmQSPd+wCg/vKnienYgyk1yhrgQWHeZkzU
TlkAn3yxhSUXepl/J8Q7I9Ckkptnlryf
=X6Z7
-END PGP SIGNATURE-

--
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: Repost: Error adding Extra Attributes for CA Request using openssl

2008-08-27 Thread Mark Geisert
Auteria W. Winzer Jr. writes:
 Sorry for the repost, but I didn't get any responses, therefore I wanted to 
post the problem again. Thanks to
 everyone for your help and assistance in solving this problem:

Everybody on the list has now seen this about half a dozen times.  Kindly read 
*all* of *both* responses you've already gotten, and provide *all* the specific 
info requested.  We don't know what program you're running, with what options, 
for instance.  Provide a simple, complete test case and you'll get better help.

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



.gitk CR-LF line ending triggers git warning

2008-08-27 Thread Matt Seitz
Why does .gitk use CR-LF line endings instead of just LF?  

I am experimeinting with using git to track changes to my home directory. 
When I try to commit .gitk, git complains that .gitk has trailing
whtiespace.

I can work around the trailing whitespace warning.  But I was curious why
.gitk is using Windows style CR-LF iine termination, whem .bashrc, etc.,
use UNIX style CR line termination.

Sincerely,
Matt Seitz

cygcheck.out
Description: 639313269-cygcheck.out
--
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/

Updated: findutils-4.4.0-3

2008-08-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new release of findutils, 4.4.0-3, is available for use with cygwin
1.5.x, replacing 4.4.0-1, and leaving 4.3.13-1 as the previous version.
(4.4.0-2 remains the only version usable with cygwin 1.7.0.)

NEWS:
=
This is a minor patch release.  It applies the same cygwin-specific patch
as is used in 'df -T' to work around the poor output from getmntent in
cygwin 1.5.x (cygwin 1.7.0 does not have the problem).  This in turn makes
'find -fstype' and 'find -printf %F' able to distinguish remote drives,
so that updatedb can avoid remote file systems.

See also /usr/share/doc/findutils-4.4.0/.

DESCRIPTION:

The findutils package contains programs which will help you locate files
on your system.  The find utility searches through a hierarchy of
directories looking for files which match a certain set of criteria (such
as a filename pattern).  The xargs utility builds and executes command
lines from standard input arguments (usually lists of file names generated
by the find command).  The locate utility scans a database of filenames
and displays matches.  The updatedb utility builds the database for locate.

UPDATE:
===
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.
Save it and run setup, answer the questions and pick up 'findutils' from
the 'Base' category (it should already be selected).

DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to you:
http://cygwin.com/mirrors.html

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

- --
Eric Blake
volunteer cygwin findutils maintainer

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAki1U+EACgkQ84KuGfSFAYBDMQCcCQ+5mbRQMOBF25dvq4tWdS+h
Kd4AoIqj7HXQ0AqZkZphEys1MPUq818X
=thaM
-END PGP SIGNATURE-


Updated: esound-0.2.39-1

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net release:

*** esound-0.2.39-1
*** libesound0-0.2.39-1
*** libesound-devel-0.2.39-1

This is an upstream version bump; see NEWS for changes.


Yaakov


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

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

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki1ns0ACgkQpiWmPGlmQSMpTACgtivXOx4tkoPaV/Aq3VuGfyT6
RZMAoKBVK2LFVLb9G0md1UMVM909iw16
=g3Fo
-END PGP SIGNATURE-


Updated: freetype2-2.3.7-1

2008-08-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following packages have been updated in the Cygwin net release:

*** freetype2-2.3.7-1
*** libfreetype26-2.3.7-1
*** libfreetype2-devel-2.3.7-1

This is an upstream version bump; see CHANGES for changes.


Yaakov


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

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

CYGWIN-ANNOUNCE UNSUBSCRIBE INFO:
=
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]

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

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAki1n2kACgkQpiWmPGlmQSN9BQCfaBjfOzEiWfGElC0vBjtKayOD
SjoAn1EqVl0LhaJyQ/9oC9tFS+tPIDIz
=WnZp
-END PGP SIGNATURE-