惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
The GitHub Blog
The GitHub Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
量子位
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
T
Tailwind CSS Blog
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
G
Google Developers Blog
M
MIT News - Artificial intelligence

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - ovito
2026-06-24 · via AUR Newest Packages

alin commented on 2025-05-03 08:19 (UTC)

3.12.1 seems to be broken on current arch... (API changes on Qtbrush) 3.12.2 builds fine

physkets commented on 2025-01-10 02:51 (UTC) (edited on 2025-01-10 02:51 (UTC) by physkets)

hmcezar commented on 2024-12-23 19:45 (UTC)

Thank you @carlosal1015 for the fix and @edeustua for digging into it.

Just tried pkgrel 4 and it compiled in my system.

edeustua commented on 2024-12-22 19:12 (UTC)

Same problem here with zstd_zlibwrapper.h.

The zstd package from archlinux core does not include the wrapper. It has to be compiled or installed some other way. The commented lines in src/ovito/core/CMakeLists.txt:194-200 build the wrapper correctly, but the zstd library has to be downloaded first into src/3rdparty/zstd. I'd think the solution could be one of the following (let me know what you think):

  1. Get the source from zstd into src/3rdparty/zstd and patch the cmake file to uncomment corresponding lines in PKGBUILD.
  2. Create a new AUR package that provides https://github.com/facebook/zstd/tree/dev/zlibWrapper and use it as a dependency for ovito.

Let me know if I can help.

physkets commented on 2024-12-20 08:11 (UTC)

I see the same error as @hmcezar. Looks like we need the zstd submodule, but we don't do a git build. So I don't know how. Are the zstd sources included in the tarball? If not, they should include it.

carlosal1015 commented on 2024-12-17 18:20 (UTC)

In my case compiles fine, let's investigate the new issue.

hmcezar commented on 2024-12-17 08:28 (UTC)

Dear carlosal1015 thank you for trying to fix this! Now I get past the ./configure, but the build is failing:

[ 10%] Building CXX object src/ovito/core/CMakeFiles/Core.dir/Core_autogen/mocs_compilation.cpp.o
In file included from /var/tmp/pamac-build-hmcezar/ovito/src/build/src/ovito/core/Core_autogen/HM7M6C4NFO/moc_GzipIODevice.cpp:9,
                 from /var/tmp/pamac-build-hmcezar/ovito/src/build/src/ovito/core/Core_autogen/mocs_compilation.cpp:22:
/var/tmp/pamac-build-hmcezar/ovito/src/build/src/ovito/core/Core_autogen/HM7M6C4NFO/../../../../../../ovito-v3.11.2/src/ovito/core/utilities/io/gzdevice/GzipIODevice.h:31:14: fatal error: zstd_zlibwrapper.h: No such file or directory
   31 |     #include <zstd_zlibwrapper.h>
      |              ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/ovito/core/CMakeFiles/Core.dir/build.make:110: src/ovito/core/CMakeFiles/Core.dir/Core_autogen/mocs_compilation.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1662: src/ovito/core/CMakeFiles/Core.dir/all] Error 2

carlosal1015 commented on 2024-12-15 17:14 (UTC)

hmcezar commented on 2024-12-12 12:26 (UTC)

I'm having the same problem physkets is having:

-- Configuring done (4.1s)
CMake Error at src/ovito/core/CMakeLists.txt:195 (TARGET_SOURCES):
  Cannot find source file:

    /var/tmp/pamac-build-hmcezar/ovito/src/ovito-v3.11.2/src/3rdparty/zstd/zlibWrapper/zstd_zlibwrapper.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error at src/ovito/core/CMakeLists.txt:191 (TARGET_LINK_LIBRARIES):
  Target "Core" links to:

    zstd::libzstd_static

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Any tips?

physkets commented on 2024-11-15 06:56 (UTC)

I'm seeing this error with version 3.11.1-1

CMake Error at src/ovito/core/CMakeLists.txt:195 (TARGET_SOURCES):
  Cannot find source file:

    /home/physkets/.config/trizen/sources/ovito/src/ovito-v3.11.1/src/3rdparty/zstd/zlibWrapper/zstd_zlibwrapper.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc


CMake Error at src/ovito/core/CMakeLists.txt:191 (TARGET_LINK_LIBRARIES):
  Target "Core" links to:

    zstd::libzstd_static

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.