On Sun, Jan 08 2023, Jérémie Courrèges-Anglas <j...@wxcvbn.org> wrote: > Bulk build on pbuild-amd64.wxcvbn.org > > Started : Tue Jan 3 02:26:11 CET 2023 > Finished: Sat Jan 7 01:45:02 CET 2023 > Duration: 3 Days 23 hours 19 minutes > > Built using OpenBSD 7.2-current (GENERIC.MP) #2: Fri Dec 30 02:11:28 CET 2022 > > Built 10508 packages > > Number of packages built each day: > Jan 3: 3984 > Jan 4: 1693 > Jan 5: 1731 > Jan 6: 3094 > Jan 7: 6 > > > Critical path missing pkgs: > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/summary.txt > > Build failures: 132
Summary of the warnings involved in the failures: -Wint-conversion: 98 -Werror,-Wstrict-prototypes: 8 -Werror,-Wunused-but-set-variable: 1 -Werror,-Wbitwise-instead-of-logical: 1 -Werror,-Winvalid-utf8: 1 -Werror,-Wgnu-null-pointer-arithmetic: 1 -Werror,-Wdocumentation: 1 -Werror,-Wdeprecated-non-prototype: 1 Errors excerpt: > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/archivers/macutil.txt binhex.c:36:27: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/archivers/zziplib.txt /usr/ports/pobj/zziplib-0.13.72/zziplib-0.13.72/zzip/mmapped.c:664:11: error: incompatible pointer to integer conversion initializing 'off_t' (aka 'long long') with an expression of type 'zzip_byte_t *' (aka 'unsigned char *') [-Wint-conversion] off_t offset = zzip_file_header_to_data(header); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/audio/libmpd.txt [patch] libmpd-playlist.c:783:10: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] return NULL; ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/audio/libworkman.txt cddb.c:202:9: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] host = strdup(cddb.proxy_server); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/audio/p5-Ogg-Vorbis-Header.txt Header.xs:183:12: error: incompatible pointer to integer conversion returning 'SV *' (aka 'struct sv *') from a function with result type 'int' [-Wint-conversion] return &PL_sv_undef; ^~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/benchmarks/randread.txt filelist.c:90:20: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] newentry->path = strdup(path); ^ ~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/benchmarks/siege.txt cookies.c:69:11: error: incompatible pointer to integer conversion initializing 'size_t' (aka 'unsigned long') with an expression of type 'pthread_t' (aka 'struct pthread *') [-Wint-conversion] size_t id = pthread_self(); ^ ~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/cad/magic.txt [patch] DBpaint.c:1542:37: error: incompatible pointer to integer conversion passing 'DiagInfo *' (aka 'struct diag_info *') to parameter of type 'ClientData' (aka 'unsigned long') [-Wint-conversion] newType = DBDiagonalProc(oldType, &dinfo); ^~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/comms/pilot-link.txt Pilot.xs:2580:11: error: incompatible pointer to integer conversion assigning to 'int' from 'SV *' (aka 'struct sv *') [-Wint-conversion] RETVAL = newSVsv(&PL_sv_undef); ^ ~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/converters/ish.txt decode.c:347:10: error: incompatible pointer to integer conversion assigning to 'unsigned char' from 'void *' [-Wint-conversion] *p = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/converters/mpack.txt decode.c:636:11: error: incompatible integer to pointer conversion assigning to 'FILE *' (aka 'struct __sFILE *') from 'int' [-Wint-conversion] partfile = os_resetfile(buf); ^ ~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/converters/wv.txt wvSummary.c:104:17: error: incompatible integer to pointer conversion initializing 'const GValue *' (aka 'const struct _GValue *') with an expression of type 'int' [-Wint-conversion] GValue const *val = gsf_doc_prop_get_val (prop); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/databases/libdbi-drivers,-freetds.txt src/constraint.c:167:8: error: incompatible integer to pointer conversion initializing 'int (*)(const void *)' with an expression of type 'intptr_t' (aka 'long') [-Wint-conversion] int (*matches)(const void*) = constraint->expected; ^ ~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/databases/p5-sybperl.txt DBlib.xs:5573:17: error: incompatible integer to pointer conversion assigning to 'DBPROCESS *' (aka 'struct tds_dblib_dbprocess *') from 'int' [-Wint-conversion] if(!(dbproc = open_commit(syb_login, server))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/afl++.txt instrumentation/afl-llvm-pass.so.cc:71:28: error: expected class name class AFLCoverage : public ModulePass { ^ instrumentation/afl-llvm-pass.so.cc:81:31: error: only virtual member functions can be marked 'override' bool runOnModule(Module &M) override; ^~~~~~~~ instrumentation/afl-llvm-pass.so.cc:75:19: error: member initializer 'ModulePass' does not name a non-static data member or base class AFLCoverage() : ModulePass(ID) { ^~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/arm-none-eabi/newlib.txt ../../.././newlib/doc/makedoc.c:1317:31: error: incompatible integer to pointer conversion passing 'long' to parameter of type 'stinst_type' (aka 'void (*)()') [-Wint-conversion] add_to_definition(ptr, atol(word)); ^~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/avr32/gcc-bootstrap.txt /usr/ports/pobj/avr32-gcc-bootstrap-4.4.7/gcc-4.4.7/gcc/config/avr32/avr32.c:2189:10: error: incompatible pointer to integer conversion returning 'tree' (aka 'union tree_node *') from a function with result type 'unsigned char' [-Wint-conversion] return NULL_TREE; ^~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/distcc,-gtk.txt src/where.c:86:39: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void dcc_read_localslots_configuration() ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/fnc.txt lib/sqlite3.c:57910:7: error: variable 'nUri' set but not used [-Werror,-Wunused-but-set-variable] int nUri = 0; /* Number of URI parameters */ ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/include-what-you-use.txt needs an update /usr/ports/pobj/include-what-you-use-0.17/include-what-you-use/iwyu_preprocessor.h:201:72: error: non-virtual member function marked 'override' hides virtual member function clang::SrcMgr::CharacteristicKind file_type) override; ^ /usr/local/include/clang/Lex/PPCallbacks.h:127:16: note: hidden overloaded virtual function 'clang::PPCallbacks::InclusionDirective' declared here: type mismatch at 6th parameter ('Optional<clang::FileEntryRef>' vs 'const clang::FileEntry *') virtual void InclusionDirective(SourceLocation HashLoc, > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/jdk/1.8.txt [patch] /usr/ports/pobj/jdk-1.8.0.352.b08.1/jdk8u-jdk8u352-b08.1/jdk/src/share/bin/splashscreen_stubs.c:64:30: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] INVOKE(SplashLoadMemory, NULL)(pdata, size); ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/jdk/17.txt /usr/ports/pobj/jdk-17.0.5.8.1/jdk17u-jdk-17.0.5-8-1/src/hotspot/share/runtime/notificationThread.cpp:107:15: error: use of bitwise '|' with boolean operands [-Werror,-Wbitwise-instead-of-logical] while (((sensors_changed = LowMemoryDetector::has_pending_requests()) | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/libgtop2.txt main.c:226:35: error: incompatible pointer to integer conversion passing 'char[1024]' to parameter of type 'pid_t' (aka 'int') [-Wint-conversion] (server, &resp->u.data.proc_io, parameter); ^~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/p5-IO-Tty.txt Tty.xs:190:1: error: static declaration of 'strlcpy' follows non-static declaration strlcpy(dst, src, siz) ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/py-llvmlite,python3.txt needs an update ffi/passmanagers.cpp:36:37: error: use of undeclared identifier 'TimePassesIsEnabled' LLVMPY_SetTimePasses(bool enable) { TimePassesIsEnabled = enable; } ^ ffi/passmanagers.cpp:158:21: error: cannot initialize a parameter of type 'llvm::Pass *' with an rvalue of type 'llvm::FunctionPass *' unwrap(PM)->add(createDeadCodeEliminationPass()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/py-rcsparse.txt [patch] py-rcsparse.c:38:8: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] *strp = PyUnicode_AsUTF8AndSize(obj, sizep); > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/qcoro.txt In file included from /usr/ports/pobj/qcoro-0.7.0/qcoro-0.7.0/qcoro/qcorotask.h:7: /usr/ports/pobj/qcoro-0.7.0/qcoro-0.7.0/qcoro/coroutine.h:96:1: error: std::coroutine_traits isn't a class template using coroutine_traits = std::experimental::coroutine_traits<R, ArgTypes ...>; ^ /usr/ports/pobj/qcoro-0.7.0/qcoro-0.7.0/qcoro/coroutine.h:96:1: error: std::coroutine_traits isn't a class template > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/ruby-rb-gsl,ruby31.txt histogram2d.c:477:36: error: incompatible pointer to integer conversion passing 'gsl_histogram2d *' to parameter of type 'VALUE' (aka 'unsigned long') [-Wint-conversion] return Data_Wrap_Struct(CLASS_OF(h1), 0, gsl_histogram2d_free, hnew); ^~ /usr/local/include/ruby-3.1/ruby/internal/core/rdata.h:204:10: note: expanded from macro 'Data_Wrap_Struct' (klass), \ ^~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/subversion.txt subversion/bindings/swig/ruby/svn_client.c:6473:17: error: incompatible pointer to integer conversion passing 'apr_hash_t *' (aka 'struct apr_hash_t *') to parameter of type 'VALUE' (aka 'unsigned long') [-Wint-conversion] if (NIL_P(arg2)) { ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/devel/ti-msp430gcc.txt /usr/ports/pobj/ti-msp430gcc-3.03.04.00/sources/tools/newlib/doc/makedoc.c:1316:31: error: incompatible integer to pointer conversion passing 'long' to parameter of type 'stinst_type' (aka 'void (*)()') [-Wint-conversion] add_to_definition(ptr, atol(word)); ^~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/editors/axe.txt Hyper.c:1460:22: error: incompatible pointer to integer conversion passing 'char *' to parameter of type 'int' [-Wint-conversion] compile(w,expbuf,&expbuf[ESIZE],'\0'); ^~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/emulators/BasiliskII.txt ../slirp/misc.c:188:21: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] (*ex_ptr)->ex_exec = strdup(exec); ^ ~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/cdogs-sdl.txt /usr/ports/pobj/cdogs-sdl-0.5.5.1/cdogs-sdl-0.5.5.1/src/cdogs/pic_file.c:96:11: error: incompatible pointer to integer conversion passing 'unsigned short *' to parameter of type '__uint16_t' (aka 'unsigned short'); remove & [-Wint-conversion] swap16(&size); ^~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/clonekeen.txt menumanager.c:16:27: error: incompatible integer to pointer conversion initializing 'unsigned char *' with an expression of type 'int' [-Wint-conversion] uchar *main_menu[MAXM] = {88,79, 0, NULL, NULL, NULL, NULL, ^~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/dxx-rebirth.txt common/include/valptridx.h:210:2: error: call to unsigned int valptridx<dcx::player>::check_index_range<valptridx<dcx::player>::index_range_exception, std::__1::less>(char const*, unsigned int, unsigned int, valptridx<dcx::player>::array_managed_type const*)::DXX_ALWAYS_ERROR_FUNCTION::dxx_trap_handle_index_range_error() declared with 'error' attribute: invalid index used in array subscript DXX_VALPTRIDX_CHECK(Compare<std::size_t>()(ss, array_size), handle_index_range_error, "invalid index used in array subscript", a, ss); ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/falconseye.txt ../win/jtp/jtp_win.c:1593:8: error: incompatible integer to pointer conversion assigning to 'struct permonst *' from 'int' [-Wint-conversion] pm = jtp_do_lookat(tgt_x, tgt_y, look_buf, monbuf); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/lincity.txt ld: error: undefined symbol: mt_perm >>> referenced by mouse.c > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/spider.txt xaw_ui.c:450:55: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'XtPointer' (aka 'void *') [-Wint-conversion] XtAddCallback(button, XtNcallback, confirm_callback, 1); ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/unknown-horizons.txt ??? Error: /usr/ports/pobj/unknown-horizons-2019.1/fake-amd64/usr/local/share/unknown-horizons/content/gfx/atlas/043.png does not exist Error: /usr/ports/pobj/unknown-horizons-2019.1/fake-amd64/usr/local/share/unknown-horizons/content/gfx/atlas/044.png does not exist Error: /usr/ports/pobj/unknown-horizons-2019.1/fake-amd64/usr/local/share/unknown-horizons/content/gfx/atlas/045.png does not exist Error: /usr/ports/pobj/unknown-horizons-2019.1/fake-amd64/usr/local/share/unknown-horizons/content/gfx/atlas/046.png does not exist > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/xjewel.txt logic.c:521:25: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'int' [-Wint-conversion] Process_Block(FALSE, NULL); ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/xneko.txt xneko.c:498:25: error: incompatible pointer to integer conversion initializing 'unsigned int' with an expression of type 'void *' [-Wint-conversion] { NULL, NULL, NULL, NULL, NULL } ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/zelda3-data.txt > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/games/zelda3-rom.txt distfile > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/geo/spatialite/freexl.txt freexl.c:352:16: error: incompatible pointer to integer conversion passing 'biff_word16 *' (aka 'union biff_word *') to parameter of type '__uint16_t' (aka 'unsigned short') [-Wint-conversion] swap16 (&word16); ^~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/graphics/darktable.txt ld: error: relocation refers to a symbol in a discarded section: fast_surface_blur.ifunc >>> defined in bin/CMakeFiles/lib_darktable.dir/views/view.c.o >>> section group signature: fast_surface_blur.resolver >>> prevailing definition is in >>> bin/CMakeFiles/lib_darktable.dir/dtgtk/thumbnail.c.o > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/graphics/glm.txt /usr/ports/pobj/glm-0.9.9.8/glm-0.9.9.8/test/gtc/gtc_quaternion.cpp:144:15: error: invalid UTF-8 in comment [-Werror,-Winvalid-utf8] // Must be 90<B0> rotation on Y : 0 0.7 0 0.7 ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/graphics/gphoto2.txt main.c:1218:9: error: incompatible pointer to integer conversion returning 'pthread_t' (aka 'struct pthread *') from a function with result type 'unsigned int' [-Wint-conversion] return (tid); ^~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/graphics/piglit.txt /usr/ports/pobj/piglit-20210128/piglit-83173d9536c9f5e1571efe5933d210466ec255b8/tests/spec/ext_external_objects/vk.c:342:9: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'VkImageAspectFlagBits' (aka 'enum VkImageAspectFlagBits') [-Wint-conversion] return VK_NULL_HANDLE; ^~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/graphics/ruby-rmagick,ruby31.txt rmimage.c:10828:13: error: incompatible pointer to integer conversion returning 'Image *' (aka 'struct _Image *') from a function with result type 'VALUE' (aka 'unsigned long') [-Wint-conversion] return((Image *) NULL); ^~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/graphics/vid.txt [patch] vid.c:532:26: error: incompatible pointer to integer conversion assigning to 'char' from 'void *' [-Wint-conversion] isocdev[slen - plen] = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/inputmethods/libskk.txt [patch] file-dict.c:401:2: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion] g_return_val_if_fail (((gsize) (*offset)) < _tmp2_, NULL); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/japanese/Wnn.txt fzk.c:606:37: error: incompatible pointer to integer conversion assigning to 'unsigned short' from 'void *' [-Wint-conversion] for (; yomicnt > 0; key[--yomicnt] = NULL) { ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/japanese/canna.txt rkc.c:2758:38: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'unsigned char *' [-Wint-conversion] nkanji = _RkwGetSimpleKanji(cxnum, dicname, cbuf, len, ^~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/japanese/kanjips.txt sub.c:18:8: error: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversion] if((i = malloc(size)) == NULL) ^ ~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/lang/clazy.txt needs an update? /usr/ports/pobj/clazy-1.11/clazy-1.11/src/checkbase.h:95:135: error: non-virtual member function marked 'override' hides virtual member function clang::StringRef RelativePath, const clang::Module *Imported, clang::SrcMgr::CharacteristicKind FileType) override; ^ /usr/local/include/clang/Lex/PPCallbacks.h:127:16: note: hidden overloaded virtual function 'clang::PPCallbacks::InclusionDirective' declared here: type mismatch at 6th parameter ('Optional<clang::FileEntryRef>' vs 'const clang::FileEntry *') virtual void InclusionDirective(SourceLocation HashLoc, ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/lang/crystal.txt cd /usr/ports/pobj/crystal-1.4.1/crystal-1.4.1/shards-0.17.0 && env CRYSTAL_PATH=lib:/usr/ports/pobj/crystal-1.4.1/crystal-1.4.1/src:/usr/ports/pobj/crystal-1.4.1/crystal-1.4.1/crystal-molinillo-0.2.0/src CRYSTAL=/usr/ports/pobj/crystal-1.4.1/crystal-1.4.1/.build/crystal gmake SHARDS_CONFIG_BUILD_COMMIT="" SOURCE_DATE_EPOCH="1648128384" /usr/ports/pobj/crystal-1.4.1/crystal-1.4.1/.build/crystal build src/shards.cr -o bin/shards Segmentation fault (core dumped) > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/lang/ldc.txt needs an update? In file included from /usr/ports/pobj/ldc-1.28.0/ldc-1.28.0-src/gen/aa.cpp:20: In file included from /usr/ports/pobj/ldc-1.28.0/ldc-1.28.0-src/./gen/llvmhelpers.h:22: /usr/ports/pobj/ldc-1.28.0/ldc-1.28.0-src/./ir/irfuncty.h:79:54: error: no matching constructor for initialization of 'llvm::AttrBuilder' IrFuncTyArg(Type *t, bool byref, llvm::AttrBuilder attrs = {}); ^ ~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/lang/librep.txt ld: error: undefined reference due to --no-allow-shlib-undefined: inline_Fcons >>> referenced by .libs/librep.so.14.0 > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/lang/scm.txt x.c:337:51: error: incompatible integer to pointer conversion passing 'SCM' (aka 'long') to parameter of type 'const char *' [-Wint-conversion] XSaveContext(XDISPLAY(sdpy), (XID)cmp, xtc_cmp, z); ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/lang/squeak/vm.txt /usr/ports/pobj/squeak-vm-3.10.1/Squeak-3.10-1/platforms/unix/plugins/DropPlugin/sqUnixDragDrop.c:75:49: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion] sqFileOpen((SQFile *)fileValueOf(handle), (int)path, strlen(path), 0); ^~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/mail/cyrus-imapd.txt [patch] imap/relocate_by_id.c:116:14: error: incompatible integer to pointer conversion assigning to 'const char *' from 'int' [-Wint-conversion] progname = basename(argv[0]); ^ ~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/mail/rmilter.txt /usr/ports/pobj/rmilter-1.10.0/rmilter-1.10.0/src/radix.c:58:10: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'uintptr_t' (aka 'unsigned long') [-Wint-conversion] return NULL; ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/math/igraph.txt /usr/ports/pobj/igraph-0.9.9/igraph-0.9.9/vendor/plfit/gss.h:132:40: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] unsigned short int gss_get_warning_flag(); ^ void > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/math/py-netcdf4,python3.txt src/netCDF4/_netCDF4.c:91718:3: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] import_array(); ^~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/misc/cdrdao.txt [patch] crappy stack walking code that fails in an unexpected way with clang 15 > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/misc/magicpoint.txt [patch] mgp.c:451:7: error: incompatible pointer to integer conversion initializing 'char' with an expression of type 'void *' [-Wint-conversion] { NULL, NULL, NULL }}; ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/misc/xgas.txt chamber.c:27:60: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] data->WallGC = XCreateGC( dpy, DefaultRootWindow(dpy), NULL, NULL); ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/multimedia/transcode,lzo,mjpegtools.txt /usr/ports/pobj/transcode-1.1.7-lzo-mjpegtools/transcode-1.1.7/filter/filter_resample.c:114:22: error: incompatible integer to pointer conversion assigning to 'SwrContext *' (aka 'struct SwrContext *') from 'int' [-Wint-conversion] pd->resample_ctx = av_audio_resample_init(vob->a_chan, vob->a_chan, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/czmq.txt [patch] src/zloop.c:585:54: error: arithmetic on a null pointer treated as a cast from integer to pointer is a GNU extension [-Werror,-Wgnu-null-pointer-arithmetic] zlistx_add_end (self->zombies, (byte *) NULL + timer_id); ~~~~~~~~~~~~~ ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/irc.txt ../ircd/s_auth.c:319:7: error: incompatible integer to pointer conversion passing 'char' to parameter of type 'char *'; take the address with & [-Wint-conversion] last, start, end, buf, olen, i); ^~~~ & > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/mon/server.txt rpc.monitor.c:106:12: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] binary = strdup(argv[0]); ^ ~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/nam.txt xwd.c:204:23: error: incompatible pointer to integer conversion passing 'Tk_Window' (aka 'struct Tk_Window_ *') to parameter of type 'int' [-Wint-conversion] ncolors = ReadColors(tk,cmap,colors) ; ^~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/nsping.txt [patch] dns-rr.c:26:9: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] return(NULL); ^~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/openvpn-auth-ldap.txt [patch] Incorrect LDFLAGS ===> making all in src gmake[1]: Entering directory '/usr/ports/pobj/openvpn-auth-ldap-2.0.4/build-amd64/src' ../tools/lemon -T/usr/ports/pobj/openvpn-auth-ldap-2.0.4/openvpn-auth-ldap-auth-ldap-2.0.4/tools/lempar.c -m -q /usr/ports/pobj/openvpn-auth-ldap-2.0.4/openvpn-auth-ldap-auth-ldap-2.0.4/src/TRConfigParser.lemon -OTRConfigParser.m gmake[1]: *** [../Mk/compile.mk:12: TRConfigParser.m] Segmentation fault (core dumped) > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/owamp.txt api.c:2316:29: error: incompatible pointer to integer conversion assigning to 'off_t' (aka 'long long') from 'void *' [-Wint-conversion] phdr->oset_skiprecs = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/tircproxy.txt tircproxy.c:598:18: error: incompatible integer to pointer conversion passing 'time_t' (aka 'long long') to parameter of type 'time_t *' (aka 'long long *') [-Wint-conversion] srand(time((time_t) NULL)); ^~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/tn5250.txt tn5250.c:96:9: error: incompatible integer to pointer conversion assigning to 'Tn5250Terminal *' (aka 'struct _Tn5250Terminal *') from 'int' [-Wint-conversion] term = tn5250_curses_terminal_new(); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/udns.txt ld: error: undefined symbol: dns_pton >>> referenced by dnsget.c >>> dnsget.o:(main) >>> referenced by dnsget.c >>> dnsget.o:(main) >>> referenced by dnsget.c >>> dnsget.o:(main) >>> did you mean: udns_pton >>> defined in: ./libudns_s.so ld: error: undefined symbol: dns_ntop >>> referenced by dnsget.c >>> dnsget.o:(main) >>> referenced by dnsget.c >>> dnsget.o:(dbgcb) >>> referenced by dnsget.c >>> dnsget.o:(dbgcb) >>> referenced 2 more times >>> did you mean: udns_ntop >>> defined in: ./libudns_s.so > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/net/yersinia.txt vtp.c:1529:36: error: incompatible pointer to integer conversion passing 'u_int16_t *' (aka 'unsigned short *') to parameter of type '__uint16_t' (aka 'unsigned short'); dereference with * [-Wint-conversion] vtp->start_val = ntohs(aux_short2); ^~~~~~~~~~ * > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/print/hplip,-common.txt pcard/pcardext/pcardext.c:211:16: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'PyObject *' (aka 'struct _object *') [-Wint-conversion] return PyString_FromStringAndSize( (char *)buffer, len ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/cryptcat.txt netcat.c:238:22: error: incompatible integer to pointer conversion passing 'unsigned int' to parameter of type 'char *' [-Wint-conversion] bail (wrote_txt, wrote_net, wrote_out); ^~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/jailkit.txt jk_procmailwrapper.c:157:9: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] char *test = get_current_dir_name(); ^ ~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/john-jumbo.txt john.c:243:16: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] if ((reject = strcasestr(algo, "-dynamic"))) { ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/libssh.txt [patch] /usr/ports/pobj/libssh-0.10.4/libssh-0.10.4/examples/sshnetcat.c:241:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void cleanup_pcap(){ ^ void > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/p5-Crypt-OpenSSL-PKCS10.txt PKCS10.xs:684:10: error: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversion] RETVAL = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/pivy.txt checking size of short int... 0 checking size of int... configure: error: in `/usr/ports/pobj/pivy-0.9.0/pivy-0.9.0/openssh': configure: error: cannot compute sizeof (int) In config.log: conftest.c:362:26: error: expected expression if (sizeof ((long double))) ^ 1 error generated. > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/security/py-axolotl-curve25519,python3.txt curve25519module.c:161:9: error: incompatible pointer to integer conversion initializing 'Py_ssize_t' (aka 'long') with an expression of type 'void *' [-Wint-conversion] NULL, ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/shells/ksh93.txt /usr/ports/pobj/ksh93-1.0.4/ksh-1.0.4/src/lib/libast/aso/aso.c:839:10: error: incompatible integer to pointer conversion passing 'uint64_t' (aka 'unsigned long long') to parameter of type 'void *' [-Wint-conversion] return _aso_casptr((void**)p, o, n); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/augeas.txt [patch] internal.c:436:12: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'const char *' [-Wint-conversion] return strerror_r(errnum, buf, len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/fwa.txt fwa.c:37:11: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] void usage(); ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/grafana.txt unrelated vendor/gonum.org/v1/gonum/mat/cdense.go:8:2: open /usr/local/go/src/math/cmplx: too many open files vendor/gopkg.in/mail.v2/auth.go:7:2: open /usr/local/go/src/net/smtp: too many open files exit status 1 > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/idled.txt idled.c:1343:77: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion] logfile ("%24.24s Idled died due to error signal %d.", ctime (&tempus), signal_num); ^~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/libvirt.txt ../libvirt-8.10.0/src/remote/remote_daemon_stream.c:458:5: error: incompatible integer to pointer conversion assigning to 'virMutex *' (aka 'struct virMutex *') from 'int' [-Wint-conversion] VIR_WITH_MUTEX_LOCK_GUARD(&priv->lock) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/ntfs-3g.txt /usr/ports/pobj/ntfs_3g-2022.5.17/ntfs-3g_ntfsprogs-2022.5.17/ntfsprogs/ntfsclone.c:2315:11: error: incompatible pointer to integer conversion assigning to 'long' from 'char[16]' [-Wint-conversion] fs_type = opt.stfs.f_fstypename; ^ ~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/setquota.txt quotatool.c:270:7: error: incompatible pointer to integer conversion initializing 'char' with an expression of type 'void *' [-Wint-conversion] char unit = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/sysutils/ttyload.txt [patch] /usr/ports/pobj/ttyload-0.5.3/ttyload-0.5.3/ttyload.h:41:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] extern void gettermsize(); ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/telephony/linphone/liblinphone.txt /usr/ports/pobj/liblinphone-5.1.56/liblinphone-5.1.56/console/linphonec.c:968:21: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] linphonec_idle_call () ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/textproc/raptor.txt raptor_parse.c:260:66: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL); ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/textproc/scdoc.txt include/str.h:10:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] struct str *str_create(); ^ void > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/textproc/vgrind.txt vfontedpr.c:236:13: error: incompatible pointer to integer conversion assigning to 'char' from 'void *' [-Wint-conversion] *cp++ = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/c-icap/c-icap.txt mpmt_server.c:78:13: error: incompatible integer to pointer conversion initializing 'pthread_t' (aka 'struct pthread *') with an expression of type 'int' [-Wint-conversion] ci_thread_t listener_thread_id = -1; ^ ~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/chromium.txt [patch] ../../third_party/libsync/src/sync.c:117:17: error: incompatible integer to pointer conversion assigning to 'struct sync_fence_info_data *' from 'int' [-Wint-conversion] legacy_info = malloc(4096); ^ ~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/hiawatha.txt ??? /usr/ports/pobj/hiawatha-11.2/hiawatha-11.2/mbedtls/include/psa/crypto.h:91:23: error: empty paragraph passed to '\retval' command [-Werror,-Wdocumentation] * \retval #PSA_SUCCESS ~~~~~~~~~~~~~~~~~~~^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/iridium.txt [patch] ../../third_party/libsync/src/sync.c:117:17: error: incompatible integer to pointer conversion assigning to 'struct sync_fence_info_data *' from 'int' [-Wint-conversion] legacy_info = malloc(4096); ^ ~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/py-aiohttp,python3.txt aiohttp/_http_parser.c:23668:17: error: incompatible integer to pointer conversion assigning to 'PyObject *' (aka 'struct _object *') from 'int' [-Wint-conversion] ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/sogo.txt SQLSource.m:491:10: error: incompatible pointer to integer conversion returning 'id' from a function with result type 'BOOL' (aka 'unsigned char') [-Wint-conversion] return [self connection]; ^~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/ungoogled-chromium.txt [patch] ../../third_party/libsync/src/sync.c:117:17: error: incompatible integer to pointer conversion assigning to 'struct sync_fence_info_data *' from 'int' [-Wint-conversion] legacy_info = malloc(4096); ^ ~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/www/varnish.txt [patch] /usr/ports/pobj/varnish-7.2.1/varnish-7.2.1/lib/libvgz/adler32.c:189:15: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype] uLong ZEXPORT adler32(adler, buf, len) ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/afterstep.txt export.c:400:9: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] curr = calloc(*size, 1); ^ ~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/bricons.txt export.c:400:9: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] curr = calloc(*size, 1); ^ ~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/chbg.txt esetroot.c:81:8: error: incompatible pointer to integer conversion passing 'GdkAtom' (aka 'struct _GdkAtom *') to parameter of type 'Atom' (aka 'unsigned long') [-Wint-conversion] gdk_atom_intern("ESETROOT_PMAP_ID", FALSE), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/emelfm2.txt src/e2_task.c:847:13: error: incompatible integer to pointer conversion assigning to 'pthread_t' (aka 'struct pthread *') from 'int' [-Wint-conversion] athreadID = UNUSED_THREADID; //set quick-finish signal for the starter ^ ~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/eterm.txt screen.c:2915:8: error: incompatible pointer to integer conversion assigning to 'int' from 'char *' [-Wint-conversion] w1 = DELIMIT_TEXT(*stp); ^ ~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/fvwm2.txt [patch] -Wint-conversion configure: error: " configure is not able to compile programs with warnings. Please remove all offending options like -Werror from the CFLAGS and CPPFLAGS variables and run configure again." > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/fvwm3.txt [patch] -Wint-conversion configure: error: " configure is not able to compile programs with warnings. Please remove all offending options like -Werror from the CFLAGS and CPPFLAGS variables and run configure again." > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/gnome/gcr.txt [patch] ../gcr-3.41.1/gcr/gcr-record.c:615:6: error: incompatible integer to pointer conversion assigning to 'gchar *' (aka 'char *') from 'int' [-Wint-conversion] end = strptime (raw, "%Y-%m-%d", &tm); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/gnome/gitg.txt libgitg-ext/libgitg-ext-1.0.so.0.0.p/gitg-ext-message-bus.c:440:6: error: incompatible pointer to integer conversion assigning to 'GType' (aka 'unsigned long') from 'gconstpointer' (aka 'const void *') [-Wint-conversion] ret = _tmp1_; ^ ~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/gnustep/pantomime.txt CWTCPConnection.m:169:30: error: incompatible pointer to integer conversion assigning to 'in_addr_t' (aka 'unsigned int') from 'id' [-Wint-conversion] server.sin_addr.s_addr = [[addresses objectAtIndex: 0] unsignedIntValue]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/gtkdatabox.txt gtkdatabox_graph.c:123:16: error: incompatible integer to pointer conversion assigning to 'GdkColormap *' (aka 'struct _GdkColormap *') from 'int' [-Wint-conversion] colormap = gdk_gc_get_colormap (graph->priv->gc); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/kitty.txt [patch] kitty/graphics.c:63:12: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] grman_alloc() { ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/mlterm.txt ui_window_cairo.c:57:31: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'const cairo_user_data_key_t *' (aka 'const struct _cairo_user_data_key *') [-Wint-conversion] if (cairo_get_user_data(cr, 1) != xfont) ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/mono-gtk2.txt windowmanager.c:113:12: error: incompatible integer to pointer conversion assigning to 'gpointer' (aka 'void *') from 'long' [-Wint-conversion] list [i] = data [i]; ^ ~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/mplayer.txt libmpcodecs/ve_lavc.c:444:39: error: incompatible integer to pointer conversion assigning to 'RcOverride *' (aka 'struct RcOverride *') from 'int' [-Wint-conversion] lavc_venc_context->rc_override= ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/py-gtk2.txt pango.c:3986:16: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'PangoFontMetrics *' (aka 'struct _PangoFontMetrics *') [-Wint-conversion] return pango_font_metrics_new(); ^~~~~~~~~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xantfarm.txt xantfarm.c:633:5: error: incompatible integer to pointer conversion assigning to 'char *' from 'int' [-Wint-conversion] cp = getenv( "HOME" ); ^ ~~~~~~~~~~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xbae.txt leak2.c:23:46: error: incompatible integer to pointer conversion initializing 'XtPointer' (aka 'void *') with an expression of type 'int' [-Wint-conversion] XtOffsetOf(AppRes, numIter), XtRImmediate, 1000 }, ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xco.txt xco.c:313:49: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'unsigned long' [-Wint-conversion] XFreeColors(pdp, cm, rgco, cColorMax, NULL); ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xcoloredit.txt xcoloredit.c:354:14: error: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversion] bars_locked = NULL; ^ ~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xdtm.txt iconman.c:182:15: error: incompatible pointer to integer conversion passing 'void *' to parameter of type 'Cursor' (aka 'unsigned long') [-Wint-conversion] setCursor(NULL); ^~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xloadimage.txt tiff.c:234:18: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'char *' [-Wint-conversion] tiff = is_tiff(fullname, name, &info); ^~~~~~~~ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xpostit.txt menu.c:123:58: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'XtPointer' (aka 'void *') [-Wint-conversion] XtAddCallback(entry, XtNcallback, HandleMenuSelection, i); ^ > https://wxcvbn.org/~jca/build-failures/amd64-clang/2023-01-03/x11/xtu.txt TolleUhr.c:614:9: error: incompatible pointer to integer conversion initializing 'Pixmap' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] Pixmap tmp_pixmap = NULL; ^ ~~~~ -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
signature.asc
Description: PGP signature