[Gambas-user] Gambas 3 version on /trunk

Mayost Sharon sharon at 455.co.il
Tue Feb 1 08:33:25 CET 2022


Hello

First thanks

I tried the steps she suggested
It still does not work, even without the PPA

What I see in the terminal (I did not notice these messages before)

It gives the long error message as follows:

gb.jit: error: unable to compile JIT code of 'gb.form.terminal':

cc1: error: bad value (‘tigerlake’) for ‘-march =’ switch
cc1: note: valid arguments to '-march =' switch are: nocona core2 nehalem corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2 broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 native
cc1: error: bad value (‘tigerlake’) for ‘-mtune =’ switch
cc1: note: valid arguments to '-mtune =' switch are: nocona core2 nehalem corei7 westmere sandybridge corei7-avx ivybridge core-avx-i haswell core-avx2 broadwell skylake skylake-avx512 cannonlake icelake-client icelake-server cascadelake bonnell atom silvermont slm goldmont goldmont-plus tremont knl knm intel x86-64 eden-x2 nano nano-1000 nano-2000 nano-3000 nano-x2 eden-x4 nano-x4 k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3 athlon-fx amdfam10 barcelona bdver1 bdver2 bdver3 bdver4 znver1 znver2 btver1 btver2 generic native


**
** OOPS! INTERNAL ERROR. Program abortion, sorry! :-(
** Unable to compile JIT source file
**
** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2].
** [1] http://gambaswiki.org/bugtracker
** [2] https://lists.gambas-basic.org/listinfo/user
** 
עוד מידע על טקסט המקור הזה
טקסט המקור נדרש לצורך מידע נוסף על התרגום
שליחת משוב
חלוניות צדדיות


---------- Original Message -----------
From: Bruce Steers <bsteers4 at gmail.com>
To: Gambas Mailing List <user at lists.gambas-basic.org>
Sent: Tue, 1 Feb 2022 06:52:50 +0000
Subject: Re: [Gambas-user] Gambas 3 version on /trunk

> On Tue, 1 Feb 2022 at 06:22, Mayost Sharon <sharon at 455.co.il> wrote:
> 
> > Hello
> >
> > I reinstalled a new installation on another computer
> > It does not work
> > It gives message: "Unable to compile JIT source file"
> >
> > Thanks
> >
> > ---------- Original Message -----------
> > From: "Mayost Sharon" <sharon at 455.co.il>
> > To: Gambas Mailing List <user at lists.gambas-basic.org>
> > Sent: Sun, 30 Jan 2022 21:28:12 +0200
> > Subject: [Gambas-user] Gambas 3 version on /trunk
> >
> > > Hello
> > >
> > > I installed today NEW Linux Mint version 20.3 64BIT
> > >
> > > I tried to install GAMBAS3
> > >
> > > sudo add-apt-repository ppa:gambas-team/gambas-daily
> > > sudo apt-get update
> > > sudo apt-get install gambas3
> > >
> > > When I try to run gambas3
> > > It gives an error:
> > > Unable to compile JIT source file
> > >
> > > A week or weeks ago I tried and it worked well
> > >
> > > Is there a way to fix this
> > >
> > > Thanks
> >
> 
> I tried to uninstall my compiled gambas and install the daily on my
> mint20.3 but it just worked okay.
> 
> Does the normal (not ppa) Gambas3 install work?
> 
> I can only imagine some dependency has not been installed via PPA.
> I would try removing the PPA version, installing the default, then
> upgrading.
> 
> sudo apt-get remove "gambas3*"
> sudo add-apt-repository remove ppa:gambas-team/gambas-daily
> sudo apt-get update
> sudo apt-get install gambas3
> 
> then see if linuxmints repository gambas installs and runs okay.
> if yes try adding the daily repository again and see if it works.
> 
> sudo add-apt-repository ppa:gambas-team/gambas-daily
> sudo apt-get update
> sudo apt-get install gambas3
> 
> Or possibly the jit compiling needs some of the build tools?
> 
> sudo apt-get install build-essential g++ automake autoconf libtool
> 
> Hope that helps.
> If not i hope someone who knows what the problem may be can intervene? :)
> 
> BruceS
------- End of Original Message -------



More information about the User mailing list