#67588 closed defect (worksforme)

lib2geom: 10.13 build fails: declaration of variable 'intersector' with deduced type 'Sweeper' requires an initializer

Reported by: dyne2meter Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: lib2geom

Description (last modified by mascguy (Christopher Nielsen))

.../work/lib2geom-1.3/src/2geom/self-intersect.cpp:156:12:
error: cannot use parentheses when declaring variable with deduced class template specialization type
    Sweeper(intersector).process();
           ^
.../work/lib2geom-1.3/src/2geom/self-intersect.cpp:156:13:
error: declaration of variable 'intersector' with deduced type 'Sweeper' requires an initializer
    Sweeper(intersector).process();
            ^

Attachments (1)

lib2geom.main.log.gz (6.5 KB) - added by dyne2meter 11 months ago.
main.log

Download all attachments as: .zip

Change History (6)

Changed 11 months ago by dyne2meter

Attachment: lib2geom.main.log.gz added

main.log

comment:1 Changed 11 months ago by mascguy (Christopher Nielsen)

Owner: set to mascguy
Port: lib2geom added
Status: newassigned

comment:2 Changed 11 months ago by mascguy (Christopher Nielsen)

Description: modified (diff)
Summary: error building lib2geomlib2geom: 10.13 build fails: declaration of variable 'intersector' with deduced type 'Sweeper' requires an initializer

comment:3 Changed 11 months ago by dyne2meter

The system is delivering an archive rather than a distfile, now, so I'm able to install. Is this closed, or is there a remaining issue?

comment:4 Changed 11 months ago by mascguy (Christopher Nielsen)

I'm still investigating, so let's keep it open for now.

comment:5 in reply to:  4 Changed 11 months ago by mascguy (Christopher Nielsen)

Resolution: worksforme
Status: assignedclosed

Replying to mascguy:

I'm still investigating, so let's keep it open for now.

I haven't been able to reproduce this locally, nor does it occur on the buildbots. Furthermore, I don't see any obvious signs of anything being pulled in opportunistically.

So let's close for now. We'll reopen if it occurs for anyone else.

Note: See TracTickets for help on using tickets.