[Gambas-user] Switching to GitLab

Gianluigi bagonergi at ...626...
Thu Aug 17 17:46:47 CEST 2017


I had previously successfully updated using these drastic commands.

cd gambasdevel
sudo make uninstall
cd
rm -rf gambasdevel/
git clone https://gitlab.com/gambas/gambas.git gambasdevel
cd gambasdevel
( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
~/Scrivania/R_conf-Gambsdevel.log 2>&1
( make && sudo make install ) > ~/Scrivania/Make_Inst-Gambasdevel.log 2>&1

This time I tried with the git pull command (gian at ...3678...:~gambasdevel$ git pull)
Since there were variations I gave the usual command:
( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) >
~/Scrivania/R_conf-Gambsdevel.log 2>&1

But I get this error:

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Remember to add `LT_INIT' to configure.ac.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory main to autoreconf
autoreconf: Entering directory `main'
autoreconf: running: aclocal -I m4 --install
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
Makefile.am: error: required file './ChangeLog' not found
autoreconf: automake failed with exit status: 1

What am I doing wrong?

Regards
Gianluigi


2017-08-17 16:11 GMT+02:00 Adrien Prokopowicz <adrien.prokopowicz at ...626...>
:

> Le Sun, 13 Aug 2017 14:56:51 +0200, Gianluigi <bagonergi at ...626...> a
> écrit:
>
> Hi Benoit,
>>
>> I apologize for ignorance but I have never used Git.
>> To update the Trunk, what should I do now?
>> To subscribe to the new ML?
>> To report a bug?
>> Write access is only for participating in the code, or?
>>
>> Regards
>> Gianluigi
>>
>
> (I'm responding here because this thread is a mess)
>
> I just updated the installation instructions on the wiki for those who
> want to
> download the development version from git : http://gambaswiki.org/wiki/ins
> tall#t6 .
>
> This should help those who are unfamiliar with git, and just want to
> download the
> latest development version. :-)
>
> --
> Adrien Prokopowicz
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list