Re: Need help for those who successfully installed reviewboard on FreeBSD

2015-02-03 Thread Christian Hammond
Hi,

That's a pretty old version of Review Board. You'll actually need to install 
PIL, not Pillow, for that release. Review Board 2.0+ supports either.

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: Laurentius Purba lpu...@sproutloud.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: February 3, 2015 at 2:25:55 PM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Subject:  Need help for those who successfully installed reviewboard on FreeBSD

 Hello all,
  
 I was wondering if someone managed to install ReviewBoard on FreeBSD and
 works as expected.
  
 I was able to install ReviewBoard as mentioned on
 http://www.freshports.org/www/reviewboard/ including all dependencies.
  
 But, when I tried the following command:
 [root@ldap-test ]# rb-site install /usr/local/www/reviews.example.com
  
 I got the following error message:
 Traceback (most recent call last):
 File /usr/local/bin/rb-site, line 5, in  
 from pkg_resources import load_entry_point
 File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line
 2876, in  
 working_set = WorkingSet._build_master()
 File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 449,
 in _build_master
 ws.require(__requires__)
 File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 745,
 in require
 needed = self.resolve(parse_requirements(requirements))
 File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 639,
 in resolve
 raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: PIL
  
 I know python pillow is installed in my system:
 [root@ldap-test ]# pkg info | grep pillow
 py27-pillow-2.6.0 Fork of the Python Imaging Library (PIL)
  
 I am using FreeBSD 10.
 [root@ldap-test ]# uname -a
 FreeBSD ldap-test 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8
 06:37:44 UTC 2014
 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
  
 Did anybody experience this before? I am more than happy if you would like
 to share your experience on this.
  
 Regards,
 -Laurentius
  
 --
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/  
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups 
 reviewboard  
 group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.  
 For more options, visit https://groups.google.com/d/optout.
  

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need help for those who successfully installed reviewboard on FreeBSD

2015-02-03 Thread Laurentius Purba
Hi Christian,

Thanks for your prompt response.

So, my question is should I install ReviewBoard from github by checking out 
code instead of from FreeBSD port? I still couldn't find any documentation 
regarding installation on FreeBSD.

Btw, were you able to install it on FreeBSD?

Regards,
-Laurentius

On Tuesday, February 3, 2015 at 5:27:07 PM UTC-5, Christian Hammond wrote:

 Hi, 

 That's a pretty old version of Review Board. You'll actually need to 
 install PIL, not Pillow, for that release. Review Board 2.0+ supports 
 either. 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com javascript:   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 

 -Original Message- 
 From: Laurentius Purba lpu...@sproutloud.com javascript: 
 Reply: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Date: February 3, 2015 at 2:25:55 PM 
 To: revie...@googlegroups.com javascript: revie...@googlegroups.com 
 javascript: 
 Subject:  Need help for those who successfully installed reviewboard on 
 FreeBSD 

  Hello all, 

  I was wondering if someone managed to install ReviewBoard on FreeBSD and 
  works as expected. 

  I was able to install ReviewBoard as mentioned on 
  http://www.freshports.org/www/reviewboard/ including all dependencies. 

  But, when I tried the following command: 
  [root@ldap-test ]# rb-site install /usr/local/www/reviews.example.com 

  I got the following error message: 
  Traceback (most recent call last): 
  File /usr/local/bin/rb-site, line 5, in   
  from pkg_resources import load_entry_point 
  File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 
  2876, in   
  working_set = WorkingSet._build_master() 
  File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 
 449, 
  in _build_master 
  ws.require(__requires__) 
  File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 
 745, 
  in require 
  needed = self.resolve(parse_requirements(requirements)) 
  File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line 
 639, 
  in resolve 
  raise DistributionNotFound(req) 
  pkg_resources.DistributionNotFound: PIL 

  I know python pillow is installed in my system: 
  [root@ldap-test ]# pkg info | grep pillow 
  py27-pillow-2.6.0 Fork of the Python Imaging Library (PIL) 

  I am using FreeBSD 10. 
  [root@ldap-test ]# uname -a 
  FreeBSD ldap-test 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 
  06:37:44 UTC 2014 
  r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 

  Did anybody experience this before? I am more than happy if you would 
 like 
  to share your experience on this. 

  Regards, 
  -Laurentius 

  -- 
  Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/   
  Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/ 
  Happy user? Let us know! https://www.reviewboard.org/users/ 
  --- 
  You received this message because you are subscribed to the Google 
 Groups reviewboard   
  group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an email to reviewboard...@googlegroups.com javascript:.   
  For more options, visit https://groups.google.com/d/optout. 




