Package Details: qucs 0.0.20_rc2-2

Git Clone URL: https://aur.archlinux.org/qucs.git (read-only, click to copy)
Package Base: qucs
Description: An integrated circuit simulator with a graphical user interface
Upstream URL: http://qucs.sourceforge.net
Licenses: GPL
Submitter: Barthalion
Maintainer: wereii
Last Packager: freaknils
Votes: 26
Popularity: 0.000000
First Submitted: 2018-01-05 15:44 (UTC)
Last Updated: 2020-04-23 13:10 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

bastla commented on 2020-04-23 12:32 (UTC)

The package is currently broken:

[...]/qucs/PKGBUILD: line 20: cd: [...]/qucs/src/qucs-0.0.20_rc2: No such file or directory

It should be [...]/qucs/src/qucs-0.0.20-rc2.tar.gz

v_2e commented on 2020-04-22 15:54 (UTC) (edited on 2020-04-22 16:04 (UTC) by v_2e)

Hello! I tried to build QUCS 0.0.20-RC2 today making just minor edits to PKGBUILD:

pkgver=0.0.20_rc2
source=("http://downloads.sourceforge.net/project/qucs/qucs/${pkgver%_*}/qucs-${pkgver//_/-}.tar.gz"
prepare() {
    cd "$srcdir"/$pkgname-${pkgver%_*}
    #patch -p0 -i ../issue710.patch
    # this patch is already incorporated to the 0.0.20-RC2 version
}

and everything builds and works fine so far. So I suggest upgrading this AUR package to 0.0.20-RC2 version, since there is such official release. Thank you!

beautifulzzzz commented on 2019-08-21 20:43 (UTC)

the link:(http://downloads.sourceforge.net/project/qucs/qucs/0.0.19/qucs-0.0.19.tar.gz) change to the https link:(https://jaist.dl.sourceforge.net/project/qucs/qucs/0.0.19/qucs-0.0.19.tar.gz)

trb commented on 2018-09-01 17:19 (UTC)

@eigengrau I just managed to install it on a fresh version of the system, maybe you need to reinstall Qt4?

eigengrau commented on 2018-09-01 11:37 (UTC)

This currently fails to build with:

=== configuring in qucs (/home/seb/tmp/build/qucs/src/qucs-0.0.19/qucs)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr'  '--disable-doc' 'CXXFLAGS=-march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -fdebug-prefix-map=/home/seb/tmp/build/qucs/src=/usr/src/debug' 'LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CFLAGS=-march=native -mtune=native -O2 -pipe -fstack-protector-strong -fno-plt -g -fvar-tracking-assignments -fdebug-prefix-map=/home/seb/tmp/build/qucs/src=/usr/src/debug' --cache-file=/dev/null --srcdir=

…

checking for Qt headers... found in /usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtScript -I/usr/include/qt4/Qt3Support
checking for Qt... 4 (multi-threaded)
checking for Qt library... configure: error: not found
configure: error: ./configure failed for qucs

freaknils commented on 2018-06-16 10:09 (UTC)

@altazar: I merged your fixes :-)

altazar commented on 2018-06-15 23:06 (UTC) (edited on 2018-06-15 23:09 (UTC) by altazar)

I propose to merge fix for the bug https://bugs.archlinux.org/task/55636 (original github issue: https://github.com/Qucs/qucs/issues/710)

I've backport this fix for version 0.0.19 (filename issue710.patch): https://ptpb.pw/Vu5X.patch

And prepare PKGBUILD changes: https://ptpb.pw/PKRS

Please update AUR with these fixes. They are solve "crash on simulation" issue completely.

City-busz commented on 2018-01-07 21:34 (UTC)

Reported bug: https://bugs.archlinux.org/task/55636