Package Details: vv 1.1-1

Git Clone URL: https://aur.archlinux.org/vv.git (read-only, click to copy)
Package Base: vv
Description: Terminal image viewer
Upstream URL: https://github.com/wolfpld/vv
Keywords: image-viewer sixel terminal
Licenses: BSD-3-Clause
Conflicts: vv-bin
Submitter: shtrophic
Maintainer: shtrophic
Last Packager: shtrophic
Votes: 1
Popularity: 0.92
First Submitted: 2024-11-12 15:33 (UTC)
Last Updated: 2024-11-19 14:51 (UTC)

Latest Comments

shtrophic commented on 2024-11-15 09:41 (UTC)

Upstream issue, commits on master already fix this. Should be fixed when there is a new upstream release

omnigenous commented on 2024-11-15 08:37 (UTC)

build error:

/home/user/.cache/yay/vv/src/vv-1.0/src/image/ExrLoader.cpp:35:65: error: no match for ‘operator=’ (operand types are ‘std::unique_ptr<Imf_3_2::RgbaInputFile>’ and ‘std::__detail::__unique_ptr_t<Imf_3_3::RgbaInputFile>’)
   35 |         m_exr = std::make_unique<Imf::RgbaInputFile>( *m_stream );
      |                                                                 ^
In file included from /usr/include/c++/14.2.1/memory:78,
                 from /home/user/.cache/yay/vv/src/vv-1.0/src/image/ExrLoader.hpp:3,
                 from /home/user/.cache/yay/vv/src/vv-1.0/src/image/ExrLoader.cpp:7:
...
/usr/include/c++/14.2.1/bits/unique_ptr.h:424:9: error: no type named ‘type’ in ‘struct std::enable_if<false, std::unique_ptr<Imf_3_2::RgbaInputFile>&>’
  424 |         operator=(unique_ptr<_Up, _Ep>&& __u) noexcept
      |         ^~~~~~~~
...
/home/user/.cache/yay/vv/src/vv-1.0/src/image/ExrLoader.cpp:106:20: error: invalid use of incomplete type ‘class Imf_3_2::RgbaInputFile’
  106 |     auto dw = m_exr->dataWindow();
      |                    ^~
...
/home/user/.cache/yay/vv/src/vv-1.0/src/image/ExrLoader.cpp:113:10: error: invalid use of incomplete type ‘class Imf_3_2::RgbaInputFile’
  113 |     m_exr->setFrameBuffer( hdr.data(), 1, width );
      |          ^~
....
/home/user/.cache/yay/vv/src/vv-1.0/src/image/ExrLoader.cpp:114:10: error: invalid use of incomplete type ‘class Imf_3_2::RgbaInputFile’
  114 |     m_exr->readPixels( dw.min.y, dw.max.y );
      |          ^~
...
/usr/include/c++/14.2.1/bits/unique_ptr.h:91:23: error: invalid application of ‘sizeof’ to incomplete type ‘Imf_3_2::RgbaInputFile’
   91 |         static_assert(sizeof(_Tp)>0,
      |                       ^~~~~~~~~~~
...
make[2]: *** [CMakeFiles/mcoreimage.dir/build.make:107: CMakeFiles/mcoreimage.dir/src/image/ExrLoader.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:165: CMakeFiles/mcoreimage.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: vv-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
vv - exit status 4