Doh, somehow I missed that! Thanks.
Tim On Mon, Oct 7, 2013 at 8:00 PM, Justin Sherrill <[email protected]>wrote: > Your DragonFly src is newer than this, correct? > > http://lists.dragonflybsd.org/pipermail/commits/2013-October/198268.html > > > On Mon, Oct 7, 2013 at 10:48 PM, Tim Darby <[email protected]> wrote: > >> Thanks, Justin. I'm on x86_64. I tried switching to the 3.4 release >> branch, but when I do a buildworld, it dies with: >> >> --- bstrap-gnu/usr.bin/grep --- >> /usr/src/gnu/usr.bin/grep/libgreputils/../../../../contrib/grep/lib/wcwidth.c:30:1: >> error: redefinition of '__wcwidth' >> In file included from /usr/include/wchar.h:67:0, >> from >> /usr/src/gnu/usr.bin/grep/libgreputils/../../../../contrib/grep/lib/wcwidth.c:20: >> /usr/include/ctype.h:157:1: note: previous definition of '__wcwidth' was >> here >> *** [wcwidth.o] Error code 1 >> >> make: stopped in /usr/src/gnu/usr.bin/grep/libgreputils >> --- bstrap-gnu/usr.bin/texinfo --- >> A failure has been detected in another branch of the parallel make >> >> make: stopped in /usr/src/gnu/usr.bin/texinfo/libgnu >> *** [_SUBDIR_all_libgnu] Error code 2 >> >> make: stopped in /usr/src/gnu/usr.bin/texinfo >> 1 error >> >> make: stopped in /usr/src/gnu/usr.bin/texinfo >> A failure has been detected in another branch of the parallel make >> >> make: stopped in /usr/src/gnu/usr.bin/texinfo >> *** [bstrap-gnu/usr.bin/texinfo] Error code 2 >> >> make: stopped in /usr/src >> .CURDIR='/usr/src' >> .OBJDIR='/usr/src' >> LD_LIBRARY_PATH='' >> MACHINE_ARCH='x86_64' >> MACHINE='x86_64' >> MAKEFILE='Makefile.inc1' >> .TARGETS='bootstrap-tools' >> .ERROR_TARGET='bstrap-gnu/usr.bin/texinfo' >> .MAKE.LEVEL='2' >> --- bstrap-gnu/usr.bin/grep --- >> 1 error >> >> make: stopped in /usr/src/gnu/usr.bin/grep/libgreputils >> *** [_SUBDIR_all_libgreputils] Error code 2 >> >> make: stopped in /usr/src/gnu/usr.bin/grep >> 1 error >> >> make: stopped in /usr/src/gnu/usr.bin/grep >> A failure has been detected in another branch of the parallel make >> >> make: stopped in /usr/src/gnu/usr.bin/grep >> *** [bstrap-gnu/usr.bin/grep] Error code 2 >> >> make: stopped in /usr/src >> .CURDIR='/usr/src' >> .OBJDIR='/usr/src' >> LD_LIBRARY_PATH='' >> MACHINE_ARCH='x86_64' >> MACHINE='x86_64' >> MAKEFILE='Makefile.inc1' >> .TARGETS='bootstrap-tools' >> .ERROR_TARGET='bstrap-gnu/usr.bin/grep' >> .MAKE.LEVEL='2' >> 2 errors >> >> make: stopped in /usr/src >> .CURDIR='/usr/src' >> .OBJDIR='/usr/src' >> LD_LIBRARY_PATH='' >> MACHINE_ARCH='x86_64' >> MACHINE='x86_64' >> MAKEFILE='Makefile.inc1' >> .TARGETS='bootstrap-tools' >> .ERROR_TARGET='bstrap-gnu/usr.bin/grep' >> .MAKE.LEVEL='2' >> *** [_bootstrap-tools] Error code 2 >> >> make: stopped in /usr/src >> .CURDIR='/usr/src' >> .OBJDIR='/usr/obj/usr/src' >> LD_LIBRARY_PATH='' >> MACHINE_ARCH='x86_64' >> MACHINE='x86_64' >> MAKEFILE='/usr/src/Makefile.inc1' >> .TARGETS='buildworld' >> .ERROR_TARGET='_bootstrap-tools' >> .MAKE.LEVEL='1' >> 1 error >> >> make: stopped in /usr/src >> .CURDIR='/usr/src' >> .OBJDIR='/usr/obj/usr/src' >> LD_LIBRARY_PATH='' >> MACHINE_ARCH='x86_64' >> MACHINE='x86_64' >> MAKEFILE='/usr/src/Makefile.inc1' >> .TARGETS='buildworld' >> .ERROR_TARGET='_bootstrap-tools' >> .MAKE.LEVEL='1' >> *** [buildworld] Error code 2 >> >> make: stopped in /usr/src >> 1 error >> >> make: stopped in /usr/src >> >> >> Tim >> >> >> On Mon, Oct 7, 2013 at 5:17 PM, Justin Sherrill < >> [email protected]> wrote: >> >>> You can treat it as a normal upgrade - switch to downloading 3.4 source, >>> and then proceed normally. I'm... pretty sure that will work. >>> >>> The 3.6/x86_64 packages were updated, as far as I know, for the recent >>> changes. Are you on i386? I don't know if the 3.6/i386 packages are newer. >>> >>> >>> On Mon, Oct 7, 2013 at 1:17 PM, Tim Darby <[email protected]> wrote: >>> >>>> What's the procedure for rolling back a kernel and world upgrade? >>>> >>>> >>>> Tim >>>> >>>> >>>> On Sun, Oct 6, 2013 at 1:00 PM, John Marino <[email protected]>wrote: >>>> >>>>> On 10/6/2013 21:50, Tim Darby wrote: >>>>> > Has anyone tried the dports version of libtorrent? I upgraded to the >>>>> > current master, installed dports for the first time, and moved >>>>> /usr/pkg >>>>> > to /usr/pkg.old. After installing the dports version of libtorrent, >>>>> I'm >>>>> > getting this error: >>>>> > >>>>> > /usr/lib/gcc44/libstdc++.so.9: version GLIBCXX_3.4.10 required by >>>>> > /usr/local/lib/libtorrent.so.14 not defined >>>>> >>>>> >>>>> No package should be linking with gcc44 libraries at this point. It >>>>> implies you found an older set of packages. >>>>> >>>>> You can try building from source of course. >>>>> >>>>> There's been major changes lately that have rendered all previously >>>>> built 3.6 packages useless on head. >>>>> >>>>> Regards, >>>>> John >>>>> >>>> >>>> >>> >> >
