not able to install build-essential

Hello everybody

I need to install the build-essential package to compile softethervpn on my new vyos kvm micro server.
But i can not install the build-essential package due to missing packages.
Can somebody ehlp me how to install the build tools?

i try to install build-essential with apt-get

sudo apt-get install -y build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 build-essential : Depends: libc6-dev but it is not going to be installed or
                            libc-dev
                   Depends: g++ (>= 4:4.4.3) but it is not going to be installed
E: Broken packages

I already did an

and here is my config of repos:

show system package repository community { components main distribution helium url http://packages.vyos.net/vyos } repository squeeze { components "main contrib non-free" distribution squeeze password "" url http://debian.ethz.ch/debian }

Does anybody have any hint?

I don’t think building packages under a vyos install is supported. You might see 510 Software Group for a procedure that works for me to rebuild an iso from source code. You could modify that to add the softethervpn package.

Hello

rebuild iso is better way, but
I can install build-essential with the following command on VyOS 1.1.0.
Maybe first two line does not need.

conf
set system package repository squeeze components 'main contrib non-free'
set system package repository squeeze distribution 'squeeze'
set system package repository squeeze url 'http://mirrors.kernel.org/debian'
commit
save
sudo apt-get update

sudo apt-get install build-essential
Version:      VyOS 1.1.0
Description:  VyOS 1.1.0 (helium)
Copyright:    2014 VyOS maintainers and contributors
Built by:     maintainers@vyos.net
Built on:     Thu Oct  9 22:27:26 UTC 2014
Build ID:     1410092227-af6433f
System type:  x86 64-bit
Boot via:     disk
Hypervisor:   KVM

Log.

vyos@vyos# set system package repository squeeze components 'main contrib non-free'

  Configuration path: [system package repository squeeze components main contrib non-free] already exists

[edit]
vyos@vyos# set system package repository squeeze distribution 'squeeze'

  Configuration path: [system package repository squeeze distribution squeeze] already exists

[edit]
vyos@vyos# set system package repository squeeze url 'http://mirrors.kernel.org/debian'
[edit]
vyos@vyos# commit
[ system package repository squeeze ]
Updating /etc/apt/sources.list...

[edit]
vyos@vyos# save
Saving configuration to '/config/config.boot'...
Done
[edit]
vyos@vyos# sudo apt-get update
Get:1 http://ftp.jp.debian.org squeeze-lts Release.gpg [836 B]
Ign http://ftp.jp.debian.org/debian/ squeeze-lts/contrib Translation-en
Ign http://ftp.jp.debian.org/debian/ squeeze-lts/main Translation-en
Ign http://ftp.jp.debian.org/debian/ squeeze-lts/non-free Translation-en
Get:2 http://ftp.jp.debian.org squeeze-lts Release [28.7 kB]                   
Get:3 http://ftp.jp.debian.org squeeze-lts/main amd64 Packages [120 kB]        
Get:4 http://ftp.jp.debian.org squeeze-lts/contrib amd64 Packages [20 B]       
Get:5 http://ftp.jp.debian.org squeeze-lts/non-free amd64 Packages [20 B]      
Get:6 http://packages.vyos.net helium Release.gpg [836 B]                      
Get:7 http://mirrors.kernel.org squeeze Release.gpg [1655 B]                
Ign http://mirrors.kernel.org/debian/ squeeze/contrib Translation-en
Ign http://mirrors.kernel.org/debian/ squeeze/main Translation-en
Ign http://mirrors.kernel.org/debian/ squeeze/non-free Translation-en
Get:8 http://mirrors.kernel.org squeeze Release [96.0 kB]
Ign http://packages.vyos.net/vyos/ helium/main Translation-en
Get:9 http://packages.vyos.net helium Release [1666 B]
Get:10 http://mirrors.kernel.org squeeze/main amd64 Packages [8370 kB]
Get:11 http://packages.vyos.net helium/main amd64 Packages [36.4 kB]
Get:12 http://mirrors.kernel.org squeeze/contrib amd64 Packages [61.7 kB]
Get:13 http://mirrors.kernel.org squeeze/non-free amd64 Packages [121 kB]
Fetched 8839 kB in 5s (1524 kB/s)                        
Reading package lists... Done
[edit]
vyos@vyos# show config

  Configuration path: [config] is not valid
  Show failed

[edit]
vyos@vyos# sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  binutils bzip2 cpp cpp-4.4 dpkg-dev g++ g++-4.4 gcc gcc-4.4 libc-dev-bin
  libc6-dev libdpkg-perl libgomp1 libmpfr4 libstdc++6-4.4-dev linux-libc-dev
  make
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-4.4-locales debian-keyring g++-multilib
  g++-4.4-multilib gcc-4.4-doc libstdc++6-4.4-dbg gcc-multilib manpages-dev
  autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.4-multilib
  libmudflap0-4.4-dev libgcc1-dbg libgomp1-dbg libmudflap0-dbg libcloog-ppl0
  libppl-c2 libppl7 glibc-doc libstdc++6-4.4-doc make-doc
Recommended packages:
  fakeroot libalgorithm-merge-perl
The following NEW packages will be installed:
  binutils build-essential bzip2 cpp cpp-4.4 dpkg-dev g++ g++-4.4 gcc gcc-4.4
  libc-dev-bin libc6-dev libdpkg-perl libgomp1 libmpfr4 libstdc++6-4.4-dev
  linux-libc-dev make
0 upgraded, 18 newly installed, 0 to remove and 34 not upgraded.
Need to get 23.9 MB of archives.
After this operation, 71.7 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://mirrors.kernel.org/debian/ squeeze/main binutils amd64 2.20.1-16 [3993 kB]
Get:2 http://mirrors.kernel.org/debian/ squeeze/main libmpfr4 amd64 3.0.0-2 [474 kB]
Get:3 http://mirrors.kernel.org/debian/ squeeze/main cpp-4.4 amd64 4.4.5-8 [3873 kB]
Get:4 http://ftp.jp.debian.org/debian/ squeeze-lts/main libc-dev-bin amd64 2.11.3-4+deb6u1 [210 kB]
Get:5 http://mirrors.kernel.org/debian/ squeeze/main cpp amd64 4:4.4.5-1 [15.0 kB]
Get:6 http://ftp.jp.debian.org/debian/ squeeze-lts/main libc6-dev amd64 2.11.3-4+deb6u1 [2583 kB]
Get:7 http://packages.vyos.net/vyos/ helium/main linux-libc-dev amd64 3.13.11-1+vyos1+helium5 [1003 kB]
Get:8 http://mirrors.kernel.org/debian/ squeeze/main libgomp1 amd64 4.4.5-8 [25.3 kB]
Get:9 http://mirrors.kernel.org/debian/ squeeze/main gcc-4.4 amd64 4.4.5-8 [2688 kB]
Get:10 http://mirrors.kernel.org/debian/ squeeze/main gcc amd64 4:4.4.5-1 [4970 B]
Get:11 http://mirrors.kernel.org/debian/ squeeze/main libstdc++6-4.4-dev amd64 4.4.5-8 [1526 kB]
Get:12 http://mirrors.kernel.org/debian/ squeeze/main g++-4.4 amd64 4.4.5-8 [5515 kB]
Get:13 http://mirrors.kernel.org/debian/ squeeze/main g++ amd64 4:4.4.5-1 [1376 B]
Get:14 http://mirrors.kernel.org/debian/ squeeze/main make amd64 3.81-8 [398 kB]
Get:15 http://mirrors.kernel.org/debian/ squeeze/main libdpkg-perl all 1.15.11 [698 kB]
Get:16 http://mirrors.kernel.org/debian/ squeeze/main bzip2 amd64 1.0.5-6+squeeze1 [50.5 kB]
Get:17 http://mirrors.kernel.org/debian/ squeeze/main dpkg-dev all 1.15.11 [815 kB]
Get:18 http://mirrors.kernel.org/debian/ squeeze/main build-essential amd64 11.5 [7178 B]
Fetched 23.9 MB in 12s (1924 kB/s)                                             
Selecting previously deselected package binutils.
(Reading database ... 38964 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.20.1-16_amd64.deb) ...
Selecting previously deselected package libc-dev-bin.
Unpacking libc-dev-bin (from .../libc-dev-bin_2.11.3-4+deb6u1_amd64.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_3.13.11-1+vyos1+helium5_amd64.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.11.3-4+deb6u1_amd64.deb) ...
Selecting previously deselected package libmpfr4.
Unpacking libmpfr4 (from .../libmpfr4_3.0.0-2_amd64.deb) ...
Selecting previously deselected package cpp-4.4.
Unpacking cpp-4.4 (from .../cpp-4.4_4.4.5-8_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.4.5-1_amd64.deb) ...
Selecting previously deselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.4.5-8_amd64.deb) ...
Selecting previously deselected package gcc-4.4.
Unpacking gcc-4.4 (from .../gcc-4.4_4.4.5-8_amd64.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.4.5-1_amd64.deb) ...
Selecting previously deselected package libstdc++6-4.4-dev.
Unpacking libstdc++6-4.4-dev (from .../libstdc++6-4.4-dev_4.4.5-8_amd64.deb) ...
Selecting previously deselected package g++-4.4.
Unpacking g++-4.4 (from .../g++-4.4_4.4.5-8_amd64.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.4.5-1_amd64.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.81-8_amd64.deb) ...
Selecting previously deselected package libdpkg-perl.
Unpacking libdpkg-perl (from .../libdpkg-perl_1.15.11_all.deb) ...
Selecting previously deselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.5-6+squeeze1_amd64.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.15.11_all.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.5_amd64.deb) ...
Processing triggers for man-db ...
Setting up binutils (2.20.1-16) ...
Setting up libc-dev-bin (2.11.3-4+deb6u1) ...
Setting up linux-libc-dev (3.13.11-1+vyos1+helium5) ...
Setting up libc6-dev (2.11.3-4+deb6u1) ...
Setting up libmpfr4 (3.0.0-2) ...
Setting up cpp-4.4 (4.4.5-8) ...
Setting up cpp (4:4.4.5-1) ...
Setting up libgomp1 (4.4.5-8) ...
Setting up gcc-4.4 (4.4.5-8) ...
Setting up gcc (4:4.4.5-1) ...
Setting up make (3.81-8) ...
Setting up libdpkg-perl (1.15.11) ...
Setting up bzip2 (1.0.5-6+squeeze1) ...
Setting up dpkg-dev (1.15.11) ...
Setting up libstdc++6-4.4-dev (4.4.5-8) ...
Setting up g++-4.4 (4.4.5-8) ...
Setting up g++ (4:4.4.5-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
Setting up build-essential (11.5) ...
[edit]

vyos@vyos:~$ gcc
gcc: no input files

Thank you both @hiroysato @carl.byington for your reply’s.

I tried something different. I quickly set up a clean debian squeeze vm.
Compiled softether vpn in this vm and copied to my vyos kvm server.

Didn’t try if its stable but it’s maybe the better way not to install so many packages on a production system.

i will report back if its successfull or not.

Hello laedis.

I’ve found softether for VyOS settings.

This is Japanese text, however maybe you can understand

Please tell me if you want to know specific part.


Hiroyuki Sato.

Hello hiroysato

many thanks for the link. so i know my plans are not impossible :slight_smile:
I have setup a new vyos kvm on my virtualbox and just set up the primary ethernet with dhcp. then i tried to follow the how to you mentioned.
Its no problem to understand but the same error with dependencies.
I also did not change the package mirror.

And my try with import the compiled package form a debian squeeze vm does work but if i try to create a tap interface i get kernel panic.
So i have to try some more things to get softether working on vyos…
before I had softether running on the same vps on a vyatta base. I really like the possibilities with both packages.
you can do all the site2site vpn with a cheap and fast server and also the clients can connect to the whole network without complicated setup :slight_smile:

next i will try to install build-essentials on a vyos-1.1.0-i586-virt system.

here my logs:

vyos@vyos:~$ show version
Version:      VyOS 1.1.0
Description:  VyOS 1.1.0 (helium)
Copyright:    2014 VyOS maintainers and contributors
Built by:     maintainers@vyos.net
Built on:     Thu Oct  9 22:27:26 UTC 2014
Build ID:     1410092227-af6433f
System type:  x86 64-bit
Boot via:     image
Hypervisor:   VirtualBox
HW model:     VirtualBox
HW S/N:       0
HW UUID:      9E54C8A0-7C34-42FF-9C73-2BDF3879B7F7
Uptime:       14:25:31 up 10 min,  2 users,  load average: 0.00, 0.01, 0.02

and here the log of my settings:

vyos@vyos# set system package repository squeeze components 'main'
[edit]
vyos@vyos# set system package repository squeeze distribution 'squeeze'
[edit]
vyos@vyos# set system package repository squeeze url 'http://ftp.jp.debian.org/d                                                                                                                                                             ebian/'
[edit]
vyos@vyos# commit
[ system package repository squeeze ]
Adding new entry to /etc/apt/sources.list...

[edit]
vyos@vyos# save
Saving configuration to '/config/config.boot'...
Done
[edit]
vyos@vyos# exit
exit
vyos@vyos:~$ sudo aptitude update
Get:1 http://packages.vyos.net helium Release.gpg [836 B]
Ign http://packages.vyos.net/vyos/ helium/main Translation-en
Get:2 http://packages.vyos.net helium Release [1666 B]
Get:3 http://packages.vyos.net helium/main amd64 Packages [36.4 kB]
Get:4 http://ftp.jp.debian.org squeeze Release.gpg [1655 B]
Ign http://ftp.jp.debian.org/debian/ squeeze/main Translation-en
Get:5 http://ftp.jp.debian.org squeeze Release [96.0 kB]
Get:6 http://ftp.jp.debian.org squeeze/main amd64 Packages [8370 kB]
Fetched 8507 kB in 8s (1010 kB/s)

Current status: 20 updates [+20], 27794 new [+27713].
vyos@vyos:~$ sudo aptitude -y install build-essential
The following NEW packages will be installed:
  binutils{a} build-essential bzip2{a} cpp{a} cpp-4.4{a} dpkg-dev{a} g++{a}
  g++-4.4{a} gcc{a} gcc-4.4{a} libc-dev-bin{a} libc6-dev{ab}
  libdpkg-perl{a} libgomp1{a} libmpfr4{a} libstdc++6-4.4-dev{a}
  linux-libc-dev{a} make{a}
The following packages are RECOMMENDED but will NOT be installed:
  fakeroot libalgorithm-merge-perl manpages-dev
0 packages upgraded, 18 newly installed, 0 to remove and 20 not upgraded.
Need to get 23.9 MB of archives. After unpacking 71.9 MB will be used.
The following packages have unmet dependencies:
  libc6-dev: Depends: libc6 (= 2.11.3-4) but 2.11.3-4+deb6u1 is installed.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     build-essential [Not Installed]
2)     g++ [Not Installed]
3)     g++-4.4 [Not Installed]
4)     libc6-dev [Not Installed]
5)     libstdc++6-4.4-dev [Not Installed]



