linphone-users
[Top][All Lists]
Advanced

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

[Linphone-users] Someone forgot to update the version in the makefile


From: Sebastian Nielsen
Subject: [Linphone-users] Someone forgot to update the version in the makefile
Date: Sun, 8 Oct 2017 04:09:35 +0200

I just cloned fresh from git://git.linphone.org/linphone.git and when compiling I get the following error:

 

 

if test -n "`cd .. && git log -1 --pretty=format:%H configure.ac`" ; then  \

        if test "`cd .. && git describe --always`" != "" ; then \

                if [ "`cd .. && git describe --abbrev=0`" != "3.11.2" ]; then \

                        /bin/echo "*** PACKAGE_VERSION and git tag differ. Please put them identical."; \

                        exit 1; \

                fi ; \

                printf "#define LIBLINPHONE_GIT_VERSION \"`cd .. && git describe --always`\"\n" > ./liblinphone_gitversion.h.tmp ; \

        elif test "`cd .. && git rev-parse HEAD`" != "" ; then \

                printf "#define LIBLINPHONE_GIT_VERSION \"3.11.2_`cd .. && git rev-parse HEAD`\"\n" > ./liblinphone_gitversion.h.tmp ; \

        else \

                printf "" > ./liblinphone_gitversion.h.tmp ; \

        fi ; \

        if ! test -f ./liblinphone_gitversion.h ; then \

                cp -f ./liblinphone_gitversion.h.tmp ./liblinphone_gitversion.h ; \

        fi ; \

        if test "`cat ./liblinphone_gitversion.h.tmp`" != "`cat ./liblinphone_gitversion.h`" ; then \

                cp -f ./liblinphone_gitversion.h.tmp ./liblinphone_gitversion.h ; \

        fi ; \

        rm -f ./liblinphone_gitversion.h.tmp ; \

else \

        touch liblinphone_gitversion.h ; \

fi

*** PACKAGE_VERSION and git tag differ. Please put them identical.

Makefile:1201: receptet för målet ”make_gitversion_h” misslyckades

make[2]: *** [make_gitversion_h] Fel 1

make[2]: Lämnar katalogen ”/root/linphone/coreapi”

Makefile:610: receptet för målet ”all-recursive” misslyckades

make[1]: *** [all-recursive] Fel 1

make[1]: Lämnar katalogen ”/root/linphone”

Makefile:537: receptet för målet ”all” misslyckades

make: *** [all] Fel 2

 

 

The output of: ” git describe --abbrev=0 ”

Is:

3.12.0

 

So apparently someone forgot to update the make scripts with the correct PACKAGE_VERSION, since PACKAGE_VERSION is 3.11.2.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]