This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x00007ffff7b508ba in QwtSeriesStore<QPointF>::setData(QwtSeriesData<QPointF>*) () from /lib64/libqwt.so.6 | |
| Missing separate debuginfos, use: debuginfo-install CharLS-1.0-8.fc21.x86_64 GConf2-3.2.6-11.fc21.x86_64 ORBit2-2.14.19-13.fc21.x86_64 OpenEXR-libs-2.1.0-5.fc21.x86_64 PackageKit-gtk3-module-1.0.4-1.fc21.x86_64 PyQt4-4.11.3-1.fc21.x86_64 PyQwt-5.2.0-27.fc21.x86_64 adwaita-gtk2-theme-3.14.2.2-1.fc21.x86_64 alsa-lib-1.0.28-2.fc21.x86_64 armadillo-4.550.2-1.fc21.x86_64 arpack-3.1.3-4.fc21.x86_64 atk-2.14.0-1.fc21.x86_64 atlas-3.10.1-16.fc21.x86_64 avahi-glib-0.6.31-30.fc21.x86_64 avahi-libs-0.6.31-30.fc21.x86_64 blas-3.5.0-10.fc21.x86_64 bzip2-libs-1.0.6-14.fc21.x86_64 cairo-1.13.1-0.4.git337ab1f.fc21.x86_64 cfitsio-3.370-3.fc21.x86_64 clucene09-core-0.9.21b-13.fc21.x86_64 cyrus-sasl-lib-2.1.26-19.fc21.x86_64 dbus-glib-0.100.2-4.fc21.x86_64 dbus-libs-1.8.14-1.fc21.x86_64 elfutils-libelf-0.161-2.fc21.x86_64 elfutils-libs-0.161-2.fc21.x86_64 expat-2.1.0-10. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16∶22 | |
| timlinux thanks | |
| hi | |
| dassau joined | |
| 16∶28 | |
| dassau Hi all | |
| will we meet in 5 min oder 1h and 5 min? | |
| jef yes, 1530 CEST - unless the wiki page is wrong. | |
| S? um. | |
| it's 1430 UTC now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| timlinux@confluence:~/dev/python/inasafe-dev$ make test | |
| ----------- | |
| PEP8 issues | |
| ----------- | |
| ----------------- | |
| Pylint violations | |
| ----------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #514 Test for qgis translations. ... ok | |
| ====================================================================== | |
| ERROR: Test if line aggregation works | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/timlinux/dev/python/inasafe-dev/safe/impact_statistics/test/test_aggregator.py", line 596, in test_line_aggregation | |
| impact_layer_attributes=impact_layer_attributes) | |
| File "/home/timlinux/dev/python/inasafe-dev/safe/impact_statistics/test/test_aggregator.py", line 338, in _aggregate | |
| aggregator.aggregate(impact_layer) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| F | |
| Failure | |
| Traceback (most recent call last): | |
| File "/usr/lib64/python2.7/unittest/case.py", line 367, in run | |
| testMethod() | |
| File "/home/timlinux/dev/python/inasafe-dev/safe/gui/tools/test/test_wizard_dialog.py", line 1294, in test_input_function_centric_wizard | |
| self.assertEqual(count, expected_functions_count, message) | |
| File "/usr/lib64/python2.7/unittest/case.py", line 551, in assertEqual |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| F | |
| Failure | |
| Traceback (most recent call last): | |
| File "/usr/lib64/python2.7/unittest/case.py", line 367, in run | |
| testMethod() | |
| File "/home/timlinux/dev/python/inasafe-dev/safe/gui/tools/test/test_wizard_dialog.py", line 1284, in test_input_function_centric_wizard | |
| message) | |
| File "/usr/lib64/python2.7/unittest/case.py", line 551, in assertEqual |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ----------- | |
| PEP8 issues | |
| ----------- | |
| ./safe/gui/tools/wizard_dialog.py:472:26: E226 missing whitespace around arithmetic operator | |
| ./safe/gui/tools/wizard_dialog.py:473:27: E226 missing whitespace around arithmetic operator | |
| ----------------- | |
| Pylint violations | |
| ----------------- | |
| Warning: option include-ids is deprecated and ignored. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| In file "/home/timlinux/.qgis2/python/plugins/inasafe-dev/safe/utilities/impact_calculator_thread.py", line 186, in run check_integrity=self._check_integrity) | |
| In file "/home/timlinux/.qgis2/python/plugins/inasafe-dev/safe/engine/core.py", line 69, in calculate_impact F = impact_function.run(layers) | |
| In file "/home/timlinux/.qgis2/python/plugins/inasafe-dev/safe/impact_functions/inundation/flood_raster_roads_qgis.py", line 208, in run extent_as_polygon | |
| In file "/home/timlinux/.qgis2/python/plugins/inasafe-dev/safe/gis/qgis_vector_tools.py", line 166, in clip_by_polygon result_layer = create_layer(vector) | |
| In file "/home/timlinux/.qgis2/python/plugins/inasafe-dev/safe/gis/qgis_vector_tools.py", line 125, in create_layer if vector.geometryType() == 0: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16∶25 | |
| timlinux hi all | |
| aneumann hi | |
| anitagraser hi | |
| dassau hi | |
| aneumann Is PSC only meeting by IRC - no voice involved? | |
| timlinux anitagraser: before I start can you make a replacement for the developers group opic in about screen (alexbruy was asking for it) | |
| duiv aneumann: nope, only text | |
| timlinux using the last hackfest pic | |
| duiv timlinux: the splash screen is already updated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CMake Error at src/3rdparty/CMakeLists.txt:1 (ADD_SUBDIRECTORY): | |
| The source directory | |
| /home/timlinux/dev/cpp/QGISAndroidNative/src/3rdparty/tessellate | |
| does not contain a CMakeLists.txt file. |