From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mail.stargrave.org (Postfix) with ESMTPS id 8377513A2E for ; Wed, 13 May 2015 12:00:03 +0300 (MSK) Received: by wicmc15 with SMTP id mc15so73222173wic.1 for ; Wed, 13 May 2015 02:00:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=trBEePYI9Qm+lTt3WNp79uwvqqI4UtGyS3xwAkbV0+g=; b=TVdwbHyV8x41UK5IHDdP5FNUuJr9HA9UWbfihLlcRqXEOgWmbgGV1v7+M6BcXQCIWO 1pO2x/k2nSNh+bV/8tk7+WgFV/8M4sQxf6Aptshvoa9UbRijs/a4ifzXQVi8D6VLGNrS p4Q8xjToF2HuDO5WJXEYWDy7JVISNMQPkqawThOYfz/eJFb9ay1VMRL1IT7RAkH+qFHo UvD39oZxS+ZhnNZ13icxdCjGhBnp/Wa7iaM1M+vueKGxf9LqsH9Li0k3PtK7l1yrKBo9 n5xMUb/TitpG4dvV5S/WYhK4autoU7KTaYNrzOtZug1YTR/ZKvcP3pA/+7VJNeiX1xCQ n9yw== MIME-Version: 1.0 X-Received: by 10.194.200.42 with SMTP id jp10mr37202458wjc.66.1431507601665; Wed, 13 May 2015 02:00:01 -0700 (PDT) Received: by 10.28.64.196 with HTTP; Wed, 13 May 2015 02:00:01 -0700 (PDT) In-Reply-To: <20150513084716.GB1464@stargrave.org> References: <20150513084716.GB1464@stargrave.org> Date: Wed, 13 May 2015 12:00:01 +0300 Message-ID: From: Alan Holt To: Alan Holt , govpn-devel@lists.cypherpunks.ru Content-Type: multipart/alternative; boundary=047d7bb042721735710515f2d657 X-Mailman-Approved-At: Wed, 13 May 2015 12:31:46 +0300 Subject: Re: [Govpn-devel] build from last tarball X-BeenThere: govpn-devel@lists.cypherpunks.ru X-Mailman-Version: 2.1.18 Precedence: list List-Id: "GoVPN announcements, patches, questions and bug reports" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2015 09:00:03 -0000 --047d7bb042721735710515f2d657 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable *Hello again,* *I do checks on two systems. * *- Ubuntu 14.04.2 LTS Server * *- CentOS release 6.6 Final* *With all updates installed on it.* *On Ubuntu 14.04.2 LTS Server* root@calvin:~/govpn# make --version GNU Make 3.81 This program built for x86_64-pc-linux-gnu root@calvin:~# git clone https://github.com/stargrave/govpn.git Cloning into 'govpn'... remote: Counting objects: 699, done. remote: Compressing objects: 100% (4/4), done. remote: Total 699 (delta 0), reused 0 (delta 0), pack-reused 695 Receiving objects: 100% (699/699), 192.46 KiB | 136.00 KiB/s, done. Resolving deltas: 100% (411/411), done. Checking connectivity... done. root@calvin:~# cd govpn root@calvin:~/govpn# git checkout develop Already on 'develop' Your branch is up-to-date with 'origin/develop'. root@calvin:~/govpn# make GNUmakefile:4: common.mk: No such file or directory make: *** No rule to make target `common.mk'. Stop. *On* *CentOS release 6.6 Final* [root@centos6 govpn]# make --version GNU Make 3.81 This program built for x86_64-redhat-linux-gnu [root@centos6 ~]# git clone https://github.com/stargrave/govpn.git Initialized empty Git repository in /root/govpn/.git/ remote: Counting objects: 699, done. remote: Compressing objects: 100% (4/4), done. remote: Total 699 (delta 0), reused 0 (delta 0), pack-reused 695 Receiving objects: 100% (699/699), 192.46 KiB | 331 KiB/s, done. Resolving deltas: 100% (411/411), done. [root@centos6 ~]# cd govpn [root@centos6 govpn]# git checkout develop Already on 'develop' [root@centos6 govpn]# make GNUmakefile:4: common.mk: No such file or directory make: *** No rule to make target `common.mk'. Stop. *Still no success. * On Wed, May 13, 2015 at 11:47 AM, wrote: > Greetings, Alan! > > Seems tha current Makefile works only under GNU Make 4.x, but Ubuntu > 14.x contains an older one (3.x). I made a commit to develop branch of > GoVPN. Can you check if it works correctly? If so, then I will make a > new release. > > % git clone https://github.com/stargrave/govpn.git > % cd govpn > % git checkout develop > % make > > -- > Happy hacking, Sergey Matveev > --=20 *=D7=91=D7=91=D7=A8=D7=9B=D7=94, * *=D7=90=D7=9C=D7=9B=D7=A1 =D7=91=D7=A8=D7=91=D7=A8* *+9 72 54 285 952 3* *www.linuxspace.org* *--* *Best regards.* *Alex Berber* *+9 72 54 285 952 3* *www.linuxspace.org* --047d7bb042721735710515f2d657 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello again,

