public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xulrunner emerge problem
@ 2010-09-20 11:17 covici
  2010-09-21 15:38 ` [gentoo-user] " walt
  0 siblings, 1 reply; 6+ messages in thread
From: covici @ 2010-09-20 11:17 UTC (permalink / raw
  To: gentoo-user

I am finding that when I try to emerge xulrunner on the recent update I
get the following:
XRemoteClient_standalone.o: In function
`XRemoteClient::FindBestWindow(char const*, char const*, char const*,
int)':
/var/tmp/portage/net-libs/xulrunner-1.9.2.9-r1/work/mozilla-1.9.2/widget/src/xremoteclient/XRemoteClient.cpp:535:
undefined reference to `PR_strtod'
/var/tmp/portage/net-libs/xulrunner-1.9.2.9-r1/work/mozilla-1.9.2/widget/src/xremoteclient/XRemoteClient.cpp:582:
undefined reference to `PR_GetEnv'
XRemoteClient_standalone.o: In function `XRemoteClient::GetLock(unsigned
long, int*)':
/var/tmp/portage/net-libs/xulrunner-1.9.2.9-r1/work/mozilla-1.9.2/widget/src/xremoteclient/XRemoteClient.cpp:367:
undefined reference to `PR_GetSystemInfo'
collect2: ld returned 1 exit status
I can't find anything ingoogle for this one -- anyone know what is
happening?

Thanks.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: xulrunner emerge problem
  2010-09-20 11:17 [gentoo-user] xulrunner emerge problem covici
@ 2010-09-21 15:38 ` walt
  2010-09-21 17:52   ` covici
  2010-09-21 18:28   ` covici
  0 siblings, 2 replies; 6+ messages in thread
From: walt @ 2010-09-21 15:38 UTC (permalink / raw
  To: gentoo-user

On 09/20/2010 04:17 AM, covici@ccs.covici.com wrote:
> I am finding that when I try to emerge xulrunner on the recent update I
> get the following:

> undefined reference to `PR_strtod'
> undefined reference to `PR_GetEnv'

Those are defined in the nspr package.  Do you have the latest nspr installed?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: xulrunner emerge problem
  2010-09-21 15:38 ` [gentoo-user] " walt
@ 2010-09-21 17:52   ` covici
  2010-09-21 18:28   ` covici
  1 sibling, 0 replies; 6+ messages in thread
From: covici @ 2010-09-21 17:52 UTC (permalink / raw
  To: gentoo-user

walt <w41ter@gmail.com> wrote:

> On 09/20/2010 04:17 AM, covici@ccs.covici.com wrote:
> > I am finding that when I try to emerge xulrunner on the recent update I
> > get the following:
> 
> > undefined reference to `PR_strtod'
> > undefined reference to `PR_GetEnv'
> 
> Those are defined in the nspr package.  Do you have the latest nspr installed?

I have 4.8.6, I will re-emerge and try again.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: xulrunner emerge problem
  2010-09-21 15:38 ` [gentoo-user] " walt
  2010-09-21 17:52   ` covici
@ 2010-09-21 18:28   ` covici
  2010-09-22  0:49     ` walt
  1 sibling, 1 reply; 6+ messages in thread
From: covici @ 2010-09-21 18:28 UTC (permalink / raw
  To: gentoo-user

walt <w41ter@gmail.com> wrote:

> On 09/20/2010 04:17 AM, covici@ccs.covici.com wrote:
> > I am finding that when I try to emerge xulrunner on the recent update I
> > get the following:
> 
> > undefined reference to `PR_strtod'
> > undefined reference to `PR_GetEnv'
> 
> Those are defined in the nspr package.  Do you have the latest nspr installed?
OK, re-emerging nspr fixed the problem -- not sure what happened here.

Thanks much.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

         John Covici
         covici@ccs.covici.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-user] Re: xulrunner emerge problem
  2010-09-21 18:28   ` covici
@ 2010-09-22  0:49     ` walt
  2010-09-22  1:05       ` Zeerak Mustafa Waseem
  0 siblings, 1 reply; 6+ messages in thread
From: walt @ 2010-09-22  0:49 UTC (permalink / raw
  To: gentoo-user

On 09/21/2010 11:28 AM, covici@ccs.covici.com wrote:
> walt<w41ter@gmail.com>  wrote:
>
>> On 09/20/2010 04:17 AM, covici@ccs.covici.com wrote:
>>> I am finding that when I try to emerge xulrunner on the recent update I
>>> get the following:
>>
>>> undefined reference to `PR_strtod'
>>> undefined reference to `PR_GetEnv'
>>
>> Those are defined in the nspr package.  Do you have the latest nspr installed?

> OK, re-emerging nspr fixed the problem -- not sure what happened here.

Experienced users know that you must sacrifice a chicken in front of your computer
to obtain that information from the angry computer gods.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: xulrunner emerge problem
  2010-09-22  0:49     ` walt
@ 2010-09-22  1:05       ` Zeerak Mustafa Waseem
  0 siblings, 0 replies; 6+ messages in thread
From: Zeerak Mustafa Waseem @ 2010-09-22  1:05 UTC (permalink / raw
  To: gentoo-user

On Tue, Sep 21, 2010 at 05:49:48PM -0700, walt wrote:
> On 09/21/2010 11:28 AM, covici@ccs.covici.com wrote:
> > walt<w41ter@gmail.com>  wrote:
> >
> >> On 09/20/2010 04:17 AM, covici@ccs.covici.com wrote:
> >>> I am finding that when I try to emerge xulrunner on the recent update I
> >>> get the following:
> >>
> >>> undefined reference to `PR_strtod'
> >>> undefined reference to `PR_GetEnv'
> >>
> >> Those are defined in the nspr package.  Do you have the latest nspr installed?
> 
> > OK, re-emerging nspr fixed the problem -- not sure what happened here.
> 
> Experienced users know that you must sacrifice a chicken in front of your computer
> to obtain that information from the angry computer gods.
> 
> 

I knew I had been doing something wrong. Getting rid of cow carcasses aren't as easy as you'd think. Butchers won't take them unless they're killed "humanely". I'm a human, sacrificing them to the computer gods. How much more humane can it get?!

-- 
Zeerak Waseem



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-09-22  1:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 11:17 [gentoo-user] xulrunner emerge problem covici
2010-09-21 15:38 ` [gentoo-user] " walt
2010-09-21 17:52   ` covici
2010-09-21 18:28   ` covici
2010-09-22  0:49     ` walt
2010-09-22  1:05       ` Zeerak Mustafa Waseem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox