Recent

Author Topic: Fpcupdeluxe  (Read 792624 times)

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: Fpcupdeluxe
« Reply #1980 on: November 22, 2021, 02:25:16 am »
I am trying to install on Microsoft Windows 7 Professional:
- FPC fixes-3.2
- Lazarus fixes-2.2
But FPCUPdeluxe freezes and it has to be forcibly closed and restarted.

"OpenSLL" is miswritten.

---------------------------------------------------------------
FPCUPdeluxe V2.2.0e for i386-win32 running on Win64-6.1.7601
---------------------------------------------------------------
Welcome @ FPCUPdeluxe.
FPCUPdeluxe V2.2.0e for i386-win32-win32
Running on Win64-6.1.7601
Build with: FPC 3.2.2 on Win10 x86_64
CPU cores used: 1
Available physical memory: 1023 MB
Please be warned: memory is very limited for building Lazarus

Current install directory: C:\Users\Valdir\Desktop\fpcupdeluxe
Fpcupdeluxe logging info:
fpcuplogger.batterybutcher.com/root/getinfohtml
fpcuplogger.batterybutcher.com/root/getinfohtml?ShowErrors=yes
---------------------------------------------------------------
fpcupdeluxe WARNING: FPCNativeInstaller (DownloadOpenSSL): No OpenSLL library files available for SSL. Going to download them.
---------------------------------------------------------------


When I manually install OpenSSL libraries from https://indy.fulgan.com/SSL/ to FPCUPdeluxe folder, FPCUPdeluxe goes on working.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1981 on: November 22, 2021, 11:05:47 am »
Will have a look !

svd71

  • New Member
  • *
  • Posts: 29
Re: Fpcupdeluxe
« Reply #1982 on: December 05, 2021, 10:51:55 am »
Hi all,

Please help me to setup LAMW.

OS: Windows 10 x64
FPC: 3.2.2
Lazarus: 2.0.12
Installation over fpcupdelux.

It work fine with compilation for Win64, Win32, Linux x64, Linux x32, Linux arm, Linux aarch64.
But with Android compilation have I problem. I have been done a empty project without any component and tried to compiler it (in the attachment are control.lpi, and list of fprcupdelux\fpc\units)

But get other error with gradle:

