[fpc-devel] FPC 3.0.0rc2 and fppkg
Anthony Walter
sysrpl at gmail.com
Mon Oct 26 08:43:35 CET 2015
*Nothing works for me.*
*Following the instructions at http://wiki.freepascal.org/fppkg
<http://wiki.freepascal.org/fppkg>*
*When I do fppkg list I see:*
$ fppkg list -l
Name Installed (G) Installed (L) Available
embweb - - 0.9.1-968
gecko - - 2.9.0-3
jquery - - 0.9.0-842
lazmkunit - - 0.9.3-1
lnet - - 0.6.6-2606
webdesign - - 0.9.0-906
*When I try to install I get this:*
$ fppkg install embweb
The FPC Package tool encountered the following error:
[embweb] Package fcl-web <none> is not available
*When I try with fcl-base I get this:*
$ fppkg install fcl-base
The FPC Package tool encountered the following error:
Package "fcl-base" not found.
*What's the issue? A valid fpc is in the path as well as a valid fpc.cfg.*
*Output of fppkg listsettings:*
Using global configuration from file "/home/gigauser/.config/fppkg.cfg":
RemoteMirrorsURL: http://www.freepascal.org/repository/mirrors.xml
RemoteRepository: auto
LocalRepository: "{UserDir}.fppkg/" -> "/home/gigauser/.fppkg/"
BuildDir: "{LocalRepository}build/" ->
"/home/gigauser/.fppkg/build/"
ArchivesDir: "{LocalRepository}archives/" ->
"/home/gigauser/.fppkg/archives/"
CompilerConfigDir: "{LocalRepository}config/" ->
"/home/gigauser/.fppkg/config/"
DefaultCompilerConfig: "default"
FPMakeCompilerConfig: "default"
Downloader: lnet
Using compiler configuration file "/home/gigauser/.fppkg/config/default":
Compiler: "/home/gigauser/Development/Base/fpc/bin/fpc"
Target: x86_64-linux
Version: 3.1.1
GlobalPrefix: "/home/gigauser/Development/Base/fpc/bin" ->
"/home/gigauser/Development/Base/fpc/bin/"
LocalPrefix: "{LocalRepository}" -> "/home/gigauser/.fppkg/"
GlobalInstallDir: "{GlobalPrefix}lib/fpc/{CompilerVersion}/" ->
"/home/gigauser/Development/Base/fpc/bin/lib/fpc/3.1.1/"
LocalInstallDir: "{LocalPrefix}lib/fpc/{CompilerVersion}/" ->
"/home/gigauser/.fppkg/lib/fpc/3.1.1/"
Options: ""
Using fpmake-building compiler configuration file
"/home/gigauser/.fppkg/config/default":
Compiler: "/home/gigauser/Development/Base/fpc/bin/fpc"
Target: x86_64-linux
Version: 3.1.1
GlobalPrefix: "/home/gigauser/Development/Base/fpc/bin" ->
"/home/gigauser/Development/Base/fpc/bin/"
LocalPrefix: "{LocalRepository}" -> "/home/gigauser/.fppkg/"
GlobalInstallDir: "{GlobalPrefix}lib/fpc/{CompilerVersion}/" ->
"/home/gigauser/Development/Base/fpc/bin/lib/fpc/3.1.1/"
LocalInstallDir: "{LocalPrefix}lib/fpc/{CompilerVersion}/" ->
"/home/gigauser/.fppkg/lib/fpc/3.1.1/"
Options: ""
*The contents of ~/.config/fppkg.cfg:*
[Defaults]
ConfigVersion=4
LocalRepository={UserDir}.fppkg/
BuildDir={LocalRepository}build/
ArchivesDir={LocalRepository}archives/
CompilerConfigDir={LocalRepository}config/
RemoteMirrors=http://www.freepascal.org/repository/mirrors.xml
RemoteRepository=auto
CompilerConfig=default
FPMakeCompilerConfig=default
Downloader=lnet
GlobalPrefix=/home/gigauser/Development/Base/fpc/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20151026/af420240/attachment.html>
More information about the fpc-devel
mailing list