Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 221913 - sys-process/htop-0.8 new compile options
Summary: sys-process/htop-0.8 new compile options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Wolfram Schlich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-13 09:45 UTC by Andrei Ivanov
Modified: 2008-05-26 12:33 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 Andrei Ivanov 2008-05-13 09:45:59 UTC
Looking at /usr/share/doc/htop-0.8/ChangeLog.bz2, I see there are some new compile options:
* Add support for Linux per-process IO statistics,
  enabled with the --enable-taskstats flag, which
  requires a kernel compiled with taskstats support.
  (thanks to Tobias Oetiker)
* Add Unicode support, enabled with the --enable-unicode
  flag, which requires libncursesw.
  (thanks to Sergej Pupykin)

Please consider enabling them in the ebuild.
Comment 1 Wolfram Schlich (RETIRED) gentoo-dev 2008-05-26 12:33:32 UTC
(In reply to comment #0)
> Looking at /usr/share/doc/htop-0.8/ChangeLog.bz2, I see there are some new
> compile options:
> * Add support for Linux per-process IO statistics,
>   enabled with the --enable-taskstats flag, which
>   requires a kernel compiled with taskstats support.
>   (thanks to Tobias Oetiker)

This is enabled by default and has no compile time deps.

> * Add Unicode support, enabled with the --enable-unicode
>   flag, which requires libncursesw.
>   (thanks to Sergej Pupykin)

Added USE=unicode on 17.05. :)