Package Details: eagle 9.6.2-2

Git Clone URL: https://aur.archlinux.org/eagle.git (read-only, click to copy)
Package Base: eagle
Description: Powerful suite for schematic capture and printed circuit board design (aka eaglecad)
Upstream URL: http://www.autodesk.com/products/eagle
Licenses: custom
Submitter: None
Maintainer: Bevan
Last Packager: Bevan
Votes: 284
Popularity: 0.010956
First Submitted: 2008-03-24 12:05 (UTC)
Last Updated: 2023-08-24 15:16 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 15 Next › Last »

JohnRobson commented on 2019-11-25 23:16 (UTC)

@Bevan worked!!! thank you so much.

Bevan commented on 2019-11-24 19:14 (UTC) (edited on 2019-11-24 19:15 (UTC) by Bevan)

@JohnRobson: Your problem looks quite similar to that one of rpash. Could you please try to run eagle as follows?

LD_LIBRARY_PATH=/opt/eagle/lib:$LD_LIBRARY_PATH /usr/bin/eagle

JohnRobson commented on 2019-11-23 22:13 (UTC)

Someone can help me with this error?

$ /usr/bin/eagle
Qt: Session management error: Could not open network socket
Sandboxing disabled by user.
/opt/eagle/libexec/QtWebEngineProcess --type=zygote --no-sandbox --webengine-schemes=qrc:sLV --lang=en-US: symbol lookup error: /opt/eagle/libexec/QtWebEngineProcess --type=zygote --no-sandbox --webengine-schemes=qrc:sLV --lang=en-US: undefined symbol: _ZN7content20localtime_r_overrideEPKlP2tm, version Qt_5
[3633:3633:1123/171126.525791:ERROR:extension_system_qt.cpp(123)] Failed to parse extension manifest.
Segmentation fault (core dumped)

Bevan commented on 2019-11-17 19:59 (UTC)

Thanks for reporting the cause. Maybe we should replace the link under /usr/bin/eagle by a small wrapper script that makes sure that LD_LIBRARY_PATH is not excluding those provided libraries.

rpash commented on 2019-11-17 19:48 (UTC) (edited on 2019-11-17 19:49 (UTC) by rpash)

@Bevan: It seems that all QT related libraries are provided by /lib not /opt/eagle/lib, though they exist in both. I added /opt/eagle/lib to LD_LIBRARY_PATH and that fixed the issue. Seems it didn't break because of the update but because I actually created a LD_LIBRARY_PATH variable around the same time. Thanks for the tip!

Bevan commented on 2019-11-14 10:46 (UTC) (edited on 2019-11-14 11:48 (UTC) by Bevan)

@rpash: I quickly tried and cannot reproduce your problem. Please run the following command:

ldd /opt/eagle/lib/libQt5WebEngineCore.so.5

You should see that all qt related libraries are those provided by eagle. If not, please post the output here.

The symbol that is not found in your case is defined in /opt/eagle/lib/libQt5Qml.so.5. So especially look out for that line.

rpash commented on 2019-11-14 01:21 (UTC)

As of the Juhraya update to Manjaro, eagle gives the following error:

symbol lookup error: /opt/eagle/lib/libQt5WebEngineCore.so.5: undefined symbol: _ZSt24__throw_out_of_range_fmtPKcz, version Qt_5

I am not sure where that symbol is supposed to be, I have tried reverting all my QT packages to the versions pre-update among other things, but the issue persists. Any idea of where I could look to resolve this issue?

Bevan commented on 2019-05-21 13:16 (UTC)

Good enough :-) Typically, these minor updates are relatively painless. Thanks!