aarnt / octopi

A powerful Pacman (Package Manager) front end using Qt libs
https://tintaescura.com/projects/octopi
GNU General Public License v2.0
585 stars 84 forks source link

Unable to open after update #519

Closed DF001 closed 1 year ago

DF001 commented 1 year ago

Get Error when trying to open on any arch distro. Tried it on GarudaOS and AthenaOS:

octopi: undefined symbol: _ZN11QTermWidget20setScrollBarPositionENS_17ScrollBarPositionE

shibedrill commented 1 year ago

Same exact issue here. EndeavourOS, QTermWidget version 1.2.0-1. If you want to fix it, you can downgrade it by installing the AUR version which is still version 0.14.0-1.

Edit: Latest release fixed it. This should probably be closed if OP doesn't have the issue anymore.

simona70 commented 1 year ago

same problem

aarnt commented 1 year ago

@simona70 Hi. Your distro probably compiled octopi with qtermwidget 1.1.0. After that, it may have shipped qtermwidget 1.2.0, but octopi pkg was not recompiled, so the linker can't find the calls to the qterm libs.

frozenemitt commented 1 year ago

In Arch Linux the same issue was fixed by rebuilding and reinstalling octopi after the qtermwidget 1.2.0 update.

demmm commented 1 year ago

@shibedrill

If you want to fix it, you can downgrade it by installing the AUR version which is still version 0.14.0-1.

The version doesn't fix, it is the fact you rebuild on the correct (new, 1.2.0) version of qtermwidget that resolved the issue.

simona70 commented 1 year ago

definitely fixed?

demmm commented 1 year ago

definitely fixed?

Make sure to read the responses here, you are NOT facing an Octopi issue, you need a rebuild since you/your distro updated an underlying library (from qtermwidget).