Package Details: uftrace 0.15-1

Git Clone URL: https://aur.archlinux.org/uftrace.git (read-only, click to copy)
Package Base: uftrace
Description: Function graph tracer for C/C++/Rust
Upstream URL: https://github.com/namhyung/uftrace
Licenses: GPL2
Submitter: ganadist
Maintainer: FantasqueX
Last Packager: FantasqueX
Votes: 5
Popularity: 0.000246
First Submitted: 2016-10-06 05:36 (UTC)
Last Updated: 2024-01-09 06:14 (UTC)

Latest Comments

kbumsik commented on 2019-12-12 23:26 (UTC)

@1ace I applied your patch, thanks for your suggestion!

1ace commented on 2019-12-12 19:35 (UTC) (edited on 2019-12-12 19:38 (UTC) by 1ace)

@kbumsik: you broke the build with your last commit (0b8ae70a50d7)

I suggest the following patch to get rid of unnecessary bits:

diff --git a/PKGBUILD b/PKGBUILD
index 86116e41db9d7f0d3a46..7e8736d9ce519b42b695 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,13 +23,13 @@ noextract=()
 sha256sums=('d801d72e3cdd83c510aeecc5160482d879498cf08fffd21e64f84151001e18ea')

 build() {
-  mkdir -p "$pkgname"/build
-  cd "$pkgname"/build
-  ../configure --prefix=/usr
+  mkdir -p build
+  cd build
+  ../"$pkgname-$pkgver"/configure --prefix=/usr
   make
 }

 package() {
-  cd "$pkgname"/build
+  cd build
   make DESTDIR="$pkgdir/" install
 }

kbumsik commented on 2019-12-11 16:55 (UTC)

@xtrm0 I updated the PKGBUILD after taking over this package.

xtrm0 commented on 2017-07-19 15:35 (UTC)

Currently tracked version does not work. To make it work just use a more recent version. I used commit 81cb5d6 of https://github.com/namhyung/uftrace and it works