Skip to content

Pretty printing of link commands during Make is broken #810

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

Closed
ViralBShah opened this issue May 6, 2012 · 3 comments
Closed

Pretty printing of link commands during Make is broken #810

ViralBShah opened this issue May 6, 2012 · 3 comments
Assignees
Labels
building Build system, or building Julia or its dependencies help wanted Indicates that a maintainer wants help on an issue or pull request

Comments

@ViralBShah
Copy link
Member

Note that the LINK line during the build is eating up some slashes. Should be LINK ui/julia-release-basic.

$ make release
    CC ui/repl.o
    LINK uijulia-release-basic
    LINK uijulia-release-readline
    JULIA sys0.ji
@ghost ghost assigned StefanKarpinski May 7, 2012
@StefanKarpinski
Copy link
Member

I can look into this since I implemented it in the first place. While I'm at it, I'll add a way to show what's being run for easier make debugging.

@ViralBShah
Copy link
Member Author

I tried USE_QUIET, but it does not always work. Also, we currently do not get output from building some deps, like openblas.

-viral

On 08-May-2012, at 3:35 AM, Stefan [email protected] wrote:

I can look into this since I implemented it in the first place. While I'm at it, I'll add a way to show what's being run for easier make debugging.


Reply to this email directly or view it on GitHub:
#810 (comment)

ViralBShah added a commit that referenced this issue May 21, 2012
Attempted fix to pretty printing of the link line for #810.
@ViralBShah
Copy link
Member Author

And now, I have an extra / in front of everything. Damn, this is now seriously annoying me.

CC /src/jltypes.o
CC /src/gf.o
FLISP /src/julia_flisp.boot
FLISP /src/julia_flisp.boot.inc
CC /src/ast.o
CC /src/builtins.o
CC /src/module.o
CC /src/codegen.o
CC /src/interpreter.o
CC /src/alloc.o
CC /src/dlload.o
CC /src/sys.o
CC /src/init.o
CC /src/task.o
CC /src/array.o
CC /src/dump.o
CC /src/gc.o
LINK /src/libjulia-release.so
PERL /base/pcre_h.jl
PERL /base/errno_h.jl
PERL /base/os_detect.jl
CC /ui/repl.o
CC /ui/repl-basic.o
LINK /ui/julia-release-basic
CC /ui/repl-readline.o
LINK /ui/julia-release-readline
LINK /ui/webserver/julia-release-webserver
JULIA /sys0.ji
JULIA /sys.ji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies help wanted Indicates that a maintainer wants help on an issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants