Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Michael Grimm
Bob Willcox wrote: > On Wed, Mar 28, 2018 at 12:45:27PM +, Antoine Brodin wrote: >> svn merge -c -331551 . Thanks. Done that ... > I've done the above svn command and am now rebuilding world on > my system. Should be able to give it a try this evening when I get home. … rebuilt world and c

Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Bob Willcox
On Wed, Mar 28, 2018 at 12:45:27PM +, Antoine Brodin wrote: > On Wed, Mar 28, 2018 at 12:42 PM, Michael Grimm wrote: > > Antoine Brodin wrote: > > > >> On Wed, Mar 28, 2018 at 12:04 PM, Michael Grimm > >> wrote: > > > >>> FreeBSD 11.1-STABLE #0 r331660: Wed Mar 28 08:36:15 CEST 2018 >

Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Antoine Brodin
On Wed, Mar 28, 2018 at 12:42 PM, Michael Grimm wrote: > Antoine Brodin wrote: > >> On Wed, Mar 28, 2018 at 12:04 PM, Michael Grimm wrote: > >>> FreeBSD 11.1-STABLE #0 r331660: Wed Mar 28 08:36:15 CEST 2018 >>> root@mer-waases:/usr/obj/usr/src/sys/CUSTOM > >> You can try to revert https://s

Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Michael Grimm
Antoine Brodin wrote: > On Wed, Mar 28, 2018 at 12:04 PM, Michael Grimm wrote: >> FreeBSD 11.1-STABLE #0 r331660: Wed Mar 28 08:36:15 CEST 2018 >> root@mer-waases:/usr/obj/usr/src/sys/CUSTOM > You can try to revert https://svnweb.freebsd.org/changeset/base/331551 Please excuse my ignoran

Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Ivan Klymenko
В Wed, 28 Mar 2018 14:04:10 +0200 Michael Grimm пишет: > Bob Willcox wrote: > > > --- perl --- > > cc -o perl -lpthread -Wl,-E -fstack-protector-strong > > -L/usr/local/lib -Wl,-R/usr/local/lib/perl5/5.24/mach/CORE > > maindtrace/perlmain.o dtrace_main.o libperl.so.5.24.3 `cat > > ext.libs` -

Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Antoine Brodin
On Wed, Mar 28, 2018 at 12:04 PM, Michael Grimm wrote: > Bob Willcox wrote: > >> --- perl --- >> cc -o perl -lpthread -Wl,-E -fstack-protector-strong -L/usr/local/lib >> -Wl,-R/usr/local/lib/perl5/5.24/mach/CORE maindtrace/perlmain.o >> dtrace_main.o libperl.so.5.24.3 `cat ext.libs` -lpthread

Re: perl5.24 build failing on a new 11.1-STABLE install

2018-03-28 Thread Michael Grimm
Bob Willcox wrote: > --- perl --- > cc -o perl -lpthread -Wl,-E -fstack-protector-strong -L/usr/local/lib > -Wl,-R/usr/local/lib/perl5/5.24/mach/CORE maindtrace/perlmain.o dtrace_main.o > libperl.so.5.24.3 `cat ext.libs` -lpthread -lm -lcrypt -lutil > maindtrace/perlmain.o: In function `main'

perl5.24 build failing on a new 11.1-STABLE install

2018-03-27 Thread Bob Willcox
Hi, I have just recently installed 11.1-STABLE on one of me laptops (Lenovo T470s) and when I attempt to build the perl5.24 port it errors out with this: --- perl --- cc -o perl -lpthread -Wl,-E -fstack-protector-strong -L/usr/local/lib -Wl,-R/usr/local/lib/perl5/5.24/mach/CORE maindtrace/perlm