Re: Heads up: Binary packages updated
On Wed, Aug 25, 2010 at 12:24 PM, Chris Turner wrote: > Justin C. Sherrill wrote: > >> If you keep a /usr/pkgsrc to match those binary packages (and you should >> if you are using them), you'll want to update it to match pkgsrc-2010Q2, >> also. Change /usr/pkgsrc/CVS/Tag to have 2010Q2 in it and 'cvs update -dP' >> is one way to do it. > > What is the state-of-the-art w/r/t the git repo, git branches, pkgsrc > branches, df-local patches, etc? > > Getting my builds running - working on my process, blah blah - so want to > use the 'state of the art' if possible > Cheers, > I haven't used the Qemu port you gave me. I am still trouble shooting the GUI freeze on amd64 that happens intermittently and self rectifies after a few seconds. I guess I will have to stick to pkgsrc-2010Q1 if I have to use your port right? thanks --Siju
Re: Heads up: Binary packages updated
On Thu, August 26, 2010 2:22 am, Sascha Wildner wrote: > On 8/25/2010 21:04, Justin C. Sherrill wrote: >> My bad; I saw the build had concluded but the null mount where it's >> copied >> over (since that build happens on that same machine) wasn't set up. I'm >> moving the files over now; should be as expected in a little bit. > > Then next time it should be verified that all packages are really there > before announcing. I did check each directory; I must have missed it in the process or accidentally typoed into one of the full directories. Mistakes happen; I can't realistically start verifying my verifications. :) The package builds take days or weeks and happen on four different and separate machines which are frequently in use by other people for other things, and then have to move to another system for distribution; it's not straightforward. The details on the script I use to build it is here: http://www.shiningsilence.com/simplepbulk/ Suggestions to streamline this are welcome; I'm at the limit of my work capacity. (This is an open question to anyone; Sascha's already got his own workload.)
Re: Heads up: Binary packages updated
If the problem spotted early enough, it's not a problem but a task :) Thanks anyway! On Wed, Aug 25, 2010 at 10:04 PM, Justin C. Sherrill < jus...@shiningsilence.com> wrote: > On Wed, August 25, 2010 8:36 am, Dennis Melentyev wrote: > > Hi Justin, > > > > > > The listing of Avalon's i368/2.7/stable/All: > > http://avalon.dragonflybsd.org/packages/i386/DragonFly-2.7/stable/All/ > [snip] > > Seems to be a little bit short... > > Is it still in progress? Or am I waiting in a wrong place? > > My bad; I saw the build had concluded but the null mount where it's copied > over (since that build happens on that same machine) wasn't set up. I'm > moving the files over now; should be as expected in a little bit. > > -- Dennis Melentyev
sysutils/estd needs to be recompiled due to kinfo changes
Hi, I just noticed that my laptop was pretty slow after an update to recent head. It turned out that sysutils/estd was no longer working and therefore the CPU was constantly running at 600MHz instead of scaling up under load. The problem seems to be the additional fields add to kinfo_cputime in commit b37f18d6e. A recompilation of estd fixed the problem. I don't now if there are other pkgsrc programs that use libkinfo. If so those probabely need to be recompiled as well. Cheers, Johannes