Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251667 - app-editors/emacs-22.3-r1 test request on sparc-solaris
Summary: app-editors/emacs-22.3-r1 test request on sparc-solaris
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: Sparc Solaris
: High normal (vote)
Assignee: Gentoo Prefix
URL: http://sources.gentoo.org/viewcvs.py/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-19 19:03 UTC by Ulrich Müller
Modified: 2008-12-29 23:09 UTC (History)
1 user (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 Ulrich Müller gentoo-dev 2008-12-19 19:03:34 UTC
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)?
Comment 1 Fabian Groffen gentoo-dev 2008-12-19 20:05:48 UTC
next sync should have it.
Comment 2 Ulrich Müller gentoo-dev 2008-12-20 11:08:13 UTC
> next sync should have it.

Yep, <http://overlays.gentoo.org/proj/alt/changeset/35667>
So, please test. ;-)
Comment 3 Fabian Groffen gentoo-dev 2008-12-20 20:49:30 UTC
% 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?
Comment 4 Ulrich Müller gentoo-dev 2008-12-20 21:37:44 UTC
> 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.
Comment 5 Fabian Groffen gentoo-dev 2008-12-21 10:10:49 UTC
>>> 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?
Comment 6 Ulrich Müller gentoo-dev 2008-12-29 23:09:48 UTC
(In reply to comment #5)
> all seems to have installed fine.  Looks good?

Looks good to me. Thanks a lot for your testing.