No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

Hello laedis.

I’m not sure about the problem.

Could you show me your configuration?

From your log

set system package repository squeeze components 'main'

contrib and non-free missing?

set system package repository squeeze components 'main contrib non-free'

or need squeeze-lts??

set system package repository squeeze components 'main contrib non-free squeeze-lts'

And check checksum.

Maybe this is original checksum.

vyos@foo:~$ dpkg -l libc6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version        Description
+++-==============-==============-============================================
ii  libc6          2.11.3-4+deb6u Embedded GNU C Library: Shared libraries
vyos@foo:~$ openssl md5 /lib/libc.so.6
MD5(/lib/libc.so.6)= 617ec7d8aed1cf90f8bbbcc7c19806ba


Hiroyuki Sato

i did the test with the checksum. it was identical to yours.

but i found the solution or at least a way to install build-essentials.
i had to install it with aptitude and have to cancel the first offerd solution.

no i will try to make the softether package :slight_smile:

here is my log: (package repository squeeze components ‘main contrib non-free’)

sudo aptitude install build-essential
The following NEW packages will be installed:
  binutils{a} build-essential bzip2{a} cpp{a} cpp-4.4{a} dpkg-dev{a} g++{a}
  g++-4.4{a} gcc{a} gcc-4.4{a} libc-dev-bin{a} libc6-dev{ab}
  libdpkg-perl{a} libgomp1{a} libmpfr4{a} libstdc++6-4.4-dev{a}
  linux-libc-dev{a} make{a}
