# grep "^FEATURES" /etc/make.conf FEATURES="inv" # ufed Couldn't read FEATURES variable contains unknown value(s): inv /var/db/pkg Compilation failed in require at /usr/sbin/ufed line 9. BEGIN failed--compilation aborted at /usr/sbin/ufed line 9. Reproducible: Always
Is this a bug or a feature? :)
(In reply to comment #1) > Is this a bug or a feature? :) I think this is a bug, because portage displays such a message, too, but does not break on it. ufed should load after displaying the error message without further ado. -> on my todo list.
I have just pushed a commit to git (please test via app-portage/ufed-9999) that changes the determination of the EPREFIX value. As this value is determined asking portageq, its output is filtered to display warnings that do not endanger the wanted task. To test I have put an invalid value in my mak.conf, and the result is now that ufed works as expected, but after exiting I can see: ----- # ufed FEATURES variable contains unknown value(s): this_is_no_valid_feature Cancelled, not saving changes. ----- Please test and report whether this bug is fixed with the latest change.
Works like a charm, thanks!
Released in ufed-0.90_rc1
Thanks for your hard work. Now I have to learn ufed again;)