Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155690 - app-editors/emacs-cvs-22.0.90 fails src_install
Summary: app-editors/emacs-cvs-22.0.90 fails src_install
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 09:30 UTC by Martin Schoenmakers
Modified: 2006-12-21 14:44 UTC (History)
1 user (show)

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 Martin Schoenmakers 2006-11-19 09:30:40 UTC
After emacs-cvs seems to build fine, src_install dies with:

make[1]: Leaving directory `/var/tmp/portage/emacs-cvs-22.0.90/work/emacs/lib-src'
rm: cannot remove `/var/tmp/portage/emacs-cvs-22.0.90/image//usr/bin/emacs-22.0.90.emacs-22.0.90': No such file or directory

!!! ERROR: app-editors/emacs-cvs-22.0.90 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_install
  ebuild.sh, line 1020:   Called src_install
  emacs-cvs-22.0.90.ebuild, line 99:   Called die

!!! removing duplicate emacs executable failed


This happens on at least two different systems (X-less server, desktop with gtk).
Comment 1 Christer Ekholm 2006-11-19 16:41:34 UTC
It seems like upstream has decided to change the version-number for cvs-emacs to 22.0.91

I copied the emacs-cvs-22.0.90.ebuild to my PORTDIR_OVERLAY as emacs-cvs-22.0.91.ebuild and changed SLOT="22.0.90" to SLOT="22.0.91"

And that actually worked just fine.
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2006-11-20 00:01:01 UTC
Bumped it.  Please test it and report back.  I have hard masked it for now.
Comment 3 Christer Ekholm 2006-11-20 10:10:11 UTC
(In reply to comment #2)
> Bumped it.  Please test it and report back.  I have hard masked it for now.
> 

Ok, I assume that you wanted Martin to test it. But I have tested also.

I removed my overlay-ebuild and added =app-editors/emacs-cvs-22.0.91 to package.unmask and reemerged emacs-cvs.  It works.
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2006-11-20 10:13:43 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > Bumped it.  Please test it and report back.  I have hard masked it for now.
> > 
> 
> Ok, I assume that you wanted Martin to test it. But I have tested also.

 Nice.
 
> I removed my overlay-ebuild and added =app-editors/emacs-cvs-22.0.91 to
> package.unmask and reemerged emacs-cvs.  It works.
 Nice, too.  Thanks.
Comment 5 Martin Schoenmakers 2006-11-22 03:37:33 UTC
Confirmed working here, too. Thanks.
Comment 6 new_website85 2006-12-21 14:44:17 UTC
(In reply to comment #5)
> Confirmed working here, too. Thanks.
> 

Now the HEAD revision of emacs is marked as 22.0.92.  So I run into the same error.  Shouldn't there be an automated way to generate a new emacs-cvs ebuild everytime the cvs HEAD revision is version-bumped?

Thanks,