Re: Clang 3.3 libc++ problem on 9-STABLE
On 2013-07-10 00:50, J David wrote: With SVN version r253119, we are seeing strange errors from iostream while attempting to use the new clang 3.3 with libc++ on 9-STABLE. ... /tmp/example-fet9b9.o: In function `std::__1::basic_ostream >& std::__1::operator<< >(std::__1::basic_ostream >&, char const*)': example.cc:(.text._ZNSt3__1lsINS_11char_traitsIcRNS_13basic_ostreamIcT_EES6_PKc[_ZNSt3__1lsINS_11char_traitsIcRNS_13basic_ostreamIcT_EES6_PKc]+0x4b0): undefined reference to `.LBB1_29' clang++: error: linker command failed with exit code 1 (use -v to see invocation) Sorry, this was my mistake in importing the fixes needed for llvm PR 16038. I missed one additional patch, which I imported in r253042. I will merge it to stable/9 on July 11th. -Dimitry ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: perl upgrade woes -- how to best reconcile?
Hello Chris On 09.07.2013 20:24, Chris H wrote: Greetings Fabian, and thank you for your reply. You're welcome. My perl5 tree currently looks like: /usr/local/lib/perl5/5.12/man/ man3/ whatis /usr/local/lib/perl5/5.12.4/ man3/ whatis What a mess! If only whatis is left below 5.12.4, then you can remove the whole 5.12.4 folder. And also /usr/local/lib/perl5/site_perl/5.12.4/, if it does exist and does not contain anything relevant. In the end, I guess the moral of the story is; don't upgrade. This is a bad idea, at least from the security point of view. I've been on BSD since the late 70's, and as such, am no stranger to the upgrade path. But recent experience seems to show, things aren't getting any easier (or necessarily better). :( Sure, there are sometimes bumps on the road, but I had never any real show stopper and could always get it to work. I did install my two private servers back in 2007 with 6.x, upgraded to 7.x and just recently from 7.4 to 9.1. For the Ports I always used portupgrade. At least for the Ports it helps if you are doing it regularly, so the steps are not that huge. Important to always check /usr/ports/UPDATING. Currently I do upgrade the Ports around every 4 weeks, and additional when portaudit complains and I decide that I need to do it right now. The next big challenge then will be the upgrade to e.g. 5.14.x or 5.16.x. I don't think I'm even willing to go there, after this mess. As Mark pointed out, ports-mgmt/poudriere together with pkgng (ports-mgmt/pkg) looks promising. Sure something I did put on my todo list. Thanks again, for taking the time to respond. You're welcome. PS: No need to use "reply all", reply only to the list is perfect, as I do filter e-mails based on the "List-Id" header line. bye Fabian ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: ipv6_addrs_IF aliases in rc.conf(5)
Hi -- [Upcoming code freeze in stable] On 2013-04-13 22:15, Michael Grimm wrote: On 13.04.2013, at 14:29, Kimmo Paasiala wrote: [great deal of simplification by ipv6_addrs_IF] Sorry to resurrect this thread but since nothing has happened in about three months I have to ask: What can I do to have this commited to HEAD? +1 Nowadays -where IPv6 becomes more and more available by ISPs- I *really* would like to see this simplification implemented, soon, very soon. The current scheme is way to much error prone, and, its a pain in the ass! Thanks for the patch, Michael Will that patch make it into 9.2? If I am not mistaken, that patch isn't in stable yet. Regards, Michael ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: ipv6_addrs_IF aliases in rc.conf(5)
On Wed, 10 Jul 2013 06:44:12 -0500, Michael Grimm wrote: Will that patch make it into 9.2? If I am not mistaken, that patch isn't in stable yet. I would also like to see this patch hit 9.x sooner than later. It's so painful when someone forgets to fix the alias numbering on servers with many, many IPv4 and IPv6 addresses... ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: ipv6_addrs_IF aliases in rc.conf(5)
On Wed, Jul 10, 2013 at 4:46 AM, Mark Felder wrote: > On Wed, 10 Jul 2013 06:44:12 -0500, Michael Grimm < > trash...@odo.in-berlin.de> wrote: > > Will that patch make it into 9.2? If I am not mistaken, that patch isn't >> in stable yet. >> > > I would also like to see this patch hit 9.x sooner than later. It's so > painful when someone forgets to fix the alias numbering on servers with > many, many IPv4 and IPv6 addresses... > Please, please, please, please, ...! Freeze is only two days away, so time for 9.2 is almost over and I can see no good reason NOT to get this done. -- R. Kevin Oberman, Network Engineer E-mail: rkober...@gmail.com ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: Clang 3.3 libc++ problem on 9-STABLE
On Wed, Jul 10, 2013 at 5:53 AM, Dimitry Andric wrote: > I missed one additional patch, which I imported in r253042. > Yes, I pulled that rev into my -STABLE and rebuilt and it is fine now. Thanks for your help and to you and everyone for all the hard work on clang! I strongly prefer it and am so happy it is available in 9.x now. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: Clang 3.3 libc++ problem on 9-STABLE
On Jul 10, 2013, at 18:28, J David wrote: > On Wed, Jul 10, 2013 at 5:53 AM, Dimitry Andric wrote: > >> I missed one additional patch, which I imported in r253042. >> > > Yes, I pulled that rev into my -STABLE and rebuilt and it is fine now. I merged the patch to stable/9 in r253192. -Dimitry ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"