[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-07-03 Thread Seth Munholland
I'm having the same issue and trying to do the same, but I'm inexperienced with linux. How do you add -fpermissive to CXXFLAGS? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title:

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-07-03 Thread Heidi Pagan
Seth, You can add it right into the 'make' command after configuration: make CXXFLAGS=-fpermissive -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-07-03 Thread Seth Munholland
That did it, thank you very much Heidi! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed to build on i386 To manage notifications about this bug go

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-03-22 Thread Heidi Pagan
Helpful suggestions from another forum led me to this solution: Add -fpermissive to your CXXFLAGS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed to

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-03-14 Thread Heidi Pagan
Julian - thanks for the info, and sorry for the delayed response. I barely know enough to get around linux, and know nothing about using a patch. Is this part of the 'make' file command? Or do I add it into the Makefile somewhere? -- You received this bug notification because you are a member

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-03-14 Thread Julian Taylor
this might work: make LDFLAGS=-Wl,--no-as-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed to build on i386 To manage notifications about this

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-03-14 Thread Heidi Pagan
Thanks so much for the fast response, but unfortunately I am still getting the same error message. Combing back through the output, I noticed another error further up: In file included from

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-01-30 Thread Heidi Pagan
I am having this error while trying to install the rmblast package 2.2.23 in ubuntu (modified version of NCBI Blast to use with RepeatMasker: http://www.repeatmasker.org/RMBlast.html). Is there a fix for this? Here is the error I get after executing 'make': make[8]: Leaving directory

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2012-01-30 Thread Julian Taylor
have you tried applying a similar patch to the one used to fix this bug? (=setting LDFLAGS=-Wl,--no-as-needed) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2011-08-29 Thread Bug Watch Updater
** Changed in: ncbi-blast+ (Debian) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed to build on i386 To manage

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2011-08-11 Thread Bug Watch Updater
** Changed in: ncbi-blast+ (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed to build on i386 To manage

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2011-07-19 Thread Launchpad Bug Tracker
This bug was fixed in the package ncbi-blast+ - 2.2.25-3ubuntu1 --- ncbi-blast+ (2.2.25-3ubuntu1) oneiric; urgency=low * debian/rules: disable --as-needed build (LP: #803185) almost all private libs are underlinked, fixing them is not worth the effort -- Julian Taylor

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2011-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~jtaylor/ubuntu/oneiric/ncbi-blast+/fix-803185 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/803185 Title: ncbi-blast+ version 2.2.25-3 failed to build on i386 To manage

[Bug 803185] Re: ncbi-blast+ version 2.2.25-3 failed to build on i386

2011-07-11 Thread Julian Taylor
most of the private libs of this package are underlinked: $ ldd -r /usr/lib/ncbi-blast+/*so 21 | grep -c undefined 8291 fixing this package seems like a lot of work and looking at the dependencies it does not seem like one gains much. I recommend building this one without --as-needed ** Bug