Ok, the problem was /usr/portage. Putting /usr/portage in IGNOREDIRS
makes git time decrease from 5+11 minutes to less than 2. I could
think about it before... :-)
Now git become usable :-)

the only problem is that it still gives me that error and the there is
no filelist in /var/state/git/package

I configured git this way:

# configuration section
#--------------------------------------------------------------------------
SHOWRESULT=yes         # default answer to 'Show it?'
FINDCASE=-i            # will cause --find to ignore case
PROFILEVAR=*default*   # empty, *default*, or individual variable name
PRESERVE=yes           # preserve the de-installation script's timestamps
EXPERT=no              # non-experts get some additional help
BACKUPEXT=tar.gz       # file extension used for backups

VIEWPROG="less -c"     # program used to show results
LSPROG="ls -dCv"       # program used to list de-installation scripts
EDITPROG=${EDITOR:-vi} # program used to edit de-installation scripts
BACKUPPIPE="tar --no-recursion --null -T - -cpzf" # program used to back up


WATCHDIRS="/bin /boot /etc /lib /opt /sbin /usr /var"

IGNOREDIRS="/var/tmp /usr/portage /usr/src /var/db /usr/tmp /var/cache"
#--------------------------------------------------------------------------
# end of configuration section

I added dirs in  IGNOREDIRS and the -p option in tar command in
BACKUPPIPE (don't know if this is needed)

Luca
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to