etc-update gives the following warning: /usr/lib64/portage/pym/output.py:39: DeprecationWarning: DEPRECATION NOTICE: The output module was replaced by portage.output Reproducible: Always Steps to Reproduce:
Assigning to proper maintainer. %% qfile etc-update sys-apps/portage (/usr/sbin/etc-update)
It seems like you're not using the normal etc-update script that comes with portage-2.1.6.4. You can use `type etc-update` to find out what is being called.
(In reply to comment #2) > It seems like you're not using the normal etc-update script that comes with > portage-2.1.6.4. You can use `type etc-update` to find out what is being > called. > asrock ~ # type etc-update etc-update is /usr/sbin/etc-update asrock ~ # ls -la /usr/sbin/etc-update lrwxrwxrwx 1 root root 31 2008-12-29 12:59 /usr/sbin/etc-update -> ../lib64/portage/bin/etc-update asrock ~ # ls -la /usr/lib64/portage/bin/etc-update -rwxr-xr-x 1 root root 16170 2008-12-29 12:59 /usr/lib64/portage/bin/etc-update
It seems like it's using the correct etc-update version, so etc-update must be using the wrong portageq version. Please use `type portageq` to find out which portageq is being called.
(In reply to comment #4) > It seems like it's using the correct etc-update version, so etc-update must be > using the wrong portageq version. Please use `type portageq` to find out which > portageq is being called. > asrock ~ # type portageq portageq is /usr/bin/portageq asrock ~ # ls -la /usr/bin/portageq lrwxrwxrwx 1 root root 29 2008-12-29 12:59 /usr/bin/portageq -> ../lib64/portage/bin/portageq asrock ~ # ls -la /usr/lib64/portage/bin/portageq -rwxr-xr-x 1 root root 15414 2008-12-29 12:59 /usr/lib64/portage/bin/portageq
Can you produce the deprecation warning with the --debug option enabled and post the output?
(In reply to comment #6) > Can you produce the deprecation warning with the --debug option enabled and > post the output? > Somehow, the warning doesn't show anymore. I don't know what I did for this to happen. You can close the bug. Sorry for the inconveniences.
Ok, no problem. :)