Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468274 - =net-libs/libsoup-2.42.2 and =net-libs/libsoup-gnome-2.40.3 file collisions
Summary: =net-libs/libsoup-2.42.2 and =net-libs/libsoup-gnome-2.40.3 file collisions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: gnome-3.8
  Show dependency tree
 
Reported: 2013-05-02 11:36 UTC by Samuli Suominen (RETIRED)
Modified: 2013-05-03 00:27 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 Samuli Suominen (RETIRED) gentoo-dev 2013-05-02 11:36:33 UTC
* This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file
 * a bug report unless you have completely understood the above message.
 * 
 * package net-libs/libsoup-2.42.2 NOT merged
 * 
 * Detected file collision(s):
 * 
 * 	/usr/share/gir-1.0/SoupGNOME-2.4.gir
 * 	/usr/lib64/pkgconfig/libsoup-gnome-2.4.pc
 * 	/usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib
 * 	/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h
 * 	/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h
 * 	/usr/include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h
 * 	/usr/lib64/libsoup-gnome-2.4.so
 * 	/usr/lib64/libsoup-gnome-2.4.so.1
 * 
 * Searching all installed packages for file collisions...
 * 
 * Press Ctrl-C to Stop
 * 
 * net-libs/libsoup-gnome-2.40.3:2.4::gentoo
 * 	/usr/include/libsoup-gnome-2.4/libsoup/soup-cookie-jar-sqlite.h
 * 	/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h
 * 	/usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h
 * 	/usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib
 * 	/usr/lib64/libsoup-gnome-2.4.so
 * 	/usr/lib64/libsoup-gnome-2.4.so.1
 * 	/usr/lib64/pkgconfig/libsoup-gnome-2.4.pc
 * 	/usr/share/gir-1.0/SoupGNOME-2.4.gir
 * 
 * Package 'net-libs/libsoup-2.42.2' NOT merged due to file collisions.
 * If necessary, refer to your elog messages for the whole content of the
 * above message.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-05-02 11:37:13 UTC
happened with a `emerge -DNu world`, some missing blockers it seems
Comment 2 Pacho Ramos gentoo-dev 2013-05-02 13:43:11 UTC
They have blockers :/

libsoup-gnome ebuilds:
DEPEND="${RDEPEND}
        virtual/pkgconfig
        >=dev-util/gtk-doc-am-1.10
        !>=net-libs/libsoup-2.42"

libsoup-2.42.x:
DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        >=dev-util/intltool-0.35
        >=dev-util/gtk-doc-am-1.10
        sys-devel/gettext
        virtual/pkgconfig
        !net-libs/libsoup-gnome"

Not sure why they are not enough :|
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-05-03 00:16:59 UTC
(In reply to comment #2)
> They have blockers :/
> 
> libsoup-gnome ebuilds:
> DEPEND="${RDEPEND}
>         virtual/pkgconfig
>         >=dev-util/gtk-doc-am-1.10
>         !>=net-libs/libsoup-2.42"
> 
> libsoup-2.42.x:
> DEPEND="${RDEPEND}
>         ${PYTHON_DEPS}
>         >=dev-util/intltool-0.35
>         >=dev-util/gtk-doc-am-1.10
>         sys-devel/gettext
>         virtual/pkgconfig
>         !net-libs/libsoup-gnome"
> 
> Not sure why they are not enough :|

move the blocker to RDEPEND, afaik
Comment 4 Zac Medico gentoo-dev 2013-05-03 00:27:55 UTC
(In reply to comment #3)
> move the blocker to RDEPEND, afaik

Right, I've fixed it in cvs.