Recent

Author Topic: What's the problem with my fppkg's configuration files?  (Read 2082 times)

rabbit_dance

  • Full Member
  • ***
  • Posts: 157
What's the problem with my fppkg's configuration files?
« on: October 05, 2015, 12:30:55 pm »
Code: Pascal  [Select][+][-]
  1. localhost wu # cat /etc/fppkg.cfg
  2. [Defaults]
  3. ConfigVersion=4
  4. LocalRepository=/usr/local/.fppkg/
  5. BuildDir=/usr/local/.fppkg/build/
  6. ArchivesDir=/usr/local/.fppkg/archives/
  7. CompilerConfigDir=/usr/local/.fppkg/config
  8. RemoteMirrors=http://www.freepascal.org/repository/mirrors.xml
  9. RemoteRepository=auto
  10. CompilerConfig=default
  11. FPMakeCompilerConfig=default
  12. Downloader=lnet
  13. localhost wu # cat /usr/local/.fppkg/config/default
  14. [Defaults]
  15. ConfigVersion=4
  16. GlobalPrefix=/usr/bin/
  17. LocalPrefix=/usr/local/.fppkg
  18. Compiler=fpc
  19. OS=Linux
  20. CPU=x86_64
  21. GlobalInstallDir=/usr/bin/lib/fpc/2.6.4
  22. LocalInstallDir=/usr/local/.fppkg/lib/fpc/2.6.4
  23. Version=2.6.4localhost wu # fppkg list
  24. The FPC Package tool encountered the following error:
  25. Could not find a fpc executable in the PATH
  26. localhost wu # echo $PATH
  27. /sbin:/bin:/usr/sbin:/usr/bin
  28. localhost wu # which fpc
  29. /usr/bin/fpc
  30.  

rabbit_dance

  • Full Member
  • ***
  • Posts: 157
Re: What's the problem with my fppkg's configuration files?
« Reply #1 on: October 06, 2015, 01:51:02 am »
the problem was succesfully resolved.

 

TinyPortal © 2005-2018