+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/jigdo-0.7.3nb66/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/jigdo-0.7.3nb66/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for jigdo-0.7.3nb66 test -h gfx -o -d gfx || ln -s "./gfx" gfx cd src && /usr/pkg/bin/bmake all export cpp='-I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I. -I. -I./glibcurl -I./gtk -I./job -I./net -I./util -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -DPACKAGE_DATA_DIR="/usr/pkg/share/jigdo/" -DPACKAGE_LOCALE_DIR="/usr/pkg/share/locale" -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/cairo -I/usr/pkg/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -D_REENTRANT -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/fribidi -pthread -I/usr/pkg/include' export cxx="$cpp -pipe -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -Wall -W -Wpointer-arith -Wconversion -Woverloaded-virtual " export c="$cpp -Wall -pipe -O2 -I/usr/pkg/include -DLDAP_DEPRECATED -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -W " c++ $cxx -c cachefile.cc -o cachefile.o c++ $cxx -c compat.cc -o compat.o c++ $cxx -c jigdo-file-cmd.cc -o jigdo-file-cmd.o In file included from ./scan.hh:31, from ./jigdo-file-cmd.hh:26, from jigdo-file-cmd.cc:25: ./util/rsyncsum.hh: In member function 'RsyncSum& RsyncSum::addBackNtimes(byte, size_t)': ./util/rsyncsum.hh:148:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] b += n * a + (n * (n + 1) / 2) * (x + CHAR_OFFSET); // Gauß ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./util/rsyncsum.hh:149:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] a += n * (x + CHAR_OFFSET); ~~^~~~~~~~~~~~~~~~~~~~~~~~ ./util/rsyncsum.hh: In member function 'RsyncSum& RsyncSum::removeFront(byte, size_t)': ./util/rsyncsum.hh:157:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] b -= areaSize * (x + CHAR_OFFSET); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./util/rsyncsum.hh:209, from ./scan.hh:31, from ./jigdo-file-cmd.hh:26, from jigdo-file-cmd.cc:25: ./util/rsyncsum.ih: In member function 'RsyncSum64& RsyncSum64::addBackNtimes(byte, size_t)': ./util/rsyncsum.ih:50:25: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] gaussProd = (n / 2) * (n + 1); ~~~~~~~~^~~~~~~~~ ./util/rsyncsum.ih:52:31: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] gaussProd = ((n + 1) / 2) * n; ~~~~~~~~~~~~~~^~~ In file included from ./jigdo-file-cmd.hh:28, from jigdo-file-cmd.cc:25: ./mkimage.hh: At global scope: ./mkimage.hh:75:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void seekFromEnd(bistream& file) throw(JigdoDescError); ^~~~~ ./mkimage.hh:233:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bistream& get(bistream& file) throw(JigdoDescError, bad_alloc); ^~~~~ ./mkimage.hh:295:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(JigdoDescError, bad_alloc) { ^~~~~ In file included from jigdo-file-cmd.cc:27: ./recursedir.hh:79:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(RecurseError, bad_alloc); ^~~~~ ./recursedir.hh:105:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(RecurseError); ^~~~~ jigdo-file-cmd.cc:56:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] istream* openForInput(istream*& dest, const string& name) throw(Cleanup) { ^~~~~ jigdo-file-cmd.cc:106:60: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] ostream* openForOutput(ostream*& dest, const string& name) throw(Cleanup) { ^~~~~ jigdo-file-cmd.cc: In static member function 'static int JigdoFileCmd::makeTemplate()': jigdo-file-cmd.cc:221:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr imageDel(openForInput(image, imageFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:223:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr cfDel(new ConfigFile()); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:227:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr jigdoMergeDel(openForInput(jigdoMerge, ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:240:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr templDel(openForOutput(templ, templFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:253:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:269:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr jigdoDel(openForOutput(jigdoF, jigdoFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc: In static member function 'static int JigdoFileCmd::makeImage()': jigdo-file-cmd.cc:306:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr templDel(openForInput(templ, templFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc: In static member function 'static int JigdoFileCmd::listTemplate()': jigdo-file-cmd.cc:335:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr templDel(openForInput(templ, templFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc: In static member function 'static int JigdoFileCmd::verifyImage()': jigdo-file-cmd.cc:370:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr imageDel(openForInput(image, imageFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:376:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr templDel(openForInput(templ, templFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc: In static member function 'static int JigdoFileCmd::printMissing(JigdoFileCmd::Command)': jigdo-file-cmd.cc:450:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr templDel(openForInput(templ, templFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:465:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr jigdoDel(openForInput(jigdo, jigdoFile)); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ jigdo-file-cmd.cc:466:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr cfDel(new ConfigFile()); ^~~~~~~~ In file included from /usr/include/c++/8/memory:80, from jigdo-file-cmd.cc:17: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ c++ $cxx -c jigdo-file.cc -o jigdo-file.o In file included from ./scan.hh:31, from ./jigdo-file-cmd.hh:26, from jigdo-file.cc:32: ./util/rsyncsum.hh: In member function 'RsyncSum& RsyncSum::addBackNtimes(byte, size_t)': ./util/rsyncsum.hh:148:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] b += n * a + (n * (n + 1) / 2) * (x + CHAR_OFFSET); // Gauß ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./util/rsyncsum.hh:149:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] a += n * (x + CHAR_OFFSET); ~~^~~~~~~~~~~~~~~~~~~~~~~~ ./util/rsyncsum.hh: In member function 'RsyncSum& RsyncSum::removeFront(byte, size_t)': ./util/rsyncsum.hh:157:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] b -= areaSize * (x + CHAR_OFFSET); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./util/rsyncsum.hh:209, from ./scan.hh:31, from ./jigdo-file-cmd.hh:26, from jigdo-file.cc:32: ./util/rsyncsum.ih: In member function 'RsyncSum64& RsyncSum64::addBackNtimes(byte, size_t)': ./util/rsyncsum.ih:50:25: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] gaussProd = (n / 2) * (n + 1); ~~~~~~~~^~~~~~~~~ ./util/rsyncsum.ih:52:31: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] gaussProd = ((n + 1) / 2) * n; ~~~~~~~~~~~~~~^~~ In file included from ./jigdo-file-cmd.hh:28, from jigdo-file.cc:32: ./mkimage.hh: At global scope: ./mkimage.hh:75:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void seekFromEnd(bistream& file) throw(JigdoDescError); ^~~~~ ./mkimage.hh:233:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bistream& get(bistream& file) throw(JigdoDescError, bad_alloc); ^~~~~ ./mkimage.hh:295:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(JigdoDescError, bad_alloc) { ^~~~~ In file included from jigdo-file.cc:37: ./recursedir.hh:79:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(RecurseError, bad_alloc); ^~~~~ ./recursedir.hh:105:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(RecurseError); ^~~~~ jigdo-file.cc: In static member function 'static void {anonymous}::MyProgressReporter::print(std::__cxx11::string, bool)': jigdo-file.cc:224:22: warning: conversion from 'std::__cxx11::basic_string::size_type' {aka 'long unsigned int'} to 'int' may change value [-Wconversion] int i = s.size() - 1; ~~~~~~~~~^~~ jigdo-file.cc: In static member function 'static JigdoFileCmd::Command JigdoFileCmd::cmdOptions(int, char**)': jigdo-file.cc:557:35: warning: conversion from 'int' to 'char' may change value [-Wconversion] case 'h': case 'H': optHelp = c; break; ^ jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] }; ^ jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc:672:5: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] jigdo-file.cc: In function 'int main(int, char**)': jigdo-file.cc:776:10: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] catch (bad_alloc) { outOfMemory(); } ^~~~~~~~~ jigdo-file.cc: In function 'size_t {anonymous}::scanMemSize(const char*)': jigdo-file.cc:420:7: warning: this statement may fall through [-Wimplicit-fallthrough=] x = x * 1024; ~~^~~~~~~~~~ jigdo-file.cc:421:3: note: here case 'm': case 'M': ^~~~ jigdo-file.cc:422:7: warning: this statement may fall through [-Wimplicit-fallthrough=] x = x * 1024; ~~^~~~~~~~~~ jigdo-file.cc:423:3: note: here case 'k': case 'K': ^~~~ jigdo-file.cc:425:5: warning: this statement may fall through [-Wimplicit-fallthrough=] if (*++s == '\0') return x; ^~ jigdo-file.cc:426:3: note: here default: ^~~~~~~ c++ $cxx -c jigdoconfig.cc -o jigdoconfig.o c++ $cxx -c mkimage.cc -o mkimage.o In file included from ./scan.hh:31, from ./mkimage.hh:29, from mkimage.cc:30: ./util/rsyncsum.hh: In member function 'RsyncSum& RsyncSum::addBackNtimes(byte, size_t)': ./util/rsyncsum.hh:148:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] b += n * a + (n * (n + 1) / 2) * (x + CHAR_OFFSET); // Gauß ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./util/rsyncsum.hh:149:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] a += n * (x + CHAR_OFFSET); ~~^~~~~~~~~~~~~~~~~~~~~~~~ ./util/rsyncsum.hh: In member function 'RsyncSum& RsyncSum::removeFront(byte, size_t)': ./util/rsyncsum.hh:157:5: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] b -= areaSize * (x + CHAR_OFFSET); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./util/rsyncsum.hh:209, from ./scan.hh:31, from ./mkimage.hh:29, from mkimage.cc:30: ./util/rsyncsum.ih: In member function 'RsyncSum64& RsyncSum64::addBackNtimes(byte, size_t)': ./util/rsyncsum.ih:50:25: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] gaussProd = (n / 2) * (n + 1); ~~~~~~~~^~~~~~~~~ ./util/rsyncsum.ih:52:31: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'uint32' {aka 'unsigned int'} may change value [-Wconversion] gaussProd = ((n + 1) / 2) * n; ~~~~~~~~~~~~~~^~~ In file included from mkimage.cc:30: ./mkimage.hh: At global scope: ./mkimage.hh:75:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] static void seekFromEnd(bistream& file) throw(JigdoDescError); ^~~~~ ./mkimage.hh:233:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] bistream& get(bistream& file) throw(JigdoDescError, bad_alloc); ^~~~~ ./mkimage.hh:295:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(JigdoDescError, bad_alloc) { ^~~~~ In file included from mkimage.cc:34: ./zstream-gz.hh: In member function 'virtual unsigned int ZobstreamGz::totalOut() const': ./zstream-gz.hh:55:48: warning: conversion from 'uLong' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] virtual unsigned totalOut() const { return z.total_out; } ~~^~~~~~~~~ ./zstream-gz.hh: In member function 'virtual unsigned int ZobstreamGz::totalIn() const': ./zstream-gz.hh:56:47: warning: conversion from 'uLong' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] virtual unsigned totalIn() const { return z.total_in; } ~~^~~~~~~~ ./zstream-gz.hh: In member function 'virtual unsigned int ZibstreamGz::totalOut() const': ./zstream-gz.hh:90:48: warning: conversion from 'uLong' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] virtual unsigned totalOut() const { return z.total_out; } ~~^~~~~~~~~ ./zstream-gz.hh: In member function 'virtual unsigned int ZibstreamGz::totalIn() const': ./zstream-gz.hh:91:47: warning: conversion from 'uLong' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] virtual unsigned totalIn() const { return z.total_in; } ~~^~~~~~~~ mkimage.cc: At global scope: mkimage.cc:76:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void JigdoDesc::seekFromEnd(bistream& file) throw(JigdoDescError) { ^~~~~ mkimage.cc:114:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] throw(JigdoDescError, bad_alloc) { ^~~~~ mkimage.cc: In member function 'bistream& JigdoDescVec::get(bistream&)': mkimage.cc:118:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr desc; ^~~~~~~~ In file included from /usr/include/c++/8/bits/locale_conv.h:41, from /usr/include/c++/8/locale:43, from /usr/include/c++/8/iomanip:43, from mkimage.cc:23: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ mkimage.cc: In member function 'bostream& JigdoDescVec::put(bostream&, MD5Sum*) const': mkimage.cc:246:36: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] unsigned s = (*i)->serialSizeOf(); ~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/bits/posix1_lim.h:27, from /usr/include/limits.h:183, from /usr/lib/gcc/x86_64-redhat-linux/8/include/limits.h:194, from /usr/lib/gcc/x86_64-redhat-linux/8/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/8/include/limits.h:34, from /home/pbulk/build/net/jigdo/work/.buildlink/include/zconf.h:424, from /home/pbulk/build/net/jigdo/work/.buildlink/include/zlib.h:34, from ./zstream-gz.hh:21, from mkimage.cc:34: mkimage.cc: At global scope: mkimage.cc:288:13: error: expected unqualified-id before numeric constant const int SIZE_WIDTH = 12; ^~~~~~~~~~ mkimage.cc: In function 'int {anonymous}::writeAll(const {anonymous}::Task&, JigdoDescVec&, std::queue&, bistream*, size_t, bostream*, const char*, bool, {anonymous}::ProgressReporter&, JigdoCache*, uint64)': mkimage.cc:454:5: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr data(new Zibstream(*templ, readAmount + 8*1024)); ^~~~~~~~ In file included from /usr/include/c++/8/bits/locale_conv.h:41, from /usr/include/c++/8/locale:43, from /usr/include/c++/8/iomanip:43, from mkimage.cc:23: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ mkimage.cc:454:63: warning: conversion from 'long unsigned int' to 'unsigned int' may change value [-Wconversion] auto_ptr data(new Zibstream(*templ, readAmount + 8*1024)); ~~~~~~~~~~~^~~~~~~~ mkimage.cc:488:53: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] data->read(buf, (toWrite < readAmount ? toWrite : readAmount)); ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ mkimage.cc:488:53: warning: conversion from 'size_t' {aka 'long unsigned int'} to 'unsigned int' may change value [-Wconversion] mkimage.cc: In static member function 'static int JigdoDesc::makeImage(JigdoCache*, const string&, const string&, const string&, bistream*, bool, JigdoDesc::ProgressReporter&, size_t, bool)': mkimage.cc:748:3: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] auto_ptr imgDel(img); ^~~~~~~~ In file included from /usr/include/c++/8/bits/locale_conv.h:41, from /usr/include/c++/8/locale:43, from /usr/include/c++/8/iomanip:43, from mkimage.cc:23: /usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here template class auto_ptr; ^~~~~~~~ In file included from ./util/rsyncsum.hh:31, from ./scan.hh:31, from ./mkimage.hh:29, from mkimage.cc:30: ./serialize.hh: In instantiation of 'Iterator serialize4(NumType, Iterator) [with NumType = int; Iterator = unsigned char*]': mkimage.cc:256:33: required from here ./serialize.hh:156:10: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] *i = x & 0xff; ++i; ~~^~~~~~ ./serialize.hh:157:17: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] *i = (x >> 8) & 0xff; ++i; ~~~~~~~~~^~~~~~ ./serialize.hh:158:18: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] *i = (x >> 16) & 0xff; ++i; ~~~~~~~~~~^~~~~~ ./serialize.hh:159:18: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] *i = (x >> 24) & 0xff; ++i; ~~~~~~~~~~^~~~~~ ./serialize.hh: In instantiation of 'Iterator serialize1(NumType, Iterator) [with NumType = JigdoDesc::Type; Iterator = unsigned char*]': ./mkimage.hh:310:17: required from 'Iterator JigdoDesc::ImageInfo::serialize(Iterator) const [with Iterator = unsigned char*]' mkimage.cc:268:30: required from here ./serialize.hh:132:10: warning: conversion from 'int' to 'unsigned char' may change value [-Wconversion] *i = x & 0xff; ++i; ~~^~~~~~ ./serialize.hh: In instantiation of 'Iterator serialize4(NumType, Iterator) [with NumType = unsigned int; Iterator = unsigned char*]': ./util/rsyncsum.hh:196:17: required from 'Iterator RsyncSum64::serialize(Iterator) const [with Iterator = unsigned char*]' ./serialize.hh:48:23: required from 'Iterator serialize(const Object&, Iterator) [with Object = RsyncSum64; Iterator = unsigned char*]' ./mkimage.hh:340:18: required from 'Iterator JigdoDesc::WrittenFile::serialize(Iterator) const [with Iterator = unsigned char*]' mkimage.cc:272:33: required from here ./serialize.hh:159:18: warning: conversion from 'unsigned int' to 'unsigned char' may change value [-Wconversion] *i = (x >> 24) & 0xff; ++i; ~~~~~~~~~~^~~~~~ *** Error code 1 Stop. bmake[1]: stopped in /home/pbulk/build/net/jigdo/work/jigdo-0.7.3/src *** Error code 1 Stop. bmake: stopped in /home/pbulk/build/net/jigdo/work/jigdo-0.7.3 *** Error code 1 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/jigdo *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/net/jigdo