Subject: | install of SQlite prevents parallel cpan builds due to locking |
I had a cpan build running in one window with
cpan -i xxxx.
In another windows tried to install something else
w/cpan -i... but it got locked out due to SQlite installation:
Show quoted text
w> cpan -i Inline
CPAN: CPAN::SQLite loaded ok (v0.203)
Database was generated on Tue, 24 Dec 2013 22:01:05 GMT
DBD::SQLite::st execute failed: database is locked at /usr/lib/perl5/site_perl/5.16.2/CPAN/SQLite/DBI/Search.pm line 99.
DBD::SQLite::st execute failed: database is locked at /usr/lib/perl5/site_perl/5.16.2/CPAN/SQLite/DBI/Search.pm line 99.
-----------------------
Also tried
cpan -F: but that is also broken:
from the pod:
-F Turn off CPAN.pm's attempts to lock anything. You should be careful
with this since you might end up with multiple scripts trying to
muck in the same directory. This isn't so much of a concern if
you're loading a special config with "-j", and that config sets up
its own work directories.
----
Error is:
cpan -F -i Inline
Unknown option: F
/usr/bin/cpan script version 1.61, CPAN.pm version 2.00
perl 5.16.2