Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 00:07:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275248] net-im/mastodon: bundle install fails on 14.0-RELEASE when building native gems
Message-ID:  <bug-275248-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275248

            Bug ID: 275248
           Summary: net-im/mastodon: bundle install fails on 14.0-RELEASE
                    when building native gems
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: me@ianmcdowell.net
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

Created attachment 246476
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246476&action=
=3Dedit
failing bundle install log

Following the installation instructions from [the
wiki](https://wiki.freebsd.org/Ports/net-im/mastodon), the bundle install s=
tep
is failing to build the cbor and posix-spawn gems after upgrading to FreeBSD
14.0-RELEASE.

I was able to work around this by running the following:

bundle config build.cbor
--with-cflags=3D"-Wno-incompatible-function-pointer-types"
bundle config build.posix-spawn
--with-cflags=3D"-Wno-incompatible-function-pointer-types"

I'm not sure if this is a bug in FreeBSD (perhaps a new default error in
Clang?), or if it's a bug in the ruby gems.

--=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-275248-7788>