Re: [kde-freebsd] ports/186491: [exp-run] update KDE SC to 4.12

2014-02-11 Thread Raphael Kubo da Costa
Raphael Kubo da Costa  writes:
> Is there anything else left?

We (I, at least) usually forget to test the bindings because its option
is off by default in x11/kde4.

devel/ruby-krossruby only works with Ruby 1.9. Do we need to add a check
to that port and IGNORE it if RUBY_VER>=2.0, to devel/kdebindings4
itself (otherwise the metaport will fail to build because one of its
dependencies was marked IGNORED), or both?
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] ports/186491: [exp-run] update KDE SC to 4.12

2014-02-11 Thread Raphael Kubo da Costa
m...@freebsd.org writes:

> Synopsis: [exp-run] update KDE SC to 4.12
>
> Responsible-Changed-From-To: makc->kde
> Responsible-Changed-By: makc
> Responsible-Changed-When: Mon Feb 10 07:21:10 UTC 2014
> Responsible-Changed-Why: 
> Over to kde@

I was looking at the failures there and they have either been fixed or
are unrelated (ie. weird crashes in the cluster or failures in ports
unrelated to KDE).

The only thing that worries me is kde4-workspace + WITH_NEW_XORG=no as I
already mentioned, but apparenly there is nothing we can do and we'll
have to live with "pkg install kde" not working (maybe it makes sense to
change the Handbook)?

Is there anything else left?
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] avogadro update

2014-02-11 Thread Ajtim
On Tuesday 11 February 2014 10:52:58 Raphael Kubo da Costa wrote:
> Ajtim  writes:
> 
> > On Tuesday 11 February 2014 10:31:58 you wrote:
> >> Ajtim  writes:
> >> 
> >> > -- [4/5] Numpy Module
> >> > Traceback (most recent call last):
> >> >   File "", line 1, in 
> >> >   File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 
> >> > 137, in 
> >> > import add_newdocs
> >> >   File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", 
> >> > line 9, in 
> >> > from numpy.lib import add_newdoc
> >> >   File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", 
> >> > line 13, in 
> >> > from polynomial import *
> >> >   File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", 
> >> > line 17, in 
> >> > from numpy.linalg import eigvals, lstsq, inv
> >> >   File 
> >> > "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 
> >> > 48, in 
> >> > from linalg import *
> >> >   File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", 
> >> > line 23, in 
> >> > from numpy.linalg import lapack_lite
> >> > ImportError: /usr/local/lib/libalapack.so.2: Undefined symbol 
> >> > "cblas_zswap"
> >> > -- Numpy NOT found - Python support disabled.
> >> > CMake Warning at CMakeLists.txt:277 (message):
> >> >   Not all python dependencies are found - Python support diabled
> >> 
> >> There you go ^
> >> 
> >> Looks like you need to rebuild lapack, blas or something related to it 
> >> (some
> >> numpy dependency at least).
> >
> > I did rebuild blas and lapack and the problem exist:
> 
> lapack and blas were suggestions based on numpy's dependencies. Start by
> finding out which port installs libalapack.so and go from there. Some
> quick googling for "libalapack" already shows ports/176993, for example.

Thank you very much. I did reinstall py-numpy and py-mathplotlib and it works 
:).

-- 
Mitja
---
http://www.redbubble.com/people/lumiwa

___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] avogadro update

2014-02-11 Thread Raphael Kubo da Costa
Ajtim  writes:

> On Tuesday 11 February 2014 10:31:58 you wrote:
>> Ajtim  writes:
>> 
>> > -- [4/5] Numpy Module
>> > Traceback (most recent call last):
>> >   File "", line 1, in 
>> >   File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 
>> > 137, in 
>> > import add_newdocs
>> >   File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 
>> > 9, in 
>> > from numpy.lib import add_newdoc
>> >   File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", 
>> > line 13, in 
>> > from polynomial import *
>> >   File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", 
>> > line 17, in 
>> > from numpy.linalg import eigvals, lstsq, inv
>> >   File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", 
>> > line 48, in 
>> > from linalg import *
>> >   File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", 
>> > line 23, in 
>> > from numpy.linalg import lapack_lite
>> > ImportError: /usr/local/lib/libalapack.so.2: Undefined symbol "cblas_zswap"
>> > -- Numpy NOT found - Python support disabled.
>> > CMake Warning at CMakeLists.txt:277 (message):
>> >   Not all python dependencies are found - Python support diabled
>> 
>> There you go ^
>> 
>> Looks like you need to rebuild lapack, blas or something related to it (some
>> numpy dependency at least).
>
> I did rebuild blas and lapack and the problem exist:

lapack and blas were suggestions based on numpy's dependencies. Start by
finding out which port installs libalapack.so and go from there. Some
quick googling for "libalapack" already shows ports/176993, for example.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] avogadro update

2014-02-11 Thread Raphael Kubo da Costa
Ajtim  writes:

> -- [4/5] Numpy Module
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 137, 
> in 
> import add_newdocs
>   File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, 
> in 
> from numpy.lib import add_newdoc
>   File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 
> 13, in 
> from polynomial import *
>   File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 
> 17, in 
> from numpy.linalg import eigvals, lstsq, inv
>   File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", 
> line 48, in 
> from linalg import *
>   File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 
> 23, in 
> from numpy.linalg import lapack_lite
> ImportError: /usr/local/lib/libalapack.so.2: Undefined symbol "cblas_zswap"
> -- Numpy NOT found - Python support disabled.
> CMake Warning at CMakeLists.txt:277 (message):
>   Not all python dependencies are found - Python support diabled

There you go ^

Looks like you need to rebuild lapack, blas or something related to it (some
numpy dependency at least).
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] avogadro update

2014-02-11 Thread Raphael Kubo da Costa
Ajtim  writes:

> Avogadro 1.1.1_1 update on reeBSD 10.0-RELEASE (amd64) doesn't work:
>
> > Compressing man pages (compress-man)
> ===>  Installing for avogadro-1.1.1_1
> ===>  Checking if science/avogadro already installed
> ===>   Registering installation for avogadro-1.1.1_1
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/include/avogadro/pythonerror.h):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/include/avogadro/pythoninterpreter.h):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/include/avogadro/pythonscript.h):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/lib/avogadro/1_1/extensions/pythonterminal.so):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/lib/python2.7/site-packages/Avogadro.so):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/share/libavogadro/engineScripts/wireframe.py):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/share/libavogadro/extensionScripts/example.py):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/share/libavogadro/extensionScripts/):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/share/libavogadro/engineScripts/):
>  No such file or directory
> pkg-static: 
> lstat(/usr/ports/science/avogadro/work/stage/usr/local/share/libavogadro/): 
> No such file or directory

Please post the output of `make configure'. I suspect something went
wrong with your boost updates and the Python dependencies are not being
found by Avogadro.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information