Package Details: appcsxcad-git 0.2.3.r0.g047ca6d-1

Git Clone URL: https://aur.archlinux.org/appcsxcad-git.git (read-only, click to copy)
Package Base: appcsxcad-git
Description: Minimal GUI Application using the QCSXCAD library
Upstream URL: https://github.com/thliebig/AppCSXCAD
Licenses: GPL-3.0-or-later
Conflicts: appcsxcad
Provides: appcsxcad
Submitter: kbeckmann
Maintainer: xiota
Last Packager: xiota
Votes: 1
Popularity: 0.000000
First Submitted: 2020-08-17 10:32 (UTC)
Last Updated: 2024-08-11 09:58 (UTC)

Latest Comments

kbeckmann commented on 2024-08-11 09:44 (UTC)

Thank you xiota, that's much appreciated.

kbeckmann commented on 2024-08-11 09:07 (UTC)

I would like to give up ownership of this package. If anyone would like to take over, please leave a comment and it's yours.

kbeckmann commented on 2024-08-11 09:06 (UTC) (edited on 2024-08-11 09:06 (UTC) by kbeckmann)

Thank you xiota for the recommendations. I updated the dependencies but am still having trouble building. I use a clean docker with nothing installed and somehow end up with hdf5 package conflicts anyway, it probably gets installed by one of the dependencies:

resolving dependencies...
looking for conflicting packages...
:: hdf5-openmpi-1.14.4.3-1 and hdf5-1.14.4.3-1 are in conflict. Remove hdf5? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: hdf5-openmpi-1.14.4.3-1 and hdf5-1.14.4.3-1 are in conflict
 -> error making: csxcad-git - exit status 8
error installing repo packages

kbeckmann commented on 2024-03-15 21:32 (UTC) (edited on 2024-03-15 21:33 (UTC) by kbeckmann)

I believe libxcursor should be a dependency of vtk, but I added it here in order to unblock.

thotypous commented on 2024-03-15 16:30 (UTC)

libxcursor is needed as a depend, otherwise build fails with:

[ 83%] Linking CXX executable AppCSXCAD
/usr/sbin/ld: warning: libXcursor.so.1, needed by /usr/lib/libvtkRenderingOpenGL2.so.9.3, not found (try using -rpath or -rpath-link)
/usr/sbin/ld: /usr/lib/libvtkRenderingOpenGL2.so.9.3: undefined reference to `XcursorFilenameLoadCursor'
collect2: error: ld returned 1 exit status