I do chec= ks on two systems.=C2=A0
- Ubuntu 14.04.2 LTS Server=C2=A0=
-=C2=A0CentOS release 6.6 Final

=
With all updates installed on it.

On Ubuntu 14.04.2 LTS Server

= root@calvin:~/govpn# make --version
GNU Make 3.81
This program built for x86_64-pc-linux-gnu

Cloning into '= govpn'...
remote: Counting objects: 699, done.
remo= te: Compressing objects: 100% (4/4), done.
remote: Total 699 (del= ta 0), reused 0 (delta 0), pack-reused 695
Receiving objects: 100= % (699/699), 192.46 KiB | 136.00 KiB/s, done.
Resolving deltas: 1= 00% (411/411), done.
Checking connectivity... done.
root@calvin:~# cd govpn

root@calvin:~/= govpn# git checkout develop
Already on 'develop'
Your branch is up-to-date with 'origin/develop'.

root@calvin:~/govpn# make
GNUmakefile:4: common.mk: No such file or directory
make: *** = No rule to make target `common.mk'.=C2= =A0 Stop.


On=C2=A0C= entOS release 6.6 Final

[root@cent= os6 govpn]# make --version
GNU Make 3.81
Thi= s program built for x86_64-redhat-linux-gnu

=
[root@centos6 ~]# git clone https://github.com/stargrave/govpn.git
Initialized e= mpty Git repository in /root/govpn/.git/
remote: Counting objects= : 699, done.
remote: Compressing objects: 100% (4/4), done.
=
remote: Total 699 (delta 0), reused 0 (delta 0), pack-reused 695
=
Receiving objects: 100% (699/699), 192.46 KiB | 331 KiB/s, done.
=
Resolving deltas: 100% (411/411), done.

[root@centos6 ~]# cd govpn

[root@centos6 gov= pn]# git checkout develop
Already on 'develop'
=
[root@centos6 govpn]# make
GNUmakefile:4: common.mk: No such file or directory
ma= ke: *** No rule to make target `common.mk&= #39;.=C2=A0 Stop.

Still no success.=C2=A0=


On Wed, May 13, 2015 at 11:47 AM, <s= targrave@stargrave.org> wrote:
Greetings, Alan!

Seems tha current Makefile works only under GNU Make 4.x, but Ubuntu
14.x contains an older one (3.x). I made a commit to develop branch of
GoVPN. Can you check if it works correctly? If so, then I will make a
new release.

% git clone https://github.com/stargrave/govpn.git
% cd govpn
% git checkout develop
% make

--
Happy hacking, Sergey Matveev



--
=D7=91=D7=91=D7= =A8=D7=9B=D7=94,=C2=A0
=D7=90=D7=9C=D7=9B=D7=A1 =D7=91=D7= =A8=D7=91=D7=A8
+9 72 54 285 952 3
--
Best regards.
Alex = Berber
+9 72 54 285 952 3
<= /div>
--047d7bb042721735710515f2d657--