Re: [fpc-pascal] Installing fpc
On Mon, September 7, 2015 22:36, Steph Bredenhann wrote: Hello Steph, > Thanks for the reply, you are more than welcome to register my email on > your mailing list. I got the email address in a google search when I > searched for a solution. If you decide to subscribe to the list, please, do it yourself on http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal (you can also set your delivery preferences there, etc.). More information on our mailing lists may be found via the link 'Mailing lists' on our homepage (http://www.freepascal.org). > To come back to the response on my email: I've started off by > downloading the lazarus1.4.2.deb file (I use Ubuntu 14.04) and used > gdebi and later dpkg without success, the message was consistently the > fpc > 2.6.4 was required, and although I have installed fpc-2.6.4 the > result remained the same. > > So I downloaded the .tar fail and execute sudo ./install, that was when > I got the message: > > "invalid user: ‘michael:michael’" OK, so if I understand it correctly, you refer to a tar file of Lazarus, right? (Otherwise please provide the exact .tar name or preferably the download URL.) While Lazarus and FPC cooperate closely, this mailing list is related to FPC (i.e. just the compiler plus RTL and other non-visual units supplied with it rather than the RAD / GUI IDE built on top of these) and you might be better asking questions about Lazarus releases in one of the fora on http://forum.lazarus.freepascal.org. Hope this helps Tomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Installing fpc
Am 08.09.2015 09:04 schrieb "Tomas Hajny" : > > To come back to the response on my email: I've started off by > > downloading the lazarus1.4.2.deb file (I use Ubuntu 14.04) and used > > gdebi and later dpkg without success, the message was consistently the > > fpc > 2.6.4 was required, and although I have installed fpc-2.6.4 the > > result remained the same. > > > > So I downloaded the .tar fail and execute sudo ./install, that was when > > I got the message: > > > > "invalid user: ‘michael:michael’" > > OK, so if I understand it correctly, you refer to a tar file of Lazarus, > right? (Otherwise please provide the exact .tar name or preferably the > download URL.) While Lazarus and FPC cooperate closely, this mailing list > is related to FPC (i.e. just the compiler plus RTL and other non-visual > units supplied with it rather than the RAD / GUI IDE built on top of > these) and you might be better asking questions about Lazarus releases in > one of the fora on http://forum.lazarus.freepascal.org. I do think that Steph means the FPC tar as Lazarus does AFAIK not have a tar-installer like FPC does... Regards, Sven ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Installing fpc
On Tue, September 8, 2015 11:10, Sven Barth wrote: > Am 08.09.2015 09:04 schrieb "Tomas Hajny" : >> > To come back to the response on my email: I've started off by >> > downloading the lazarus1.4.2.deb file (I use Ubuntu 14.04) and used >> > gdebi and later dpkg without success, the message was consistently the >> > fpc > 2.6.4 was required, and although I have installed fpc-2.6.4 the >> > result remained the same. >> > >> > So I downloaded the .tar fail and execute sudo ./install, that was >> when >> > I got the message: >> > >> > "invalid user: ‘michael:michael’" >> >> OK, so if I understand it correctly, you refer to a tar file of Lazarus, >> right? (Otherwise please provide the exact .tar name or preferably the >> download URL.) While Lazarus and FPC cooperate closely, this mailing >> list >> is related to FPC (i.e. just the compiler plus RTL and other non-visual >> units supplied with it rather than the RAD / GUI IDE built on top of >> these) and you might be better asking questions about Lazarus releases >> in >> one of the fora on http://forum.lazarus.freepascal.org. > > I do think that Steph means the FPC tar as Lazarus does AFAIK not have a > tar-installer like FPC does... Alright, could be. However, if this is the case, I'm afraid that the resolution of the file owner in the tar installer may not solve the issue with requirements of the debian package for Lazarus mentioned at the beginning, because dpkg would probably not consider the dependency of the Lazarus .deb package on FPC 2.6.4 or higher as fulfilled if FPC was installed using the .tar installer rather than the appropriate .deb package. I may be completely wrong, of course, but that's what I would assume based on my (limited ;-) ) knowledge of dependency handling for dpkg, etc. Tomas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Installing fpc
On Tue, 8 Sep 2015 11:21:18 +0200 "Tomas Hajny" wrote: >[...] > > I do think that Steph means the FPC tar as Lazarus does AFAIK not have a > > tar-installer like FPC does... True. It provides a source tar (and a zip) though. > Alright, could be. However, if this is the case, I'm afraid that the > resolution of the file owner in the tar installer may not solve the issue > with requirements of the debian package for Lazarus mentioned at the > beginning, because dpkg would probably not consider the dependency of the > Lazarus .deb package on FPC 2.6.4 or higher as fulfilled if FPC was > installed using the .tar installer rather than the appropriate .deb > package. I may be completely wrong, of course, but that's what I would > assume based on my (limited ;-) ) knowledge of dependency handling for > dpkg, etc. Correct. You can force it, but I would not recommend that. If you can install Lazarus via dpkg then I recommend to install fpc via dpkg too. If you can't install FPC via dpkg, see below for compiling Lazarus on a debian system: http://wiki.lazarus.freepascal.org/Installing_Lazarus#Downloading_Lazarus_Source_Code Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Installing fpc
On Tue, September 8, 2015 11:43, Mattias Gaertner wrote: > On Tue, 8 Sep 2015 11:21:18 +0200 > "Tomas Hajny" wrote: Sharing the response from Mattias Gaertner (for Lazarus) below with the original poster in Cc: (since he isn't subscribed to the mailing list). Tomas > >>[...] >> > I do think that Steph means the FPC tar as Lazarus does AFAIK not have >> a >> > tar-installer like FPC does... > > True. > It provides a source tar (and a zip) though. > > >> Alright, could be. However, if this is the case, I'm afraid that the >> resolution of the file owner in the tar installer may not solve the >> issue >> with requirements of the debian package for Lazarus mentioned at the >> beginning, because dpkg would probably not consider the dependency of >> the >> Lazarus .deb package on FPC 2.6.4 or higher as fulfilled if FPC was >> installed using the .tar installer rather than the appropriate .deb >> package. I may be completely wrong, of course, but that's what I would >> assume based on my (limited ;-) ) knowledge of dependency handling for >> dpkg, etc. > > Correct. You can force it, but I would not recommend that. > > If you can install Lazarus via dpkg then I recommend to install > fpc via dpkg too. > If you can't install FPC via dpkg, see below for compiling Lazarus on > a debian system: > http://wiki.lazarus.freepascal.org/Installing_Lazarus#Downloading_Lazarus_Source_Code > > Mattias > > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal