[Gambas-user] Gambas packages installation on Manjaro

Jorge Carrión shordi at gmail.com
Tue Aug 1 11:43:28 CEST 2023


*>I never use installer packages I just copy project folder and recompile.*
Before retirement I was a Gambas3 analyst and programmer for my company for
15 years. All my programs had to run (and still do) on more than 100
machines, I wouldn't dream of handing out source code. I made myself a
repository on our servers and the .deb packages were installed and updated
on all machines with no problem (well... ahem, ahem). Since then I like to
install my programs on my machine which allows me to see them in system
menus, put them in login programs, etc. It is also used to check external
dependencies and more.

*>Does the packager have gambas options set in the requirements? Like
require minimum gambas version, gambas components, etc.*
*If so try removing those options.*
The problem is that pacman doesn't see the Gambas3 installation from source
and needs to check the dependencies.

*>Install gambas via pacman, then install all your programs, then update to
autotools gambas after.*
This may, perhaps, be the solution. I have no idea how to upgrade from
3.18.2 to 3.18.3 from sources... but I'll do some more digging.

Thank you very much for the feed back.

Best Regards


El mar, 1 ago 2023 a las 10:46, Bruce Steers (<bsteers4 at gmail.com>)
escribió:

>
>
> On Tue, 1 Aug 2023, 09:32 Jorge Carrión, <shordi at gmail.com> wrote:
>
>> This summer thing is very dangerous: every year I embark on something
>> that later is not always useful for anything. This year it's Manjaro's turn.
>>
>> I have installed Manjaro KDE (first I installed KDE neon, but it was too
>> "ubuntu" and the only new thing to learn was the interface configuration,
>> which didn't motivate me too much).
>>
>> In the Manjaro repositories lives Gambas3 3.18.2, which is the
>> penultimate version. I want the latest stable, that is 3.18.3.
>> No problemo. On the Gambas3 page there are precise instructions that with
>> copy-paste work wonderfully. Gambas3 installed. Okay
>>
>> I try some of my projects from the IDE. Perfect.
>>
>> Now you have to install those of my programs that I always install. The
>> handling of the keys, the Casio screen, the writing novels, the music
>> player, etc. etc... and that's where I crash.
>>
>> Arch has its equivalent of Ubuntu's apt, the pacman. It's super powerful
>> and cool... for managing packages in repositories. The problem is that when
>> installing gambas3 from the source, according to pacman gambas3 is not
>> installed, therefore the packages with my programs do not meet the
>> dependencies and cannot be installed.
>>
>> One of the cool options in pacman is to create your own repository but
>> before I get into that...
>> Is there a way to install my packages in Manjaro without installing
>> Gambas3 from a repository?
>>
>> Has anyone using Arch faced this issue?
>>
>
> I never use installer packages I just copy project folder and recompile.
>
> Does the packager have gambas options set in the requirements? Like
> require minimum gambas version, gambas components, etc.
> If so try removing those options.
>
> Another option..
> Install gambas via pacman, then install all your programs, then update to
> autotools gambas after.
>
> BruceS
>
>>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230801/91614abb/attachment.htm>


More information about the User mailing list