Package Details: nvidia-texture-tools-git 2.1.1.26a5641-1

Git Clone URL: https://aur.archlinux.org/nvidia-texture-tools-git.git (read-only, click to copy)
Package Base: nvidia-texture-tools-git
Description: Texture processing tools with support for Direct3D 10 and 11 formats
Upstream URL: https://github.com/castano/nvidia-texture-tools
Licenses: MIT
Conflicts: nvidia-texture-tools
Provides: nvidia-texture-tools
Submitter: mikeroll
Maintainer: evorster
Last Packager: evorster
Votes: 5
Popularity: 0.000000
First Submitted: 2016-06-29 13:26 (UTC)
Last Updated: 2020-07-07 19:00 (UTC)

Latest Comments

« First ‹ Previous 1 2

StuckUpCreations commented on 2020-06-13 05:52 (UTC)

[ 72%] Building CXX object src/nvtt/CMakeFiles/nvtt.dir/icbc.cpp.o In file included from /home/rastamanking/.cache/yay/nvidia-texture-tools-git/src/nvidia-texture-tools/src/nvtt/icbc.h:110, from /home/rastamanking/.cache/yay/nvidia-texture-tools-git/src/nvidia-texture-tools/src/nvtt/icbc.cpp:3: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/include/smmintrin.h: In function ‘icbc::VFloat icbc::vround01(icbc::VFloat)’: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/include/smmintrin.h:125:1: error: inlining failed in call to ‘always_inline’ ‘__m128 _mm_round_ps(__m128, int)’: target specific option mismatch 125 | _mm_round_ps (__m128 __V, const int __M) | ^~~~~~~~~~~~ In file included from /home/rastamanking/.cache/yay/nvidia-texture-tools-git/src/nvidia-texture-tools/src/nvtt/icbc.cpp:3: /home/rastamanking/.cache/yay/nvidia-texture-tools-git/src/nvidia-texture-tools/src/nvtt/icbc.h:460:73: note: called from here 460 | return _mm_round_ps(a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC); | ^ make[3]: [src/nvtt/CMakeFiles/nvtt.dir/build.make:174: src/nvtt/CMakeFiles/nvtt.dir/icbc.cpp.o] Error 1 make[2]: [CMakeFiles/Makefile2:720: src/nvtt/CMakeFiles/nvtt.dir/all] Error 2 make[1]: [Makefile:183: all] Error 2 make: [Makefile:2: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: nvidia-texture-tools-git

Scattershot commented on 2020-05-12 21:54 (UTC)

This package is broken. A crap load of errors like this:

/home/richard/nvidia-texture-tools-git/src/nvidia-texture-tools/src/nvtt/icbc.h:2330:12: error: no match for ‘operator+=’ (operand types are ‘icbc::SimdVector’ and ‘icbc::SimdVector’) 2330 | x0 += m_weighted[c0]; | ~~~^~~~~~~~~~~~~~~~~ In file included from /home/richard/nvidia-texture-tools-git/src/nvidia-texture-tools/src/nvtt/tests/bc1enc.cpp:16:

colinkeenan commented on 2017-09-29 16:29 (UTC)

Unknown error (trying to build in clean chroot): ==> Making package: nvidia-texture-tools-git 2.0.8.e965a66-1 (Fri Sep 29 11:24:08 CDT 2017) ==> Retrieving sources... -> Updating nvidia-texture-tools git repo... Fetching origin ==> Validating source files with md5sums... nvidia-texture-tools ... Skipped ==> ERROR: Cannot find the git package needed to handle git sources. ==> ERROR: An unknown error has occurred. Exiting... ==> ERROR: Build failed, check /home/colin/.SSD-232.9G/Games/chroot/colin/build

stoone commented on 2016-08-20 10:12 (UTC)

Just remove the "CHECK_INCLUDE_FILES("dispatch/dispatch.h" HAVE_DISPATCH_H)" line from src/CMakeLists.txt file. And touch the following two files: /tmp/nvidia-texture-tools/NVIDIA_Texture_Tools_LICENSE.txt, /tmp/nvidia-texture-tools/NVIDIA_Texture_Tools_README.txt Then it will compile, and work.

colinkeenan commented on 2016-08-19 22:00 (UTC)

As of August 19th, 2016, this package fails to build: . . . -- Looking for include file dispatch/dispatch.h - not found CMake Error at /usr/share/cmake-3.6/Modules/CPack.cmake:423 (message): CPack package description file: "/build/nvidia-texture-tools-git/src/nvidia-texture-tools/NVIDIA_Texture_Tools_README.txt" could not be found. Call Stack (most recent call first): /usr/share/cmake-3.6/Modules/CPack.cmake:427 (cpack_check_file_exists) CMakeLists.txt:80 (INCLUDE) CMake Error at /usr/share/cmake-3.6/Modules/CPack.cmake:423 (message): CPack license resource file: "/build/nvidia-texture-tools-git/src/nvidia-texture-tools/NVIDIA_Texture_Tools_LICENSE.txt" could not be found. Call Stack (most recent call first): /usr/share/cmake-3.6/Modules/CPack.cmake:428 (cpack_check_file_exists) CMakeLists.txt:80 (INCLUDE) -- Configuring incomplete, errors occurred! See also "/build/nvidia-texture-tools-git/src/nvidia-texture-tools/build-release/CMakeFiles/CMakeOutput.log". See also "/build/nvidia-texture-tools-git/src/nvidia-texture-tools/build-release/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /home/colin/chroot/colin/build