Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: cpu-x 3.1.3-1
Git Clone URL: | https://aur-dev.archlinux.org/cpu-x.git (read-only) |
---|---|
Package Base: | cpu-x |
Description: | A Free software that gathers information on CPU, motherboard and more |
Upstream URL: | http://X0rg.github.io/CPU-X/ |
Keywords: | CPU CPU-Z |
Licenses: | |
Submitter: | Xorg |
Maintainer: | Xorg |
Last Packager: | Xorg |
Votes: | 32 |
Popularity: | 3.410524 |
First Submitted: | 2014-11-02 11:35 |
Last Updated: | 2016-10-25 18:43 |
Dependencies (8)
- curl (curl-http2-git, curl-git, curl-http2)
- gtk3 (gtk3-aqd, gtk3-donnatella, gtk3-light, gtk3-ubuntu-multilib, gtk3-nobroadway-nowayland-nocolord, gtk3-ubuntu, gtk3-typeahead, gtk3-optional-csd)
- libcpuid-git
- ncurses
- pciutils
- procps-ng (procps-ng-git, procps-ng-classic, procps-ng-nosystemd)
- cmake (cmake-git) (make)
- nasm (nasm-git) (make)
Latest Comments
Xorg commented on 2014-11-02 19:49
I can't reproduce this bug.
Try this modified PKGBUILD: http://pastebin.archlinux.fr/651540
If there is warning on 'make', please paste him here.
karol_007 commented on 2014-11-02 18:38
Recompiled, reinstalled, still crashes with sudo or as root, even with '--no-gui'.
Xorg commented on 2014-11-02 16:46
Hi karol_007. Sorry for CMake, I've forgot it. Added, thank.
Ok, typo has been fixed on Git (commit: https://github.com/X0rg/CPU-X/commit/f7f3bd2bf804dc85dbeb54bd6219f67551096b93). Thank.
I'm sorry, I don't understand what's happen. Please try to add this in PKGBUILD:
option=(!buildflags)
And recompile. Then, tell me if it's work.
karol_007 commented on 2014-11-02 14:26
Please add cmake as a makedependency and correct the typo: [in English] the first field in the 'Mainboard' (motherboard?) tab should say 'manufacturer'.
On a 32-bit Arch I get
$ sudo cpu-x
*** stack smashing detected ***: cpu-x terminated
======= Backtrace: =========
/usr/lib/libc.so.6(+0x6bca9)[0xb6c97ca9]
/usr/lib/libc.so.6(__fortify_fail+0x37)[0xb6d26a17]
/usr/lib/libc.so.6(+0xfa9da)[0xb6d269da]
cpu-x(instructions+0x0)[0x804a350]
cpu-x(main+0x7f)[0x804989f]
/usr/lib/libc.so.6(__libc_start_main+0xde)[0xb6c43e5e]
cpu-x[0x80499ca]
======= Memory map: ========
08048000-08050000 r-xp 00000000 08:01 2524133 /usr/bin/cpu-x
08050000-08051000 r--p 00007000 08:01 2524133 /usr/bin/cpu-x
08051000-08052000 rw-p 00008000 08:01 2524133 /usr/bin/cpu-x
08e12000-08e33000 rw-p 00000000 00:00 0 [heap]
b5f08000-b5f24000 r-xp 00000000 08:01 2496858 /usr/lib/libgcc_s.so.1
b5f24000-b5f25000 rw-p 0001b000 08:01 2496858 /usr/lib/libgcc_s.so.1
b5f25000-b5f2a000 rw-p 00000000 00:00 0
b5f2a000-b5f2e000 r-xp 00000000 08:01 2511624 /usr/lib/libXxf86vm.so.1.0.0
b5f2e000-b5f2f000 r--p 00004000 08:01 2511624 /usr/lib/libXxf86vm.so.1.0.0
b5f2f000-b5f30000 rw-p 00005000 08:01 2511624 /usr/lib/libXxf86vm.so.1.0.0
etc. etc.
Do you want me to post the whole thing somewhere?