First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 67402
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: GNU Emacs Team <emacs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arne Mejlholm (RETIRED) <aaby@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
auctex-11.53-r1.ebuild auctex-11.53-r1.ebuild text/plain Arne Mejlholm (RETIRED) 2004-10-13 09:06 0000 962 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 67402 depends on: Show dependency tree
Show dependency graph
Bug 67402 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-13 09:03 0000
The ebuild compiles as it should, but it installs under /usr/site-lisp instead
of
/usr/share/emacs/site-lisp

------- Comment #1 From Arne Mejlholm (RETIRED) 2004-10-13 09:06:05 0000 -------
Created an attachment (id=41732) [edit]
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 From Arne Mejlholm (RETIRED) 2004-10-13 10:25:14 0000 -------
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 From Mamoru KOMACHI (RETIRED) 2004-10-13 15:26:10 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug