Package Details: superslicer-git 1:2.4.58.5.r0.g76856c584-1

Git Clone URL: https://aur.archlinux.org/superslicer-git.git (read-only, click to copy)
Package Base: superslicer-git
Description: G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
Upstream URL: https://github.com/supermerill/SuperSlicer
Keywords: 3d 3d-printing 3dprinter gcode printing prusaslicer slic3r slic3r++ slicer stl superslicer
Licenses: AGPL3
Conflicts: superslicer, superslicer-prerelease
Provides: superslicer
Replaces: slic3r++
Submitter: LuckyTurtleDev
Maintainer: LuckyTurtleDev
Last Packager: msrd0
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-16 10:38 (UTC)
Last Updated: 2022-09-26 10:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

LuckyTurtleDev commented on 2021-05-01 16:37 (UTC)

@khumarahn I would recommend you to report this to https://github.com/supermerill/SuperSlicer/issues

khumarahn commented on 2021-05-01 16:30 (UTC)

yes, I see, thank you :-) It complies now. However, printer profiles and filament profiles are inaccessible, and I get errors of the type

./src/gtk/notebook.cpp(281): assert ""page < GetPageCount()"" failed in SetPageImage(): invalid notebook index

on start. But that is a different issue.

LuckyTurtleDev commented on 2021-05-01 16:26 (UTC)

@khumarahn I did fix the build issue with OpenEXR 3

khumarahn commented on 2021-04-30 10:27 (UTC)

Yeap. Perhaps upstream will have to patch cmake/modules/FindOpenVDB.cmake...

LuckyTurtleDev commented on 2021-04-30 10:12 (UTC)

@khumarahn in libOpenEXR 3 libIlmImf was renamed to libOpenEXR and moved to the imath package. The header were not changed, and now included by OpenEXR via a CMakes. I am not sure why this does not work.

prusa-slicer-git hit the same problem. I will look, how they will fix it.

khumarahn commented on 2021-04-29 16:27 (UTC)

... which is probably related to the recent upgrade of openexr from 2.5.5 to 3.0.1?

khumarahn commented on 2021-04-29 16:16 (UTC)

Hi. Hitting the error

-- Found DBUS: /usr/include/dbus-1.0;/usr/lib/dbus-1.0/include  
-- Found Boost: /usr/lib64/cmake/Boost-1.75.0/BoostConfig.cmake (found suitable version "1.75.0", minimum required is "1.64.0") found components: system filesystem thread log locale regex chrono atomic date_time 
-- Boost::boost exists
-- Found TBB: /usr/include (found version "2020.3")  
--   TBB_FOUND               = TRUE
--   TBB_INCLUDE_DIRS        = /usr/include
--   TBB_DEFINITIONS         = 
--   TBB_LIBRARIES           = /usr/lib/libtbb.so
--   TBB_DEFINITIONS_DEBUG   = TBB_USE_DEBUG=1
--   TBB_LIBRARIES_DEBUG     = 
--   TBB_DEFINITIONS_RELEASE = 
--   TBB_LIBRARIES_RELEASE   = /usr/lib/libtbb.so
-- Found CURL: /usr/lib/libcurl.so (found version "7.76.1") 
-- Found ZLIB: /usr/lib/libz.so (found version "1.2.11") 
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "3.3") 
-- Found EXPAT: /usr/lib/libexpat.so (found version "2.3.0") 
-- Found PNG: /usr/lib/libpng.so (found version "1.6.37") 
-- Found OpenGL: /usr/lib/libOpenGL.so   
-- Found GLEW: /usr/include (found version "2.2.0") 
-- Found NLopt in '/usr/lib'.
-- Using NLopt include directory '/usr/include'.
-- Using NLopt library '/usr/lib/libnlopt.so'.
-- Found OpenVDB: /usr/include (found suitable version "8.0.1", minimum required is "5.0") found components: openvdb 
-- OpenVDB ABI Version: 8
CMake Error at cmake/modules/FindOpenVDB.cmake:322 (message):
  IlmBase::Half can not be found!
Call Stack (most recent call first):
  cmake/modules/FindOpenVDB.cmake:346 (just_fail)
  CMakeLists.txt:459 (find_package)


-- Configuring incomplete, errors occurred!

LuckyTurtleDev commented on 2021-04-02 10:32 (UTC)

@NovaViperv If you use yay, it does ask you if you would like to do a clean build:

  1 superslicer-git                          (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 

Press A or a and enter. I think other AUR-helper, will ask you in a similar way.

If you does not use an AUR-helper delete the src folder in the folder, which include the PKGBUILD file.

NovaViper commented on 2021-04-01 17:57 (UTC)

@Lukas1818 How do I perform a clean build?

LuckyTurtleDev commented on 2021-03-31 10:05 (UTC) (edited on 2021-03-31 11:51 (UTC) by LuckyTurtleDev)

@NovaViper I perform a clean build and I do not get this error. Have you try to make a cleanbuild? Furthermore I can see only a warning in line 2477 in your log. I do not know why this cause that the build fail.

If a cleanbuild does not fix it, I would recommend you to open an issue here.