Date: Sun, 06 Jun 2004 12:06:33 -0700 From: Brett Schroeder <brett@brettschroeder.name> To: freebsd-ports@freebsd.org, gj@freebsd.org Cc: brett@brettschroeder.name Subject: xemacs port fails to compile (4-stable) Message-ID: <1086548792.315.35.camel@Anapurna.brettschroeder.name>
next in thread | raw e-mail | index | archive | help
All, The stable xemacs port failed to compile with "portinstall xemacs" on FreeBSD 4-Stable (ports last cvsup'd and updated a few hours ago). There seem to be two related errors saying "Invalid read syntax ((". in wrong context"))" in lisp/auto-autoloads.el. Below is a cut of script output from the install (apologies for all the ^M's at the end of lines) Brett ********** Begin ********************* Script started on Sun Jun 6 11:46:38 2004 Anapurna# portinstall xemacs ---> Installing 'xemacs-21.4.14' from a port (editors/xemacs) ---> Building '/usr/ports/editors/xemacs' ===> Cleaning for rplay-3.3.2_1 ===> Cleaning for autoconf-2.13.000227_5 ===> Cleaning for glib-1.2.10_11 >>>>>>>> cut many lines - here's the first error Loading /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/auto-autoloads... (file auto-autoloads.el is newer) Compiling /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/auto-autoloads.el... While compiling toplevel forms in file /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/auto-autoloads.el: !! Invalid read syntax ((". in wrong context")) >>Error occurred processing lisp/auto-autoloads.el: Invalid read syntax: ". in wrong context" Done *** Error code 1 Stop in /usr/ports/editors/xemacs/work/xemacs-21.4.14. *** Error code 1 Stop in /usr/ports/editors/xemacs. ---> Installing the new version via the port ===> Building for xemacs-21.4.14 cd ./lib-src && make CC='cc' CFLAGS='-O -pipe -march=pentiumpro' LDFLAGS='' CPPFLAGS='' all cd ./lwlib && make CC='cc' CFLAGS='-O -pipe -march=pentiumpro' LDFLAGS='' CPPFLAGS='' all cd ./src && make CC='cc' CFLAGS='-O -pipe -march=pentiumpro' LDFLAGS='' CPPFLAGS='' all ./temacs -nd -batch -l /usr/ports/editors/xemacs/work/xemacs-21.4.14/src/../lisp/update-elc.el Loading /usr/ports/editors/xemacs/work/xemacs-21.4.14/src/../lisp/update-elc.el... Loading very-early-lisp... Loading find-paths.el... Loading packages.el... Loading setup-paths.el... Loading dump-paths.el... Loading /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/dumped-lisp.el... >>>>>>> cut many lines - here's the second error Loading site-load.el... Bootstrapping from temacs... Loading /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/auto-autoloads... (file auto-autoloads.el is newer) Compiling /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/auto-autoloads.el... While compiling toplevel forms in file /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/auto-autoloads.el: !! Invalid read syntax ((". in wrong context")) >>Error occurred processing /usr/ports/editors/xemacs/work/xemacs-21.4.14/lisp/./auto-autoloads.el: Invalid read syntax: ". in wrong context" Done *** Error code 1 Stop in /usr/ports/editors/xemacs/work/xemacs-21.4.14/src. *** Error code 1 Stop in /usr/ports/editors/xemacs/work/xemacs-21.4.14. *** Error code 1 Stop in /usr/ports/editors/xemacs. *** Error code 1 Stop in /usr/ports/editors/xemacs. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall72152.0 make reinstall ** Fix the installation problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! editors/xemacs (install error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed Anapurna# exit exit Script done on Sun Jun 6 11:48:33 2004 ************** end *******************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1086548792.315.35.camel>