Review Board Ticket #4561: Are Perforce Task Streams supported

2017-06-26 Thread Ben Allen
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4561/
--

New ticket #4561 by BenA
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect


--
Are Perforce Task Streams supported
==

# What version are you running?

>> > Running on Linux-2.6.18-194.el5-x86_64-with-redhat-5.5-Tikanga
70  16:19   [GCC 4.4.4 20100726 ( Red Hat 4.4.4-13 ) ]
71  16:19   >> > Python 2.7.2 ( default, Mar 26 2013, 18:57:24 )
72  16:19   >> > RBTools 0.7.6

Are Peforce Task Streams supported?

# What steps will reproduce the problem?
1. create a Task Stream in Task Stream Depot.
2. Create a change list
3. submit review for change list
4. /grid/common/pkgs/python/v2.7.2/bin/rbt post --bugs-closed 17 -p 9065

# What is the expected output? What do you see instead
Review as usual. Seeing an issue on displaying the diffs.

There was an error displaying this diff.
The patch to '//depot/t_2027/C_Macros.hppa' didn't apply cleanly. The temporary 
files have been left in '/tmp/reviewboard.mYtZ9l' for debugging purposes.
`patch` returned:
This may be a bug in the software, a temporary outage, or an issue with the 
format of your diff.
Please try again, and if you still have trouble, contact support.

# What operating system are you using? What browser?
Chrome browser
 
# Please provide any additional information below.

Is the combination of task streams and P4 supported?

--

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Review Board Ticket #4560: RBTools setup fails

2017-06-26 Thread AJ Einsmann
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4560/
--

New ticket #4560 by aeinsman
For Beanbag, Inc. > Review Board

Status: New
Tags: Priority:Medium, Type:Defect


--
RBTools setup fails 
==

# What version are you running?
 RBTools 0.7.10
 Python 2.7.5 (default, Oct 11 2015, 17:47:16)
 GCC 4.8.3 20140911 (Red Hat 4.8.3-9)
 Running on Linux-3.10.0-327.10.1.el7.x86_64-x86_64-with-redhat-7.2-Maipo
 reviewboard-2.5.10-1

# What's the URL of the page containing the problem?
http://127.0.0.1/reviewboard/api/repositories/1/info/

# What steps will reproduce the problem?
1. Installed reviewboard using the bitnami installer
2. configure clearcase as VCS 
3. Install RBTTools and then run rbt setup-repo -d on command line


# What is the expected output? What do you see instead?
I do not exactly know what the correct output should be as this has never 
worked. I do not think that it should be an error though. Here is what I see:


>>> RBTools 0.7.10
>>> Python 2.7.5 (default, Oct 11 2015, 17:47:16)
[GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]
>>> Running on Linux-3.10.0-327.10.1.el7.x86_64-x86_64-with-redhat-7.2-Maipo
>>> Home = /user/swtech
>>> Current directory = /cm_data/swt
>>> Command line: rbt setup-repo -d
Enter the Review Board server URL: http://127.0.0.1/reviewboard/
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info
>>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
svn: E155007: '/cm_data/swt' is not a working copy
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any parent up to mount point /cm_data/swt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
---
>>> Checking for a Mercurial repository...
>>> Unable to execute "hg --help": skipping Mercurial
>>> Checking for a CVS repository...
>>> Unable to execute "cvs": skipping CVS
>>> Checking for a Perforce repository...
>>> Unable to execute "p4 help": skipping Perforce
>>> Checking for a Plastic repository...
>>> Unable to execute "cm version": skipping Plastic
>>> Checking for a ClearCase repository...
>>> Running: cleartool pwv -short
>>> Running: diff --version
>>> Running: cleartool lsview -full -properties -cview
>>> Running: cleartool describe -short vob:.
>>> Running: cleartool pwv -root
>>> repository info: Path: /cm_data/swt, Base path: /cm_data/swt, Supports 
>>> changesets: False
>>> Making HTTP GET request to http://127.0.0.1/reviewboard/api/
>>> API cache "/user/swtech/.cache/rbtools/apicache.db" does not exist; 
>>> creating.
>>> Running: cleartool lsvob -long /cm_data/swt
>>> Repository's /cm_data/swt uuid is 
>>> u'deaa9515.535411d8.b660.00:01:80:9d:57:b3'
>>> Making HTTP GET request to 
>>> http://127.0.0.1/reviewboard/api/repositories/?tool=ClearCase
>>> Added cache entry for HTTP GET request to 
>>> http://127.0.0.1/reviewboard/api/repositories/?tool=ClearCase
>>> Making HTTP GET request to 
>>> http://127.0.0.1/reviewboard/api/repositories/1/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended 
>>> information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
>>> fetching extended information for this repository.', u'code': 210}}
Traceback (most recent call last):
  File "/usr/bin/rbt", line 9, in 
load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
  File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line 133, 
in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", line 
663, in run_from_argv
exit_code = self.main(*args) or 0
  File "/usr/lib/python2.7/site-packages/rbtools/commands/setup_repo.py", line 
109, in main
repository_info = repository_info.find_server_repository_info(api_root)
  File "/usr/lib/python2.7/site-packages/rbtools/clients/clearcase.py", line 
986, in find_server_repository_info
if parse_version(server.rb_version) >= parse_version('1.5.3'):
  File "/usr/lib/python2.7/site-packages/rbtools/api/resource.py", line 301, in 
__getattr__
raise AttributeError
AttributeError


# What operating system are you using? What browser?
RHEL 7.2 with Crome browser


# Please provide any additional information below.


--

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboar

Re: Review Board Ticket #4552: Unable to upgrade from 2.5.9 to 2.5.10 (Ubuntu 14.04)

2017-06-26 Thread Tyler Wright
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4552/
--

New update by jflambert
For Beanbag, Inc. > Review Board > Ticket #4552


Reply:

Could you try doing an "apt-get install libffi-dev" and then try the 
easy_install again?  That should get your past that error.  Let us know how it 
goes!

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.