Re: qt5-webkit fails to build [solved]

2016-12-14 Thread Michael Butler
On 11/28/16 17:27, Michael Butler wrote: Yes - built from -current source, Sent from my iPhone On Nov 29, 2016, at 00:03, Raphael Kubo da Costa wrote: Michael Butler writes: /usr/lib/libgcc_s.so: error: undefined reference to 'free' /usr/lib/libgcc_s.so: error: undefined reference to '__a

Re: qt5-webkit fails to build

2016-12-01 Thread Paweł Pękala
Dnia 2016-11-23, o godz. 10:14:58 Michael Butler napisał(a): >clang++ -fuse-ld=gold -Wl,--enable-new-dtags >-Wl,-rpath,/usr/ports/www/webkit-qt5/work/.build/lib -o icu .obj/icu.o >-L/usr/local/lib -lpthread -licui18n -licuuc -licudata >/usr/lib/libgcc_s.so: error: undefined reference to 'free'

Re: qt5-webkit fails to build

2016-11-29 Thread Minoru TANABE
I'm using 12-current r309170, and experienced same error when upgrade qt5-webkit. I tried "portupgrade -fR www/webkit-qt5", upgrade successfully ended. I think system clang recently changed, and I need some dependencies must be upgrades at the same time. I am sorry in poor English >Yes - built fro

Re: qt5-webkit fails to build

2016-11-28 Thread Michael Butler
Yes - built from -current source, Sent from my iPhone > On Nov 29, 2016, at 00:03, Raphael Kubo da Costa wrote: > > Michael Butler writes: > >> /usr/lib/libgcc_s.so: error: undefined reference to 'free' >> /usr/lib/libgcc_s.so: error: undefined reference to '__assert' >> /usr/lib/libgcc_s.so:

Re: qt5-webkit fails to build

2016-11-28 Thread Raphael Kubo da Costa
Michael Butler writes: > /usr/lib/libgcc_s.so: error: undefined reference to 'free' > /usr/lib/libgcc_s.so: error: undefined reference to '__assert' > /usr/lib/libgcc_s.so: error: undefined reference to 'fwrite' > /usr/lib/libgcc_s.so: error: undefined reference to 'fflush' > /usr/lib/libgcc_s.so

Re: qt5-webkit fails to build

2016-11-23 Thread Michael Butler
On 11/23/16 10:07, Raphael Kubo da Costa wrote: Michael Butler writes: It seems to fail because the qmake config can't find libicu .. You need to find out why exactly it's not finding ICU. Try going to the build directory (work/.build) and check config.log. It's also possible to reproduce th

Re: qt5-webkit fails to build

2016-11-23 Thread Raphael Kubo da Costa
Michael Butler writes: > It seems to fail because the qmake config can't find libicu .. You need to find out why exactly it's not finding ICU. Try going to the build directory (work/.build) and check config.log. It's also possible to reproduce the test by cd'ing to work/.build/Tools/qmake/config

qt5-webkit fails to build

2016-11-22 Thread Michael Butler
It seems to fail because the qmake config can't find libicu .. imb@toshi:/usr/ports/www/webkit-qt5> sudo make clean ===> Cleaning for qt5-webkit-5.6.2_1 imb@toshi:/usr/ports/www/webkit-qt5> sudo make package ===> License LGPL21 accepted by the user ===> Found saved configuration for qt5-webkit