Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 235881

Summary: >=dev-scheme/bigloo-2.9a byte compiles elisp files but doesn't install the compiled files
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: New packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: emacs
Priority: High Keywords: REGRESSION
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 184166, 235442    
Attachments: Patch for bigloo-2.7a_p2.ebuild
Patch for bigloo-3.1a.ebuild

Description Ulrich Müller gentoo-dev 2008-08-27 09:32:37 UTC
src_compile() byte-compiles the Emacs Lisp files:
    use emacs && elisp-comp etc/*.el

src_install() installs the uncompiled files, but not the bytecode:
    elisp-install ${PN} etc/*.el

... which doesn't make much sense.

Furthermore, the ebuilds should use elisp-compile instead of the deprecated elisp-comp, see bug 235442.

Patch will follow.
Comment 1 Ulrich Müller gentoo-dev 2008-08-27 10:08:09 UTC
Created attachment 163878 [details, diff]
Patch for bigloo-2.7a_p2.ebuild
Comment 2 Ulrich Müller gentoo-dev 2008-08-27 10:09:12 UTC
Created attachment 163880 [details, diff]
Patch for bigloo-3.1a.ebuild

Patch for 3.1a, should be applied to all ebuilds >=2.9a.
Comment 3 Ulrich Müller gentoo-dev 2008-08-27 10:11:24 UTC
(In reply to comment #2)
> Created an attachment (id=163880) [edit]
> Patch for bigloo-3.1a.ebuild
> 
> Patch for 3.1a, should be applied to all ebuilds >=2.9a.

... and to 3.1b in the gentoo-lisp overlay.
Comment 4 Ulrich Müller gentoo-dev 2008-08-28 17:59:31 UTC
Fixed it myself, with permission from hkbst.
Version in overlay fixed, too.