English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1452) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2026.01.07. 14:10)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés
Σ: 1 post

miklos_akos  (statz) Főfasz
#5, Főfasz (1047)
4607 | #5a67 | ^ | Idézet | Wed, 17 Dec 2025 03:57:35 +01
185.187.*.* Linux x86 Mozilla Firefox Unknown *.75.187.185.dialin.segfault.club
@TCH:
Mostanság nem egyszer látom, hogy a clownflare™ megint összedőlt, mint fél disznó az ólban;
Cseh feljebbvaloink munkahelyen panikoltak, hogy kapcsojjuk ki', de nem tudtuk. :DDDDDD
@TCH:
nem tudom, hogy a github is az mögött lakik-e
A faszt, ez szimplan mikrofos termek lett.

@TCH:
Ez mit fixált meg egyébként? Ha újabb CMake-ed van, annak mindegy, hogy a minimum régebbi, ha meg régebbi, akkor meg ettől nem javul meg. Kivéve, persze, ha a minimum eddig feleslegesen volt magasabb, de én régebbi minimumot nem látok.
CMake 4.x-szel bejott egy breaking change es barmi ami CMake 3.5-ot vagy regebbit targetel az elhasal az alabbival:
-- Configuring incomplete, errors occurred!
error: Cannot build '/nix/store/n98xz8nrzcvbbxb75cnmncjfbmbmcd35-eiskaltdcpp-2.4.2.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/ckb0svhrx579y88zgky84kk3zpgpf2s1-eiskaltdcpp-2.4.2
       Last 25 log lines:
       > This warning is for project developers.  Use -Wno-dev to suppress it.
       > 
       > -- The C compiler identification is GNU 14.3.0
       > -- The CXX compiler identification is GNU 14.3.0
       > -- Detecting C compiler ABI info
       > -- Detecting C compiler ABI info - done
       > -- Check for working C compiler: /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/gcc - skipped
       > -- Detecting C compile features
       > -- Detecting C compile features - done
       > -- Detecting CXX compiler ABI info
       > -- Detecting CXX compiler ABI info - done
       > -- Check for working CXX compiler: /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin/g++ - skipped
       > -- Detecting CXX compile features
       > -- Detecting CXX compile features - done
       > CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
       >   Compatibility with CMake < 3.5 has been removed from CMake.
       >
       >   Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
       >   to tell CMake that the project requires at least <min> but has been updated
       >   to work with policies introduced by <max> or earlier.
       >
       >   Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
       >
       > 
       > -- Configuring incomplete, errors occurred!
       For full logs, run:
         nix-store -l /nix/store/n98xz8nrzcvbbxb75cnmncjfbmbmcd35-eiskaltdcpp-2.4.2.drv

Es pontosan ennyi kellett a cuccnak:
diff --git a/pkgs/applications/networking/p2p/eiskaltdcpp/default.nix b/pkgs/applications/networking/p2p/eiskaltdcpp/default.nix
index 9dad2f63d9d9..f57b743dd18c 100644
--- a/pkgs/applications/networking/p2p/eiskaltdcpp/default.nix
+++ b/pkgs/applications/networking/p2p/eiskaltdcpp/default.nix
@@ -77,6 +77,7 @@ mkDerivation rec {
     "-DUSE_JS=ON"
     "-DWITH_LUASCRIPTS=ON"
     "-DWITH_SOUNDS=ON"
+    "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
   ];
 
   postInstall = ''


@TCH:
Olyan ez mint a biciklizés, nem lehet elfelejteni...mondta Pista bácsi, majd akkorát taknyolt a drótszamárral, hogy még a szomszéd faluban is kilengtek a szeizmográfok. Ugyanis ha biciklizni nem is felejtett el, azt sikeresen elfelejtette, hogy a lábait egy bankhitel behajtása miatt amputálták... :P


XDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD


@TCH:
Valami spéci csomagformátuma van?
Itt nincs hagyomanyos ertelemben vett csomagkezeles (ezek is leirofajlbol szuletnek), hanem minden modositas ami a rendszert erinti az ugynevezett derivation / generation. Ad-hoc jelleggel, meg a nix shell -p <pkg> paranccsal lehet futtatni telepites nelkul dolgokat. Teljesen elvont modon mukodik es az eddig ismert osszes linuxos, unixos, winfosos, vms-es, netware-s tudas repul ki az ablakon. :P Meg a userek is konfiguraciobol jonnek, pl.:
{ config, lib, pkgs, ... }:
{
  users.users.user = {
    isNormalUser = true;
    extraGroups = [ "wheel" "networkmanager" "kvm" "libvirtd" "wireshark" ];
  };
}

Es ezt meg lehetne tovabb bonyolitani a disko kiegeszitovel, amivel a particionalast deklaralod fajlban, ott a home-manager, amivel meg a kezdeti user homeot deklaralod le. Meg ismerkedek a cuccal, de egesz jonak tunik az elvont debil idiota fejemnek. :D


English | Magyar
JS ki | CSS ki | Ékezetek ki | HiContrast
Lapozó:  (0 - 1452) 
<== | ==>
Ugrás a végére | Összes megjelenítése | Utolsó oldal
OpenOpera patches | Opera-SSL patches | Opera 12.15 source (Git repository) | Opera 12.15 source (Torrent) | Opera internal pages | Otter Browser Linux x64 - Qt5.15.2/QtWebKit5.602.1 (2026.01.07. 14:10)
OS for MC680x0 | OS for PPC | OS for Sparc64 | besztofbégéaefcé | CSÉNDZSLOG | WebToolz | DDG Shit Filter | Google Shit Filter | Progz | Fast CSS Box | Browser | OS | Agent | Statisztika | BBCode
Monospace font-family: Courier New | Browser default monospace
Email értesítő / Email notification ===> 
Keresés

Név: (max 255 byte)

Email: (max 255 byte) Nem kötelező!

Üzenet: (max 65536 kar.) 65536-0=65536




crap_vkn v4.34.10 by TCH
Thx to saxus for the escaped string decoder function (PHP), the realIP function (PHP) & the SQL handle layer (PHP), to thookerov for the int_divide function (PHP), to Jeff Anderson for the getSelText function (JS), to Alex King for the insertAtCursor function (JS), Flood3r for the new CSS styles, Pety for the spamprotection idea and some design and comfort ideas, MaxMind for the IP2Country database, famfamfam for the flags of countries and an unknown PHP programmer for the removeAccents function.



Kecskebaszók ide!