yangxk1 opened a new issue, #702: URL: https://github.com/apache/incubator-graphar/issues/702
### Describe the bug, including details regarding any error messages, version, and platform. The first known occurrence was in PR #659 . Below is the error log: ``` ... (.text._ZNK6google5cloud7storage5v2_228internal18GenericRequestBaseINS3_31GetProjectServiceAccountRequestENS2_6FieldsEJNS2_11IfMatchEtagENS2_15IfNoneMatchEtagENS2_9QuotaUserENS2_6UserIpENS2_11UserProjectENS2_22OverrideDefaultProjectEEE11DumpOptionsERSoPKc[_ZNK6google5cloud7storage5v2_228internal18GenericRequestBaseINS3_31GetProjectServiceAccountRequestENS2_6FieldsEJNS2_11IfMatchEtagENS2_15IfNoneMatchEtagENS2_9QuotaUserENS2_6UserIpENS2_11UserProjectENS2_22OverrideDefaultProjectEEE11DumpOptionsERSoPKc]+0x673): undefined reference to `absl::debian3::optional_internal::throw_bad_optional_access()' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/bfs_push_example.dir/build.make:126: bfs_push_example] Error 1 make[1]: *** [CMakeFiles/Makefile2:324: CMakeFiles/bfs_push_example.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/bfs_pull_example.dir/build.make:126: bfs_pull_example] Error 1 make[1]: *** [CMakeFiles/Makefile2:292: CMakeFiles/bfs_pull_example.dir/all] Error 2 collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/bfs_stream_example.dir/build.make:126: bfs_stream_example] Error 1 make[1]: *** [CMakeFiles/Makefile2:356: CMakeFiles/bfs_stream_example.dir/all] Error 2 /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libarrow.a(gcsfs.cc.o): in function `google::cloud::v2_22::StreamRange<google::cloud::storage::v2_22::ObjectMetadata>::Next()': ... (.text._ZNK6google5cloud7storage5v2_228internal18GenericRequestBaseINS3_31GetProjectServiceAccountRequestENS2_6FieldsEJNS2_11IfMatchEtagENS2_15IfNoneMatchEtagENS2_9QuotaUserENS2_6UserIpENS2_11UserProjectENS2_22OverrideDefaultProjectEEE11DumpOptionsERSoPKc[_ZNK6google5cloud7storage5v2_228internal18GenericRequestBaseINS3_31GetProjectServiceAccountRequestENS2_6FieldsEJNS2_11IfMatchEtagENS2_15IfNoneMatchEtagENS2_9QuotaUserENS2_6UserIpENS2_11UserProjectENS2_22OverrideDefaultProjectEEE11DumpOptionsERSoPKc]+0x673): undefined reference to `absl::debian3::optional_internal::throw_bad_optional_access()' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/bfs_father_example.dir/build.make:126: bfs_father_example] Error 1 make[1]: *** [CMakeFiles/Makefile2:260: CMakeFiles/bfs_father_example.dir/all] Error 2 make: *** [Makefile:146: all] Error 2 Error: Process completed with exit code 2. ``` <img width="1023" alt="Image" src="https://github.com/user-attachments/assets/40841b55-1e91-4710-a77f-187bed52ebce" /> ### Component(s) C++, Developer Tools -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
