From nobody Mon Jul 19 12:30:16 2021 X-Original-To: freebsd-ppc@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 BFBFE127CE18 for ; Mon, 19 Jul 2021 12:30:27 +0000 (UTC) (envelope-from luporl@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GT1QW4fLqz4jWY; Mon, 19 Jul 2021 12:30:27 +0000 (UTC) (envelope-from luporl@freebsd.org) Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: luporl/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 82E8E78B; Mon, 19 Jul 2021 12:30:27 +0000 (UTC) (envelope-from luporl@freebsd.org) Received: by mail-io1-f52.google.com with SMTP id l5so19735343iok.7; Mon, 19 Jul 2021 05:30:27 -0700 (PDT) X-Gm-Message-State: AOAM533LfUSORCeu4oo1Tm2nCzQ4ep/9w2s8hYuVJxXwe+3/+6Ihg6aL 1cUwP57fWlQBzUN/J18aQNg5H7FbL9w8WDq3w5M= X-Google-Smtp-Source: ABdhPJygXtvV/Oc/dhLbdJNOdG4ckQilehswbCBc7W8WNNkEBlKIrxI2V/RnR4v1BRBR9K+8WP+m7pnRvEx1Ic0zu1A= X-Received: by 2002:a05:6602:2245:: with SMTP id o5mr19196538ioo.20.1626697827034; Mon, 19 Jul 2021 05:30:27 -0700 (PDT) List-Id: Porting FreeBSD to the PowerPC List-Archive: https://lists.freebsd.org/archives/freebsd-ppc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org MIME-Version: 1.0 References: <42751EBF-2F80-47BD-9EB6-DD1F81BF14D6@freebsd.org> <4BE033CA-A706-4AAF-A41E-6C4B06BA15C8@freebsd.org> In-Reply-To: <4BE033CA-A706-4AAF-A41E-6C4B06BA15C8@freebsd.org> From: luporl Date: Mon, 19 Jul 2021 09:30:16 -0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Build problems? To: tuexen@freebsd.org Cc: "freebsd-ppc@freebsd.org" Content-Type: multipart/alternative; boundary="000000000000232cae05c7791ae7" X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: Y --000000000000232cae05c7791ae7 Content-Type: text/plain; charset="UTF-8" On Mon, Jul 19, 2021 at 9:21 AM wrote: > > On 19. Jul 2021, at 13:53, luporl wrote: > > > > > > > > On Sun, Jul 18, 2021 at 5:31 PM wrote: > > Dear all, > > > > is the current main branch working? After an installworld, cc is not > working anymore > > and crashes on my power64 build. > > > > Best regards > > Michael > > > > Hello, > > > > It is not, something is wrong with LLVM 12 on PowerPC64. Clang is > crashing before main: > > > > > > Starting program: /usr/bin/cc > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x0000000011530708 in _GLOBAL__sub_I_cc1_main.cpp () > > at /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/DenseMap.h:371 > > 371 } > > (gdb) bt > > #0 0x0000000011530708 in _GLOBAL__sub_I_cc1_main.cpp () > > at /usr/src/contrib/llvm-project/llvm/include/llvm/ADT/DenseMap.h:371 > > #1 0x00000008163266b8 in objlist_call_init (list=, > > lockstate=0xfffffbfffe170) at /usr/src/libexec/rtld-elf/rtld.c:2890 > > #2 0x0000000816324b40 in _rtld (sp=, exit_proc=0x0, > > objp=) at /usr/src/libexec/rtld-elf/rtld.c:841 > > #3 0x0000000816321af0 in _rtld_start () > > at /usr/src/libexec/rtld-elf/powerpc64/rtld_start.S:86 > Thanks for confirming. > I think CI does not hit this problem: > https://ci.freebsd.org/job/FreeBSD-main-powerpc64-build/ > Right, I guess it's because buildworld "works", but produces a broken compiler. > > > > > > I think no one has had time to investigate it and find out what is > happening yet. > > LLVM 11 worked fine. > Yepp. > > Best regards > Michael > > > > Cheers, > > Leandro > > > > --000000000000232cae05c7791ae7--