Re: [Qgis-user] QGIS Master broken - again

2015-10-02 Thread Jürgen E . Fischer
Hi,

On Fri, 02. Oct 2015 at 10:16:25 +0200, DelazJ wrote:
> Filipe, you should report your bug to qgis-develo...@lists.osgeo.org or at
> the qgis issues hub.

Or follow the commit log - [1] probably already fixes this - nightlies still
building...


Jürgen


[1] https://github.com/qgis/QGIS/commit/e263e9ecbffa87af7f000b7530a93eca5b0a0935

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Master broken - again

2015-10-02 Thread DelazJ
Hi,
Filipe, you should report your bug to qgis-develo...@lists.osgeo.org or at
the qgis issues hub.
See
http://www.qgis.org/en/site/getinvolved/development/index.html#bugs-features-and-issues
for more information

2015-10-02 9:57 GMT+02:00 Filipe Dias :

> Hi, I just installed QGIS Master and it's throwing this error. It's the 
> second time this week. Note that this discourages users from testing QGIS and 
> increases the likelihood of important bugs being missed.
>
> Cheers
>
>
> Couldn't load PyQGIS.
> Python support will be disabled.
>
>
> Traceback (most recent call last):
>   File "", line 1, in
>   File "/usr/lib/python2.7/dist-packages/qgis/__init__.py", line 36, in
> from qgis.core import QgsFeature, QgsGeometry
>   File "/usr/lib/python2.7/dist-packages/qgis/core/__init__.py", line 3, in
> from qgis._core import *
> ImportError: No module named QtSql
>
> Python version:
> 2.7.6 (default, Jun 22 2015, 18:01:27)
> [GCC 4.8.2]
>
> QGIS version:
> 2.11.0-Master 'Master', exported
>
> Python path:
> ['/usr/share/qgis/python', u'/home/fd/.qgis2/python',
> u'/home/fd/.qgis2/python/plugins', '/usr/share/qgis/python/plugins',
> '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu',
> '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old',
> '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages',
> '/usr/lib/python2.7/dist-packages',
> '/usr/lib/python2.7/dist-packages/PILcompat',
> '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7',
> '/usr/lib/python2.7/dist-packages/ubuntu-sso-client',
> '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode']
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Master broken - again

2015-10-02 Thread Filipe Dias
Ok, thanks. I will wait for the next build.

I am not a programmer, therefore I can't figure out which commit fixes
which bug. This message doesn't mean anything to me:

debian packaging update (take II on fixing #13310)

In cases such as these I would suggest adding a note to the commit message
saying such as: Fixes QGIS Master build. That way end users who are not
programmers can check the log and be warned.

Thanks for fixing this so quickly

Cheers

On Fri, Oct 2, 2015 at 9:21 AM, Jürgen E.  wrote:

> Hi,
>
> On Fri, 02. Oct 2015 at 10:16:25 +0200, DelazJ wrote:
> > Filipe, you should report your bug to qgis-develo...@lists.osgeo.org or
> at
> > the qgis issues hub.
>
> Or follow the commit log - [1] probably already fixes this - nightlies
> still
> building...
>
>
> Jürgen
>
>
> [1]
> https://github.com/qgis/QGIS/commit/e263e9ecbffa87af7f000b7530a93eca5b0a0935
>
> --
> Jürgen E. Fischer   norBIT GmbH Tel.
> +49-4931-918175-31
> Dipl.-Inf. (FH) Rheinstraße 13  Fax.
> +49-4931-918175-50
> Software Engineer   D-26506 Norden
> http://www.norbit.de
> QGIS release manager (PSC)  GermanyIRC: jef on FreeNode
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Master broken - again

2015-10-02 Thread Jürgen E . Fischer
On Fri, 02. Oct 2015 at 10:21:34 +0200, Jürgen E. Fischer wrote:
> Or follow the commit log - [1] probably already fixes this - nightlies still
> building...

By including python-qt4-sql in the install.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Master broken - again

2015-10-02 Thread Filipe Dias
Hi
Thanks, it works.
Cheers

On Fri, Oct 2, 2015 at 9:45 AM, Jürgen E.  wrote:

> Hi Filipe,
>
> On Fri, 02. Oct 2015 at 09:34:59 +0100, Filipe Dias wrote:
> > In cases such as these I would suggest adding a note to the commit
> message
> > saying such as: Fixes QGIS Master build. That way end users who are not
> > programmers can check the log and be warned.
>
> The master build itself was fine.  It was just a missing dependency in the
> debian packaging - so manually installing python-qt4-sql also helps.
>
>
> Jürgen
>
> --
> Jürgen E. Fischer   norBIT GmbH Tel.
> +49-4931-918175-31
> Dipl.-Inf. (FH) Rheinstraße 13  Fax.
> +49-4931-918175-50
> Software Engineer   D-26506 Norden
> http://www.norbit.de
> QGIS release manager (PSC)  GermanyIRC: jef on FreeNode
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS Master broken - again

2015-10-02 Thread Jürgen E . Fischer
Hi Filipe,

On Fri, 02. Oct 2015 at 09:34:59 +0100, Filipe Dias wrote:
> In cases such as these I would suggest adding a note to the commit message
> saying such as: Fixes QGIS Master build. That way end users who are not
> programmers can check the log and be warned.

The master build itself was fine.  It was just a missing dependency in the
debian packaging - so manually installing python-qt4-sql also helps.


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user