FreeBSD Bugzilla – Attachment 205760 Details for
Bug 226400
science/py-tensorflow: please update to 1.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
google-cloud-cpp.shar
google-cloud-cpp.shar (text/plain), 25.00 KB, created by
Yuri Victorovich
on 2019-07-14 08:21:46 UTC
(
hide
)
Description:
google-cloud-cpp.shar
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2019-07-14 08:21:46 UTC
Size:
25.00 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># devel/google-cloud-cpp ># devel/google-cloud-cpp/files ># devel/google-cloud-cpp/files/patch-cmake_GoogleCloudCppCommon.cmake ># devel/google-cloud-cpp/files/patch-cmake_downloadNlohmannJson.cmake ># devel/google-cloud-cpp/files/patch-google_cloud_storage_cmakelists.txt ># devel/google-cloud-cpp/Makefile ># devel/google-cloud-cpp/distinfo ># devel/google-cloud-cpp/pkg-descr ># devel/google-cloud-cpp/pkg-plist ># >echo c - devel/google-cloud-cpp >mkdir -p devel/google-cloud-cpp > /dev/null 2>&1 >echo c - devel/google-cloud-cpp/files >mkdir -p devel/google-cloud-cpp/files > /dev/null 2>&1 >echo x - devel/google-cloud-cpp/files/patch-cmake_GoogleCloudCppCommon.cmake >sed 's/^X//' >devel/google-cloud-cpp/files/patch-cmake_GoogleCloudCppCommon.cmake << '840b5e355566a5905b4df37096dd3aa6' >X--- cmake/GoogleCloudCppCommon.cmake.orig 2019-07-12 21:04:09.526957000 +0100 >X+++ cmake/GoogleCloudCppCommon.cmake 2019-07-12 21:05:37.289511000 +0100 >X@@ -24,7 +24,6 @@ >X if (NOT MSVC) >X check_cxx_compiler_flag(-Wall GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WALL) >X check_cxx_compiler_flag(-Wextra GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WEXTRA) >X- check_cxx_compiler_flag(-Werror GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WERROR) >X else() >X check_cxx_compiler_flag("/std:c++latest" >X GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_CPP_LATEST) >X@@ -118,9 +117,6 @@ >X endif () >X if (GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WEXTRA) >X target_compile_options(${target} INTERFACE "-Wextra") >X- endif () >X- if (GOOGLE_CLOUD_CPP_COMPILER_SUPPORTS_WERROR) >X- target_compile_options(${target} INTERFACE "-Werror") >X endif () >X if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" >X AND "${CMAKE_CXX_COMPILER_VERSION}" VERSION_LESS 5.0) >840b5e355566a5905b4df37096dd3aa6 >echo x - devel/google-cloud-cpp/files/patch-cmake_downloadNlohmannJson.cmake >sed 's/^X//' >devel/google-cloud-cpp/files/patch-cmake_downloadNlohmannJson.cmake << 'fe074ef80fd0d4ffe2a163b2f8895117' >X--- cmake/DownloadNlohmannJson.cmake.orig >X+++ cmake/DownloadNlohmannJson.cmake >X@@ -37,6 +37,10 @@ function (_download_json_hpp) >X execute_process(COMMAND "${CMAKE_COMMAND}" -E sleep >X "${sleep_seconds}") >X endif () >X+ if (EXISTS "${DEST}/json.hpp") >X+ set(download_error_code 0) >X+ break() >X+ endif () >X file(DOWNLOAD "${JSON_URL}" "${DEST}/json.hpp" STATUS download_status) >X list(GET download_status 0 download_error_code) >X if (download_error_code EQUAL 0) >X >fe074ef80fd0d4ffe2a163b2f8895117 >echo x - devel/google-cloud-cpp/files/patch-google_cloud_storage_cmakelists.txt >sed 's/^X//' >devel/google-cloud-cpp/files/patch-google_cloud_storage_cmakelists.txt << 'a34c63c42012e7720ced472920d6b13e' >X--- google/cloud/storage/CMakeLists.txt.orig 2019-01-30 14:01:05.657031402 +0800 >X+++ google/cloud/storage/CMakeLists.txt 2019-01-30 14:01:19.969968164 +0800 >X@@ -215,9 +215,6 @@ >X Crc32c::crc32c >X CURL::CURL >X Threads::Threads >X- OpenSSL::SSL >X- OpenSSL::Crypto >X- ZLIB::ZLIB >X PRIVATE storage_common_options) >X target_include_directories(storage_client >X PUBLIC $<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}> >X >a34c63c42012e7720ced472920d6b13e >echo x - devel/google-cloud-cpp/Makefile >sed 's/^X//' >devel/google-cloud-cpp/Makefile << 'dd39b3e56e5bf8dc5259672228d789d3' >X# $FreeBSD$ >X >XPORTNAME= google-cloud-cpp >XDISTVERSIONPREFIX= v >XDISTVERSION= 0.11.0.g20190710 # the master is mis-labeled: https://github.com/googleapis/google-cloud-cpp/issues/2871 >XCATEGORIES= devel >XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} >XDIST_SUBDIR= ${PORTNAME} >X >XDISTFILES= a8ee1416f4c588f2ab92da72e7c1f588c784d3e6.tar.gz:googleapi \ >X json.hpp:json >XMASTER_SITES= https://github.com/googleapis/googleapis/archive/:googleapi \ >X https://github.com/nlohmann/json/releases/download/v3.4.0/:json # should use the package: https://github.com/googleapis/google-cloud-cpp/issues/2874 >X >XMAINTAINER= amzo1337@gmail.com >XCOMMENT= C++ Idiomatic Clients for Google Cloud Platform services >X >XLICENSE= BSD3CLAUSE >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XBUILD_DEPENDS= protobuf>=3.7.1:devel/protobuf \ >X grpc>=1.19.1:devel/grpc >XLIB_DEPENDS= libcrc32c.so:devel/crc32c \ >X libcurl.so:ftp/curl \ >X libgrpc.so:devel/grpc \ >X libprotobuf.so:devel/protobuf >X >XUSES= cmake compiler:c++11-lang ssl >XUSE_GITHUB= yes >XGH_TAGNAME= 4dff795ca >XGH_ACCOUNT= GoogleCloudPlatform >XUSE_LDCONFIG= yes >X >XCFLAGS+= -I${WRKDIR}/.build/external/googleapis/src/googleapis_project-build >XLDFLAGS+= -L${WRKDIR}/.build/external/googleapis/src/googleapis_project-build >X >XCMAKE_ON= BUILD_SHARED_LIBS >XCMAKE_OFF= BUILD_TESTING GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS >XCMAKE_ARGS= -DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package >X >Xpost-extract: >X @${MKDIR} ${BUILD_WRKSRC}/external/nlohmann_json/src/ >X @${CP} ${DISTDIR}/${DIST_SUBDIR}/json.hpp ${BUILD_WRKSRC}/external/nlohmann_json/src/json.hpp >X @${MKDIR} ${BUILD_WRKSRC}/external/googleapis/src/ >X @${CP} ${DISTDIR}/${DIST_SUBDIR}/a8ee1416f4c588f2ab92da72e7c1f588c784d3e6.tar.gz \ >X ${BUILD_WRKSRC}/external/googleapis/src/a8ee1416f4c588f2ab92da72e7c1f588c784d3e6.tar.gz >X >Xpost-stage: # https://github.com/googleapis/google-cloud-cpp/issues/2875 >X @${RM} -r ${STAGEDIR}${PORTSDIR} >X >X.include <bsd.port.mk> >dd39b3e56e5bf8dc5259672228d789d3 >echo x - devel/google-cloud-cpp/distinfo >sed 's/^X//' >devel/google-cloud-cpp/distinfo << 'b130a2c796214e1806c5c3e7b2049006' >XTIMESTAMP = 1563091031 >XSHA256 (google-cloud-cpp/a8ee1416f4c588f2ab92da72e7c1f588c784d3e6.tar.gz) = 6b8a9b2bcb4476e9a5a9872869996f0d639c8d5df76dd8a893e79201f211b1cf >XSIZE (google-cloud-cpp/a8ee1416f4c588f2ab92da72e7c1f588c784d3e6.tar.gz) = 1493736 >XSHA256 (google-cloud-cpp/json.hpp) = 63da6d1f22b2a7bb9e4ff7d6b255cf691a161ff49532dcc45d398a53e295835f >XSIZE (google-cloud-cpp/json.hpp) = 705920 >XSHA256 (google-cloud-cpp/GoogleCloudPlatform-google-cloud-cpp-v0.11.0.g20190710-4dff795ca_GH0.tar.gz) = 00a6355ae09b9f1708e87747835f8cb2e8de8351a0f836ff6954a6809ef81d73 >XSIZE (google-cloud-cpp/GoogleCloudPlatform-google-cloud-cpp-v0.11.0.g20190710-4dff795ca_GH0.tar.gz) = 2230947 >b130a2c796214e1806c5c3e7b2049006 >echo x - devel/google-cloud-cpp/pkg-descr >sed 's/^X//' >devel/google-cloud-cpp/pkg-descr << '14f00d492d64376bf459cc39bffc07d3' >XNsync is a C library that exports various synchronization primitives. >XThe library is intended to be portable, and to be compilable on a system with >Xonly a C90 compiler, assuming atomic operations are available from the >Xcompiler, operating system, or assembler routines. It is able to use C11 or >XC++11 atomic operations if they are available. >X >XWWW: https://github.com/google/nsync >14f00d492d64376bf459cc39bffc07d3 >echo x - devel/google-cloud-cpp/pkg-plist >sed 's/^X//' >devel/google-cloud-cpp/pkg-plist << '80b0a7813190ffbaced0952dc1e945a8' >Xinclude/google/api/annotations.grpc.pb.h >Xinclude/google/api/annotations.pb.h >Xinclude/google/api/annotations.proto >Xinclude/google/api/auth.grpc.pb.h >Xinclude/google/api/auth.pb.h >Xinclude/google/api/auth.proto >Xinclude/google/api/http.grpc.pb.h >Xinclude/google/api/http.pb.h >Xinclude/google/api/http.proto >Xinclude/google/api/resource.grpc.pb.h >Xinclude/google/api/resource.pb.h >Xinclude/google/api/resource.proto >Xinclude/google/bigtable/admin/v2/bigtable_instance_admin.grpc.pb.h >Xinclude/google/bigtable/admin/v2/bigtable_instance_admin.pb.h >Xinclude/google/bigtable/admin/v2/bigtable_instance_admin.proto >Xinclude/google/bigtable/admin/v2/bigtable_table_admin.grpc.pb.h >Xinclude/google/bigtable/admin/v2/bigtable_table_admin.pb.h >Xinclude/google/bigtable/admin/v2/bigtable_table_admin.proto >Xinclude/google/bigtable/admin/v2/common.grpc.pb.h >Xinclude/google/bigtable/admin/v2/common.pb.h >Xinclude/google/bigtable/admin/v2/common.proto >Xinclude/google/bigtable/admin/v2/instance.grpc.pb.h >Xinclude/google/bigtable/admin/v2/instance.pb.h >Xinclude/google/bigtable/admin/v2/instance.proto >Xinclude/google/bigtable/admin/v2/table.grpc.pb.h >Xinclude/google/bigtable/admin/v2/table.pb.h >Xinclude/google/bigtable/admin/v2/table.proto >Xinclude/google/bigtable/v2/bigtable.grpc.pb.h >Xinclude/google/bigtable/v2/bigtable.pb.h >Xinclude/google/bigtable/v2/bigtable.proto >Xinclude/google/bigtable/v2/data.grpc.pb.h >Xinclude/google/bigtable/v2/data.pb.h >Xinclude/google/bigtable/v2/data.proto >Xinclude/google/cloud/bigtable/admin_client.h >Xinclude/google/cloud/bigtable/app_profile_config.h >Xinclude/google/cloud/bigtable/async_operation.h >Xinclude/google/cloud/bigtable/async_row_reader.h >Xinclude/google/cloud/bigtable/cell.h >Xinclude/google/cloud/bigtable/client_options.h >Xinclude/google/cloud/bigtable/cluster_config.h >Xinclude/google/cloud/bigtable/cluster_list_responses.h >Xinclude/google/cloud/bigtable/column_family.h >Xinclude/google/cloud/bigtable/completion_queue.h >Xinclude/google/cloud/bigtable/data_client.h >Xinclude/google/cloud/bigtable/expr.h >Xinclude/google/cloud/bigtable/filters.h >Xinclude/google/cloud/bigtable/iam_binding.h >Xinclude/google/cloud/bigtable/iam_policy.h >Xinclude/google/cloud/bigtable/idempotent_mutation_policy.h >Xinclude/google/cloud/bigtable/instance_admin.h >Xinclude/google/cloud/bigtable/instance_admin_client.h >Xinclude/google/cloud/bigtable/instance_config.h >Xinclude/google/cloud/bigtable/instance_list_responses.h >Xinclude/google/cloud/bigtable/instance_update_config.h >Xinclude/google/cloud/bigtable/internal/async_bulk_apply.h >Xinclude/google/cloud/bigtable/internal/async_longrunning_op.h >Xinclude/google/cloud/bigtable/internal/async_poll_op.h >Xinclude/google/cloud/bigtable/internal/async_read_stream_impl.h >Xinclude/google/cloud/bigtable/internal/async_retry_multi_page.h >Xinclude/google/cloud/bigtable/internal/async_retry_op.h >Xinclude/google/cloud/bigtable/internal/async_retry_unary_rpc.h >Xinclude/google/cloud/bigtable/internal/async_retry_unary_rpc_and_poll.h >Xinclude/google/cloud/bigtable/internal/bulk_mutator.h >Xinclude/google/cloud/bigtable/internal/client_options_defaults.h >Xinclude/google/cloud/bigtable/internal/common_client.h >Xinclude/google/cloud/bigtable/internal/completion_queue_impl.h >Xinclude/google/cloud/bigtable/internal/conjunction.h >Xinclude/google/cloud/bigtable/internal/google_bytes_traits.h >Xinclude/google/cloud/bigtable/internal/prefix_range_end.h >Xinclude/google/cloud/bigtable/internal/readrowsparser.h >Xinclude/google/cloud/bigtable/internal/rowreaderiterator.h >Xinclude/google/cloud/bigtable/internal/rpc_policy_parameters.h >Xinclude/google/cloud/bigtable/internal/rpc_policy_parameters.inc >Xinclude/google/cloud/bigtable/internal/unary_client_utils.h >Xinclude/google/cloud/bigtable/metadata_update_policy.h >Xinclude/google/cloud/bigtable/mutation_batcher.h >Xinclude/google/cloud/bigtable/mutations.h >Xinclude/google/cloud/bigtable/polling_policy.h >Xinclude/google/cloud/bigtable/read_modify_write_rule.h >Xinclude/google/cloud/bigtable/row.h >Xinclude/google/cloud/bigtable/row_key.h >Xinclude/google/cloud/bigtable/row_key_sample.h >Xinclude/google/cloud/bigtable/row_range.h >Xinclude/google/cloud/bigtable/row_reader.h >Xinclude/google/cloud/bigtable/row_set.h >Xinclude/google/cloud/bigtable/rpc_backoff_policy.h >Xinclude/google/cloud/bigtable/rpc_retry_policy.h >Xinclude/google/cloud/bigtable/table.h >Xinclude/google/cloud/bigtable/table_admin.h >Xinclude/google/cloud/bigtable/table_config.h >Xinclude/google/cloud/bigtable/version.h >Xinclude/google/cloud/bigtable/version_info.h >Xinclude/google/cloud/firestore/field_path.h >Xinclude/google/cloud/future.h >Xinclude/google/cloud/future_generic.h >Xinclude/google/cloud/future_void.h >Xinclude/google/cloud/grpc_utils/grpc_error_delegate.h >Xinclude/google/cloud/grpc_utils/version.h >Xinclude/google/cloud/grpc_utils/version_info.h >Xinclude/google/cloud/iam_binding.h >Xinclude/google/cloud/iam_bindings.h >Xinclude/google/cloud/iam_policy.h >Xinclude/google/cloud/internal/backoff_policy.h >Xinclude/google/cloud/internal/big_endian.h >Xinclude/google/cloud/internal/build_info.h >Xinclude/google/cloud/internal/disjunction.h >Xinclude/google/cloud/internal/filesystem.h >Xinclude/google/cloud/internal/format_time_point.h >Xinclude/google/cloud/internal/future_base.h >Xinclude/google/cloud/internal/future_fwd.h >Xinclude/google/cloud/internal/future_impl.h >Xinclude/google/cloud/internal/future_then_impl.h >Xinclude/google/cloud/internal/future_then_meta.h >Xinclude/google/cloud/internal/getenv.h >Xinclude/google/cloud/internal/invoke_result.h >Xinclude/google/cloud/internal/ios_flags_saver.h >Xinclude/google/cloud/internal/make_unique.h >Xinclude/google/cloud/internal/parse_rfc3339.h >Xinclude/google/cloud/internal/port_platform.h >Xinclude/google/cloud/internal/random.h >Xinclude/google/cloud/internal/retry_policy.h >Xinclude/google/cloud/internal/setenv.h >Xinclude/google/cloud/internal/throw_delegate.h >Xinclude/google/cloud/internal/version_info.h >Xinclude/google/cloud/log.h >Xinclude/google/cloud/optional.h >Xinclude/google/cloud/status.h >Xinclude/google/cloud/status_or.h >Xinclude/google/cloud/storage/bucket_access_control.h >Xinclude/google/cloud/storage/bucket_metadata.h >Xinclude/google/cloud/storage/client.h >Xinclude/google/cloud/storage/client_options.h >Xinclude/google/cloud/storage/download_options.h >Xinclude/google/cloud/storage/hashing_options.h >Xinclude/google/cloud/storage/hmac_key_metadata.h >Xinclude/google/cloud/storage/idempotency_policy.h >Xinclude/google/cloud/storage/internal/access_control_common.h >Xinclude/google/cloud/storage/internal/binary_data_as_debug_string.h >Xinclude/google/cloud/storage/internal/bucket_acl_requests.h >Xinclude/google/cloud/storage/internal/bucket_requests.h >Xinclude/google/cloud/storage/internal/common_metadata.h >Xinclude/google/cloud/storage/internal/complex_option.h >Xinclude/google/cloud/storage/internal/compute_engine_util.h >Xinclude/google/cloud/storage/internal/curl_client.h >Xinclude/google/cloud/storage/internal/curl_download_request.h >Xinclude/google/cloud/storage/internal/curl_handle.h >Xinclude/google/cloud/storage/internal/curl_handle_factory.h >Xinclude/google/cloud/storage/internal/curl_request.h >Xinclude/google/cloud/storage/internal/curl_request_builder.h >Xinclude/google/cloud/storage/internal/curl_resumable_upload_session.h >Xinclude/google/cloud/storage/internal/curl_wrappers.h >Xinclude/google/cloud/storage/internal/default_object_acl_requests.h >Xinclude/google/cloud/storage/internal/empty_response.h >Xinclude/google/cloud/storage/internal/generate_message_boundary.h >Xinclude/google/cloud/storage/internal/generic_object_request.h >Xinclude/google/cloud/storage/internal/generic_request.h >Xinclude/google/cloud/storage/internal/hash_validator.h >Xinclude/google/cloud/storage/internal/hash_validator_impl.h >Xinclude/google/cloud/storage/internal/hmac_key_requests.h >Xinclude/google/cloud/storage/internal/http_response.h >Xinclude/google/cloud/storage/internal/logging_client.h >Xinclude/google/cloud/storage/internal/logging_resumable_upload_session.h >Xinclude/google/cloud/storage/internal/metadata_parser.h >Xinclude/google/cloud/storage/internal/nljson.h >Xinclude/google/cloud/storage/internal/nlohmann_json.hpp >Xinclude/google/cloud/storage/internal/notification_requests.h >Xinclude/google/cloud/storage/internal/object_acl_requests.h >Xinclude/google/cloud/storage/internal/object_read_source.h >Xinclude/google/cloud/storage/internal/object_requests.h >Xinclude/google/cloud/storage/internal/object_streambuf.h >Xinclude/google/cloud/storage/internal/openssl_util.h >Xinclude/google/cloud/storage/internal/patch_builder.h >Xinclude/google/cloud/storage/internal/policy_document_request.h >Xinclude/google/cloud/storage/internal/range_from_pagination.h >Xinclude/google/cloud/storage/internal/raw_client.h >Xinclude/google/cloud/storage/internal/raw_client_wrapper_utils.h >Xinclude/google/cloud/storage/internal/resumable_upload_session.h >Xinclude/google/cloud/storage/internal/retry_client.h >Xinclude/google/cloud/storage/internal/retry_object_read_source.h >Xinclude/google/cloud/storage/internal/retry_resumable_upload_session.h >Xinclude/google/cloud/storage/internal/service_account_requests.h >Xinclude/google/cloud/storage/internal/sha256_hash.h >Xinclude/google/cloud/storage/internal/sign_blob_requests.h >Xinclude/google/cloud/storage/internal/signed_url_requests.h >Xinclude/google/cloud/storage/lifecycle_rule.h >Xinclude/google/cloud/storage/list_buckets_reader.h >Xinclude/google/cloud/storage/list_hmac_keys_reader.h >Xinclude/google/cloud/storage/list_objects_reader.h >Xinclude/google/cloud/storage/notification_event_type.h >Xinclude/google/cloud/storage/notification_metadata.h >Xinclude/google/cloud/storage/notification_payload_format.h >Xinclude/google/cloud/storage/oauth2/anonymous_credentials.h >Xinclude/google/cloud/storage/oauth2/authorized_user_credentials.h >Xinclude/google/cloud/storage/oauth2/compute_engine_credentials.h >Xinclude/google/cloud/storage/oauth2/credential_constants.h >Xinclude/google/cloud/storage/oauth2/credentials.h >Xinclude/google/cloud/storage/oauth2/google_application_default_credentials_file.h >Xinclude/google/cloud/storage/oauth2/google_credentials.h >Xinclude/google/cloud/storage/oauth2/refreshing_credentials_wrapper.h >Xinclude/google/cloud/storage/oauth2/service_account_credentials.h >Xinclude/google/cloud/storage/object_access_control.h >Xinclude/google/cloud/storage/object_metadata.h >Xinclude/google/cloud/storage/object_rewriter.h >Xinclude/google/cloud/storage/object_stream.h >Xinclude/google/cloud/storage/override_default_project.h >Xinclude/google/cloud/storage/policy_document.h >Xinclude/google/cloud/storage/retry_policy.h >Xinclude/google/cloud/storage/service_account.h >Xinclude/google/cloud/storage/signed_url_options.h >Xinclude/google/cloud/storage/storage_class.h >Xinclude/google/cloud/storage/upload_options.h >Xinclude/google/cloud/storage/version.h >Xinclude/google/cloud/storage/version_info.h >Xinclude/google/cloud/storage/well_known_headers.h >Xinclude/google/cloud/storage/well_known_parameters.h >Xinclude/google/cloud/terminate_handler.h >Xinclude/google/cloud/version.h >Xinclude/google/iam/v1/iam_policy.grpc.pb.h >Xinclude/google/iam/v1/iam_policy.pb.h >Xinclude/google/iam/v1/iam_policy.proto >Xinclude/google/iam/v1/policy.grpc.pb.h >Xinclude/google/iam/v1/policy.pb.h >Xinclude/google/iam/v1/policy.proto >Xinclude/google/longrunning/operations.grpc.pb.h >Xinclude/google/longrunning/operations.pb.h >Xinclude/google/longrunning/operations.proto >Xinclude/google/rpc/error_details.grpc.pb.h >Xinclude/google/rpc/error_details.pb.h >Xinclude/google/rpc/error_details.proto >Xinclude/google/rpc/status.grpc.pb.h >Xinclude/google/rpc/status.pb.h >Xinclude/google/rpc/status.proto >Xinclude/google/spanner/admin/database/v1/spanner_database_admin.grpc.pb.h >Xinclude/google/spanner/admin/database/v1/spanner_database_admin.pb.h >Xinclude/google/spanner/admin/database/v1/spanner_database_admin.proto >Xinclude/google/spanner/admin/instance/v1/spanner_instance_admin.grpc.pb.h >Xinclude/google/spanner/admin/instance/v1/spanner_instance_admin.pb.h >Xinclude/google/spanner/admin/instance/v1/spanner_instance_admin.proto >Xinclude/google/spanner/v1/keys.grpc.pb.h >Xinclude/google/spanner/v1/keys.pb.h >Xinclude/google/spanner/v1/keys.proto >Xinclude/google/spanner/v1/mutation.grpc.pb.h >Xinclude/google/spanner/v1/mutation.pb.h >Xinclude/google/spanner/v1/mutation.proto >Xinclude/google/spanner/v1/query_plan.grpc.pb.h >Xinclude/google/spanner/v1/query_plan.pb.h >Xinclude/google/spanner/v1/query_plan.proto >Xinclude/google/spanner/v1/result_set.grpc.pb.h >Xinclude/google/spanner/v1/result_set.pb.h >Xinclude/google/spanner/v1/result_set.proto >Xinclude/google/spanner/v1/spanner.grpc.pb.h >Xinclude/google/spanner/v1/spanner.pb.h >Xinclude/google/spanner/v1/spanner.proto >Xinclude/google/spanner/v1/transaction.grpc.pb.h >Xinclude/google/spanner/v1/transaction.pb.h >Xinclude/google/spanner/v1/transaction.proto >Xinclude/google/spanner/v1/type.grpc.pb.h >Xinclude/google/spanner/v1/type.pb.h >Xinclude/google/spanner/v1/type.proto >Xinclude/google/type/expr.grpc.pb.h >Xinclude/google/type/expr.pb.h >Xinclude/google/type/expr.proto >Xlib/cmake/bigtable_client/bigtable-targets-%%CMAKE_BUILD_TYPE%%.cmake >Xlib/cmake/bigtable_client/bigtable-targets.cmake >Xlib/cmake/bigtable_client/bigtable_client-config-version.cmake >Xlib/cmake/bigtable_client/bigtable_client-config.cmake >Xlib/cmake/firestore_client/firestore-targets-%%CMAKE_BUILD_TYPE%%.cmake >Xlib/cmake/firestore_client/firestore-targets.cmake >Xlib/cmake/firestore_client/firestore_client-config-version.cmake >Xlib/cmake/firestore_client/firestore_client-config.cmake >Xlib/cmake/google_cloud_cpp_common/google_cloud_cpp_common-config-version.cmake >Xlib/cmake/google_cloud_cpp_common/google_cloud_cpp_common-config.cmake >Xlib/cmake/google_cloud_cpp_common/google_cloud_cpp_common-targets-%%CMAKE_BUILD_TYPE%%.cmake >Xlib/cmake/google_cloud_cpp_common/google_cloud_cpp_common-targets.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/FindProtobufTargets.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/FindgRPC.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/PkgConfigHelper.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/google_cloud_cpp_grpc_utils-config-version.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/google_cloud_cpp_grpc_utils-config.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/grpc_utils-targets-%%CMAKE_BUILD_TYPE%%.cmake >Xlib/cmake/google_cloud_cpp_grpc_utils/grpc_utils-targets.cmake >Xlib/cmake/googleapis/FindProtobufTargets.cmake >Xlib/cmake/googleapis/FindgRPC.cmake >Xlib/cmake/googleapis/PkgConfigHelper.cmake >Xlib/cmake/googleapis/googleapis-config-version.cmake >Xlib/cmake/googleapis/googleapis-config.cmake >Xlib/cmake/googleapis/googleapis-targets-%%CMAKE_BUILD_TYPE%%.cmake >Xlib/cmake/googleapis/googleapis-targets.cmake >Xlib/cmake/storage_client/storage-targets-%%CMAKE_BUILD_TYPE%%.cmake >Xlib/cmake/storage_client/storage-targets.cmake >Xlib/cmake/storage_client/storage_client-config-version.cmake >Xlib/cmake/storage_client/storage_client-config.cmake >Xlib/libbigtable_client.so >Xlib/libbigtable_client.so.1 >Xlib/libbigtable_client.so.1.1.0 >Xlib/libfirestore_client.so >Xlib/libfirestore_client.so.0 >Xlib/libfirestore_client.so.0.0.1 >Xlib/libgoogle_cloud_cpp_common.so >Xlib/libgoogle_cloud_cpp_common.so.0 >Xlib/libgoogle_cloud_cpp_common.so.0.10.0 >Xlib/libgoogle_cloud_cpp_grpc_utils.so >Xlib/libgoogle_cloud_cpp_grpc_utils.so.0 >Xlib/libgoogle_cloud_cpp_grpc_utils.so.0.1.0 >Xlib/libgoogleapis_cpp_api_annotations_protos.so >Xlib/libgoogleapis_cpp_api_annotations_protos.so.0 >Xlib/libgoogleapis_cpp_api_annotations_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_api_auth_protos.so >Xlib/libgoogleapis_cpp_api_auth_protos.so.0 >Xlib/libgoogleapis_cpp_api_auth_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_api_http_protos.so >Xlib/libgoogleapis_cpp_api_http_protos.so.0 >Xlib/libgoogleapis_cpp_api_http_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_api_resource_protos.so >Xlib/libgoogleapis_cpp_api_resource_protos.so.0 >Xlib/libgoogleapis_cpp_api_resource_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_bigtable_protos.so >Xlib/libgoogleapis_cpp_bigtable_protos.so.0 >Xlib/libgoogleapis_cpp_bigtable_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_iam_v1_iam_policy_protos.so >Xlib/libgoogleapis_cpp_iam_v1_iam_policy_protos.so.0 >Xlib/libgoogleapis_cpp_iam_v1_iam_policy_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_iam_v1_policy_protos.so >Xlib/libgoogleapis_cpp_iam_v1_policy_protos.so.0 >Xlib/libgoogleapis_cpp_iam_v1_policy_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_longrunning_operations_protos.so >Xlib/libgoogleapis_cpp_longrunning_operations_protos.so.0 >Xlib/libgoogleapis_cpp_longrunning_operations_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_rpc_error_details_protos.so >Xlib/libgoogleapis_cpp_rpc_error_details_protos.so.0 >Xlib/libgoogleapis_cpp_rpc_error_details_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_rpc_status_protos.so >Xlib/libgoogleapis_cpp_rpc_status_protos.so.0 >Xlib/libgoogleapis_cpp_rpc_status_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_spanner_protos.so >Xlib/libgoogleapis_cpp_spanner_protos.so.0 >Xlib/libgoogleapis_cpp_spanner_protos.so.0.2.0 >Xlib/libgoogleapis_cpp_type_expr_protos.so >Xlib/libgoogleapis_cpp_type_expr_protos.so.0 >Xlib/libgoogleapis_cpp_type_expr_protos.so.0.2.0 >Xlib/libstorage_client.so >Xlib/libstorage_client.so.1 >Xlib/libstorage_client.so.1.3.0 >Xlibdata/pkgconfig/bigtable_client.pc >Xlibdata/pkgconfig/firestore_client.pc >Xlibdata/pkgconfig/google_cloud_cpp_common.pc >Xlibdata/pkgconfig/google_cloud_cpp_grpc_utils.pc >Xlibdata/pkgconfig/googleapis.pc >Xlibdata/pkgconfig/googleapis_cpp_api_annotations_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_api_auth_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_api_http_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_api_resource_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_bigtable_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_iam_v1_iam_policy_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_iam_v1_policy_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_longrunning_operations_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_rpc_error_details_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_rpc_status_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_spanner_protos.pc >Xlibdata/pkgconfig/googleapis_cpp_type_expr_protos.pc >Xlibdata/pkgconfig/storage_client.pc >80b0a7813190ffbaced0952dc1e945a8 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 226400
:
193882
|
194004
|
205760
|
205845
|
205849
|
206152