Recent

Author Topic: fpcup stopped updating  (Read 5978 times)

elidorio

  • Sr. Member
  • ****
  • Posts: 295
fpcup stopped updating
« on: September 13, 2014, 06:18:52 pm »
Hello BigChimp,

I am using fpcup and my copy stopped updating.
Stopped working.: 46089, I'm using the 9/9/2014 version.
What may be happening?

Now, when I try to compile the Lazarus appears the message: Compiling package FCL 1.0.1: Exit code 1, Errors: 1
registerfcl.pas (45.31) Fatal: Cannot find unit db used by RegisterFCL of package FCL.
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

Mike.Cornflake

  • Hero Member
  • *****
  • Posts: 1260
Re: fpcup stopped updating
« Reply #1 on: September 13, 2014, 06:25:53 pm »
Might not be fpcup.  I'm afraid I don't have access to SVN right now, but this might be an issue with the latest trunk version.  People are usually pretty quick at fixes any issues just checked in, so try again in an hour...
If it isn't a trunk version, then I don't know sorry...
Lazarus Trunk/FPC Trunk on Windows [7, 10]
  Have you tried searching this forum or the wiki?:   http://wiki.lazarus.freepascal.org/Alternative_Main_Page
  BOOKS! (Free and otherwise): http://wiki.lazarus.freepascal.org/Pascal_and_Lazarus_Books_and_Magazines

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: fpcup stopped updating
« Reply #2 on: September 13, 2014, 07:29:46 pm »
Sorry, I can't help you as you didn't follow the troubleshooting steps
http://wiki.lazarus.freepascal.org/fpcup#Troubleshooting
and provide the requested info in
http://wiki.lazarus.freepascal.org/fpcup#Support_and_bug_reporting

It isn't the first time I asked you that, is it?

Also, Mike is right as usual.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: fpcup stopped updating
« Reply #3 on: September 13, 2014, 08:39:08 pm »

I did all the procedures, as have been suggested, including ja even erased all files and it still doesn't work.
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: fpcup stopped updating
« Reply #4 on: September 14, 2014, 02:28:07 am »
Return of the fpcup:

C:\downlazarus>fpcup.exe
fpcup
An FPC/Lazarus downloader/updater/installer
Open source freeware (modified LGPL/BSD), see:
https://bitbucket.org/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 47b26f690f24+ (Mon Sep 08 16:06:21 2014 +0200)
Build date: 2014/09/09 08:25:08
Compiled for CPU: i386 on win32

Options:
Binutils/make dir:      C:\development\fpcbootstrap
Bootstrap compiler dir: C:\development\fpcbootstrap
Lazarus shortcut name:  Lazarus_fpcup
Shortcut fpcup name:    fpcup_update
FPC URL:                http://svn.freepascal.org/svn/fpc/branches/fixes_2_6
FPC options:
FPC directory:          C:\development\fpc
Lazarus directory:      C:\development\lazarus
Lazarus primary config path:
(Lazarus settings path) C:\development\config_lazarus
Lazarus URL:            http://svn.freepascal.org/svn/lazarus/trunk
Lazarus options:
Keep local changes:     no
Log file name:          fpcup.log

Effective parameters:

Persistent parameters (can be saved in batch file):

Continue (Y/n): y
fpcup: info: 13/09/2014 21:24:16: fpcup 47b26f690f24+ (Mon Sep 08 16:06:21 2014
+0200) started.
fpcup: info: C:\development\fpcbootstrap\ppc386.exe is not a valid ppc386.exe ap
plication (ppc386.exe result code was: -1)
fpcup: info: Going to download C:\Users\USUARI~1.NOT\AppData\Local\Temp\TMP00000
.tmp from URL: ftp.freepascal.org/pub/fpc/dist/2.6.2/bootstrap/i386-win32-ppc386
.zip
fpcup: info: Going to rename/move C:\Users\USUARI~1.NOT\AppData\Local\Temp\ppc38
6.exe to C:\development\fpcbootstrap\ppc386.exe
fpcup: info: FPC: running make distclean:
fpcup: info: Checking out/updating FPC sources...
fpcup: info: INFO: directory C:\development\fpc is not an SVN repository (or a r
epository with the wrong remote URL).
fpcup: info: Running SVN checkout or update.
fpcup: info: ERROR: repository URL in local directory and remote repository don'
t match.
fpcup: info: Local directory: C:\development\fpc
fpcup: info: Have you specified the wrong directory or a directory with an old r
epository checkout?
fpcup: info: FPC was at: failure
fpcup: info: No updates for FPC found.
fpcup: info: Error running fpcup. Technical details: error executing sequence fp
c; line: 4, param: FPC
fpcup: info: Error running fpcup. Technical details: error executing sequence De
faultWin32; 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: 13/09/2014 21:24:29: fpcup finished.

C:\downlazarus>pause
Pressione qualquer tecla para continuar. . .
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: fpcup stopped updating
« Reply #5 on: September 14, 2014, 08:57:47 am »
So where is the --verbose log as requested in the instructions?
Never mind.

Probably you or something else messed up the svn database or info in that directory, or you tried to check out another fpc version than the one in the directory.

Delete the directory and run fpcup again.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: fpcup stopped updating
« Reply #6 on: September 14, 2014, 10:34:18 pm »
Removed all files and folders and tried downloading again and the same problem occurred. Follow the log.
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: fpcup stopped updating
« Reply #7 on: September 15, 2014, 08:24:45 am »
That's not enough information. Please reread those links I gave you. If language is a problem, could you ask somebody to translate it into your language?

Anyway, I'm getting even less motivated to help you than I was at the beginning (having had experiences with your way of providing information when you are having problems).

I'm fed up with begging people to follow the troubleshooting steps and provide log info.

I would suggest that you look at the log output and figure out what is causing the problem (internet connection, svn, fpc source itself, fpcup,...) yourself, or just stop using fpcup and use svn/make/lazbuild manually.

Alternatively, perhaps somebody else is willing to help you with your fpcup problems.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

rvk

  • Hero Member
  • *****
  • Posts: 6163
Re: fpcup stopped updating
« Reply #8 on: September 15, 2014, 11:21:42 am »
elidorio, Could you use fpcupgui.exe to make a compile run and make sure you check Verbose before hitting "Run fpcup".

After that you should look in fpcup.log and you'll see a line like:
[2014-09-15 11:04:54.903 Info] Verbose output saved to C:\Users\xx\AppData\Local\Temp\TMPxxxxx.tmp

Please post both files here (fpcup.log and TMPxxxxx.tmp).

I'm also having problems on one of my machine. I get an error on one of my machines:
[2014-09-15 11:08:09.866 Info] 'doskey' is not recognized as an internal or external command, operable program or batch file.

I'm almost positive that's a problem with my machine-config (which is shared with a Delphi development environment) because fpcup.exe works perfectly on my home-machine (and in a clean VM). (I'm still investigating that one)

elidorio

  • Sr. Member
  • ****
  • Posts: 295
Re: fpcup stopped updating
« Reply #9 on: September 16, 2014, 02:03:09 am »
Hello rvk,

Not too keen on messing with it, let it go.
Thank you
Lazarus 1.4.4 | FPC 2.6.4 | Windows / Linux Debian

 

TinyPortal © 2005-2018