[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stable says master


Le 31/07/2025 à 10:26, Bruce Steers a écrit :


On Wed, 30 Jul 2025 at 20:12, gbWilly <gbWilly@xxxxxxxxxxxxxx <mailto:gbWilly@xxxxxxxxxxxxxx>> wrote:

    On Wednesday, July 30th, 2025 at 18:07, Benoît Minisini
    <benoit.minisini@xxxxxxxxxxxxxxxx <mailto:benoit.minisini@gambas-
    basic.org>> wrote:

     > Le 30/07/2025 à 17:03, Bruce Steers a écrit :
     >
     > > Not sure if this has been mentioned already but If you version the
     > > latest OBS stable release you get this..
     > >
     > > 3.20.4 ab0099a (master)
     > >
     > > So version and commit hash are correct but wrong branch name?
     > >
     > > When compiling it shows correctly as stable, just the OBS
    installing has
     > > a misnomer.
     > > Respects
     > > BruceS
     >
     >
     > Where do you see that exactly?
     >
     > --
     > Benoît Minisini.

    It has been discussed on gambas.one forum.

    The poster of a bug you addressed had this posted on forum as we
    asked him to install stable from OSB to see if it solved his issue
    before reporting the bug.

    The version info is from the IDE system info after installing OSB
    stable. Other forum members, that also have stable installed from
    OSB, confirmed stable having commit added after version 3.20.4.

    gbWilly

    Gambas3 for Debian/Ubuntu
    GambOS

    ...there is always a Catch if things go wrong


Yes it seems to be everyone.

Here is a snippet from a post today on the gambas-club-de forum,,,

Hier noch die Details Systeminfo
[System]
Gambas=3.20.4 ab0099a (master)
OperatingSystem=Linux
Distribution=Ubuntu 22.04.5 LTS (Jammy Jellyfish)
Kernel=6.8.0-65-generic

here's a terminal command...

for s in $(ls /usr/bin/gb*3); do echo -n "$s = "; $s -V; done
/usr/bin/gba3 = 3.20.4 ab0099a (master)
/usr/bin/gbc3 = 3.20.4 ab0099a (master)
/usr/bin/gbh3 = bash: /usr/bin/gbh3: No such file or directory
/usr/bin/gbi3 = 3.20.4 ab0099a (master)
/usr/bin/gbr3 = 3.20.4 ab0099a (master)
/usr/bin/gbs3 = 3.20.4
/usr/bin/gbw3 = 3.20.4
/usr/bin/gbx3 = 3.20.4 ab0099a (master)

That's from ubuntu 25.04 OBS install

Respects
BruceS


It's the autoconf macro that detects the current commit with git that does not work anymore when Gambas is built in the OBS context.

I don't know how to send the commit used by OBS to the inner Gambas makefiles.

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: stable says masterBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
References:
stable says masterBruce Steers <bsteers4@xxxxxxxxx>
Re: stable says masterBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: stable says mastergbWilly <gbWilly@xxxxxxxxxxxxxx>
Re: stable says masterBruce Steers <bsteers4@xxxxxxxxx>