Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23524 - if working dir is removed while portage is emerging, config scan freaks out
Summary: if working dir is removed while portage is emerging, config scan freaks out
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-26 05:44 UTC by SpanKY
Modified: 2011-10-30 22:20 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 SpanKY gentoo-dev 2003-06-26 05:44:36 UTC
so i was testing out a new app, wmfortune ...
i was in /usr/local/portage/x11-plugins/wmfortune/ when i issued `emerge wmfortune`
when i saw the src_install phase finish i went to go add the package to cvs in
another session while the emerge finished its '>>> Regenerating /etc/ld.so.cache...'

so i did this:
mv /usr/local/portage/x11-plugins/wmfortune/ /usr/local/gentoo-x86/x11-plugins/

back in the original session the regen of the cache finished but then it needed
to scan to see if any config files needed updating ... heres what i see:
 * GNU info directory index is up-to-date.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /etc need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /var/qmail/control need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /var/qmail/alias need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /usr/X11R6/lib/X11/xkb need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /usr/kde/3.1/share/config need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /usr/share/texmf/tex/generic/config/ need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /usr/share/texmf/tex/platex/config/ need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /opt/glftpd/etc need updating.
shell-init: could not get current directory: getcwd: cannot access parent directories: No such file or directory
 * IMPORTANT: 16 config files in /usr/share/config need updating.
 * Type emerge --help config to learn how to update config files.

root@vapier wmfortune #
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2003-06-29 16:34:11 UTC
Hmmmm... Spanky's back. :)

Fixed in cvs