Quantcast

Problem updating from Gbrowse2.17: Can't locate Bio/DB/SeqFeature/Store/Alias.pm

classic Classic list List threaded Threaded
3 messages Options
| Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Problem updating from Gbrowse2.17: Can't locate Bio/DB/SeqFeature/Store/Alias.pm

Darwin Sorento Dichmann
Greetings,

In an attempt to update my local Gbrowse2.17 to the newest version I destroyed it. I believe I updated all prerequisites prior to updating and had no serious warnings during the install.

It seems to fail because it can't find Bio/DB/SeqFeature/Store/Alias.pm in @INC. I get this error from apache2, which I think is the problem:  
---
Can't locate Bio/DB/SeqFeature/Store/Alias.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Library/Perl/5.10.0/darwin-thread-multi-2level/Bio/Graphics/Browser2/DataSource.pm line 10, <DATA> line 192., referer: http://localhost/cgi-bin/gb2/gbrowse/frog7/?source=frog7
---

I added this <export PERL5LIB=/Library/Perl/5.10.0>  to my .bash_profile to include the folders that contain Bio/DB/SeqFeature/Store, but it didn't solve anything. I confess to not understanding this alias very well. Do I need to add a symbolic link somewhere?

I had no problems with my previous version, so I am surprised that I ran into this problem.

Any help is greatly appreciated,
Darwin
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gmod-gbrowse mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
| Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem updating from Gbrowse2.17: Can't locate Bio/DB/SeqFeature/Store/Alias.pm

Scott Cain
Hi Darwin,

I just discovered this problem yesterday;
Bio::DB::SeqFeature::Store::Alias is supposed to be provided by the
GBrowse 2.49 package, but it was left out of the manifest, so it
didn't get included in the package.  Probably the easiest way to fix
this is to get Alias.pm:

  https://raw.github.com/GMOD/GBrowse/master/lib/Bio/DB/SeqFeature/Store/Alias.pm

and place it in your @INC (in the Store directory under
Bio/DB/SeqFeature).  Once that is in place, you should be able to
install GBrowse 2.49 from cpan.

Scott


On Fri, Apr 27, 2012 at 8:04 PM, Darwin Sorento Dichmann
<[hidden email]> wrote:

> Greetings,
>
> In an attempt to update my local Gbrowse2.17 to the newest version I destroyed it. I believe I updated all prerequisites prior to updating and had no serious warnings during the install.
>
> It seems to fail because it can't find Bio/DB/SeqFeature/Store/Alias.pm in @INC. I get this error from apache2, which I think is the problem:
> ---
> Can't locate Bio/DB/SeqFeature/Store/Alias.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Library/Perl/5.10.0/darwin-thread-multi-2level/Bio/Graphics/Browser2/DataSource.pm line 10, <DATA> line 192., referer: http://localhost/cgi-bin/gb2/gbrowse/frog7/?source=frog7
> ---
>
> I added this <export PERL5LIB=/Library/Perl/5.10.0>  to my .bash_profile to include the folders that contain Bio/DB/SeqFeature/Store, but it didn't solve anything. I confess to not understanding this alias very well. Do I need to add a symbolic link somewhere?
>
> I had no problems with my previous version, so I am surprised that I ran into this problem.
>
> Any help is greatly appreciated,
> Darwin
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gmod-gbrowse mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse



--
------------------------------------------------------------------------
Scott Cain, Ph. D.                                   scott at scottcain dot net
GMOD Coordinator (http://gmod.org/)                     216-392-3087
Ontario Institute for Cancer Research

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gmod-gbrowse mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
| Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Problem updating from Gbrowse2.17: Can't locate Bio/DB/SeqFeature/Store/Alias.pm

Darwin Sorento Dichmann
Worked. Thanks for the help!

On Apr 27, 2012, at 5:34 PM, Scott Cain wrote:

> Hi Darwin,
>
> I just discovered this problem yesterday;
> Bio::DB::SeqFeature::Store::Alias is supposed to be provided by the
> GBrowse 2.49 package, but it was left out of the manifest, so it
> didn't get included in the package.  Probably the easiest way to fix
> this is to get Alias.pm:
>
>  https://raw.github.com/GMOD/GBrowse/master/lib/Bio/DB/SeqFeature/Store/Alias.pm
>
> and place it in your @INC (in the Store directory under
> Bio/DB/SeqFeature).  Once that is in place, you should be able to
> install GBrowse 2.49 from cpan.
>
> Scott
>
>
> On Fri, Apr 27, 2012 at 8:04 PM, Darwin Sorento Dichmann
> <[hidden email]> wrote:
>> Greetings,
>>
>> In an attempt to update my local Gbrowse2.17 to the newest version I destroyed it. I believe I updated all prerequisites prior to updating and had no serious warnings during the install.
>>
>> It seems to fail because it can't find Bio/DB/SeqFeature/Store/Alias.pm in @INC. I get this error from apache2, which I think is the problem:
>> ---
>> Can't locate Bio/DB/SeqFeature/Store/Alias.pm in @INC (@INC contains: /Library/Perl/Updates/5.10.0/darwin-thread-multi-2level /Library/Perl/Updates/5.10.0 /System/Library/Perl/5.10.0/darwin-thread-multi-2level /System/Library/Perl/5.10.0 /Library/Perl/5.10.0/darwin-thread-multi-2level /Library/Perl/5.10.0 /Network/Library/Perl/5.10.0/darwin-thread-multi-2level /Network/Library/Perl/5.10.0 /Network/Library/Perl /System/Library/Perl/Extras/5.10.0/darwin-thread-multi-2level /System/Library/Perl/Extras/5.10.0 .) at /Library/Perl/5.10.0/darwin-thread-multi-2level/Bio/Graphics/Browser2/DataSource.pm line 10, <DATA> line 192., referer: http://localhost/cgi-bin/gb2/gbrowse/frog7/?source=frog7
>> ---
>>
>> I added this <export PERL5LIB=/Library/Perl/5.10.0>  to my .bash_profile to include the folders that contain Bio/DB/SeqFeature/Store, but it didn't solve anything. I confess to not understanding this alias very well. Do I need to add a symbolic link somewhere?
>>
>> I had no problems with my previous version, so I am surprised that I ran into this problem.
>>
>> Any help is greatly appreciated,
>> Darwin
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Gmod-gbrowse mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
>
>
>
> --
> ------------------------------------------------------------------------
> Scott Cain, Ph. D.                                   scott at scottcain dot net
> GMOD Coordinator (http://gmod.org/)                     216-392-3087
> Ontario Institute for Cancer Research


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gmod-gbrowse mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse
Loading...