Package Details: tinc-pre 1.1pre11-2

Package Base: tinc-pre
Description: VPN (Virtual Private Network) daemon (Pre-release)
Upstream URL: http://www.tinc-vpn.org/
Category: network
Licenses: GPL
Conflicts: tinc
Provides: tinc-pre
Submitter: None
Maintainer: ivanc
Last Packager: Lassulus
Votes: 7
First Submitted: 2011-11-26 00:09
Last Updated: 2014-12-29 03:36

Dependencies (4)

Required by (1)

Sources

Latest Comments

Comment by Lassulus

2014-12-29 03:37

since i dont use this really anymore someone else could adopt it.

Comment by hexchain

2014-12-20 10:30

The "./configure" line should have a new parameter:

--sbindir=/usr/bin

to make pacman 4.2 happy.

Comment by devkid

2014-03-18 19:36

Could you please add systemd service files for this package? The package from the community repo includes those and for tinc-pre they are available in the tinc-pre-systemd AUR package. (But not working correctly, note my comment for this package.)

Comment by Mic92

2014-03-07 14:40

I had a custom compiler flag in my makepkg.conf causing this issue: -flto

Comment by Mic92

2014-03-07 14:08

Got the following linking error, when compiling this package:

sptps.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/sbin/ld: /tmp/cc3likrn.ltrans0.ltrans.o: relocation R_X86_64_32S against `hexadecimals.3423' can not be used when making a shared object; recompile with -fPIC
/tmp/cc3likrn.ltrans0.ltrans.o: error adding symbols: Bad value
collect2: Fehler: ld gab 1 als Ende-Status zurück
Makefile:626: recipe for target 'sptps_test' failed
make[2]: *** [sptps_test] Error 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
sptps.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/sbin/ld: /tmp/ccW6TjAp.ltrans0.ltrans.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/tmp/ccW6TjAp.ltrans0.ltrans.o: error adding symbols: Bad value
collect2: Fehler: ld gab 1 als Ende-Status zurück
Makefile:604: recipe for target 'sptps_speed' failed
make[2]: *** [sptps_speed] Error 1
sptps.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/sbin/ld: /tmp/ccYpON6D.ltrans0.ltrans.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/tmp/ccYpON6D.ltrans0.ltrans.o: error adding symbols: Bad value
collect2: Fehler: ld gab 1 als Ende-Status zurück
Makefile:640: recipe for target 'tinc' failed
make[2]: *** [tinc] Error 1
sptps.o (symbol from plugin): warning: memset used with constant zero length parameter; this could be due to transposed parameters
/usr/include/bits/socket2.h: In Funktion »receive_meta«:
/usr/include/bits/socket2.h:39:2: Warnung: Aufruf von »__recv_chk_warn« mit Attributwarnung deklariert: recv called with bigger length than size of destination buffer [standardmäßig aktiviert]
return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
^
/usr/sbin/ld: /tmp/ccLLieAI.ltrans0.ltrans.o: relocation R_X86_64_32 against `free_config' can not be used when making a shared object; recompile with -fPIC
/tmp/ccLLieAI.ltrans0.ltrans.o: error adding symbols: Bad value
collect2: Fehler: ld gab 1 als Ende-Status zurück
Makefile:686: recipe for target 'tincd' failed
make[2]: *** [tincd] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-joerg/aur-tinc-pre/src/tinc-1.1pre10/src'
Makefile:364: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-joerg/aur-tinc-pre/src/tinc-1.1pre10'
Makefile:304: recipe for target 'all' failed
make: *** [all] Error 2