From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefanha@gmail.com (Stefan Hajnoczi) Date: Tue, 8 Feb 2011 09:59:14 +0000 Subject: [ltt-dev] Debian libust-dev package In-Reply-To: <20110208040128.GA5580@starquasia> References: <20110208040128.GA5580@starquasia> Message-ID: 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 Stefan