Changes between Initial Version and Version 1 of Ticket #53309


Ignore:
Timestamp:
Jan 14, 2017, 7:20:21 AM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Looks the error in the log is:

:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_18_2/build/python/core/sip_corepart1.cpp:86260:9: error: virtual function 'dataType' has a different return type ('int') than the function it overrides (which has return type 'QGis::DataType')
:info:build     int dataType(int) const;
:info:build     ~~~ ^
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_qgis/QGIS/work/QGIS-2_18_2/python/../src/core/raster/qgsrasterprojector.h:101:20: note: overridden virtual function is here
:info:build     QGis::DataType dataType( int bandNo ) const override;
:info:build     ~~~~~~~~~~~~~~ ^

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53309

    • Property Status changed from new to assigned
    • Property Cc Veence removed
    • Property Summary changed from QGIS fails to compile with CHILDSTATUS error code to QGIS @2_18_2_2: error: virtual function 'dataType' has a different return type ('int') than the function it overrides (which has return type 'QGis::DataType')
    • Property Owner set to Veence
    • Property Port QGIS added; QGIS-2_18_2_2 removed
  • Ticket #53309 – Description

    initial v1  
    11When I try to compile QGIS the installation fails with:
     2{{{
    23:info:build Exit code: 2
    34:error:build org.macports.build for port QGIS returned: command execution failed
    45:debug:build Error code: CHILDSTATUS 56716 2
     6}}}
    57
    68After uninstalling all ports and MacPorts directories and reinstalling it the problem persists.