Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605028 - app-text/xmlto-0.0.26 blocks update, dependency conflict
Summary: app-text/xmlto-0.0.26 blocks update, dependency conflict
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-08 09:47 UTC by Alex
Modified: 2017-01-22 18:56 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge info (emerge-info.txt,4.93 KB, text/plain)
2017-01-11 15:55 UTC, Alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2017-01-08 09:47:58 UTC
Hi,

During my usual system update I get the message:

-------------------------------------------------------
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

app-text/xmlto:0

  (app-text/xmlto-0.0.26-r1:0/0::gentoo, ebuild scheduled for merge) conflicts with
    >=app-text/xmlto-0.0.26-r1[text(+)] required by (x11-misc/xdg-utils-1.1.1:0/0::gentoo, installed)
--------------------------------------------------------

However, it doesn't affect other updates.

Regards,
Alex
Comment 1 Christohper Harrington 2017-01-09 23:06:05 UTC
(In reply to Alex from comment #0)
> WARNING: One or more updates/rebuilds have been skipped due to a dependency
> conflict:
> 
> app-text/xmlto:0
> 
>   (app-text/xmlto-0.0.26-r1:0/0::gentoo, ebuild scheduled for merge)
> conflicts with
>     >=app-text/xmlto-0.0.26-r1[text(+)] required by
> (x11-misc/xdg-utils-1.1.1:0/0::gentoo, installed)
> --------------------------------------------------------

Encountered same, please set to CONFIRMED.

Adding `text` to USE appears to resolve. It's not clear why Portage doesn't offer to resolve the problem in the way it typically does via package.use ...
Comment 2 Michael Palimaka (kensington) gentoo-dev 2017-01-11 10:51:01 UTC
Please include the full portage output.
Comment 3 Alex 2017-01-11 15:54:56 UTC
(In reply to Michael Palimaka (kensington) from comment #2)
> Please include the full portage output.

What exactly you mean by "full portage output", which command or file?

In my system it looks like this:
---------------------------------------------------------------
# emerge --ask --update --deep --with-bdeps=y --newuse @world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U  ] dev-lang/python-exec-2.4.4 [2.0.2]
[ebuild     U  ] app-eselect/eselect-python-20160516 [20140125-r2]
[blocks b      ] <app-eselect/eselect-python-20160206 ("<app-eselect/eselect-python-20160206" is blocking dev-lang/python-exec-2.4.4)
[ebuild     UD ] dev-util/ctags-5.8 [20161028] USE="-ada%" 
[ebuild     U  ] sys-libs/zlib-1.2.10 [1.2.8-r1]
[ebuild     U  ] dev-libs/nspr-4.13.1 [4.12]
[ebuild     U  ] sys-libs/libcap-ng-0.7.8 [0.7.7] PYTHON_TARGETS="(-python3_5)" 
[ebuild     U  ] app-admin/logrotate-3.11.0 [3.10.0]
[ebuild     U  ] dev-libs/nss-3.28.1 [3.27.2]
[ebuild  r  U  ] media-libs/libwebp-0.5.2 [0.4.2]
[ebuild     U  ] media-libs/flac-1.3.2 [1.3.1-r1]
[ebuild     U  ] dev-libs/pugixml-1.8 [1.5]
[ebuild  rR    ] www-client/chromium-55.0.2883.75 
[ebuild     U  ] media-video/mkvtoolnix-9.6.0 [8.5.2]

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

app-text/xmlto:0

  (app-text/xmlto-0.0.26-r1:0/0::gentoo, ebuild scheduled for merge) conflicts with
    >=app-text/xmlto-0.0.26-r1[text(+)] required by (x11-misc/xdg-utils-1.1.1:0/0::gentoo, installed)
                                       


The following packages are causing rebuilds:

  (media-libs/libwebp-0.5.2:0/6::gentoo, ebuild scheduled for merge) causes rebuilds for:
    (www-client/chromium-55.0.2883.75:0/0::gentoo, ebuild scheduled for merge)

Would you like to merge these packages? [Yes/No] n

Quitting.
--------------------------------------------------------------

"emerge --info" output is attached.

Regards,
Alex
Comment 4 Alex 2017-01-11 15:55:21 UTC
Created attachment 459634 [details]
emerge info
Comment 5 Mike Gilbert gentoo-dev 2017-01-16 03:48:54 UTC
You should enable the "text" USE flag on the app-text/xmlto package.

This will be done automatically if you select a desktop profile.
Comment 6 Alex 2017-01-19 19:59:25 UTC
(In reply to Mike Gilbert from comment #5)
> You should enable the "text" USE flag on the app-text/xmlto package.

Yes, setting "text" flag for app-text/xmlto solved this issue, thanks!