Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 476724 - app-text/llpp fails to show help text
Summary: app-text/llpp fails to show help text
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-07-13 14:56 UTC by Thomas J. Moore
Modified: 2013-07-13 23:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas J. Moore 2013-07-13 14:56:52 UTC
The on-line help text of llpp (F1 or h) is incomplete, because the help file is being built incorrectly.  To fix, redirect input from KEYS rather than passing it on the command line:

-       verbose ocaml str.cma keystoml.ml KEYS > help.ml
+       verbose ocaml str.cma keystoml.ml < KEYS > help.ml

I have tested this on the versions I have built, and verified that it is necessary on the ones I have not.


Reproducible: Always

Steps to Reproduce:
1. Press 'h' while viewing a file
Actual Results:  
Only version information shown.

Expected Results:  
Version information and key help shown.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2013-07-13 23:17:28 UTC
+  13 Jul 2013; Michael Weber <xmw@gentoo.org>
+  -files/llpp-9999-fz_drop_display_list.patch,
+  -files/llpp-9999-fz_new_text_page.patch,
+  -files/llpp-9999-mupdf-split-headers.patch,
+  -files/llpp-9999-mupdf_trailer.patch, llpp-12.ebuild,
+  llpp-13_p20121123.ebuild, llpp-15.ebuild, llpp-9999.ebuild:
+  Fix help text (thanks Thomas J. Moore, bug 476724), update live build.
+