Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gobject-introspection blocking glib
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
liovbt
n00b
n00b


Joined: 27 Dec 2013
Posts: 4

PostPosted: Fri Dec 27, 2013 11:51 pm    Post subject: gobject-introspection blocking glib Reply with quote

Dear all,

I haven't updated my gentoo system for about 4 months (shame on me) and now that I want to tend to it I cannot emerge a single package anymore. I get conflicts that I don't know how to resolve. I have already spent hours trying to understand what's the problem but I'm really not getting anywhere. I've read posts about conflicts very similar to mine but I still cannot get out of it. I would thus be really thankful for any advice. I am first trying to update portage itself and here is what I get :

Quote:
# emerge -uva portage

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

Calculating dependencies... done!
[ebuild U ] virtual/libiconv-0-r1 [0] ABI_X86="(64%*) -32% (-x32)" 0 kB
[ebuild U ] dev-libs/libffi-3.0.13-r1 [3.0.13] USE="-debug -pax_kernel -static-libs {-test}" ABI_X86="(64%*) -32% (-x32)" 0 kB
[ebuild U ] virtual/libffi-3.0.13-r1 [3.0.11] ABI_X86="(64%*) -32% (-x32)" 0 kB
[ebuild U ] dev-libs/glib-2.36.4-r1:2 [2.34.3:2] USE="-debug (-fam) (-selinux) -static-libs -systemtap {-test} -utils -xattr" ABI_X86="(64%*) -32% (-x32)" PYTHON_TARGETS="python2_7%* -python2_6%" 6,417 kB
[ebuild U ] dev-lang/python-2.7.6:2.7 [2.7.5:2.7] USE="gdbm ipv6 ncurses readline sqlite ssl threads (wide-unicode) xml -berkdb -build -doc -examples -hardened -tk -wininst" 10,201 kB
[ebuild U ] sys-apps/portage-2.2.7 [2.1.12.4] USE="(ipc) -build -doc -epydoc (-pypy2_0) -python2 -python3 (-selinux) -xattr" LINGUAS="-ru (-pl%)" PYTHON_TARGETS="python2_7 python3_3* -pypy2_0 -python2_6 -python3_2* (-python3_4) (-pypy1_9%) (-python3_1%)" 886 kB
[ebuild U ] net-im/telepathy-logger-0.8.0:0/3 [0.6.0:0/3] USE="introspection {-test}" 528 kB
[ebuild U ] net-libs/libsoup-2.42.3.1:2.4 [2.40.3:2.4] USE="introspection ssl -debug -samba {-test}" 723 kB
[ebuild U ] net-libs/gnome-online-accounts-3.8.5 [3.6.3] USE="gnome introspection -debug -kerberos" 634 kB
[ebuild U ] gnome-extra/evolution-data-server-3.8.5:0/40 [3.6.4:0/40] USE="gnome-online-accounts gtk%* introspection ipv6 ldap vala weather -api-doc-extras -kerberos {-test}" 3,843 kB
[ebuild U ] dev-libs/folks-0.9.3:0/25 [0.8.0:0/25] USE="eds socialweb telepathy -debug {-test} -tracker -utils -zeitgeist% (-vala%*)" 1,613 kB
[ebuild r U ] net-im/empathy-3.8.6 [3.6.4] USE="geoloc gnome gnome-online-accounts map spell v4l -debug {-test} (-geocode%*) (-sendto%)" 4,788 kB
[blocks B ] <dev-libs/gobject-introspection-1.36 ("<dev-libs/gobject-introspection-1.36" is blocking dev-libs/glib-2.36.4-r1)
[blocks B ] >=net-libs/libsoup-2.42 (">=net-libs/libsoup-2.42" is blocking net-libs/libsoup-gnome-2.40.3)

Total: 12 packages (12 upgrades), Size of downloads: 29,630 kB
Conflict: 2 blocks (2 unsatisfied)

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

gnome-extra/evolution-data-server:0

(gnome-extra/evolution-data-server-3.8.5::gentoo, ebuild scheduled for merge) pulled in by
>=gnome-extra/evolution-data-server-3.8.1:=[vala] required by (dev-libs/folks-0.9.3::gentoo, ebuild scheduled for merge)

(gnome-extra/evolution-data-server-3.6.4::gentoo, installed) pulled in by
=gnome-extra/evolution-data-server-3.6* required by (mail-client/evolution-3.6.4::gentoo, installed)

net-libs/libsoup:2.4

(net-libs/libsoup-2.42.3.1::gentoo, ebuild scheduled for merge) pulled in by
>=net-libs/libsoup-2.42:2.4 required by (net-libs/gnome-online-accounts-3.8.5::gentoo, ebuild scheduled for merge)
(and 1 more with the same problem)

(net-libs/libsoup-2.40.3::gentoo, installed) pulled in by
~net-libs/libsoup-2.40.3[introspection?] required by (net-libs/libsoup-gnome-2.40.3::gentoo, installed)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.

Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Sat Dec 28, 2013 12:46 am    Post subject: Reply with quote

