Opened 9 months ago

Closed 8 months ago

#68029 closed defect (fixed)

gtest @1.14.0: buildbot failures for 10.10/10.11: initialization of const type without user-provided default constructor

Reported by: mascguy (Christopher Nielsen) Owned by: judaew (Vadym-Valdis Yudaiev)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: gtest

Description (last modified by mascguy (Christopher Nielsen))

Details:

.../work/googletest-1.14.0/googletest/test/googletest-printers-test.cc:1359:25:

error: default initialization of an object of const type 'const ::foo::PathLike' without a user-provided default constructor
  const ::foo::PathLike cx;
                        ^
                          {}

https://ports.macports.org/port/gtest/details/

Change History (3)

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

Description: modified (diff)

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

Summary: gtest @1.14.0: buildbot failures for 10.10/10.11gtest @1.14.0: buildbot failures for 10.10/10.11: initialization of const type without user-provided default constructor

comment:3 Changed 8 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 8c95378d727f599441390a17ac96b90c473a3667/macports-ports (master):

gtest: blacklist clang < 900

Fixes: #68029

Note: See TracTickets for help on using tickets.