Package Details: fritzing 1.0.7-3

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: 247
Popularity: 0.23
First Submitted: 2009-05-31 14:31 (UTC)
Last Updated: 2026-07-04 13:25 (UTC)

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.

Latest Comments

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

LukasvonAllmen commented on 2025-03-07 22:08 (UTC) (edited on 2025-03-07 23:34 (UTC) by LukasvonAllmen)

Hello everybody, sadly this package fails to install on my machine:

fatal error: quazip/quazip.h: No such file or directory
   39 | #include <quazip/quazip.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile.Release:4937: release/folderutils.o] Error 1
make[1]: Leaving directory '...'
make: *** [Makefile:42: release] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
❯ pacman -Qs quazip-qt6
local/quazip-qt6 1.5-1
    C++ wrapper for the ZIP/UNZIP C package

Edit: I had bump the quazip-qt6 version to 1.5 in the following file:

fritzing-app/pri/quazipdetect.pri

INCLUDEPATH += /usr/include/QuaZip-Qt6-1.5/

IDK how I could submit a patch tough...

scyllinice commented on 2024-06-29 16:03 (UTC)

Thank you for being so quick to update! It's a great help and is greatly appreciated.

khvalera commented on 2024-04-07 18:47 (UTC) (edited on 2024-04-07 19:19 (UTC) by khvalera)

When opening old *.fzz, the program began to crash, I can’t figure out how to fix it:

Fritzing
kf.kio.gui: Cannot read information about filesystem under path "/home/test/.cache/thumbnails/"
Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
kf.kio.gui: Cannot read information about filesystem under path "/home/test/.cache/thumbnails/"
Segmentation fault (core dumped)

in fritzing-1.0.0-1 there is no such problem

khvalera commented on 2024-03-12 20:55 (UTC)

Unfortunately, version 1.0.2 crashes when opening some files. Is this a common problem?

khvalera commented on 2024-02-16 22:55 (UTC)

@Bevan Thanks, it works!

Bevan commented on 2024-02-16 19:46 (UTC)

khvalera: Thanks! This is fixed now in 1.0.2-2.

khvalera commented on 2024-02-15 19:34 (UTC)

Translations into other languages have disappeared from the catalog: translations

joshm commented on 2023-11-09 19:14 (UTC) (edited on 2023-11-09 19:14 (UTC) by joshm)

@Bevan: Thanks for the info. I do not know much of anything regarding the inner-workings of this but it seems that one of two things should be true...

  1. After an install completes, it cleans up after itself (or pamac does this automatically).
  2. Before an install starts it cleans up in case a previous build/install failed (or pamac does this automatically).

Based on what you said, it sounds like my assumptions are incorrect!

Bevan commented on 2023-11-08 18:56 (UTC)

@joshm: Caching old copies of $srcdir is one of the unexpected things some AUR helpers do. To fix this issue between version updates, we could rename the extracted directories so that they contain the version number. But the problem will still occur on pkgrel bumps or manual rebuilds of the same version. So I guess the best we can do is to explicitly remove any leftover build directory before compilation...

joshm commented on 2023-11-07 23:12 (UTC)

Updating this package is giving me the following error:

==> Sources are ready.
:: Building fritzing package(s)...
==> Making package: fritzing 1.0.1-1 (Tue 07 Nov 2023 06:02:48 PM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
mkdir: cannot create directory ‘build’: File exists
***Cannot detect .pro file in directory '..'.

QMake expects the file '../...pro' or exactly one .pro file in the given directory.

After rm -rf ~/.cache/pacaur/fritzing and then installing again, it worked.