From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefanha@gmail.com (Stefan Hajnoczi) Date: Wed, 9 Feb 2011 07:49:19 +0000 Subject: [ltt-dev] Debian libust-dev package In-Reply-To: <20110209001933.GA2035@starquasia> References: <20110208040128.GA5580@starquasia> <20110209001933.GA2035@starquasia> Message-ID: On Wed, Feb 9, 2011 at 12:19 AM, Jon Bernard wrote: > * Stefan Hajnoczi wrote: >> On Tue, Feb 8, 2011 at 4:01 AM, Jon Bernard wrote: >> > As squeeze was just released this past weekend, packages from unstable >> > have started migrating into the new testing (which will eventually >> > become wheezy) and I believe this version mismatch is a result of >> > a partial migration. In other words, liburcu has been updated, but ust >> > has not yet. If I am correct, a newer version of ust (from unstable) >> > should show up in testing quite soon. Would you mind listing the package >> > versions of the relevant pieces (ust and urcu) and also the contents of >> > /etc/apt/sources.list? >> >> $ dpkg-query -l liburcu* libust* >> Desired=Unknown/Install/Remove/Purge/Hold >> | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend >> |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) >> ||/ Name ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?Version >> ? ? ? ? ? ? ? ? ?Description >> +++-=========================================-=========================================-================================================================================================== >> ii ?liburcu-dev ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0.5.2-1 >> ? ? ? ? ? ? ? ? ?a userspace RCU (read-copy-update) library - >> development files >> ii ?liburcu0 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.5.2-1 >> ? ? ? ? ? ? ? ? ?a userspace RCU (read-copy-update) library >> ii ?libust-dev ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?0.5-1+squeeze1 >> ? ? ? ? ? ? ? ? ?LTTng Userspace Tracer (development) >> ii ?libust0 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 0.5-1+squeeze1 >> ? ? ? ? ? ? ? ? ?LTTng Userspace Tracer (runtime) >> >> $ cat /etc/apt/sources.list >> deb ftp://ftp.ticklers.org/debian/ testing main contrib non-free >> deb-src ftp://ftp.ticklers.org/debian/ testing main contrib non-free >> >> deb http://security.debian.org/ testing/updates main contrib non-free >> deb-src http://security.debian.org/ testing/updates main contrib non-free >> >> deb http://www.debian-multimedia.org/ testing main non-free > > Yep, I believe urcu 0.5.2 is incompatible with sqeeze's ust. This should > sort itself out in the next few days and all should be back to normal. > If it doesn't, ping me and I'll see if I can figure out what's going on. Excellent, thanks for looking into this Jon, Mathieu, and Yannick. I will keep an eye out for the latest packages and ensure QEMU UST keeps building. Stefan