Re: devel/android-tools: android-tools-35.0.2 configure_error
Tatsuki Makino <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <SI2PR01MB503651C9C48C262F1563D412FA252@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> |
Thank you very much, and I am sorry.
That was not resolved with a single correction.
In file included from /wrkdirs/usr/ports/devel/android-tools/work/android-tools-35.0.2/vendor/adb/client/incremental_utils.cpp:25:
/wrkdirs/usr/ports/devel/android-tools/work/android-tools-35.0.2/vendor/libziparchive/include/ziparchive/zip_writer.h:22:10: fatal error: 'gtest/gtest_prod.h' file not found
22 | #include <gtest/gtest_prod.h>
| ^~~~~~~~~~~~~~~~~~~~
1 error generated.
This seems to indicate that it still has to depend on devel/googletest.
I have not yet started investigating whether it is a build_depends or a lib_depends.
There may be others as well.
Regards.
On 2026/04/14 20:32, Baptiste Daroussin wrote:
> On Tue 14 Apr 14:11, Tatsuki Makino wrote:
>> CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
>> Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
>> Call Stack (most recent call first):
>> /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
>> /usr/local/share/cmake/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args)
>> vendor/CMakeLists.txt:95 (find_package)
>>
>> It seems that this can be resolved with USES+=pkgconfig.
>
> Fixed thank your for reporting, I don't know how I ended up removing this USES
> between my tests and the push, but hey..
>
> Fixed.