From owner-freebsd-ports@freebsd.org Sat Apr 4 18:42:58 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0215927DCFF for ; Sat, 4 Apr 2020 18:42:58 +0000 (UTC) (envelope-from starikarp@dismail.de) Received: from mx2.dismail.de (mx2.dismail.de [159.69.191.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx2.dismail.de", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48vlzS6VvYz486K for ; Sat, 4 Apr 2020 18:42:44 +0000 (UTC) (envelope-from starikarp@dismail.de) Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id c265db56; Sat, 4 Apr 2020 20:42:36 +0200 (CEST) Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id d4561452; Sat, 4 Apr 2020 20:42:35 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id a3226aa3; Sat, 4 Apr 2020 20:42:35 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 276e6ecb (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sat, 4 Apr 2020 20:42:35 +0200 (CEST) Date: Sat, 4 Apr 2020 14:42:31 -0400 From: ajtiM To: Serpent7776 Cc: freebsd-ports@freebsd.org Subject: Re: qt5-webengine Message-ID: <20200404144231.0d05bdf1@dismail.de> In-Reply-To: <20200404173325.6b156762@DaemONX> References: <20200404101044.76e34919@dismail.de> <20200404142103.GA74752@elch.exwg.net> <20200404111553.6511f6ac@dismail.de> <20200404173325.6b156762@DaemONX> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 48vlzS6VvYz486K X-Spamd-Bar: ------- X-Spamd-Result: default: False [-7.99 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[dismail.de:s=20190914]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:159.69.191.136]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(-2.29)[ip: (-9.91), ipnet: 159.69.0.0/16(0.04), asn: 24940(-1.57), country: DE(-0.02)]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; DWL_DNSWL_MED(-2.00)[dismail.de.dwl.dnswl.org : 127.0.5.2]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[dismail.de:+]; RCVD_IN_DNSWL_MED(-0.20)[136.191.69.159.list.dnswl.org : 127.0.5.2]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[dismail.de,reject]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:159.69.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 18:42:58 -0000 On Sat, 4 Apr 2020 17:33:56 +0200 Serpent7776 wrote: > On Sat, 4 Apr 2020 11:15:53 -0400 > ajtiM via freebsd-ports wrote: >=20 > > On Sat, 4 Apr 2020 16:21:03 +0200 > > Christoph Moench-Tegeder wrote: > >=20 > > > ## ajtiM via freebsd-ports (freebsd-ports@freebsd.org): > > > =20 > > > > Today update for qt5-webengine cannot compile: > > > >=20 > > > > /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) *** > > > > [../../libexec/QtWebEngineProcess] Error code 1 =20 > > >=20 > > > Your environment is broken: that looks like some mismatch on re2, > > > which has been updated just recently and is the reason for this > > > PORTREVISION bump. You need to clean up first (updating re2 and > > > perhaps intermediary dependencies) or just use poudriere (or any > > > other system providing clean build environments). > > > In any case, the build worked here in my poudriere. > > >=20 > > > Regards, > > > Christoph > > > =20 > >=20 > > I do not know if is broken?? I do not have a problem with the other > > ports. And everything is updated.=20 > > Thank you anywhere. > >=20 > > BTW: I do not want to use poudriere on the single desktop computer. > I'm using poudriere on my desktop machine, it helps avoid many issues > with compiling ports. If it's too heavy there's ports-mgmt/synth > which might suit you better. >=20 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 and I hope it is done with KDE. --=20 Ernst Lubitsch=E2=80=99s Ninotchka:=20 =E2=80=9C=E2=80=98Waiter! A cup of coffee without cream, please!=E2=80=99 = =E2=80=98I=E2=80=99m sorry, sir, we have no cream, only milk, so can it be a coffee without milk?=E2=80=99=E2= =80=9D=20