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

rustpkg's -c does not work. #5012

Closed
dpc opened this issue Feb 18, 2013 · 3 comments
Closed

rustpkg's -c does not work. #5012

dpc opened this issue Feb 18, 2013 · 3 comments

Comments

@dpc
Copy link
Contributor

dpc commented Feb 18, 2013

Current incoming branch (a6945f2).

I'm trying to install rust-sdl crate:

[mutex:~] (master)% rustpkg  -c "image" install git://github.com/brson/rust-sdl.git
note: fetching from git://github.com/brson/rust-sdl.git using git
note: compiling /home/dpc/.rustpkg/tmp/177b16f99c6316/src/sdl.rc
note: installed sdl v0.3.0
[mutex:~] (master)% strings .rustpkg/lib/libsdl-34b7eedb9132850-0.3.0.so| grep img
[mutex:~] (master)% 

If I build manually the img module is there and everything works. Seems to me that rustpkg does not really pass the -c like it should.

@ghost ghost assigned catamorphism Apr 25, 2013
@catamorphism
Copy link
Contributor

rustpkg doesn't have a way to pass along arguments to rustc yet. Not a release blocker, de-milestoning

@pnkfelix
Copy link
Member

Adding to the most apparent rustpkg metabug: #5677

@catamorphism
Copy link
Contributor

Closing in favor of the more general #8522 (which will be ready this week).

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

4 participants