Closed idot closed 10 years ago
Ido;
The install failure is from brew not having the ability to access /home/imba/tamir/.cache/Homebrew/Formula/cpanminus.brewing
. I'm still not sure what happened with your brew installation but you might try manually removing the cache directory and restarting: rm -rf /home/imba/tamir/.cache/Homebrew
. Hopefully that will get things working again.
The error traceback you see is from calling the bcbio_nextgen_install.py script, so you'll see references to the python you used to start this. Internally within the bcbio_nextgen.py upgrade
command, it is using it's own installed local python. Everything appears normal on that side.
Happy to also help with issues on the biovalidation mailing list: https://github.com/chapmanb/bcbio-nextgen#documentation.
Thanks for all the patience getting this upgraded.
This is I think due to some undefinable NAS issue. Is it possible to change the .cache location to another path?
You can set the cache with:
export HOMEBREW_CACHE=/path/to/cachedir
If this seems to clear it up I'll add the tip to the documentation as well. Thanks much for the help debugging.
Thank you very very much for both this system and the quick help. I have the feeling we getting there, only 1/4 of all the world bioinformatic programs left to download compile and install.
Now I am stuck with: ==> make
/tmp/glia-HhRE/vcflib/smithwaterman' make[2]: Leaving directory
/tmp/glia-HhRE/vcflib/fastahack'
make[1]: Leaving directory /tmp/glia-HhRE/vcflib' make: *** [vcflib/src/Variant.o] Error 2 /usr/lib/ruby/1.8/open-uri.rb:277:in
open_http': 404 Not Found (OpenURI::HTTPError)
from /usr/lib/ruby/1.8/open-uri.rb:616:in buffer_open' from /usr/lib/ruby/1.8/open-uri.rb:164:in
open_loop'
from /usr/lib/ruby/1.8/open-uri.rb:162:in catch' from /usr/lib/ruby/1.8/open-uri.rb:162:in
open_loop'
from /usr/lib/ruby/1.8/open-uri.rb:132:in open_uri' from /usr/lib/ruby/1.8/open-uri.rb:518:in
open'
from /usr/lib/ruby/1.8/open-uri.rb:26:in open' from /groups/csf-ngs/bin/workflow/bcbio/Library/Homebrew/utils.rb:265:in
open'
from /groups/csf-ngs/bin/workflow/bcbio/Library/Homebrew/utils.rb:282:in each_issue_matching' from /groups/csf-ngs/bin/workflow/bcbio/Library/Homebrew/utils.rb:294:in
issues_for_formula'
from /groups/csf-ngs/bin/workflow/bcbio/Library/Homebrew/exceptions.rb:178:in issues' from /groups/csf-ngs/bin/workflow/bcbio/Library/Homebrew/exceptions.rb:212:in
dump'
from /groups/csf-ngs/bin/workflow/bcbio/Library/brew.rb:118I managed to compile vcflib manually by going into /clustertmp/csfs/ido/homebrew/glia--git applying this fix:http://www.langebio.cinvestav.mx/bioinformatica/jacob/?p=1116 (adding som_network_t_record to one unnamed struct)
But of course restarting the bcbio installer does not have the fix.
Ido; It would be good to report this upstream to Erik to get a proper fix in. There is already a workaround in fsom for patching this on Apple, but I guess it needs to be extended to some other cases. What version of gcc do you have that triggers this?
Closing old bugs. Please respond and we can re-open if this is still an issue.
When installing I first get warnings and then an error. I am also wondering about the python version bcbio uses. Shouldn't it use its own version even during installation, because the log says it uses: "/biosw/debian5-x86_64/python/2.7.3/lib/python2.7/subprocess.py", which is what I called the install script with. Is there a discussion group or forum for bcbio?