Bug 262520 - textproc/rubygem-ferret: Mark BROKEN with Ruby 3.x
Summary: textproc/rubygem-ferret: Mark BROKEN with Ruby 3.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL:
Keywords:
Depends on:
Blocks: 262350
  Show dependency treegraph
 
Reported: 2022-03-13 06:53 UTC by Yasuhiro Kimura
Modified: 2022-03-29 07:34 UTC (History)
1 user (show)

See Also:
yasu: maintainer-feedback-


Attachments
Patch file (1.04 KB, patch)
2022-03-13 06:53 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-03-13 06:53:29 UTC
Created attachment 232421 [details]
Patch file

Mark BROKEN with Ruby 3.x.

compiling compound_io.c
In file included from compound_io.c:1:
./index.h:595:25: error: width of bit-field 'is_compressed' (2 bits) exceeds width of its type (1 bit)
    bool                is_compressed : 2; /* set to 2 after all data is loaded */
                        ^
1 error generated.
*** Error code 1
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-03-29 02:41:12 UTC
Maintainer timeout. Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-03-29 07:30:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3094d70b040d86327d63fd004342263ad34e0303

commit 3094d70b040d86327d63fd004342263ad34e0303
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-03-13 04:59:00 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-03-29 07:29:13 +0000

    textproc/rubygem-ferret: Mark BROKEN with Ruby 3.x

    compiling compound_io.c
    In file included from compound_io.c:1:
    ./index.h:595:25: error: width of bit-field 'is_compressed' (2 bits) exceeds width of its type (1 bit)
        bool                is_compressed : 2; /* set to 2 after all data is loaded */
                            ^
    1 error generated.
    *** Error code 1

    PR:             262520
    Approved by:    maintainer timeout

 textproc/rubygem-ferret/Makefile | 2 ++
 1 file changed, 2 insertions(+)