[maker-devel] Problem with installation
Carson Holt
carsonhh at gmail.com
Wed May 28 08:32:07 MDT 2014
Perl is a scripting language rather than a compiled language, and one thing
that happens when you first use a new module or script Is that the
interpreter follows the dependency tree validating that everything
executes/loads correctly. Since you installed a number of dependencies and
MAKER itself, the first time you launch MAKER Perl has to do this check on
the dependency tree. This only happens the first time, and after that Perl
remembers it already ran the check so the dependencies and MAKER will just
start from then on. Normally this proccess takes less than 30 seconds;
however, on some systems (especially clusters) there may a heavy IO burden
and this process can take a while. For example does it take a moment for
'ls -al' to return in some directories rather than returning instantaneously
like it is supposed to? If it takes 3 seconds to return or example, then
each dependency check may take up to 3 seconds. If you just installed a
bunch of new perl modules then there may be a hundred or more dependencies
that may have to be validated for the first time.
--Carson
From: Daniel Ence <dence at genetics.utah.edu>
Date: Wednesday, May 28, 2014 at 7:29 AM
To: Panos Ioannidis <panos.ioannidis at gmail.com>
Cc: "<maker-devel at yandell-lab.org>" <maker-devel at yandell-lab.org>
Subject: Re: [maker-devel] Problem with installation
Hi Panos, When you go to the src directory and type "./Build status", what
message do you get? Also, what version of maker are you running?
Thanks,
Daniel
Daniel Ence
Graduate Student
dence at genetics.utah.edu
Eccles Institute of Human Genetics
University of Utah
15 North 2030 East, Room 2100
Salt Lake City, UT 84112-5330
On May 28, 2014, at 1:28 AM, Panos Ioannidis <panos.ioannidis at gmail.com>
wrote:
> Hello Maker community,
>
> I just finished installing Maker and even though everything seems to be okay,
> when I give
>
> ./maker -h
>
> or
>
> ./maker
>
> the program apparently hangs without giving any output or warning or error.
>
> Just so you know, I have installed all dependencies (Perl libraries and
> third-party programs) and am executing from bin/, not src/bin/.
>
> Any ideas?
>
> Panos
> _______________________________________________
> maker-devel mailing list
> maker-devel at box290.bluehost.com
> http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
_______________________________________________ maker-devel mailing list
maker-devel at box290.bluehost.com
http://box290.bluehost.com/mailman/listinfo/maker-devel_yandell-lab.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://yandell-lab.org/pipermail/maker-devel_yandell-lab.org/attachments/20140528/8c5ff5cf/attachment-0003.html>
More information about the maker-devel
mailing list