Package Details: hawktracer 0.7.0-2

Git Clone URL: https://aur.archlinux.org/hawktracer.git (read-only, click to copy)
Package Base: hawktracer
Description: HawkTracer - a highly portable, low-overhead, configurable profiling tool
Upstream URL: https://github.com/loganek/hawktracer
Keywords: debug trace
Licenses: MIT
Conflicts: hawktracer-git
Provides: hawktracer
Submitter: joykim
Maintainer: joykim
Last Packager: joykim
Votes: 1
Popularity: 0.000000
First Submitted: 2019-01-15 03:43 (UTC)
Last Updated: 2019-01-18 08:48 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

jholmer commented on 2022-05-11 16:05 (UTC) (edited on 2022-05-11 16:05 (UTC) by jholmer)

As of this morning I'm seeing build failures with both in this and the hawktracer-git package. Ideas?

[ 50%] Building CXX object lib/CMakeFiles/hawktracer.dir/tcp_server.cpp.o
/home/soichiro/.cache/yay/hawktracer/src/hawktracer-0.7.0/lib/tcp_server.cpp: In function ‘HT_Thread* ht_thread_create(ht_thread_callback_t, void*)’:
/home/soichiro/.cache/yay/hawktracer/src/hawktracer-0.7.0/lib/tcp_server.cpp:56:28: error: no matching function for call to ‘operator new(sizetype, std::thread*)’
   56 |     new(&th->th) HT_Thread();
      |                            ^
<built-in>: note: candidate: ‘void* operator new(long unsigned int)’
<built-in>: note:   candidate expects 1 argument, 2 provided