The following packages are RECOMMENDED but will NOT be installed:
  fakeroot libalgorithm-merge-perl manpages-dev
0 packages upgraded, 18 newly installed, 0 to remove and 20 not upgraded.
Need to get 23.9 MB of archives. After unpacking 71.9 MB will be used.
The following packages have unmet dependencies:
  libc6-dev: Depends: libc6 (= 2.11.3-4) but 2.11.3-4+deb6u1 is installed.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     build-essential [Not Installed]
2)     g++ [Not Installed]
3)     g++-4.4 [Not Installed]
4)     libc6-dev [Not Installed]
5)     libstdc++6-4.4-dev [Not Installed]



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

     Downgrade the following packages:
1)     libc-bin [2.11.3-4+deb6u1 (now) -> 2.11.3-4 (oldstable)]
2)     libc6 [2.11.3-4+deb6u1 (now) -> 2.11.3-4 (oldstable)]



Accept this solution? [Y/n/q/?] y
The following packages will be DOWNGRADED:
  libc-bin libc6
The following NEW packages will be installed:
  binutils{a} build-essential bzip2{a} cpp{a} cpp-4.4{a} dpkg-dev{a} g++{a}
  g++-4.4{a} gcc{a} gcc-4.4{a} libc-dev-bin{a} libc6-dev{a} libdpkg-perl{a}
  libgomp1{a} libmpfr4{a} libstdc++6-4.4-dev{a} linux-libc-dev{a} make{a}
