Hi,
Thanks for the script, looks like a great idea, so frustrating setting things running before going to bed only to wake up and find that things fell over on package 2 out of 68
Tried it out (v1.7b) and found a conflict with my default emerge options. I have --ask and --verbose set in /etc/make.conf...
Code: Select all
## Default options for emerge
EMERGE_DEFAULT_OPTS="--ask --verbose"
This appears to stop things running as after preparing the install went...
Code: Select all
# update-world -i
Checking use flags...................done!
!!! "--ask" should only be used in a terminal. Exiting.
cat: /dead.letter: No such file or directory
*** Hit Control-C to exit, or just wait to continue with emerge.
*** Continuing with emerge.
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
sed: -e expression #1, char 0: no previous regular expression
*** compile failed, skipping.
grep: invalid option -- ,
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
grep: unrecognized option `--all-packages'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
grep: unknown directories method
grep: option `--direct' requires an argument
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
grep: unknown devices method
grep: unrecognized option `--indirect'
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
*** Continuing with emerge world
!!! "--ask" should only be used in a terminal. Exiting.
Congratulations! 'emerge world' complete.
All packages emerged successfully
in about 30 seconds for 27 packages (I wish I had a comp that was that quick!!!).
Is there anyway of checking the global options and removing this flag if its set?
The other options is simply to remove the --ask from my global options, but I'm lazy and can't be bothered using it (or -p) when I want to look at what emerging a package will pull in.
Thanks again for a useful tool,
slack