Difference between revisions of "Talk:Getting Lazarus"

From Lazarus wiki
Jump to navigationJump to search
(New page: When following the instructions to install the lazarus-0.9.2 package on Ubuntu Feisty, symbolic links are created in ''/usr/bin'' for ''lazarus'', ''lazbuild'' and ''startlazarus'', howeve...)
 
(Xandros problem)
Line 1: Line 1:
 
When following the instructions to install the lazarus-0.9.2 package on Ubuntu Feisty, symbolic links are created in ''/usr/bin'' for ''lazarus'', ''lazbuild'' and ''startlazarus'', however they point to a ''/tmp/lazarus0.9.22/lazarus_build/usr/share/lazarus/*'' location which doesn't exist. A note should probably be added to relink them to ''/usr/share/lazarus/*'' until the package is corrected. --[[User:Dreeve|Dreeve]] 04:58, 24 October 2007 (CEST)
 
When following the instructions to install the lazarus-0.9.2 package on Ubuntu Feisty, symbolic links are created in ''/usr/bin'' for ''lazarus'', ''lazbuild'' and ''startlazarus'', however they point to a ''/tmp/lazarus0.9.22/lazarus_build/usr/share/lazarus/*'' location which doesn't exist. A note should probably be added to relink them to ''/usr/share/lazarus/*'' until the package is corrected. --[[User:Dreeve|Dreeve]] 04:58, 24 October 2007 (CEST)
 +
 +
The batch stuff doesn't seem to work under Xandros (EEEPC901 default):
 +
/home/user> gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F
 +
gpg: requesting key 6A11800F from hkp server pgp.mit.edu
 +
gpg: key 6A11800F: "Vincent Snijders (gpg key for lazarus ubuntu repository)  <vincents@freepascal.org>" not changed
 +
gpg: Total number processed: 1
 +
gpg:              unchanged: 1
 +
/home/user> gpg --export 6A11800F | apt-key add -
 +
gpg: can't open `/etc/apt/trusted.gpg'
 +
gpg: keydb_get_keyblock failed: eof
 +
gpg: no writable keyring found: eof
 +
gpg: error reading `-': general error
 +
gpg: import from `-' failed: general error
 +
- [[User:Xbspiro|Xbspiro]] 15:18, 8 November 2008 (CET)

Revision as of 16:18, 8 November 2008

When following the instructions to install the lazarus-0.9.2 package on Ubuntu Feisty, symbolic links are created in /usr/bin for lazarus, lazbuild and startlazarus, however they point to a /tmp/lazarus0.9.22/lazarus_build/usr/share/lazarus/* location which doesn't exist. A note should probably be added to relink them to /usr/share/lazarus/* until the package is corrected. --Dreeve 04:58, 24 October 2007 (CEST)

The batch stuff doesn't seem to work under Xandros (EEEPC901 default): /home/user> gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F gpg: requesting key 6A11800F from hkp server pgp.mit.edu gpg: key 6A11800F: "Vincent Snijders (gpg key for lazarus ubuntu repository) <vincents@freepascal.org>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 /home/user> gpg --export 6A11800F | apt-key add - gpg: can't open `/etc/apt/trusted.gpg' gpg: keydb_get_keyblock failed: eof gpg: no writable keyring found: eof gpg: error reading `-': general error gpg: import from `-' failed: general error - Xbspiro 15:18, 8 November 2008 (CET)