* installing *source* package ‘exif’ ... ** package ‘exif’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-14 (GCC) 14.2.0’ using C++11 make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/exif/src' g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c exif.cpp -o exif.o exif.cpp: In function '{anonymous}::IFEntry {anonymous}::parseIFEntry(const unsigned char*, unsigned int, bool, unsigned int, unsigned int)': exif.cpp:445:23: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 445 | return std::move(parseIFEntry_temp<true>(buf, offs, base, len)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exif.cpp:445:23: note: remove 'std::move' call exif.cpp:447:23: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 447 | return std::move(parseIFEntry_temp<false>(buf, offs, base, len)); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exif.cpp:447:23: note: remove 'std::move' call g++-14 -std=gnu++11 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I'/data/gannet/ripley/R/test-dev/Rcpp/include' -I/usr/local/include -DC99_INLINE_SEMANTICS=0 -fpic -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -DR_NO_REMAP -c exif_r.cpp -o exif_r.o g++-14 -std=gnu++11 -shared -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o exif.so RcppExports.o exif.o exif_r.o make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/exif/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/exif/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/exif/src' installing to /data/gannet/ripley/R/packages/tests-devel/exif.Rcheck/00LOCK-exif/00new/exif/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (exif)