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

Cannot require packages with deprecation warnings from userimg.jl #10727

Closed
tchajed opened this issue Apr 3, 2015 · 0 comments
Closed

Cannot require packages with deprecation warnings from userimg.jl #10727

tchajed opened this issue Apr 3, 2015 · 0 comments

Comments

@tchajed
Copy link

tchajed commented Apr 3, 2015

I've been trying to get a userimg.jl in Julia v0.4 (master) with PyPlot and Gadfly. These packages both have dependencies that produce warnings at package load time, either due to macro execution or evaluating constants. It seems that when building the sysimg, STDERR is not defined: this results in warnings turning into a rather unexpected UndefVarError(var=:STDERR) at the source of the deprecation warning.

I'm not sure if there's a deeper issue that can be fixed that actually makes STDERR work and outputs the deprecation warnings, but a practical fix is to build the sysimg passing --depwarn=no to julia, which I've confirmed works.

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

Successfully merging a pull request may close this issue.

1 participant