From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 20 Mar 2005 17:46:36 -0500 From: Russ Cox To: 9fans <9fans@cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [9fans] plan9port update procedure Topicbox-Message-UUID: 267a748a-ead0-11e9-9d60-3106f5b1d025 I pushed out a bunch of changes yesterday. See http://swtch.com/usr/local/plan9/CHANGES for the full list. Among them, I changed the layout of struct Alt in thread.h to match the Plan 9 one. This means that all libraries and object files compiled with the old thread.h are now poisonous. After doing cvs up -dP, the suggested update procedure is to cd $PLAN9 && ./INSTALL, which rebuilds everything. It takes a little while, but it should prevent you from running old binaries. You should also run $PLAN9/dist/isum after install finishes. If you see any compiler errors, then it's likely that not everything got built. In short: cd $PLAN9 cvs up -dP ./INSTALL ./dist/isum Russ