* Truncated man pages
@ 2018-05-11 10:27 Pierre Neidhardt
2018-05-11 12:06 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2018-05-11 10:27 UTC (permalink / raw)
To: help-guix@gnu.org
[-- Attachment #1: Type: text/plain, Size: 1580 bytes --]
I'm experiencing an issue where a lot of specific man pages get
truncated, such as i3status or nmcli-examples.
--8<---------------cut here---------------start------------->8---
[...]
This example demonstrates adding a bond master connection and two
slaves. The first command adds a master bond connection, naming the
bonding interface mybond0 and using active-backup mode. The next two
commands add slaves connections, both enslaved to mybond0. '
NMCLI-EXAMPLES(7) Examples NMCLI-EXAMPLES(7)
NetworkManager 1.8.4 NMCLI-EXAMPLES(7)
--8<---------------cut here---------------end--------------->8---
The man page is not supposed to end there. For reference, the file
around that area is:
--8<---------------cut here---------------start------------->8---
[...]
.PP
This example demonstrates adding a bond master connection and two slaves\&. The first command adds a master bond connection, naming the bonding interface
\fImybond0\fR
and using
\fIactive\-backup\fR
mode\&. The next two commands add slaves connections, both enslaved to
\fImybond0\fR\&. The first slave will be bound to
\fIeth1\fR
interface, the second to
\fIeth2\fR\&.
.PP
\fBExample\ \&7.\ \&Adding a team master and two slave connection profiles\fR
[...]
--8<---------------cut here---------------end--------------->8---
I see nothing wrong with the file and those man pages display fine on
other distributions as far as I know. There might be something wrong
with GuixSD. Any clue?
--
Pierre Neidhardt
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Truncated man pages
2018-05-11 10:27 Truncated man pages Pierre Neidhardt
@ 2018-05-11 12:06 ` Tobias Geerinckx-Rice
2018-05-11 12:49 ` Pierre Neidhardt
0 siblings, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2018-05-11 12:06 UTC (permalink / raw)
To: Pierre Neidhardt, help-guix
Pierre,
May 11, 2018 12:27 PM, "Pierre Neidhardt" <ambrevar@gmail.com> wrote:
> I'm experiencing an issue where a lot of specific man pages get
> truncated, such as i3status or nmcli-examples.
This annoying bug has been around for as long as I can remember (or at least as long as I've packaged Knot). It might be an encoding issue. It's definitely Guix-specific.
There's an open bug (#30785) at http://lists.gnu.org/archive/html/bug-guix/2018-03/msg00141.html. Help very welcome :-)
Kind regards,
T G-R
Sent from a Web browser. Excuse or enjoy my brevity.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Truncated man pages
2018-05-11 12:06 ` Tobias Geerinckx-Rice
@ 2018-05-11 12:49 ` Pierre Neidhardt
2018-05-11 17:13 ` Pierre Neidhardt
0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2018-05-11 12:49 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 548 bytes --]
Thanks for the pointer.
Some notes:
- I've checksumed the man page from i3status' source and the one installed
in the store: they are identical.
- Emacs' "M-x man" only truncates, it does not repeat.
- Emacs' "M-x woman" works perfectly! ("woman" is a pure Elisp
implementation of "man".)
Conclusion: the issue is with the `man` program as packaged in Guix.
--
Pierre Neidhardt
I always pass on good advice. It is the only thing to do with it.
It is never any good to oneself.
-- Oscar Wilde, "An Ideal Husband"
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Truncated man pages
2018-05-11 12:49 ` Pierre Neidhardt
@ 2018-05-11 17:13 ` Pierre Neidhardt
2018-05-13 2:19 ` Chris Marusich
0 siblings, 1 reply; 6+ messages in thread
From: Pierre Neidhardt @ 2018-05-11 17:13 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]
As suggested in the previous thread mentioned by Tobias, I checked if
the man page encoding could be the root of the issue... And indeed it
as: as soon as I removed the last non-ascii from the utf-8 encoded man
page, it displayed correctly.
Something is wrong in the build of `man`.
--
Pierre Neidhardt
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Truncated man pages
2018-05-11 17:13 ` Pierre Neidhardt
@ 2018-05-13 2:19 ` Chris Marusich
2018-05-13 7:18 ` Pierre Neidhardt
0 siblings, 1 reply; 6+ messages in thread
From: Chris Marusich @ 2018-05-13 2:19 UTC (permalink / raw)
To: Pierre Neidhardt; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
Pierre Neidhardt <ambrevar@gmail.com> writes:
> Something is wrong in the build of `man`.
Please remember to include the details you've discovered in the bug
report, also, so they are not forgotten.
Thank you for taking the time to look into it!
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Truncated man pages
2018-05-13 2:19 ` Chris Marusich
@ 2018-05-13 7:18 ` Pierre Neidhardt
0 siblings, 0 replies; 6+ messages in thread
From: Pierre Neidhardt @ 2018-05-13 7:18 UTC (permalink / raw)
To: Chris Marusich; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
Chris Marusich <cmmarusich@gmail.com> writes:
> Please remember to include the details you've discovered in the bug
> report, also, so they are not forgotten.
I meant this, by Marius Bakke:
> One thing rofi.1 and knot.conf.5 have in common is that they are both
> unicode. Whereas working pages are ASCII.
--
Pierre Neidhardt
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-05-13 7:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-11 10:27 Truncated man pages Pierre Neidhardt
2018-05-11 12:06 ` Tobias Geerinckx-Rice
2018-05-11 12:49 ` Pierre Neidhardt
2018-05-11 17:13 ` Pierre Neidhardt
2018-05-13 2:19 ` Chris Marusich
2018-05-13 7:18 ` Pierre Neidhardt
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
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.