** Bug watch added: Debian Bug tracker #828031
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828031
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1773196
Title:
The plugin is broken. Python s
workaround...
Jürgen
--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden http://www.norbit.de
--
You received this bug notification beca
r an upstream problem, nor a
problem of the plugin.
The removal of the C++ libraries never happened and the QGIS packages from
qgis.org include the PyQt4.QtWebKit bindings based on the still available
libraries.
Jürgen
--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918
The qgis.org debian repositories already carry bionic builds (see
https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1745657
Title:
Why
it builds fine with xenial's cmake.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527722
Title:
QGIS compilation fails only on Wily
To manage notifications about this bug go to:
https://bugs.launc
Now it also affects i386.
** Attachment added: "build.log.gz"
https://bugs.launchpad.net/ubuntu/+source/cmake/+bug/1527722/+attachment/4563609/+files/build.log.gz
** Summary changed:
- QGIS compilation fail only on Wily/amd64
+ QGIS compilation fails only on Wily
--
You received this bug n
Downgrading to vivid's cmake helps, while upgrading to xenial's cmake
doesn't.
** Package changed: qgis (Ubuntu) => cmake (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527722
Title:
QGIS
build log of wily-amd64 from the master nightly.
** Attachment added: "build log from wily-amd64"
https://bugs.launchpad.net/ubuntu/+source/qgis/+bug/1527722/+attachment/4538611/+files/wily-amd64.log.bz2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Brian: Are you positive this is a qgis problem? As said it only
appears on wily/amd64 and it doesn't even apply to qgis 2.8 (which
builds fine even on wily/amd64). I think it's related to automoc - so
something in the conjunction of cmake and Qt - hence the unspecific
assignment to "ubuntu"
--
but it's unclear if the bug is in cmake, make or some other part of the
toolchain.
** Summary changed:
- QGIS compilation fail only on Wily
+ QGIS compilation fail only on Wily/amd64
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
ht
only wily/amd64 is affected - wily/i386 works fine, as do precise,
trusty, vivid and Debian jessie, stretch and unstable.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527722
Title:
QGIS compilatio
See also http://hub.qgis.org/issues/4434
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/922435
Title:
Icons in QGIS menus are not visible
To manage notifications about this bug go to:
https://bugs.l
u also missed
https://trac.osgeo.org/qgis/changeset/13299.
Jürgen
--
Jürgen E. Fischer norBIT GmbH Tel. +49-4931-918175-20
Dipl.-Inf. (FH) Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden http://www.no
Right. I overlooked httpresponsecontenttype(0). But removing the
offending line is the right thing. The constructor automatically
assigns QString::null.
mError( "" ) would assign an empty string, which is just almost the
same. There's on check for .isNull() later in the case that would
behave
Just remove the offending line:
--- qgis-1.4.0.orig/src/core/qgshttptransaction.cpp
+++ qgis-1.4.0/src/core/qgshttptransaction.cpp
@@ -47,8 +47,7 @@
QString password )
: httpresponsecontenttype( 0 ),
httpurl( uri ),
-httphost( proxyHost ),
-
15 matches
Mail list logo