Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL support is not compiled in Linux build #1226

Open
spvkgn opened this issue Jun 28, 2019 · 15 comments
Open

SSL support is not compiled in Linux build #1226

spvkgn opened this issue Jun 28, 2019 · 15 comments

Comments

@spvkgn
Copy link

spvkgn commented Jun 28, 2019

SSL/TLS support is not compiled in Linux amd64 binary from releases page. I tried to build manually with libssl-dev installed and got the same error as well.

Снимок экрана в 2019-06-28 08-40-22

ubuntu 18.04
transmission 2.94
transgui 5.17.0

@PeterDaveHello
Copy link
Member

@spvkgn which package do you download?

@spvkgn
Copy link
Author

spvkgn commented Jun 28, 2019

@PeterDaveHello transgui-5.17.0-x86_64-Linux.txz

@PeterDaveHello
Copy link
Member

Thanks, I can't reproduce this issue right now, can you tell me how do you build it? Maybe we need to adjust some compilation parameters, I'm not sure yet, but with libssl-dev package installed, I think SSL/TLS SHOULD work and you don't need to build it yourself.

@spvkgn
Copy link
Author

spvkgn commented Jun 29, 2019

@PeterDaveHello just used setup/unix/build.sh script. I think this is the same error as mentioned here #1109 (comment) and could be fixed in the same way.

@PeterDaveHello
Copy link
Member

It's different, snap provided a container concept to package every dependency the application needed, @spvkgn can you confirm if libssl-dev package is still on your runtime environment but the SSL/TLS error still there?

@spvkgn
Copy link
Author

spvkgn commented Jun 30, 2019

@PeterDaveHello The linux build from releases page is not compiled against libssl as you can see on screenshot above. This is easy to verify and you can do it yourself as well as get a new build with libssl-dev installed and try to find any difference.

pavel@ubuntu-pc:/tmp/transgui $ wget -q https://github.com/transmission-remote-gui/transgui/releases/download/v5.17.0/transgui-5.17.0-x86_64-Linux.txz
pavel@ubuntu-pc:/tmp/transgui $ tar xJf transgui-5.17.0-x86_64-Linux.txz 
pavel@ubuntu-pc:/tmp/transgui $ objdump -x ./transgui |grep NEEDED
  NEEDED               libpthread.so.0
  NEEDED               libdl.so.2
  NEEDED               libX11.so.6
  NEEDED               libgdk_pixbuf-2.0.so.0
  NEEDED               libgtk-x11-2.0.so.0
  NEEDED               libgdk-x11-2.0.so.0
  NEEDED               libgobject-2.0.so.0
  NEEDED               libglib-2.0.so.0
  NEEDED               libgthread-2.0.so.0
  NEEDED               libgmodule-2.0.so.0
  NEEDED               libpango-1.0.so.0
  NEEDED               libcairo.so.2
  NEEDED               libatk-1.0.so.0
  NEEDED               libc.so.6
root@ubuntu-pc:/tmp/build/transgui# apt policy libssl-dev
libssl-dev:
  Installed: 1.1.0g-2ubuntu4
  Candidate: 1.1.0g-2ubuntu4
  Version table:
 *** 1.1.0g-2ubuntu4 500
        500 http://mirror.yandex.ru/ubuntu bionic/main amd64 Packages
        100 /var/lib/dpkg/status
