Gentoo Archives: gentoo-openstack

From: "Iván Chavero" <ichavero@×××××××××××.mx>
To: gentoo-openstack@l.g.o
Subject: Re: [gentoo-openstack] devstack on gentoo
Date: Fri, 10 May 2013 21:33:02
Message-Id: 518D67CE.90409@chavero.com.mx
In Reply to: Re: [gentoo-openstack] devstack on gentoo by Matthew Thode
1 i also took out kernel stuff like KVM modules since gentoo users usualy
2 compile their own kernels.
3 the script is working pretty well so far. the working version is on
4 github (https://github.com/imcsk8/devstack)
5
6
7
8 El 10/05/13 15:07, Matthew Thode escribió:
9 > On 05/10/13 15:11, Iván Chavero wrote:
10 >> El 10/05/13 13:22, Matthew Thode escribió:
11 >>> On 05/10/13 13:21, Iván Chavero wrote:
12 >>>> Hello,
13 >>>>
14 >>>> I'm adding gentoo as a supported distro in stack.sh and i have a
15 >>>> question. what's the proper way of handling conflicts like this one??
16 >>>>
17 >>>> [blocks B ] <sys-apps/pciutils-3.1.9-r2
18 >>>> ("<sys-apps/pciutils-3.1.9-r2" is blocking sys-apps/hwids-20130329)
19 >>>> [blocks B ] sys-apps/module-init-tools
20 >>>> ("sys-apps/module-init-tools" is blocking sys-apps/kmod-12-r1)
21 >>>> [blocks B ] sys-apps/module-init-tools ("virtual/modutils" is
22 >>>> blocking sys-apps/module-init-tools-3.5)
23 >>>>
24 >>>> let the user deal with it or make stack.sh solve this...
25 >>>>
26 >>>> personally i would like to let the user solve this conflicts manually.
27 >>>> but i could be wrong
28 >>>>
29 >>>> here's the githup repo in case you want to check it out
30 >>>>
31 >>>> https://github.com/imcsk8/devstack
32 >>>>
33 >>>> thanks!
34 >>>>
35 >>> This is a blocking loop that doesn't have to do with openstack (it's a
36 >>> general upgrade issue) :P
37 >>>
38 >>> but in this case you should unmerge module-init-tools (kmod replaces it).
39 >>>
40 >>> I haven't had the opportunity to test devstack work, but I'd be
41 >>> interested in hearing your progress as we probably want to do this on
42 >>> Gentoo as well.
43 >>>
44 >>>
45 >> oh yeah i just put those lines as an example of the problems that we
46 >> face while running stack.sh on gentoo.
47 >> my question was about what stack.sh should do: let the user solve the
48 >> conflict or modify it so it solves this type of problems. but i guess
49 >> that it should be the user the one that solves the conflicts
50 >>
51 >> thanks
52 >>
53 > Ya, it should be either upstream(packager) or the end user :D
54 >
55
56
57 --
58 Iván Chavero
59 Hacker

Replies

Subject Author
Re: [gentoo-openstack] devstack on gentoo Matthew Thode <prometheanfire@g.o>