-
Notifications
You must be signed in to change notification settings - Fork 95
Failed to Build #22
Comments
seems the current AUR qcma(not the git version) show the package as needing vitamtpmod and not vitamtpmod-git so I compiled with vitamtpmod-git and it works and runs fine :) still might be good ideal to look into why the normal package can't be compiled together with the vitamtpmod https://aur.archlinux.org/packages/qcma/ and https://aur.archlinux.org/packages/vitamtpmod/ |
Do you have qtchooser installed? I modified the PKGBUILD to use the correct version of qdbuscpp2xml. If installing qtchooser fix your problem then i either add it as a build time dependency or switch to build with Qt5. |
I do have qtchooser installed but I did notice your new PKGBUILD had the wrong command for qt4. Should look something like this http://pastebin.com/UAc5stfM (lines 21, 22, 23 show the new changes) That might be the reason for the build failing |
Trying to install from AUR. Do have qtchooser and all dependencies but still unable to build the package. Sorry to say but I'm a noob, and I can't code or modify PKGBUILD so I'm kind of at a loss as to what to do. Here's a paste of the output: http://pastebin.com/tamSbfr4 |
Can you execute this command? Broken symlinks will show on red. This is mine btw, so the PKGBUILD works fine here:
EDIT: went ahead and modified the PKGBUILD to force qdbusxml2cpp-qt4 even more. |
The output of that command was this: lrwxrwxrwx 1 root root 9 Dec 13 17:50 /usr/bin/qdbusxml2cpp -> qtchooser I'm glad you posted yours too, because I noticed qt5 also being required. Installed qt5 and the pkgbuild worked perfectly. Maybe you could add qt5 or whatever qt5 based packages to the dependencies to ensure that pkgbuild works? |
I just check and current PKGBUILD does work and build just fine for me. Thanks for qcma codestation 😄 |
Closing this since qcma now uses Qt5 by default. |
I can't get qcma to build using the AUR package https://aur.archlinux.org/packages/qcma-git/
Here is a paste bin of what outputs when I try to compile this
http://pastebin.com/YZUJ1Zvu
The text was updated successfully, but these errors were encountered: