На Thu, 19 Jun 2008 09:52:32 -0300
"Sebastian Lopez" <[EMAIL PROTECTED]> записано:

> 2) i'm having problems with cinelerra, since the beggining: i didn't
> know that cinelerra could be "emerged" on gentoo, so i downloaded the
> source code and make a manual instalation. It didn`t work, i can
> import media clips but i can't drop them into the timeline... a
> couple of days ago, i discovered that i could emerge it as
> "cinelerra-cvs" (i think)... i did it, but still the same... i can't
> do anything, so my question is, is there a way to "uninstall" the
> manual instalation to start from the beggining again? i mean, erase
> all as i never had install it, and do emerge again... is this
> possible?

go to source tree and do:

# make file to have a creation time
touch /tmp/timestamp 
# overwrite your installation
make install
# find chenged all files
find /usr -type f -newer /tmp/timestamp | tee /tmp/filelist
# check filelist and remove files which should be saved
vim /tmp/filelist
# remove all listed files
cat /tmp/filelist | xargs -n 10 rm -v
# remove temporary files
rm /tmp/{timestamp,filelist}

make shure you have no process which writes to /usr when you doing it.
-- 
Сбт Июн 21 22:21:55 KRAST 2008
Sat Jun 21 14:21:55 UTC 2008
----------------------------------
Visit my home page http://www.akhil.nm.ru
(Last update at 15th May 14:29)
----------------------------------
jabber: [EMAIL PROTECTED]
----------------------------------
Пытаться сделать мир на 1/6.7e9 лучше
Ахметгалеев Ильдар aka AkhIL
----------------------------------
Linux artstation 2.6.22-gentoo-r10 #5 PREEMPT Mon Feb 18 08:20:04 KRAT
2008 i686 AMD Athlon(tm) XP 2500+ AuthenticAMD GNU/Linux up 7 days,
5:06,  5 users,  load average: 1.87, 1.59, 1.46

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to