Skip to content

Upgrading from 1.0.6 to 1.0.7 or 1.0.8 causes an issue when building on alpine #429

@coltfred

Description

@coltfred

We have docker builds which build using a jdk based on alpine. With 1.0.6 when we installed gcompat the builds worked fine. After upgrading to 1.0.7 or 1.0.8 the builds fail with the following.

73.32 [info] Compiling 1 protobuf files to /build/target/scala-2.13/src_managed/main
73.37 Error loading shared library libstdc++.so.6: No such file or directory (needed by /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7)
73.37 Error loading shared library libgcc_s.so.1: No such file or directory (needed by /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7)
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _Znam: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNSo3putEc: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNSt15basic_streambufIwSt11char_traitsIwEEaSERKS2_: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNSs6appendEPKcm: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZSt11_Hash_bytesPKvmm: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNSdD2Ev: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNSs12_M_leak_hardEv: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNSs2atEm: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNKSs4findEPKcmm: symbol not found
73.37 Error relocating /.cache/protocbridge/v1/protoc-linux-aarch_64-3.21.7: _ZNKSs7compareEPKc: symbol not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions