Opened 6 years ago

Closed 6 years ago

#55607 closed defect (fixed)

snappy @1.1.7: build fails when gtest @1.8.0 is installed

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: snappy

Description

snappy searches for gtest at build time. If it's found, it's used, and it causes the build to fail.

If the build system can be informed not to use gtest if found, that would be good; if not, the conflicts_build 1.0 portgroup can be used.

See also #48800.

Change History (1)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In c45c250a7f38dd03f9966f1f3c0fa9176c59c733/macports-ports (master):

snappy: Do not build tests

They require gflags and gtest, but are incompatible with the version of
gtest in MacPorts which causes a build failure if gtest is active.

Closes: #55607

Note: See TracTickets for help on using tickets.