All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 221715] New: “make -R build-pdf-pages-troff” fails with “warning: table row does not fit”
@ 2026-07-03  0:13 bugzilla-daemon
  2026-07-03 10:50 ` [Bug 221715] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2026-07-03  0:13 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=221715

            Bug ID: 221715
           Summary: “make -R build-pdf-pages-troff” fails with “warning:
                    table row does not fit”
           Product: Documentation
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: man-pages
          Assignee: documentation_man-pages@kernel-bugs.osdl.org
          Reporter: jason@jasonyundt.email
        Regression: No

Created attachment 310413
  --> https://bugzilla.kernel.org/attachment.cgi?id=310413&action=edit
A full log of what happens when I follow the steps to reproduce on my system

Steps to reproduce:

1. Open a terminal.

2. Make sure that you have a copy of the man-pages repository on your system.

3. Change directory into the root of the repository by running this command:

        cd <path to repository>

4. (Optional) Make sure that you’re using the same set of dependencies that I
   used when I tried building man-pages by doing the following:

        A. Make sure that the Nix package manager is installed by running this
           command:

                nix-env --version

           If that command finishes successfully, then Nix is installed. If
           that command gives you an error, then you need to install Nix.

        B. Activate a dev shell that contains all of the dependencies for
           building man-pages by running this command:

                nix --extra-experimental-features 'nix-command flakes' develop
'git+https://codeberg.org/JasonYundt/flake-for-working-on-man-pages.git?ref=refs/heads/main&rev=d3e76acfbb2f036aa9215e930b624f80813b7f3e'

5. (Optional) Switch to a revision of man-pages that is known to have this
problem by running this command:

        git switch --detach a12be0058be628f50da69fb0efb2ed9b4422a699

6. Attempt to build the “build-pdf-pages-troff” target by running this command:

        make -R build-pdf-pages-troff


When I follow those steps to reproduce on my system, the build fails with these
errors:

> .tmp/man/man4/console_codes.4:420: warning: table row does not fit on page 5
> .tmp/man/man4/console_codes.4:778: warning: table row does not fit on page 9
> make: ***
> [/home/jayman/Documents/Home/VC/space_afraid/Git/partially_mine/man-pages/Repo/share/mk/build/pdf/pages/troff.mk:30:
> .tmp/man/man4/console_codes.4.pdf.set] Error 1
> make: *** Deleting file '.tmp/man/man4/console_codes.4.pdf.set'

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 221715] “make -R build-pdf-pages-troff” fails with “warning: table row does not fit”
  2026-07-03  0:13 [Bug 221715] New: “make -R build-pdf-pages-troff” fails with “warning: table row does not fit” bugzilla-daemon
@ 2026-07-03 10:50 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2026-07-03 10:50 UTC (permalink / raw)
  To: linux-man

https://bugzilla.kernel.org/show_bug.cgi?id=221715

--- Comment #1 from Alejandro Colomar (alx@kernel.org) ---
Hi Jason,

On 2026-07-03T00:13:12+0000, bugzilla-daemon@kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=221715
> 
>             Bug ID: 221715
>            Summary: “make -R build-pdf-pages-troff” fails with “warning:
>                     table row does not fit”
>            Product: Documentation
>            Version: unspecified
>           Hardware: All
>                 OS: Linux
>             Status: NEW
>           Severity: normal
>           Priority: P3
>          Component: man-pages
>           Assignee: documentation_man-pages@kernel-bugs.osdl.org
>           Reporter: jason@jasonyundt.email
>         Regression: No
> 
> Created attachment 310413
>   --> https://bugzilla.kernel.org/attachment.cgi?id=310413&action=edit
> A full log of what happens when I follow the steps to reproduce on my system
> 
> Steps to reproduce:
> 
> 1. Open a terminal.
> 
> 2. Make sure that you have a copy of the man-pages repository on your system.
> 
> 3. Change directory into the root of the repository by running this command:
> 
>         cd <path to repository>
> 
> 4. (Optional) Make sure that you’re using the same set of dependencies that I
>    used when I tried building man-pages by doing the following:
> 
>         A. Make sure that the Nix package manager is installed by running
>         this
>            command:
> 
>                 nix-env --version
> 
>            If that command finishes successfully, then Nix is installed. If
>            that command gives you an error, then you need to install Nix.
> 
>         B. Activate a dev shell that contains all of the dependencies for
>            building man-pages by running this command:
> 
>                 nix --extra-experimental-features 'nix-command flakes'
>                 develop
>
> 'git+https://codeberg.org/JasonYundt/flake-for-working-on-man-pages.git?ref=refs/heads/main&rev=d3e76acfbb2f036aa9215e930b624f80813b7f3e'
> 
> 5. (Optional) Switch to a revision of man-pages that is known to have this
> problem by running this command:
> 
>         git switch --detach a12be0058be628f50da69fb0efb2ed9b4422a699
> 
> 6. Attempt to build the “build-pdf-pages-troff” target by running this
> command:
> 
>         make -R build-pdf-pages-troff
> 
> 
> When I follow those steps to reproduce on my system, the build fails with
> these
> errors:
> 
> > .tmp/man/man4/console_codes.4:420: warning: table row does not fit on page
> 5
> > .tmp/man/man4/console_codes.4:778: warning: table row does not fit on page
> 9
> > make: ***
> >
> [/home/jayman/Documents/Home/VC/space_afraid/Git/partially_mine/man-pages/Repo/share/mk/build/pdf/pages/troff.mk:30:
> > .tmp/man/man4/console_codes.4.pdf.set] Error 1
> > make: *** Deleting file '.tmp/man/man4/console_codes.4.pdf.set'

Yup; I'm not an expert in these things.  I've CCd BRanden, who knows
more groff(7) than I, and maybe he could send patches to have a clean
build.

Branden, would you mind having a look at `make -R build-pdf` and send
patches to fix the diagnostics we get?  It would also be nice to try
build-ps and build-html.


Have a lovely day!
Alex

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-03 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-03  0:13 [Bug 221715] New: “make -R build-pdf-pages-troff” fails with “warning: table row does not fit” bugzilla-daemon
2026-07-03 10:50 ` [Bug 221715] " bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.