From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#30785: Man pages truncated, repeated Date: Mon, 07 May 2018 00:06:47 +0200 Message-ID: <874ljkh214.fsf@fastmail.com> References: <4a0d5e493db8af05dd2292b854ad7d3d@tobias.gr> <87zi3advd9.fsf@fastmail.com> <878t8xhjbw.fsf@fastmail.com> <874ljkhoug.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFRo9-0001Y5-Kf for bug-guix@gnu.org; Sun, 06 May 2018 18:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFRo6-0004Jr-BQ for bug-guix@gnu.org; Sun, 06 May 2018 18:07:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFRo6-0004Jn-5T for bug-guix@gnu.org; Sun, 06 May 2018 18:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFRo5-0007nv-SL for bug-guix@gnu.org; Sun, 06 May 2018 18:07:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874ljkhoug.fsf@fastmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Tobias Geerinckx-Rice , 30785@debbugs.gnu.org reopen 30785 Marius Bakke writes: > Marius Bakke writes: > >> Marius Bakke writes: >> >>> Tobias Geerinckx-Rice writes: >>> >>>> Guix, >>>> >>>> Perhaps he's just getting old, but our man has a tendency to forget >>>> where he was, start over from the beginning, and repeat himself several >>>> times: >>>> >>>> $ guix package -i knot rofi >>>> $ man 5 knot.conf | grep -E '^(NAME|DESCRIPTION)' >>>> NAME >>>> DESCRIPTION >>>> NAME >>>> DESCRIPTION >>>> NAME >>>> DESCRIPTION >>>> NAME >>>> DESCRIPTION >>>> NAME >>>> $ >>> >>> One thing rofi.1 and knot.conf.5 have in common is that they are both >>> unicode. Whereas working pages are ASCII. >> >> This ultimately turned out to be due to man-db not finding "preconv". >> >> The attached patches fixes it. > > I pushed the fix as 296551a2e9310d4a030ee49530e9367e73aaeecf. This patch caused `man` to segfault when invoked outside `guix environment`(!) so I reverted it for now. To be continued...