Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294760 - dev-lang/cm3-bin-5.4.0 uses ${EDITOR} at build time
Summary: dev-lang/cm3-bin-5.4.0 uses ${EDITOR} at build time
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 294651
  Show dependency tree
 
Reported: 2009-11-26 21:38 UTC by Ulrich Müller
Modified: 2010-01-19 15:55 UTC (History)
0 users

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 2009-11-26 21:38:05 UTC
The ebuild is using ${EDITOR} at build time, thus creating an implicit dependency on the ${EDITOR} package. It should use the new gentoo-editor script instead.
See tracker bug 294651 for details.
Comment 1 SpanKY gentoo-dev 2010-01-17 20:25:08 UTC
guessing this is all i need:
http://sources.gentoo.org/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?r1=1.2&r2=1.3
Comment 2 Ulrich Müller gentoo-dev 2010-01-17 21:08:03 UTC
(In reply to comment #1)
> guessing this is all i need:
> http://sources.gentoo.org/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?r1=1.2&r2=1.3

Nopo, because the value of ${EDITOR} at build time will still be compiled into the binary.

See tracker bug 294651:
- RDEPEND="app-editors/gentoo-editor"
- sed expression: s:@GENTOO_INITIAL_REACTOR_EDITOR@:/usr/libexec/gentoo-editor:

Comment 3 SpanKY gentoo-dev 2010-01-17 21:13:47 UTC
feel free to commit whatever is required.  i only stuck the $EDITOR in there to avoid people whining about /bin/nano.  simpler for me to just remove it.
Comment 4 Ulrich Müller gentoo-dev 2010-01-17 21:30:50 UTC
Will do, but we need app-editors/gentoo-editor stable first (bug 301313). Otherwise a revbump of cm3-bin would be needed.
Comment 5 Ulrich Müller gentoo-dev 2010-01-19 15:55:59 UTC
Fixed.