Changes between Initial Version and Version 1 of Ticket #67333, comment 3


Ignore:
Timestamp:
Apr 30, 2023, 6:34:19 PM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67333, comment 3

    initial v1  
    1 Oh. I thought the problem was that the gtest directory was supposed to be there and didn't get extracted on your system for some reason. But I see now that the gtest directory, although it is in the repository, is not in the tarball. And the CMakeLists.txt tries to use the nonexistent gtest directory if it detects that the `gtest` program is installed. I [https://github.com/pupnp/pupnp/issues/427 reported the bug to the developers]. You can work around the problem using trace mode (`sudo port -t install libupnp`) or just deactivate or uninstall gtest first. Craig, you should make sure that the libupnp port does not try to use `gtest` even if it is installed.
     1Oh. I thought the problem was that the gtest directory was supposed to be there and didn't get extracted on your system for some reason. But I see now that the gtest directory, although it is in the repository, is not in the tarball. And the CMakeLists.txt tries to use the nonexistent gtest directory if it detects that the `gtest` program is installed. I [https://github.com/pupnp/pupnp/issues/427 reported the bug to the developers]. You can work around the problem using trace mode (`sudo port -t install libupnp`) or just deactivate or uninstall gtest first. Craig, you should make sure that the libupnp port does not try to use `gtest` even if it is installed (or add the gtest dependency).