Summary: | gnuplot-3.8j build failure | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ward Viaene <ward> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | ooblick |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Ward Viaene
2004-02-27 14:34:33 UTC
*** This bug has been marked as a duplicate of 40969 *** Which version of xemacs do you have? Try re-emerging the latest version of xemacs. Hi, I had a similar problem, well actually exactly the same problem. I decided to compile gnuplot without lisp support and all went well. I changed the ebuild by replacing the line: myconf=" --with-gd --with-plot=/usr/lib" with: myconf=" --with-gd --with-plot=/usr/lib --without-lisp-files" where I added "--without-lisp-files" Hope this helps Gary I also get problems building this version of gnuplot, apparently because of xemacs. Output I get from attempting to emerge gnuplot ends thus: make[2]: Leaving directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/docs' Making all in lisp make[2]: Entering directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp' xemacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile gnuplot.el xemacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile gnuplot-gui.el xemacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile info-look.el Compiling /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot-gui.el...Compiling /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/info-look.el...Compiling /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot.el...While compiling toplevel forms in file /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot.el: !! File error (("Cannot open load file" "comint")) >>Error occurred processing gnuplot.el: Cannot open load file: comint Done make[2]: *** [gnuplot.elc] Error 1 make[2]: *** Waiting for unfinished jobs.... While compiling toplevel forms in file /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot-gui.el: !! File error (("Cannot open load file" "comint")) >>Error occurred processing gnuplot-gui.el: Cannot open load file: comint Done make[2]: *** [gnuplot-gui.elc] Error 1 Wrote /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/info-look.elc Done make[2]: Leaving directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0' make: *** [all] Error 2 !!! ERROR: media-gfx/gnuplot-3.8j failed. !!! Function src_compile, Line 51, Exitcode 2 !!! (no error message) I also get problems building this version of gnuplot, apparently because of xemacs. Output I get from attempting to emerge gnuplot ends thus: make[2]: Leaving directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/docs' Making all in lisp make[2]: Entering directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp' xemacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile gnuplot.el xemacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile gnuplot-gui.el xemacs -batch -q -no-site-file -l ./dot.el -f batch-byte-compile info-look.el Compiling /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot-gui.el...Compiling /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/info-look.el...Compiling /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot.el...While compiling toplevel forms in file /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot.el: !! File error (("Cannot open load file" "comint")) >>Error occurred processing gnuplot.el: Cannot open load file: comint Done make[2]: *** [gnuplot.elc] Error 1 make[2]: *** Waiting for unfinished jobs.... While compiling toplevel forms in file /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/gnuplot-gui.el: !! File error (("Cannot open load file" "comint")) >>Error occurred processing gnuplot-gui.el: Cannot open load file: comint Done make[2]: *** [gnuplot-gui.elc] Error 1 Wrote /var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp/info-look.elc Done make[2]: Leaving directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0/lisp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/gnuplot-3.8j/work/gnuplot-3.8j.0' make: *** [all] Error 2 !!! ERROR: media-gfx/gnuplot-3.8j failed. !!! Function src_compile, Line 51, Exitcode 2 !!! (no error message) Are you still getting this build failure with media-gfx/gnuplot-3.8j-r1? I have xemacs installed and successfully emerged gnuplot with no problems. If you do still get this error could you please post your emerge info too. Crumbs. I'd forgotten all about this bug. ISTR that I fixed it by unmerging xemacs and xemacs-packages-sumo. Then emerge xemacs xemacs-packages-sumo gnuplot. So I'm guessing it was something in the packages that were at fault, not gnuplot. I've just tried emerging gnuplot again, and I have no problems. Thanks. As neither of us are getting an error with the new ebuild I will close this bug. |