From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 560971381F3 for ; Fri, 10 May 2013 21:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCD40E0854; Fri, 10 May 2013 21:33:01 +0000 (UTC) Received: from skater.chavero.com.mx (dns.chavero.com.mx [148.229.9.100]) by pigeon.gentoo.org (Postfix) with ESMTP id 31914E0854 for ; Fri, 10 May 2013 21:33:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by skater.chavero.com.mx (Postfix) with ESMTP id C0E893FE44 for ; Fri, 10 May 2013 15:32:59 -0600 (MDT) X-Virus-Scanned: by amavisd-new using ClamAV at chavero.com.mx Received: from skater.chavero.com.mx ([127.0.0.1]) by localhost (skater.chavero.com.mx [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Y898oRYk2QkR for ; Fri, 10 May 2013 15:32:55 -0600 (MDT) Received: from [148.229.10.112] (unknown [148.229.10.112]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ichavero) by skater.chavero.com.mx (Postfix) with ESMTPSA id 82C023FE3B for ; Fri, 10 May 2013 15:32:55 -0600 (MDT) Message-ID: <518D67CE.90409@chavero.com.mx> Date: Fri, 10 May 2013 15:34:06 -0600 From: =?UTF-8?B?SXbDoW4gQ2hhdmVybw==?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: openstack X-BeenThere: gentoo-openstack@gentoo.org X-BeenThere: gentoo-openstack@lists.gentoo.org MIME-Version: 1.0 To: gentoo-openstack@lists.gentoo.org Subject: Re: [gentoo-openstack] devstack on gentoo References: <1368158407-14739-mlmmj-2748880e@lists.gentoo.org> <518D3AB6.8030101@chavero.com.mx> <518D4911.8030202@gentoo.org> <518D5477.2000604@chavero.com.mx> <518D61A2.3080002@gentoo.org> In-Reply-To: <518D61A2.3080002@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: e426deb5-4a24-4642-b79d-b4d97a87ff73 X-Archives-Hash: 54a453f7dde4c380ba6402ea76d94b2e i also took out kernel stuff like KVM modules since gentoo users usualy compile their own kernels. the script is working pretty well so far. the working version is on github (https://github.com/imcsk8/devstack) El 10/05/13 15:07, Matthew Thode escribió: > On 05/10/13 15:11, Iván Chavero wrote: >> El 10/05/13 13:22, Matthew Thode escribió: >>> On 05/10/13 13:21, Iván Chavero wrote: >>>> Hello, >>>> >>>> I'm adding gentoo as a supported distro in stack.sh and i have a >>>> question. what's the proper way of handling conflicts like this one?? >>>> >>>> [blocks B ] >>> (">>> [blocks B ] sys-apps/module-init-tools >>>> ("sys-apps/module-init-tools" is blocking sys-apps/kmod-12-r1) >>>> [blocks B ] sys-apps/module-init-tools ("virtual/modutils" is >>>> blocking sys-apps/module-init-tools-3.5) >>>> >>>> let the user deal with it or make stack.sh solve this... >>>> >>>> personally i would like to let the user solve this conflicts manually. >>>> but i could be wrong >>>> >>>> here's the githup repo in case you want to check it out >>>> >>>> https://github.com/imcsk8/devstack >>>> >>>> thanks! >>>> >>> This is a blocking loop that doesn't have to do with openstack (it's a >>> general upgrade issue) :P >>> >>> but in this case you should unmerge module-init-tools (kmod replaces it). >>> >>> I haven't had the opportunity to test devstack work, but I'd be >>> interested in hearing your progress as we probably want to do this on >>> Gentoo as well. >>> >>> >> oh yeah i just put those lines as an example of the problems that we >> face while running stack.sh on gentoo. >> my question was about what stack.sh should do: let the user solve the >> conflict or modify it so it solves this type of problems. but i guess >> that it should be the user the one that solves the conflicts >> >> thanks >> > Ya, it should be either upstream(packager) or the end user :D > -- Iván Chavero Hacker