Start with
Code:
emerge --oneshot portage
like the messages ask you to and let me know what happens. ;)

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
liovbt
n00b
n00b


Joined: 27 Dec 2013
Posts: 4

PostPosted: Sat Dec 28, 2013 1:06 am    Post subject: Reply with quote

Thanks for the reply. Here is the output. There is this circular dependency between dev-python/pypy and virtual/pypy that I don't understand.
Code:
# emerge --oneshot portage
Calculating dependencies... done!


[nomerge       ] net-im/empathy-3.8.6 [3.6.4] USE="geoloc gnome gnome-online-accounts map spell v4l -debug {-test} (-geocode%*) (-sendto%)"
[nomerge       ]  gnome-extra/gnome-contacts-3.6.2  USE="-v4l"
[nomerge       ]   gnome-extra/evolution-data-server-3.8.5:0/40 [3.6.4:0/40] USE="gnome-online-accounts gtk%* introspection ipv6 ldap vala weather -api-doc-extras -kerberos {-test}"
[nomerge       ]    virtual/pypy-2.0.2:2.0  USE="bzip2 ncurses -sqlite"
[ebuild  N     ]     dev-python/pypy-2.0.2:2.0  USE="bzip2 jit ncurses -doc (-sandbox) -shadowstack -sqlite (-sse2)" 14,473 kB
[ebuild  N     ]      virtual/pypy-2.0.2:2.0  USE="bzip2 ncurses -sqlite" 0 kB
[ebuild  r  U  ] net-im/empathy-3.8.6 [3.6.4] USE="geoloc gnome gnome-online-accounts map spell v4l -debug {-test} (-geocode%*) (-sendto%)" 4,788 kB
[ebuild     U  ]  dev-libs/folks-0.9.3:0/25 [0.8.0:0/25] USE="eds socialweb telepathy -debug {-test} -tracker -utils -zeitgeist% (-vala%*)" 1,613 kB
[ebuild     U  ]   gnome-extra/evolution-data-server-3.8.5:0/40 [3.6.4:0/40] USE="gnome-online-accounts gtk%* introspection ipv6 ldap vala weather -api-doc-extras -kerberos {-test}" 3,843 kB

Total: 5 packages (3 upgrades, 2 new), Size of downloads: 24,715 kB

 * Error: circular dependencies:

(virtual/pypy-2.0.2::gentoo, ebuild scheduled for merge) depends on
 (dev-python/pypy-2.0.2::gentoo, ebuild scheduled for merge) (runtime)
  (virtual/pypy-2.0.2::gentoo, ebuild scheduled for merge) (buildtime)

 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

net-libs/gnome-online-accounts:0

  (net-libs/gnome-online-accounts-3.6.3::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

  (net-libs/gnome-online-accounts-3.8.5::gentoo, ebuild scheduled for merge) pulled in by
    >=net-libs/gnome-online-accounts-3.7.90 required by (gnome-extra/evolution-data-server-3.8.5::gentoo, ebuild scheduled for merge)

net-libs/libsoup:2.4

  (net-libs/libsoup-2.40.3::gentoo, installed) pulled in by
    ~net-libs/libsoup-2.40.3[introspection?] required by (net-libs/libsoup-gnome-2.40.3::gentoo, installed)

  (net-libs/libsoup-2.42.3.1::gentoo, ebuild scheduled for merge) pulled in by
    >=net-libs/libsoup-2.42:2.4 required by (net-libs/gnome-online-accounts-3.8.5::gentoo, ebuild scheduled for merge)

dev-libs/glib:2

  (dev-libs/glib-2.36.4-r1::gentoo, ebuild scheduled for merge) pulled in by
    >=dev-libs/glib-2.36.0:2 required by (net-libs/libsoup-2.42.3.1::gentoo, ebuild scheduled for merge)
    (and 1 more with the same problem)

  (dev-libs/glib-2.34.3::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

virtual/libffi:0

  (virtual/libffi-3.0.11::gentoo, ebuild scheduled for merge) pulled in by
    virtual/libffi[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?] required by (dev-libs/glib-2.36.4-r1::gentoo, ebuild scheduled for merge)

  (virtual/libffi-3.0.11::gentoo, installed) pulled in by
    (no parents that aren't satisfied by other packages in this slot)

gnome-extra/evolution-data-server:0

  (gnome-extra/evolution-data-server-3.8.5::gentoo, ebuild scheduled for merge) pulled in by
    >=gnome-extra/evolution-data-server-3.8.1:=[vala] required by (dev-libs/folks-0.9.3::gentoo, ebuild scheduled for merge)

  (gnome-extra/evolution-data-server-3.6.4::gentoo, installed) pulled in by
    =gnome-extra/evolution-data-server-3.6* required by (mail-client/evolution-3.6.4::gentoo, installed)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously.  If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum