Difference between revisions of "no valid package file (.lpk) was found"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Created page with "<hide> page type::list entry thing type::error message produced by::Lazarus IDE category:error messages </hide> ==About== "[[no valid package file (.lpk) was f...")
 
(much more detail)
 
Line 6: Line 6:
 
</hide>
 
</hide>
 
==About==
 
==About==
"[[no valid package file (.lpk) was found]]" is an [[error message]] displayed by [[Lazarus IDE]] when first run after a fresh installation. The solution is to rebuild the IDE, which can be done from the "Tools" menu: '''Tools -> Build Lazarus with Profile: Normal IDE'''
+
'The package "''[package name]''" is installed, but [[no valid package file (.lpk) was found]]. A broken dummy package was created.' is an [[error message]] displayed by [[Lazarus IDE]] when first run after a fresh installation.
 +
 
 +
The solution is to rebuild the IDE, which can be done from the "Tools" menu:
 +
* '''Tools -> Build Lazarus with Profile: Normal IDE'''
 +
 
 +
If the rebuild is successful, the error should not recur. Possible errors include:
 +
* [[Lazarus IDE/make/errors/1|make[1]: *** [../units/x86_64-linux/gtk2] Error 1]]
 +
==Packages==
 +
Lazarus IDE version 1.0.10+dfsg-1 displayed this message for the following packages when run for the first time:
 +
* FCL
 +
* LazUtils
 +
* LCLBase
 +
* LCL
 +
* IDEIntf
 +
* SynEdit
 +
* CodeTools
 +
* LazControls
 +
* RunTimeTypeInfoControls
 +
* Printer4Lazarus
 +
* printers4lazide
 +
* leakview
 +
* MemDSLaz
 +
* SDFLaz
 +
* InstantFPCLaz
 +
* ExternHelp
 +
* TurboPowerIPro
 +
* jcfidelazarus
 +
* ChmHelpPkg
 +
* fpcunitide
 +
* ProjTemplates
 +
* TAChartLazarusPkg
 +
* ToDoListLaz
 +
* SQLDBLaz
 +
* DBFLaz
  
After doing this, the error should not recur.
 
 
==Links==
 
==Links==
 
* [https://www.youtube.com/watch?v=g9B1b14ZQtU Lazarus FPC : "leakview" Error]: video, in German, showing the problem and solution
 
* [https://www.youtube.com/watch?v=g9B1b14ZQtU Lazarus FPC : "leakview" Error]: video, in German, showing the problem and solution

Latest revision as of 19:57, 27 November 2014

About

'The package "[package name]" is installed, but no valid package file (.lpk) was found. A broken dummy package was created.' is an error message displayed by Lazarus IDE when first run after a fresh installation.

The solution is to rebuild the IDE, which can be done from the "Tools" menu:

  • Tools -> Build Lazarus with Profile: Normal IDE

If the rebuild is successful, the error should not recur. Possible errors include:

Packages

Lazarus IDE version 1.0.10+dfsg-1 displayed this message for the following packages when run for the first time:

  • FCL
  • LazUtils
  • LCLBase
  • LCL
  • IDEIntf
  • SynEdit
  • CodeTools
  • LazControls
  • RunTimeTypeInfoControls
  • Printer4Lazarus
  • printers4lazide
  • leakview
  • MemDSLaz
  • SDFLaz
  • InstantFPCLaz
  • ExternHelp
  • TurboPowerIPro
  • jcfidelazarus
  • ChmHelpPkg
  • fpcunitide
  • ProjTemplates
  • TAChartLazarusPkg
  • ToDoListLaz
  • SQLDBLaz
  • DBFLaz

Links