Package Details: graywolf 0.1.6-1

Git Clone URL: https://aur.archlinux.org/graywolf.git (read-only, click to copy)
Package Base: graywolf
Description: An oopensource placement tool
Upstream URL: https://github.com/rubund/graywolf/
Licenses: GPL
Provides: libycadgraywolf.so
Submitter: killruana
Maintainer: John_Smith
Last Packager: John_Smith
Votes: 2
Popularity: 0.000000
First Submitted: 2015-10-11 16:39 (UTC)
Last Updated: 2019-07-18 13:07 (UTC)

Required by (2)

Sources (1)

Latest Comments

killruana commented on 2020-11-13 18:45 (UTC) (edited on 2020-11-13 18:46 (UTC) by killruana)

Since I'm no longer the package maintener, I cannot push the new pkgbuild.

Juste replace the cmake line in the build function by this one: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_FLAGS="-fcommon" -DCMAKE_CXX_FLAGS="-fcommon"

The full pkgfile can be found here: http://paste.debian.net/1172358/

killruana commented on 2020-11-13 13:59 (UTC)

I don't have the time to look right now. I will try this weekend.

cdwijs commented on 2020-11-13 10:44 (UTC) (edited on 2020-11-13 10:44 (UTC) by cdwijs)

Compiling this package fails with this error:

[ 53%] Linking C executable TimberWolfMC
/usr/bin/ld: CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x5e40): multiple definition of `yyss'; CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x5e40): first defined here
/usr/bin/ld: CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6240): multiple definition of `yyssp'; CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6240): first defined here
/usr/bin/ld: CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x4ea0): multiple definition of `yyvs'; CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x4ea0): first defined here
/usr/bin/ld: CMakeFiles/TimberWolfMC.dir/readnets.c.o:(.bss+0x6238): multiple definition of `yyvsp'; CMakeFiles/TimberWolfMC.dir/readcells.c.o:(.bss+0x6238): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [src/twmc/CMakeFiles/TimberWolfMC.dir/build.make:1083: src/twmc/TimberWolfMC] Error 1
make[1]: *** [CMakeFiles/Makefile2:395: src/twmc/CMakeFiles/TimberWolfMC.dir/all] Error 2
make: *** [Makefile:160: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...