Problem with oneChannelGUI
1
0
Entering edit mode
Guido Leoni ▴ 200
@guido-leoni-3328
Last seen 9.5 years ago
European Union
Dear List I updated my R version to 2.12 and reinstalled all the oldest packages. Now I'm trying to use oneChannelGUI in order to analyze some gene 1.0 St microarrays. Every time I try to normalize my data with the apt of affymetrix I retrieve the following error apt-probeset-summarize: relocation error: /lib/libnss_files.so.2: symbol __rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6 with link time reference OnechannelGUI worked fine with R 2.10... Please can someone give to me any suggestion? thank you very much Guido Leoni [[alternative HTML version deleted]]
oneChannelGUI oneChannelGUI • 1.0k views
ADD COMMENT
0
Entering edit mode
@martin-morgan-1513
Last seen 4 days ago
United States
On 03/28/2011 05:36 AM, Guido Leoni wrote: > Dear List > I updated my R version to 2.12 and reinstalled all the oldest packages. > Now I'm trying to use oneChannelGUI in order to analyze some gene 1.0 St > microarrays. > Every time I try to normalize my data with the apt of affymetrix I retrieve > the following error > > apt-probeset-summarize: relocation error: /lib/libnss_files.so.2: symbol > __rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6 with link > time reference > > OnechannelGUI worked fine with R 2.10... > Please can someone give to me any suggestion? It sounds like the update was not done correctly. I would suggest starting with a new R installation, and using biocLite() to install the packages that you need. http://bioconductor.org/install/ Martin > thank you very much > Guido Leoni > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
ADD COMMENT
0
Entering edit mode
I've an update about my problem: running in oneChannelGUI an analysis on a set of 3' arrays and requesting a gcrma normalization with apt: everything ends fine .... Need I to reinstall R ? Thanks again 2011/3/28 Martin Morgan <mtmorgan@fhcrc.org> > On 03/28/2011 05:36 AM, Guido Leoni wrote: > >> Dear List >> I updated my R version to 2.12 and reinstalled all the oldest packages. >> Now I'm trying to use oneChannelGUI in order to analyze some gene 1.0 St >> microarrays. >> Every time I try to normalize my data with the apt of affymetrix I >> retrieve >> the following error >> >> apt-probeset-summarize: relocation error: /lib/libnss_files.so.2: symbol >> __rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6 with link >> time reference >> >> OnechannelGUI worked fine with R 2.10... >> Please can someone give to me any suggestion? >> > > It sounds like the update was not done correctly. I would suggest starting > with a new R installation, and using biocLite() to install the packages that > you need. > > http://bioconductor.org/install/ > > Martin > > thank you very much >> Guido Leoni >> >> [[alternative HTML version deleted]] >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor@r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >> > > > -- > Computational Biology > Fred Hutchinson Cancer Research Center > 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 > > Location: M1-B861 > Telephone: 206 667-2793 > -- Guido Leoni National Research Institute on Food and Nutrition (I.N.R.A.N.) via Ardeatina 546 00178 Rome Italy tel + 39 06 51 49 41 (operator) + 39 06 51 49 4498 (direct) [[alternative HTML version deleted]]
ADD REPLY
0
Entering edit mode
On 03/28/2011 06:24 AM, Guido Leoni wrote: > I've an update about my problem: > running in oneChannelGUI an analysis on a set of 3' arrays and requesting a > gcrma normalization with apt: everything ends fine .... > Need I to reinstall R ? The error suggests a mismatch between the compiled code in a package and the support libraries available on your computer. The most likely cause is that the package was compiled ('installed') against a different set of libraries than are currently available. Likely you copied libraries from one location to another. You can try to correct this problem one package at a time, but this is tedious and error-prone. Of course if this is right before a deadline then you will want to proceed with care, so as not to end up with a system that is completely unusable. It might also be worth while to wait a little; perhaps I have mis-diagnosed the problem and someone else will provide a more accurate solution. Martin > Thanks again > > 2011/3/28 Martin Morgan<mtmorgan at="" fhcrc.org=""> > >> On 03/28/2011 05:36 AM, Guido Leoni wrote: >> >>> Dear List >>> I updated my R version to 2.12 and reinstalled all the oldest packages. >>> Now I'm trying to use oneChannelGUI in order to analyze some gene 1.0 St >>> microarrays. >>> Every time I try to normalize my data with the apt of affymetrix I >>> retrieve >>> the following error >>> >>> apt-probeset-summarize: relocation error: /lib/libnss_files.so.2: symbol >>> __rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6 with link >>> time reference >>> >>> OnechannelGUI worked fine with R 2.10... >>> Please can someone give to me any suggestion? >>> >> >> It sounds like the update was not done correctly. I would suggest starting >> with a new R installation, and using biocLite() to install the packages that >> you need. >> >> http://bioconductor.org/install/ >> >> Martin >> >> thank you very much >>> Guido Leoni >>> >>> [[alternative HTML version deleted]] >>> >>> _______________________________________________ >>> Bioconductor mailing list >>> Bioconductor at r-project.org >>> https://stat.ethz.ch/mailman/listinfo/bioconductor >>> Search the archives: >>> http://news.gmane.org/gmane.science.biology.informatics.conductor >>> >> >> >> -- >> Computational Biology >> Fred Hutchinson Cancer Research Center >> 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 >> >> Location: M1-B861 >> Telephone: 206 667-2793 >> > > > -- Computational Biology Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Location: M1-B861 Telephone: 206 667-2793
ADD REPLY
0
Entering edit mode
Hi, On Mon, Mar 28, 2011 at 9:35 AM, Martin Morgan <mtmorgan at="" fhcrc.org=""> wrote: > On 03/28/2011 06:24 AM, Guido Leoni wrote: >> >> I've an update about my problem: >> running ?in oneChannelGUI an analysis on a set of 3' arrays and requesting >> a >> gcrma normalization with apt: everything ends fine .... >> Need I to reinstall R ? > > The error suggests a mismatch between the compiled code in a package and the > support libraries available on your computer. The most likely cause is that > the package was compiled ('installed') against a different set of libraries > than are currently available. Likely you copied libraries from one location > to another. You can try to correct this problem one package at a time, but > this is tedious and error-prone. > > Of course if this is right before a deadline then you will want to proceed > with care, so as not to end up with a system that is completely unusable. It > might also be worth while to wait a little; perhaps I have mis- diagnosed the > problem and someone else will provide a more accurate solution. I guess a more direct question to help smoke out the problem that Martin is thinking of, is: How did you "reinstall the old packages" after your update? Did you do it through biocLite, or did you just copy the packages in your older library folder to the new install? -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
ADD REPLY
0
Entering edit mode
I reinstalled R and then all the packages necessary for running oneChannelGUI throught biocLite. The only think that I would guess is that the last week I've updated my ubuntu from 10.04 to 10.10 2011/3/28 Steve Lianoglou <mailinglist.honeypot@gmail.com> > Hi, > > On Mon, Mar 28, 2011 at 9:35 AM, Martin Morgan <mtmorgan@fhcrc.org> wrote: > > On 03/28/2011 06:24 AM, Guido Leoni wrote: > >> > >> I've an update about my problem: > >> running in oneChannelGUI an analysis on a set of 3' arrays and > requesting > >> a > >> gcrma normalization with apt: everything ends fine .... > >> Need I to reinstall R ? > > > > The error suggests a mismatch between the compiled code in a package and > the > > support libraries available on your computer. The most likely cause is > that > > the package was compiled ('installed') against a different set of > libraries > > than are currently available. Likely you copied libraries from one > location > > to another. You can try to correct this problem one package at a time, > but > > this is tedious and error-prone. > > > > Of course if this is right before a deadline then you will want to > proceed > > with care, so as not to end up with a system that is completely unusable. > It > > might also be worth while to wait a little; perhaps I have mis- diagnosed > the > > problem and someone else will provide a more accurate solution. > > I guess a more direct question to help smoke out the problem that > Martin is thinking of, is: > > How did you "reinstall the old packages" after your update? > > Did you do it through biocLite, or did you just copy the packages in > your older library folder to the new install? > > -steve > > -- > Steve Lianoglou > Graduate Student: Computational Systems Biology > | Memorial Sloan-Kettering Cancer Center > | Weill Medical College of Cornell University > Contact Info: http://cbio.mskcc.org/~lianos/contact > -- Guido Leoni National Research Institute on Food and Nutrition (I.N.R.A.N.) via Ardeatina 546 00178 Rome Italy tel + 39 06 51 49 41 (operator) + 39 06 51 49 4498 (direct) [[alternative HTML version deleted]]
ADD REPLY

Login before adding your answer.

Traffic: 1079 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6