Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

Help! IDE install fails 10 years 1 week ago #5462

  • DTAMADE
  • DTAMADE's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
help!!
I am using Ubuntu14 codetyphon IDE installation fails

Look at these......
make -C packager/registration
make[1]: 正在进入目录 `/usr/lib/codetyphon/typhon/packager/registration'
/bin/rm -f ../units/i386-linux/fcllaz.ppu
/usr/lib/codetyphon/fpc/bin/i386-linux/ppc386 -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fu. -Fu../../../fpcsrc/rtl -FE. -FU../units/i386-linux -g- -dUSE_QT_45 -di386 fcllaz.pas
Hint: Start of reading config file /usr/lib/codetyphon/fpc/bin/i386-linux/fpc.cfg
Hint: End of reading config file /usr/lib/codetyphon/fpc/bin/i386-linux/fpc.cfg
Free Pascal Compiler version 2.7.1 [2014/03/27] for i386
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for i386
Compiling fcllaz.pas
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted
make[1]: *** [fcllaz.ppu] 错误 1
make[1]:正在离开目录 `/usr/lib/codetyphon/typhon/packager/registration'
make: *** [registration] 错误 2
mv: 无法获取"typhon" 的文件状态(stat): 没有那个文件或目录
mv: 无法获取"typhonstart" 的文件状态(stat): 没有那个文件或目录
mv: 无法获取"typhonbuild" 的文件状态(stat): 没有那个文件或目录
mv: 无法获取"tools/lazres" 的文件状态(stat): 没有那个文件或目录
mv: 无法获取"tools/lrstolfm" 的文件状态(stat): 没有那个文件或目录
mv: 无法获取"tools/svn2revisioninc" 的文件状态(stat): 没有那个文件或目录
mv: 无法获取"tools/updatepofiles" 的文件状态(stat): 没有那个文件或目录

Please Log in or Create an account to join the conversation.

Help! IDE install fails 10 years 1 week ago #5463

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4515
  • Thank you received: 1102
Sir
Did you install Systems Libraries ?
and if you can attach the action log here (zip first)
PilotLogic Architect and Core Programmer
The following user(s) said Thank You: DTAMADE

Please Log in or Create an account to join the conversation.

Help! IDE install fails 9 years 10 months ago #5591

  • Philippe Gay-Caliman
  • Philippe Gay-Caliman's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Hi everybody !
I've the same problem.
Distro : Kubuntu 14.04, intalling TC 4.80
user with root privilege (etc/sudoers)
0) installing librairies : OK
8) remove and build all
FreePascal : OK
Typhon IDE : NOT OK because of :
Free Pascal Compiler version 2.7.1 [2014/06/29] for x86_64
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling fcllaz.pas
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted
make[1]: *** [fcllaz.ppu] Erreur 1
make[1]: quittant le répertoire « /usr/lib/codetyphon/typhon/packager/registration » 
the unit system concerned is : process

Have you any idea of what's going on ? and how I could solve the problem ?

Please Log in or Create an account to join the conversation.

Help! IDE install fails 9 years 10 months ago #5592

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Hi Apicus,

according www.pilotlogic.com/sitejoom/index.php/fo...tly-on-linux-mint-15

sternas wrote: Sir, my suggestion is to
re-install CT as normal user (sh ./install.sh)
NOT as power user (sudo sh ./install.sh)

Some additional details have been provided in the thread.
Hope this will help :)

Please Log in or Create an account to join the conversation.

Last edit: by Tony_O_Gallos.

Help! IDE install fails 9 years 10 months ago #5593

  • Philippe Gay-Caliman
  • Philippe Gay-Caliman's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
thanks for your suggestion but still the same result.

Kubuntu 14.04, CT 4.80,
Removed everything using CT4.80
removed /usr/lib/codetyphon using sudo rm -r /usr/lib/codetyphon
removed /usr/bin/codetyphon using sudo rm /usr/bin/codetyphon
checking if lazarus or fpc is installed via synaptic (nothing there)
checking /usr/lib/fpc 2.6.2 (nothing there)
installing via sh ./install.sh etc.

