Re: FreeBSD Port: qt5-webengine-5.15.2_1 error build

2021-02-05 Thread Jack L.
> > *** [../../libexec/QtWebEngineProcess] Error code 1 > > > > > > make[4]: stopped in /usr/ports/www/qt5-webengine/work/.build/src/process > > > 1 error > > > > > > make[4]: stopped in /usr/ports/www/qt5-webengine/work/.build/src/process > >

Re: FreeBSD Port: qt5-webengine-5.15.2_1 error build

2021-02-04 Thread Christoph Moench-Tegeder
t5/libQt5WebEngineCore.so: undefined > reference to `re2::RE2::Arg::parse_ulong(char const*, unsigned long, > void*)' > c++: error: linker command failed with exit code 1 (use -v to see > invocation) You're pulling in the installed version of qt5-webengine here. Don't do t

FreeBSD Port: qt5-webengine-5.15.2_1 error build

2021-02-04 Thread Alex V. Petrov
re2::RE2::Arg::parse_ulong(char const*, unsigned long, void*)' c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [../../libexec/QtWebEngineProcess] Error code 1 make[4]: stopped in /usr/ports/www/qt5-webengine/work/.build/src/process 1 error make[4]: stopped

Re: qt5-webengine

2020-04-05 Thread Christoph Moench-Tegeder
## Dan McGrath (danmcgrath...@gmail.com): > I swear, you find that squirrel you phone me asap! I have the warthogs > circling looking for him for at least a week now! https://cybersquirrel1.com/ Regards, Christoph -- Spare Space ___ freebsd-ports@fre

Re: qt5-webengine

2020-04-05 Thread Stefan Eßer
Am 05.04.20 um 02:50 schrieb John Kennedy:> The thing that drove me away from portmaster to synth and eventually to > poudriere is incompatible dependencies. I was running into those with just > X11 dependencies (~600 packages in my full port rebuild, so not sure how you > got lucky over that pe

Re: qt5-webengine

2020-04-05 Thread Dan McGrath
On Sat, Apr 4, 2020 at 7:43 PM Robert Huff wrote: > I understand there are folks for whom poudriere or synth are The > Right Tool(tm). But I am one of a number of folks for whom it is like > carpet-bombing the neighborhood to get rid of one miscreant squirrel. > I swear, you find that s

Re: qt5-webengine

2020-04-05 Thread ajtiM via freebsd-ports
On Sun, 5 Apr 2020 18:08:27 +0700 "Alex V. Petrov" wrote: > 04.04.2020 21:10, ajtiM via freebsd-ports пишет: > > Hi! > > > > Today update for qt5-webengine cannot compile: > > > > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so

Re: qt5-webengine

2020-04-05 Thread Alex V. Petrov
04.04.2020 21:10, ajtiM via freebsd-ports пишет: > Hi! > > Today update for qt5-webengine cannot compile: > > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: undefined > reference to `re2::RE2::Arg::parse_ulong(char const*, unsigned long, > void*)' c++: er

Re: qt5-webengine

2020-04-04 Thread John Kennedy
On Sat, Apr 04, 2020 at 07:41:54PM -0400, Robert Huff wrote: > Jonathan Chen writes: > >> Frankly speaking, if you're compiling your own ports, you >> have to use either synth or poudriere; anything else will cost you >> time hunting down broken dependencies. > > Speaking as someone w

Re: qt5-webengine

2020-04-04 Thread Robert Huff
Jonathan Chen writes: >Frankly speaking, if you're compiling your own ports, you > have to use either synth or poudriere; anything else will cost you > time hunting down broken dependencies. Speaking as someone who's been compiling from ports for at least a decade, and

Re: qt5-webengine

2020-04-04 Thread Jonathan Chen
On Sun, 5 Apr 2020 at 06:46, ajtiM via freebsd-ports wrote: [...] > I did use Synth but all the time compile so many ports and I stop and > switched back to portmaster. But if I hav problem than I have a problem > something related to KDE. I am using Openbox. I deleted re2 and all > ports related

Re: qt5-webengine

2020-04-04 Thread ajtiM via freebsd-ports
freebsd.org): > > > > > > > Today update for qt5-webengine cannot compile: > > > > > > > > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: > > > > undefined reference to `re2::RE2::Arg::parse_ulong(char const*, > > &

Re: qt5-webengine

2020-04-04 Thread Serpent7776
On Sat, 4 Apr 2020 11:15:53 -0400 ajtiM via freebsd-ports wrote: > On Sat, 4 Apr 2020 16:21:03 +0200 > Christoph Moench-Tegeder wrote: > > > ## ajtiM via freebsd-ports (freebsd-ports@freebsd.org): > > > > > Today update for qt5-webengine cannot compile: > &

Re: qt5-webengine

2020-04-04 Thread ajtiM via freebsd-ports
On Sat, 4 Apr 2020 16:21:03 +0200 Christoph Moench-Tegeder wrote: > ## ajtiM via freebsd-ports (freebsd-ports@freebsd.org): > > > Today update for qt5-webengine cannot compile: > > > > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: > > undefin

Re: qt5-webengine

2020-04-04 Thread Christoph Moench-Tegeder
## ajtiM via freebsd-ports (freebsd-ports@freebsd.org): > Today update for qt5-webengine cannot compile: > > /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: undefined > reference to `re2::RE2::Arg::parse_ulong(char const*, unsigned long, > void*)' c++: error: l

qt5-webengine

2020-04-04 Thread ajtiM via freebsd-ports
Hi! Today update for qt5-webengine cannot compile: /usr/local/bin/ld: /usr/local/lib/qt5/libQt5WebEngineCore.so: undefined reference to `re2::RE2::Arg::parse_ulong(char const*, unsigned long, void*)' c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [../../li

Re: www/qt5-webengine fails to build on 12-STABLE

2019-05-12 Thread tech-lists
On Thu, May 09, 2019 at 05:20:54PM +0100, tech-lists wrote: Seems to fail starting from here: [00:02:43] [8124/14059] CXX host/obj/third_party/boringssl/boringssl/bio_ssl.o [00:02:43] [8125/14059] LINK ./mksnapshot [00:02:43] FAILED: mksnapshot Seems this was down to bad files in the ccache ca

Re: www/qt5-webengine fails to build on 12-STABLE

2019-05-09 Thread tech-lists
Seems to fail starting from here: [00:02:43] [8124/14059] CXX host/obj/third_party/boringssl/boringssl/bio_ssl.o [00:02:43] [8125/14059] LINK ./mksnapshot [00:02:43] FAILED: mksnapshot -- J. signature.asc Description: PGP signature

www/qt5-webengine fails to build on 12-STABLE

2019-05-09 Thread tech-lists
r_sources/preloaded_state_generator.o [8100/14061] CXX host/obj/net/tools/transport_security_state_generator/transport_security_state_generator_sources/input_file_parsers.o [8101/14061] ACTION //chrome/app:generated_resources_grit(/wrkdirs/usr/ports/www/qt5-webengine/work/.build/src/toolchain:target) ninja: build stop