[Bug 254954] www/gitlab-ce 13.10.2 rake db:migrate task fails

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 10 19:28:36 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254954

            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 at FreeBSD.org
          Reporter: hakan at siktas.com
          Assignee: mfechner at FreeBSD.org
             Flags: maintainer-feedback?(mfechner at 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=production"
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
```

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list