-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need help for those who successfully installed reviewboard on FreeBSD

2015-02-03 Thread Christian Hammond
Your best bet is to follow the Linux installation instructions the best you 
can, and to use easy_install to install our packages, rather than building them 
yourself.

We don't support FreeBSD in any capacity, though, so you're likely to run into 
problems we don't have fixes for.

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: Laurentius Purba lpu...@sproutloud.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: February 3, 2015 at 2:29:56 PM
To: reviewboard@googlegroups.com reviewboard@googlegroups.com
Cc: lpu...@sproutloud.com lpu...@sproutloud.com, christ...@beanbaginc.com 
christ...@beanbaginc.com
Subject:  Re: Need help for those who successfully installed reviewboard on 
FreeBSD

 Hi Christian,
  
 Thanks for your prompt response.
  
 So, my question is should I install ReviewBoard from github by checking out
 code instead of from FreeBSD port? I still couldn't find any documentation
 regarding installation on FreeBSD.
  
 Btw, were you able to install it on FreeBSD?
  
 Regards,
 -Laurentius
  
 On Tuesday, February 3, 2015 at 5:27:07 PM UTC-5, Christian Hammond wrote:
 
  Hi,
 
  That's a pretty old version of Review Board. You'll actually need to
  install PIL, not Pillow, for that release. Review Board 2.0+ supports
  either.
 
  Christian
 
  --
  Christian Hammond - chri...@beanbaginc.com  
  Review Board - https://www.reviewboard.org
  Beanbag, Inc. - https://www.beanbaginc.com
 
  -Original Message-
  From: Laurentius Purba 
  Reply: revie...@googlegroups.com   
  Date: February 3, 2015 at 2:25:55 PM
  To: revie...@googlegroups.com   
  Subject: Need help for those who successfully installed reviewboard on
  FreeBSD
 
   Hello all,
  
   I was wondering if someone managed to install ReviewBoard on FreeBSD and
   works as expected.
  
   I was able to install ReviewBoard as mentioned on
   http://www.freshports.org/www/reviewboard/ including all dependencies.
  
   But, when I tried the following command:
   [root@ldap-test ]# rb-site install /usr/local/www/reviews.example.com
  
   I got the following error message:
   Traceback (most recent call last):
   File /usr/local/bin/rb-site, line 5, in
   from pkg_resources import load_entry_point
   File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line
   2876, in
   working_set = WorkingSet._build_master()
   File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line
  449,
   in _build_master
   ws.require(__requires__)
   File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line
  745,
   in require
   needed = self.resolve(parse_requirements(requirements))
   File /usr/local/lib/python2.7/site-packages/pkg_resources.py, line
  639,
   in resolve
   raise DistributionNotFound(req)
   pkg_resources.DistributionNotFound: PIL
  
   I know python pillow is installed in my system:
   [root@ldap-test ]# pkg info | grep pillow
   py27-pillow-2.6.0 Fork of the Python Imaging Library (PIL)
  
   I am using FreeBSD 10.
   [root@ldap-test ]# uname -a
   FreeBSD ldap-test 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8
   06:37:44 UTC 2014
   r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
  
   Did anybody experience this before? I am more than happy if you would
  like
   to share your experience on this.
  
   Regards,
   -Laurentius
  
   --
   Supercharge your Review Board with Power Pack:
  https://www.reviewboard.org/powerpack/
   Want us to host Review Board for you? Check out RBCommons:
  https://rbcommons.com/
   Happy user? Let us know! https://www.reviewboard.org/users/
   ---
   You received this message because you are subscribed to the Google
  Groups reviewboard
   group.
   To unsubscribe from this group and stop receiving emails from it, send
  an email to reviewboard...@googlegroups.com .
   For more options, visit https://groups.google.com/d/optout.
  
 
 
  
 --
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/  
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups 
 reviewboard  
 group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.  
 For more options, visit https://groups.google.com/d/optout.
  

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard