Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184693 - app-emacs/pymacs-0.22-r1 emerge fails
Summary: app-emacs/pymacs-0.22-r1 emerge fails
Status: RESOLVED FIXED
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: 2007-07-09 05:39 UTC by Gerard Vermeulen
Modified: 2007-07-09 06:42 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 Gerard Vermeulen 2007-07-09 05:39:51 UTC
After trying to emerge app-emacs/pymacs-0.22-r1, emerge complains:
 In pymacs-start-services:
pymacs.el:470:12:Warning: `process-kill-without-query' is an obsolete function
    (as of Emacs 22.1); use `process-query-on-exit-flag' or
    `set-process-query-on-exit-flag'.
Wrote /var/tmp/portage/app-emacs/pymacs-0.22-r1/work/Pymacs-0.22/pymacs.elc
>>> Source compiled.
>>> Test phase [not enabled]: app-emacs/pymacs-0.22-r1

>>> Install pymacs-0.22-r1 into /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/ category app-emacs
 * Installing Elisp files for GNU Emacs support ...
 * Installing site initialisation file for GNU Emacs ...
/var/tmp/portage/app-emacs/pymacs-0.22-r1/work/Pymacs-0.22 /var/tmp/portage/app-emacs/pymacs-0.22-r1/work/Pymacs-0.22
cp: omitting directory `/usr/portage/app-emacs/pymacs/files/'
sed: can't read /var/tmp/portage/app-emacs/pymacs-0.22-r1/temp/files: No such file or directory
install: cannot stat `/var/tmp/portage/app-emacs/pymacs-0.22-r1/temp/files': No such file or directory

!!! ERROR: app-emacs/pymacs-0.22-r1 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_install
  ebuild.sh, line 1067:   Called qa_call 'src_install'
  ebuild.sh, line 44:   Called src_install
  pymacs-0.22-r1.ebuild, line 33:   Called elisp-site-file-install '/usr/portage/app-emacs/pymacs/files/'
  elisp-common.eclass, line 182:   Called die

!!! failed to install site file
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-emacs/pymacs-0.22-r1/temp/build.log'.

The most important problem are the failing sed and install.
The warning (obsolete function) at the beginning of the description only
occurs when I have selected emacs-22 instead of emacs-21. 

Reproducible: Always

Steps to Reproduce:
1. sudo emerge -av pymacs
Comment 1 Ulrich Müller gentoo-dev 2007-07-09 06:42:41 UTC
Fixed. Thank you for reporting.