From nobody Sat Feb 11 07:16:16 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PDMN86gqwz3pBrN for ; Sat, 11 Feb 2023 07:16:24 +0000 (UTC) (envelope-from fbl@aoek.com) Received: from mail.yourbox.net (mail.yourbox.net [IPv6:2001:41d0:1:767d::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.yourbox.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PDMN74t4Zz41LS for ; Sat, 11 Feb 2023 07:16:23 +0000 (UTC) (envelope-from fbl@aoek.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aoek.com header.s=mailbox header.b="FXx/0l91"; spf=pass (mx1.freebsd.org: domain of fbl@aoek.com designates 2001:41d0:1:767d::1 as permitted sender) smtp.mailfrom=fbl@aoek.com; dmarc=pass (policy=reject) header.from=aoek.com Received: from mail.yourbox.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by mail.yourbox.net (8.17.1/8.17.1) with ESMTP id 31B7GL8x046519; Sat, 11 Feb 2023 08:16:21 +0100 (CET) (envelope-from fbl@aoek.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=aoek.com; s=mailbox; t=1676099782; bh=X5zi+HP4JNt/VNLiQ1VLhRUUXnt0KiFP+/3Q+8VNQ4A=; h=Date:From:To:Cc:Subject; b=FXx/0l91JOZaqFO72CjVc2zQikzVh6B9xnHemLXu7muEV5Y1TOzMVj754yAsZGZ6C kQuYIoql/l5SguYI+L+eiAIQfXeGV03+Kb7/MJVJ0BEtSrd1sGcxke93FNKikuuTRA mtjRYcvOzkFfJRG8bI4t0eD13rdmx0iJGi8qQEPJgDEjgx2GC33TrekLZOOgGhVaWf pXxp8qqAu+3FyLV9U/Gh/a3Z3ymqrlR+sy2UQOYTgyTVbzjQbEXjuTk1/GDvvK7sGw ir7bCLu7M4huUUJiH3+0e8MYo7TW8tTXV9rW0HVnPXYb4gRzKHAPa/U3rhB1ycTq+8 /Tf3q+PRAdEHg== List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sat, 11 Feb 2023 08:16:16 +0100 From: =?UTF-8?Q?Jos=C3=A9_P=C3=A9rez?= To: ports@freebsd.org Cc: mail@ozzmosis.com Subject: editors/uemacs fails to biuld on 14.0-CURRENT 1400079 Message-ID: <8aceaed7bb0323fc53143a8befd35170@mail.yourbox.net> X-Sender: fbl@aoek.com User-Agent: Roundcube Webmail/1.2.0 X-Spamd-Result: default: False [-3.09 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_MIXED_CHARSET(0.91)[subject]; DMARC_POLICY_ALLOW(-0.50)[aoek.com,reject]; R_DKIM_ALLOW(-0.20)[aoek.com:s=mailbox]; R_SPF_ALLOW(-0.20)[+mx:c]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; DKIM_TRACE(0.00)[aoek.com:+]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Queue-Id: 4PDMN74t4Zz41LS X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Hi, I get the following error when poudriere building editors/uemacs on 14.0-CURRENT 1400079: ../src/eval.c:1483:10: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] return NULL; ^~~~ /usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ ../src/eval.c:1495:9: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'int' [-Wint-conversion] return NULL; ^~~~ /usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL' #define NULL ((void *)0) ^~~~~~~~~~~ ../src/eval.c:1501:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *PASCAL NEAR getwlist(buf) ^ ../src/eval.c:1525:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int PASCAL NEAR is_num(st) ^ ../src/eval.c:1558:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int PASCAL NEAR dispvar(f, n) /* display a variable's value */ ^ ../src/eval.c:1608:13: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] PASCAL NEAR desvars(f, n) ^ int ../src/eval.c:1608:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ../src/eval.c:1711:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int PASCAL NEAR desfunc(f, n) ^ ../src/eval.c:1754:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] VOID PASCAL NEAR pad(s, len) /* pad a string to indicated length */ ^ 60 warnings and 2 errors generated. *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/editors/uemacs/work/uemacs-4.0_1/freebsd *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/editors/uemacs/work/uemacs-4.0_1 *** Error code 1 Stop. make: stopped in /usr/ports/editors/uemacs Is this known? Thank you. -- José Pérez