maaslalani/slides

ArchLinux - Failed to install

rlopzc opened this issue · 5 comments

rlopzc commented

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. yay -S slides

Expected behavior
Slides is installed

Desktop (please complete the following information):

  • OS: Arch
  • Version Kernel: 6.1.14-1-lts

Additional context
Logs:

romarin ~ λ yay -S slides
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  slides-0.9.0-1

  1 slides                           (Build Files Exist)
...
:: (1/1) Parsing SRCINFO: slides
==> Making package: slides 0.9.0-1 (sáb 04 mar 2023 07:17:28)
==> Retrieving sources...
  -> Updating slides git repo...
==> Validating source files with sha256sums...
    slides ... Skipped
==> Making package: slides 0.9.0-1 (sáb 04 mar 2023 07:17:29)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating slides git repo...
==> Validating source files with sha256sums...
    slides ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of slides git repo...
Cloning into 'slides'...
done.
Switched to a new branch 'makepkg'
==> Sources are ready.
==> Making package: slides 0.9.0-1 (sáb 04 mar 2023 07:17:30)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
go: clean -testcache cannot be used with package arguments
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: slides

Hey @rlopzc I packaged this on the AUR; I'll take a look at this.

Try it again; looks like the go cli changed what args are valid there.

I just updated the slides package, working on fixing slides-git:

Ref:

Ok, slides and slides-git are both fixed. slides-bin should be unaffected since it doesn't actually build the software.

Can you confirm you're able to install slides now with 0.9.0-2 on the AUR?

rlopzc commented

It is fixed!

I opened the slides commmand, is working, but the graphs look like this:
image

How can I fix them?

Awesome!

Afraid I'm not going to able to be much help with the graph issue since I don't really know what it's supposed to look like. A new issue should help find somebody who does know.