Bug#847753: sfcgal: FTBFS on mips, mipsel: out of memory
Source: sfcgal Version: 1.3.0-4 Severity: serious Justification: fails to build from source (but built successfully in the past) Hi, the boost 1.62 binNMU failed on mips and mipsel because g++ ran out of memory: https://buildd.debian.org/status/fetch.php?pkg=sfcgal&arch=mips&ver=1.3.0-4%2Bb2&stamp=1480467714 https://buildd.debian.org/status/fetch.php?pkg=sfcgal&arch=mipsel&ver=1.3.0-4%2Bb2&stamp=1480489220 Andreas ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#847753: sfcgal: FTBFS on mips, mipsel: out of memory
On 12/11/2016 01:22 PM, Andreas Beckmann wrote: > the boost 1.62 binNMU failed on mips and mipsel because g++ ran out of > memory: Yes, we're well aware of that problem. The manda buildds don't have sufficient resources to build sfcgal (at least since the boost transition), see: https://lists.debian.org/debian-release/2016/11/msg00318.html I'll request removal of sfcgal (and its rdeps) from mips*. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1 ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#847755: RM: sfcgal [mips mips64el mipsel] -- ROM; manda buildds run out of memory
Package: ftp.debian.org Severity: normal Control: block 847753 by -1 Please remove sfcgal from mips*, the manda buildds don't have sufficient resources to build this package successfully. Kind Regards, Bas ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Processed: RM: sfcgal [mips mips64el mipsel] -- ROM; manda buildds run out of memory
Processing control commands: > block 847753 by -1 Bug #847753 [src:sfcgal] sfcgal: FTBFS on mips, mipsel: out of memory 847753 was not blocked by any bugs. 847753 was not blocking any bugs. Added blocking bug(s) of 847753: 847755 -- 847753: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847753 847755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847755 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#847759: RM: pgrouting [mips mips64el mipsel] -- ROM; manda buildds run out of memory building sfcgal
Package: ftp.debian.org Severity: normal Control: block 847756 by -1 Please remove pgrouting from mips*, the manda buildds don't have sufficient resources to build the sfcgal dependency of postgis. Kind Regards, Bas ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] branch master updated (6fceb0d -> feb0fc5)
This is an automated email from the git hooks/post-receive script. ross-guest pushed a change to branch master in repository creepy. from 6fceb0d Updated Standards-Version from 3.9.6 to 3.9.8. new 56ea9c1 Add patch with regenerated gui files using pyuic5 new 68f139b Added patch to regereate creepy resources using pyrcc5 new 03eeb00 Add patch to switch Qt4 imports to Qt5 new cfe1e6e Use Ubuntu email address new 7483b82 Use secure URI for Browser Vcs new c44df39 Switch to the Qt5 python library as a dependency new 1689f3d Fix lintian override new 37b8f75 Drop file no longer in tarball from d/copyright new e3f4d18 Fix python-pyqt5 package name new feb0fc5 Push work so far, to get help The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog|19 + debian/control | 6 +- debian/copyright| 3 +- debian/patches/05-project-dir.patch |49 +- debian/patches/11-QT5gui.patch | 2517 ++ debian/patches/12-QT5rcc.patch | 56655 ++ debian/patches/14-Qt5imports.patch | 417 + debian/patches/series | 3 + debian/source.lintian-overrides | 2 +- 9 files changed, 59628 insertions(+), 43 deletions(-) create mode 100644 debian/patches/11-QT5gui.patch create mode 100644 debian/patches/12-QT5rcc.patch create mode 100644 debian/patches/14-Qt5imports.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 09/10: Fix python-pyqt5 package name
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit e3f4d18ef88f0056c8244208cd78d14d01b74976 Author: Ross Gammon Date: Sun Dec 11 14:21:51 2016 +0100 Fix python-pyqt5 package name --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 11b6d84..4a06fb5 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: ${misc:Depends}, python-oauth2client, python-tweepy, python-yapsy, - python-qt5, + python-pyqt5, python-tz, python-dominate, python-dateutil -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 06/10: Switch to the Qt5 python library as a dependency
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit c44df397fad8337e0a42f2faef4ecd6e2f8d9252 Author: Ross Gammon Date: Sun Dec 11 12:08:33 2016 +0100 Switch to the Qt5 python library as a dependency --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4b93115..11b6d84 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: ${misc:Depends}, python-oauth2client, python-tweepy, python-yapsy, - python-qt4, + python-qt5, python-tz, python-dominate, python-dateutil -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 08/10: Drop file no longer in tarball from d/copyright
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit 37b8f757e9c1daf08122d91b58deef1eb52e7059 Author: Ross Gammon Date: Sun Dec 11 12:30:11 2016 +0100 Drop file no longer in tarball from d/copyright --- debian/copyright | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index 850585f..d31da9d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,8 +6,7 @@ Files: * Copyright: 2011 Yiannis Kakavas License: GPL-3.0+ -Files: creepy/include/markerwithlabel.js - creepy/include/markerclusterer.js +Files: creepy/include/markerclusterer.js Copyright: 2012 Gary Little License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 04/10: Use Ubuntu email address
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit cfe1e6e6c35e01fab91ea584939c248c6c3d061f Author: Ross Gammon Date: Sun Dec 11 12:04:06 2016 +0100 Use Ubuntu email address --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index db6c109..4247b7c 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: creepy Maintainer: Debian GIS Project Uploaders: Petter Reinholdtsen , - Ross Gammon + Ross Gammon Section: misc Priority: extra Build-Depends: debhelper (>= 9), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 10/10: Push work so far, to get help
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit feb0fc51e52ac299e2b95e6207985e059796b7fe Author: Ross Gammon Date: Sun Dec 11 14:34:00 2016 +0100 Push work so far, to get help --- debian/changelog | 19 +++ 1 file changed, 19 insertions(+) diff --git a/debian/changelog b/debian/changelog index d4c2fba..311ab8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +creepy (1.4.1-6) UNRELEASED; urgency=medium + + [ Petter Reinholdtsen ] + * Updated Standards-Version from 3.9.6 to 3.9.8. + + [ Ross Gammon ] + * Add patch with regenerated gui files using pyuic5 + * Added patch to regereate creepy resources using pyrcc5 + * Add patch to switch Qt4 imports to Qt5. + * Switch to the Qt5 python library as a dependency +Thanks to Dmitry Shachnev (Closes: #784619) + * Use Ubuntu email address + * Use secure URI for Browser Vcs + * Switch to the Qt5 python library as a dependency + * Fix lintian override + * Drop file no longer in tarball from d/copyright + + -- Ross Gammon Sun, 11 Dec 2016 11:50:26 +0100 + creepy (1.4.1-5) unstable; urgency=medium [ Ross Gammon ] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 05/10: Use secure URI for Browser Vcs
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit 7483b8201ab321fff59b042016e6d7b33ae7446d Author: Ross Gammon Date: Sun Dec 11 12:05:07 2016 +0100 Use secure URI for Browser Vcs --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4247b7c..4b93115 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.8 -Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/creepy.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/creepy.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/creepy.git Homepage: http://www.geocreepy.com/ X-Python-Version: >= 2.6 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
[creepy] 03/10: Add patch to switch Qt4 imports to Qt5
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit 03eeb000462b815860636a65cf582023af0aeec8 Author: Ross Gammon Date: Sun Dec 11 11:48:14 2016 +0100 Add patch to switch Qt4 imports to Qt5 Closes: #784619 Thanks: Dmitry Shachnev --- debian/patches/05-project-dir.patch | 49 ++--- debian/patches/14-Qt5imports.patch | 417 debian/patches/series | 1 + 3 files changed, 430 insertions(+), 37 deletions(-) diff --git a/debian/patches/05-project-dir.patch b/debian/patches/05-project-dir.patch index 9ca5aef..2c365b6 100644 --- a/debian/patches/05-project-dir.patch +++ b/debian/patches/05-project-dir.patch @@ -12,10 +12,8 @@ Last-Update: 2016-01-04 Forwarded: https://github.com/jkakavas/creepy/pull/24 Applied-Upstream: https://github.com/jkakavas/creepy/commit/b21e7d33d2d8762212eb615c47c425cc33f02271 -Index: creepy-git/creepy/CreepyMain.py -=== creepy-git.orig/creepy/CreepyMain.py 2016-01-05 21:33:01.172735396 +0100 -+++ creepy-git/creepy/CreepyMain.py2016-01-05 21:33:01.168735366 +0100 +--- creepy.orig/creepy/CreepyMain.py creepy/creepy/CreepyMain.py @@ -133,10 +133,8 @@ self.ui = Ui_CreepyMainWindow() self.ui.setupUi(self) @@ -38,10 +36,8 @@ Index: creepy-git/creepy/CreepyMain.py projectFileNames = [os.path.join(projectsDir, f) for f in os.listdir(projectsDir) if (os.path.isfile(os.path.join(projectsDir, f)) and f.endswith('.db'))] self.projectNames = [n.replace('.db', '').replace(str(projectsDir) + '/', '') for n in projectFileNames] -Index: creepy-git/creepy/models/ProjectWizardPossibleTargetsTable.py -=== creepy-git.orig/creepy/models/ProjectWizardPossibleTargetsTable.py 2016-01-05 21:33:01.172735396 +0100 -+++ creepy-git/creepy/models/ProjectWizardPossibleTargetsTable.py 2016-01-05 21:33:01.168735366 +0100 +--- creepy.orig/creepy/models/ProjectWizardPossibleTargetsTable.py creepy/creepy/models/ProjectWizardPossibleTargetsTable.py @@ -3,6 +3,7 @@ from PyQt4.QtCore import QVariant, QAbstractTableModel, Qt from PyQt4.Qt import QPixmap, QIcon, QMimeData, QByteArray, QDataStream, QIODevice @@ -60,10 +56,8 @@ Index: creepy-git/creepy/models/ProjectWizardPossibleTargetsTable.py if picturePath and os.path.exists(picturePath): pixmap = QPixmap(picturePath) return QIcon(pixmap.scaled(30, 30, Qt.IgnoreAspectRatio, Qt.FastTransformation)) -Index: creepy-git/creepy/plugins/twitter/twitter.py -=== creepy-git.orig/creepy/plugins/twitter/twitter.py 2016-01-05 21:33:01.172735396 +0100 -+++ creepy-git/creepy/plugins/twitter/twitter.py 2016-01-05 21:33:01.168735366 +0100 +--- creepy.orig/creepy/plugins/twitter/twitter.py creepy/creepy/plugins/twitter/twitter.py @@ -70,7 +70,7 @@ target['targetFullname'] = i.name # save the pic in the temp folder to show it later @@ -73,10 +67,8 @@ Index: creepy-git/creepy/plugins/twitter/twitter.py # Retieve and save the profile phot only if it does not exist if not os.path.exists(temp_file): urllib.urlretrieve(i.profile_image_url, temp_file) -Index: creepy-git/creepy/models/Project.py -=== creepy-git.orig/creepy/models/Project.py 2016-01-05 21:33:01.172735396 +0100 -+++ creepy-git/creepy/models/Project.py2016-01-05 21:33:01.168735366 +0100 +--- creepy.orig/creepy/models/Project.py creepy/creepy/models/Project.py @@ -39,7 +39,7 @@ """ projectName = projectNodeObject.name().encode('utf-8') + '.db' @@ -95,23 +87,8 @@ Index: creepy-git/creepy/models/Project.py except Exception, err: logger.error('Error deleting the project') logger.exception(err) -Index: creepy-git/creepy/plugins/googleplus/googleplus.py -=== creepy-git.orig/creepy/plugins/googleplus/googleplus.py2016-01-05 21:33:01.172735396 +0100 -+++ creepy-git/creepy/plugins/googleplus/googleplus.py 2016-01-05 21:33:01.168735366 +0100 -@@ -66,7 +66,7 @@ - 'targetFullname': person['displayName']} - #save the pic in the temp folder to show it later - filename = 'profile_pic_%s' % person['id'] --temp_file = os.path.join(os.getcwd(), 'temp', filename) -+temp_file = os.path.join(GeneralUtilities.getTempDir(), filename) - #
[creepy] 07/10: Fix lintian override
This is an automated email from the git hooks/post-receive script. ross-guest pushed a commit to branch master in repository creepy. commit 1689f3d6a95f57bc3b7a07f84091aabef6d3b8ef Author: Ross Gammon Date: Sun Dec 11 12:29:47 2016 +0100 Fix lintian override --- debian/source.lintian-overrides | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides index d4a07d7..4d31b02 100644 --- a/debian/source.lintian-overrides +++ b/debian/source.lintian-overrides @@ -1,2 +1,2 @@ # The source file is creepy/include/markerclusterer.js -creepy source: source-is-missing creepy/include/markerclustererplus.js +creepy source: source-is-missing creepy/include/markerclustererplus.js line length is 19175 characters (>512) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#784619: creepy: Qt5 conversion in progress
Hi, I have spent the day doing the Qt4 > Qt5 conversion following the tips from Dmitry. See the latest on alioth. Unfortunately, I get an import error when running creepy after installation: $ creepy -v Traceback (most recent call last): File "/usr/bin/creepy", line 14, in from PyQt5.QtCore import QString, QThread, SIGNAL, QUrl, QDateTime, QDate, QRect, Qt ImportError: cannot import name QString According to http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html: "PyQt4 supports a number of different API versions (QString, QVariant etc.). With the exception of QVariant, PyQt5 only implements v2 of those APIs for all versions of Python." I need to do some other stuff now. But will come back to this later in the week. Any advice to speed things up will be appreciated. Regards, Ross signature.asc Description: OpenPGP digital signature ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Bug#784619: creepy: Qt5 conversion in progress
[Ross Gammon] > I have spent the day doing the Qt4 > Qt5 conversion following the tips > from Dmitry. See the latest on alioth. Wow. I had given up rescuing creepy for stretch, but your email bring me new hope. > Unfortunately, I get an import error when running creepy after installation: > $ creepy -v > Traceback (most recent call last): > File "/usr/bin/creepy", line 14, in > from PyQt5.QtCore import QString, QThread, SIGNAL, QUrl, QDateTime, > QDate, QRect, Qt > ImportError: cannot import name QString I have vague memories of QString moving to somewhere else. A quick check indicate that PyQt5 now uses python strings instead. Perhaps just dropping QString is the correct approach? -- Happy hacking Petter Reinholdtsen ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel
Re:PO
dearpkg-grass-de...@lists.alioth.debian.org Please find the attached PO, aknowledged and revise the quotation according to the PO. <<< text/html; charset="iso-8859-1": Unrecognized >>> ___ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel