Recent

Author Topic: fpcup failure in Windows  (Read 2386 times)

aradeonas

  • Hero Member
  • *****
  • Posts: 824
fpcup failure in Windows
« on: November 14, 2015, 10:06:40 am »
Hi,

It seems I always should have problems with fpcup.
Just now I download the last i386-win32 version from github and just edit mysetting.ini like this :
I just change this lines : (I disabled indy just because it cause problems in compiling)
Quote
installdir=c:\development\TrunkAll
;indy=1
;lamw=1
And run it like this (add --verbose maybe it help for better understanding ) :
Quote
fpcup --inifile=mysettings.ini --inisection=TrunkAll --verbose
And log will be like this after a while :
Quote
..........
..........
..........

A    C:\development\TrunkAll\fpc\packages\gtk2\src\gtk+\gtk\gtkadjustment.inc                                       
A    C:\development\TrunkAll\fpc\packages\gtk2\src\gtk+\gtk\gtksignal.inc                                           
A    C:\development\TrunkAll\fpc\packages\gtk2\src\gtk+\gtk\gtkiconfactory.inc                                     
svn: E175013: Access to '/svn/fpc/!svn/rvr/11617/trunk/packages/gtk2/src/glib/gstring.inc' forbidden               
fpcup: info: FPC was at: failure                                                                                   
fpcup: info: No updates for FPC found.                                                                             
fpcup: info: TFPCInstaller: building module FPC...                                                                 
fpcup: info: Running make all install for FPC:                                                                     
Executing : C:\development\TrunkAll\fpcbootstrap\make.exe "FPC=C:\development\TrunkAll\fpcbootstrap\ppc386.exe" "--d
ctory=C:\development\TrunkAll\fpc" "INSTALL_PREFIX=C:\development\TrunkAll\fpc" "UPXPROG=echo" "COPYTREE=echo" "OPT=
 -O2 -g- -Xs" "all" "install" (working dir: C:\development\TrunkAll\fpc)                                           
C:\development\TrunkAll\fpcbootstrap\make.exe: Entering directory `C:/development/TrunkAll/fpc'                     
C:/development/TrunkAll/fpcbootstrap/make.exe compiler_cycle RELEASE=1                                             
make.exe[1]: Entering directory `C:/development/TrunkAll/fpc'                                                       
C:/development/TrunkAll/fpcbootstrap/make.exe -C compiler cycle                                                     
make.exe[2]: Entering directory `C:/development/TrunkAll/fpc/compiler'                                             
C:/development/TrunkAll/fpcbootstrap/make.exe tempclean ppc3.exe                                                   
make.exe[3]: Entering directory `C:/development/TrunkAll/fpc/compiler'                                             
C:/development/TrunkAll/fpcbootstrap/rm.exe -f ppcross386.exe ppc.exe ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe pp1.w
pp2.wpo                                                                                                             
C:/development/TrunkAll/fpcbootstrap/make.exe 'OLDFPC=' next CYCLELEVEL=1                                           
make.exe[4]: Entering directory `C:/development/TrunkAll/fpc/compiler'                                             
C:/development/TrunkAll/fpcbootstrap/make.exe rtlclean rtl                                                         
make.exe[5]: Entering directory `C:/development/TrunkAll/fpc/compiler'                                             
C:/development/TrunkAll/fpcbootstrap/make.exe -C  clean                                                             
make.exe: Entering an unknown directorymake.exe: Leaving an unknown directorymake.exe: *** clean: No such file or di
tory.  Stop.                                                                                                       
make.exe[5]: *** [rtlclean] Error 2                                                                                 
make.exe[5]: Leaving directory `C:/development/TrunkAll/fpc/compiler'                                               
make.exe[4]: *** [next] Error 2                                                                                     
make.exe[4]: Leaving directory `C:/development/TrunkAll/fpc/compiler'                                               
make.exe[3]: *** [ppc1.exe] Error 2                                                                                 
make.exe[3]: Leaving directory `C:/development/TrunkAll/fpc/compiler'                                               
make.exe[2]: *** [cycle] Error 2                                                                                   
make.exe[2]: Leaving directory `C:/development/TrunkAll/fpc/compiler'                                               
make.exe[1]: *** [compiler_cycle] Error 2                                                                           
make.exe[1]: Leaving directory `C:/development/TrunkAll/fpc'                                                       
C:\development\TrunkAll\fpcbootstrap\make.exe: *** [build-stamp.i386-win32] Error 2                                 
C:\development\TrunkAll\fpcbootstrap\make.exe: Leaving directory `C:/development/TrunkAll/fpc'                     
                                                                                                                   
fpcup: info: FPC: Running fpc make all install failed with exit code 2                                             
Details:                                                                                                           
fpcup: ERROR: Error running BuildModuleCustom for module FPC                                                       
fpcup: info: Error running fpcup. Technical details: error executing sequence fpc; line: 5, param: FPC             
fpcup: info: Error running fpcup. Technical details: error executing sequence DefaultWin32; line: 3, param: fpc     
FPCUp failed.                                                                                                       
Please check log for details. Possible troubleshooting steps:                                                       
- run again with --verbose and check for make, lazbuild errors etc.                                                 
- if compiling Lazarus, make sure your lhelp is closed.                                                             
- try removing all intermediate files by running fpcup with the --clean option                                     
  and/or manually deleting all *.ppu/*.a/*.o followed by svn up                                                     
- if that does not work: use the --uninstall option to remove all files                                             
  including your FPC and Lazarus directories                                                                       
- remove the files in the bootstrap directory. fpcup will redownload if required.                                   
fpcup: info: 15/11/14 11:27:47: fpcup finished.                                                                     
                                                                                                                   
FF@DESKTOP-VSAVB4I C:\development\fpcup\i386-win32                                                                 
> fpcup --inifile=mysettings.ini --inisection=TrunkAll                                                             
fpcup                                                                                                               
An FPC/Lazarus downloader/updater/installer                                                                         
Open source freeware (modified LGPL/BSD)                                                                           
Original by BigChimp: https://bitbucket.org/reiniero/fpcup                                                         
This version: https://github.com/LongDirtyAnimAlf/Reiniero-fpcup                                                   
                                                                                                                   
This program will download the FPC and Lazarus sources                                                             
from the source Subversion/SVN repositories,                                                                       
compile, and install.                                                                                               
Result: you get a fresh, up-to-date Lazarus/FPC installation.                                                       
                                                                                                                   
Version: based on commit fpcup001 (20150210)                                                                       
Build date: 2015/10/29 18:15:20                                                                                     
Compiled for CPU: i386 on win32                                                                                     

I should say this folder is empty and it is a clean install and I didnt touch anything except what I said.
I run this in a Windows10  64bit  system and also I dont have any problem with stable version or Getlazarus Nightly build.
Just have problem with Trunk and fpcup.

Can any one help me with this or try it or show me a better way than fpcup because recently I have many problems with it and I just want Lazarus last version and I cant use Getlazarus Nightly build because of many changes that I dont like .
« Last Edit: November 14, 2015, 10:09:00 am by aradeonas »

 

TinyPortal © 2005-2018