From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: bug#33703: youtube-dl man page is not complete Date: Wed, 12 Dec 2018 03:07:34 -0800 Message-ID: References: <0b26bb762b756aa1eedc3ae1383870c0@riseup.net> <87a7lcz0vc.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gX2N9-0004En-UJ for bug-guix@gnu.org; Wed, 12 Dec 2018 06:08:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gX2N0-0008Ij-36 for bug-guix@gnu.org; Wed, 12 Dec 2018 06:08:11 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40292) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gX2Mz-0008IP-S4 for bug-guix@gnu.org; Wed, 12 Dec 2018 06:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gX2Mz-0002JX-LD for bug-guix@gnu.org; Wed, 12 Dec 2018 06:08:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7lcz0vc.fsf@nckx> 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 Cc: 33703@debbugs.gnu.org Hi Tobias :) FYI i'm on i686 installed from git with sudo -E guix system reconfigure... My complete config is at: https://gitlab.com/swedebugia/guix-config pushed this morning. On 2018-12-11 13:47, Tobias Geerinckx-Rice wrote: snip > I'd like to mark this as duplicate of #30785[1] but won't for now, > since I can't reproduce your findings: > > ~ λ youtube-dl --version > 2018.11.07 > > ~ λ man --version > man 2.8.3 > > ~ λ guix --version > guix (GNU Guix) 0.16.0-3.6ddc63e […] > > ~ λ man youtube-dl | egrep '^[A-Z ]+$' > NAME > SYNOPSIS > DESCRIPTION > OPTIONS > CONFIGURATION > OUTPUT TEMPLATE > FORMAT SELECTION > VIDEO SELECTION > FAQ > DEVELOPER INSTRUCTIONS > BUGS > COPYRIGHT I got the same versions. Here are the hashes: sdb@antelope ~$ readlink $(which youtube-dl) /gnu/store/wbfp0rvkcxvfl7bk387mkax7di9b1dr4-youtube-dl-2018.11.07/bin/youtube-dl sdb@antelope ~$ readlink $(which man) /gnu/store/4jk1p82cqdqqzfbqidzaii7k79wrlk8h-man-db-2.8.3/bin/man sdb@antelope ~$ readlink $(which guix) /gnu/store/5q4qs96w680r2k20yb4f3c8qkb2rz61x-guix-0.16.0-3.6ddc63e/bin/guix My output looks like this: sdb@antelope ~$ man youtube-dl | egrep '^[A-Z ]+$' NAME SYNOPSIS DESCRIPTION OPTIONS CONFIGURATION OUTPUT TEMPLATE NAME SYNOPSIS DESCRIPTION OPTIONS CONFIGURATION :11: `\ ' is not allowed in a name :16: warning [p 25, 2.8i]: cannot adjust line :21: warning [p 25, 3.5i]: cannot adjust line :31: warning [p 25, 5.0i]: cannot adjust line :32: warning [p 25, 5.2i]: cannot adjust line :39: warning [p 25, 6.0i]: cannot adjust line :54: warning [p 25, 8.2i]: cannot adjust line :57: warning [p 25, 8.7i]: cannot adjust line OUTPUT TEMPLATE :352: warning [p 28, 2.5i]: cannot adjust line :352: warning [p 28, 2.7i]: can't break line NAME SYNOPSIS BUGS COPYRIGHT sdb@antelope ~$ zgrep '\.SH' `man -w youtube-dl` .SH NAME .SH SYNOPSIS .SH DESCRIPTION .SH OPTIONS .SH CONFIGURATION .SH OUTPUT TEMPLATE .SH FORMAT SELECTION .SH VIDEO SELECTION .SH FAQ .SH Why do I need to go through that much red tape when filing bugs? .SH DEVELOPER INSTRUCTIONS .SH EMBEDDING YOUTUBE\-DL .SH BUGS .SH COPYRIGHT > > However! I can no longer reproduce #30785 either: > > ~ λ man 5 knot.conf | grep -E '^(NAME|DESCRIPTION)' > NAME > DESCRIPTION I am building it now. Will return with the output when its done :D > > Probably because the bug is locale-related and I've got broken locales > after the last release. Are the pages mentioned in bug #30785 > truncated for you, too? > > Kind regards, > > T G-R > > [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30785 -- Cheers Swedebugia