unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53561: Failing:   guix package -i gtkmm@3
@ 2022-01-26 22:24 Dale Mellor
  2022-01-29 18:42 ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Dale Mellor @ 2022-01-26 22:24 UTC (permalink / raw)
  To: 53561

The above command produces

The following package will be installed:
   gtkmm 3.24.5

guix package: error: profile contains conflicting entries for libsigc++
guix package: error:   first entry: libsigc++@3.0.6 /gnu/store/ng4k2yl94d758p5vnashd4nvyb1aw8s1-libsigc++-3.0.6
guix package: error:    ... propagated from cairomm@1.14.2
guix package: error:    ... propagated from gtkmm@3.24.5
guix package: error:   second entry: libsigc++@2.9.3 /gnu/store/iad8jg1fm7jsq0pqj547f3n5s2jn9rp0-libsigc++-2.9.3
guix package: error:    ... propagated from glibmm@2.64.5
guix package: error:    ... propagated from pangomm@2.46.0
guix package: error:    ... propagated from gtkmm@3.24.5
hint: You cannot have two different versions or variants of `gtkmm' in the same profile.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53561: Failing:   guix package -i gtkmm@3
  2022-01-26 22:24 bug#53561: Failing: guix package -i gtkmm@3 Dale Mellor
@ 2022-01-29 18:42 ` Leo Famulari
       [not found]   ` <1531652819c02abe9e095816895679a6d6719fe8.camel@rdmp.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2022-01-29 18:42 UTC (permalink / raw)
  To: Dale Mellor; +Cc: 53561

On Wed, Jan 26, 2022 at 10:24:01PM +0000, Dale Mellor wrote:
> The above command produces
> 
> The following package will be installed:
>    gtkmm 3.24.5
> 
> guix package: error: profile contains conflicting entries for libsigc++
> guix package: error:   first entry: libsigc++@3.0.6 /gnu/store/ng4k2yl94d758p5vnashd4nvyb1aw8s1-libsigc++-3.0.6
> guix package: error:    ... propagated from cairomm@1.14.2
> guix package: error:    ... propagated from gtkmm@3.24.5
> guix package: error:   second entry: libsigc++@2.9.3 /gnu/store/iad8jg1fm7jsq0pqj547f3n5s2jn9rp0-libsigc++-2.9.3
> guix package: error:    ... propagated from glibmm@2.64.5
> guix package: error:    ... propagated from pangomm@2.46.0
> guix package: error:    ... propagated from gtkmm@3.24.5
> hint: You cannot have two different versions or variants of `gtkmm' in the same profile.

To clarify, what is the bug that you are reporting?

Are you reporting that `guix package -i gtkmm@3` did not work?

Or are you reporting that the hint mentions the wrong package? (I think
it should talk about libsigc++, not gtkmm)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53561: Failing:   guix package -i gtkmm@3
       [not found]   ` <1531652819c02abe9e095816895679a6d6719fe8.camel@rdmp.org>
@ 2022-01-30  0:55     ` Leo Famulari
       [not found]       ` <81cbc842d9eebb9ee95044d37d97fc0d47ff9ea5.camel@rdmp.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2022-01-30  0:55 UTC (permalink / raw)
  To: Dale Mellor; +Cc: 53561

On Sun, Jan 30, 2022 at 12:37:06AM +0000, Dale Mellor wrote:
> > > The following package will be installed:
> > >    gtkmm 3.24.5
> > > 
> > > guix package: error: profile contains conflicting entries for libsigc++
> > > guix package: error:   first entry: libsigc++@3.0.6 /gnu/store/ng4k2yl94d758p5vnashd4nvyb1aw8s1-libsigc++-3.0.6
> > > guix package: error:    ... propagated from cairomm@1.14.2
> > > guix package: error:    ... propagated from gtkmm@3.24.5
> > > guix package: error:   second entry: libsigc++@2.9.3 /gnu/store/iad8jg1fm7jsq0pqj547f3n5s2jn9rp0-libsigc++-2.9.3
> > > guix package: error:    ... propagated from glibmm@2.64.5
> > > guix package: error:    ... propagated from pangomm@2.46.0
> > > guix package: error:    ... propagated from gtkmm@3.24.5
> > > hint: You cannot have two different versions or variants of `gtkmm' in the same profile.
> 
>   I'm reporting that it did not work.

Okay. Is the hint unclear?

The hint is saying that you are trying to install a package that would
conflict with packages that are already installed.

Specifically, you already have installed a package that "propagates"
libsigc++. That means that the package installs libsigc++ alongside
itself.

Now, you are trying to install another package that propagates a
different version of libsigc++. They cannot both be installed in the
same profile.

Guix includes two versions of libsigc++, but you cannot install both of
them in the same generation of a profile.

In general, I think that installing gtkmm is unusual. Gtkmm seems like
something that is used by other programs internally rather than directly
by users. What are you trying to accomplish by installing gtkmm?

I'm very interesting in your experience with this situation, because
other Guix users have expressed confusion with it. I'm planning to
improve the documentation about these "conflicting entries" errors.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53561: Failing:   guix package -i gtkmm@3
       [not found]       ` <81cbc842d9eebb9ee95044d37d97fc0d47ff9ea5.camel@rdmp.org>
@ 2022-01-30 18:25         ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2022-01-30 18:25 UTC (permalink / raw)
  To: Dale Mellor; +Cc: 53561

On Sun, Jan 30, 2022 at 10:01:41AM +0000, Dale Mellor wrote:
>     I am trying to install a package, defined right there in the GUIX repo, which propagates two different versions of
> libsigc++.

I see. That should be fixed.

It's true that my earlier reply was kind of dense, but you didn't put
any effort into your initial report, and thus you did not communicate
the problem effectively. You have to understand that we triage bug
reports from people with all levels of skill and experience.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-30 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 22:24 bug#53561: Failing: guix package -i gtkmm@3 Dale Mellor
2022-01-29 18:42 ` Leo Famulari
     [not found]   ` <1531652819c02abe9e095816895679a6d6719fe8.camel@rdmp.org>
2022-01-30  0:55     ` Leo Famulari
     [not found]       ` <81cbc842d9eebb9ee95044d37d97fc0d47ff9ea5.camel@rdmp.org>
2022-01-30 18:25         ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).