Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620340 - dev-lang/julia-0.5.0-r3 [emacs] contrib/julia-mode.el unexistent
Summary: dev-lang/julia-0.5.0-r3 [emacs] contrib/julia-mode.el unexistent
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-01 15:19 UTC by Alessandro Barbieri
Modified: 2018-03-18 22:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2017-06-01 15:19:21 UTC
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
 *
Comment 1 Matthias Maier gentoo-dev 2018-03-18 22:16:26 UTC
Use flag has been dropped.