koreymk: I cannot reproduce that. We explicitly patch fritzing to not look for libgit2 at that location. Could you please try removing /home/korey/.cache/yay/fritzing before trying the build or, if that does not help, building the package manually instead of using yay?
Search Criteria
Package Details: fritzing 1.0.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/fritzing.git (read-only, click to copy) |
---|---|
Package Base: | fritzing |
Description: | PCB layout prototyping application |
Upstream URL: | http://fritzing.org |
Licenses: | GPL-3.0-only AND CC-BY-SA-3.0 AND BSL-1.0 |
Submitter: | phects |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 244 |
Popularity: | 0.35 |
First Submitted: | 2009-05-31 14:31 (UTC) |
Last Updated: | 2025-03-09 13:33 (UTC) |
Dependencies (9)
- libgit2 (libgit2-gitAUR)
- ngspice (ngspice-gitAUR)
- polyclippingAUR
- qt6-serialport
- qt6-svg
- quazip-qt6
- boost (boost-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-tools (make)
Required by (0)
Sources (6)
- 0001-Quick-Dirty-patch-to-allow-finding-quazip-qt6-on-Arc.patch
- 0002-Quick-Dirty-patch-to-allow-finding-ngspice-on-Arch-L.patch
- 0003-Quick-Dirty-patch-to-allow-finding-Clipper1-on-Arch-.patch
- git+https://github.com/fritzing/fritzing-app.git#commit=a8c6ef7cf66f7a42b9b233d6137f1b70a9573a25
- git+https://github.com/fritzing/fritzing-parts.git#commit=76235099ed556e52003de63522fdd74e61d53a36
- svgpp-1.3.1.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 18 Next › Last »
Bevan commented on 2022-06-10 19:19 (UTC)
koreymk commented on 2022-06-10 18:50 (UTC)
Fritzing fails to build.
Project ERROR: libgit2 include path not found in /home/korey/.cache/yay/fritzing/src/fritzing-app/../libgit2/include
Bevan commented on 2022-04-02 08:37 (UTC)
ericfont: No need to downgrade libgit2. You just need to rebuild Fritzing after the libgit2 update. This happens regularly.
ericfont commented on 2022-04-01 19:58 (UTC)
When run, I got error "error while loading shared libraries: libgit2.so.1.3". However I was able to avoid that by downgrading libgit2 from current version 1.4.2 to 1.3.0.
lnoferin commented on 2021-12-12 05:16 (UTC)
@Bevan: thanks, rebuilded with
yay -S fritzing
and now it works!
Bevan commented on 2021-12-08 18:33 (UTC)
Sorry for the late replies:
@SwankyBarbecue4: See the response by slashinfty. You can start fritzing from the command line as Fritzing
. The capital F is an upstream decision... Fritzing should also show up in dmenu due to the installed desktop file (/usr/share/applications/org.fritzing.Fritzing.desktop
). I'm not sure how well w3m/dmenu is integrated into pacman, so maybe some cache wasn't updated after install and therefore it does not show up immediately.
@lnoferin: You need to rebuild the package to link against the new version of libgit2.
slashinfty commented on 2021-12-08 18:18 (UTC)
@SwankyBarbecue4 try Fritzing
with a capital F
lnoferin commented on 2021-12-06 06:47 (UTC)
I can't run fritzing because I get this error
Fritzing: error while loading shared libraries: libgit2.so.1.2: cannot open shared object file: No such file or directory
The command
ldd /usr/bin/Fritzing
gives this error
libgit2.so.1.2 => not found
but I have these libraries installed
pacman -Ss libgit ✔
extra/libgit2 1:1.3.0-1 [installato]
A linkable library for Git
I am on manjaro and this happens on arm64 (raspberry pi400) and on amd64 architecture
SwankyBarbecue4 commented on 2021-12-01 23:23 (UTC)
How can I launch this package? I installed using yay -S fritzing
, however I am unable to find the package when searching for it in dmenu. I am using i3wm.
Pinned Comments
Bevan commented on 2023-09-25 08:41 (UTC) (edited on 2023-11-02 19:48 (UTC) by Bevan)
Please do not flag this package out of date unless there is source code available for a newer version than represented here. Unfortunately, upstream is very reluctant in releasing their GPL3 licensed code to the public.
See:
https://github.com/fritzing/fritzing-app/issues/3876
https://github.com/fritzing/fritzing-app/issues/3881
https://forum.fritzing.org/t/can-t-find-source-code/19723
https://github.com/fritzing/fritzing-app/issues/4070
Bevan commented on 2022-04-02 08:37 (UTC)
ericfont: No need to downgrade libgit2. You just need to rebuild Fritzing after the libgit2 update. This happens regularly.