From owner-svn-src-head@freebsd.org Wed Jun 20 02:43:30 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CDC2101FA4A for ; Wed, 20 Jun 2018 02:43:30 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic309-22.consmr.mail.gq1.yahoo.com (sonic309-22.consmr.mail.gq1.yahoo.com [98.137.65.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DF9282175 for ; Wed, 20 Jun 2018 02:43:29 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 12hzJtkVM1mE2cX5P9lZUi0UPe2r4DWkMxldaEaDMk6_vI0oRSemsaqX9jBE.sh AUk4YEfe2.R9svW2D5imIF_JYwcjhGdh7L1Z.D5xNhiQ8nzcFgutYf8hLKd_gXiDnerSjVxlQ4jU Ydi6om6KX5o5qLMOAfV94Taf7rTp91Txm1ZpvoLvK12zjYMFtbouId1OWFL5zMAyBK.GYVagbKS3 1YQqR8.OmCkqYWLjEagGqMm3HeHFhmStmjjh70M0lGNcsAEYlK2g_TS76owD7SR0r7uX5jZBQu25 264eoE4k8MzUXMO.ZXpB5ifS96VyF6muKWZAKodCi7e6MqWl0R84cysM3O0glAXfUv4D4DuB6FxD BLJw.SuxBSvYs54jzZSsWhG2VbEwuulwEUZeIjBuFxcp2zx4dIdCzrnCmR3oj5mApPjpyoAI1Bhz 08VZuqX8Rn94R7KitgdZuyzGLccKGg08iRbZx9dYH4a6VozRRK.PVlZ7iMHQczMLPnRsYjL8xNP0 TAuRuqJpxCLzQ1uYdxyp1DHzlqkF_H5XA7NTiHSbp9wW7Wp83HdRwwkQOdHaoMYxi6ehDuAGPUgW DlWJyDzJpMEYMFAhHJZbt5c6lPaaqejXF0TvwOoP8eLaEmZH38MQiacH.8dc9r79D15CHUTt7wRE b6ywbVyaDLHaUHdi_YvtYY_J14qgcJ0ONxVHZ9Dhv_XyqXj_XPciV3ajBfjGAZwOe75DYOlX.Rip h0LjgzageH0D57U9z0tJEV8EqgGL7_hYrHfCdpdAxeCWKyMlKTa5lJ.i0JwBtdmFLipgclCVnabb vIU_GGdEv7qquVdd9rjfq99.xxO45OjvU6Gi.PTzv8kU7WbA9yevOY1EEL.aIJ79jSoEtBY6mEhk SmOhen3hNjxTVxo7tXYrrcj.HhKRbDhYfFFlYLPVsJxmYlD9vHXHFC8RRBlzWpfGKiVissnkxuM9 HPsLLC6ZG5xJYl0.T1ODXBg-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.gq1.yahoo.com with HTTP; Wed, 20 Jun 2018 02:43:28 +0000 Received: from ip70-189-131-151.lv.lv.cox.net (EHLO [192.168.0.105]) ([70.189.131.151]) by smtp429.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 1c2b50e7dab6a76cdde66ca49e9a00ac; Wed, 20 Jun 2018 02:33:19 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.4 \(3445.8.2\)) Subject: svn commit: r335399: . . . head/sys/security/mac_veriexec/ . . . breaks ci.freebsg.org builds of FreeBSD-head-{armv6,ar,m7,i386,mips,powerpc,powerpcspe}-build Message-Id: <16300ECA-4991-40B9-94CB-9579B3F19245@yahoo.com> Date: Tue, 19 Jun 2018 19:33:17 -0700 To: stevek@FreeBSD.org, svn-src-head@freebsd.org, FreeBSD Current X-Mailer: Apple Mail (2.3445.8.2) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2018 02:43:30 -0000 Stephen J. Kiernan stevek at FreeBSD.org=20 Wed Jun 20 00:41:33 UTC 2018 Author: stevek Date: Wed Jun 20 00:41:30 2018 New Revision: 335399 URL:=20 https://svnweb.freebsd.org/changeset/base/335399 Log: MAC/veriexec implements a verified execution environment using the MAC framework. . . . But the logs on ci.freebsd.prg show for -r335399 and later for FreeBSD-head-{armv6,ar,m7,i386,mips,powerpc,powerpcspe}-build messages like: --- all_subdir_mac_veriexec --- cc1: warnings being treated as errors /usr/src/sys/security/mac_veriexec/veriexec_fingerprint.c: In function = 'identify_error': /usr/src/sys/security/mac_veriexec/veriexec_fingerprint.c:115: warning: = format '%lu' expects type 'long unsigned int', but argument 5 has type = 'dev_t' [-Wformat] /usr/src/sys/security/mac_veriexec/veriexec_fingerprint.c:115: warning: = format '%lu' expects type 'long unsigned int', but argument 6 has type = 'ino_t' [-Wformat] . . . --- all_subdir_mac_veriexec --- *** [veriexec_fingerprint.o] Error code 1 And, as a result, those builds fail on ci.freebsd.org . Basically the 32-bit architectures fail and the 64-bit ones do not (for the same code). I've not checked the later *veriex* related check-ins: -r335400 -r335401 -r335402 for possible similar problems. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)