Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUR pkgbuild fail to package: com.github.tkashkin.gamehub.changelog.xml does not exist #578

Closed
FabioLolix opened this issue Oct 17, 2021 · 2 comments

Comments

@FabioLolix
Copy link

Expected behavior

AUR pkgbuild builds

Actual behavior

AUR pkgbuild fail to build

Steps to reproduce

On Arch or Arch-based linux distro

sudo pacman -Syu --needed git base-devel
git clone https://aur.archlinux.org/gamehub-git.git
cd gamehub
makepkg -s
Version and environment

Latest dev branch commit

data/meson.build:47:23: ERROR: File com.github.tkashkin.gamehub.changelog.xml does not exist.

==> Starting build()...
The Meson build system
Version: 0.59.2
Source dir: /home/fabio/Dev/Github/PKGBUILD/gamehub-git/src/GameHub
Build dir: /home/fabio/Dev/Github/PKGBUILD/gamehub-git/src/GameHub/build
Build type: native build
Project name: com.github.tkashkin.gamehub
Project version: 0.16.1
C compiler for the host machine: cc (gcc 11.1.0 "cc (GCC) 11.1.0")
C linker for the host machine: cc ld.bfd 2.36.1
Vala compiler for the host machine: valac (valac 0.54.2)
Host machine cpu family: x86_64
Host machine cpu: x86_64
meson.build:6: WARNING: Consider using the built-in optimization level instead of using "-O0".
Configuring com.github.tkashkin.gamehub.gschema.xml using configuration

data/meson.build:47:23: ERROR: File com.github.tkashkin.gamehub.changelog.xml does not exist.

A full log can be found at /home/fabio/Dev/Github/PKGBUILD/gamehub-git/src/GameHub/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...

com.github.tkashkin.gamehub.changelog.xml exist in the master branch

while in the dev branch there is com.github.tkashkin.gamehub.changelog.xml.REMOVED.git-id with contenent "d20dfaa0823affae365c9d9b2067453ca4b9b5ec"

tkashkin added a commit that referenced this issue Oct 17, 2021
@tkashkin
Copy link
Owner

It should be fixed now.

I forgot to check other branches after running bfg on the repo and deleting the changelog by doing that.

@FabioLolix
Copy link
Author

Is fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants