Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67402 - app-emacs/auctex-11.53 is broken
Summary: app-emacs/auctex-11.53 is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 09:03 UTC by Arne Mejlholm (RETIRED)
Modified: 2004-10-13 15:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
auctex-11.53-r1.ebuild (auctex-11.53-r1.ebuild,962 bytes, text/plain)
2004-10-13 09:06 UTC, Arne Mejlholm (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Mejlholm (RETIRED) gentoo-dev 2004-10-13 09:03:02 UTC
The ebuild compiles as it should, but it installs under /usr/site-lisp instead of
/usr/share/emacs/site-lisp
Comment 1 Arne Mejlholm (RETIRED) gentoo-dev 2004-10-13 09:06:05 UTC
Created attachment 41732 [details]
auctex-11.53-r1.ebuild

This ebuild installs the correct way, although it may perhaps be done simpler
(what do I know :-) )

einstall in line 26 of the original ebuild is substituted with

	elisp-install ${PN} *.el *.elc || die
	elisp-install ${PN}/style style/*.el style/*.elc || die
Comment 2 Arne Mejlholm (RETIRED) gentoo-dev 2004-10-13 10:25:14 UTC
Well, this is a bit odd. I'm not the only one with this problem: 
http://forums.gentoo.org/viewtopic.php?t=223597&highlight=auctex

but on another machine which I just install a week ago, there is no problem.

The problem seems to be related to the SITELISP variable. 
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-13 15:26:10 UTC
Right, it seems auctex ebuild was broken since 30 Sep with
the update of emacs-21.3-r4. The configure script of auctex
doesn't calculate site-lisp directory correctly. I fixed it by 
adding --with-lispdir. Thanks for the bug report.