Search Criteria
Package Details: kxstitch 2.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kxstitch.git (read-only, click to copy) |
---|---|
Package Base: | kxstitch |
Description: | The program that lets you create cross stitch patterns and charts. |
Upstream URL: | https://userbase.kde.org/KXStitch |
Licenses: | GPL |
Submitter: | None |
Maintainer: | zoe |
Last Packager: | zoe |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2010-02-19 21:52 (UTC) |
Last Updated: | 2019-09-21 11:17 (UTC) |
Dependencies (6)
- libmagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR, imagemagick)
- plasma-workspace (plasma-workspace-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- kdoctools (kdoctools-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
Treyarch commented on 2024-06-14 06:13 (UTC)
I seem to get the following error
-- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "2.4") CMake Error at doc/CMakeLists.txt:1 (KDOCTOOLS_CREATE_HANDBOOK): Unknown CMake command "KDOCTOOLS_CREATE_HANDBOOK".
I am not to sure what to make of it?
dnut7 commented on 2022-01-28 22:18 (UTC) (edited on 2022-01-28 22:19 (UTC) by dnut7)
I also got the error :Error installing kxstitch: /bin exists in filesystem (owned by filesystem).
As i'm a beginner in Linux, i thought PKGBUILD was the one in yay-git (yeah i'm beginner). I have Manjaro Xfce
So for people who are still new like me with little experience in Linux, here are the steps i did and it worked
1) command : git clone https://aur.archlinux.org/kxstitch.git
2) go to the folder kxstitch : cd kxstitch
3) there is the file PKGBUILD (the one from previous comment they talk about). Edit the line : make DESTDIR="${pkgdir}" install
to: make DESTDIR="${pkgdir}/usr" install
(like others said before). Save
4) command : makepkg -si
5) push Enter to all if needed
6) installation is done
drivezt commented on 2020-08-15 13:11 (UTC) (edited on 2020-08-15 13:11 (UTC) by drivezt)
I confirm this error: Error installing kxstitch: /bin exists in filesystem (owned by filesystem).
Workaround helped in PKGBUILD: make DESTDIR="${pkgdir}/usr" install
zoe commented on 2020-08-01 08:58 (UTC) (edited on 2020-08-01 08:58 (UTC) by zoe)
@xeronia : The workaround for conflict imagemagick / libmagick6 :
For me, this did work. And inskscape and kxstitch do work well beside each other.
xeronia commented on 2020-07-30 02:02 (UTC)
I ran into a linker error that occurred because I had both imagemagick and libmagick6 installed:
This linker error occurred because cmake was not able to locate the correct ImageMagick dynamic library. Uninstalling libmagick6 (and anything that depended on it) fixed the error. In my case, Inkscape, which I used once and never touched again, was the only package that depended on libmagick6.
zoe commented on 2020-03-11 09:11 (UTC)
@trames,
I successfully re-compiled and installed kxstitch on my archlinux up-to-date. I did not have your error. So, I don't update PKGBUILD, which works in that state.
trames commented on 2020-03-01 20:14 (UTC) (edited on 2020-03-01 20:16 (UTC) by trames)
Error installing kxstitch: /bin exists in filesystem (owned by filesystem). Programs on Arch cannot be installed into /bin. To get around this, I changed PKGBUILD line
from:
make DESTDIR="${pkgdir}" install
to:
make DESTDIR="${pkgdir}/usr" install
Arch system updated on 02/28/2020
AgedLace commented on 2019-08-25 19:34 (UTC)
@KXStitchAuthor / Steve,
Thank you for this very helpful information. This solved my problem!
KXStitchAuthor commented on 2019-08-25 18:34 (UTC)
There was a change made in in KDE/Qt somewhere after versions KDE 5.55.0/Qt 5.9.7 that caused this problem. It was fixed in the 2.2.0 release of KXStitch.
I have advised another user to install all packages from the qt5 and kf5 package groups and then compile and install the kxstitch-2.2.0 package from http://download.kde.org/stable/kxstitch/2.2.0/kxstitch-2.2.0.tar.xz
This would be a solution pending an updated package.
Regards
Steve Allewell (KXStitch Author)
AgedLace commented on 2019-08-23 00:28 (UTC) (edited on 2019-08-23 00:29 (UTC) by AgedLace)
I am having the exact same problem that roofpond has. I cannot open any .kxs file with KXStitch. I have totally uninstalled and reinstalled KXStitch, but this did not help the situation. Currently, I am saving everything in the Library ... not the best of options, but at least it works ... for now.
THANKS!
1 2 3 4 5 6 7 Next › Last »