• errors building syncterm cl-tls-psk-userfix.patch

    From Ragnarok@ragnarok@docksud.com.ar to DOVE-Net.Synchronet_Programming_C+ on Sat Oct 4 14:11:08 2014
    i try to build the latest syncterm tarball and fail relate to cryptlib

    i can't see this file 3rdp/build/cl-tls-psk-userfix.patch

    Compiling uifcx.c
    Creating gcc.linux.x64.lib.debug/libuifc_mt.a ...
    make[3]: Leaving directory '/tmp/buildd/syncterm-20141003/src/uifc' /usr/bin/make -C ../../3rdp/build cryptlib
    make[3]: Entering directory '/tmp/buildd/syncterm-20141003/3rdp/build'
    make[3]: *** No rule to make target '../../src/../3rdp/build/cl-tls-psk-userfix.patch', needed by '../build/../../src/../3rdp/gcc.linux.x64.debug/cl/libcl.a'. Stop.
    make[3]: Leaving directory '/tmp/buildd/syncterm-20141003/3rdp/build' ../build/Common.gmake:488: recipe for target 'cl' failed
    make[2]: *** [cl] Error 2
    make[2]: Leaving directory '/tmp/buildd/syncterm-20141003/src/syncterm' debian/rules:37: recipe for target 'override_dh_auto_build' failed
    make[1]: *** [override_dh_auto_build] Error 2
    make[1]: Leaving directory '/tmp/buildd/syncterm-20141003'
    debian/rules:34: recipe for target 'build' failed


    anyway, it posible to disable completly the use of cryptlib?
    i try with WHITOUT_CRYPTLIB=1 but still here
  • From Deuce@VERT to Ragnarok on Mon Oct 6 14:51:17 2014
    Re: errors building syncterm cl-tls-psk-userfix.patch
    By: Ragnarok to DOVE-Net.Synchronet_Programming_C+ on Sat Oct 04 2014 02:11 pm

    i try to build the latest syncterm tarball and fail relate to cryptlib

    i can't see this file 3rdp/build/cl-tls-psk-userfix.patch

    Thanks, updating now.

    anyway, it posible to disable completly the use of cryptlib?
    i try with WHITOUT_CRYPTLIB=1 but still here

    I'm not really supporting that anymore. It's possible the CMake files allow building without Cryptlib, but it's really not a tested or supported configuration and very much not reccomended.

    ---
    http://DuckDuckGo.com/ a better search engine that respects your privacy.
    þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)
  • From Ragnarok@ragnarok@docksud.com.ar to Deuce on Tue Oct 7 21:44:18 2014
    El 06/10/14 18:51, Deuce escribió:
    Re: errors building syncterm cl-tls-psk-userfix.patch
    By: Ragnarok to DOVE-Net.Synchronet_Programming_C+ on Sat Oct 04 2014 02:11 pm

    i try to build the latest syncterm tarball and fail relate to cryptlib

    i can't see this file 3rdp/build/cl-tls-psk-userfix.patch

    Thanks, updating now.

    anyway, it posible to disable completly the use of cryptlib?
    i try with WHITOUT_CRYPTLIB=1 but still here

    I'm not really supporting that anymore. It's possible the CMake files allow building without Cryptlib, but it's really not a tested or supported configuration and very much not reccomended.


    i get it, my trouble is that i still try to upload into debian, and the
    package must be purist than the grace of God. =|

    i have a few topics to solve (if possible), all other are pedantic or
    info warning's that do not prevent to upload to debian archive:

    1) i need to compile against zlib-dev instead of embed zlib library

    2) i found [1] that can be potential license issue because its have a
    code derived from openssl and it is not GPL-compatible

    [1] http://comments.gmane.org/gmane.comp.encryption.cryptlib/2529

    For these reasons I thought of disabling support for cryplib (at least
    in the debian build) until I find the best way to fix

    if i can disabled cryplib support, is the only feature that will lost is
    the ssh protocol, true?