Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Thomas Wolff
Corinna Vinschen schrieb: On Dec 11 12:52, Thomas Wolff wrote: Corinna Vinschen wrote: #define STATUS_OBJECT_PATH_NOT_FOUND ((NTSTATUS)0xC03AL) #define STATUS_OBJECT_PATH_SYNTAX_BAD ((NTSTATUS)0xC03BL) However, before the fatal error occurs, it's just STATUS_ACCESS_DENIED in both

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Thomas Wolff
Corinna Vinschen schrieb: On Dec 11 12:52, Thomas Wolff wrote: Corinna Vinschen wrote: #define STATUS_OBJECT_PATH_NOT_FOUND ((NTSTATUS)0xC03AL) #define STATUS_OBJECT_PATH_SYNTAX_BAD ((NTSTATUS)0xC03BL) However, before the fatal error occurs, it's just STATUS_ACCESS_DENIED in both

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Dave Korn
Thomas Wolff wrote: Current Directory: h:\ User has NO backup/restore rights Could not open Service control manager source: network install root: H:\cygwin17 binary user filemanip:NtCreateFile - C03A \??\H:\cygwin17\etc\setup\installed.db io_stream_cygfile:

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Corinna Vinschen
On Dec 15 15:33, Dave Korn wrote: Thomas Wolff wrote: Current Directory: h:\ User has NO backup/restore rights Could not open Service control manager source: network install root: H:\cygwin17 binary user filemanip:NtCreateFile - C03A \??\H:\cygwin17\etc\setup\installed.db

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Dave Korn
Thomas Wolff wrote: Dave Korn wrote: Thomas Wolff wrote: Selected local directory: H:\cygwin17p1 mkdir:NtCreateFile - C022 mbox note: Couldn't create directory H:\cygwin17p1, sorry. (Is drive full or read-only?) So that's coming from here: status = NtCreateFile (dir,

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Corinna Vinschen
On Dec 15 15:25, Thomas Wolff wrote: Corinna Vinschen schrieb: On Dec 11 12:52, Thomas Wolff wrote: Corinna Vinschen wrote: #define STATUS_OBJECT_PATH_NOT_FOUND ((NTSTATUS)0xC03AL) #define STATUS_OBJECT_PATH_SYNTAX_BAD ((NTSTATUS)0xC03BL) However, before the fatal error occurs,

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Andy Koppe
2009/12/15 Corinna Vinschen: \?? is a shortcut for the DOS device subdirectory in the native NT namespace.  C:\foo in DOS is \??\C:\foo in native NT speak. \\server\share in DOS is \??\UNC\server\share. Shouldn't that be '\\?' rather than '\??' though?

Re: 1.7 installation failed (on network drive?)

2009-12-15 Thread Corinna Vinschen
On Dec 15 16:27, Andy Koppe wrote: 2009/12/15 Corinna Vinschen: \?? is a shortcut for the DOS device subdirectory in the native NT namespace.  C:\foo in DOS is \??\C:\foo in native NT speak. \\server\share in DOS is \??\UNC\server\share. Shouldn't that be '\\?' rather than '\??' though?

libsqlite3_0-3.6.21-1 is missing dynamic libraries

2009-12-15 Thread David Rothenberger
The newly released libsqlite3_0 version 3.6.21-1 contains only static libraries: $ cygcheck -l libsqlite3_0 /usr/lib/libsqlite3.a /usr/lib/libsqlite3.dll.a /usr/lib/libsqlite3.la This is breaking subversion and probably other packages. Was this intentional? -- David Rothenberger

Re: libsqlite3_0-3.6.21-1 is missing dynamic libraries

2009-12-15 Thread David Rothenberger
On 12/15/2009 9:42 AM, David Rothenberger wrote: The newly released libsqlite3_0 version 3.6.21-1 contains only static libraries: $ cygcheck -l libsqlite3_0 /usr/lib/libsqlite3.a /usr/lib/libsqlite3.dll.a /usr/lib/libsqlite3.la This is breaking subversion and probably other packages. Was this

Re: libsqlite3_0-3.6.21-1 is missing dynamic libraries

2009-12-15 Thread Marco Atzeri
--- Mar 15/12/09, David Rothenberger ha scritto: On 12/15/2009 9:42 AM, David Rothenberger wrote: The newly released libsqlite3_0 version 3.6.21-1 contains only static libraries: $ cygcheck -l libsqlite3_0 /usr/lib/libsqlite3.a /usr/lib/libsqlite3.dll.a /usr/lib/libsqlite3.la