archives of rust-dev@mozilla.org (2010-2015)
 help / color / mirror / Atom feed
* [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
@ 2014-12-17 17:54 C K Kashyap
  2014-12-17 18:04 ` Cody P Schafer
  0 siblings, 1 reply; 6+ messages in thread
From: C K Kashyap @ 2014-12-17 17:54 UTC (permalink / raw)
  To: rust-dev

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

Hi,

Is this a regression -

undefined reference to
`str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs

I get this error at linking with libcore.rlib in the latest nightly build.
My code is here - https://github.com/ckkashyap/unix


Or do I need to make change in my code? I'd really appreciate the inputs
here.


Regards,

Kashyap

[-- Attachment #2: Type: text/html, Size: 596 bytes --]

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

* Re: [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
  2014-12-17 17:54 [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs C K Kashyap
@ 2014-12-17 18:04 ` Cody P Schafer
  2014-12-18  3:19   ` C K Kashyap
  0 siblings, 1 reply; 6+ messages in thread
From: Cody P Schafer @ 2014-12-17 18:04 UTC (permalink / raw)
  To: C K Kashyap; +Cc: rust-dev

I generally get type of errors at runtime when the rust libraries in
my ld path don't match the version of the libraries the executable was
created with.

Perhaps you could try rebuilding or removing some of the installed
rust versions?

On Wed, Dec 17, 2014 at 12:54 PM, C K Kashyap <ckkashyap@gmail.com> wrote:
> Hi,
>
> Is this a regression -
>
> undefined reference to
> `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
>
> I get this error at linking with libcore.rlib in the latest nightly build.
> My code is here - https://github.com/ckkashyap/unix
>
>
> Or do I need to make change in my code? I'd really appreciate the inputs
> here.
>
>
> Regards,
>
> Kashyap
>
>
> _______________________________________________
> Rust-dev mailing list
> Rust-dev@mozilla.org
> https://mail.mozilla.org/listinfo/rust-dev
>

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

* Re: [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
  2014-12-17 18:04 ` Cody P Schafer
@ 2014-12-18  3:19   ` C K Kashyap
  2014-12-21 10:34     ` Kai Noda
  0 siblings, 1 reply; 6+ messages in thread
From: C K Kashyap @ 2014-12-18  3:19 UTC (permalink / raw)
  To: Cody P Schafer; +Cc: rust-dev

[-- Attachment #1: Type: text/plain, Size: 1197 bytes --]

Thanks Cody,

I retried by uninstalling and installing rustc using rustp script and then
downloading the nightly source from
https://static.rust-lang.org/dist/rust-nightly.tar.gz

I still get the same error.

Regards,
Kashyap

On Wed, Dec 17, 2014 at 11:34 PM, Cody P Schafer <dev@codyps.com> wrote:
>
> I generally get type of errors at runtime when the rust libraries in
> my ld path don't match the version of the libraries the executable was
> created with.
>
> Perhaps you could try rebuilding or removing some of the installed
> rust versions?
>
> On Wed, Dec 17, 2014 at 12:54 PM, C K Kashyap <ckkashyap@gmail.com> wrote:
> > Hi,
> >
> > Is this a regression -
> >
> > undefined reference to
> > `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
> >
> > I get this error at linking with libcore.rlib in the latest nightly
> build.
> > My code is here - https://github.com/ckkashyap/unix
> >
> >
> > Or do I need to make change in my code? I'd really appreciate the inputs
> > here.
> >
> >
> > Regards,
> >
> > Kashyap
> >
> >
> > _______________________________________________
> > Rust-dev mailing list
> > Rust-dev@mozilla.org
> > https://mail.mozilla.org/listinfo/rust-dev
> >
>

[-- Attachment #2: Type: text/html, Size: 2084 bytes --]

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

* Re: [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
  2014-12-18  3:19   ` C K Kashyap
@ 2014-12-21 10:34     ` Kai Noda
  2014-12-22  7:26       ` C K Kashyap
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Noda @ 2014-12-21 10:34 UTC (permalink / raw)
  To: C K Kashyap; +Cc: rust-dev

[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]

Hi Kashyap,

I have no idea on what troubles you, but "rustc -Z print-link-args" might
print something useful for you.

Regards,
Kai

野田  開 <nodakai@gmail.com>

2014-12-18 11:19 GMT+08:00 C K Kashyap <ckkashyap@gmail.com>:
>
> Thanks Cody,
>
> I retried by uninstalling and installing rustc using rustp script and then
> downloading the nightly source from
> https://static.rust-lang.org/dist/rust-nightly.tar.gz
>
> I still get the same error.
>
> Regards,
> Kashyap
>
> On Wed, Dec 17, 2014 at 11:34 PM, Cody P Schafer <dev@codyps.com> wrote:
>>
>> I generally get type of errors at runtime when the rust libraries in
>> my ld path don't match the version of the libraries the executable was
>> created with.
>>
>> Perhaps you could try rebuilding or removing some of the installed
>> rust versions?
>>
>> On Wed, Dec 17, 2014 at 12:54 PM, C K Kashyap <ckkashyap@gmail.com>
>> wrote:
>> > Hi,
>> >
>> > Is this a regression -
>> >
>> > undefined reference to
>> > `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
>> >
>> > I get this error at linking with libcore.rlib in the latest nightly
>> build.
>> > My code is here - https://github.com/ckkashyap/unix
>> >
>> >
>> > Or do I need to make change in my code? I'd really appreciate the inputs
>> > here.
>> >
>> >
>> > Regards,
>> >
>> > Kashyap
>> >
>> >
>> > _______________________________________________
>> > Rust-dev mailing list
>> > Rust-dev@mozilla.org
>> > https://mail.mozilla.org/listinfo/rust-dev
>> >
>>
>
> _______________________________________________
> Rust-dev mailing list
> Rust-dev@mozilla.org
> https://mail.mozilla.org/listinfo/rust-dev
>
>

[-- Attachment #2: Type: text/html, Size: 3120 bytes --]

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

* Re: [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
  2014-12-21 10:34     ` Kai Noda
@ 2014-12-22  7:26       ` C K Kashyap
  2014-12-24  3:34         ` C K Kashyap
  0 siblings, 1 reply; 6+ messages in thread
From: C K Kashyap @ 2014-12-22  7:26 UTC (permalink / raw)
  To: Kai Noda; +Cc: rust-dev

[-- Attachment #1: Type: text/plain, Size: 1942 bytes --]

Thanks Kai .... I'll try and post back ... on the move right now
Regards,
Kashyap

On Sun, Dec 21, 2014 at 4:04 PM, Kai Noda <nodakai@gmail.com> wrote:

> Hi Kashyap,
>
> I have no idea on what troubles you, but "rustc -Z print-link-args" might
> print something useful for you.
>
> Regards,
> Kai
>
> 野田  開 <nodakai@gmail.com>
>
> 2014-12-18 11:19 GMT+08:00 C K Kashyap <ckkashyap@gmail.com>:
>>
>> Thanks Cody,
>>
>> I retried by uninstalling and installing rustc using rustp script and
>> then downloading the nightly source from
>> https://static.rust-lang.org/dist/rust-nightly.tar.gz
>>
>> I still get the same error.
>>
>> Regards,
>> Kashyap
>>
>> On Wed, Dec 17, 2014 at 11:34 PM, Cody P Schafer <dev@codyps.com> wrote:
>>>
>>> I generally get type of errors at runtime when the rust libraries in
>>> my ld path don't match the version of the libraries the executable was
>>> created with.
>>>
>>> Perhaps you could try rebuilding or removing some of the installed
>>> rust versions?
>>>
>>> On Wed, Dec 17, 2014 at 12:54 PM, C K Kashyap <ckkashyap@gmail.com>
>>> wrote:
>>> > Hi,
>>> >
>>> > Is this a regression -
>>> >
>>> > undefined reference to
>>> > `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
>>> >
>>> > I get this error at linking with libcore.rlib in the latest nightly
>>> build.
>>> > My code is here - https://github.com/ckkashyap/unix
>>> >
>>> >
>>> > Or do I need to make change in my code? I'd really appreciate the
>>> inputs
>>> > here.
>>> >
>>> >
>>> > Regards,
>>> >
>>> > Kashyap
>>> >
>>> >
>>> > _______________________________________________
>>> > Rust-dev mailing list
>>> > Rust-dev@mozilla.org
>>> > https://mail.mozilla.org/listinfo/rust-dev
>>> >
>>>
>>
>> _______________________________________________
>> Rust-dev mailing list
>> Rust-dev@mozilla.org
>> https://mail.mozilla.org/listinfo/rust-dev
>>
>>

[-- Attachment #2: Type: text/html, Size: 3622 bytes --]

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

* Re: [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
  2014-12-22  7:26       ` C K Kashyap
@ 2014-12-24  3:34         ` C K Kashyap
  0 siblings, 0 replies; 6+ messages in thread
From: C K Kashyap @ 2014-12-24  3:34 UTC (permalink / raw)
  To: Kai Noda; +Cc: rust-dev

[-- Attachment #1: Type: text/plain, Size: 2227 bytes --]

The problem is solved ... thanks to Alex's support -
https://github.com/rust-lang/rust/issues/20016

Regards,
Kashyap

On Mon, Dec 22, 2014 at 12:56 PM, C K Kashyap <ckkashyap@gmail.com> wrote:

> Thanks Kai .... I'll try and post back ... on the move right now
> Regards,
> Kashyap
>
> On Sun, Dec 21, 2014 at 4:04 PM, Kai Noda <nodakai@gmail.com> wrote:
>
>> Hi Kashyap,
>>
>> I have no idea on what troubles you, but "rustc -Z print-link-args" might
>> print something useful for you.
>>
>> Regards,
>> Kai
>>
>> 野田  開 <nodakai@gmail.com>
>>
>> 2014-12-18 11:19 GMT+08:00 C K Kashyap <ckkashyap@gmail.com>:
>>>
>>> Thanks Cody,
>>>
>>> I retried by uninstalling and installing rustc using rustp script and
>>> then downloading the nightly source from
>>> https://static.rust-lang.org/dist/rust-nightly.tar.gz
>>>
>>> I still get the same error.
>>>
>>> Regards,
>>> Kashyap
>>>
>>> On Wed, Dec 17, 2014 at 11:34 PM, Cody P Schafer <dev@codyps.com> wrote:
>>>>
>>>> I generally get type of errors at runtime when the rust libraries in
>>>> my ld path don't match the version of the libraries the executable was
>>>> created with.
>>>>
>>>> Perhaps you could try rebuilding or removing some of the installed
>>>> rust versions?
>>>>
>>>> On Wed, Dec 17, 2014 at 12:54 PM, C K Kashyap <ckkashyap@gmail.com>
>>>> wrote:
>>>> > Hi,
>>>> >
>>>> > Is this a regression -
>>>> >
>>>> > undefined reference to
>>>> > `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs
>>>> >
>>>> > I get this error at linking with libcore.rlib in the latest nightly
>>>> build.
>>>> > My code is here - https://github.com/ckkashyap/unix
>>>> >
>>>> >
>>>> > Or do I need to make change in my code? I'd really appreciate the
>>>> inputs
>>>> > here.
>>>> >
>>>> >
>>>> > Regards,
>>>> >
>>>> > Kashyap
>>>> >
>>>> >
>>>> > _______________________________________________
>>>> > Rust-dev mailing list
>>>> > Rust-dev@mozilla.org
>>>> > https://mail.mozilla.org/listinfo/rust-dev
>>>> >
>>>>
>>>
>>> _______________________________________________
>>> Rust-dev mailing list
>>> Rust-dev@mozilla.org
>>> https://mail.mozilla.org/listinfo/rust-dev
>>>
>>>
>

[-- Attachment #2: Type: text/html, Size: 4248 bytes --]

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

end of thread, other threads:[~2014-12-24  3:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-17 17:54 [rust-dev] undefined reference to `str::str.StrPrelude::bytes::deref::hf4838b8c6b01fc6aSGs C K Kashyap
2014-12-17 18:04 ` Cody P Schafer
2014-12-18  3:19   ` C K Kashyap
2014-12-21 10:34     ` Kai Noda
2014-12-22  7:26       ` C K Kashyap
2014-12-24  3:34         ` C K Kashyap

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