Re: ports/176993: math/py-matplotlib/work does not see installed numpy

2013-03-16 Thread Vladimir Chukharev
The following reply was made to PR ports/176993; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com, "Geoffrey
 Mainland" 
Cc:  
Subject: Re: ports/176993: math/py-matplotlib/work does not see installed
 numpy
Date: Sat, 16 Mar 2013 16:04:43 +0200

 On Sat, 16 Mar 2013 15:19:10 +0200, Geoffrey Mainland  
wrote:
 
 > Hi Vladimir,
 >
 > If you start the python interpreter and type "import numpy", what
 > happens?
 
 Yeah, that is it. The last line is
 ImportError: /usr/local/lib/libalapack.so.2: Undefined symbol "cblas_zswap"
 
   $ pkg_info -W /usr/local/lib/libalapack.so.2
 /usr/local/lib/libalapack.so.2 was installed by package atlas-3.8.4_2,1
 
 So, I will reinstall atlas with the default options now (that's not fast
 IIRC...), then matplotlib again, and let you know the results.
 
 BTW, can the message be more clear in your port?
 
 > I have seen many broken numpy installations. The matplotlib will "see"
 > that numpy is installed, but when the configuration runs, numpy can't be
 > imported so configuration fails.
 >
 > Geoff
 >
 >
 >
 
 
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/176993: math/py-matplotlib/work does not see installed numpy

2013-03-16 Thread Vladimir Chukharev
The following reply was made to PR ports/176993; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: "Geoffrey Mainland" 
Cc: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com, "Geoffrey
 Mainland" 
Subject: Re: ports/176993: math/py-matplotlib/work does not see installed
 numpy
Date: Sat, 16 Mar 2013 20:01:09 +0200

 On Sat, 16 Mar 2013 18:21:35 +0200, Geoffrey Mainland  
wrote:
 
 > On 03/16/2013 02:04 PM, Vladimir Chukharev wrote:
 >> So, I will reinstall atlas with the default options now (that's not fast
 >> IIRC...), then matplotlib again, and let you know the results.
 >
 > Hope that works for you.
 
 It does not, unfortunately.
 
 I think, this PS can be closed, since the problem is numpy, atlas, or
 their dependents.
 
 >> BTW, can the message be more clear in your port?
 >
 > The message you saw is generated by matplotlib's configuration
 > script. You would do best to contact the matplotlib developers if you
 > think it should be changed as it is something that would need to be
 > modified upstream. I do not think a FreeBSD-only patch is justified.
 
 Well... For me it's not anymore a problem, I will remember the actual
 reason. Just more similar PRs might come up.
 
 >>> I have seen many broken numpy installations. The matplotlib will "see"
 >>> that numpy is installed, but when the configuration runs, numpy can't be
 >>> imported so configuration fails.
 >>>
 >>> Geoff
 >
 >
 >
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/176993: math/py-matplotlib/work does not see installed numpy

2013-03-22 Thread Vladimir Chukharev
The following reply was made to PR ports/176993; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com
Cc:  
Subject: Re: ports/176993: math/py-matplotlib/work does not see installed
 numpy
Date: Fri, 22 Mar 2013 09:38:30 +0200

 This PR can be closed.
 
 For the record. The problem was in math/atlas, which was installed
 when I used an optional dependence on it in some port (probably
 math/py-numpy). Later, I removed that option and deinstalled atlas,
 but many ports have some automatically set optional dependence on
 atlas if that is installed, therefore deleting math/atlas is not
 a trivial task... It might get installed again and again, and this
 is a POLA violation IMO.
 
 I recorded the list of all ports depending on atlas, then used
 pkg_delete -f atlas-\* , and then reinstalled all ports in the list
 removing the corresponding options file in /var/ports/ , this way
 atlas is cleaned away from my computer...
 
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/184523: Update devel/py-robotframework to version 2.8.3

2013-12-05 Thread Vladimir Chukharev
The following reply was made to PR ports/184523; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/184523: Update devel/py-robotframework to version 2.8.3
Date: Thu, 05 Dec 2013 23:43:21 +0200

 NgoKVaQZAMzAIxvP3aha3F
 Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes
 Content-Transfer-Encoding: 8bit
 
 Sorry, I forget to update plist. Corrected patch attached.
 
 -- 
 Vladimir Chukharev
 NgoKVaQZAMzAIxvP3aha3F
 Content-Disposition: attachment; 
filename=py-robotframework-update_2.8.2_to_2.8.3.patch2.txt
 Content-Type: text/plain; 
