https://bugzilla.novell.com/show_bug.cgi?id=755533 https://bugzilla.novell.com/show_bug.cgi?id=755533#c6 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |rspmn@arcor.de --- Comment #6 from Michal Vyskocil <mvyskocil@suse.com> 2012-11-01 09:15:44 UTC --- Good point! 515 [ 60s] configure: WARNING: missing programs: 516 [ 60s] 517 [ 60s] The programs 518 [ 60s] `pnmcut', `pnmcrop', `pnmtopng', `psselect', `pnmtops' and `gs' 519 [ 60s] cannot be found in the PATH. 520 [ 60s] Consequently, groff's HTML backend (grohtml) will not work properly; 521 [ 60s] therefore, it will neither be possible to prepare, nor to install, 522 [ 60s] documentation in HTML format. I have to think how to split the groff's build correctly, but for the maintenance update, simply add the missing stuff and rebuild might be enough.
Even when the correct image_generator entry is used the output is incorrect for locales with letter size paper (e.g. LANG=en_US) as the .png file for the table is cropped off while the output looks correct for locales with A4 size paper (e.g. LANG=de_DE).
Starting openSUSE 12.1 groff reflects the value of LC_PAPER, and I see it have an impact on the pnmcut values LC_PAPER=de_DE.UTF-8 groff -P-p -t -Thtml -ms tbltest.gro > /dev/null ... Calling `pnmcut 100 199 155 102 LC_PAPER=en_US.UTF-8 groff -P-p -t -Thtml -ms tbltest.gro > /dev/null ... Calling `pnmcut 100 267 155 102 can you test it? BTW: see man groff_font (papersize) about locale keyword, and use grep -R 'papersize.*locale' /usr/share/groff/ to see, where the papersize is setup according locale. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.