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 13:01:27 +0300	[thread overview]
Message-ID: <CAKw30noCG1VzPQsT-LcHpt6AwkJMo-Z=tQQew9vzjb=RDuUg0A@mail.gmail.com> (raw)
In-Reply-To: <20150513093632.GC1464@stargrave.org>


[-- Attachment #1.1: Type: text/plain, Size: 1819 bytes --]

Hi,

yes it works fine now, but only for *Ubuntu 14.04.2 Server* and *Centos 6.6
Final*
I've attached logs to this email.

For *FreeBSD *I've got next error:

[root@freebsd ~/govpn]# make
...
HEAD is now at 36aebfe... changed license to BSD
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2"
govpn/cmd/govpn-client
go: not found
*** Error code 127

Stop.
make: stopped in /root/govpn

I use *FreeBSD 10.1-RELEASE-p9* with all updates.

On Wed, May 13, 2015 at 12:36 PM, <stargrave@stargrave•org> wrote:

> *** Alan Holt [2015-05-13 12:33]:
> >root@calvin:~/govpn# make
> >GNUmakefile:4: common.mk: No such file or directory
> >make: *** No rule to make target `common.mk'.  Stop.
>
> Sorry, my mistake. I forgot to add common.mk file to the commit.
> Please, can you check it again?
>
> % cd govpn
> % git pull
> % 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/>

On Wed, May 13, 2015 at 12:36 PM, <stargrave@stargrave•org> wrote:

> *** Alan Holt [2015-05-13 12:33]:
> >root@calvin:~/govpn# make
> >GNUmakefile:4: common.mk: No such file or directory
> >make: *** No rule to make target `common.mk'.  Stop.
>
> Sorry, my mistake. I forgot to add common.mk file to the commit.
> Please, can you check it again?
>
> % cd govpn
> % git pull
> % 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 #1.2: Type: text/html, Size: 3734 bytes --]

[-- Attachment #2: Log_centos.txt --]
[-- Type: text/plain, Size: 3247 bytes --]

[root@centos6 govpn]# make
make -C src
make[1]: Entering directory `/root/govpn/src'
mkdir -p golang.org/x
git clone https://go.googlesource.com/crypto golang.org/x/crypto
Initialized empty Git repository in /root/govpn/src/golang.org/x/crypto/.git/
remote: Total 1874 (delta 1196), reused 1874 (delta 1196)
Receiving objects: 100% (1874/1874), 1.36 MiB | 1.11 MiB/s, done.
Resolving deltas: 100% (1196/1196), done.
cd golang.org/x/crypto && git checkout --force 24ffb5feb3312a39054178a4b0a4554fc2201248
Note: checking out '24ffb5feb3312a39054178a4b0a4554fc2201248'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 24ffb5f... x/crypto/openpgp: Limit packet recursion depth.
mkdir -p github.com/agl
git clone https://github.com/agl/ed25519.git github.com/agl/ed25519
Initialized empty Git repository in /root/govpn/src/github.com/agl/ed25519/.git/
remote: Counting objects: 30, done.
remote: Total 30 (delta 0), reused 0 (delta 0), pack-reused 30
Unpacking objects: 100% (30/30), done.
cd github.com/agl/ed25519 && git checkout --force d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
Note: checking out 'd2b94fd789ea21d12fac1a4443dd3a3f79cda72c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at d2b94fd... Add LICENSE file.
mkdir -p github.com/bigeagle
git clone https://github.com/bigeagle/water.git github.com/bigeagle/water
Initialized empty Git repository in /root/govpn/src/github.com/bigeagle/water/.git/
remote: Counting objects: 79, done.
remote: Total 79 (delta 0), reused 0 (delta 0), pack-reused 79
Unpacking objects: 100% (79/79), done.
cd github.com/bigeagle/water && git checkout --force 36aebfeb35da4f1f6a975726716c6fc563c5c495
Note: checking out '36aebfeb35da4f1f6a975726716c6fc563c5c495'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 36aebfe... changed license to BSD
make[1]: Leaving directory `/root/govpn/src'
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-client
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-server
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-verifier

[-- Attachment #3: Log_FreeBSD.txt --]
[-- Type: text/plain, Size: 3569 bytes --]

[root@freebsd ~]# git clone https://github.com/stargrave/govpn.git
Cloning into 'govpn'...
remote: Counting objects: 702, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 702 (delta 1), reused 0 (delta 0), pack-reused 695
Receiving objects: 100% (702/702), 193.16 KiB | 295.00 KiB/s, done.
Resolving deltas: 100% (412/412), done.
Checking connectivity... done.
[root@freebsd ~]# cd govpn
[root@freebsd ~/govpn]# git checkout develop
Already on 'develop'
Your branch is up-to-date with 'origin/develop'.
[root@freebsd ~/govpn]# make
make -C src
mkdir -p golang.org/x
git clone https://go.googlesource.com/crypto golang.org/x/crypto
Cloning into 'golang.org/x/crypto'...
remote: Total 1874 (delta 1196), reused 1874 (delta 1196)
Receiving objects: 100% (1874/1874), 1.36 MiB | 1.05 MiB/s, done.
Resolving deltas: 100% (1196/1196), done.
Checking connectivity... done.
cd golang.org/x/crypto && git checkout --force 24ffb5feb3312a39054178a4b0a4554fc2201248
Note: checking out '24ffb5feb3312a39054178a4b0a4554fc2201248'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 24ffb5f... x/crypto/openpgp: Limit packet recursion depth.
mkdir -p github.com/agl
git clone https://github.com/agl/ed25519.git github.com/agl/ed25519
Cloning into 'github.com/agl/ed25519'...
remote: Counting objects: 30, done.
remote: Total 30 (delta 0), reused 0 (delta 0), pack-reused 30
Unpacking objects: 100% (30/30), done.
Checking connectivity... done.
cd github.com/agl/ed25519 && git checkout --force d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
Note: checking out 'd2b94fd789ea21d12fac1a4443dd3a3f79cda72c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at d2b94fd... Add LICENSE file.
mkdir -p github.com/bigeagle
git clone https://github.com/bigeagle/water.git github.com/bigeagle/water
Cloning into 'github.com/bigeagle/water'...
remote: Counting objects: 79, done.
remote: Total 79 (delta 0), reused 0 (delta 0), pack-reused 79
Unpacking objects: 100% (79/79), done.
Checking connectivity... done.
cd github.com/bigeagle/water && git checkout --force 36aebfeb35da4f1f6a975726716c6fc563c5c495
Note: checking out '36aebfeb35da4f1f6a975726716c6fc563c5c495'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 36aebfe... changed license to BSD
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-client
go: not found
*** Error code 127

Stop.
make: stopped in /root/govpn

[-- Attachment #4: Log_ubuntu.txt --]
[-- Type: text/plain, Size: 3224 bytes --]

root@calvin:~/govpn# make
make -C src
make[1]: Entering directory `/root/govpn/src'
mkdir -p golang.org/x
git clone https://go.googlesource.com/crypto golang.org/x/crypto
Cloning into 'golang.org/x/crypto'...
remote: Total 1874 (delta 1196), reused 1874 (delta 1196)
Receiving objects: 100% (1874/1874), 1.36 MiB | 545.00 KiB/s, done.
Resolving deltas: 100% (1196/1196), done.
Checking connectivity... done.
cd golang.org/x/crypto && git checkout --force 24ffb5feb3312a39054178a4b0a4554fc2201248
Note: checking out '24ffb5feb3312a39054178a4b0a4554fc2201248'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 24ffb5f... x/crypto/openpgp: Limit packet recursion depth.
mkdir -p github.com/agl
git clone https://github.com/agl/ed25519.git github.com/agl/ed25519
Cloning into 'github.com/agl/ed25519'...
remote: Counting objects: 30, done.
remote: Total 30 (delta 0), reused 0 (delta 0), pack-reused 30
Unpacking objects: 100% (30/30), done.
Checking connectivity... done.
cd github.com/agl/ed25519 && git checkout --force d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
Note: checking out 'd2b94fd789ea21d12fac1a4443dd3a3f79cda72c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at d2b94fd... Add LICENSE file.
mkdir -p github.com/bigeagle
git clone https://github.com/bigeagle/water.git github.com/bigeagle/water
Cloning into 'github.com/bigeagle/water'...
remote: Counting objects: 79, done.
remote: Total 79 (delta 0), reused 0 (delta 0), pack-reused 79
Unpacking objects: 100% (79/79), done.
Checking connectivity... done.
cd github.com/bigeagle/water && git checkout --force 36aebfeb35da4f1f6a975726716c6fc563c5c495
Note: checking out '36aebfeb35da4f1f6a975726716c6fc563c5c495'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 36aebfe... changed license to BSD
make[1]: Leaving directory `/root/govpn/src'
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-client
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-server
GOPATH=/root/govpn go build -ldflags "-X govpn.Version 3.2" govpn/cmd/govpn-verifier

  reply	other threads:[~2015-05-13 10:01 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
2015-05-13  9:36     ` stargrave
2015-05-13 10:01       ` Alan Holt [this message]
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