Package Details: smem 1.5-8

Git Clone URL: https://aur.archlinux.org/smem.git (read-only, click to copy)
Package Base: smem
Description: Generate reports on memory usage.
Upstream URL: https://www.selenic.com/smem/
Licenses: GPL
Conflicts: cfitsio
Submitter: arojas
Maintainer: bbaovanc
Last Packager: bbaovanc
Votes: 18
Popularity: 1.36
First Submitted: 2023-04-01 17:34 (UTC)
Last Updated: 2025-03-15 21:21 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3

jansuX2 commented on 2024-10-13 09:46 (UTC)

shouldn't you upload the .patch itself to 'Sources' for it to work?

bbaovanc commented on 2024-10-13 08:16 (UTC)

@tobek Added patch to fix this in 94f3f7e83d73. Sorry it took so long, it got buried at the bottom of my email.

tobek commented on 2024-03-15 22:58 (UTC)

Seems like this was written for Python 2, and running smem to generate graphs fails with NameError: name 'xrange' is not defined. Did you mean: 'range'? (see https://bugs.archlinux.org/task/75489). Project seems unmaintained (last updated in 2015) and there's nowhere to report this bug or submit an update, but heads up that this can be fixed by simply renaming xrange to range in /usr/bin/smem, and then it works.