From owner-svn-src-all@freebsd.org Wed Feb 19 11:09:36 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BE1F0256258; Wed, 19 Feb 2020 11:09:36 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yw1-f65.google.com (mail-yw1-f65.google.com [209.85.161.65]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Mw3N49Hmz4Pn6; Wed, 19 Feb 2020 11:09:36 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yw1-f65.google.com with SMTP id 10so10876165ywv.5; Wed, 19 Feb 2020 03:09:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=k8h7iKHUyf3EPzOzzJe49vUtQXFtsAb72u4Y9Y0pKrA=; b=VJLkl7LGLGFWJlmltm41RSFcrWk7qIH6SjsomNuXJgzXAuc3wTfpbP7cnFWDf7Wvum D0MPzERjNmZkFQ+Rpg1IIWK/aYoSDFMibHOTNF/jb3rRB7p8viMOSoFTTUN6KhFwMIS/ kDxPEPbwJvaaKFkIAKtjptKUX6bZqBplPhCOPmAJwpzUYprMYqWMp7Io9gfuyXWfez+T 2t4ncCpf5VICqKa2LHX2mPaEweoESF+Cuodd/mJmsJ2dZF3jINR9/reTLwymOC85xUst SmDnoaw6kok5SUuHcuvc+yl82BqZmGodA50CRWj4tlHxNtQl17IbTbTa8jACJtklI1CK VvaQ== X-Gm-Message-State: APjAAAVKEAV9WQJH2WAF8EbiP1Daqjjc1VrbX5Tbv0YPfB0oAEe5vk7d 5Xq4WJFGIohXp+gES9DXtACtc3rLoKm6jjNy8Y4TDgfD X-Google-Smtp-Source: APXvYqxKGIecyZCWxPRdo2jWX39924/316oQasQBIqb8wYjTYdUp/T6AcSqlhg0qkPr1yeCqIi8J936AnnhP83HOewE= X-Received: by 2002:a81:23d1:: with SMTP id j200mr1453812ywj.385.1582110574625; Wed, 19 Feb 2020 03:09:34 -0800 (PST) MIME-Version: 1.0 References: <202002180811.01I8BqEq001150@repo.freebsd.org> In-Reply-To: From: Li-Wen Hsu Date: Wed, 19 Feb 2020 19:09:22 +0800 Message-ID: Subject: Re: svn commit: r358062 - in head: contrib/ncurses contrib/ncurses/doc contrib/ncurses/doc/html contrib/ncurses/form contrib/ncurses/include contrib/ncurses/man contrib/ncurses/menu contrib/ncurses/mis... To: Dimitry Andric Cc: Baptiste Daroussin , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48Mw3N49Hmz4Pn6 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2020 11:09:36 -0000 On Wed, Feb 19, 2020 at 5:04 PM Dimitry Andric wrote: > > On 2020-02-18 09:11, Baptiste Daroussin wrote: > > Author: bapt > > Date: Tue Feb 18 08:11:52 2020 > > New Revision: 358062 > > URL: https://svnweb.freebsd.org/changeset/base/358062 > > > > Log: > > Update ncurses to 20200118 > > Apparently this breaks the gcc builds, because it can't find the > function "box" anymore: > > --- all_subdir_usr.bin/clang/lldb --- > /usr/local/bin/x86_64-unknown-freebsd12.0-ld: > /tmp/obj/workspace/src/amd64.amd64/lib/clang/liblldb/liblldb.a(IOHandler.o): > in function `curses::Window::Box(unsigned int, unsigned int)': > /workspace/src/contrib/llvm-project/lldb/source/Core/IOHandler.cpp:926: > undefined reference to `box' > /usr/local/bin/x86_64-unknown-freebsd12.0-ld: > /workspace/src/contrib/llvm-project/lldb/source/Core/IOHandler.cpp:926: > undefined reference to `box' > collect2: error: ld returned 1 exit status > *** [lldb.full] Error code 1 > > See also: https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc/13322/ For more information, currently the FreeBSD-head-amd64-gcc is using amd64-gcc package via amd64-xtoolchain-gcc, which is 6.4 A test build with amd64-gcc6, which is 6.5, just completed and it's fine. I haven't checked this failure is due to our code itself, gcc versions or the difference in the configuration of two gcc ports. I think I will create FreeBSD-head-amd64-gcc6 job uses newer and preferred external tool chain, then the experimental ones like FreeBSD-head-amd64-gcc9, 10 and llvm-devel. Best, Li-Wen