I can only think of the missing makepkg -s
command to install all dependencies.
The output does not make any sense to me, sorry.
Git Clone URL: | https://aur.archlinux.org/oh-my-git-git.git (read-only, click to copy) |
---|---|
Package Base: | oh-my-git-git |
Description: | An interactive Git learning game! |
Upstream URL: | https://ohmygit.org/ |
Keywords: | game git learning |
Licenses: | custom |
Submitter: | dodecahedron |
Maintainer: | Felixoid |
Last Packager: | Felixoid |
Votes: | 4 |
Popularity: | 0.015805 |
First Submitted: | 2021-10-13 20:08 (UTC) |
Last Updated: | 2024-09-11 06:24 (UTC) |
I can only think of the missing makepkg -s
command to install all dependencies.
The output does not make any sense to me, sorry.
Godot tries to look for the templates in the wrong location, the workaround of setting the HOME variable to srcdir does not seem to work correctly:
ERROR: Cannot export project with preset "Linux" due to configuration errors:
No export template found at the expected path:
/home/user/.local/share/godot/templates/3.6.stable/linux_x11_64_debug
No export template found at the expected path:
/home/user/.local/share/godot/templates/3.6.stable/linux_x11_64_release
solved, thanks for your quick response!
It's due to an outdated version of godot3-export-templates. I've updated the dependency package, please retry
Hello, thanks for maintaining this package. any idea about this error?
[aryan@Arnix oh-my-git]$ oh-my-git
ERROR: Pack created with a newer version of the engine: 3.6.
at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
at: try_open_pack (core/io/file_access_pack.cpp:217)
ERROR: Pack created with a newer version of the engine: 3.6.
at: try_open_pack (core/io/file_access_pack.cpp:217)
Error: Couldn't load project data at path ".". Is the .pck file missing?
If you've renamed the executable, the associated .pck file should also be renamed to match the executable's name (without the extension).
Warning: Missing charsets in String to FontSet conversion
[aryan@Arnix oh-my-git]$ oh-my-git --version
3.5.3.stable.official.6c814135b
[aryan@Arnix oh-my-git]$
This package neither provides nor conflicts with https://aur.archlinux.org/packages/oh-my-git. It's a completely different package
Hi Felixoid,
Would you mind making the following changes to the package so it builds correctly on a clean chroot?
depends
needs additional entries: libglvnd
, libxcursor
, libxi
, libxinerama
, libxrandr
, and libxrender
.
makedepends
needs additional entries git
and xorg-server-xvfb
.
In build
, please replace make linux
with xvfb-run make linux
. (This allows the build to run headlessly. It also prevents a graphical window from appearing during the build.)
Thanks!
Regards
Claudia
@Aryan use the aur helper to get dependencies
https://aur.archlinux.org/packages/godot3 https://aur.archlinux.org/packages/godot3-export-templates
aryan@Archian:/tmp/oh-my-git-git$ makepkg -sr
==> Making package: oh-my-git-git 0.6.4.r21.gce9fcda-1 (Thu 29 Feb 2024 08:19:52 PM +0330)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
error: target not found: godot3
error: target not found: godot3-export-templates
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> godot3 -> godot3-export-templates ==> ERROR: Could not resolve all dependencies.
i editied the PKGBUILD of godot3-export-templates and removed LISCENCE installation part. But now i get these error from oh-my-git-git -> HasteBin.
I am on Hyprland , does this have anything to do with this ?
Pinned Comments
Felixoid commented on 2024-09-11 06:14 (UTC)
This package neither provides nor conflicts with https://aur.archlinux.org/packages/oh-my-git. It's a completely different package