pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

x11/kde-runtime4 build failure



Hi,
This package has been failing rebuild for me for a while. I checked
today the reason - it turns I need:

--- kioslave/fish/fish.cpp.ORIG   2020-09-13 13:43:48.010901396 +0100
+++ kioslave/fish/fish.cpp      2020-09-13 13:33:18.649452092 +0100
@@ -271,7 +271,7 @@
     isStat = false; // FIXME: just a workaround for konq deficiencies
     redirectUser = ""; // FIXME: just a workaround for konq deficiencies
     redirectPass = ""; // FIXME: just a workaround for konq deficiencies
-    fishCodeLen = strlen(fishCode);
+    fishCodeLen = strlen(fishCode());
 }
 /* ----------------------------------------------------------------------------------
*/

@@ -1081,7 +1081,7 @@
     } else if (rc == 100) {
         switch (fishCommand) {
         case FISH_FISH:
-            writeChild(fishCode, fishCodeLen);
+            writeChild(fishCode(), fishCodeLen);
             break;
         case FISH_READ:
             recvLen = 1024;

to get it fully built.

Chavdar


-- 
----


Home | Main Index | Thread Index | Old Index