sxemacs-devel
[Top] [All Lists]

Re: BMW problems

From: Zajcev Evgeny <zevlg@xxxxxxxxx>
Subject: Re: BMW problems
Date: Sun, 25 Dec 2005 05:26:03 +0300
Cc: Sebastian Freundt <hroptatyr@xxxxxxxxxxx>
Organization: Home
User-agent: Gnus/5.1007 (Gnus v5.10.7) SXEmacs/22.1.3 (BMW, berkeley-unix)
Steve Youngs <steve@xxxxxxxxxxx> writes:

> * Zajcev Evgeny <zevlg@xxxxxxxxx> writes:
>
>   > I've got some problems with BMW ..
>   > While building, i've got those messages
>
>   >     ...
>   >     Finding pointers to doc strings...
>   >     Note: Strange doc (not fboundp) for function root @ 335072
>   >     Finding pointers to doc strings...done
>   >     Warning: doc lost for function x-selection-reply-timeout-internal.
>   >     Warning: doc lost for function lcm.
>   >     Warning: doc lost for function gcd.
>   >     Warning: doc lost for function x-rotate-cutbuffers-internal.
>   >     Warning: doc lost for function x-get-cutbuffer-internal.
>   >     Warning: doc lost for function x-store-cutbuffer-internal.
>     
>   >     This is usually because some files were preloaded by loaddefs.el or
>   >     site-load.el, but were not passed to make-docfile by Makefile.
>   >     ...
>
> This has been happening since sxemacs--main--22.1.0--base-0, it's just
> that nobody has bothered to look into it yet.
>
>   > After installing, i've got init file loading problems, because
>   > lisp/auto-autoloads.el was looking like:
>
>   >     (if (featurep 'lisp-autoloads) (error "Already loaded"))
>     
>   >     ;;;***
>   >     
>   >     (autoload 'list-load-path-shadows "shadow" "" t nil)
>   >     (autoload 'dolist "cl-macs" "" nil 'macro)
>   >     (autoload 'batch-byte-compile "bytecomp" "" nil nil)
>     
>   >     ;;;***
>     
>   >     (provide 'lisp-autoloads)
>
> This is bad.  Looks like a copy of bootstrap.autoloads.el.  Cc'ing the
> one who brought us that file... Guten Tag, Sebastian!
>
>   > so after downloading bmw tarball and doing
>
>   >     $ ./configure
>   >     $ gmake
>   >     $ gmake install
>
>   > I've got broken SXEmacs :(
>
> Fuck!  At least you got a SXEmacs.  Won't even build here. Fuck Fuck
> Fuck Fuck!!!!  No I didn't test build before I uploaded the
> tarball... everything was working fine the last time I built from the
> tla repo, and nothing build-related had changed since.  Fuck Fuck Fuck
> Fuck Fuck!!!!!!!

Actually the thing is that bootstrap.auto-autoloads overrides automatically
generated auto-autoloads.el even when this is not needed and even
harmful .. might it be FreeBSD specific problem?  The problem causes
by only install-arch-dep rule:

it cds to src/ directory, and executes make in there, this make in
order to run update-elc.el copies bootstrap.auto-autoloads to
auto-autoloads.el and starts sxemacs with special flags .. and then
install-arch-dep(or install-arch-indep) installs all the files,
including this copied auto-autoloads.el - which makes SXEmacs broken
..

>
>   > Could somebody please report success status, to see your building?
>
> Even better, if somebody could fix this[1] ASAFP (As Soon As Fucking
> Possible).  I can't look into it for too long... One build of SXEmacs
> almost melts my CPU... 2 subsequent builds one after the other and my
> machine will shut itself down because it gets too fucking hot!!!

:))) even russian tv tells us about uncommon hot weather in the
Australia :)

-- 
lg

<Prev in Thread] Current Thread [Next in Thread>