Package Details: freelan-git r3864.512f6799-1

Git Clone URL: https://aur.archlinux.org/freelan-git.git (read-only, click to copy)
Package Base: freelan-git
Description: Peer-to-peer, secure, easy-to-setup, multi-platform, highly-configurable VPN software
Upstream URL: https://github.com/freelan-developers/freelan
Licenses: GPL
Submitter: SplitFire
Maintainer: buzo
Last Packager: buzo
Votes: 9
Popularity: 0.000000
First Submitted: 2016-05-28 08:42 (UTC)
Last Updated: 2018-09-14 19:29 (UTC)

Latest Comments

1 2 Next › Last »

crabvk commented on 2020-01-22 14:42 (UTC)

freelan compiles without errors

forcegk commented on 2020-01-02 19:12 (UTC)

Throws an error building: ==> Iniciando build()... scons: Reading SConscript files ... NameError: name 'unicode' is not defined: File "/home/alonso/.cache/yay/freelan-git/src/freelan/SConstruct", line 219: libraries, includes, apps, samples, configurations, help = SConscript('SConscript', exports='env', variant_dir=os.path.join('build', env.mode)) File "/usr/lib/python3.8/site-packages/SCons/Script/SConscript.py", line 660: return method(*args, **kw) File "/usr/lib/python3.8/site-packages/SCons/Script/SConscript.py", line 597: return _SConscript(self.fs, *files, **subst_kw) File "/usr/lib/python3.8/site-packages/SCons/Script/SConscript.py", line 286: exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "/home/alonso/.cache/yay/freelan-git/src/freelan/build/release/SConscript", line 47: library, library_includes = SConscript(sconscript_path, exports='env dirs name') File "/usr/lib/python3.8/site-packages/SCons/Script/SConscript.py", line 660: return method(*args, **kw) File "/usr/lib/python3.8/site-packages/SCons/Script/SConscript.py", line 597: return _SConscript(self.fs, *files, **subst_kw) File "/usr/lib/python3.8/site-packages/SCons/Script/SConscript.py", line 286: exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "/home/alonso/.cache/yay/freelan-git/src/freelan/build/release/libs/asiotap/SConscript", line 12: all_sources = set(env.RGlob('src', '*.cpp')) File "/home/alonso/.cache/yay/freelan-git/src/freelan/SConstruct", line 171: path = unicode(path) ==> ERROR: Se produjo un fallo en build(). Cancelando... Error making: freelan-git

buzo commented on 2018-09-12 11:41 (UTC)

Fixed by adding a patch: The upstream SConstruct file is broken.

coderobe commented on 2018-09-11 22:18 (UTC)

If all else fails, install the binary and manpage manually

buzo commented on 2018-09-06 14:15 (UTC)

I have updated and added the build() step, but the «scons install» step installs only etc/freelan/freelan.cfg, nothing else. Any ideas?

coderobe commented on 2018-09-04 16:04 (UTC)

Missing build() step

SplitFire commented on 2017-01-26 15:01 (UTC)

project seems to be pretty abandoned: latest commit 15 November 2016 https://github.com/freelan-developers/freelan So as a quick fix you can downgrade boost, also feel free to fill an issue here (or search for yours): https://github.com/freelan-developers/freelan/issues

odious commented on 2017-01-26 10:27 (UTC)

The latest update to boost seems to have broken the build process, i am getting [...] build/release/libs/freelan/src/core.cpp: In member function ‘void freelan::core::open_tap_adapter()’: build/release/libs/freelan/src/core.cpp:1769:178: error: no match for ‘operator=’ (operand types are ‘boost::optional<asiotap::base_ip_network_address<boost::asio::ip::address_v4> >’ and ‘<brace-enclosed initializer list>’) tap_config.ipv4.network_address = { m_configuration.tap_adapter.ipv4_address_prefix_length.address(), m_configuration.tap_adapter.ipv4_address_prefix_length.prefix_length() }; [...] scons: *** [build/release/libs/freelan/src/core.o] Error 1 scons: building terminated because of errors. Is this a fixable error or do i have to downgrade boost?

Darksonn commented on 2017-01-16 19:24 (UTC)

Updating this package deletes the configuration file, making it pretty difficult to connect to your peers.

SplitFire commented on 2016-12-06 15:00 (UTC)

Prefix issue solved