[MacPorts] #44670: inkscape @0.48.5_1 fails to build
#44670: inkscape @0.48.5_1 fails to build ------------------------+-------------------------------- Reporter: hgonzale@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: inkscape ------------------------+-------------------------------- {{{ :info:build object-snapper.cpp:564:38: error: no matching constructor for initialization of 'Inkscape::SnappedPoint' :info:build SnappedPoint s(_snapmanager->getDesktop()->doc2dt(p_inters), p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, k->target_bbox); :info:build ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :info:build ./snapped-point.h:32:5: note: candidate constructor not viable: no known conversion from 'const Geom::OptRect' to 'const bool' for 9th argument :info:build SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained, Geom::OptRect target_bbox = Geom::OptRect()); :info:build ^ :info:build ./snapped-point.h:29:5: note: candidate constructor not viable: requires 0 arguments, but 9 were provided :info:build SnappedPoint(); :info:build ^ :info:build ./snapped-point.h:30:5: note: candidate constructor not viable: requires single argument 'p', but 9 arguments were provided :info:build SnappedPoint(Geom::Point const &p); :info:build ^ :info:build ./snapped-point.h:31:5: note: candidate constructor not viable: requires 13 arguments, but 9 were provided :info:build SnappedPoint(Geom::Point const &p, SnapSourceType const &source, long source_num, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &at_intersection, bool const &constrained_snap, bool const &fully_constrained, Geom::Coord const &d2, Geom::Coord const &t2, bool const &a2); :info:build ^ :info:build ./snapped-point.h:33:5: note: candidate constructor not viable: requires 7 arguments, but 9 were provided :info:build SnappedPoint(SnapCandidatePoint const &p, SnapTargetType const &target, Geom::Coord const &d, Geom::Coord const &t, bool const &a, bool const &constrained_snap, bool const &fully_constrained); :info:build ^ :info:build ./snapped-point.h:25:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 9 were provided :info:build class SnappedPoint :info:build ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/44670> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Changes (by larryv@…): * owner: macports-tickets@… => devans@… * cc: devans@… (removed) -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Comment (by jjstickel@…): Upstream bug reprot: [https://bugs.launchpad.net/inkscape/+bug/1357411] The patchfile "patch-src-object-snapper.cpp-v3.diff" provided there in comment #7 worked for me. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Changes (by devans@…): * status: new => assigned Comment: Testing now. Thanks. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Changes (by larryv@…): * cc: jason-macports@… (added) Comment: Has duplicate #44711 against @0.48.5_2. Reporter notes that avoiding Clang works. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Comment (by devans@…): Recommended upstream patch applied in r124143. This works for me on Mavericks using current Clang build. Waiting for buildbots to confirm build on other platforms. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Comment (by larryv@…): Jason’s log suggests he’s on Mountain Lion. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: inkscape | -------------------------+---------------------- Comment (by devans@…): Yes, buildbots have built successfully on Mavericks, ML and SL so far. Lion is backed up but the upstream patch provider has reported building successfully on that platform so I don't expect any problems. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: inkscape | -------------------------+---------------------- Changes (by devans@…): * status: assigned => closed * version: 2.3.1 => * resolution: => fixed Comment: Builds successfully on all four buildbots. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#44670: inkscape @0.48.5_1 fails to build -------------------------+---------------------- Reporter: hgonzale@… | Owner: devans@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: inkscape | -------------------------+---------------------- Comment (by jason-macports@…): Builds/runs for me on 10.8 and 10.9. -- Ticket URL: <https://trac.macports.org/ticket/44670#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts