Package Details: sysprof-git 3.40.0+1+g7353f8d-1

Git Clone URL: https://aur.archlinux.org/sysprof-git.git (read-only, click to copy)
Package Base: sysprof-git
Description: Kernel based performance profiler
Upstream URL: https://wiki.gnome.org/Apps/Sysprof
Licenses: GPL
Groups: gnome-extra
Conflicts: sysprof, sysprof2-git
Provides: sysprof, sysprof2-git
Replaces: sysprof2-git
Submitter: titaniumtown
Maintainer: Mr.Smith1974
Last Packager: ignapk
Votes: 2
Popularity: 0.007562
First Submitted: 2020-03-01 00:12 (UTC)
Last Updated: 2021-03-21 23:48 (UTC)

Required by (12)

Sources (1)

Latest Comments

pjtsearch commented on 2020-08-10 22:36 (UTC)

It should build fine now: https://gitlab.gnome.org/GNOME/sysprof/-/merge_requests/35#note_888252

ignapk commented on 2020-07-26 20:16 (UTC) (edited on 2020-07-26 20:16 (UTC) by ignapk)

fails to build with error:

../sysprof/src/libsysprof/sysprof-proxy-source.c: In function ‘sysprof_proxy_source_cat’:
../sysprof/src/libsysprof/sysprof-proxy-source.c:456:19: error: ‘errno’ undeclared (first use in this function)
  456 |       int errsv = errno;
      |                   ^~~~~
../sysprof/src/libsysprof/sysprof-proxy-source.c:27:1: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?
   26 | #include <sysprof.h>
  +++ |+#include <errno.h>
   27 | 
../sysprof/src/libsysprof/sysprof-proxy-source.c:456:19: note: each undeclared identifier is reported only once for each function it appears in
  456 |       int errsv = errno;
      |                   ^~~~~
../sysprof/src/libsysprof/sysprof-proxy-source.c: In function ‘sysprof_proxy_source_complete_monitor’:
../sysprof/src/libsysprof/sysprof-proxy-source.c:473:19: error: ‘errno’ undeclared (first use in this function)
  473 |       int errsv = errno;
      |                   ^~~~~
../sysprof/src/libsysprof/sysprof-proxy-source.c:473:19: note: ‘errno’ is defined in header ‘<errno.h>’; did you forget to ‘#include <errno.h>’?

builds successfully in gnome-builder with flatpak updated gnome platform and sdk

A.J commented on 2020-07-15 11:16 (UTC)

same as @tallero had to built it manually

tallero commented on 2020-07-12 20:02 (UTC)

It currently fails to build.

titaniumtown commented on 2020-05-26 20:46 (UTC)

Yea, I should probably do that

fisch02 commented on 2020-03-04 17:33 (UTC)

Can you add provides, conflicts and replaces for sysprof2-git?