Anyone understands whats going on here and how to correct it?

:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  hypnotix-git-r7.440acc1-1

  1 hypnotix-git                             (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/lizzias/.cache/yay/hypnotix-git
:: Downloaded PKGBUILD (1/1): hypnotix-git
  1 hypnotix-git                             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: (1/1) Parsing SRCINFO: hypnotix-git
==> Making package: hypnotix-git r7.440acc1-1 (Thu 19 Nov 2020 07:06:02 PM EST)
==> Retrieving sources...
  -> Cloning hypnotix git repo...
Cloning into bare repository '/home/lizzias/.cache/yay/hypnotix-git/hypnotix'...
remote: Enumerating objects: 299, done.
remote: Counting objects: 100% (299/299), done.
remote: Compressing objects: 100% (231/231), done.
remote: Total 299 (delta 68), reused 255 (delta 37), pack-reused 0
Receiving objects: 100% (299/299), 2.13 MiB | 21.78 MiB/s, done.
Resolving deltas: 100% (68/68), done.
==> Validating source files with b2sums...
    hypnotix ... Skipped
==> Making package: hypnotix-git r7.440acc1-1 (Thu 19 Nov 2020 07:06:03 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating hypnotix git repo...
Fetching origin
==> Validating source files with b2sums...
    hypnotix ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of hypnotix git repo...
Cloning into 'hypnotix'...
done.
==> Starting pkgver()...
==> Updated version: hypnotix-git r18.2b0cc8e-1
==> Sources are ready.
==> Making package: hypnotix-git r18.2b0cc8e-1 (Thu 19 Nov 2020 07:06:05 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
Building the mo files
# WARNING: the second sed below will only works correctly with the languages that don't contain "-"
for file in `ls po/*.po`; do \
	lang=`echo $file | sed 's@po/@@' | sed 's/\.po//' | sed 's/hypnotix-//'`; \
	install -d usr/share/locale/$lang/LC_MESSAGES/; \
	msgfmt -o usr/share/locale/$lang/LC_MESSAGES/hypnotix.mo $file; \
done \

==> Entering fakeroot environment...
==> Starting package()...
install: omitting directory 'usr/share/hypnotix/pictures'
==> ERROR: A failure occurred in package().
    Aborting...
error making: hypnotix-git

Looks like there’s an update to hypnotix so i need to update the PKGBUILD (last update was for r7, it’s now at r18). Give me a mo.

6 Likes

you’re the best!

2 Likes

OK, update done for Clements’ “second batch of features”. Rebuild and it will work (for r18 at least…).

https://aur.archlinux.org/cgit/aur.git/commit/?h=hypnotix-git&id=f6dc4b65ade29c6e42a5bf211eaaf19e29c4ffbd

5 Likes

Such a great update too. Ty!!

1 Like