#trinity-desktop < 2022/04/27 > |
[01:28] | a-865 has quit (Ping timeout: 272 seconds) |
[01:39] | micheleC has joined |
[01:46] | a-865 has joined |
[03:09] | micheleC has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org) |
[05:36] | agneli: denk: i fought hard but I lost the battle: http://fileconvoy.com/index.php?Section=25678 |
[05:37] | agneli: I did add #include <cstddef>, yet it is still complaining... |
[05:37] | agneli: i usef short form, I used full path |
[05:38] | agneli: ach crap again wrong link |
[05:38] | agneli: http://www.fileconvoy.com/dfl.php?id=gd598459668cf1afa10004262147f6dc50697dc6da6 |
[05:39] | tde-bot: Page title: Free file sharing without registration and size limits |
[06:48] | denk: agneli: you are a funny user :) |
[06:49] | denk: dport02 is a node name in my build zone |
[06:49] | denk: remove the line from kssh.cpp |
[06:49] | agneli: it is commented out, no? |
[06:49] | denk: the file should begin from a comment: /* |
[06:50] | denk: I leave it to show the command |
[06:52] | agneli: ach the upload does not have //. now, please. what about the includes? |
[06:53] | denk: remove all your changes from the file |
[06:54] | denk: also I guess you have another location of ntqstring.h |
[06:54] | denk: specify the path in -I option for g++ |
[06:54] | agneli: ntqstring.h location is changed on the command line |
[06:54] | agneli: this is done |
[06:55] | agneli: all i have changed is this cstddef thing |
[06:55] | agneli: nothing else |
[06:55] | agneli: and wheter i addit or not g++ complains |
[06:55] | agneli: in much the same way |
[06:56] | denk: show the command line |
[06:56] | agneli: g++ -o tst -ggdb3 -O0 -I /usr/tqt3/include kssh.cpp -ltqt-mt &> kssh_cpp.log |
[06:56] | denk: ls -l /usr/tqt3/include/ntqstring.h |
[06:56] | agneli: it is there... |
[06:57] | denk: ok, show the output of g++, e.g. content of kssh_cpp.log |
[06:57] | denk: in a paste |
[06:58] | agneli: log is in the link i pasted above |
[06:58] | agneli: is that OK? |
[06:58] | agneli: find /usr -name ntqstring.h |
[06:58] | agneli: /usr/tqt3/include/ntqstring.h |
[06:58] | denk: maybe ssh to your host? |
[06:59] | agneli: i am not sure I got that |
[07:00] | denk: ok, just type g++ -o tst -ggdb3 -O0 -I /usr/tqt3/include kssh.cpp -ltqt-mt |
[07:00] | denk: I want to see the command and 2-3 line of the output |
[07:03] | agneli: https://paste.debian.net/1239156 |
[07:03] | tde-bot: Page title: debian Pastezone |
[07:03] | agneli: i am unable to capture first lines without log... |
[07:03] | denk: add: #include <sys/types.h> |
[07:03] | agneli: :) |
[07:04] | denk: it should be first line in the file |
[07:05] | agneli: much better now |
[07:05] | agneli: https://paste.debian.net/plain/1239157 |
[07:06] | denk: cannot find -ltqt-mt |
[07:06] | agneli: yes |
[07:06] | denk: add -L/usr/.... where it is |
[07:07] | agneli: find / -name ltqt-mt |
[07:07] | denk: on my platform I placed them in /usr/lib/{amd64,sparcv9} and I don't need to specify it |
[07:07] | agneli: seems I do not have it |
[07:08] | denk: you should find libtqt-mt.so |
[07:08] | agneli: ach my bad |
[07:09] | agneli: I missed the extention |
[07:09] | denk: it's time to write a page "how to run a compiler" |
[07:13] | agneli: echhh those less gifted... world would me much more beautiful without them, did it not? :) |
[07:13] | agneli: anyway, thank you very much |
[07:13] | agneli: it works now |
[07:13] | agneli: output is KSshProcess::version(): got version string [OpenSSH_8.8p1, OpenSSL 1.1.1n 15 Mar 2022 |
[07:13] | agneli: ] |
[07:14] | agneli: could I just not ssh localhost? :) would be simpler I guess? |
[07:14] | denk: nice, it means you need to debug kioslave via gdb |
[07:14] | agneli: wrong |
[07:14] | agneli: telnet localhost ;) |
[07:14] | denk: when you use sftp from konqeror |
[07:14] | agneli: ughhh... |
[07:14] | denk: that was a small test for pclose() on your platform |
[07:15] | denk: and it works |
[07:16] | agneli: thank you, I iwll see what I can do in that area :) |
[07:19] | denk: I'd rebuild component main/core/tdebase/tdeioslave/sftp with debug info (-O0 -ggdb3), replace the original library by the result and run konqeror |
[07:20] | denk: attach gdb to the process, set a break point on pclose and continue the stopped process |
[07:20] | denk: then type sftp://whereve you typed as url |
[07:21] | denk: and inspect gdb |
[07:21] | denk: step by step |
[07:22] | agneli: thank you very much denk |
[07:23] | denk: not at all |
[07:23] | agneli: it will take some time though ;) |
[08:43] | SlavekB has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org) |
[09:36] | SlavekB has joined |
[10:22] | micheleC has joined |
[14:30] | micheleC has left (Kopete 0.12.7 : http://trinitydesktop.org) |
[18:16] | SlavekB has quit (Quit: Kopete : https://trinitydesktop.org) |
[19:11] | SlavekB has joined |
#trinity-desktop < 2022/04/27 > |