WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] libc6-xen on the etch repository?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] libc6-xen on the etch repository?
From: "Chris Fanning" <christopher.fanning@xxxxxxxxx>
Date: Tue, 13 Jun 2006 16:45:29 +0200
Delivery-date: Tue, 13 Jun 2006 07:46:06 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LfYKRqem6896Qox5mq0e6sANNcNgLBKIpFKRPqswR+Jwsd1PC6354crFZbVQafDBJFkbZwd+vu7aUozd3xnL7ATw/6xkIesY6CxmuNS5qGSeAVyXRaD+M/npYp8pp+D+z5W4E7Ds2ooCWflBgHYFB3QHkmCX8tIOX7Oxa66bUfc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I was going to compile a xen friendly libc6 when I saw a libc6-xen on
the etch repository.
How do I use it?
I installed it but I'm still getting the /lib/tls glibc libraries warning.
What is this package for?

these are the steps I have followed previously,
***************************
apt-get build-dep libc6
apt-get source libc6

edit the file debian/rules adding
'-mno-tls-direct-seg-refs' a BUILD_CFLAGS y HOST_CFLAGS.

dpkg-buildpackage -rfakeroot

now in dom0 and domU's
dpkg -i libc6_2.3.6-7_i386.deb
dpkg -i libc6-dev_2.3.6-7_i386.deb
dpkg -i libc6-xen_2.3.6-7_i386.deb
dpkg -i locales_2.3.6-7_all.deb

and now tag the packets so they won't get upgraded.

echo "libc6 hold" | dpkg --set-selections
echo "libc6-dev hold" | dpkg --set-selections
echo "libc6-xen hold" | dpkg --set-selections
echo "locales hold" | dpkg --set-selections
***************************

but if there's an easier way I'd sure like to know.

Thanks.
Chris.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>