You are not logged in.

#1 2025-01-11 01:01:33

tandy
Member
Registered: 2024-12-14
Posts: 7

[SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

Getting this error after a yay -Syu for both howdy (aur) and spectacle.

symbol lookup error: /usr/lib/liblapack.so.3: undefined symbol: taa_

here's the transaction:

[2025-01-10T19:16:36-0500] [ALPM] transaction started
[2025-01-10T19:16:36-0500] [ALPM] upgraded util-linux-libs (2.40.2-3 -> 2.40.3-1)
[2025-01-10T19:16:36-0500] [ALPM] installed marked (5.0.0-2)
[2025-01-10T19:16:37-0500] [ALPM] installed marked-man (1.3.3-2)
[2025-01-10T19:16:37-0500] [ALPM] installed rust (1:1.83.0-2)
[2025-01-10T19:16:37-0500] [ALPM] installed compiler-rt (18.1.8-1)
[2025-01-10T19:16:37-0500] [ALPM] installed clang (18.1.8-5)
[2025-01-10T19:16:37-0500] [ALPM] upgraded blas (3.12.0-5 -> 3.12.1-1)
[2025-01-10T19:16:37-0500] [ALPM] upgraded cblas (3.12.0-5 -> 3.12.1-1)
[2025-01-10T19:16:38-0500] [ALPM] upgraded git (2.47.1-1 -> 2.48.0-1)
[2025-01-10T19:16:38-0500] [ALPM] upgraded lapack (3.12.0-5 -> 3.12.1-1)
[2025-01-10T19:16:38-0500] [ALPM] upgraded lib32-util-linux (2.40.2-1 -> 2.40.3-1)
[2025-01-10T19:16:38-0500] [ALPM] upgraded util-linux (2.40.2-3 -> 2.40.3-1)
[2025-01-10T19:16:38-0500] [ALPM] transaction completed

anyone know how to fix this?

Last edited by tandy (2025-01-11 01:59:28)


i am clueless

Offline

#2 2025-01-11 01:14:20

ayekat
Member
Registered: 2011-01-17
Posts: 1,614

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

pacman -Qi spectacle

Have you rebuilt the affected packages after the upgrade?


pkgshackscfgblag

Offline

#3 2025-01-11 01:19:01

tandy
Member
Registered: 2024-12-14
Posts: 7

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

for spectacle, it may have to be rebuilt by the maintainer. for howdy, yes; I rebuilt howdy and python-dlib but they still don't work

Name            : spectacle
Version         : 24.12.1-1
Description     : KDE screenshot capture utility
Architecture    : x86_64
URL             : https://apps.kde.org/spectacle/
Licenses        : GPL-2.0-or-later
Groups          : kde-applications  kde-graphics
Provides        : None
Depends On      : gcc-libs  glibc  kconfig  kconfigwidgets  kcoreaddons  kcrash  kdbusaddons
                  kglobalaccel  kguiaddons  ki18n  kio  kirigami  kjobwidgets  knotifications  kpipewire
                  kservice  kstatusnotifieritem  kwidgetsaddons  kwindowsystem  kxmlgui  layer-shell-qt
                  libxcb  opencv  prison  purpose  qt6-base  qt6-declarative  qt6-imageformats
                  qt6-multimedia  qt6-wayland  wayland  xcb-util  xcb-util-cursor  xcb-util-image
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 5.53 MiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Thu 09 Jan 2025 02:36:55 PM EST
Install Date    : Fri 10 Jan 2025 07:50:21 PM EST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
Name            : howdy-beta-git
Version         : 2.6.1.r245.gaa75c76-1
Description     : Windows Hello for Linux (Beta)
Architecture    : x86_64
URL             : https://github.com/boltgolt/howdy
Licenses        : MIT
Groups          : None
Provides        : howdy
Depends On      : opencv  hdf5  python  python-pillow  python-dlib  python-face_recognition
                  python-face_recognition_models  python-click  python-numpy  python-opencv  libinih
Optional Deps   : python-elevate: for GUI howdy-gtk
Required By     : None
Optional For    : None
Conflicts With  : howdy
Replaces        : None
Installed Size  : 31.18 MiB
Packager        : Unknown Packager
Build Date      : Fri 10 Jan 2025 07:23:21 PM EST
Install Date    : Fri 10 Jan 2025 07:23:47 PM EST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None

i am clueless

Offline

#4 2025-01-11 01:54:50

burn_e99
Member
Registered: 2025-01-11
Posts: 1

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

Just ran into the same thing with spectacle, looks like version 3.12.1 of lapack is causing the issue.  Downgrading it to 3.12.0-5 temporarily fixes the issue at hand.

Offline

#5 2025-01-11 01:56:00

uncognic
Member
Registered: 2025-01-11
Posts: 1

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

I have the same issue after upgrading blas cblas and lapack. Downgrading lapack to 3.12.0-5 fixed it smile

Offline

#6 2025-01-11 01:57:37

tandy
Member
Registered: 2024-12-14
Posts: 7

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

burn_e99 wrote:

Just ran into the same thing with spectacle, looks like version 3.12.1 of lapack is causing the issue.  Downgrading it to 3.12.0-5 temporarily fixes the issue at hand.

this fixed it!


i am clueless

Offline

#7 2025-01-11 08:09:55

barra
Member
From: Indonesia
Registered: 2024-12-25
Posts: 2

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

burn_e99 wrote:

Just ran into the same thing with spectacle, looks like version 3.12.1 of lapack is causing the issue.  Downgrading it to 3.12.0-5 temporarily fixes the issue at hand.

thanks, that fixes it for me.

Last edited by barra (2025-01-11 08:10:51)

Offline

#8 2025-01-11 08:12:20

gromit
Package Maintainer (PM)
From: Germany
Registered: 2024-02-10
Posts: 896
Website

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

This is being tracked here on the bugtracker: https://gitlab.archlinux.org/archlinux/ … -/issues/3

Offline

#9 2025-01-11 09:02:51

Preycon
Member
From: México, D.F.
Registered: 2009-02-14
Posts: 53

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

uncognic wrote:

I have the same issue after upgrading blas cblas and lapack. Downgrading lapack to 3.12.0-5 fixed it smile

Just logged in to say thank you!

Reinstalled today and was facing the same problem.

Offline

#10 2025-01-11 10:33:58

rootkit
Member
Registered: 2024-07-18
Posts: 5

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

Just to point out that version 3.12.1-2 has just been released which fixes the issue.

Offline

#11 2025-01-12 22:23:14

Preycon
Member
From: México, D.F.
Registered: 2009-02-14
Posts: 53

Re: [SOLVED] symbol lookup error: /usr/lib/liblapack.so.3: ...

rootkit wrote:

Just to point out that version 3.12.1-2 has just been released which fixes the issue.

Nice, time to update!

Offline

Board footer

Powered by FluxBB