[Gambas-user] Problem updating gambas

Bruce Steers bsteers4 at gmail.com
Mon Aug 21 14:31:27 CEST 2023


On Mon, 21 Aug 2023 at 13:10, Gianluigi <gradobag at gradobag.it> wrote:

> Il 21/08/23 13:51, Bruce Steers ha scritto:
>
> Well that was just weird.
>
> I had to sudo ./configure for it not to give permission errors then "make
> install" worked okay again.
>
> Never had an issue like that before
>
> Hi Bruce,
>
> When I update, to avoid problems, these are my steps (this is also due to
> my low comprehension of GIT):
>
> $ cd gambasdevel  <--- The folder containing the Git Master clone
>
> $ sudo make uninstall
>
> $ cd
>
> $ rm -rf olddevel/ <--- The folder containing the previous clone
>
> $ mv gambasdevel olddevel
>
> $ git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel
>
> $ cd gambasdevel
>
> $ ./reconf-all && ./configure -C
>
> $ make && LANG="C" sudo make install
>
> With these steps, I have never had updated problems.
>
> With Best Regards
>
> Gianluigi
>

I think it was because the drive my gambas stuff sits on was mounted at
startup and root was the owner and nothing i did changed owner of
disk/folders/files from root to me.

I found some info online saying about adding the following to fstab in the
disk mounting line...
umask=007,uid=1000,gid=1000

i used ubuntu disk utility to set it (see pic)

Now finally root is not owner of the disk and ./configure works fine.

what's odd is i have never had a problem before and didn't really change
anything (apart from usual updating with apt).
Then all of a sudden yesterday i started getting this permissions error
with ./configure.  my guess is a linux/mint update changed something in
permission giving.

Thanks anyway :)

BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230821/428426f6/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Untitled.jpg
Type: image/jpeg
Size: 63232 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230821/428426f6/attachment-0001.jpg>


More information about the User mailing list