Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 167280 - app-emacs/pymacs-0.22-r1 asks for keyboard input during install
Summary: app-emacs/pymacs-0.22-r1 asks for keyboard input during install
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-02-16 21:58 UTC by Ulrich Müller
Modified: 2007-02-20 22:49 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 2007-02-16 21:58:11 UTC
Emerge of pymacs-0.22-r1 stops during src_install (in dodoc), asking for
keyboard input:

running install_scripts
creating /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/usr/bin
copying build/scripts-2.4/pymacs-services -> /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/usr/bin
copying build/scripts-2.4/rebox -> /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/usr/bin
changing mode of /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/usr/bin/pymacs-services to 755
changing mode of /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/usr/bin/rebox to 755
gzip: /var/tmp/portage/app-emacs/pymacs-0.22-r1/image/usr/share/doc/pymacs-0.22-r1//PKG-INFO.gz already exists; do you wish to overwrite (y or n)? 


The problem is triggered by the new ecompress feature of portage, see bug
#164971 for a discussion (and for emerge --info).

Suggested bugfix:
Files "PKG-INFO", "README", "TODO", "ChangeLog", and "ChangeLog-rebox" are installed both by distutils_src_install() and again manually by dodoc, so these file names should be omitted from the arguments of the final dodoc command.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-02-20 22:49:07 UTC
Fixed, thanks