* bug#41281: guix package -i guile-dbi failed
@ 2020-05-15 8:54 Wensheng Xie
2020-05-15 9:06 ` Michael Rohleder
0 siblings, 1 reply; 5+ messages in thread
From: Wensheng Xie @ 2020-05-15 8:54 UTC (permalink / raw)
To: 41281
bash command:
wxie@guix ~$ guix package -s guile-dbi
name: guile-dbi
version: 2.1.6
outputs: out
systems: x86_64-linux i686-linux
dependencies: guile-dbd-postgresql@2.1.6-0.e97589b guile-dbd-sqlite3@2.1.6
+ guile@2.2.7
location: gnu/packages/guile-xyz.scm:1217:2
homepage: http://home.gna.org/guile-dbi/guile-dbi.html
license: GPL 2+
synopsis: Guile database abstraction layer
description: guile-dbi is a library for Guile that provides a convenient
+ interface to SQL databases. Database programming with guile-dbi is generic in
+ that the same programming interface is presented regardless of which database
+ system is used. It currently supports MySQL, Postgres and SQLite3.
relevance: 24
Hinweis: Führen Sie `guix search … | less' aus, um alle Ergebnisse zu sehen.
wxie@guix ~$ guix package -i guile-dbi
Das folgende Paket wird installiert:
guile-dbi 2.1.6
substitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiertsubstitute: Liste der Substitute von „https://ci.guix.gnu.org“ wird aktualisiert … 100.0%
5,2 MB werden heruntergeladen:
/gnu/store/lyfawnff790q7kcixvg6cijz4syz5pzx-postgresql-10.12
/gnu/store/qn5swx9251va3ixgn8lksplsa0sxhacr-guile-dbd-postgresql-2.1.6-0.e97589b
/gnu/store/fflijz4yz2gd6hbx02xsgrv95x0rrvg3-guile-dbd-sqlite3-2.1.6
/gnu/store/as5wjd0rgl7jwvf50cmy6wg9igsh1fgw-guile-dbi-2.1.6
downloading from https://ci.guix.gnu.org/nar/lzip/fflijz4yz2gd6hbx02xsgrv95x0rrvg3-guile-dbd-sqlite3-2.1.6 ...
guile-dbd-sqlite3-2.1.6 12KiB 3.2MiB/s 00:00 [##################] 100.0%
downloading from https://ci.guix.gnu.org/nar/lzip/lyfawnff790q7kcixvg6cijz4syz5pzx-postgresql-10.12 ...
postgresql-10.12 4.9MiB 2.2MiB/s 00:02 [##################] 100.0%
downloading from https://ci.guix.gnu.org/nar/lzip/qn5swx9251va3ixgn8lksplsa0sxhacr-guile-dbd-postgresql-2.1.6-0.e97589b ...
guile-dbd-postgresql-2.1.6-0.e97589b 13KiB 24.7MiB/s 00:00 [################## guile-dbd-postgresql-2.1.6-0.e97589b 13KiB 1.5MiB/s 00:00 [##################] 100.0%
downloading from https://ci.guix.gnu.org/nar/lzip/as5wjd0rgl7jwvf50cmy6wg9igsh1fgw-guile-dbi-2.1.6 ...
guile-dbi-2.1.6 19KiB 2.9MiB/s 00:00 [##################] 100.0%
guix package: error: Profil enthält im Konflikt stehende Einträge für guile
guix package: error: erster Eintrag: guile@2.2.7 /gnu/store/l6id6m9fjx5bphgyf1kp6srbmdwspqkn-guile-2.2.7
guix package: error: … propagiert von guile-dbi@2.1.6
guix package: error: zweiter Eintrag: guile@2.2.7 /gnu/store/jgl9d4axpavsv83z2f1z1himnkbsxxqj-guile-2.2.7
Hinweis: Versuchen Sie, sowohl `guile-dbi' als auch `guile' zu aktualisieren, oder
entfernen Sie eines von beidem aus dem Profil.
Please have a look.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#41281: guix package -i guile-dbi failed
2020-05-15 8:54 bug#41281: guix package -i guile-dbi failed Wensheng Xie
@ 2020-05-15 9:06 ` Michael Rohleder
2020-05-15 10:25 ` zimoun
0 siblings, 1 reply; 5+ messages in thread
From: Michael Rohleder @ 2020-05-15 9:06 UTC (permalink / raw)
To: Wensheng Xie; +Cc: 41281
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
Wensheng Xie <xiewensheng@hotmail.com> writes:
> Hinweis: Versuchen Sie, sowohl `guile-dbi' als auch `guile' zu aktualisieren, oder
> entfernen Sie eines von beidem aus dem Profil.
try to do what this suggests, update guile and guile-dbi together:
`guix package -u guile guile-dbi`
--
Ich habe schon soviel aus Fehlern gelernt, ich ueberlege noch welche zu machen.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#41281: guix package -i guile-dbi failed
2020-05-15 9:06 ` Michael Rohleder
@ 2020-05-15 10:25 ` zimoun
[not found] ` <HE1P190MB0281927AFBA813E6F2897255B0BD0@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM>
0 siblings, 1 reply; 5+ messages in thread
From: zimoun @ 2020-05-15 10:25 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 41281, Wensheng Xie
Dear Wensheng Xie,
On Fri, 15 May 2020 at 11:10, Michael Rohleder <mike@rohleder.de> wrote:
>
> Wensheng Xie <xiewensheng@hotmail.com> writes:
> > Hinweis: Versuchen Sie, sowohl `guile-dbi' als auch `guile' zu aktualisieren, oder
> > entfernen Sie eines von beidem aus dem Profil.
>
> try to do what this suggests, update guile and guile-dbi together:
> `guix package -u guile guile-dbi`
I do not speak German but if you have already (old) Guile and (old)
Guile packages in your default profile ~/.guix-profile, then conflicts
could happen. If you do not want to update your profile -- even if it
is safe because of '--roll-back' -- you can also create another one:
guix package -i guile guile-dbi -p /tmp/profile-test
BTW, the other bug #41280 [1] should be related to the same issue.
[1] http://issues.guix.gnu.org/issue/41280
All the best,
simon
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-05-16 14:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-15 8:54 bug#41281: guix package -i guile-dbi failed Wensheng Xie
2020-05-15 9:06 ` Michael Rohleder
2020-05-15 10:25 ` zimoun
[not found] ` <HE1P190MB0281927AFBA813E6F2897255B0BD0@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM>
2020-05-15 14:27 ` zimoun
[not found] ` <HE1P190MB02813A51084F2AE0B1E49483B0BA0@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM>
2020-05-16 14:06 ` zimoun
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.