Package Details: google-cloud-cpp 2.8.0-3

Git Clone URL: https://aur.archlinux.org/google-cloud-cpp.git (read-only, click to copy)
Package Base: google-cloud-cpp
Description: C++ Client Libraries for Google Cloud Services
Upstream URL: https://github.com/googleapis/google-cloud-cpp/
Keywords: bigtable cloud cpp gcp google pub/sub spanner storage
Licenses: Apache-2.0
Submitter: mortymacs
Maintainer: None
Last Packager: mortymacs
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-15 11:49 (UTC)
Last Updated: 2023-03-13 17:40 (UTC)

Latest Comments

wrycode commented on 2024-07-24 20:02 (UTC)

Getting the following error:

==> Starting build()...
-- The CXX compiler identification is GNU 14.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found Protobuf: /usr/lib/libprotobuf.so (found version "5.27.2")
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")
CMake Error at /usr/lib/cmake/protobuf/protobuf-targets.cmake:42 (message):
  Some (but not all) targets in this export set were already defined.

  Targets Defined: protobuf::libprotobuf-lite, protobuf::libprotobuf,
  protobuf::libprotoc, protobuf::protoc

  Targets not yet defined: protobuf::libupb, protobuf::protoc-gen-upb,
  protobuf::protoc-gen-upbdefs, protobuf::protoc-gen-upb_minitable

Call Stack (most recent call first):
  /usr/lib/cmake/protobuf/protobuf-config.cmake:16 (include)
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
  /usr/lib/cmake/grpc/gRPCConfig.cmake:9 (find_dependency)
  cmake/FindgRPC.cmake:109 (find_package)
  CMakeLists.txt:166 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...

mortymacs commented on 2023-03-13 17:42 (UTC)

@eclairevoyant , Ah ok! I just removed it. Thank you!

eclairevoyant commented on 2023-03-10 15:58 (UTC)

@mortymacs I appreciate you taking a look, but the base-devel dependencies should be removed entirely from makedepends. As per https://wiki.archlinux.org/title/PKGBUILD#makedepends:

Note: The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array.

mortymacs commented on 2023-03-10 13:35 (UTC)

Thanks @eclairevoyant, for reporting. Fixed.

eclairevoyant commented on 2023-03-09 02:41 (UTC)

m4 and gcc should not be in the makedepends per packaging standards, they're part of base-devel

mortymacs commented on 2021-06-02 18:06 (UTC)

The package is no longer needs to use the google-cloud-cpp-abseil-cpp package as it's now compatible with abseil-cpp package from the main repo.