Search Criteria
Package Details: qucs-git 0.0.18.r1207.g9d924ca-1
Git Clone URL: | https://aur.archlinux.org/qucs-git.git (read-only, click to copy) |
---|---|
Package Base: | qucs-git |
Description: | An integrated circuit simulator with a graphical user interface. (qt4 git version) |
Upstream URL: | http://github.com/qucs/qucs |
Licenses: | |
Submitter: | ClemensFMN |
Maintainer: | anatolik |
Last Packager: | anatolik |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2013-04-10 18:16 |
Last Updated: | 2016-02-23 16:36 |
Dependencies (13)
- adms-git
- qt4 (qt4-revert80e3108)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- bison (byacc-bison, bison-git) (make)
- flex (flex-git) (make)
- git (git-git) (make)
- gperf (gperf-git) (make)
- libtool (libtool-git) (make)
- perl-gd (make)
- perl-xml-libxml (make)
- asco (optional) – to enable circuit optimization
- freehdl (optional) – to permit digital circuit simulation
Latest Comments
1 2 Next › Last »
Solant commented on 2016-02-23 10:38
Build fails, here is patch for PKGBUILD:
build() {
cd $srcdir/qucs/qucs
- ./autogen.sh
+ ./bootstrap
./configure --enable-maintainer-mode --prefix=/usr --with-mkadms=/usr/bin/admsXml
make
cd $srcdir/qucs/qucs-core
- ./bootstrap.sh
+ ./bootstrap
./configure --enable-maintainer-mode --prefix=/usr --with-mkadms=/usr/bin/admsXml
make
}
Frontier commented on 2016-01-19 17:26
Building qucs-git (after obtaining source from git) fails with error:
PKGBUILD: line 26: ./autogen.sh: No such file or directory
proninyaroslav commented on 2015-10-09 08:41
Fixed PKGBUILD.
build() {
+++ cd $srcdir/qucs/
+++ ./bootstrap
cd $srcdir/qucs/qucs
--- ./autogen.sh
./configure --enable-maintainer-mode --prefix=/usr --with-mkadms=/usr/bin/admsXml
make
cd $srcdir/qucs/qucs-core
--- ./bootstrap.sh
./configure --enable-maintainer-mode --prefix=/usr --with-mkadms=/usr/bin/admsXml
make
}
anatolik commented on 2015-04-18 17:42
Thanks for the report. Fixed.
klaus commented on 2015-04-17 22:52
It's not building, I can't even clean the dir and try to rebuild.
% makepkg -C
==> Making package: qucs-git 0.0.18.r768.g00da8dc-1 (Fri Apr 17 19:50:59 BRT 2015)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating qucs git repo...
Fetching origin
-> Found bootstrap-adms-dep.patch
==> Validating source files with md5sums...
qucs ... Skipped
bootstrap-adms-dep.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of qucs git repo...
Cloning into 'qucs'...
done.
==> Starting pkgver()...
==> Starting prepare()...
patching file qucs-core/bootstrap.sh
Hunk #1 FAILED at 35.
1 out of 1 hunk FAILED -- saving rejects to file qucs-core/bootstrap.sh.rej
==> ERROR: A failure occurred in prepare().
Aborting...
nem commented on 2014-07-18 14:04
feel free to adopt
nem commented on 2014-06-07 02:04
tested successful build with updated x86_64 arch on last updated.
hyperelastic commented on 2014-03-15 22:48
Doesn't build. First had to manually install "flex" and "bison". After that compilation process started but interupted soon giving this:
In function 'admstpathparse': y.tab.c:14933:7: error: too few arguments to function 'admstpathlex' ... and so on.
foutrelis commented on 2013-04-11 08:57
Sorry Clemens, but the package you uploaded doesn't even build.
Disowning for Markus (or someone else competent) to adopt.
gtmanfred commented on 2013-04-11 03:05
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
pacman 4.1 supports git