@al3hex Hmm, glances -v shows 1.7.2a so I guess that is an unreleased alpha because they don't have a release yet https://github.com/nicolargo/glances/releases nor is it in NEWS. Sorry about that!
Search Criteria
Package Details: glances-git 2.0.r0.g49deea5-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-05-03)
| Package Base: | glances-git |
|---|---|
| Description: | A cross-platform curses-based system monitoring tool |
| Upstream URL: | https://github.com/nicolargo/glances |
| Category: | system |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| Submitter: | mrbug |
| Maintainer: | None |
| Last Packager: | al3hex |
| Votes: | 13 |
| First Submitted: | 2011-12-04 20:14 |
| Last Updated: | 2014-06-15 23:33 |
Dependencies (7)
- python-psutil
- python-setuptools
- git (make)
- hddtemp (optional) – HDD temperature monitoring support
- python-bottle (optional) – Web server mode
- python-pysnmp (optional) – SNMP support
- python3-sensors-hg (optional) – hardware monitoring support
Required by (0)
Sources
Latest Comments
Comment by flaccid
Comment by al3hex
@flaccid it's not out-of-date.
Comment by flaccid
Version is out of date. 1.7.2a is currently provided.
Anonymous comment
Well, my PKGBUILD is 1,5 years old! Just use the PKGBUILD provided here, it works very well.
Comment by shadeless
Evenafter applying Army's PKGBUILD, I get the error:
./autogen.sh: No such file or directory
Anonymous comment
Please update the package! Here's a working PKGBUILD http://codepad.org/udcxC3Ti
Anonymous comment
Looks like this is a bug which has to be dealt with upstream. Would you mind reporting it?
Comment by mrbug
FIXED license -- should have been LGPL
ADDED PYTHON=/usr/bin/python2
Not sure what to do about the docs part. --docdir= is not working even if I specify --datadir= first
Anonymous comment
Please change the license line from gpl to GPL.
Please change ./configure --prefix=/usr to ./configure --prefix=/usr --docdir=/usr/share (hm, this doesn't seem to have any effect thou). That way docs are supposed to be installed into /usr/share/doc which is default in Archlinux.
Comment by ahamilton55
It can cause some confusing when compiling glances and the test fails because it's using Python3 instead of Python2 but glances will still work with the changing of the #! line. A quick fix for the tests to pass is to point configure to use python2. I changed the configure like in PKGBUILD like so and the error is appeared as Python2 was used by configure.
./configure --prefix=/usr PYTHON=/usr/bin/python2 || return 1
Again not a huge need but it just makes things a little cleaner.
Comment by mrbug
Francois_B:
I just fixed both of the problems that you described. I also changed the self-reference within the script itself to show the appropriate script name.
Comment by Francois_B
glances is installed in /usr/local/bin instead of /usr/bin which is more appropriate.
Moreover, I would rather see glances as executable name instead of glances.py.
Thanks.