Re: svn 1.7.10-1 on x86_64 does not work

2013-08-29 Thread Corinna Vinschen
On Aug 28 11:16, David Rothenberger wrote:
> Corinna Vinschen wrote:
> > On Aug 28 09:05, Robert Klemme wrote:
> >> On Tue, Aug 27, 2013 at 6:14 PM, David Rothenberger
> >>  wrote:
> >>> On 8/27/2013 9:04 AM, Robert Klemme wrote:
>  $ svn --version /usr/bin/svn.exe: error while loading shared
>  libraries: ?: cannot open shared object file: No such file or
>  directory
> >>> 
> >>> Check that you have libneon27 installed. That's missing from
> >>> the dependencies. If that doesn't work, try "cygcheck
> >>> /usr/bin/svn", which might tell you what else is missing.
> >> 
> >> $ fgrep -i libneon /etc/setup/installed.db $ cygcheck $(type -p
> >> svn) >/dev/null cygcheck: track_down: could not find
> >> cygneon-27.dll
> >> 
> >> Bingo!  I installed it and now it works.
> > 
> > So libneon27 should be added to subversion's setup.hint requires?
> 
> Sigh. I guess. It's only required by 1.7, not by the latest 1.8, so
> it's not caught by cygport automatically. (I know, I know, I should
> review the auto-generated requires.)

No worries.  I added libneon27 to both setup.hint files, 32 and 64 bit.


Corinna

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


pgp4gjpcIVwA4.pgp
Description: PGP signature


Re: svn 1.7.10-1 on x86_64 does not work

2013-08-28 Thread David Rothenberger
Corinna Vinschen wrote:
> On Aug 28 09:05, Robert Klemme wrote:
>> On Tue, Aug 27, 2013 at 6:14 PM, David Rothenberger
>>  wrote:
>>> On 8/27/2013 9:04 AM, Robert Klemme wrote:
 $ svn --version /usr/bin/svn.exe: error while loading shared
 libraries: ?: cannot open shared object file: No such file or
 directory
>>> 
>>> Check that you have libneon27 installed. That's missing from
>>> the dependencies. If that doesn't work, try "cygcheck
>>> /usr/bin/svn", which might tell you what else is missing.
>> 
>> $ fgrep -i libneon /etc/setup/installed.db $ cygcheck $(type -p
>> svn) >/dev/null cygcheck: track_down: could not find
>> cygneon-27.dll
>> 
>> Bingo!  I installed it and now it works.
> 
> So libneon27 should be added to subversion's setup.hint requires?

Sigh. I guess. It's only required by 1.7, not by the latest 1.8, so
it's not caught by cygport automatically. (I know, I know, I should
review the auto-generated requires.)

-- 
David Rothenberger    daver...@acm.org

This restaurant was advertising breakfast any time. So I ordered
french toast in the renaissance.
-- Steven Wright, comedian

--
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: svn 1.7.10-1 on x86_64 does not work

2013-08-28 Thread Corinna Vinschen
On Aug 28 09:05, Robert Klemme wrote:
> On Tue, Aug 27, 2013 at 6:14 PM, David Rothenberger  wrote:
> > On 8/27/2013 9:04 AM, Robert Klemme wrote:
> >> $ svn --version
> >> /usr/bin/svn.exe: error while loading shared libraries: ?: cannot open
> >> shared object file: No such file or directory
> >
> > Check that you have libneon27 installed. That's missing from the
> > dependencies. If that doesn't work, try "cygcheck /usr/bin/svn", which
> > might tell you what else is missing.
> 
> $ fgrep -i libneon /etc/setup/installed.db
> $ cygcheck $(type -p svn) >/dev/null
> cygcheck: track_down: could not find cygneon-27.dll
> 
> Bingo!  I installed it and now it works.

So libneon27 should be added to subversion's setup.hint requires?


Corinna

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


pgpG2V7lpW9pb.pgp
Description: PGP signature


Re: svn 1.7.10-1 on x86_64 does not work

2013-08-28 Thread Robert Klemme
On Tue, Aug 27, 2013 at 6:14 PM, David Rothenberger  wrote:
> On 8/27/2013 9:04 AM, Robert Klemme wrote:
>> $ svn --version
>> /usr/bin/svn.exe: error while loading shared libraries: ?: cannot open
>> shared object file: No such file or directory
>
> Check that you have libneon27 installed. That's missing from the
> dependencies. If that doesn't work, try "cygcheck /usr/bin/svn", which
> might tell you what else is missing.

$ fgrep -i libneon /etc/setup/installed.db
$ cygcheck $(type -p svn) >/dev/null
cygcheck: track_down: could not find cygneon-27.dll

Bingo!  I installed it and now it works.

> If all that fails, follow the instructions at
> http://cygwin.com/problems.html. The cygcheck output will help us figure
> out what else is missing.

There does not seem to be anything else missing.  Thank you, David!

Kind regards

robert

-- 
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

--
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: svn 1.7.10-1 on x86_64 does not work

2013-08-27 Thread David Rothenberger
On 8/27/2013 9:04 AM, Robert Klemme wrote:
> $ svn --version
> /usr/bin/svn.exe: error while loading shared libraries: ?: cannot open
> shared object file: No such file or directory

Check that you have libneon27 installed. That's missing from the
dependencies. If that doesn't work, try "cygcheck /usr/bin/svn", which
might tell you what else is missing.

If all that fails, follow the instructions at
http://cygwin.com/problems.html. The cygcheck output will help us figure
out what else is missing.

-- 
David Rothenberger    daver...@acm.org

Gold's Law:
If the shoe fits, it's ugly.

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



svn 1.7.10-1 on x86_64 does not work

2013-08-27 Thread Robert Klemme
Hi folks,

even obtaining the version fails with this:

$ svn --version
/usr/bin/svn.exe: error while loading shared libraries: ?: cannot open
shared object file: No such file or directory

I have a pretty fresh installation (only selected the older version of
svn) and am not aware of anything I missed during installation (such
as preventing installation of automatically selected dependencies).

Version:
$ uname -a
CYGWIN_NT-6.1  1.7.24(0.269/5/3) 2013-08-15 11:59 x86_64 Cygwin

Unfortunately I don't have strace (see earler email) so at the moment
I cannot easily check which file is missing.

Is this a known issue? Is there some configuration change I can apply
to get it working?

Kind regards

-- 
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/

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