Problem with subversion-apache2

2010-07-29 Thread Dragos Toader
The problem has to do with package
subversion-apache 2 1.6.12-2

My apache2 daemon crashes when I try to start it
after adding
LoadModule authz_svn_module lib/apache2/mod_authz_svn.so
to
/etc/apache2/httpd.conf

/var/log/apache2/error_log reports
7424725 [main] httpd2 1000 C:\cygwin\usr\sbin\httpd2.exe: *** fatal
error - unable to remap \\?\C:\cygwin\lib\apache2\mod_authz_svn.so to
same address as parent: 0xC7 != 0xF1

Looking in /lib/apache2/,
I noticed that every module has 3 types of files:
*.la, *.so, *.dll.a

However, only the following 2 files exist for mod_authz_svn
/lib/apache2/mod_authz_svn.la
/lib/apache2/mod_authz_svn.so
The missing file is
/lib/apache2/mod_authz_svn.dll.a

Looking at /lib/apache2/mod_authz_svn.la
I see that the
library_names='mod_authz_svn.so'

This does not seem right as library_names is usually assigned a .dll.a file name
i.e.
in mod_authz_user.la
library_names='mod_authz_user.dll.a'

Can anyone remedy this?
Thanks,
Dragos Toader

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



Problem with subversion-apache2

2010-07-29 Thread Dragos Toader
The problem has to do with package
subversion-apache 2 1.6.12-2

My apache2 daemon crashes when I try to start it
after adding
LoadModule authz_svn_module lib/apache2/mod_authz_svn.so
to
/etc/apache2/httpd.conf

/var/log/apache2/error_log reports
7424725 [main] httpd2 1000 C:\cygwin\usr\sbin\httpd2.exe: *** fatal
error - unable to remap \\?\C:\cygwin\lib\apache2\mod_authz_svn.so to
same address as parent: 0xC7 != 0xF1

Looking in /lib/apache2/,
I noticed that every module has 3 types of files:
*.la, *.so, *.dll.a

However, only the following 2 files exist for mod_authz_svn
/lib/apache2/mod_authz_svn.la
/lib/apache2/mod_authz_svn.so
The missing file is
/lib/apache2/mod_authz_svn.dll.a

Looking at /lib/apache2/mod_authz_svn.la
I see that the
library_names='mod_authz_svn.so'

This does not seem right as library_names is usually assigned a .dll.a file name
i.e.
in mod_authz_user.la
library_names='mod_authz_user.dll.a'

Can anyone remedy this?
Thanks,
Dragos Toader

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



setup.bz2 line 13957: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
Getting the same error for line 13957

http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
syntax error, unexpected $undefined, expecting NL
http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
unrecognized line 13957 (do you have the latest setup?)
http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
unrecognized line 13957 (do you have the latest setup?)
http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
unrecognized line 13957 (do you have the latest setup?)

Can someone also change line 13957 of the setup file
version: 1.0~svn2930-1
to
version: 1.0-svn2930-1

Thanks,
Dragos Toader

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



Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
Getting the same error for line 13957

http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
syntax error, unexpected $undefined, expecting NL
http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
unrecognized line 13957 (do you have the latest setup?)
http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
unrecognized line 13957 (do you have the latest setup?)
http://mirrors.kernel.org/sourceware/cygwin//setup.bz2 line 13957:
unrecognized line 13957 (do you have the latest setup?)

Christopher Faylor, can you also change line 13957
version: 1.0~svn2930-1
to
version: 1.0-svn2930-1

Thanks,
Dragos Toader

On Mon, Jul 26, 2010 at 2:30 PM, Christopher Faylor
 wrote:
> On Mon, Jul 26, 2010 at 04:20:29PM -0400, Christopher Faylor wrote:
>>On Mon, Jul 26, 2010 at 12:27:01PM -0700, Dragos Toader wrote:
>>>Hi all,
>>>
>>>I get the following parse error
>>>  "setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL"
>>>during the Cygwin setup process.
>>>This error stops the Cygwin setup process.
>>>
>>>I've tried the following mirrors:
>>>http://mirror.its.uidaho.edu
>>>http://mirrors.kernel.org
>>>
>>>Here's how to replicate the error:
>>
>>Step 0:
>>     Use a newer version of setup.exe.  You are out-of-date.
>>
>>>  Run
>>>    C:\cygwin\setup\setup.exe
>>
>>...
>
> Nevermind.  There was a faulty setup.ini due to a tilde in the name of
> the new gendef package.  I've renamed the package so things should be
> better now.
>
> cgf
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

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



Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
It appears that is the case.
~ looks to be a special char.
Does anyone know where the setup.exe source is?
I could submit a patch for that.

Dragos Toader

On Mon, Jul 26, 2010 at 2:13 PM, David Rothenberger  wrote:
> On 7/26/2010 12:27 PM, Dragos Toader wrote:
>> I get the following parse error
>>   "setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL"
>> during the Cygwin setup process.
>
> That line is:
>
> version: 1.0~svn2931-1
>
> Does setup not like "~" in the version string? gendef and libmangle are
> the only two packages that have it.
>
> --
> David Rothenberger    daver...@acm.org
>
> Hitchcock's Staple Principle:
>        The stapler runs out of staples only while you are trying to
>        staple something.
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

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



Re: Setup Error: setup.bz2 line 5232: syntax error, unexpected $undefined, expecting NL

2010-07-26 Thread Dragos Toader
I've verified the cygwin.exe against the cygwin.exe.sig
I downloaded from cygwin.com.
The sig confirms it's the latest version.

gpg --verify setup.exe.sig setup.exe
gpg: Signature made 04/08/10 09:00:03  using DSA key ID 676041BA
gpg: Good signature from "Cygwin "

I think it might have something to do with the gendef package added
since the last version.

@ gendef
sdesc: "Generates exports definitions by analyzing DLLs."
ldesc: "Generates exports definitions by analyzing DLLs.
Functions with stdcall call conventions are automatically decorated."
category: Devel
requires: libgcc1 cygwin
version: 1.0~svn2931-1
install: release/gendef/gendef-1.0~svn2931-1.tar.bz2 22293
90a0f5ad6c8e8ba64a6b66cca15ae755
source: release/gendef/gendef-1.0~svn2931-1-src.tar.bz2 99935
11d5a77315fc8901292eb72d94525a68


Dragos Toader

On Mon, Jul 26, 2010 at 1:36 PM, Hiram Chirino  wrote:
> I'm getting the same thing, and this is with a freshly downloaded cygwin.exe
> from the website.
>
> Perhaps the website is out of date?
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>
>

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