On Sun, Oct 28, 2007 at 01:02:46AM +0000, Stuart Henderson wrote: > On 2007/10/27 17:14, Ryan Freeman wrote: > > I am presently removing the few packages that depend on python-2.4 and will > > rebuild with only 2.5 on the system. Regards, > > the out-of-date script can help here by generating a file to use > with 'make SUBDIRLIST=.....' > > > Hmm, well I thought I was up-to-date because I used the binary packages and > > they had the latest pidgin 2.2.1, but checking ftp shows they are 5 days > > old. > > The ports hackathon has been happening the last week, 5 days old > packages are not new enough for testing many diffs against -current > right now. > > Also notable in ports this week, we have a lot of Gnome updates, > wxWidgets, KDE, Berkeley db, various Perl ports, pjsua (a new SIP > softphone, you'll want to use a recent -current kernel for this > one), and more. > > There's also been a great deal of work improving make for parallel > builds (-j##), and towards a simpler faster libtool replacement > which is able to build many of our ports already. > > I'm sure I missed a lot, the cvs commit mailing lists have more > details on some things but of course not everything is ready yet, > so you'll see more of this work committed in the future. >
ah yes. it seems python2.5 needs to be rebuilt anyhow, i have a p4 bin package installed and need p6. The python port is failing the build right now, i do have -current running as of today as well as a ports.tar.gz snap from today, so i'm certain i am current enough. here is the build error from python: ===> Building for Python-2.5.1 case $MAKEFLAGS in *-s*) CC='cc -pthread' LDSHARED='cc -shared -L/usr/ports/lang/python/2.5/w-Python-2.5.1/Python-2.5.1' OPT='-DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x20000 -fPIC' ./python -E ./setup.py -q build;; *) CC='cc -pthread' LDSHARED='cc -shared -L/usr/ports/lang/python/2.5/w-Python-2.5.1/Python-2.5.1' OPT='-DNDEBUG -O2 -pipe -DTHREAD_STACK_SIZE=0x20000 -fPIC' ./python -E ./setup.py build;; esac running build running build_ext make: don't know how to make /usr/ports/lang/python/2.5/w-Python-2.5.1/Python-2.5.1/Lib/plat-openbsd4. Stop in /usr/ports/lang/python/2.5/w-Python-2.5.1/Python-2.5.1. *** Error code 2 Unfortunately being pressed for time doesn't help but I thought i'd get the message up here anyhow. Regards, -ryan
