Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235881 - >=dev-scheme/bigloo-2.9a byte compiles elisp files but doesn't install the compiled files
Summary: >=dev-scheme/bigloo-2.9a byte compiles elisp files but doesn't install the co...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks: 184166 235442
  Show dependency tree
 
Reported: 2008-08-27 09:32 UTC by Ulrich Müller
Modified: 2008-08-28 17:59 UTC (History)
1 user (show)

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


Attachments
Patch for bigloo-2.7a_p2.ebuild (bigloo-2.7a_p2.ebuild.diff,267 bytes, patch)
2008-08-27 10:08 UTC, Ulrich Müller
Details | Diff
Patch for bigloo-3.1a.ebuild (bigloo-3.1a.ebuild.diff,729 bytes, patch)
2008-08-27 10:09 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.