Navigation Menu

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

Use upstream manifest #1

Merged
merged 2 commits into from Jun 10, 2021
Merged

Use upstream manifest #1

merged 2 commits into from Jun 10, 2021

Conversation

lionirdeadman
Copy link
Contributor

from : https://gitlab.com/Windstille/windstille/-/blob/windstille-0.2.x/io.gitlab.windstille.Windstille-0_2.json

It doesn't build because the shared-modules want lz archives which can't be extracted.
After changing that, it results in when trying to start the game :

ldconfig: /app/lib/libguile-3.0.so.1.2.0-gdb.scm is not an ELF file - it has the wrong magic bytes at the start.

Created /var/home/DaSH/.windstille
Loading Guile Code... done
Detected 0 joysticks
InputManager::init(/app/share/windstille-0.2/controller/keyboard.scm)
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /app/share/windstille-0.2/helper.scm
;;; helper.scm:15:2: warning: possibly unbound variable `scm-repl-prompt'
;;; helper.scm:16:4: warning: possibly unbound variable `set-repl-prompt!'
;;; helper.scm:19:13: warning: possibly unbound variable `top-repl'
;;; helper.scm:24:4: warning: possibly unbound variable `set-repl-prompt!'
;;; compiled /var/home/DaSH/.var/app/io.gitlab.windstille.Windstille-0_2/cache/guile/ccache/3.0-LE-8-4.3/app/share/windstille-0.2/helper.scm.go
;;; compiling /app/share/windstille-0.2/gui.scm
;;; compiled /var/home/DaSH/.var/app/io.gitlab.windstille.Windstille-0_2/cache/guile/ccache/3.0-LE-8-4.3/app/share/windstille-0.2/gui.scm.go
/usr/include/c++/10.2.0/bits/stl_vector.h:1063: (null): Assertion '__builtin_expect(__n < this->size(), true)' failed.```

@flathubbot
Copy link

Started test build 50384

@flathubbot
Copy link

Build 50384 failed

@hfiguiere
Copy link

build did work fine here.

@hfiguiere
Copy link

bot, build

@flathubbot
Copy link

Queued test build for io.gitlab.windstille.Windstille-0_2.

@flathubbot
Copy link

Started test build 50459

@flathubbot
Copy link

Build 50459 failed

@flathubbot
Copy link

Started test build 50465

@lionirdeadman
Copy link
Contributor Author

Note for anyone following outside of the flatpak channel, this is the current runtime error now :

flatpak run io.gitlab.windstille.Windstille-0_2 
Created /var/home/DaSH/.windstille
Loading Guile Code... done
Detected 0 joysticks
InputManager::init(/app/share/windstille-0.2/controller/keyboard.scm)
/usr/include/c++/10.2.0/bits/stl_vector.h:1063: (null): Assertion '__builtin_expect(__n < this->size(), true)' failed.

@flathubbot
Copy link

Build 50465 failed

@barthalion
Copy link
Member

bot, build

@flathubbot
Copy link

Queued test build for io.gitlab.windstille.Windstille-0_2.

@flathubbot
Copy link

Started test build 50518

@flathubbot
Copy link

Build 50518 successful
To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/48584/io.gitlab.windstille.Windstille-0_2.flatpakref

@Grumbel Grumbel merged commit eddf812 into flathub:master Jun 10, 2021
@barthalion
Copy link
Member

Note it doesn't work so I cancelled the build:

~ > flatpak run io.gitlab.windstille.Windstille-0_2
Created /var/home/bpiotrowski/.windstille
Loading Guile Code... done
Detected 0 joysticks
InputManager::init(/app/share/windstille-0.2/controller/keyboard.scm)
/usr/include/c++/10.2.0/bits/stl_vector.h:1063: (null): Assertion '__builtin_expect(__n < this->size(), true)' failed.

@lionirdeadman
Copy link
Contributor Author

Seems they took the lead and fixed it with cf9399e.

We did it, 1.6 is gone! 🎉

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

Successfully merging this pull request may close these issues.

None yet

5 participants