root@ubuntu-pc:/tmp/build/transgui# ./setup/unix/build.sh 
++++ realpath ./setup/unix/build.sh
+++ dirname /tmp/build/transgui/setup/unix/build.sh
++ cd /tmp/build/transgui/setup/unix/../../
++ pwd
+ ROOT=/tmp/build/transgui
++ cat /tmp/build/transgui/VERSION.txt
+ VERSION=5.17.0
++ git rev-list --abbrev-commit --max-count=1 HEAD
+ build=4771812
++ lazbuild -v
+ lazarus_ver=1.8.2+dfsg-3
++ fpc -i V
++ head -n 1
+ fpc_ver='Free Pascal Compiler version 3.0.4'
+ sed -i.bak 's/'\''Version %s'\''/'\''Version %s Build 4771812'\''#13#10'\''Compiled by: Free Pascal Compiler version 3.0.4, Lazarus v1.8.2+dfsg-3'\''/' /tmp/build/transgui/about.lfm
+ lazbuild -B /tmp/build/transgui/transgui.lpi --lazarusdir=/usr/lib/lazarus/default/
Hint: (lazarus) [RunTool] /usr/bin/fpc "-iWTOTP"
Hint: (lazarus) [RunTool] /usr/bin/fpc "-va" "compilertest.pas"
TProject.DoLoadStateFile Statefile not found: /tmp/build/transgui/units/transgui.compiled
Hint: (lazarus) [RunTool] /usr/bin/fpc "-iWTOTP" "-Px86_64" "-Tlinux"
Hint: (lazarus) [RunTool] /usr/bin/fpc "-va" "-Px86_64" "-Tlinux" "compilertest.pas"
Info: (lazarus) Execute Title="Compile Project, Target: units/transgui"
Info: (lazarus) Working Directory="/tmp/build/transgui/"
Info: (lazarus) Executable="/usr/bin/fpc"
Info: (lazarus) Param[0]="-B"
Info: (lazarus) Param[1]="-MObjFPC"
Info: (lazarus) Param[2]="-Sgi"
Info: (lazarus) Param[3]="-Cg"
Info: (lazarus) Param[4]="-Os1"
Info: (lazarus) Param[5]="-g"
Info: (lazarus) Param[6]="-gl"
Info: (lazarus) Param[7]="-l"
Info: (lazarus) Param[8]="-vewnibq"
Info: (lazarus) Param[9]="-vh-"
Info: (lazarus) Param[10]="-Fi/tmp/build/transgui/synapse/source/lib"
Info: (lazarus) Param[11]="-Fu/tmp/build/transgui/synapse/source/lib"
Info: (lazarus) Param[12]="-Fu/tmp/build/transgui/lib/x86_64-linux"
Info: (lazarus) Param[13]="-Fu/usr/lib/lazarus/default/lcl/units/x86_64-linux/gtk2"
Info: (lazarus) Param[14]="-Fu/usr/lib/lazarus/default/lcl/units/x86_64-linux"
Info: (lazarus) Param[15]="-Fu/usr/lib/lazarus/default/components/lazutils/lib/x86_64-linux"
Info: (lazarus) Param[16]="-Fu/usr/lib/lazarus/default/packager/units/x86_64-linux"
Info: (lazarus) Param[17]="-Fu/tmp/build/transgui/"
Info: (lazarus) Param[18]="-FU/tmp/build/transgui/units/"
Info: (lazarus) Param[19]="-FE/tmp/build/transgui/units/"
Info: (lazarus) Param[20]="-dLCL"
Info: (lazarus) Param[21]="-dLCLgtk2"
Info: (lazarus) Param[22]="-Sa"
Info: (lazarus) Param[23]="transgui.lpr"
Free Pascal Compiler version 3.0.4+dfsg-18 [2018/04/22] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling transgui.lpr
(3104) Compiling baseform.pas
(3104) Compiling vargrid.pas
(3104) Compiling varlist.pas
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling ./synapse/source/lib/httpsend.pas
(3104) Compiling ./synapse/source/lib/blcksock.pas
(3104) Compiling ./synapse/source/lib/synafpc.pas
(3104) Compiling ./synapse/source/lib/synsock.pas
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(714,26) Warning: (5043) Symbol "HostToNet" is deprecated
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(824,18) Warning: (5043) Symbol "HostToNet" is deprecated
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(884,25) Warning: (5043) Symbol "NetToHost" is deprecated
(3104) Compiling ./synapse/source/lib/synautil.pas
/tmp/build/transgui/./synapse/source/lib/synautil.pas(637,96) Warning: (5043) Symbol "TimeSeparator" is deprecated
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1981,3) Note: (5027) Local variable "BackStop" is assigned but never used
/tmp/build/transgui/./synapse/source/lib/synautil.pas(2121,88) Warning: (5043) Symbol "ShortMonthNames" is deprecated
/tmp/build/transgui/./synapse/source/lib/synautil.pas(2122,87) Warning: (5043) Symbol "ShortMonthNames" is deprecated
(3104) Compiling ./synapse/source/lib/synacode.pas
(3104) Compiling ./synapse/source/lib/synaip.pas
(3104) Compiling rpc.pas
(3104) Compiling ./synapse/source/lib/ssl_openssl.pas
(3104) Compiling ./synapse/source/lib/ssl_openssl_lib.pas
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling ipresolver.pas
(3104) Compiling GeoIP.pas
(3104) Compiling utils.pas
/tmp/build/transgui/utils.pas(313,46) Warning: (5066) Symbol "Create" is deprecated: "Use Options argument instead"
/tmp/build/transgui/utils.pas(507,56) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
/tmp/build/transgui/utils.pas(507,40) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
(3104) Compiling restranslator.pas
(3104) Compiling addtorrent.pas
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling StringToVK.pas
(3104) Compiling passwcon.pas
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling gcontnrs.pas
(3104) Compiling connoptions.pas
(1010) Writing Resource String Table file: connoptions.rsj
(3104) Compiling torrprops.pas
(3104) Compiling daemonoptions.pas
(1010) Writing Resource String Table file: daemonoptions.rsj
(3104) Compiling about.pas
(1010) Writing Resource String Table file: about.rsj
(3104) Compiling download.pas
(1010) Writing Resource String Table file: download.rsj
(3104) Compiling colsetup.pas
(3104) Compiling addlink.pas
(1010) Writing Resource String Table file: addlink.rsj
(3104) Compiling movetorrent.pas
(1010) Writing Resource String Table file: movetorrent.rsj
(3104) Compiling addtracker.pas
(1010) Writing Resource String Table file: addtracker.rsj
(3104) Compiling options.pas
(3104) Compiling bencode.pas
/tmp/build/transgui/main.pas(1242,10) Warning: (4045) Comparison might be always true due to range of constant and expression
/tmp/build/transgui/main.pas(1483,3) Note: (5025) Local variable "MI" not used
/tmp/build/transgui/main.pas(1483,7) Note: (5025) Local variable "MI2" not used
/tmp/build/transgui/main.pas(1484,3) Note: (5025) Local variable "Ico" not used
/tmp/build/transgui/main.pas(1485,3) Note: (5025) Local variable "LargeIco" not used
/tmp/build/transgui/main.pas(1485,13) Note: (5025) Local variable "SmallIco" not used
/tmp/build/transgui/main.pas(1486,3) Note: (5025) Local variable "MenuCaption" not used
/tmp/build/transgui/main.pas(3946,64) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
/tmp/build/transgui/main.pas(5429,3) Note: (5027) Local variable "l_old" is assigned but never used
/tmp/build/transgui/main.pas(5479,10) Warning: (4104) Implicit string type conversion from "UTF8String" to "WideString"
/tmp/build/transgui/main.pas(5487,16) Warning: (4104) Implicit string type conversion from "UTF8String" to "WideString"
/tmp/build/transgui/main.pas(7209,3) Note: (5025) Local variable "a" not used
/tmp/build/transgui/main.pas(7209,6) Note: (5025) Local variable "b" not used
/tmp/build/transgui/main.pas(7209,9) Note: (5025) Local variable "c" not used
/tmp/build/transgui/main.pas(7209,12) Note: (5025) Local variable "d" not used
(1010) Writing Resource String Table file: main.rsj
/tmp/build/transgui/addtorrent.pas(833,57) Warning: (4105) Implicit string type conversion with potential data loss from "WideString" to "AnsiString"
(1010) Writing Resource String Table file: addtorrent.rsj
/tmp/build/transgui/rpc.pas(742,46) Warning: (5066) Symbol "Create" is deprecated: "use options form instead"
(1010) Writing Resource String Table file: rpc.rsj
(9022) Compiling resource /tmp/build/transgui/units/transgui.or
/usr/bin/ld.bfd: warning: /tmp/build/transgui/units/link.res contains output sections; did you forget -T?
(9015) Linking /tmp/build/transgui/units/transgui
(1008) 55352 lines compiled, 5.9 sec
(1021) 19 warning(s) issued
(1023) 12 note(s) issued
++ nproc
+ make -C /tmp/build/transgui -j2 clean
make: Entering directory '/tmp/build/transgui'
Using Lazarus dir: /usr/lib/lazarus/1.8.2/
/bin/rm -f units/x86_64-linux/*.o units/x86_64-linux/*.ppu units/x86_64-linux/*.rst units/x86_64-linux/*.s units/x86_64-linux/*.a units/x86_64-linux/*.so units/x86_64-linux/*.ppl units/x86_64-linux/*.or units/x86_64-linux/*.res
/bin/rm -f transgui transgui.o libptransgui.a libimptransgui.a
/bin/rm -rf transgui.dbg
/bin/rm -f fpcmade.x86_64-linux Package.fpc ppas.sh script.res link.res  
/bin/rm -f *.s *_ppas.sh
make: Leaving directory '/tmp/build/transgui'
++ nproc
+ make -C /tmp/build/transgui -j2 all
make: Entering directory '/tmp/build/transgui'
Using Lazarus dir: /usr/lib/lazarus/1.8.2/
/bin/mkdir -p units/x86_64-linux
/usr/bin/ppcx64 -MObjFPC -dLCL -dLCLgtk2 -O3 -g- -CX -XX -Xs -Scgi -l -vewnhibq -Fusynapse/source/lib -Fu/usr/lib/lazarus/1.8.2//lcl/units/x86_64-linux -Fu/usr/lib/lazarus/1.8.2//lcl/units/x86_64-linux/gtk2 -Fu/usr/lib/lazarus/1.8.2//components/lazutils/lib/x86_64-linux -FE. -FUunits/x86_64-linux -Cg -dx86_64 transgui.lpr
Hint: (11030) Start of reading config file /etc/fpc.cfg
Hint: (11031) End of reading config file /etc/fpc.cfg
Free Pascal Compiler version 3.0.4+dfsg-18 [2018/04/22] for x86_64
Copyright (c) 1993-2017 by Florian Klaempfl and others
(1002) Target OS: Linux for x86-64
(3104) Compiling transgui.lpr
(3104) Compiling baseform.pas
(3104) Compiling vargrid.pas
(3104) Compiling varlist.pas
/tmp/build/transgui/vargrid.pas(93,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/vargrid.pas(107,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/vargrid.pas(612,25) Warning: (5089) Local variable "ca" of a managed type does not seem to be initialized
/tmp/build/transgui/baseform.pas(52,67) Hint: (5023) Unit "LCLVersion" not used in BaseForm
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling ./synapse/source/lib/httpsend.pas
(3104) Compiling ./synapse/source/lib/blcksock.pas
(3104) Compiling ./synapse/source/lib/synafpc.pas
/tmp/build/transgui/./synapse/source/lib/synafpc.pas(81,28) Hint: (5024) Parameter "Module" not used
/tmp/build/transgui/./synapse/source/lib/synafpc.pas(81,48) Hint: (5024) Parameter "Buffer" not used
/tmp/build/transgui/./synapse/source/lib/synafpc.pas(81,63) Hint: (5024) Parameter "BufLen" not used
(3104) Compiling ./synapse/source/lib/synsock.pas
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(714,26) Warning: (5043) Symbol "HostToNet" is deprecated
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(780,27) Warning: (5036) Local variable "f2" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(713,40) Hint: (5091) Local variable "he" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(824,18) Warning: (5043) Symbol "HostToNet" is deprecated
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(411,50) Hint: (5024) Parameter "SockProtocol" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(411,64) Hint: (5024) Parameter "SockType" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(822,34) Hint: (5091) Local variable "he" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(413,36) Hint: (5024) Parameter "Family" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(413,58) Hint: (5024) Parameter "SockType" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(884,25) Warning: (5043) Symbol "NetToHost" is deprecated
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(412,38) Hint: (5024) Parameter "Family" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(412,46) Hint: (5024) Parameter "SockProtocol" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(412,60) Hint: (5024) Parameter "SockType" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(884,44) Hint: (5091) Local variable "a" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(77,30) Hint: (5024) Parameter "stack" not used
/tmp/build/transgui/./synapse/source/lib/ssfpc.inc(75,3) Hint: (5023) Unit "synafpc" not used in synsock
(3104) Compiling ./synapse/source/lib/synautil.pas
/tmp/build/transgui/./synapse/source/lib/synautil.pas(619,3) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(637,96) Warning: (5043) Symbol "TimeSeparator" is deprecated
/tmp/build/transgui/./synapse/source/lib/synautil.pas(707,27) Hint: (5057) Local variable "x" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(699,3) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1181,28) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1201,3) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1230,3) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1418,17) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1879,3) Hint: (5092) Variable "Indata2" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synautil.pas(1981,3) Note: (5027) Local variable "BackStop" is assigned but never used
/tmp/build/transgui/./synapse/source/lib/synautil.pas(2121,88) Warning: (5043) Symbol "ShortMonthNames" is deprecated
/tmp/build/transgui/./synapse/source/lib/synautil.pas(2122,87) Warning: (5043) Symbol "ShortMonthNames" is deprecated
/tmp/build/transgui/./synapse/source/lib/synautil.pas(89,22) Hint: (5023) Unit "synafpc" not used in synautil
(3104) Compiling ./synapse/source/lib/synacode.pas
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1101,19) Hint: (5057) Local variable "MDContext" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1123,19) Hint: (5057) Local variable "MDContext" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1115,5) Hint: (5092) Variable "Key" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1145,19) Hint: (5057) Local variable "MDContext" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1205,31) Hint: (5057) Local variable "W" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1295,14) Hint: (5028) Local type "Pinteger" is not used
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1329,23) Hint: (5057) Local variable "SHA1Context" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1351,23) Hint: (5057) Local variable "SHA1Context" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1343,5) Hint: (5092) Variable "Key" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1373,23) Hint: (5057) Local variable "SHA1Context" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synacode.pas(1459,19) Hint: (5057) Local variable "MDContext" does not seem to be initialized
(3104) Compiling ./synapse/source/lib/synaip.pas
/tmp/build/transgui/./synapse/source/lib/synaip.pas(200,20) Hint: (5092) Variable "Host" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synaip.pas(216,21) Hint: (5092) Variable "value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synaip.pas(255,18) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synaip.pas(281,3) Hint: (5092) Variable "value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/synaip.pas(395,17) Hint: (5092) Variable "Value" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(360,33) Hint: (5024) Parameter "Stub" not used
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1823,17) Hint: (5057) Local variable "sin" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1840,15) Hint: (5057) Local variable "sin" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1905,15) Hint: (5057) Local variable "Sin" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1925,13) Hint: (5057) Local variable "Sin" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(2637,46) Hint: (5057) Local variable "x" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(2714,5) Hint: (5092) Variable "IP" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(3010,16) Hint: (5057) Local variable "FDSet" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(3445,7) Hint: (5092) Variable "IP" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(3921,3) Hint: (5092) Variable "Port" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(3927,20) Hint: (5092) Variable "IP" of a managed type does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1246,35) Hint: (5024) Parameter "Host" not used
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1287,25) Hint: (5024) Parameter "Buffer" not used
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1287,42) Hint: (5024) Parameter "Len" not used
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1292,25) Hint: (5024) Parameter "Buffer" not used
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(1292,42) Hint: (5024) Parameter "Len" not used
/tmp/build/transgui/./synapse/source/lib/blcksock.pas(4374,47) Hint: (5058) Variable "WsaDataOnce" does not seem to be initialized
(3104) Compiling rpc.pas
(3104) Compiling ./synapse/source/lib/ssl_openssl.pas
(3104) Compiling ./synapse/source/lib/ssl_openssl_lib.pas
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(942,32) Hint: (3187) C arrays are passed by reference
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(943,32) Hint: (3187) C arrays are passed by reference
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(943,49) Hint: (3187) C arrays are passed by reference
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(944,30) Hint: (3187) C arrays are passed by reference
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(944,49) Hint: (3187) C arrays are passed by reference
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(944,69) Hint: (3187) C arrays are passed by reference
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(1811,50) Hint: (5024) Parameter "lfile" not used
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(1811,64) Hint: (5024) Parameter "line" not used
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(887,27) Hint: (5028) Local type "TSSLSetTlsextHostName" is not used
/tmp/build/transgui/./synapse/source/lib/ssl_openssl_lib.pas(92,3) Hint: (5023) Unit "BaseUnix" not used in ssl_openssl_lib
/tmp/build/transgui/./synapse/source/lib/ssl_openssl.pas(169,56) Hint: (5024) Parameter "rwflag" not used
/tmp/build/transgui/./synapse/source/lib/ssl_openssl.pas(831,56) Hint: (5057) Local variable "x" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/ssl_openssl.pas(903,60) Hint: (5057) Local variable "x" does not seem to be initialized
/tmp/build/transgui/./synapse/source/lib/ssl_openssl.pas(911,55) Hint: (5057) Local variable "$result" does not seem to be initialized
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling ipresolver.pas
(3104) Compiling GeoIP.pas
(3104) Compiling utils.pas
/tmp/build/transgui/utils.pas(313,46) Warning: (5066) Symbol "Create" is deprecated: "Use Options argument instead"
/tmp/build/transgui/utils.pas(79,43) Hint: (5024) Parameter "Params" not used
/tmp/build/transgui/utils.pas(507,56) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
/tmp/build/transgui/utils.pas(507,40) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
/tmp/build/transgui/utils.pas(32,3) Hint: (5023) Unit "BaseUnix" not used in utils
/tmp/build/transgui/GeoIP.pas(176,22) Hint: (5057) Local variable "buf" does not seem to be initialized
/tmp/build/transgui/GeoIP.pas(284,22) Hint: (5057) Local variable "buf" does not seem to be initialized
/tmp/build/transgui/GeoIP.pas(405,26) Hint: (5057) Local variable "delim" does not seem to be initialized
/tmp/build/transgui/GeoIP.pas(470,26) Hint: (5057) Local variable "delim" does not seem to be initialized
/tmp/build/transgui/GeoIP.pas(500,28) Hint: (5057) Local variable "buf" does not seem to be initialized
/tmp/build/transgui/GeoIP.pas(537,24) Hint: (5057) Local variable "buf" does not seem to be initialized
(3104) Compiling restranslator.pas
/tmp/build/transgui/restranslator.pas(209,49) Hint: (5024) Parameter "Hash" not used
/tmp/build/transgui/restranslator.pas(246,33) Hint: (5091) Local variable "sLang" of a managed type does not seem to be initialized
/tmp/build/transgui/restranslator.pas(246,26) Hint: (5091) Local variable "lLang" of a managed type does not seem to be initialized
/tmp/build/transgui/restranslator.pas(338,26) Hint: (5091) Local variable "lLang" of a managed type does not seem to be initialized
/tmp/build/transgui/restranslator.pas(338,33) Hint: (5091) Local variable "sLang" of a managed type does not seem to be initialized
/tmp/build/transgui/restranslator.pas(438,36) Hint: (5057) Local variable "offset" does not seem to be initialized
/tmp/build/transgui/restranslator.pas(536,30) Hint: (5057) Local variable "i" does not seem to be initialized
/tmp/build/transgui/restranslator.pas(766,21) Warning: (5089) Local variable "OwnerName" of a managed type does not seem to be initialized
(3104) Compiling addtorrent.pas
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling StringToVK.pas
(3104) Compiling passwcon.pas
(3104) Compiling main.pas
/tmp/build/transgui/main.pas(35,65) Warning: (3226) Don't load LINEINFO unit manually, Use the -gl compiler switch instead
(3104) Compiling gcontnrs.pas
(3104) Compiling connoptions.pas
/tmp/build/transgui/connoptions.pas(102,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(103,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(104,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(105,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(117,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(106,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(107,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(108,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(101,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(100,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(109,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(110,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(111,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(112,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(113,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(114,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(115,24) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/connoptions.pas(116,28) Hint: (5024) Parameter "Sender" not used
(1010) Writing Resource String Table file: connoptions.rsj
(3104) Compiling torrprops.pas
/tmp/build/transgui/torrprops.pas(55,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/torrprops.pas(54,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/torrprops.pas(56,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/torrprops.pas(57,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/torrprops.pas(58,26) Hint: (5024) Parameter "Sender" not used
(3104) Compiling daemonoptions.pas
/tmp/build/transgui/daemonoptions.pas(114,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(109,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(110,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(111,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(112,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(108,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(113,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(115,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(116,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(117,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(118,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/daemonoptions.pas(27,115) Hint: (5023) Unit "CheckLst" not used in DaemonOptions
(1010) Writing Resource String Table file: daemonoptions.rsj
(3104) Compiling about.pas
/tmp/build/transgui/about.pas(60,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/about.pas(61,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/about.pas(57,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/about.pas(58,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/about.pas(59,31) Hint: (5024) Parameter "Sender" not used
(1010) Writing Resource String Table file: about.rsj
(3104) Compiling download.pas
/tmp/build/transgui/download.pas(74,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(74,42) Hint: (5024) Parameter "Writing" not used
/tmp/build/transgui/download.pas(74,66) Hint: (5024) Parameter "Buffer" not used
/tmp/build/transgui/download.pas(48,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(46,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(47,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(49,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(50,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(51,24) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/download.pas(52,32) Hint: (5024) Parameter "Sender" not used
(1010) Writing Resource String Table file: download.rsj
(3104) Compiling colsetup.pas
/tmp/build/transgui/colsetup.pas(40,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/colsetup.pas(39,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/colsetup.pas(41,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/colsetup.pas(42,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/colsetup.pas(43,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/colsetup.pas(44,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/colsetup.pas(58,6) Hint: (5023) Unit "Main" not used in ColSetup
(3104) Compiling addlink.pas
/tmp/build/transgui/addlink.pas(41,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addlink.pas(42,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addlink.pas(51,6) Hint: (5023) Unit "Main" not used in AddLink
(1010) Writing Resource String Table file: addlink.rsj
(3104) Compiling movetorrent.pas
/tmp/build/transgui/movetorrent.pas(45,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/movetorrent.pas(44,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/movetorrent.pas(46,26) Hint: (5024) Parameter "Sender" not used
(1010) Writing Resource String Table file: movetorrent.rsj
(3104) Compiling addtracker.pas
/tmp/build/transgui/addtracker.pas(24,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtracker.pas(23,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtracker.pas(33,6) Hint: (5023) Unit "Main" not used in AddTracker
(1010) Writing Resource String Table file: addtracker.rsj
(3104) Compiling options.pas
/tmp/build/transgui/options.pas(73,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(69,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(68,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(70,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(70,52) Hint: (5024) Parameter "Button" not used
/tmp/build/transgui/options.pas(70,74) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/options.pas(70,94) Hint: (5024) Parameter "X" not used
/tmp/build/transgui/options.pas(70,97) Hint: (5024) Parameter "Y" not used
/tmp/build/transgui/options.pas(71,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(71,52) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/options.pas(71,72) Hint: (5024) Parameter "X" not used
/tmp/build/transgui/options.pas(71,75) Hint: (5024) Parameter "Y" not used
/tmp/build/transgui/options.pas(72,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(74,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(75,24) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/options.pas(76,29) Hint: (5024) Parameter "Sender" not used
(3104) Compiling bencode.pas
/tmp/build/transgui/bencode.pas(119,22) Hint: (5057) Local variable "X" does not seem to be initialized
/tmp/build/transgui/bencode.pas(90,26) Hint: (5057) Local variable "X" does not seem to be initialized
/tmp/build/transgui/bencode.pas(105,26) Hint: (5092) Variable "Buffer" of a managed type does not seem to be initialized
/tmp/build/transgui/bencode.pas(250,3) Hint: (5092) Variable "Header" of a managed type does not seem to be initialized
/tmp/build/transgui/main.pas(1094,23) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(1242,10) Warning: (4045) Comparison might be always true due to range of constant and expression
/tmp/build/transgui/main.pas(790,46) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/main.pas(790,77) Hint: (5024) Parameter "AState" not used
/tmp/build/transgui/main.pas(180,23) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(1483,3) Note: (5025) Local variable "MI" not used
/tmp/build/transgui/main.pas(1483,7) Note: (5025) Local variable "MI2" not used
/tmp/build/transgui/main.pas(1484,3) Note: (5025) Local variable "Ico" not used
/tmp/build/transgui/main.pas(1485,3) Note: (5025) Local variable "LargeIco" not used
/tmp/build/transgui/main.pas(1485,13) Note: (5025) Local variable "SmallIco" not used
/tmp/build/transgui/main.pas(1486,3) Note: (5025) Local variable "MenuCaption" not used
/tmp/build/transgui/main.pas(634,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(635,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(636,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(637,24) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(638,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(639,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(640,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(531,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(532,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(533,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(534,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(535,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(536,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(537,39) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(538,42) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(539,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(540,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(541,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(542,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(543,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(544,45) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(546,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(525,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(526,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(527,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(528,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(529,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(530,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(524,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(704,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(547,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(548,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(549,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(550,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(551,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(552,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(553,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(554,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(555,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(556,42) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(557,45) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(558,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(559,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(560,39) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(561,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(562,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(563,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(564,39) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(565,42) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(566,39) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(567,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(568,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(569,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(570,41) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(571,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(572,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(573,39) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(574,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(575,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(576,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(576,51) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/main.pas(3775,35) Hint: (5057) Local variable "r" does not seem to be initialized
/tmp/build/transgui/main.pas(3775,32) Hint: (5057) Local variable "c" does not seem to be initialized
/tmp/build/transgui/main.pas(578,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(579,7) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/main.pas(579,27) Hint: (5024) Parameter "X" not used
/tmp/build/transgui/main.pas(579,30) Hint: (5024) Parameter "Y" not used
/tmp/build/transgui/main.pas(580,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(581,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(582,7) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/main.pas(582,27) Hint: (5024) Parameter "X" not used
/tmp/build/transgui/main.pas(582,30) Hint: (5024) Parameter "Y" not used
/tmp/build/transgui/main.pas(583,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(584,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(585,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(3946,64) Warning: (4105) Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
/tmp/build/transgui/main.pas(586,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(587,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(588,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(589,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(590,47) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(591,46) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(592,41) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(593,45) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(594,44) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(595,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(596,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(596,63) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/main.pas(597,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(598,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(599,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(600,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(601,88) Hint: (5024) Parameter "AState" not used
/tmp/build/transgui/main.pas(602,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(603,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(605,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(606,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(607,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(608,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(609,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(609,53) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/main.pas(610,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(611,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(612,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(613,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(614,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(615,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(615,51) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/main.pas(616,56) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/main.pas(616,68) Hint: (5024) Parameter "ADataCol" not used
/tmp/build/transgui/main.pas(616,87) Hint: (5024) Parameter "AState" not used
/tmp/build/transgui/main.pas(617,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(618,50) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/main.pas(618,62) Hint: (5024) Parameter "ADataCol" not used
/tmp/build/transgui/main.pas(618,81) Hint: (5024) Parameter "AState" not used
/tmp/build/transgui/main.pas(619,86) Hint: (5024) Parameter "AState" not used
/tmp/build/transgui/main.pas(620,40) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(620,58) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/main.pas(620,89) Hint: (5024) Parameter "AState" not used
/tmp/build/transgui/main.pas(621,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(622,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(622,65) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/main.pas(623,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(624,39) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(624,56) Hint: (5024) Parameter "MousePos" not used
/tmp/build/transgui/main.pas(624,78) Hint: (5024) Parameter "Handled" not used
/tmp/build/transgui/main.pas(625,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(626,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(627,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(628,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(629,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(630,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(630,73) Hint: (5024) Parameter "Shift" not used
/tmp/build/transgui/main.pas(631,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(632,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(633,25) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(641,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(642,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(643,38) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(644,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(645,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(646,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(647,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(5429,3) Note: (5027) Local variable "l_old" is assigned but never used
/tmp/build/transgui/main.pas(5433,3) Hint: (5092) Variable "path" of a managed type does not seem to be initialized
/tmp/build/transgui/main.pas(5457,3) Hint: (5092) Variable "path" of a managed type does not seem to be initialized
/tmp/build/transgui/main.pas(5479,10) Warning: (4104) Implicit string type conversion from "UTF8String" to "WideString"
/tmp/build/transgui/main.pas(5487,16) Warning: (4104) Implicit string type conversion from "UTF8String" to "WideString"
/tmp/build/transgui/main.pas(7098,9) Hint: (5092) Variable "s" of a managed type does not seem to be initialized
/tmp/build/transgui/main.pas(7117,33) Warning: (5089) Local variable "p" of a managed type does not seem to be initialized
/tmp/build/transgui/main.pas(7209,3) Note: (5025) Local variable "a" not used
/tmp/build/transgui/main.pas(7209,6) Note: (5025) Local variable "b" not used
/tmp/build/transgui/main.pas(7209,9) Note: (5025) Local variable "c" not used
/tmp/build/transgui/main.pas(7209,12) Note: (5025) Local variable "d" not used
/tmp/build/transgui/main.pas(760,37) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(781,28) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/main.pas(781,45) Hint: (5024) Parameter "E" not used
/tmp/build/transgui/gcontnrs.pas(6477,1) Warning: (5059) Function result variable does not seem to initialized
/tmp/build/transgui/main.pas(33,58) Hint: (5023) Unit "syncobjs" not used in Main
/tmp/build/transgui/main.pas(35,26) Hint: (5023) Unit "StringToVK" not used in Main
/tmp/build/transgui/main.pas(917,12) Hint: (5023) Unit "ButtonPanel" not used in Main
(1010) Writing Resource String Table file: main.rsj
/tmp/build/transgui/passwcon.pas(18,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/passwcon.pas(19,26) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/passwcon.pas(20,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(461,20) Hint: (5058) Variable "$result" does not seem to be initialized
/tmp/build/transgui/addtorrent.pas(116,31) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(116,49) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/addtorrent.pas(116,61) Hint: (5024) Parameter "ADataCol" not used
/tmp/build/transgui/addtorrent.pas(119,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(119,51) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/addtorrent.pas(119,63) Hint: (5024) Parameter "ADataCol" not used
/tmp/build/transgui/addtorrent.pas(120,27) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(115,50) Hint: (5024) Parameter "ACol" not used
/tmp/build/transgui/addtorrent.pas(833,57) Warning: (4105) Implicit string type conversion with potential data loss from "WideString" to "AnsiString"
/tmp/build/transgui/addtorrent.pas(71,24) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(870,3) Hint: (5092) Variable "path" of a managed type does not seem to be initialized
/tmp/build/transgui/addtorrent.pas(72,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(63,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(62,29) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(64,33) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(65,34) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(66,36) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(67,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(68,35) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(69,30) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(82,32) Hint: (5024) Parameter "Sender" not used
/tmp/build/transgui/addtorrent.pas(70,26) Hint: (5024) Parameter "Sender" not used
(1010) Writing Resource String Table file: addtorrent.rsj
/tmp/build/transgui/rpc.pas(71,34) Hint: (5024) Parameter "Data" not used
/tmp/build/transgui/rpc.pas(742,46) Warning: (5066) Symbol "Create" is deprecated: "use options form instead"
(1010) Writing Resource String Table file: rpc.rsj
/tmp/build/transgui/transgui.lpr(39,53) Hint: (5023) Unit "rpc" not used in transgui
/tmp/build/transgui/transgui.lpr(40,16) Hint: (5023) Unit "varlist" not used in transgui
/tmp/build/transgui/transgui.lpr(40,58) Hint: (5023) Unit "IpResolver" not used in transgui
/tmp/build/transgui/transgui.lpr(41,13) Hint: (5023) Unit "utils" not used in transgui
(9022) Compiling resource units/x86_64-linux/transgui.or
(9015) Linking ./transgui
/usr/bin/ld.bfd: warning: ./link.res contains output sections; did you forget -T?
(1008) 55352 lines compiled, 5.3 sec
(1021) 24 warning(s) issued
(1022) 362 hint(s) issued
(1023) 12 note(s) issued
make: Leaving directory '/tmp/build/transgui'
+ mv /tmp/build/transgui/about.lfm.bak /tmp/build/transgui/about.lfm
+ cd /tmp/build/transgui
+ mkdir -p Release/
++ uname -m
++ uname
+ FILENAME=transgui-5.17.0-x86_64-Linux.txz
+ XZ_OPT=-9
+ tar cJf Release/transgui-5.17.0-x86_64-Linux.txz transgui README.md history.txt LICENSE transgui.png lang
root@ubuntu-pc:/tmp/build/transgui# objdump -x ./transgui |grep NEEDED
  NEEDED               libpthread.so.0
  NEEDED               libdl.so.2
  NEEDED               libgdk-x11-2.0.so.0
  NEEDED               libX11.so.6
  NEEDED               libgdk_pixbuf-2.0.so.0
  NEEDED               libgtk-x11-2.0.so.0
  NEEDED               libgobject-2.0.so.0
  NEEDED               libglib-2.0.so.0
  NEEDED               libgthread-2.0.so.0
  NEEDED               libgmodule-2.0.so.0
  NEEDED               libpango-1.0.so.0
  NEEDED               libcairo.so.2
  NEEDED               libatk-1.0.so.0
  NEEDED               libc.so.6
root@ubuntu-pc:/tmp/build/transgui#

@PeterDaveHello
Copy link
Member

I know it's not built with libssl-dev, posting this long log didn't help actually, what's the point of difference you actually want me to focus on? (I assume this is something may help directly?)

@elboletaire
Copy link

elboletaire commented May 29, 2020

I just downloaded transmission-remote-gui latest x64 build and I have the same SSL problem. First it says it cannot load libssl.so nor libcrypto.so.

imatge

This is my very first run, so when the app asked me to download the GeoIP flags' list, it crashed with the "SSL/TLS support is not compiled". After that, it crashed, and now, every time I try to open the app it just shows me the first error (the one complaining about the .so files) it crashes with a segmentation fault:

imatge

Even though the first part seems like what's happening in #1263, I did download the same version yesterday for windows and got no problems on it. Here in ubuntu I thought there may be a dependency I did not install, but checking the installation instructions I don't see any requirement to be installed first.

Edit: Sorry, I forgot to say I did download the already compiled version for linux, transgui-5.18.0-x86_64-Linux.txz. Using ubuntu 20.04 (fresh installed a week ago).

@ChaosBlades
Copy link

apt install tansgui on ubuntu this is what you get as well.

@IanBlakeley
Copy link

After upgrading from 19.3 to Mint 20, which based on ubuntu 20.04 I have this same issue too

@ChaosBlades
Copy link

I am getting this error on Windows, Ubuntu 20.04, and Raspberry Pi OS. So it is not just on Linux. It might be all clients.

@bayuah
Copy link

bayuah commented Feb 18, 2021

I also confirm that such error also appeared in my Lubuntu 20.04.2 system when I tried to update the GeoIP database.

Error Message

System:

  • Lubuntu 20.04.2 LTS
  • transgui 5.18.0
  • transmission-daemon 2.94

How to install:

# sudo apt-get install transgui

Additional note:

$ apt-cache policy transgui
transgui:
  Terpasang: 5.18.0+dfsg-1
  Kandidat:  5.18.0+dfsg-1
  Tabel versi:
 *** 5.18.0+dfsg-1 500
        500 https://mirror.unej.ac.id/ubuntu focal/universe amd64 Packages
        100 /var/lib/dpkg/status

@nocin
Copy link

nocin commented May 16, 2021

This issue still exists.
image

System:

  • Linux Mint 20.1
  • transgui 5.18.0
  • transmission-daemon 2.94

@Chtulhu2021
Copy link

Chtulhu2021 commented May 22, 2021

Hi!
I can reproduce this issue on a fresh installation on Linux Mint Debian Edition 4. I solved it by installing libssl-dev package with Synaptic.

@IanBlakeley
Copy link

I can reproduce this issue on a fresh installation on Linux Mint Debian Edition 4. I solved it by installing libssl-dev package with Synaptic.

Been a while since I checked. I went to add libssl-dev as noted, anyway

libssl-dev is already the newest version (1.1.1f-1ubuntu2.4). 0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.

I checked and can get GeoIP database, blocklist and version check okay now. Not sure when the library was updated but I presume through normal updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

8 participants