* Package: media-plugins/vdr-burn-0.3.0 * Repository: gentoo * Maintainer: vdr@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox * Compiling against * vdr-2.4.6 [API version 2.4.6] >>> Unpacking source... >>> Unpacking vdr-burn-0.3.0.tgz to /var/tmp/portage/media-plugins/vdr-burn-0.3.0/work >>> Source unpacked in /var/tmp/portage/media-plugins/vdr-burn-0.3.0/work >>> Preparing source in /var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/burn-0.3.0 ... * Patching Makefile * Patching for Linguas support * available Languages for vdr-burn-0.3.0 are: * LINGUAS="de fi fr it nl ru sk " * Applying vdr-burn-0.3.0_gentoo-path.patch ... [ ok ] * Applying vdr-burn-0.3.0_setdefaults.patch ... [ ok ] * Applying vdr-burn-0.3.0_dmh-archive.patch ... [ ok ] * Fixing include of libsi-headers >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/burn-0.3.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/burn-0.3.0 ... make -j 1 all LOCALEDIR=/var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/tmp-locale LOCDIR=/var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/tmp-locale LIBDIR=/var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/burn-0.3.0 TMPDIR=/var/tmp/portage/media-plugins/vdr-burn-0.3.0/temp x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o burn.o burn.c burn.c:32:2: warning: #warning Compiling WITHOUT teletext subtitle support [-Wcpp] 32 | #warning Compiling WITHOUT teletext subtitle support | ^~~~~~~ In file included from manager.h:11, from burn.c:13: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from manager.h:11, from burn.c:13: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from burn.c:13: manager.h:63:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr m_pending; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from manager.h:11, from burn.c:13: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menubase.h:12, from menuburn.h:11, from burn.c:14: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o chain-vdr.o chain-vdr.c In file included from chain-vdr.h:12, from chain-vdr.c:1: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from chain-vdr.h:12, from chain-vdr.c:1: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menubase.h:12, from menuburn.h:11, from chain-vdr.c:5: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ chain-vdr.c: In member function ‘std::string vdr_burn::chain_vdr::create_temp_path(const string&)’: chain-vdr.c:93:24: warning: ignoring return value of ‘char* mkdtemp(char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 93 | mkdtemp( path.get() ); | ~~~~~~~^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o chain-dvd.o chain-dvd.c chain-dvd.c:247:2: warning: #warning error handling render_menus [-Wcpp] 247 | #warning error handling render_menus | ^~~~~~~ In file included from chain-vdr.h:12, from chain-dvd.h:11, from chain-dvd.c:8: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from chain-vdr.h:12, from chain-dvd.h:11, from chain-dvd.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menubase.h:12, from menuburn.h:11, from chain-dvd.c:14: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o jobs.o jobs.c In file included from jobs.c:10: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from jobs.c:10: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from jobs.c:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o logger-vdr.o logger-vdr.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o skins.o skins.c In file included from /usr/include/boost/bind.hpp:30, from skins.c:8: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o manager.o manager.c In file included from chain-vdr.h:12, from manager.c:8: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from chain-vdr.h:12, from manager.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from manager.c:9: manager.h:63:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr m_pending; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from chain-vdr.h:12, from manager.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o menuburn.o menuburn.c In file included from manager.h:11, from menuburn.c:9: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from manager.h:11, from menuburn.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from menuburn.c:9: manager.h:63:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr m_pending; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from manager.h:11, from menuburn.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menubase.h:12, from menuburn.h:11, from menuburn.c:10: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o menubase.o menubase.c In file included from menubase.h:11, from menubase.c:8: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from menubase.h:11, from menubase.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menubase.h:12, from menubase.c:8: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from menubase.c:9: manager.h:63:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr m_pending; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from menubase.h:11, from menubase.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o etsi-const.o etsi-const.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o tracks.o tracks.c In file included from /usr/include/boost/bind.hpp:30, from tracks.c:6: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o scanner.o scanner.c In file included from scanner.h:11, from scanner.c:9: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from scanner.h:11, from scanner.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from scanner.c:16: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ scanner.c:91:9: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 91 | auto_ptr m_state; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from scanner.h:11, from scanner.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ scanner.c: In member function ‘void vdr_burn::recording_index::scan_file_sizes()’: scanner.c:160:35: warning: ‘int readdir_r(DIR*, dirent*, dirent**)’ is deprecated [-Wdeprecated-declarations] 160 | while ((result = readdir_r(videoDir, (struct dirent*)entryBuffer, &entry)) == 0 && entry != 0) { | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/features.h:473, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/x86_64-pc-linux-gnu/bits/os_defines.h:39, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/x86_64-pc-linux-gnu/bits/c++config.h:571, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/utility:68, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/algorithm:60, from adaptor.h:11, from scanner.c:8: /usr/include/dirent.h:189:12: note: declared here 189 | extern int __REDIRECT (readdir_r, | ^~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o gdwrapper.o gdwrapper.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o iconvwrapper.o iconvwrapper.c x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o menuitems.o menuitems.c In file included from menuitems.h:14, from menuitems.c:8: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from menuitems.h:14, from menuitems.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menuitems.c:8: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o setup.o setup.c In file included from manager.h:11, from setup.c:9: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from manager.h:11, from setup.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from setup.c:9: manager.h:63:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 63 | std::auto_ptr m_pending; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from manager.h:11, from setup.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from menuitems.h:22, from menubase.h:12, from menuburn.h:11, from setup.c:10: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o common.o common.c In file included from /usr/include/boost/bind.hpp:30, from common.c:14: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o config.o config.c In file included from config.h:14, from config.c:8: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from config.h:14, from config.c:8: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o render.o render.c In file included from chain-vdr.h:12, from render.c:9: jobs.h:203:22: warning: ‘template class std::auto_ptr’ is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 203 | std::auto_ptr m_process; | ^~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/memory:76, from tracks.h:14, from jobs.h:14, from chain-vdr.h:12, from render.c:9: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/unique_ptr.h:57:28: note: declared here 57 | template class auto_ptr; | ^~~~~~~~ x86_64-pc-linux-gnu-g++ -pipe -march=native -fno-diagnostics-color -Og -g -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include -c -DPLUGIN_NAME='"burn"' -DPLUGIN_NAME_I18N='"burn"' -D_LARGEFILE_SOURCE -DBURN_TMPDIR='"/tmp"' -DBURN_DVDDEV='"/dev/dvdrw"' -DBURN_ISODIR='"/pub/export"' -I -I. -I/usr/include/libpng16 -I/usr/include/freetype2 -o genindex/pes.o genindex/pes.c genindex/pes.c: In member function ‘int cPES::Process(const uchar*, int, int)’: genindex/pes.c:337:13: error: ‘min’ was not declared in this scope; did you mean ‘std::min’? 337 | n=min(need-have,rest); | ^~~ | std::min In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/specfun.h:45, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/cmath:1927, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/math.h:36, from /usr/include/vdr/tools.h:18, from genindex/pes.h:13, from genindex/pes.c:11: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_algobase.h:278:5: note: ‘std::min’ declared here 278 | min(const _Tp& __a, const _Tp& __b, _Compare __comp) | ^~~ genindex/pes.c:382:11: error: ‘min’ was not declared in this scope; did you mean ‘std::min’? 382 | n=min(payloadSize-have,rest); | ^~~ | std::min In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/specfun.h:45, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/cmath:1927, from /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/math.h:36, from /usr/include/vdr/tools.h:18, from genindex/pes.h:13, from genindex/pes.c:11: /usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include/g++-v11/bits/stl_algobase.h:278:5: note: ‘std::min’ declared here 278 | min(const _Tp& __a, const _Tp& __b, _Compare __comp) | ^~~ make: *** [Makefile:109: genindex/pes.o] Error 1 * ERROR: media-plugins/vdr-burn-0.3.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-plugins/vdr-burn-0.3.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-plugins/vdr-burn-0.3.0::gentoo'`. * The complete build log is located at '/var/log/portage/media-plugins:vdr-burn-0.3.0:20210428-152252.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-plugins/vdr-burn-0.3.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-plugins/vdr-burn-0.3.0/temp/environment'. * Working directory: '/var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/burn-0.3.0' * S: '/var/tmp/portage/media-plugins/vdr-burn-0.3.0/work/burn-0.3.0'