Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2022 07:20:56 +0100
From:      Michael Schuster <michaelsprivate@gmail.com>
To:        Freddie Cash <fjwcash@gmail.com>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: Unable to run any KDE applications
Message-ID:  <CADqw_gLQRf3VgAvPT5zprOz_GR%2BsrMHAajW8Lvw5Awc0oDmWxw@mail.gmail.com>
In-Reply-To: <CAOjFWZ4kykWcWw%2Bi3uEXqXso1JSuT2t7FjgvgG7747uMN6RhQQ@mail.gmail.com>
References:  <CAOjFWZ4kykWcWw%2Bi3uEXqXso1JSuT2t7FjgvgG7747uMN6RhQQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000008948f605d8a97807
Content-Type: text/plain; charset="UTF-8"

On Wed, Feb 23, 2022 at 6:58 AM Freddie Cash <fjwcash@gmail.com> wrote:

> System was running 12.1 without issues, with a full install of KDE 5.
>
> Did an upgrade to 12.2.  Everything was still working.
>
> Did a "pkg update/pkg upgrade" to the latest quarterly ... and now no KDE
> applications will run.  Running anything gives the following error:
>
> ld-elf.so.1: /usr/local/lib/libKF5CoreAddons.so.5: Undefined symbol
> "_ZNSt19bad_optional_accessD1Ev"
>

unmangled, this is "std::bad_optional_access::~bad_optional_access()",
so it looks like something with the libc++ you have on your system is out
of sync with the rest (this from a short search, I don't know much more
about that stuff ... )

HTH


> Thinking it might be an issue with the quarterly package builds, I
> switched pkg to use the latest repo.  Did a forced upgrade to make sure
> everything was re-installed.  Same error.
>
> Did an upgrade to 13.0.  Force upgraded all pkgs again.  Same error.
>
> Manually uninstalled all KDE frameworks pkgs and installed them fresh.
> Same error.
>
> Unfortunately, even though this is running on a ZFS pool, I didn't
> snapshot the /usr/local filesystem, so I can revert to a working system.  :(
>
> Haven't tried building from the ports tree directly yet or trying to
> figure out poudriere.  Hoping to avoid that if possible (been using
> strictly the official binary packages for several years now).
>
> Has anyone else come across this error message when using the latest or
> quarterly KDE packages?
>
> --
> Freddie Cash
> fjwcash@gmail.com
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'

--0000000000008948f605d8a97807
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr"><div class=3D"gmail_default" style=3D"fon=
t-family:arial,helvetica,sans-serif;font-size:small"><br></div></div><br><d=
iv class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Wed, Feb =
23, 2022 at 6:58 AM Freddie Cash &lt;<a href=3D"mailto:fjwcash@gmail.com">f=
jwcash@gmail.com</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" =
style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);pa=
dding-left:1ex"><div dir=3D"ltr">System was running 12.1 without issues, wi=
th=C2=A0a full install of KDE 5.<div><br></div><div>Did an upgrade to 12.2.=
=C2=A0 Everything was still working.</div><div><br></div><div>Did a &quot;p=
kg update/pkg upgrade&quot; to the latest quarterly ... and now no KDE appl=
ications will run.=C2=A0 Running anything gives the following error:</div><=
div><br></div><div>ld-elf.so.1: /usr/local/lib/libKF5CoreAddons.so.5: Undef=
ined symbol &quot;_ZNSt19bad_optional_accessD1Ev&quot;</div></div></blockqu=
ote><div><br></div><div class=3D"gmail_default" style=3D"font-family:arial,=
helvetica,sans-serif;font-size:small">unmangled, this is &quot;<span style=
=3D"color:rgb(0,0,0);font-family:monospace">std::bad_optional_access::~bad_=
optional_access()&quot;,</span></div><span style=3D"font-family:monospace">
<span class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-ser=
if;font-size:small">so it looks like something with the libc++ you have on =
your system is out of sync with the rest (this from a short search, I don&#=
39;t know much more about that stuff ... )</span><div class=3D"gmail_quote"=
><span style=3D"font-family:monospace"><br></span></div><div class=3D"gmail=
_quote"><span style=3D"font-family:monospace"><span class=3D"gmail_default"=
 style=3D"font-family:arial,helvetica,sans-serif;font-size:small">HTH</span=
><br></span></div><br></span><blockquote class=3D"gmail_quote" style=3D"mar=
gin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1=
ex"><div dir=3D"ltr"><div><br></div><div>Thinking it might be an issue with=
 the quarterly package builds, I switched pkg to use the latest repo.=C2=A0=
 Did a forced upgrade to make sure everything was re-installed.=C2=A0 Same =
error.</div><div><br></div><div>Did an upgrade to 13.0.=C2=A0 Force upgrade=
d all pkgs again.=C2=A0 Same error.<br clear=3D"all"><div><br></div><div>Ma=
nually uninstalled all KDE frameworks pkgs and installed them fresh.=C2=A0 =
Same error.</div><div><br></div><div>Unfortunately, even though this is run=
ning on a ZFS pool, I didn&#39;t snapshot the /usr/local filesystem, so I c=
an=C2=A0revert to a working system.=C2=A0 :(</div><div><br></div><div>Haven=
&#39;t tried building=C2=A0from the ports tree directly yet or trying to fi=
gure out poudriere.=C2=A0 Hoping to avoid that if possible (been using stri=
ctly the official binary packages for several years now).</div><div><br></d=
iv><div>Has anyone else come across this error message when using the lates=
t or quarterly KDE packages?</div><div><br></div>-- <br><div dir=3D"ltr">Fr=
eddie Cash<br><a href=3D"mailto:fjwcash@gmail.com" target=3D"_blank">fjwcas=
h@gmail.com</a></div></div></div>
</blockquote></div><br clear=3D"all"><div><br></div>-- <br><div dir=3D"ltr"=
 class=3D"gmail_signature"><div dir=3D"ltr"><div>Michael Schuster<br><a hre=
f=3D"http://recursiveramblings.wordpress.com/" target=3D"_blank">http://rec=
ursiveramblings.wordpress.com/</a><br></div><div>recursion, n: see &#39;rec=
ursion&#39;<br></div></div></div></div>

--0000000000008948f605d8a97807--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADqw_gLQRf3VgAvPT5zprOz_GR%2BsrMHAajW8Lvw5Awc0oDmWxw>