Lazarus

Installation => General => Topic started by: matthijs on January 23, 2005, 03:56:08 pm

Title: Retaining installed package when doing a build from CVS.
Post by: matthijs on January 23, 2005, 03:56:08 pm
Hi,

maybe it's a bug, maybe I'm doing something wrong.
Once every so often I do a rebuild from CVS. When I start Lazarus again and look at the "Package Graph" previously installed packages are marked as "Install on next start". But untill I start Lazarus as root and install one of the packages  (Components -> Open Package File -> Install), nothing happens. So I actually have to  Install a package to have all previously installed packages back again.
So what am I doing wrong when building lazarus from CVS? I'm using this to rebuild:
Code: [Select]

export CVSROOT=:pserver:cvs@cvs.freepascal.org:/FPC/CVS
cvs login
cvs -z3 update lazarus
echo Logout of cvs-server
cvs logout
echo Copying files
cp -Rf /home/matthijs/lazarus/ /usr/share/ --reply=yes
echo Start Lazarus Rebuild
cd /usr/share/lazarus
make
echo Gereed
TinyPortal © 2005-2018