Re: Issue 2346 in reviewboard: easy_install ReviewBoard fails on Pycrypto

2011-10-26 Thread reviewboard


Comment #2 on issue 2346 by bks2...@gmail.com: easy_install ReviewBoard  
fails on Pycrypto

http://code.google.com/p/reviewboard/issues/detail?id=2346

i do have same error while installing review board.
do any one have idea to resolve the issue.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2352 in reviewboard: post-review gives unexpected exception with Perforce if no GNU diff in the path

2011-10-26 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2352 by faller.g...@gmail.com: post-review gives unexpected  
exception with Perforce if no GNU diff in the path

http://code.google.com/p/reviewboard/issues/detail?id=2352

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
RBTools-0.3.3

What's the URL of the page containing the problem?
local

What steps will reproduce the problem?
0. Do not install GNU diff (on a Windows box)
1. Use post-review in a Perforce workspace
2. It gives an uncaught exception and a call stack
3.

What is the expected output? What do you see instead?
It would be good if post-review giving some informative error on not being  
able to locate GNU diff.


What operating system are you using? What browser?
Windows XP

Please provide any additional information below.
I found that a similar check and informative error message already  
installed on Svn and ClearCase: check_gnu_diff().

I suggest call this check for Perforce too.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 1847 in reviewboard: The diff-comments resource is unaccessible in REST API 2.0

2011-10-26 Thread reviewboard


Comment #4 on issue 1847 by drenna...@gmail.com: The diff-comments resource  
is unaccessible in REST API 2.0

http://code.google.com/p/reviewboard/issues/detail?id=1847

Same comment at kent3, this is still broken in 1.6.1.
I'm getting a similar traceback ending in..

   
File /usr/lib/python2.4/site-packages/Django-1.3.1-py2.4.egg/django/db/models/fields/__init__.py,  
line 479, in get_prep_value

return int(value)
TypeError: int() argument must be a string or a number


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2346 in reviewboard: easy_install ReviewBoard fails on Pycrypto

2011-10-26 Thread reviewboard

Updates:
Status: ThirdParty

Comment #3 on issue 2346 by trowb...@gmail.com: easy_install ReviewBoard  
fails on Pycrypto

http://code.google.com/p/reviewboard/issues/detail?id=2346

This will need to be addressed with the PyCrypto developers.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2351 in reviewboard: need help with error: Setup script exited with error: src/config.h: No such file or directory

2011-10-26 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2346

Comment #1 on issue 2351 by trowb...@gmail.com: need help with error:  
Setup script exited with error: src/config.h: No such file or directory

http://code.google.com/p/reviewboard/issues/detail?id=2351

This is a bug with the latest PyCrypto release. You can download an older  
version manually and install that if this is blocking you.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2346 in reviewboard: easy_install ReviewBoard fails on Pycrypto

2011-10-26 Thread reviewboard


Comment #4 on issue 2346 by trowb...@gmail.com: easy_install ReviewBoard  
fails on Pycrypto

http://code.google.com/p/reviewboard/issues/detail?id=2346

Issue 2351 has been merged into this issue.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2353 in reviewboard: Fix file descriptor leak in kjs

2011-10-26 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2353 by thomas.j...@intra2net.com: Fix file descriptor leak in kjs
http://code.google.com/p/reviewboard/issues/detail?id=2353

Hi,

attached patch fixes a file descriptor leak in kjs::readFile().

Reported by cppcheck.

Cheers,
Thomas


Attachments:
0001-Fix-file-descriptor-leak.patch  651 bytes

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2353 in reviewboard: Fix file descriptor leak in kjs

2011-10-26 Thread reviewboard

Updates:
Status: Invalid

Comment #1 on issue 2353 by trowb...@gmail.com: Fix file descriptor leak in  
kjs

http://code.google.com/p/reviewboard/issues/detail?id=2353

I think you posted this to the wrong bug tracker. This tracker is for the  
Review Board code review tool.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2354 in reviewboard: Error while trying to see the diff.

2011-10-26 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2354 by trowb...@gmail.com: Error while trying to see  
the diff.

http://code.google.com/p/reviewboard/issues/detail?id=2354

You'll have to look at the rejects to see why this failed. Most typically  
we've seen this with encoding or newline mismatches.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2354 in reviewboard: Error while trying to see the diff.

2011-10-26 Thread reviewboard


Comment #4 on issue 2354 by katsnel...@gmail.com: Error while trying to see  
the diff.

http://code.google.com/p/reviewboard/issues/detail?id=2354

Can you be more specific? Do you want those temporary files?

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.