getting the same error
Free Pascal Compiler version 2.7.1 [2014/06/29] for x86_64
Copyright (c) 1993-2014 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling fcllaz.pas
Fatal: Can't find unit system used by fcllaz
Fatal: Compilation aborted

got any clue ?

Please Log in or Create an account to join the conversation.

Help! IDE install fails 9 years 10 months ago #5594

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Was it a fresh CT install ?
Never any version of FPC/Lazarus, manual or .deb install ?
Most of the time, the origin of fcllaz is coming from either access rights or a PATH environment variable problem.
Please check the last post of this thread free-pascal-lazarus.989080.n3.nabble.com...orted-td4036035.html
Basically it is some tests to check whether the CT path is called first instead of a previous installation

desktop:/$ fpc -iV
2.7.1 <- with CT 4.80

desktop:/$ ppcx64
Free Pascal Compiler version 2.7.1 [2014/03/03] for x86_64 <- with CT 4.80 I have [2014/04/02] under Windows

Check whether /usr/bin/ppcx64 points at CT version and so on...
The following user(s) said Thank You: Philippe Gay-Caliman

Please Log in or Create an account to join the conversation.

Help! IDE install fails 9 years 10 months ago #5595

  • Philippe Gay-Caliman
  • Philippe Gay-Caliman's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 3
  • Thank you received: 0
Context : Kubuntu 14.04 x86_64, CT 4.80

Tony_O_Gallos wrote: Was it a fresh CT install ?
Never any version of FPC/Lazarus, manual or .deb install ?

all possible versions : .deb and manual install.
Trying again :
step 1 : removing all using CT4.8 install script (removing code studio itself as well)
step 2 : make sure nothing left from previous installations
- using synaptic, checking fpc*, lazarus* : OK nothing
- checking /opt : nothing there
- checking home directory : removed .fpc.*, removed .lazarus, removed .fppkg, removed .typhon64
step 3 : runing the tests :
- desktop:/$ fpc -iV => not found
- desktop:/$ ppcx64 => not found
- desktop:/$ echo $PATH => no trace of fpc
- desktop:/$ sudo find / -name fpc => nothing
- desktop:/$ sudo find / -name ppcx64 => nothing
step 4 : installing code typhon (using the script CodeTyphonIns)
- sh ./install.sh
- - 0) Install CodeTyphon Studio
Everything is Ok
Files: 568
- - 0) Install System Libraries
CodeTyphon OS Libraries Installation
Finish !!!
- - 8) Remove and Build ALL
[FINAL INFO]: Typhon64 BIG IDE Build OK!!! Have fun...
- - 9) Exit
step 5 : double checking
- desktop:/$ fpc -iV => it says no compiler installed and suggests to install 2.6.2 which is the .deb in Kubuntu 14.10
Le programme 'fpc' n'est pas encore installé. Vous pouvez l'installer en tapant :
sudo apt-get install fp-compiler-2.6.2
- desktop:/$ ppcx64 => OK
Free Pascal Compiler version 2.7.1 [2014/06/30] for x86_64
- desktop:/$ echo $PATH => no trace of fpc, freepascal (in fact no change there)
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- desktop:/$ sudo find / -name fpc => codetyphon contains them all
/usr/lib/codetyphon/fpc
/usr/lib/codetyphon/fpc/bin/x86_64-linux/fpc
/usr/lib/codetyphon/fpcsrc/utils/javapp/src/fpc
- desktop:/$ sudo find / -name ppcx64 => ok
/usr/bin/ppcx64
/usr/lib/codetyphon/fpc/bin/x86_64-linux/ppcx64
step 6 : running Typhon : seems ok, I compiled successfully a "hello world" type of program.
step 7 : THANK YOU for your help.

Please Log in or Create an account to join the conversation.

Help! IDE install fails 9 years 10 months ago #5596

  • Tony_O_Gallos
  • Tony_O_Gallos's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Ελεύθερο λογισμικό ή θάνατος
  • Posts: 84
  • Thank you received: 23
Cheers :laugh:

Please Log in or Create an account to join the conversation.

  • Page:
  • 1