Thank you!
Search Criteria
Package Details: eagle 9.6.2-1
Package Actions
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: | 281 |
Popularity: | 0.190959 |
First Submitted: | 2008-03-24 12:05 (UTC) |
Last Updated: | 2020-06-08 14:46 (UTC) |
Dependencies (2)
Required by (0)
Sources (5)
Latest Comments
vglinden commented on 2021-09-07 16:54 (UTC)
Bevan commented on 2021-09-07 08:26 (UTC)
@vglinden: It should be under ~/.local/share/Eagle/settings/9.6.2/eaglerc. Note that this path changes with each eagle update.
vglinden commented on 2021-09-07 05:51 (UTC)
This package works very well for me. But I can't find the eaglerc, even although it hold configurations I make. Would anyone care to tell me where it is please?
Limhes commented on 2021-05-17 06:33 (UTC) (edited on 2021-05-17 06:42 (UTC) by Limhes)
@Bevan: Removing the variable as you suggest leads to the same behavior. On my system LD_LIBRARY_PATH is set to /usr/local/MATLAB/MATLAB_Runtime/v910/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v910/bin/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v910/sys/os/glnxa64:/usr/local/MATLAB/MATLAB_Runtime/v910/extern/bin/glnxa64
PS: Running e.g. kde-open5 https://www.google.com
from a terminal works just fine
PS2: Running /opt/eagle/eagle
from a terminal also works fine, and opens web pages correctly after clicking "view on web". Am I using my system's Qt version here instead of Eagle's supplied Qt?
Bevan commented on 2021-05-14 12:39 (UTC)
@Limhes: This looks it's caused by our custom start script that sets LD_LIBRARY_PATH. Do you normally have that variable set to anything?
Could you please try the following?
env -u LD_LIBRARY_PATH eagle
Limhes commented on 2021-05-14 12:22 (UTC)
Eagle works fine, but when I try to "view on web" on a managed library or a 3D model, nothing happens and console shows this:
kde-open5: /opt/eagle/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by kde-open5)
kde-open5: /opt/eagle/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib/libKF5KIOWidgets.so.5)
(... 21 more similar lines...)
kde-open5: /opt/eagle/lib/libQt5Core.so.5: version `Qt_5.15' not found (required by /usr/lib/libQt5WaylandClient.so.5)
I just rebuilt & installed the AUR package, my qt5-base version is 5.15.2+kde+r192-1. Running eagle with LD_LIBRARY_PATH=(any lib path here):$LD_LIBRARY_PATH /usr/bin/eagle
does not solve the problem.
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!
jaskij commented on 2019-05-21 13:14 (UTC)
@Bevan: if three months without updates didn't break my personal system I'll do it in the evening. Is Manjaro fine?
Bevan commented on 2019-05-21 12:45 (UTC) (edited on 2019-05-21 12:47 (UTC) by Bevan)
@jaskij: Unfortunately, my Arch system is currently not available for me to test the new version. I pushed a new PKGBUILD to https://github.com/michaellass/AUR/tree/eagle-9.4.1/eagle. Could you test if this works for you? If yes, I'll push it here.
jaskij commented on 2019-05-21 12:35 (UTC)
@gunjah @Bevan there is a known issue with Eagle crashing after updating the assembly variant. It is partially fixed in 9.4.1 which is already released.
See this thread: https://forums.autodesk.com/t5/eagle-forum/eagle-9-4-crash-after-assembly-variant-is-updated/td-p/8785135
Bevan commented on 2019-04-15 07:41 (UTC)
@gunjah, there were no major changes to this PKGBUILD since 9.1.1 so I would expect it to work. However, I assume it is pretty much untested on a recent Arch Linux. Is there a specific reason you cannot use the most recent version of Eagle?
Or does anybody have crashes with the current version as well?
coldspark commented on 2019-04-15 07:25 (UTC) (edited on 2019-04-15 07:27 (UTC) by coldspark)
EAGLE crashes regularly. Might this be because I used this script with version 9.1.1 of the tarball?
renne commented on 2018-07-14 08:04 (UTC)
The https://componentsearchengine.com/EaglePlugin.php ULP plug-in provides access to the Componentsearchengine components database.
Please add it to the EAGLE packages.
kimani commented on 2018-07-04 20:09 (UTC)
New update from https://eagle-updates.circuits.io/downloads/9_1_0/Autodesk_EAGLE_9.1.0_English_Linux_64bit.tar.gz
Logged in and update button came up.
Bevan commented on 2018-06-12 18:19 (UTC)
Thanks for the report! I don't use eagle on a daily basis so I wasn't aware of this issue yet. I just pushed a version that should fix this issue. Please report if you notice any remaining or new issues.
sotoleni commented on 2018-06-12 09:49 (UTC)
You have to downgrade the "mesa" package to the last version: 18.0.4-1 The newer version 18.1.1-1 produce that output. I don't know who is generating the problem, eagle or mesa?
goodmen commented on 2018-06-12 09:12 (UTC)
I got something wrong:
Could not initialize GLX Aborted (core dumped)
Bevan commented on 2018-03-06 21:35 (UTC)
randusr: Thanks for the hint on the update button within eagle. Since I did not have such a button anywhere in the UI (and in fact never have seen it before), I experimented around a bit. It seems like you only get the update message when you log in with your Autodesk account.
randusr commented on 2018-03-06 13:57 (UTC)
There is a new version at https://eagle-updates.circuits.io/downloads/8_6_3/Autodesk_EAGLE_8.6.3_English_Linux_64bit.tar.gz You are redirected there from within eagle when you klick the Update button.
I did not try it yet, just wanted to let you know.
dpello commented on 2018-02-21 08:16 (UTC) (edited on 2018-02-21 08:18 (UTC) by dpello)
Last version fails to work with this message:
% eagle
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
[1] 28911 abort (core dumped) eagle
It's solved if you install en_US.UTF-8 locale.
Pinned Comments