From phillip.c.warner at gmail.com Tue Sep 8 07:12:23 2009 From: phillip.c.warner at gmail.com (Phillip Warner) Date: Tue, 8 Sep 2009 02:12:23 -0500 Subject: [sbopkg-users] sbopkg-0.30.1 bug - uncheck installed packages w/ local repo Message-ID: When you manage the local repo build queue and try to "uncheck installed packages" nothing happens. I was testing this using a queue where everything was already installed but one or two packages. It is worth noting that I export arch=i686. Perhaps the function is looking for i486 in the packages names. I don't have time to investigate (hack the code) the issue, but I wanted to report it. I can test a fixed svn if desired. --phillip -------------- next part -------------- An HTML attachment was scrubbed... URL: From mauro.giachero at gmail.com Tue Sep 8 07:49:52 2009 From: mauro.giachero at gmail.com (Mauro Giachero) Date: Tue, 8 Sep 2009 09:49:52 +0200 Subject: [sbopkg-users] sbopkg-0.30.1 bug - uncheck installed packages w/ local repo In-Reply-To: References: Message-ID: On Tue, Sep 8, 2009 at 9:12 AM, Phillip Warner wrote: > When you manage the local repo build queue and try to "uncheck installed > packages" nothing happens. I was testing this using a queue where > everything was already installed but one or two packages. > > It is worth noting that I export arch=i686. Perhaps the function is > looking for i486 in the packages names. > > I don't have time to investigate (hack the code) the issue, but I wanted to > report it. I can test a fixed svn if desired. > > --phillip > Thank you for the report. I tried to replicate this, but failed. What do you see on the right column for the installed packages (in the "View queue" dialog)? -- Mauro Giachero -------------- next part -------------- An HTML attachment was scrubbed... URL: From jsunx1 at bellsouth.net Tue Sep 8 16:25:24 2009 From: jsunx1 at bellsouth.net (slakmagik) Date: Tue, 8 Sep 2009 12:25:24 -0400 Subject: [sbopkg-users] sbopkg-0.30.1 bug - uncheck installed packages w/ local repo In-Reply-To: References: Message-ID: <20090908162524.GA390@surfandslam> On 2009-09-08 (Tue) 09:49:52 [+0200], Mauro Giachero wrote: > On Tue, Sep 8, 2009 at 9:12 AM, Phillip Warner > wrote: > > > When you manage the local repo build queue and try to "uncheck installed > > packages" nothing happens. I was testing this using a queue where > > everything was already installed but one or two packages. > > > > It is worth noting that I export arch=i686. Perhaps the function is > > looking for i486 in the packages names. > > > > I don't have time to investigate (hack the code) the issue, but I wanted to > > report it. I can test a fixed svn if desired. > > > > --phillip > > > > Thank you for the report. > I tried to replicate this, but failed. > What do you see on the right column for the installed packages (in the "View > queue" dialog)? > I can't replicate it either. The function in question would seem to be uncheck_installed() via view_queue() which is unconditional (no i[46]86). If you can give more details (including what's in a queue when it happens and what Mauro suggests and so on) that'd be great. I did find a bug, though - it should be a no-op but the regex is wrong: it's currently 's:^\([^ ]* .*Installed.*\)[^ ]*$:\1OFF:' and it should be something like 's:^\([^ ]* .*Installed.*\) .*$:\1 OFF:' - it's currently returning 'ONOFF' which dialog happens to interpret as 'not ON'. Anyway - that shouldn't cause your problem. The only thing I can think is that you have a package named 'Installed' - that would likely mess it up. Not sure - I'll try to look into this more thoroughly when I have time later today. From phillip.c.warner at gmail.com Tue Sep 8 16:42:31 2009 From: phillip.c.warner at gmail.com (Phillip Warner) Date: Tue, 8 Sep 2009 11:42:31 -0500 Subject: [sbopkg-users] sbopkg-0.30.1 bug - uncheck installed packages w/ local repo In-Reply-To: References: Message-ID: Mauro, I can't even reproduce it now. Everything appears to work fine again on my end. It must have been either "user error" or something more sneaky. If I find it's the latter I'll report back, but for now I'll apologize as it seems to be the former :) I'm glad this report at least enabled slakmagik to find another bug. --phillip On Tue, Sep 8, 2009 at 2:49 AM, Mauro Giachero wrote: > On Tue, Sep 8, 2009 at 9:12 AM, Phillip Warner > wrote: > >> When you manage the local repo build queue and try to "uncheck installed >> packages" nothing happens. I was testing this using a queue where >> everything was already installed but one or two packages. >> >> It is worth noting that I export arch=i686. Perhaps the function is >> looking for i486 in the packages names. >> >> I don't have time to investigate (hack the code) the issue, but I wanted >> to report it. I can test a fixed svn if desired. >> >> --phillip >> > > Thank you for the report. > I tried to replicate this, but failed. > What do you see on the right column for the installed packages (in the > "View queue" dialog)? > > -- > Mauro Giachero > > _______________________________________________ > sbopkg-users mailing list > sbopkg-users at sbopkg.org > http://sbopkg.org/mailman/listinfo/sbopkg-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: