Advertisement
Guest User

Untitled

a guest
Oct 17th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.13 KB | None | 0 0
  1. Build profile: -w ghc-9.2.2 -O1
  2. In order, the following will be built (use -v for more details):
  3. - hs-rrd-0.1.0.0 (lib) (file src/RRDTool/LowLevel.hsc changed)
  4. - hs-rrd-0.1.0.0 (test:hs-rrd-test) (dependency rebuilt)
  5. Preprocessing library for hs-rrd-0.1.0.0..
  6. Building library for hs-rrd-0.1.0.0..
  7. [2 of 2] Compiling RRDTool.LowLevel ( /home/vince/thomasbach-dev/toying/hs-rrd/main/dist-newstyle/build/x86_64-linux/ghc-9.2.2/hs-rrd-0.1.0.0/build/RRDTool/LowLevel.hs, /home/vince/thomasbach-dev/toying/hs-rrd/main/dist-newstyle/build/x86_64-linux/ghc-9.2.2/hs-rrd-0.1.0.0/build/RRDTool/LowLevel.o, /home/vince/thomasbach-dev/toying/hs-rrd/main/dist-newstyle/build/x86_64-linux/ghc-9.2.2/hs-rrd-0.1.0.0/build/RRDTool/LowLevel.dyn_o )
  8. /run/user/1000/ghc1168424_0/ghc_3.c: In function ‘ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2’:
  9.  
  10. /run/user/1000/ghc1168424_0/ghc_3.c:24:220: error:
  11. warning: passing argument 5 of ‘rrd_create_r2’ from incompatible pointer type [-Wincompatible-pointer-types]
  12. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  13. | ^~
  14. | |
  15. | char **
  16. |
  17. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  18. | ^
  19.  
  20. In file included from /run/user/1000/ghc1168424_0/ghc_3.c:7:0: error:
  21.  
  22.  
  23. /nix/store/mzdysrsnxgdzvpnfj307jy2x7m964gg5-rrdtool-1.7.2/include/rrd.h:251:18: error:
  24. note: expected ‘const char **’ but argument is of type ‘char **’
  25. 251 | const char **sources,
  26. | ~~~~~~~~~~~~~^~~~~~~
  27. |
  28. 251 | const char **sources,
  29. | ^
  30.  
  31. /run/user/1000/ghc1168424_0/ghc_3.c:24:232: error:
  32. warning: passing argument 8 of ‘rrd_create_r2’ from incompatible pointer type [-Wincompatible-pointer-types]
  33. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  34. | ^~
  35. | |
  36. | char **
  37. |
  38. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  39. | ^
  40.  
  41. In file included from /run/user/1000/ghc1168424_0/ghc_3.c:7:0: error:
  42.  
  43.  
  44. /nix/store/mzdysrsnxgdzvpnfj307jy2x7m964gg5-rrdtool-1.7.2/include/rrd.h:254:18: error:
  45. note: expected ‘const char **’ but argument is of type ‘char **’
  46. 254 | const char **argv);
  47. | ~~~~~~~~~~~~~^~~~
  48. |
  49. 254 | const char **argv);
  50. | ^
  51. /run/user/1000/ghc1168424_0/ghc_3.c: In function ‘ghczuwrapperZC8ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur’:
  52.  
  53. /run/user/1000/ghc1168424_0/ghc_3.c:26:185: error:
  54. warning: passing argument 5 of ‘rrd_create_r’ from incompatible pointer type [-Wincompatible-pointer-types]
  55. 26 | HsInt32 ghczuwrapperZC8ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5) {return rrd_create_r(a1, a2, a3, a4, a5);}
  56. | ^~
  57. | |
  58. | char **
  59. |
  60. 26 | HsInt32 ghczuwrapperZC8ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5) {return rrd_create_r(a1, a2, a3, a4, a5);}
  61. | ^
  62.  
  63. In file included from /run/user/1000/ghc1168424_0/ghc_3.c:7:0: error:
  64.  
  65.  
  66. /nix/store/mzdysrsnxgdzvpnfj307jy2x7m964gg5-rrdtool-1.7.2/include/rrd.h:245:18: error:
  67. note: expected ‘const char **’ but argument is of type ‘char **’
  68. 245 | const char **argv);
  69. | ~~~~~~~~~~~~~^~~~
  70. |
  71. 245 | const char **argv);
  72. | ^
  73. /run/user/1000/ghc1168424_0/ghc_10.c: In function ‘ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2’:
  74.  
  75. /run/user/1000/ghc1168424_0/ghc_10.c:24:220: error:
  76. warning: passing argument 5 of ‘rrd_create_r2’ from incompatible pointer type [-Wincompatible-pointer-types]
  77. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  78. | ^~
  79. | |
  80. | char **
  81. |
  82. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  83. | ^
  84.  
  85. In file included from /run/user/1000/ghc1168424_0/ghc_10.c:7:0: error:
  86.  
  87.  
  88. /nix/store/mzdysrsnxgdzvpnfj307jy2x7m964gg5-rrdtool-1.7.2/include/rrd.h:251:18: error:
  89. note: expected ‘const char **’ but argument is of type ‘char **’
  90. 251 | const char **sources,
  91. | ~~~~~~~~~~~~~^~~~~~~
  92. |
  93. 251 | const char **sources,
  94. | ^
  95.  
  96. /run/user/1000/ghc1168424_0/ghc_10.c:24:232: error:
  97. warning: passing argument 8 of ‘rrd_create_r2’ from incompatible pointer type [-Wincompatible-pointer-types]
  98. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  99. | ^~
  100. | |
  101. | char **
  102. |
  103. 24 | HsInt32 ghczuwrapperZC7ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur2(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5, char* a6, HsInt32 a7, char** a8) {return rrd_create_r2(a1, a2, a3, a4, a5, a6, a7, a8);}
  104. | ^
  105.  
  106. In file included from /run/user/1000/ghc1168424_0/ghc_10.c:7:0: error:
  107.  
  108.  
  109. /nix/store/mzdysrsnxgdzvpnfj307jy2x7m964gg5-rrdtool-1.7.2/include/rrd.h:254:18: error:
  110. note: expected ‘const char **’ but argument is of type ‘char **’
  111. 254 | const char **argv);
  112. | ~~~~~~~~~~~~~^~~~
  113. |
  114. 254 | const char **argv);
  115. | ^
  116. /run/user/1000/ghc1168424_0/ghc_10.c: In function ‘ghczuwrapperZC8ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur’:
  117.  
  118. /run/user/1000/ghc1168424_0/ghc_10.c:26:185: error:
  119. warning: passing argument 5 of ‘rrd_create_r’ from incompatible pointer type [-Wincompatible-pointer-types]
  120. 26 | HsInt32 ghczuwrapperZC8ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5) {return rrd_create_r(a1, a2, a3, a4, a5);}
  121. | ^~
  122. | |
  123. | char **
  124. |
  125. 26 | HsInt32 ghczuwrapperZC8ZChszmrrdzm0zi1zi0zi0zminplaceZCRRDToolziLowLevelZCrrdzucreatezur(char* a1, HsWord64 a2, HsInt64 a3, HsInt32 a4, char** a5) {return rrd_create_r(a1, a2, a3, a4, a5);}
  126. | ^
  127.  
  128. In file included from /run/user/1000/ghc1168424_0/ghc_10.c:7:0: error:
  129.  
  130.  
  131. /nix/store/mzdysrsnxgdzvpnfj307jy2x7m964gg5-rrdtool-1.7.2/include/rrd.h:245:18: error:
  132. note: expected ‘const char **’ but argument is of type ‘char **’
  133. 245 | const char **argv);
  134. | ~~~~~~~~~~~~~^~~~
  135. |
  136. 245 | const char **argv);
  137. | ^
  138. Preprocessing test suite 'hs-rrd-test' for hs-rrd-0.1.0.0..
  139. Building test suite 'hs-rrd-test' for hs-rrd-0.1.0.0..
  140. [1 of 2] Compiling RRDTool.LowLevelSpec ( test/RRDTool/LowLevelSpec.hs, /home/vince/thomasbach-dev/toying/hs-rrd/main/dist-newstyle/build/x86_64-linux/ghc-9.2.2/hs-rrd-0.1.0.0/t/hs-rrd-test/build/hs-rrd-test/hs-rrd-test-tmp/RRDTool/LowLevelSpec.o ) [RRDTool.LowLevel changed]
  141. Linking /home/vince/thomasbach-dev/toying/hs-rrd/main/dist-newstyle/build/x86_64-linux/ghc-9.2.2/hs-rrd-0.1.0.0/t/hs-rrd-test/build/hs-rrd-test/hs-rrd-test ...
  142.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement