Package Details: ttop 1.5.3-2

Git Clone URL: https://aur.archlinux.org/ttop.git (read-only, click to copy)
Package Base: ttop
Description: System monitoring tool with historical data service, triggers and top-like TUI
Upstream URL: https://github.com/inv2004/ttop
Keywords: monitoring processes system top
Licenses: MIT
Submitter: inv2004
Maintainer: inv2004
Last Packager: inv2004
Votes: 10
Popularity: 0.91
First Submitted: 2022-12-25 01:08 (UTC)
Last Updated: 2024-10-10 17:15 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

inv2004 commented on 2024-10-10 17:22 (UTC)

@micwoj92 All I found that the libgcc_s is platform-specific gcc functions

micwoj92 commented on 2024-09-03 18:37 (UTC)

How so? I am using glibc from core.

As I said, the difference for me was whether I was using nim package from extra, or building using choosenim.

inv2004 commented on 2024-09-03 09:39 (UTC)

@micwoj92, I think it is related to glibc

micwoj92 commented on 2024-08-10 20:36 (UTC)

I could reproduce this while using nim installed with choosenim.

inv2004 commented on 2024-08-10 19:52 (UTC)

@micwoj92

ldd /usr/bin/ttop 
    linux-vdso.so.1 (0x00007a34a8df7000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007a34a8c06000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007a34a8a15000)
    /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007a34a8df9000)

Do you know what could be the reason of the diff ?

micwoj92 commented on 2024-08-10 00:17 (UTC)

$ ldd src/ttop/ttop
        linux-vdso.so.1 (0x00006f420051f000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00006f420031a000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00006f42002ec000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00006f42000fb000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00006f4200521000)

inv2004 commented on 2024-08-09 22:27 (UTC)

@micwoj92 I added glibc, but I did not get why it needs gcc-libs. Please correct me if I am wrong

micwoj92 commented on 2024-08-08 21:54 (UTC)

Please add glibc and gcc-libs to depends.

begin-theadventu commented on 2024-04-04 21:19 (UTC)

@inv2004 Nice.