Date: Sat, 10 Apr 2021 19:28:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 254954] www/gitlab-ce 13.10.2 rake db:migrate task fails Message-ID: <bug-254954-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254954 Bug ID: 254954 Summary: www/gitlab-ce 13.10.2 rake db:migrate task fails Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: hakan@siktas.com Assignee: mfechner@FreeBSD.org Flags: maintainer-feedback?(mfechner@FreeBSD.org) Hello, I tried to update from 13.9.4 to 13.10.2, and after successfully building everything with portmaster, I got stopped at the following step: ``` su -l git -c "cd /usr/local/www/gitlab-ce && rake db:migrate RAILS_ENV=3Dproduction" rake aborted! LoadError: /usr/local/lib/libgrpc.so.14: Undefined symbol "_ZN4absl14lts_2020_09_2319str_format_internal13FormatArgImpl8DispatchINS1_= 7VoidPtrEEEbNS2_4DataENS1_24FormatConversionSpecImplEPv" - /usr/local/lib/ruby/gems/2.7/gems/grpc-1.30.2/src/ruby/lib/grpc/grpc_c.so /usr/local/www/gitlab-ce/config/application.rb:15:in `<top (required)>' /usr/local/www/gitlab-ce/Rakefile:7:in `<top (required)>' (See full trace by running task with --trace) ``` Are my installed grpc dependencies somehow wrong? ``` pkg info | grep grpc grpc134-1.34.0_1 HTTP/2-based RPC framework rubygem-grpc130-1.30.2_3 Ruby implementation of gRPC ``` --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254954-7788>