#tde-devs < 2023/12/28 > |
[02:06] | tde-bot has joined |
[02:06] | tde-bot started logging |
[07:55] | denk: SlavekB: ping |
[07:59] | denk: I have no access to the dilos source code, I changed the work more than 1 years ago, the owner migrated from bitbucket.org to gitea into the internal lab |
[07:59] | denk: since september he did not configur the access for me (I hav an IP tunnel to the lab), but I have no access to the source code |
[08:01] | denk: so, I think, I try to finish what I begun with kmix, but I'm not sure that I want to support dilos in this situation anymore |
[08:01] | denk: maybe from time to time in the future, but not now |
[08:01] | denk: also I migrated my home desktop from dilos to FreeBSD |
[08:02] | denk: and I'm bulding tde for it |
[08:02] | denk: of course, it has many issues |
[08:02] | denk: https://paste.dilos.org/?973c4020e37f2c5f#GZ+klQRkNAOjmB6+uQtIJsAX7JjO6pQrKrKB/iDzV/A= |
[08:02] | denk: as example |
[08:02] | tde-bot: Page title: PrivateBin |
[08:03] | denk: FreeBSD clang version 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a259152) |
[08:04] | denk: Target: x86_64-unknown-freebsd14.0 |
[08:04] | denk: they switched to c++17 standard by default |
[08:04] | denk: auto_ptr is a part of c++98 and it was deprecated in c++11 |
[08:05] | denk: in c++17 it is removed |
[08:10] | denk: to build that all I passed -std=gnu++98 to the compiler |
[09:19] | SlavekB: At least C++11 is currently set up when building. In any case, we will need to move away from auto_ptr. Thank you for the noticing. |
[09:25] | denk: auto_ptr is one of many |
[09:26] | denk: also std::mem_fun, std::binary_function (or so) |
[09:28] | denk: for freebsd ports USE_STDCXX could be used |
[09:28] | denk: USE_STDCXX = c++11 - like this |
[09:28] | denk: also it should be passed to the make |
[09:50] | denk: SlavekB: I just remember one more issue (freebsd port related) |
[09:50] | denk: tdebase should depends also on gsed |
[09:51] | denk: or tdelibs... :) |
[09:56] | SlavekB: not only as BUILD_DEPENDS? |
[09:56] | SlavekB: currently gsed and also ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity are listed in BUILD_DEPENDS |
[09:58] | denk: yes, build depend only |
[09:58] | denk: yesterday I hited the bug, it was depend on gtar only |
[09:58] | SlavekB: gsed dependendy is set by trinity.port.mk |
[09:58] | denk: a fresh system install does not have gsed |
[09:59] | SlavekB: gtar is in EXTRACXT_DEPENDS |
[09:59] | denk: ok, in some time I can test it once again |
[10:00] | denk: I need to restore my desktop in new platform |
[10:01] | denk: huh... "Network Settings" platform is not supported... again :) |
[10:02] | denk: FreeBSD 10 is most modern in the list |
[10:05] | denk: "device informations" -> "partitions" printed /etc/fstab, it's so funny |
[10:06] | denk: zfs is not known, again... |
[10:07] | denk: ok, it means need more work on freebsd too |
[12:12] | SlavekB has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org) |
[14:17] | SlavekB has joined |
[14:56] | denk: SlavekB: one more issue: the port script depends on rsync that does not exist on the fresh install |
[18:26] | tde-bot has joined |
[18:26] | tde-bot started logging |
[23:32] | SlavekB has quit (Quit: Kopete 0.12.7 : http://trinitydesktop.org) |
#tde-devs < 2023/12/28 > |