Package Details: latencytop 1:0.5.0-1

Git Clone URL: https://aur.archlinux.org/latencytop.git (read-only, click to copy)
Package Base: latencytop
Description: A tool for software developers, aimed at identifying where system latency occurs.
Upstream URL: http://ftp.de.debian.org/debian/pool/main/l/latencytop
Licenses: GPL
Submitter: stephane
Maintainer: anagram3k
Last Packager: haawda
Votes: 82
Popularity: 0.003232
First Submitted: 2008-01-19 04:16 (UTC)
Last Updated: 2023-07-22 00:23 (UTC)

Latest Comments

1 2 Next › Last »

RogueGirl commented on 2022-10-26 07:25 (UTC) (edited on 2022-10-26 07:25 (UTC) by RogueGirl)

@giddie Hi, I've cleaned up this package, updated it and added the change you wrote, everything should work as intended now

giddie commented on 2021-08-14 16:34 (UTC) (edited on 2021-08-14 16:35 (UTC) by giddie)

The package appears to install some artefacts in /. This works for me:

diff --git a/PKGBUILD b/PKGBUILD
index 5a2cc1f..db62354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,5 +15,5 @@ md5sums=('bf6f7271da9165620ac37e960e95cb40')
 package() {
        tar -xvf data.tar.xz
        mv ${srcdir}/usr/sbin ${srcdir}/usr/bin
-       cp -r ${srcdir}/* ${pkgdir}
+       cp -r ${srcdir}/usr ${pkgdir}
 }

micwoj92 commented on 2021-04-26 10:38 (UTC)

Homepage doesn't list this project at all.

brikler commented on 2017-08-31 08:02 (UTC) (edited on 2017-09-08 12:56 (UTC) by brikler)

i am always using makepkg but is suppose it is some thing wrong with my system because i had used prelink and version 20130503-7 this was cause for some strange problems related to the building process. i will set up a new system and try it again edit the same with the new system edit2 i was able to build this pakage but without makeflags please add: options=('!makeflags')

gbc921 commented on 2017-08-29 00:30 (UTC)

Hi @brikler, I have just builded in another machine with a Clean Chroot[1] and all 3 builds worked fine for me: extra-i686-build, extra-x86_64-build and multilib. Maybe you have something different on your gcc/gtk that is causing the crash. BTW, What locale are you using and are you building with 'makepkg' too or using an AUR Helper? Thanks. [1]: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot

brikler commented on 2017-08-28 19:32 (UTC) (edited on 2017-08-28 19:43 (UTC) by brikler)

@gbc921 sorry i am late :( base-devel is installed and my build directory is in /tmp #-- Specify a directory for package building. BUILDDIR=/tmp/makepkg [tom@frija ~]$ ls -R /tmp/makepkg/ /tmp/makepkg/: latencytop/ /tmp/makepkg/latencytop: pkg/ src/ ls: Öffnen von Verzeichnis '/tmp/makepkg/latencytop/pkg' nicht möglich: Keine Berechtigung /tmp/makepkg/latencytop/src: latencytop-0.5/ latencytop_0.5.orig.tar.gz@ /tmp/makepkg/latencytop/src/latencytop-0.5: fsync.c kernel_thread.png latencytop.h text_display.c global.png latencytop.8 latencytop.trans translate.c gtk_display.c latencytop.c Makefile user_process.png

gbc921 commented on 2017-08-24 14:44 (UTC)

@brikler Just builded here and worked for me. Though I did not test on a clean env. Do you have the Prerequisites[1], right? [1]: https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

brikler commented on 2017-08-24 14:28 (UTC) (edited on 2017-08-24 14:28 (UTC) by brikler)

there is something wrong with the PKGBUILD ==> Starting build()... gcc: fatal error: no input files compilation terminated. gcc: fatal error: no input files compilation terminated. make: *** [Makefile:29: latencytop.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:29: text_display.o] Error 1 gcc: fatal error: no input files compilation terminated. make: *** [Makefile:29: translate.o] Error 1 gcc: fatal error: no input files compilation terminated. make: *** [Makefile:29: fsync.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

fukawi2 commented on 2013-05-23 01:15 (UTC)

Ooops, fixed in -4. Thanks for letting me know.

WonderWoofy commented on 2013-05-23 01:13 (UTC)

The PKGBUILD does not create the necessary directory, ${pkgdir}/usr/bin, in order for the install file to actually put it in that directory. I think it is actually installing it as 'bin'. I couldn't use this either because I too don't have CONFIG_LATENCYTOP... oh well.