public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* svn / subversion does not print
@ 2008-05-12 20:00 gds
  2008-05-12 20:23 ` David Rothenberger
  2008-05-13  9:34 ` Spiro Trikaliotis
  0 siblings, 2 replies; 6+ messages in thread
From: gds @ 2008-05-12 20:00 UTC (permalink / raw)
  To: cygwin

No svn commands print, e.g., "svn help" comes up blank with no errors 
printed. This happened before and I wrote down in notebook "svn needs 
crypto pkg to run...". However, did not write down which "crypto" 
package. Installing the "crypt" cygwin package did not help.

This only started after a cygwin upgrade and reboot. Before that it 
worked fine. Any ideas what I need to do?

Thanks,
-gene


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: svn / subversion does not print
  2008-05-12 20:00 svn / subversion does not print gds
@ 2008-05-12 20:23 ` David Rothenberger
  2008-05-12 20:42   ` gds
  2008-05-13  9:34 ` Spiro Trikaliotis
  1 sibling, 1 reply; 6+ messages in thread
From: David Rothenberger @ 2008-05-12 20:23 UTC (permalink / raw)
  To: cygwin; +Cc: gds

On 5/12/2008 12:32 PM, gds wrote:
> No svn commands print, e.g., "svn help" comes up blank with no errors 
> printed. This happened before and I wrote down in notebook "svn needs 
> crypto pkg to run...". However, did not write down which "crypto" 
> package. Installing the "crypt" cygwin package did not help.
> 
> This only started after a cygwin upgrade and reboot. Before that it 
> worked fine. Any ideas what I need to do?

My WAG is that you're missing a DLL. Try running "cygcheck `which svn`" 
and look for messages about missing DLLs. If you find any, please report 
back to the list so the setup.hint can be fixed.

-- 
David Rothenberger  ----  daveroth@acm.org

"I never let my schooling get in the way of my education."
                 -- Mark Twain


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: svn / subversion does not print
  2008-05-12 20:23 ` David Rothenberger
@ 2008-05-12 20:42   ` gds
  2008-05-12 21:06     ` gds
  0 siblings, 1 reply; 6+ messages in thread
From: gds @ 2008-05-12 20:42 UTC (permalink / raw)
  To: cygwin

David Rothenberger wrote:
> On 5/12/2008 12:32 PM, gds wrote:
>> No svn commands print, e.g., "svn help" comes up blank with no errors 
>> printed. This happened before and I wrote down in notebook "svn needs 
>> crypto pkg to run...". However, did not write down which "crypto" 
>> package. Installing the "crypt" cygwin package did not help.
>>
>> This only started after a cygwin upgrade and reboot. Before that it 
>> worked fine. Any ideas what I need to do?
> 
> My WAG is that you're missing a DLL. Try running "cygcheck `which svn`" 
> and look for messages about missing DLLs. If you find any, please report 
> back to the list so the setup.hint can be fixed.
> 

Yes, strace and cygcheck both indicate that cygexpat-0.dll is missing 
and should be in /bin. Don't see it there. Just see an "expat" package 
in the installer, no libexpat0 as pointed out here:

http://www.nabble.com/-PACKAGING-ERROR--subversion-1.4.5-2-td16959043.html

Sounds like there is a packaging problem.

Tried going back to svn 1.4.5-1 instead of latest 1.4.5-2 with same result.

-gene


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: svn / subversion does not print
  2008-05-12 20:42   ` gds
@ 2008-05-12 21:06     ` gds
  0 siblings, 0 replies; 6+ messages in thread
From: gds @ 2008-05-12 21:06 UTC (permalink / raw)
  To: cygwin

gds wrote:
> David Rothenberger wrote:
>> On 5/12/2008 12:32 PM, gds wrote:
>>> No svn commands print, e.g., "svn help" comes up blank with no errors 
>>> printed. This happened before and I wrote down in notebook "svn needs 
>>> crypto pkg to run...". However, did not write down which "crypto" 
>>> package. Installing the "crypt" cygwin package did not help.
>>>
>>> This only started after a cygwin upgrade and reboot. Before that it 
>>> worked fine. Any ideas what I need to do?
>>
>> My WAG is that you're missing a DLL. Try running "cygcheck `which 
>> svn`" and look for messages about missing DLLs. If you find any, 
>> please report back to the list so the setup.hint can be fixed.
>>
> 
> Yes, strace and cygcheck both indicate that cygexpat-0.dll is missing 
> and should be in /bin. Don't see it there. Just see an "expat" package 
> in the installer, no libexpat0 as pointed out here:
> 
> http://www.nabble.com/-PACKAGING-ERROR--subversion-1.4.5-2-td16959043.html
> 
> Sounds like there is a packaging problem.
> 
> Tried going back to svn 1.4.5-1 instead of latest 1.4.5-2 with same result.
> 

I was wrong, there is a libexpat0 (I was looking for "libxpat0"). 
Re-installing
it seems to fix the problem.



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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: svn / subversion does not print
  2008-05-12 20:00 svn / subversion does not print gds
  2008-05-12 20:23 ` David Rothenberger
@ 2008-05-13  9:34 ` Spiro Trikaliotis
  2008-05-13 12:48   ` svn / subversion does not print -- FIXED (I think) gds
  1 sibling, 1 reply; 6+ messages in thread
From: Spiro Trikaliotis @ 2008-05-13  9:34 UTC (permalink / raw)
  To: cygwin

Hello,

* On Mon, May 12, 2008 at 03:32:42PM -0400 gds wrote:
> No svn commands print, e.g., "svn help" comes up blank with no errors  
> printed.

I know this behaviour when I try to run the non-cygwin version of SVN
(that is, "upstream version") inside of a bash. In most cases, the
commands also block until I stop them with Ctrl+C.

Just a wild guess: Could it be that you have a non-cygwin version in
your path which gets in the way?

Regards,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://opencbm.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: svn / subversion does not print -- FIXED (I think)
  2008-05-13  9:34 ` Spiro Trikaliotis
@ 2008-05-13 12:48   ` gds
  0 siblings, 0 replies; 6+ messages in thread
From: gds @ 2008-05-13 12:48 UTC (permalink / raw)
  To: cygwin

Spiro Trikaliotis wrote:
> Hello,
> 
> * On Mon, May 12, 2008 at 03:32:42PM -0400 gds wrote:
>> No svn commands print, e.g., "svn help" comes up blank with no errors  
>> printed.
> 
> I know this behaviour when I try to run the non-cygwin version of SVN
> (that is, "upstream version") inside of a bash. In most cases, the
> commands also block until I stop them with Ctrl+C.
> 
> Just a wild guess: Could it be that you have a non-cygwin version in
> your path which gets in the way?
> 
> Regards,
>    Spiro.
>

Only have the cygwin svn installed.

This shows that the root cause is now fixed:
http://www.nabble.com/FW%3A-svn---subversion-does-not-print-tt17197085.html


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-05-13 12:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-12 20:00 svn / subversion does not print gds
2008-05-12 20:23 ` David Rothenberger
2008-05-12 20:42   ` gds
2008-05-12 21:06     ` gds
2008-05-13  9:34 ` Spiro Trikaliotis
2008-05-13 12:48   ` svn / subversion does not print -- FIXED (I think) gds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).