How are your coding skills? 1. I would check to see if it was built with debug symbols, if not re-install from the AUR, but change the PKGBUILD to enable debug (It is written in c++ using the Qt library)2. Run the program under gdb.3. When it crashes, enter the gdb command bt4.
One of the comments on https://aur.archlinux.org/packages.php?ID=25716 says niki wrote:Could the conflict/provides/replaces lines for ipset be removed from the package, as ipset is no longer included.You can try editing the PKGBUILD and removing the conflict: https://aur.archlinux.org/packages/xt/x … s/PKGBUILD
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-09-29T20:38:29Z
Try csound-git https://aur.archlinux.org/packages.php?ID=48830 but see the comments - problems again.You can see how to deal with git in the PKGBUILD.Another way is to instal binary package from an unofficial user repository.
Have a look at obsetlayout.http://aur.archlinux.org/packages.php?ID=34376After you install the program just run obsetlayout it pretty self explanatory.
whitethorn
https://bbs.archlinux.org/profile.php?id=36624
2011-07-24T21:29:12Z
The problem was bison-2.6. I've just chucked together a PKGBUILD for netbee here: https://aur.archlinux.org/packages.php?ID=62293Tested on x86_64, building of12softswitch. The PKGBUILD is pretty much pieced together from some of the tips on that github repository. Feedback welcome.
switchcade
https://bbs.archlinux.org/profile.php?id=63217
2012-08-26T03:16:19Z
That AUR package is pretty limited, you can use the website directly: http://pacnet.archlinux.pl/category/
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-09-09T07:27:14Z
Aur is known to have trouble with split pacakges, and it looks like you have not followed exactly the workaround splittest example pkgbuild that works.compare your pkgbase , pkgname and true && pkgname lines with those in https://aur.archlinux.org/packages/sp/s … t/PKGBUILD .
Lone_Wolf
https://bbs.archlinux.org/profile.php?id=4504
2013-04-11T11:34:47Z
Same problem, works now with qt-4.8.3-3. Download it :64 bits : https://www.archlinux.org/packages/extr … /download/32 bits : https://www.archlinux.org/packages/extr … /download/With root privileges :pacman -U /path/to/downloaded/qt/package
Sinma
https://bbs.archlinux.org/profile.php?id=58560
2012-09-23T11:35:57Z
Perhaps you can try to install it from the AUR? https://aur.archlinux.org/packages.php?ID=61033I haven't checked if their still is a package in the official repositories. Then again, perhaps you might switch to Syslinux instead of Grub. http://www.archlinux.org/packages/core/x86_64/syslinux/Cheers
tr!x0r
https://bbs.archlinux.org/profile.php?id=45174
2012-08-09T11:45:02Z