From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7558 invoked by alias); 12 Aug 2019 20:35:08 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7547 invoked by uid 89); 12 Aug 2019 20:35:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.7 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,GIT_PATCH_3,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy= X-HELO: mail-ot1-f41.google.com Received: from mail-ot1-f41.google.com (HELO mail-ot1-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Aug 2019 20:35:05 +0000 Received: by mail-ot1-f41.google.com with SMTP id f17so28641193otq.4 for ; Mon, 12 Aug 2019 13:35:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UweiFcVtWZ3bJScOtI0/qN7VXQ3nBqduOZzG0ArsSKY=; b=KOHk/y32OSHttSYxV8UvzOTVt5BMrHIhjY2mTkhj6NwPa9QwDpdnJfjyEc/GYJaGzM c5OahJU+3u7yHWyzEAErWYxeTszFt+gE7WLi5+HgPXjAEDcriPG2Svky3yynGsR6ZvTN cgmNrklvvj6r904/Ikwa5YollA5d/+g/erO4hPfOuUQnP98vAsrWdoa2X8Kpq7rGyId1 ObPGDpeXbOchTO6Q8YWckobvYYTw1pVWLRVEwFUJcedELRZ8a/GJOlkIeHlXYn0AvFAV Yorgj2iHXkvucAoFURc+eLVWqRTsnN1Fb493pf6ZwWWayzJ7E6Z67LhkPdnQyG3rxuhO FwgA== MIME-Version: 1.0 References: <775e241e9c5f2b2ff2b59972ab70e5f20763fae6-master-breakage@gdb-build> In-Reply-To: From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Mon, 12 Aug 2019 20:35:00 -0000 Message-ID: Subject: Re: Breakage on builder Fedora-x86_64-w64-mingw32, revision 775e241e9c5f2b2ff2b59972ab70e5f20763fae6 To: gdb-buildbot@sergiodj.net Cc: Christian Biesinger via gdb-patches , Tom Tromey Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00253.txt.bz2 The errors are: ../../binutils-gdb/readline/histfile.c:614:9: warning: implicit declaration of function 'chown' [-Wimplicit-function-declaration] ../../binutils-gdb/readline/colors.c:173:27: warning: implicit declaration of function 'S_ISLNK'; did you mean 'S_ISBLK'? [-Wimplicit-function-declaration] ../../binutils-gdb/readline/colors.c:186:23: error: 'S_ISUID' undeclared (first use in this function); did you mean 'S_ISDIR'? ../../binutils-gdb/readline/colors.c:188:28: error: 'S_ISGID' undeclared (first use in this function); did you mean 'S_ISDIR'? ../../binutils-gdb/readline/colors.c:218:16: warning: implicit declaration of function 'S_ISSOCK'; did you mean 'S_ISBLK'? [-Wimplicit-function-declaration] I guess when I tested Windows it was using different headers that had those declarations... Christian On Mon, Aug 12, 2019 at 3:14 PM wrote: > > Unfortunately it seems that there is a breakage on GDB. > > Commit title: 'Import readline 7.0 (patch 5)' > Revision: 775e241e9c5f2b2ff2b59972ab70e5f20763fae6 > > You can find more details below: > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ > > > +++ The full log is too big to be posted here. > +++ These are the last 100 lines of it. > > checking whether getlogin is declared without a macro... no > checking whether getlogin_r is declared without a macro... no > checking whether getpagesize is declared without a macro... no > checking whether getusershell is declared without a macro... no > checking whether setusershell is declared without a macro... no > checking whether endusershell is declared without a macro... no > checking whether group_member is declared without a macro... no > checking whether isatty is declared without a macro... yes > checking whether lchown is declared without a macro... no > checking whether link is declared without a macro... no > checking whether linkat is declared without a macro... no > checking whether lseek is declared without a macro... yes > checking whether pipe is declared without a macro... no > checking whether pipe2 is declared without a macro... no > checking whether pread is declared without a macro... no > checking whether pwrite is declared without a macro... no > checking whether readlink is declared without a macro... no > checking whether readlinkat is declared without a macro... no > checking whether rmdir is declared without a macro... yes > checking whether sethostname is declared without a macro... no > checking whether sleep is declared without a macro... yes > checking whether symlink is declared without a macro... no > checking whether symlinkat is declared without a macro... no > checking whether ttyname_r is declared without a macro... no > checking whether unlink is declared without a macro... yes > checking whether unlinkat is declared without a macro... no > checking whether usleep is declared without a macro... yes > checking for unsetenv... no > checking whether btowc is declared without a macro... yes > checking whether wctob is declared without a macro... yes > checking whether mbsinit is declared without a macro... yes > checking whether mbrtowc is declared without a macro... yes > checking whether mbrlen is declared without a macro... yes > checking whether mbsrtowcs is declared without a macro... yes > checking whether mbsnrtowcs is declared without a macro... no > checking whether wcrtomb is declared without a macro... yes > checking whether wcsrtombs is declared without a macro... yes > checking whether wcsnrtombs is declared without a macro... no > checking whether wcwidth is declared without a macro... no > checking whether wmemchr is declared without a macro... yes > checking whether wmemcmp is declared without a macro... yes > checking whether wmemcpy is declared without a macro... yes > checking whether wmemmove is declared without a macro... yes > checking whether wmemset is declared without a macro... yes > checking whether wcslen is declared without a macro... yes > checking whether wcsnlen is declared without a macro... yes > checking whether wcscpy is declared without a macro... yes > checking whether wcpcpy is declared without a macro... no > checking whether wcsncpy is declared without a macro... yes > checking whether wcpncpy is declared without a macro... no > checking whether wcscat is declared without a macro... yes > checking whether wcsncat is declared without a macro... yes > checking whether wcscmp is declared without a macro... yes > checking whether wcsncmp is declared without a macro... yes > checking whether wcscasecmp is declared without a macro... no > checking whether wcsncasecmp is declared without a macro... no > checking whether wcscoll is declared without a macro... yes > checking whether wcsxfrm is declared without a macro... yes > checking whether wcsdup is declared without a macro... yes > checking whether wcschr is declared without a macro... yes > checking whether wcsrchr is declared without a macro... yes > checking whether wcscspn is declared without a macro... yes > checking whether wcsspn is declared without a macro... yes > checking whether wcspbrk is declared without a macro... yes > checking whether wcsstr is declared without a macro... yes > checking whether wcstok is declared without a macro... yes > checking whether wcswidth is declared without a macro... no > checking whether iswcntrl works... guessing yes > checking for towlower... yes > checking for wctype_t... yes > checking for wctrans_t... yes > checking whether wctype is declared without a macro... yes > checking whether iswctype is declared without a macro... yes > checking whether wctrans is declared without a macro... yes > checking whether towctrans is declared without a macro... yes > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking whether make supports nested variables... yes > checking dependency style of x86_64-w64-mingw32-gcc... gcc3 > checking whether make supports nested variables... (cached) yes > checking whether ln -s works... yes > checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib > checking for x86_64-w64-mingw32-ar... (cached) x86_64-w64-mingw32-ar > configure: updating cache ./config.cache > checking that generated files are newer than configure... done > configure: creating ./config.status > config.status: creating Makefile > config.status: creating import/Makefile > config.status: creating config.h > config.status: executing depfiles commands > config.status: executing default commands > make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-mingw32/build' > make: *** [Makefile:859: all] Error 2 > program finished with exit code 2 > elapsedTime=90.750819