[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-13 Thread Launchpad Bug Tracker
This bug was fixed in the package qgis - 1.4.0+12730-3ubuntu1 --- qgis (1.4.0+12730-3ubuntu1) maverick; urgency=low * Merge from Debian unstable (LP: #540941). * Fix compilation issues with QT 4.7 * Add build-depends on libqt4-webkit-dev -- Johan Van de Wauw

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-13 Thread hamish
thanks to all, it'll be great to see qgis back available in the mainstream. Hamish -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread hamish
I have sent a note to the UbuntuGIS list, which offer this package in their ppa.launchpad repo. https://wiki.ubuntu.com/UbuntuGIS maybe someone there can contribute some advice. I don't think it is relevant, but fyi I've recently got the 1.5dev-svn version of qgis to build on Debian/Lenny,

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Jürgen E . Fischer
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 ), -

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Johan Van de Wauw
There are much more changes needed than just that line. Apart from that a better fix would be mError() than just removing the line. -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug notification because you are a

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Stefano Rivera
That's not the offending line, I'm afraid: [ 4%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgsgeometry.cpp.o [ 4%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgshttptransaction.cpp.o /tmp/buildd/qgis-1.4.0+12730/src/core/qgshttptransaction.cpp: In constructor

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Jürgen E . Fischer
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

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Johan Van de Wauw
After applying the attached debdiff, qgis compiles fine under maverick. * Fix compilation issues with QT 4.7 * Add build-depends on libqt4-webkit-dev ** Patch added: qgis-maverick.debdiff http://launchpadlibrarian.net/51724382/qgis-maverick.debdiff -- [NEW] Sync qgis 1.4.0+12730-3

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Johan Van de Wauw
jef, the only reason why I would prefer mError() is that that is the way the QT4.7 problem was solved upstream in svn. This is the same for all other changes. -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Stefano Rivera
Johan: The package uses dpatch, would you mind converting those changes to a dpatch patch? -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Re: [Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Jürgen E . Fischer
Hi Johan, On Sun, 11. Jul 2010 at 12:26:00 -, Johan Van de Wauw wrote: the only reason why I would prefer mError() is that that is the way the QT4.7 problem was solved upstream in svn. This is the same for all other changes. Right. I did the changes. But you also missed

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Johan Van de Wauw
It is the first time I use dpatch - so hope I did it correctly. I included the patch of Jürgen (BTW: do I understand it correctly that this only applies when the other qt 4.7 changes are made. Otherwise this should also be fixed in debian). Anyway, libqt4-webkit-dev should also be added to

Re: [Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Stefano Rivera
Hi Johan (2010.07.11_15:54:18_+0200) I included the patch of Jürgen (BTW: do I understand it correctly that this only applies when the other qt 4.7 changes are made. Otherwise this should also be fixed in debian). Yes, the package builds unmodified on Debian. Anyway, libqt4-webkit-dev should

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Johan Van de Wauw
New debdiff, now using dpatch. ** Patch added: qgis-maverick-dpatch.debdiff http://launchpadlibrarian.net/51742420/qgis-maverick-dpatch.debdiff -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug notification

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Stefano Rivera
Fantastic, only one minor change left, you forgot to close this bug in the changelog, I added a line doing so, and have uploaded. Now it's up to the Archive Admins to approve ** Changed in: qgis (Ubuntu) Status: In Progress = Fix Committed ** Changed in: qgis (Ubuntu) Assignee: Johan

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-11 Thread Brian Murray
** Tags added: patch -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-10 Thread Johan Van de Wauw
To make sure nobody is doing double work: I'm having a look into this. -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) https://bugs.launchpad.net/bugs/540941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-07-10 Thread Stefano Rivera
** Changed in: qgis (Ubuntu) Status: Incomplete = In Progress ** Changed in: qgis (Ubuntu) Assignee: (unassigned) = Johan Van de Wauw (johanvdw) ** Changed in: qgis (Ubuntu) Importance: Undecided = Wishlist -- [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-06-25 Thread Stefano Rivera
** Summary changed: - Please sync qgis from debian unstable + [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main) ** Tags added: sync ** Changed in: qgis (Ubuntu) Status: New = In Progress ** Changed in: qgis (Ubuntu) Assignee: (unassigned) = Stefano Rivera

[Bug 540941] Re: [NEW] Sync qgis 1.4.0+12730-3 (universe) from Debian testing (main)

2010-06-25 Thread Stefano Rivera
Can anyone get it to build? [ 4%] Building CXX object src/core/CMakeFiles/qgis_core.dir/qgshttptransaction.cpp.o /tmp/buildd/qgis-1.4.0+12730/src/core/qgshttptransaction.cpp: In constructor 'QgsHttpTransaction::QgsHttpTransaction(QString, QString, int, QString, QString, QNetworkProxy::ProxyT