From nobody Sat Feb 11 07:08:48 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 4PDMCX3H4Xz3pBFR for ; Sat, 11 Feb 2023 07:08:56 +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 4PDMCW0CKpz3xZC; Sat, 11 Feb 2023 07:08:54 +0000 (UTC) (envelope-from fbl@aoek.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=aoek.com header.s=mailbox header.b=SsuTRNVn; 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 31B78rRe072823; Sat, 11 Feb 2023 08:08:53 +0100 (CET) (envelope-from fbl@aoek.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=aoek.com; s=mailbox; t=1676099333; bh=2AadKmFKt6Pp7E+XBYhdziP7VytCuyBG1xcZnTSdyFo=; h=Date:From:To:Cc:Subject; b=SsuTRNVn0D95XgT/+P+7AFmyiDeFJcXVtEavijj3RQGgmSYLCROi56w8lXO8cMcas A7e3SmCuRwqCOUoaqK9uOQ91pRWTDK4sESPvviCP18iCN1twodvFVNciXPmVO4pG// 8E8d9zU+elGTjGhWmxsteRBiwQUBmYiUYeHN6LIKK+eDdNuP810t++dCZ4b0+ddYa/ sKRXTebqszGg+cggwOFvlLvXYFZ+L4oTLfl0/p4RLHiCP5goUPmi4CK4BRTr5iFZe7 28CLOI56hlRp5Gsw9l92DBsN5gv/ChQlG/LQkMlQUPEUyA4MzTiJjka6JplkfFGvfx 1WQntZoXYDGHQ== 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:08:48 +0100 From: =?UTF-8?Q?Jos=C3=A9_P=C3=A9rez?= To: ports@freebsd.org Cc: bofh@freebsd.org Subject: net/liblinphone fails to biuld on 14.0-CURRENT 1400079 Message-ID: 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]; MLMMJ_DEST(0.00)[ports@freebsd.org]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[aoek.com:+]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ASN(0.00)[asn:16276, ipnet:2001:41d0::/32, country:FR]; TO_DN_NONE(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4PDMCW0CKpz3xZC X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Hi, I get the following error when poudriere building net/liblinphone on 14.0-CURRENT 1400079:q /wrkdirs/usr/ports/net/liblinphone/work/liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e/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 () ^ void /wrkdirs/usr/ports/net/liblinphone/work/liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e/console/linphonec.c:978:3: warning: 'linphone_core_accept_call' is deprecated [-Wdeprecated-declarations] linphone_core_accept_call(opm, linphone_core_get_current_call(opm)); ^ /wrkdirs/usr/ports/net/liblinphone/work/liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e/include/linphone/core.h:6474:17: note: 'linphone_core_accept_call' has been explicitly marked deprecated here LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneStatus linphone_core_accept_call(LinphoneCore *core, LinphoneCall *call); ^ /wrkdirs/usr/ports/net/liblinphone/work/liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e/include/linphone/defs.h:48:29: note: expanded from macro 'LINPHONE_DEPRECATED' #define LINPHONE_DEPRECATED MS2_DEPRECATED ^ /usr/local/include/mediastreamer2/mscommon.h:47:40: note: expanded from macro 'MS2_DEPRECATED' #define MS2_DEPRECATED __attribute__ ((deprecated)) ^ /wrkdirs/usr/ports/net/liblinphone/work/liblinphone-c5d52f725840bceca36874f480d86bdbb91f5b7e/console/linphonec.c:1277:28: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] handle_configfile_migration() ^ void 12 warnings and 2 errors generated. ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/net/liblinphone Is this known? Thank you. -- José Pérez