name=py-robotframework-update_2.8.2_to_2.8.3.patch2.txt
 Content-Transfer-Encoding: 8bit
 
 Index: Makefile
 ===
 --- Makefile   (revision 335649)
 +++ Makefile   (working copy)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME= robotframework
 -PORTVERSION=  2.8.2
 +PORTVERSION=  2.8.3
  CATEGORIES=   devel www python
  MASTER_SITES= CHEESESHOP
  PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
 @@ -15,4 +15,5 @@
  USE_PYTHON=   -2.7
  USE_PYDISTUTILS=yes
  
 +NO_STAGE= yes
  .include 
 Index: distinfo
 ===
 --- distinfo   (revision 335649)
 +++ distinfo   (working copy)
 @@ -1,2 +1,2 @@
 -SHA256 (robotframework-2.8.2.tar.gz) = 
da1cb3318a349a7c359a4f0c78d75c87561791f12235dc48551400bee2bf6c5f
 -SIZE (robotframework-2.8.2.tar.gz) = 568721
 +SHA256 (robotframework-2.8.3.tar.gz) = 
bb8ca9bad5152a3ac19e4dfc6e097324b31a4a8879d66c268e61d3eb577fd2f4
 +SIZE (robotframework-2.8.3.tar.gz) = 570523
 Index: pkg-plist
 ===
 --- pkg-plist  (revision 335649)
 +++ pkg-plist  (working copy)
 @@ -525,6 +525,9 @@
  %%PYTHON_SITELIBDIR%%/robot/utils/importer.py
  %%PYTHON_SITELIBDIR%%/robot/utils/importer.pyc
  %%PYTHON_SITELIBDIR%%/robot/utils/importer.pyo
 +%%PYTHON_SITELIBDIR%%/robot/utils/islike.py
 +%%PYTHON_SITELIBDIR%%/robot/utils/islike.pyc
 +%%PYTHON_SITELIBDIR%%/robot/utils/islike.pyo
  %%PYTHON_SITELIBDIR%%/robot/utils/markuputils.py
  %%PYTHON_SITELIBDIR%%/robot/utils/markuputils.pyc
  %%PYTHON_SITELIBDIR%%/robot/utils/markuputils.pyo
 
 NgoKVaQZAMzAIxvP3aha3F--
 
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/188114: math/py-numpy is broken on 9.2-STABLE

2014-04-04 Thread Vladimir Chukharev
The following reply was made to PR ports/188114; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com
Cc:  
Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE
Date: Fri, 04 Apr 2014 14:30:22 +0300

 There is a workaround given in the discussions of similar problem with 
ipython. Just define an environment variable:
 
 LD_LIBRARY_PATH=/usr/local/lib/gcc48 python -c "import numpy"
 
 No errors. This is an indication that the problem might be easier to solve in 
lang/gcc* ports or
 in Mk/bsd.gcc.mk
 
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/188327: math/py-numpy: Numpy is broken

2014-04-08 Thread Vladimir Chukharev
The following reply was made to PR ports/188327; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org, nemy...@freebsd.org
Cc:  
Subject: Re: ports/188327: math/py-numpy: Numpy is broken
Date: Tue, 08 Apr 2014 10:11:12 +0300

 Could you check if the work around from ports/188114 helps in you case?
 Try:
 
   LD_LIBRARY_PATH=/usr/local/lib/gcc47 robocalypto
 
 You might need to change the version of gcc according to the installed on you 
computer,
 or even find out a correct directory for clang...
 
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/188114: math/py-numpy is broken on 9.2-STABLE

2014-04-08 Thread Vladimir Chukharev
The following reply was made to PR ports/188114; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com
Cc:  
Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE
Date: Tue, 08 Apr 2014 13:38:17 +0300

 Note a related PR ports/188327 'math/py-numpy: Numpy is broken'.
 
 Seems that setting LD_LIBRARY_PATH variable helps in 10.0-RELEASE too.
 
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4

2014-05-13 Thread Vladimir Chukharev

It looks like this thread [0], these commits [1] [2], and this PR [3]
are related.
[0]
https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.h=
tml
[1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351167
[2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351159
[3] https://www.freebsd.org/cgi/query-pr.cgi?pr=3D185902


And probably, one PR more:
[4] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176993

--
Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0

2014-05-22 Thread Vladimir Chukharev
The following reply was made to PR ports/190132; it has been noted by GNATS.

From: "Vladimir Chukharev" 
To: bug-follo...@freebsd.org, vladimir.chukha...@gmail.com
Cc:  
Subject: Re: ports/190132: [Patch] update port www/py-selenium to 2.42.0
Date: Fri, 23 May 2014 09:11:47 +0300

 Apparently the commit of yesterday upgrading to 2.41.0 has not yet propagated 
to the svn server, which I used for patch creation...
 Hope this is not a problem. Bug me if it is, I'll re-create the patch (it's 
only the version in Makefile and what 'make makesum' does - and this eliminates 
the need to downgrade Firefox for tests).
 
 -- 
 Vladimir Chukharev
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"