public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: Alan Holt <berber.it@gmail•com>
To: Alan Holt <berber.it@gmail•com>, govpn-devel@lists.cypherpunks.ru
Subject: Re: [Govpn-devel] build from last tarball
Date: Wed, 13 May 2015 12:00:01 +0300	[thread overview]
Message-ID: <CAKw30nofs2WTxaAWzeySm4BCFzMC7xgOJZg3WuKJ=59wQVWAjg@mail.gmail.com> (raw)
In-Reply-To: <20150513084716.GB1464@stargrave.org>

[-- Attachment #1: Type: text/plain, Size: 2451 bytes --]

*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, <stargrave@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
>



-- 
*בברכה, *
*אלכס ברבר*

*+9 72 54 285 952 3*
*www.linuxspace.org* <http://www.linuxspace.org>
*--*
*Best regards.*
*Alex Berber*
*+9 72 54 285 952 3*
*www.linuxspace.org* <http://www.linuxspace.org/>

[-- Attachment #2: Type: text/html, Size: 4193 bytes --]

  reply	other threads:[~2015-05-13  9:00 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-13  7:59 [Govpn-devel] build from last tarball Alan Holt
2015-05-13  8:47 ` stargrave
2015-05-13  9:00   ` Alan Holt [this message]
2015-05-13  9:36     ` stargrave
2015-05-13 10:01       ` Alan Holt
2015-05-13 10:14         ` stargrave
2015-05-13 10:52           ` Alan Holt
2015-05-13 11:41             ` stargrave
2015-05-13 13:31               ` Alan Holt
2015-05-13 13:47                 ` Alan Holt
2015-05-13 14:09                   ` stargrave
2015-05-13 14:55                     ` Alan Holt
2015-05-13 16:52                       ` stargrave
2015-05-14  8:30                         ` Alan Holt
2015-05-14  9:22                           ` Alan Holt
2015-05-14 12:34                             ` stargrave
2015-05-14 13:25                           ` stargrave
2015-05-14 13:32                             ` Alan Holt
2015-05-14 14:11                               ` stargrave
2016-01-19 19:04                                 ` Alan Holt
2016-01-19 22:08                                   ` stargrave
2016-01-19 22:58                                     ` Alan Holt
2016-01-20  7:53                                       ` stargrave
2016-01-21  9:43                                       ` stargrave
2016-01-28 10:26                                         ` Alan Holt
2016-01-28 10:46                                           ` stargrave
2016-01-28 13:39                                             ` Alan Holt
2016-01-28 14:20                                               ` stargrave
2015-05-13 14:06                 ` stargrave