Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414109 - After app-emacs/cedet version bump to 1.1, app-emacs/ecb-2.40-r1 no longer builds
Summary: After app-emacs/cedet version bump to 1.1, app-emacs/ecb-2.40-r1 no longer bu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 13:44 UTC by Carlos Konstanski
Modified: 2012-05-07 20:03 UTC (History)
0 users

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


Attachments
Disable check for CEDET version (ecb-2.40-cedet-version.patch,375 bytes, patch)
2012-04-30 20:55 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Konstanski 2012-04-30 13:44:42 UTC
app-emacs/cedet was bumped to version 1.1 today. Now app-emacs/ecb (currently at 2.40-r1) will not build because:

ECB 2.40 - Error: ECB can only be used with cedet [1.0pre6, 1.0.9]

I don't know if there is an ecb available which works with cedet 1.1. But if there is, could we have it in the emacs overlay at least?

Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2012-04-30 20:50:49 UTC
Same error with latest ECB version from CVS (last change there was in March 2010 though). I've package masked cedet-1.1, for the time being.
Comment 2 Ulrich Müller gentoo-dev 2012-04-30 20:55:28 UTC
Created attachment 310529 [details, diff]
Disable check for CEDET version

Attached patch will disable the version check. Could you test if it works with cedet-1.1?
Comment 3 Carlos Konstanski 2012-05-01 01:11:19 UTC
I just applied the patch. The build works, and ecb runs without any obvious problems. I've only tested it for about 5 seconds so far.
Comment 4 Ulrich Müller gentoo-dev 2012-05-07 20:03:37 UTC
Patch applied to ecb and cedet-1.1 unmasked again.