The following packages are RECOMMENDED but will NOT be installed:
  fakeroot libalgorithm-merge-perl manpages-dev
0 packages upgraded, 18 newly installed, 2 downgraded, 0 to remove and 20 not up                                                                                                                                                             graded.
Need to get 28.9 MB of archives. After unpacking 72.0 MB will be used.
Do you want to continue? [Y/n/?] y
Get:1 http://mirrors.kernel.org/debian/ squeeze/main libc-bin amd64 2.11.3-4 [74                                                                                                                                                             9 kB]
Get:2 http://mirrors.kernel.org/debian/ squeeze/main libc6 amd64 2.11.3-4 [4282                                                                                                                                                              kB]
Get:3 http://packages.vyos.net/vyos/ helium/main linux-libc-dev amd64 3.13.11-1+                                                                                                                                                             vyos1+helium5 [1003 kB]
Get:4 http://mirrors.kernel.org/debian/ squeeze/main binutils amd64 2.20.1-16 [3                                                                                                                                                             993 kB]
Get:5 http://mirrors.kernel.org/debian/ squeeze/main libc-dev-bin amd64 2.11.3-4                                                                                                                                                              [210 kB]
Get:6 http://mirrors.kernel.org/debian/ squeeze/main libc6-dev amd64 2.11.3-4 [2                                                                                                                                                             593 kB]
Get:7 http://mirrors.kernel.org/debian/ squeeze/main libmpfr4 amd64 3.0.0-2 [474                                                                                                                                                              kB]
Get:8 http://mirrors.kernel.org/debian/ squeeze/main cpp-4.4 amd64 4.4.5-8 [3873                                                                                                                                                              kB]
Get:9 http://mirrors.kernel.org/debian/ squeeze/main cpp amd64 4:4.4.5-1 [15.0 k                                                                                                                                                             B]
Get:10 http://mirrors.kernel.org/debian/ squeeze/main libgomp1 amd64 4.4.5-8 [25                                                                                                                                                             .3 kB]
Get:11 http://mirrors.kernel.org/debian/ squeeze/main gcc-4.4 amd64 4.4.5-8 [268                                                                                                                                                             8 kB]
Get:12 http://mirrors.kernel.org/debian/ squeeze/main gcc amd64 4:4.4.5-1 [4970                                                                                                                                                              B]
Get:13 http://mirrors.kernel.org/debian/ squeeze/main libstdc++6-4.4-dev amd64 4                                                                                                                                                             .4.5-8 [1526 kB]
Get:14 http://mirrors.kernel.org/debian/ squeeze/main g++-4.4 amd64 4.4.5-8 [5515 kB]
Get:15 http://mirrors.kernel.org/debian/ squeeze/main g++ amd64 4:4.4.5-1 [1376 B]
Get:16 http://mirrors.kernel.org/debian/ squeeze/main make amd64 3.81-8 [398 kB]
Get:17 http://mirrors.kernel.org/debian/ squeeze/main libdpkg-perl all 1.15.11 [698 kB]
Get:18 http://mirrors.kernel.org/debian/ squeeze/main bzip2 amd64 1.0.5-6+squeeze1 [50.5 kB]
Get:19 http://mirrors.kernel.org/debian/ squeeze/main dpkg-dev all 1.15.11 [815 kB]
Get:20 http://mirrors.kernel.org/debian/ squeeze/main build-essential amd64 11.5 [7178 B]
Fetched 28.9 MB in 20s (1379 kB/s)
Preconfiguring packages ...
dpkg: warning: downgrading libc-bin from 2.11.3-4+deb6u1 to 2.11.3-4.
(Reading database ... 38964 files and directories currently installed.)
Preparing to replace libc-bin 2.11.3-4+deb6u1 (using .../libc-bin_2.11.3-4_amd64.deb) ...
Unpacking replacement libc-bin ...
Processing triggers for man-db ...
Setting up libc-bin (2.11.3-4) ...
dpkg: warning: downgrading libc6 from 2.11.3-4+deb6u1 to 2.11.3-4.
(Reading database ... 38964 files and directories currently installed.)
Preparing to replace libc6 2.11.3-4+deb6u1 (using .../libc6_2.11.3-4_amd64.deb) ...
Unpacking replacement libc6 ...
Setting up libc6 (2.11.3-4) ...
Selecting previously deselected package binutils.
(Reading database ... 38964 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.20.1-16_amd64.deb) ...
Selecting previously deselected package libc-dev-bin.
Unpacking libc-dev-bin (from .../libc-dev-bin_2.11.3-4_amd64.deb) ...
Selecting previously deselected package linux-libc-dev.
Unpacking linux-libc-dev (from .../linux-libc-dev_3.13.11-1+vyos1+helium5_amd64.deb) ...
Selecting previously deselected package libc6-dev.
Unpacking libc6-dev (from .../libc6-dev_2.11.3-4_amd64.deb) ...
Selecting previously deselected package libmpfr4.
Unpacking libmpfr4 (from .../libmpfr4_3.0.0-2_amd64.deb) ...
Selecting previously deselected package cpp-4.4.
Unpacking cpp-4.4 (from .../cpp-4.4_4.4.5-8_amd64.deb) ...
Selecting previously deselected package cpp.
Unpacking cpp (from .../cpp_4%3a4.4.5-1_amd64.deb) ...
Selecting previously deselected package libgomp1.
Unpacking libgomp1 (from .../libgomp1_4.4.5-8_amd64.deb) ...
Selecting previously deselected package gcc-4.4.
Unpacking gcc-4.4 (from .../gcc-4.4_4.4.5-8_amd64.deb) ...
Selecting previously deselected package gcc.
Unpacking gcc (from .../gcc_4%3a4.4.5-1_amd64.deb) ...
Selecting previously deselected package libstdc++6-4.4-dev.
Unpacking libstdc++6-4.4-dev (from .../libstdc++6-4.4-dev_4.4.5-8_amd64.deb) ...
Selecting previously deselected package g++-4.4.
Unpacking g++-4.4 (from .../g++-4.4_4.4.5-8_amd64.deb) ...
Selecting previously deselected package g++.
Unpacking g++ (from .../g++_4%3a4.4.5-1_amd64.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.81-8_amd64.deb) ...
Selecting previously deselected package libdpkg-perl.
Unpacking libdpkg-perl (from .../libdpkg-perl_1.15.11_all.deb) ...
Selecting previously deselected package bzip2.
Unpacking bzip2 (from .../bzip2_1.0.5-6+squeeze1_amd64.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.15.11_all.deb) ...
Selecting previously deselected package build-essential.
Unpacking build-essential (from .../build-essential_11.5_amd64.deb) ...
Processing triggers for man-db ...
Setting up binutils (2.20.1-16) ...
Setting up libc-dev-bin (2.11.3-4) ...
Setting up linux-libc-dev (3.13.11-1+vyos1+helium5) ...
Setting up libc6-dev (2.11.3-4) ...
Setting up libmpfr4 (3.0.0-2) ...
Setting up cpp-4.4 (4.4.5-8) ...
Setting up cpp (4:4.4.5-1) ...
Setting up libgomp1 (4.4.5-8) ...
Setting up gcc-4.4 (4.4.5-8) ...
Setting up gcc (4:4.4.5-1) ...
Setting up make (3.81-8) ...
Setting up libdpkg-perl (1.15.11) ...
Setting up bzip2 (1.0.5-6+squeeze1) ...
Setting up dpkg-dev (1.15.11) ...
Setting up libstdc++6-4.4-dev (4.4.5-8) ...
Setting up g++-4.4 (4.4.5-8) ...
Setting up g++ (4:4.4.5-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode.
Setting up build-essential (11.5) ...

now i had some spare time to proceed on this.

i was able to install build-essential packages.
But if i try to make a tap device via the vpnserver-manager client i get a kernel panic.

Maybe somebody can say where to look at this problem.
(Tried with both x64 and 32bit version of vyos and different versions of softether vpn)

i will try again with the vyatta image to see if the problem comes from the softether vpn or not.

Thanks in advance for any hints.

Hi there,

I’m thinking of trying to get softether working too :slight_smile: Did you have any success since the last post?

Hello cgb

Previous post.

He installed softether on VyOS.


Hiroyuki Sato.