From owner-freebsd-current@freebsd.org Mon Dec 4 23:27:59 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C084E6E1FF for ; Mon, 4 Dec 2017 23:27:59 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DD127E3AF for ; Mon, 4 Dec 2017 23:27:59 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x242.google.com with SMTP id d16so10923271itj.1 for ; Mon, 04 Dec 2017 15:27:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=emdrYHtXVoj/uzCU7ICZOvoNNYu5dOX9NlqCSHQ8l04=; b=A+Isg9P8dbWF84Pc1rBa81SbrMRZxV9pYx6dPw4VNfiCTznlDaZI6UY8PON79PmnZf RJjJq8shh+FQrLnW/yiN5jMUhlB1u+xOFDnaMwAE8+E5WMTozP3q7lQ2dyzzaSckODj0 WAnWNeD71t0m7vheQiC0NwKDH0WbDH0kPdL/VrsQgNDyL+AZ8K7Gy8nhA/6mx3hXl2tx MyIs7xZQeO+Y2vJpkv2LKGI7vO13zb3YqbHwMsJuwfGmv1X/N7VlagD7l6gXtTBCucaL kjqjhf0yIKHmGTXngW67ump6RtM85ehww7sb1cULaIXQAG+fsWhcNPCvy1EZpYqbJL9u FuAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=emdrYHtXVoj/uzCU7ICZOvoNNYu5dOX9NlqCSHQ8l04=; b=PJHRtsi6w58XAo/l7f0LGJUt5ptXP5Z7F9Uajv+VNj7hwX/pPMVpbVYPCv81mK77pd pi/hvUVuHoNhvD9PudHa75HoB1oT25N4Pa57xh8yWRcZTnpRFakSs/t2ojXXQ7VWW33M B0hJWrynMmBYB1g57j53suI8AynUjq8dux61xgv1zr5CaO+8xfFSKLHt9YYXLW45Wb4h 52dwLuQaxIg76/HwERjP5DevMN1ZMRrXYDcKKZQ1nHb91a3p3JTslNGyERgJ19xQgLjW me08Ox/snnOmNFNSDT1ydgEFWG1xP8mMnonmofIXo22fx+EBNXa5mmQECawKtVnwuqDw 2UJw== X-Gm-Message-State: AJaThX4uVNFwM9KR1XgxylVJhwR2+CJ5lSWT5Djwl735r8gMCidYWwfW GgBN1QIAiTOGa6IlnitectgVd8YjTdqVdBKMZXuqRg== X-Google-Smtp-Source: AGs4zMYLxlMmndOqld4THRi9UNw8vCcnI17vNYvdIpBpn2pgYo+zwhOfYeXlqi4N8SA2igVf7oPnhOJJTh+GpaycZQU= X-Received: by 10.107.81.24 with SMTP id f24mr25564812iob.63.1512430078348; Mon, 04 Dec 2017 15:27:58 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.108.204 with HTTP; Mon, 4 Dec 2017 15:27:57 -0800 (PST) X-Originating-IP: [2603:300b:6:5100:1052:acc7:f9de:2b6d] In-Reply-To: References: From: Warner Losh Date: Mon, 4 Dec 2017 16:27:57 -0700 X-Google-Sender-Auth: oJzGynNT0hWv9ABthIVPNdwbVxU Message-ID: Subject: Re: Build failure in stand To: Ryan Stone Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 23:27:59 -0000 Oh, and one more btw, can you cd stand; cd ` make -V .OBJDIR ` ; find . -name machine | xargs ls -l The only way I can see this happening is if we're doing a 32-bit build, but pulling in the amd64 header files for some bogus reason... Finally, what's the host OS? Warner On Mon, Dec 4, 2017 at 4:20 PM, Warner Losh wrote: > Also, can you make the full logs available? I can't recreate this with or > without DEBUG_FLAGS or CFLAGS setting in my make.conf file. > > Warner > > On Mon, Dec 4, 2017 at 3:59 PM, Warner Losh wrote: > >> Please remove the DEBUG_FLAGS and try again. Trying to see if that's the >> culprit. It works for me with the default build. >> >> Warner >> >> On Mon, Dec 4, 2017 at 3:32 PM, Ryan Stone wrote: >> >>> I'm seeing the following build failure when doing a buildworld of head: >>> >>> In file included from >>> /repos/users/rstone/bsd-worktree/route-change/stand/ficl/i38 >>> 6/sysdep.c:18: >>> /repos/users/rstone/bsd-worktree/route-change/stand/libsa/ma >>> chine/cpufunc.h:491:13: >>> error: shift count >= width of type [-Werror,-Wshift-count-overflow] >>> high = val >> 32; >>> ^ ~~ >>> 1 error generated. >>> >>> >>> My make.conf looks like: >>> >>> PERL_VERSION=5.14.2 >>> >>> DEBUG_FLAGS=-g >>> CFLAGS+=-fno-omit-frame-pointer >>> >>> #BTX_SERIAL=yes >>> #BOOT_PXELDR_ALWAYS_SERIAL=yes >>> # src/sys/boot/i386/libi386/Makefile (loader) >>> #BOOT_COMCONSOLE_SPEED=115200 >>> ## src/sys/boot/i386/libi386/comconsole.c (loader) >>> COMSPEED=115200 >>> # src/sys/dev/sio/sioreg.h (kernel) >>> #CONSPEED=115200 >>> >>> WITHOUT_DEBUG_FILES=yes >>> >>> and my src.conf is: >>> >>> WITH_TESTS=yes >>> WITHOUT_DEBUG_FLAGS=yes >>> WITHOUT_INFO=yes >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to "freebsd-current-unsubscribe@f >>> reebsd.org" >>> >> >> >