New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/pull/46838#issuecomment-1807122014 Comment: @mhmdanas With nufraw Im hitting a different local issue in regards to the exiv-0.28.x.diff patch, I'll see what I can dig up here ``` nufraw_exiv2.cc: In function 'int nufraw_exif_read_input(nufraw_data*)': nufraw_exiv2.cc:57:23: error: 'UniquePtr' is not a member of 'Exiv2::Image' 57 | Exiv2::Image::UniquePtr image; | ^~~~~~~~~ nufraw_exiv2.cc:59:13: error: 'image' was not declared in this scope 59 | image = Exiv2::ImageFactory::open( | ^~~~~ nufraw_exiv2.cc:63:13: error: 'image' was not declared in this scope 63 | image = Exiv2::ImageFactory::open(filename); | ^~~~~ In file included from /usr/include/c++/12.2/cassert:44, from nufraw_exiv2.cc:22: nufraw_exiv2.cc:66:16: error: 'image' was not declared in this scope 66 | assert(image.get() != 0); | ^~~~~ nufraw_exiv2.cc: In function 'Exiv2::ExifData nufraw_prepare_exifdata(nufraw_data*)': nufraw_exiv2.cc:159:60: error: 'const class Exiv2::Value' has no member named 'toInt64' 159 | pos->key().c_str(), pos->value().toInt64()); | ^~~~~~~ nufraw_exiv2.cc: In function 'int nufraw_exif_write(nufraw_data*)': nufraw_exiv2.cc:350:23: error: 'UniquePtr' is not a member of 'Exiv2::Image' 350 | Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(filename); | ^~~~~~~~~ nufraw_exiv2.cc:352:16: error: 'image' was not declared in this scope 352 | assert(image.get() != 0); | ^~~~~ make[2]: *** [Makefile:929: nufraw_exiv2.o] Error 1 ``` other : Ive succesfully tested exiv2 libgexiv2 gimp-2-10.36