| Summary: | dev-lang/julia-0.5.0-r3 [emacs] contrib/julia-mode.el unexistent | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alessandro Barbieri <lssndrbarbieri> |
| Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jstein, sci |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Use flag has been dropped. |
The ebuild try to do things with a non-existant file: julia-mode.el ls /var/tmp/notmpfs/portage/dev-lang/julia-0.5.0-r3/work/julia-0.5.0/contrib mac build_sysimg.jl filterArgs.sh julia-config.jl julia.svg README.ctags.txt travis_fastfail.sh vagrant check-whitespace.sh fixup-libgfortran.sh julia.desktop julia.xml README.md valgrind-julia.supp windows commit-name.sh fixup-libstdc++.sh julia.hrc Notepad++_2_Julia.ahk relative_path.sh ackrc ctags install.sh julia.lang prepare_release.sh repackage_system_suitesparse4.make add_license_to_files.jl debug_bootstrap.gdb julia.appdata.xml Julia_Notepad++.xml README.ackrc.txt stringreplace.c the ebuild contain these lines use emacs && elisp-compile contrib/julia-mode.el if use emacs; then elisp-install "${PN}" contrib/julia-mode.el elisp-site-file-install "${FILESDIR}"/63julia-gentoo.el fi and lead to this error * Compiling GNU Emacs Elisp files ... >>Error occurred processing contrib/julia-mode.el: File error (("Opening input file" "no such file or directory" "/var/tmp/notmpfs/portage/dev-lang/julia-0.5.0-r3/work/ julia-0.5.0/contrib/julia-mode.el")) * elisp-compile: batch-byte-compile failed [ !! ] * ERROR: dev-lang/julia-0.5.0-r3::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 115: Called src_compile * environment, line 3160: Called elisp-compile 'contrib/julia-mode.el' * environment, line 1427: Called die * The specific snippet of code: * eend $? "elisp-compile: batch-byte-compile failed" || die *