Code: XML  [Select][+][-]
  1. Messages, Hints: 2
  2. Verbose: Selected chip architecture: armeabi-v7a
  3. Verbose: Taking libraries from folder: Z:\WI\lazarus\lamw\AppLAMWProject3\libs\armeabi-v7a
  4. Verbose: Found library: libcontrols.so
  5. Note: Duplicate unit "controls" in "controls", orphaned ppu "Z:\WI\lazarus\lamw\AppLAMWProject3\obj\controls\controls.o"
  6. Note: Duplicate unit "controls" in "LCLBase 2.0.12", ppu="Z:\fpcdelux\lazarus\lcl\units\arm-android\controls.ppu", source="Z:\fpcdelux\lazarus\lcl\controls.pp"
  7. Compile Project, OS: android, CPU: arm, Target: Z:\WI\lazarus\lamw\AppLAMWProject3\libs\armeabi-v7a\libcontrols.so: Success, Hints: 2
  8. Hint: Start of reading config file Z:\fpcdelux\fpc\bin\x86_64-win64\fpc.cfg
  9. Hint: End of reading config file Z:\fpcdelux\fpc\bin\x86_64-win64\fpc.cfg
  10. Verbose: Free Pascal Compiler version 3.2.2-rrelease_3_2_2-0-g0d122c4953 [2021/10/24] for arm
  11. Verbose: Copyright (c) 1993-2021 by Florian Klaempfl and others
  12. Verbose: Target OS: Android for ARMEL
  13. Verbose: Compiling controls.lpr
  14. controls.lpr(10,31) Verbose: Unit "And_jni_Bridge" not used in controls
  15. Verbose: Assembling controls
  16. Verbose: Compiling resource Z:\WI\lazarus\lamw\AppLAMWProject3\obj\controls\controls.or
  17. Verbose: Linking Z:\WI\lazarus\lamw\AppLAMWProject3\libs\armeabi-v7a\libcontrols.so
  18. Verbose: 680 lines compiled, 1.2 sec
  19. Verbose: 5 hint(s) issued
  20. Building APK (Gradle)... : FAILURE: Build failed with an exception., Errors: 1
  21. None: Initialized native services in: C:\Users\Svd\.gradle\native
  22. None: The client will now receive all logging from the daemon (pid: 3504). The daemon log file: C:\Users\Svd\.gradle\daemon\6.8.3\daemon-3504.out.log
  23. None: Starting 8th build in daemon [uptime: 19 mins 11.908 secs, performance: 99%, non-heap usage: 29% of 256 MiB]
  24. None: Using 4 worker leases.
  25. None: Watching the file system is disabled
  26. None: Starting Build
  27. None: Settings evaluated using settings file 'Z:\WI\lazarus\lamw\AppLAMWProject3\settings.gradle'.
  28. None: Projects loaded. Root project using build file 'Z:\WI\lazarus\lamw\AppLAMWProject3\build.gradle'.
  29. None: Included projects: [root project 'AppLAMWProject3']
  30. None: > Configure project :
  31. None: Evaluating root project 'AppLAMWProject3' using build file 'Z:\WI\lazarus\lamw\AppLAMWProject3\build.gradle'.
  32. None: Compiling build file 'Z:\WI\lazarus\lamw\AppLAMWProject3\build.gradle' using SubsetScriptTransformer.
  33. None: Compiling build file 'Z:\WI\lazarus\lamw\AppLAMWProject3\build.gradle' using BuildScriptTransformer.
  34. None: Creating configuration androidTestUtil
  35. None: Creating configuration compile
  36. None: Creating configuration apk
  37. None: Creating configuration provided
  38. None: Creating configuration api
  39. None: Creating configuration implementation
  40. None: Creating configuration runtimeOnly
  41. None: Creating configuration compileOnly
  42. None: Creating configuration wearApp
  43. None: Creating configuration annotationProcessor
  44. None: Creating configuration androidTestCompile
  45. None: Creating configuration androidTestApk
  46. None: Creating configuration androidTestProvided
  47. None: Creating configuration androidTestApi
  48. None: Creating configuration androidTestImplementation
  49. None: Creating configuration androidTestRuntimeOnly
  50. None: Creating configuration androidTestCompileOnly
  51. None: Creating configuration androidTestWearApp
  52. None: Creating configuration androidTestAnnotationProcessor
  53. None: Creating configuration testCompile
  54. None: Creating configuration testApk
  55. None: Creating configuration testProvided
  56. None: Creating configuration testApi
  57. None: Creating configuration testImplementation
  58. None: Creating configuration testRuntimeOnly
  59. None: Creating configuration testCompileOnly
  60. None: Creating configuration testWearApp
  61. None: Creating configuration testAnnotationProcessor
  62. None: NDK is missing a "platforms" directory.
  63. None: If you are using NDK, verify the ndk.dir is set to a valid NDK directory.  It is currently set to C:\RD\Android\SDK\ndk\23.1.7779620.
  64. None: If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning.
  65. None: Creating configuration debugCompile
  66. None: Creating configuration debugApk
  67. None: Creating configuration debugProvided
  68. None: Creating configuration debugApi
  69. None: Creating configuration debugImplementation
  70. None: Creating configuration debugRuntimeOnly
  71. None: Creating configuration debugCompileOnly
  72. None: Creating configuration debugWearApp
  73. None: Creating configuration debugAnnotationProcessor
  74. None: Creating configuration androidTestDebugCompile
  75. None: Creating configuration androidTestDebugApk
  76. None: Creating configuration androidTestDebugProvided
  77. None: Creating configuration androidTestDebugApi
  78. None: Creating configuration androidTestDebugImplementation
  79. None: Creating configuration androidTestDebugRuntimeOnly
  80. None: Creating configuration androidTestDebugCompileOnly
  81. None: Creating configuration androidTestDebugWearApp
  82. None: Creating configuration androidTestDebugAnnotationProcessor
  83. None: Creating configuration testDebugCompile
  84. None: Creating configuration testDebugApk
  85. None: Creating configuration testDebugProvided
  86. None: Creating configuration testDebugApi
  87. None: Creating configuration testDebugImplementation
  88. None: Creating configuration testDebugRuntimeOnly
  89. None: Creating configuration testDebugCompileOnly
  90. None: Creating configuration testDebugWearApp
  91. None: Creating configuration testDebugAnnotationProcessor
  92. None: Creating configuration releaseCompile
  93. None: Creating configuration releaseApk
  94. None: Creating configuration releaseProvided
  95. None: Creating configuration releaseApi
  96. None: Creating configuration releaseImplementation
  97. None: Creating configuration releaseRuntimeOnly
  98. None: Creating configuration releaseCompileOnly
  99. None: Creating configuration releaseWearApp
  100. None: Creating configuration releaseAnnotationProcessor
  101. None: Creating configuration testReleaseCompile
  102. None: Creating configuration testReleaseApk
  103. None: Creating configuration testReleaseProvided
  104. None: Creating configuration testReleaseApi
  105. None: Creating configuration testReleaseImplementation
  106. None: Creating configuration testReleaseRuntimeOnly
  107. None: Creating configuration testReleaseCompileOnly
  108. None: Creating configuration testReleaseWearApp
  109. None: Creating configuration testReleaseAnnotationProcessor
  110. None: Parsing the SDK, no caching allowed
  111. None: SDK initialized in 51 ms
  112. None: All projects evaluated.
  113. None: Analytics other plugin to proto: Unknown plugin type org.gradle.api.plugins.JvmEcosystemPlugin expected enum ORG_GRADLE_API_PLUGINS_JVMECOSYSTEMPLUGIN
  114. None: Analytics other plugin to proto: Unknown plugin type org.gradle.api.plugins.JavaBasePlugin$Inject expected enum ORG_GRADLE_API_PLUGINS_JAVABASEPLUGIN$INJECT
  115. None: Selected primary task 'clean' from project :
  116. None: Selected primary task 'build' from project :
  117. None: Tasks to be executed: [task ':clean', task ':preBuild', task ':preDebugBuild', task ':compileDebugAidl', task ':compileDebugRenderscript', task ':checkDebugManifest', task ':generateDebugBuildConfig', task ':prepareLintJar', task ':generateDebugSources', task ':javaPreCompileDebug', task ':mainApkListPersistenceDebug', task ':generateDebugResValues', task ':generateDebugResources', task ':mergeDebugResources', task ':createDebugCompatibleScreenManifests', task ':processDebugManifest', task ':processDebugResources', task ':compileDebugJavaWithJavac', task ':compileDebugSources', task ':mergeDebugShaders', task ':compileDebugShaders', task ':generateDebugAssets', task ':mergeDebugAssets', task ':validateSigningDebug', task ':signingConfigWriterDebug', task ':checkDebugDuplicateClasses', task ':transformClassesWithDexBuilderForDebug', task ':transformDexArchiveWithExternalLibsDexMergerForDebug', task ':transformDexArchiveWithDexMergerForDebug', task ':mergeDebugJniLibFolders', task ':transformNativeLibsWithMergeJniLibsForDebug', task ':processDebugJavaRes', task ':transformResourcesWithMergeJavaResForDebug', task ':packageDebug', task ':assembleDebug', task ':preReleaseBuild', task ':compileReleaseAidl', task ':compileReleaseRenderscript', task ':checkReleaseManifest', task ':generateReleaseBuildConfig', task ':generateReleaseSources', task ':javaPreCompileRelease', task ':mainApkListPersistenceRelease', task ':generateReleaseResValues', task ':generateReleaseResources', task ':mergeReleaseResources', task ':createReleaseCompatibleScreenManifests', task ':processReleaseManifest', task ':processReleaseResources', task ':compileReleaseJavaWithJavac', task ':compileReleaseSources', task ':lintVitalRelease', task ':mergeReleaseShaders', task ':compileReleaseShaders', task ':generateReleaseAssets', task ':mergeReleaseAssets', task ':signingConfigWriterRelease', task ':checkReleaseDuplicateClasses', task ':transformClassesWithDexBuilderForRelease', task ':transformDexArchiveWithExternalLibsDexMergerForRelease', task ':transformDexArchiveWithDexMergerForRelease', task ':mergeReleaseJniLibFolders', task ':transformNativeLibsWithMergeJniLibsForRelease', task ':processReleaseJavaRes', task ':transformResourcesWithMergeJavaResForRelease', task ':packageRelease', task ':assembleRelease', task ':assemble', task ':lint', task ':generateDebugUnitTestSources', task ':preDebugUnitTestBuild', task ':javaPreCompileDebugUnitTest', task ':compileDebugUnitTestJavaWithJavac', task ':processDebugUnitTestJavaRes', task ':testDebugUnitTest', task ':generateReleaseUnitTestSources', task ':preReleaseUnitTestBuild', task ':javaPreCompileReleaseUnitTest', task ':compileReleaseUnitTestJavaWithJavac', task ':processReleaseUnitTestJavaRes', task ':testReleaseUnitTest', task ':test', task ':check', task ':build']
  118. None: Tasks that were excluded: []
  119. None: :clean (Thread[Execution worker for ':',5,main]) started.
  120. Progress: > Task :clean
  121. None: Caching disabled for task ':clean' because:
  122. None:   Build cache is disabled
  123. None: Task ':clean' is not up-to-date because:
  124. None:   Task has not declared any outputs despite executing actions.
  125. None: :clean (Thread[Execution worker for ':',5,main]) completed. Took 0.026 secs.
  126. None: :preBuild (Thread[Execution worker for ':',5,main]) started.
  127. Progress: > Task :preBuild UP-TO-DATE
  128. None: Skipping task ':preBuild' as it has no actions.
  129. None: :preBuild (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
  130. None: :preDebugBuild (Thread[Execution worker for ':',5,main]) started.
  131. Progress: > Task :preDebugBuild UP-TO-DATE
  132. None: Caching disabled for task ':preDebugBuild' because:
  133. None:   Build cache is disabled
  134. None: Skipping task ':preDebugBuild' as it is up-to-date.
  135. None: :preDebugBuild (Thread[Execution worker for ':',5,main]) completed. Took 0.026 secs.
  136. None: :compileDebugAidl (Thread[Execution worker for ':',5,main]) started.
  137. Progress: > Task :compileDebugAidl NO-SOURCE
  138. None: file or directory 'Z:\WI\lazarus\lamw\AppLAMWProject3\build-types\debug\aidl', not found
  139. None: Skipping task ':compileDebugAidl' as it has no source files and no previous output files.
  140. None: :compileDebugAidl (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
  141. None: :compileDebugRenderscript (Thread[Execution worker for ':',5,main]) started.
  142. Progress: > Task :compileDebugRenderscript UP-TO-DATE
  143. None: file or directory 'Z:\WI\lazarus\lamw\AppLAMWProject3\build-types\debug\rs', not found
  144. None: Caching disabled for task ':compileDebugRenderscript' because:
  145. None:   Build cache is disabled
  146. None: Skipping task ':compileDebugRenderscript' as it is up-to-date.
  147. None: :compileDebugRenderscript (Thread[Execution worker for ':',5,main]) completed. Took 0.009 secs.
  148. None: :checkDebugManifest (Thread[Execution worker for ':',5,main]) started.
  149. Progress: > Task :checkDebugManifest UP-TO-DATE
  150. None: Caching disabled for task ':checkDebugManifest' because:
  151. None:   Build cache is disabled
  152. None: Skipping task ':checkDebugManifest' as it is up-to-date.
  153. None: :checkDebugManifest (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
  154. None: :generateDebugBuildConfig (Thread[Execution worker for ':',5,main]) started.
  155. Progress: > Task :generateDebugBuildConfig UP-TO-DATE
  156. None: Caching disabled for task ':generateDebugBuildConfig' because:
  157. None:   Build cache is disabled
  158. None: Skipping task ':generateDebugBuildConfig' as it is up-to-date.
  159. None: :generateDebugBuildConfig (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
  160. None: :prepareLintJar (Thread[Execution worker for ':',5,main]) started.
  161. Progress: > Task :prepareLintJar UP-TO-DATE
  162. None: Caching disabled for task ':prepareLintJar' because:
  163. None:   Build cache is disabled
  164. None: Skipping task ':prepareLintJar' as it is up-to-date.
  165. None: :prepareLintJar (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
  166. None: :generateDebugSources (Thread[Execution worker for ':',5,main]) started.
  167. Progress: > Task :generateDebugSources UP-TO-DATE
  168. None: Skipping task ':generateDebugSources' as it has no actions.
  169. None: :generateDebugSources (Thread[Execution worker for ':',5,main]) completed. Took 0.0 secs.
  170. None: :javaPreCompileDebug (Thread[Execution worker for ':',5,main]) started.
  171. Progress: > Task :javaPreCompileDebug UP-TO-DATE
  172. None: Caching disabled for task ':javaPreCompileDebug' because:
  173. None:   Build cache is disabled
  174. None: Skipping task ':javaPreCompileDebug' as it is up-to-date.
  175. None: :javaPreCompileDebug (Thread[Execution worker for ':',5,main]) completed. Took 0.003 secs.
  176. None: :mainApkListPersistenceDebug (Thread[Execution worker for ':',5,main]) started.
  177. Progress: > Task :mainApkListPersistenceDebug UP-TO-DATE
  178. None: Caching disabled for task ':mainApkListPersistenceDebug' because:
  179. None:   Build cache is disabled
  180. None: Skipping task ':mainApkListPersistenceDebug' as it is up-to-date.
  181. None: :mainApkListPersistenceDebug (Thread[Execution worker for ':',5,main]) completed. Took 0.002 secs.
  182. None: :generateDebugResValues (Thread[Execution worker for ':' Thread 3,5,main]) started.
  183. Progress: > Task :generateDebugResValues UP-TO-DATE
  184. None: Caching disabled for task ':generateDebugResValues' because:
  185. None:   Build cache is disabled
  186. None: Skipping task ':generateDebugResValues' as it is up-to-date.
  187. None: :generateDebugResValues (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.004 secs.
  188. None: :generateDebugResources (Thread[Execution worker for ':' Thread 3,5,main]) started.
  189. Progress: > Task :generateDebugResources UP-TO-DATE
  190. None: Skipping task ':generateDebugResources' as it has no actions.
  191. None: :generateDebugResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.0 secs.
  192. None: :mergeDebugResources (Thread[Execution worker for ':' Thread 3,5,main]) started.
  193. Progress: > Task :mergeDebugResources UP-TO-DATE
  194. None: Transforming aapt2-3.4.3-6197926-windows.jar (com.android.tools.build:aapt2:3.4.3-6197926) with Aapt2Extractor
  195. None: Caching disabled for Aapt2Extractor: C:\Users\Svd\.gradle\caches\modules-2\files-2.1\com.android.tools.build\aapt2\3.4.3-6197926\e387d576380a3248fb35651b9bc53fd9de418955\aapt2-3.4.3-6197926-windows.jar because:
  196. None:   Build cache is disabled
  197. None: Skipping Aapt2Extractor: C:\Users\Svd\.gradle\caches\modules-2\files-2.1\com.android.tools.build\aapt2\3.4.3-6197926\e387d576380a3248fb35651b9bc53fd9de418955\aapt2-3.4.3-6197926-windows.jar as it is up-to-date.
  198. None: Caching disabled for task ':mergeDebugResources' because:
  199. None:   Build cache is disabled
  200. None: Skipping task ':mergeDebugResources' as it is up-to-date.
  201. None: :mergeDebugResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.021 secs.
  202. None: :createDebugCompatibleScreenManifests (Thread[Execution worker for ':' Thread 3,5,main]) started.
  203. Progress: > Task :createDebugCompatibleScreenManifests UP-TO-DATE
  204. None: Caching disabled for task ':createDebugCompatibleScreenManifests' because:
  205. None:   Build cache is disabled
  206. None: Skipping task ':createDebugCompatibleScreenManifests' as it is up-to-date.
  207. None: :createDebugCompatibleScreenManifests (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.004 secs.
  208. None: :processDebugManifest (Thread[Execution worker for ':' Thread 3,5,main]) started.
  209. Progress: > Task :processDebugManifest UP-TO-DATE
  210. None: Caching disabled for task ':processDebugManifest' because:
  211. None:   Build cache is disabled
  212. None: Skipping task ':processDebugManifest' as it is up-to-date.
  213. None: :processDebugManifest (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.011 secs.
  214. None: :processDebugResources (Thread[Execution worker for ':' Thread 3,5,main]) started.
  215. Progress: > Task :processDebugResources FAILED
  216. None: Caching disabled for task ':processDebugResources' because:
  217. None:   Build cache is disabled
  218. None: Task ':processDebugResources' is not up-to-date because:
  219. None:   Task has failed previously.
  220. None: The input changes require a full rebuild for incremental task ':processDebugResources'.
  221. None: Unable do incremental execution: full task run
  222. None: :processDebugResources (Thread[Execution worker for ':' Thread 3,5,main]) completed. Took 0.907 secs.
  223. Fatal: FAILURE: Build failed with an exception.
  224. * What went wrong:
  225. Execution failed for task ':processDebugResources'.
  226. > No non-density apk found
  227. * Try:
  228. Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.
  229. * Get more help at https://help.gradle.org
  230. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
  231. Use '--warning-mode all' to show the individual deprecation warnings.
  232. See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings
  233. BUILD FAILED in 3s
  234. 13 actionable tasks: 2 executed, 11 up-to-date
  235. Exception, Errors: 1
  236. Fatal: [Exception] Failed: Cannot build APK!
  237.  
  238.  
« Last Edit: December 06, 2021, 11:45:15 am by svd71 »

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Fpcupdeluxe
« Reply #1983 on: December 09, 2021, 02:13:41 pm »
1) I got some old VM: xp and vista.
XP worked fine.
vista hangs hard when trying to download the libeay32.dll from gitlab.
After downloading them with a browser (same url as in the log), it works.


2) When selecting the install dir

I have a folder c:\fpc\fixes3_2 => after I close the dialog I get c:\fpc\fixes3_2\fixes3_2
well sometimes... not yet figured, when...


Otherwise great..

3)
Btw, if I plan to have a structure like

c:\fpc\3_2
c:\fpc\3_2_3
c:\fpc\3_3

Is there anyway to have the version appended to the install path?
So I only need to select the tag from the list, if I want to update? (ok updates apply only to 3_3 and 3_2_3)

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1984 on: December 09, 2021, 02:26:37 pm »
@Martin_fr
1)
This vista error is strange. And, naturally, I do not have vista anymore.
If allowed and possible, you could PM me with the location of your vista VM, for me to download and test.

2)
I guess this is caused by the DirectorySelect dialog of Lazarus. It behaves different on different systems. Especially on OSX.
This dialog is used for the target install directory.

3)
Your structure looks good.

3add)
As additional advice, and a system used by myself, I would like to advice you to store a fpcupdeluxe within every install.
c:\fpc\3_2
c:\fpc\3_2\up
c:\fpc\3_2\up\fpcupdeluxe-i386-win32.exe
Have this fpcupdeluxe point towards c:\fpc\3_2

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Fpcupdeluxe
« Reply #1985 on: December 09, 2021, 02:26:50 pm »
To early:
git version 2.34.1.windows.1

Extra verbose
Code: Text  [Select][+][-]
  1. Going to install/update FPC only with given options.
  2. FPCUP(deluxe) is starting up.
  3.  
  4. FPCupdeluxe basedir:       C:\fpc\fixes3_2
  5. Binutils dir:              C:\fpc\fixes3_2\fpcbootstrap
  6. Bootstrap dir:             C:\fpc\fixes3_2\fpcbootstrap
  7.  
  8. FPC URL:                   https://gitlab.com/freepascal.org/fpc/source
  9. FPC source directory:      C:\fpc\fixes3_2\fpcsrc
  10. FPC install directory:     C:\fpc\fixes3_2\fpc
  11. FPC options:              
  12.  
  13. Lazarus URL:              
  14. Lazarus source directory:  C:\fpc\fixes3_2\lazarus
  15. Lazarus install directory: C:\fpc\fixes3_2\lazarus
  16. Lazarus options:           -g -gl -O1
  17.  
  18. Please stand back and enjoy !
  19.  
  20. 09/12/2021 14:21:42: fpcupdeluxe: V420 (20211003) started.
  21. FPCUPdeluxe V2.2.0e for i386-win32 running on Win32-6.0.6002
  22. Build with: FPC 3.2.2 on Win10 x86_64
  23.  
  24. fpcupdeluxe: info: FPCNativeInstaller (CleanModule: FPC): No FPC files found in source directory (C:\fpc\fixes3_2\fpcsrc) ... nothing to be done
  25. Found valid svn.exe application.
  26. Found valid git.exe application.
  27. Found valid hg.exe application.
  28. fpcupdeluxe: info: FPCNativeInstaller (CheckModule: FPC): Checking FPC sources with TGitClient
  29. fpcupdeluxe: info: FPCNativeInstaller (GetModule: FPC): Start checkout/update of FPC sources.
  30. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe log -n 1 --grep=^git-svn-id: (working dir: C:\fpc\fixes3_2\fpcsrc)
  31. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  32. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe log -g -1 --pretty=oneline (working dir: C:\fpc\fixes3_2\fpcsrc)
  33. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --all --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  34. fpcupdeluxe: info: FPCNativeInstaller (GitClient: FPC): Running GIT checkout or update.
  35. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe status --porcelain (working dir: C:\fpc\fixes3_2\fpcsrc)
  36. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe clone --recurse-submodules -b fixes_3_2 https://gitlab.com/freepascal.org/fpc/source/ C:\fpc\fixes3_2\fpcsrc (working dir: C:\fpc\fixes3_2\fpcsrc)
  37. Cloning into 'C:\fpc\fixes3_2\fpcsrc'...
  38. fatal: unable to access 'https://gitlab.com/freepascal.org/fpc/source/': schannel: next InitializeSecurityContext failed: SEC_E_UNSUPPORTED_FUNCTION (0x80090302) - The function requested is not supported
  39. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe clone --recurse-submodules -b fixes_3_2 https://gitlab.com/freepascal.org/fpc/source/ C:\fpc\fixes3_2\fpcsrc (working dir: C:\fpc\fixes3_2\fpcsrc)
  40. Cloning into 'C:\fpc\fixes3_2\fpcsrc'...
  41. fatal: unable to access 'https://gitlab.com/freepascal.org/fpc/source/': schannel: next InitializeSecurityContext failed: SEC_E_UNSUPPORTED_FUNCTION (0x80090302) - The function requested is not supported
  42. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe clone --recurse-submodules -b fixes_3_2 https://gitlab.com/freepascal.org/fpc/source/ C:\fpc\fixes3_2\fpcsrc (working dir: C:\fpc\fixes3_2\fpcsrc)
  43. Cloning into 'C:\fpc\fixes3_2\fpcsrc'...
  44. fatal: unable to access 'https://gitlab.com/freepascal.org/fpc/source/': schannel: next InitializeSecurityContext failed: SEC_E_UNSUPPORTED_FUNCTION (0x80090302) - The function requested is not supported
  45. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe rev-parse --abbrev-ref HEAD (working dir: C:\fpc\fixes3_2\fpcsrc)
  46. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe init (working dir: C:\fpc\fixes3_2\fpcsrc)
  47. Initialized empty Git repository in C:/fpc/fixes3_2/fpcsrc/.git/
  48. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe remote add origin https://gitlab.com/freepascal.org/fpc/source/ (working dir: C:\fpc\fixes3_2\fpcsrc)
  49. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe pull (working dir: C:\fpc\fixes3_2\fpcsrc)
  50. fatal: unable to access 'https://gitlab.com/freepascal.org/fpc/source/': schannel: next InitializeSecurityContext failed: SEC_E_UNSUPPORTED_FUNCTION (0x80090302) - The function requested is not supported
  51. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe fetch --tags (working dir: C:\fpc\fixes3_2\fpcsrc)
  52. fatal: unable to access 'https://gitlab.com/freepascal.org/fpc/source/': schannel: next InitializeSecurityContext failed: SEC_E_UNSUPPORTED_FUNCTION (0x80090302) - The function requested is not supported
  53. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe checkout --force fixes_3_2 (working dir: C:\fpc\fixes3_2\fpcsrc)
  54. error: pathspec 'fixes_3_2' did not match any file(s) known to git
  55. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  56. fatal: Not a valid object name HEAD
  57. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe log -g -1 --pretty=oneline (working dir: C:\fpc\fixes3_2\fpcsrc)
  58. fatal: your current branch 'master' does not have any commits yet
  59. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --all --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  60. fatal: Not a valid object name HEAD
  61. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe log -n 1 --grep=^git-svn-id: (working dir: C:\fpc\fixes3_2\fpcsrc)
  62. fatal: your current branch 'master' does not have any commits yet
  63. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  64. fatal: Not a valid object name HEAD
  65. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe log -g -1 --pretty=oneline (working dir: C:\fpc\fixes3_2\fpcsrc)
  66. fatal: your current branch 'master' does not have any commits yet
  67. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --all --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  68. fatal: Not a valid object name HEAD
  69. fpcupdeluxe: ERROR: Tried to get FPC version from version.pas, but no version.pas found
  70. fpcupdeluxe: ERROR: Tried to get FPC version from Makefile.fpc, but no Makefile.fpc found
  71. fpcupdeluxe: ERROR: FPCNativeInstaller (GetModule: FPC): Could not get version of FPC sources. Expect severe errors.
  72. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  73. fatal: Not a valid object name HEAD
  74. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe log -g -1 --pretty=oneline (working dir: C:\fpc\fixes3_2\fpcsrc)
  75. fatal: your current branch 'master' does not have any commits yet
  76. fpcupdeluxe: Executing: C:\Program Files\Git\cmd\git.exe describe --tags --all --long --always (working dir: C:\fpc\fixes3_2\fpcsrc)
  77. fatal: Not a valid object name HEAD
  78. fpcupdeluxe: info: FPCNativeInstaller (GetModule: FPC): FPC is at revision/hash: FRET_UNKNOWN_REVISION
  79. fpcupdeluxe: info: FPCNativeInstaller (GetModule: FPC): No updates for FPC found.
  80. fpcupdeluxe: info: FPCNativeInstaller (BuildModule: FPC): Building module FPC...
  81. fpcupdeluxe: ERROR: FPCNativeInstaller (BuildModule: FPC): C:\fpc\fixes3_2\fpcsrc\Makefile not found. Severe error. Should not happen. Aborting.
  82.  
  83.  
  84. ERROR: Fpcupdeluxe fatal error !
  85. Sequencer (FPC): Failure running fpcupdeluxe: error executing sequence FPC
  86. Sequencer (Only): Failure running fpcupdeluxe: error executing sequence Only

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Fpcupdeluxe
« Reply #1986 on: December 09, 2021, 02:28:39 pm »
If allowed and possible, you could PM me with the location of your vista VM, for me to download and test.

Unfortunately that is an import of my personal workstation from the begin of the last decade. So too much personal data on it.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1987 on: December 09, 2021, 02:29:27 pm »
@Martin_fr
In Setup+, please check the option to "Use local repo client"
About VM. Thats ok. Will look o have one myself.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1988 on: December 09, 2021, 02:30:21 pm »
@svd71
I have seen this issue.
Its caused by confliction magic between fpcupdeluxe and LAMW.
Will have a look.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 9754
  • Debugger - SynEdit - and more
    • wiki
Re: Fpcupdeluxe
« Reply #1989 on: December 09, 2021, 02:33:44 pm »
I removed my git 2.34 => fpcupdeluxe downloaded 2.33 and now it is doing something.

Takes for ever to clone, but that was the same on XP.
So lets wait and see


Thanks for the feedback


--EDIT
the error also happened when I run git 2.34 from cmd line myself.....
« Last Edit: December 09, 2021, 02:38:21 pm by Martin_fr »

jmpessoa

  • Hero Member
  • *****
  • Posts: 2296
Re: Fpcupdeluxe
« Reply #1990 on: December 28, 2021, 07:52:46 pm »
Error  on install (stable/stable  + cross arm-android)

Using:

fpcupdeluxe: releases/download/v2.2.0c/fpcupdeluxe-x86_64-darwin-cocoa.zip

on:

MacOS Big Sur (11.6) + xcode 13


Quote
...........
/Library/Developer/CommandLineTools/usr/bin/make cycleclean compiler
/Library/Developer/CommandLineTools/usr/bin/make -C utils cleanall

/bin/echo "'release_3_2_2-0-g0d122c4953'" > revision.inc

/Users/jmpessoa/fpcupdeluxe/fpcbootstrap/ppcx64 -Ur -Xs -O2 -n -Fux86_64 -Fusystems -Fu/Users/jmpessoa/fpcupdeluxe/fpcsrc/rtl/units/x86_64-darwin -Fix86_64 -FE. -FUx86_64/units/x86_64-darwin -dRELEASE -Fl/usr/lib -WM10.8 -Sg -vw-n-h-l-d-u-t-p-c-   -dREVINC -dx86_64 -dGDB -dBROWSERLOG -Fux86 version.pas

/Users/jmpessoa/fpcupdeluxe/fpcbootstrap/ppcx64 -Ur -Xs -O2 -n -Fux86_64 -Fusystems -Fu/Users/jmpessoa/fpcupdeluxe/fpcsrc/rtl/units/x86_64-darwin -Fix86_64 -FE. -FUx86_64/units/x86_64-darwin -dRELEASE -Fl/usr/lib -WM10.8 -Sg -vw-n-h-l-d-u-t-p-c-   -dREVINC -dx86_64 -dGDB -dBROWSERLOG -Fux86 pp.pas

ld: library not found for -lc

make[4]: *** [next] Error 2
make[3]: *** [ppc1] Error 2
make[2]: *** [cycle] Error 2
make[1]: *** [compiler_cycle] Error 2
make: *** [build-stamp.x86_64-darwin] Error 2
An error occurred while linking
pp.pas(252,36) Error: Error while linking
pp.pas(252,36) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted

fpcupdeluxe: ERROR: FPCNativeInstaller (BuildModuleCustom: FPC): Error running /usr/bin/make for FPC failed with exit code 512
. Details:

ERROR: Fpcupdeluxe fatal error !
Sequencer (FPC): Failure running fpcupdeluxe: error executing sequence FPC
Sequencer (Default): Failure running fpcupdeluxe: error executing sequence Default
« Last Edit: December 29, 2021, 03:07:10 am by jmpessoa »
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4458
  • I like bugs.
Re: Fpcupdeluxe
« Reply #1991 on: December 28, 2021, 11:02:41 pm »
After a long pause I tried to get and build FPC trunk with debug info.
I updated the latest fpcupdeluxe (git pull) but it gives errors:

Code: Pascal  [Select][+][-]
  1. fpcupdeluxe: Start of compile error summary.
  2. fpcupdeluxe: ERROR: FPCNativeInstaller (GitClient: FPC): Repository URL in local directory and remote repository don't match.
  3. fpcupdeluxe: info: FPC: WARNING: found modified files.
  4. fpcupdeluxe: Start of compile error summary.
  5. fpcupdeluxe: ERROR: FPCNativeInstaller (GetModule: FPC): Checkout/update of FPC sources failure.
  6. fpcupdeluxe: Done !!

I deleted the whole deluxebin/ directory before starting. What should I do next?
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1992 on: December 30, 2021, 09:26:00 am »
@jmpessoa
Please test:
https://github.com/LongDirtyAnimAlf/fpcupdeluxe/releases/tag/v2.2.0g

@JuhaManninen
If you deleted the whole install directory beforehand, than this error should never happen. So, I am in the dark now.
However.
Quote
I updated the latest fpcupdeluxe (git pull) but it gives errors:
What do you means with this line ?

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4458
  • I like bugs.
Re: Fpcupdeluxe
« Reply #1993 on: December 30, 2021, 01:46:16 pm »
If you deleted the whole install directory beforehand, than this error should never happen. So, I am in the dark now.
However.
Quote
I updated the latest fpcupdeluxe (git pull) but it gives errors:
What do you means with this line ?
Bad wording, sorry.
I meant I have the very latest version of fpcupdeluxe, branch "master". Should I switch to another branch?
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

DonAlfredo

  • Hero Member
  • *****
  • Posts: 1738
Re: Fpcupdeluxe
« Reply #1994 on: December 30, 2021, 02:05:06 pm »
No. Branch master is ok. However. I prefer the use of the pre-compiled binaries. The source-repo is updated by me on a regular base, but not at any moment suitable for use.
Again. Your error is strange if the install-directory is empty: if empty, there cannot be a URL conflict, as governed by the laws of nature ... ;-)

 

TinyPortal © 2005-2018