Package Details: poop-git 0.4.0.r4.g281428f-1

Git Clone URL: https://aur.archlinux.org/poop-git.git (read-only, click to copy)
Package Base: poop-git
Description: Performance Optimizer Observation Platform
Upstream URL: https://github.com/andrewrk/poop
Licenses: MIT
Conflicts: poop
Provides: poop
Submitter: Ratakor
Maintainer: Ratakor
Last Packager: Ratakor
Votes: 0
Popularity: 0.000000
First Submitted: 2023-08-14 11:38 (UTC)
Last Updated: 2023-08-14 11:38 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Ratakor commented on 2023-08-24 13:23 (UTC)

Oh yea that's true, thank you :)

orhun commented on 2023-08-24 08:07 (UTC)

It should be renamed to poop-bin. poop should build it from source.

Ratakor commented on 2023-08-24 04:59 (UTC)

I added https://aur.archlinux.org/packages/poop for prebuilt binaries.

orhun commented on 2023-08-19 17:43 (UTC)

But it doesn't build right now due to Zig 0.10.1

Ratakor commented on 2023-08-19 14:02 (UTC)

It would be better to depend on zig>=0.11 because there are other packages up to date other than zig-git (zig-dev-bin for example). But sadly package version along 'provides' is rarely set in PKGBUILDs so I'll just keep it as is because I don't want users to be locked with zig-git.

orhun commented on 2023-08-18 15:53 (UTC)

I'm unable to build in a clean chroot:

/build/poop-git/src/poop/build.zig:3:21: error: root struct of file 'std' has no member named 'Build'
pub fn build(b: *std.Build) void {
                 ~~~^~~~~~
referenced by:
    runBuild: /usr/lib/zig/build_runner.zig:231:45
    usage__anon_5137: /usr/lib/zig/build_runner.zig:242:13
    remaining reference traces hidden; use '-freference-trace' to see all reference traces

It requires Zig 0.11 to build. Consider depending on zig-git until 0.11 is available in the official repositories.