Package Details: k3d-git 0.8.0.6+17-2

Git Clone URL: https://aur.archlinux.org/k3d-git.git (read-only, click to copy)
Package Base: k3d-git
Description: 3D modelling and animation software
Upstream URL: http://www.k-3d.org
Keywords: K-3D
Licenses: GPL
Conflicts: k3d
Provides: k3d
Submitter: ashman
Maintainer: Singularity
Last Packager: Singularity
Votes: 1
Popularity: 0.000000
First Submitted: 2016-09-03 15:09 (UTC)
Last Updated: 2022-07-25 12:33 (UTC)

Latest Comments

1 2 Next › Last »

morsmortium commented on 2023-10-16 16:53 (UTC)

I had to put -D CMAKE_CXX_FLAGS="-DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16" \ into the cmake command for it to build

morsmortium commented on 2022-03-06 08:28 (UTC)

Making a cube and trying to select it, in any mode gives: zsh: segmentation fault (core dumped) k3d --log-level debug

I tried k3d --log-level debug and it doesnt indicate anything (it doesnt write anything after my click and before the crash).

I tried building with _k3d_python=ON and without, both gives the same result

Heres my log: https://0x0.st/oPy0.txt

ashman commented on 2018-01-28 11:17 (UTC)

Thank you for the information Enrico68. This is a linker error and as you suggested probably a problem with the imagemagick package in your installation. This or your cmake does not work as intended and is not able to find and add all required dependencies correctly (my version is 3.10.1). I have checked the K-3D source code for the plug-in in question and was unfortunately not able to identify a problem. The plugin itself uses only the Magick++ high level interface and not the symbol in the error directly.

Enrico68 commented on 2018-01-24 14:37 (UTC)

If this could be useful , during make process I got the following message

[ 37%] Generating ../../lib/k3d/plugins/k3d-imagemagick-io.module.proxy Loading plugin module /tmp/yaourt-tmp-enrico/aur-k3d-git/src/k3d-build/lib/k3d/plugins/k3d-imagemagick-io.module Module k3d-imagemagick-io.module: /tmp/yaourt-tmp-enrico/aur-k3d-git/src/k3d-build/lib/k3d/plugins/k3d-imagemagick-io.module: undefined symbol: _ZNK6Magick5Image4rowsEv

So I think the problem is connected with the imagemagick package

Enrico68 commented on 2018-01-24 10:31 (UTC)

Tried with both k3d and k3d-git and using both imagemagick git and non git. Got the same error. I am on MacBookPro8,1 1.0 with Kernel: 4.9.77-1-MANJARO .

ashman commented on 2018-01-21 14:07 (UTC)

No, my build system has the non git version of the imagemagick package as provided by the official repository. The exact version is 7.0.7.21-1. I tried to install the imagemagick-git package from the AUR to see if this might trigger the reported problem but the build of this package failed due to some missing file still during the download/prepare phase. Maybe you guys could check your installed imagemagick package and see what is exactly installed on your systems. This might give a clue.

test0 commented on 2018-01-21 10:58 (UTC)

I could only speculate that this package is only compatible with git version of imagemagick. Are you using imagemagick git ashman?

ashman commented on 2018-01-21 09:51 (UTC)

Can't reproduce this. I am building on a fresh Arch installation installed from the 2018.01.01 ISO inside a VM and the package builds fine. Maybe someone in the forums can help you out because I have no clue how to fix this specific issue. If someone figures out the problem I will happily integrate a patch and forward it to upstream.

Enrico68 commented on 2018-01-20 02:19 (UTC)

Getting error after finishing compiling package :

CMake Error at modules/imagemagick_io/cmake_install.cmake:61 (file): file INSTALL cannot find "/tmp/yaourt-tmp-enrico/aur-k3d-git/src/k3d-build/lib/k3d/plugins/k3d-imagemagick-io.module.proxy". Call Stack (most recent call first): modules/cmake_install.cmake:68 (include) cmake_install.cmake:51 (include)

ashman commented on 2018-01-07 11:14 (UTC)

To my knowledge there are no prebuild binary packages. Alternativly you could try to download an existing Arch Linux Virtual Box image from osboxes.org (or Docker Hub) and build it within the image. Just ensure to perform a system update first. K-3D explicitly links against a specific Boost so the version of the build system has to be present on the productive system.

I can upload you a binary package but I need a valid contact address since posting temporary links in the comment section should be avoided according to the community rules.