I've recently updated a patch for Emacs on Sparc, see URL. It was successfully tested under Linux and FreeBSD. Can you please update it also in Prefix, and test if it works under Solaris (not necessarily in this order)?
next sync should have it.
> next sync should have it. Yep, <http://overlays.gentoo.org/proj/alt/changeset/35667> So, please test. ;-)
% emerge -av app-editors/emacs These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] x11-misc/emacs-desktop-0.3 0 kB [ebuild N ] net-libs/liblockfile-1.06-r2 0 kB [ebuild U ] app-admin/eselect-ctags-1.6 [1.5] 0 kB [ebuild N ] app-admin/eselect-emacs-1.6 0 kB [ebuild N ] app-editors/emacs-22.3-r1 USE="X -Xaw3d (-alsa) (-aqua) -gif -gtk -gzip-el -hesiod -jpeg -kerberos -motif -png -sound -source -spell -tiff -toolkit-scroll-bars -xpm" 0 kB ... * Regenerating Info directory index in /usr/share/info/emacs-22 ... Switching emacs to emacs-22 ... Switching ctags to exuberant-ctags ... Switching etags to etags-emacs-22 ... * You can set the version to be started by /usr/bin/emacs through * the Emacs eselect module, which also redirects man and info pages. * Therefore, several Emacs versions can be installed at the same time. * "man emacs.eselect" for details. >>> Recording app-editors/emacs in "world" favorites file... ... % emacs < some killing later > % uname -a SunOS hathor 5.10 Generic_137111-06 sun4u sparc SUNW,Sun-Blade-100 Solaris So now what/how to test?
> So now what/how to test? The relevant code is called in the lisp garbage collector, so I guess any usage pattern will be good to test it. "C-h v gcs-done RET" will show the number of garbage collections done. Also emerging some heavy package like app-emacs/cedet might be a good test; I wouldn't expect its build to succeed if Emacs has problems in its garbage collector.
>>> Emerging (2 of 2) app-emacs/cedet-1.0_pre4-r2 >>> Source compiled. >>> Installing app-emacs/cedet-1.0_pre4-r2 * checking 450 files for package collisions ... all seems to have installed fine. Looks good?
(In reply to comment #5) > all seems to have installed fine. Looks good? Looks good to me. Thanks a lot for your testing.