Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Aug 2024 19:38:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 275914] www/webkit2-gtk{3,4}: Flavorize?: Deal with 4.0, 4.1 and 6.0 SONAMEs
Message-ID:  <bug-275914-39348-9JJ061wq6A@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275914-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275914-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275914

--- Comment #41 from shamaz.mazum@gmail.com ---
(In reply to Nuno Teixeira from comment #40)

I have no idea. Today i've upgraded to FreeBSD 14.1, so this is what I have=
 now
with that patch applied to the base:

vasily@vonbraun:~/test % c++ --version
FreeBSD clang version 18.1.5 (https://github.com/llvm/llvm-project.git
llvmorg-18.1.5-0-g617a15a9eac9)
Target: x86_64-unknown-freebsd14.1
Thread model: posix
InstalledDir: /usr/bin
vasily@vonbraun:~/test % c++ -o test test.cpp
vasily@vonbraun:~/test % ./test
std::pair copy constructor is trivial

and to the port:

vasily@vonbraun:~/test % clang++15 --version
clang version 15.0.7
Target: x86_64-portbld-freebsd14.0
Thread model: posix
InstalledDir: /usr/local/llvm15/bin
vasily@vonbraun:~/test % clang++15 -o test test.cpp
vasily@vonbraun:~/test % ./test
std::pair copy constructor is trivial

I don't know how it's even possible that it works for me and not for you.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275914-39348-9JJ061wq6A>