Gambas3 op openSUSE 15.6?

Op/af: in OpenSUSE 15.6 zijn de ervaringen gemengd, bv verschil tussen upgrade en nieuwe installatie. Bij elke nieuwe installatie is het afwachten, bv omdat de munix repo waaruit het werkte, verdwenen is. Hieronder een overzicht, recentste bovenaan…


28/07/2026 geeft een nieuwe installatie een foutmelding:

This application has raised an unexpected
error and must abort.

Unable to find method Application_Log in class Project. Symbol not found.

[gb.jit].CCompilation.Wait.247

Op de commandline gestart: gbr3 –help
Gambas interpreter version 3.22.0 785d493 (master)

Op de Gambas bugtracking wel vermeld:

Date: Thu, 17 Jul 2025 14:21:22 GMT 
This error occurred due to a change/update in the gcc compiler and has been fixed. You must update to a newer gambas version that has the fix. (you did not include what gambas version you are using in your details) To upgrade gambas to the latest stable version type the following in a terminal... sudo zypper addrepo https://download.opensuse.org/repositories/home:gambas:stable/openSUSE_Tumbleweed/home:gambas:stable.repo sudo zypper refresh sudo zypper install gambas3 Or run gambas without JIT. To disable JIT set the GB_NO_JIT environment variable to true. like this... $ env GB_NO_JIT = true gambas3

24/08/2026, … , 31/07/2026 update meldingen (van gambas3)..maar deze updates uitvoeren veranderen niets aan bovenstaand probleem.

Wat wel hielp was de tip in de mailinglist om zonder JIT te starten. Op de commandline:

env GB_NO_JIT=true gambas3

09/08/2025: Kort: Ondertussen werkt het perfect ok op Leap 15.6.

Op software.opensuse.org vind je gambas3 from home:gambas:3.21 project:

zypper addrepo https://downloadcontent.opensuse.org/repositories/home:gambas:3.21/openSUSE_Leap_15.6
$ zypper addrepo https://downloadcontent.opensuse.org/repositories/home:gambas:${VERSION}/openSUSE_Leap_15.6/home:gambas:${VERSION}.repo
$ zypper refresh
$ zypper install gambas3

Dit werkt goed; nadien staat gambas zichtbaar in Yast2 softwarebeheer, alles behalve gambas3-benchmark en gambas3-examples.


(Oorspronkelijk niet gelukt en toen overgestapt op Tumbleweed en Gambas 3.20.4)

In OpenSUSE 15.5 was Gambas3 niet aanwezig (op software.opensuse.org; wel ooit op een andere manier aan de praat gekregen). Maar na een update naar openSUSE 15.6 kunnen we daar weer wel op een “community” package 1-klikken om te installeren of om te bewaren als een installatiebestand: gambas3.ymp

home:munix9 Community 3.20.4

home:munix9:unstable Community 3.20.99+git.20250606….

Na aanvankelijke installatie daarvan is gambas er (in het menu bv) nog niet (misschien wel de runtime), en kan je verder gambas installeren uit het package management van Yast: gambas3. Die is daarna te vinden in het (klassiek) menu onder developement.

In de huidige (2025-08-08) installatie van OpenSUSE: Gambas 3.20.4-lp156.16.1 werkt het perfect, ondanks de problemen in een vroegere installatie op 15.6.


Oorspronkelijk: Helaas start Gambas3 met een fout:

 
This application has raised an unexpected
error and must abort.

Unable to find method Application_Log in class Project. Symbol not found.

[gb.jit].CCompilation.Wait.247

Even checken vanop de commandline:

**  
** OOPS! INTERNAL ERROR. Program aborting, sorry! 🙁
** Unable to compile JIT source file
**  
** [gb.jit].CCompilation.Wait.247: Unable to find method Application_Log in class Project. Symbol not found
**  
** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2].
** [1] https://gambaswiki.org/bugtracker
** [2] https://lists.gambas-basic.org/#user
**

gb.jit: error: unable to compile JIT pointers of 'gb.form.terminal': 
| gcc: error: unrecognized command line option ‘-std=gnu17’; did you mean ‘-std=gnu11’?
|  

**  
** OOPS! INTERNAL ERROR. Program aborting, sorry! 🙁
** Unable to compile JIT source file
**  
** [gb.jit].CCompilation.Wait.247: Unable to find method Application_Log in class Project. Symbol not found
**  
** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2].
** [1] https://gambaswiki.org/bugtracker
** [2] https://lists.gambas-basic.org/#user
**

Dit was dus geen succes, en ik probeer met Tumbleweed.. 14/6/2025

Distributions

openSUSE Tumbleweed

Education Experimental 3.14.3

home:gambas:stable Community 3.20.4+20250520+1

Gambas3 start alvast, ik check verder of bestaande programma’s werken…