X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEEC8385DC37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1604120985; bh=qErRVktGPWeBgXq5H1ThWH+fHn8XVb/hjzlZmBpSt1Q=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=CgY4QX3Z3i42BsgMEHZyYK38ZTSwXNPnC4c8lUQXnCoD1XWhrpYl7fJ6C55BRxE0y AYdTmYazjwTdVcV9K8hnKp2gpW5jtaNf3FxkLqWvcaSHOip0rsgxVj0eZq0ob585Ql dKiSwQ76waQpXmL37a36w9JaziYV3gEf4E0PAkoc= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 42EAC3857C62 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=zIiI3p5NMlLaqS9DpUuqWmGVeUqkc1/DjYCQDIEpCxM=; b=hnUKyxIDeghgnDYU1XDR0gsLgVGvBuJ6uHKp+9UALEQUTdW7tidgaEo/ZObe0oNr2L 1vGjuUX4HzxGJ2rNLwpo4fgBlqQuWE8PL7DopvOTFsDHObzvdsxvRb09xgUS2rEZ9Z/E 3Qj28JKbKS/Ip3bRaNgoeCujGom2vZfc3gCn30O8gN5n1o40Cp+fkZwHS08OuNH5Rnb2 +uVYSpeJj7tMImjrOKXX+9dgXllfLK4MqXs8xLE9/WaAS01Hu41gX5fDdu6bt5w/ciNC 9ei4leMY7u4OwhP8/bjyEM7q7w6DTmRecIExfg8W7ubUSsinI1N/O8tMTTFVwgK9YnPJ 8BUA== X-Gm-Message-State: AOAM530HNlcxiXFVbTC/yuMzwYXGKu8NIsvHf68SJc1SuJfUBo2Wmpvc J6KVhtq2hdjUhrLBSh15uK2DfCPgZWg= X-Google-Smtp-Source: ABdhPJySSOzs2kkH14suL4HMk248Hswd5cEyUyvwWj+D9Z3CW4gZsp3zaotVTx0WWPBZ7MDv9J7wnw== X-Received: by 2002:a17:902:8a8b:b029:d5:f871:92bd with SMTP id p11-20020a1709028a8bb02900d5f87192bdmr12006704plo.10.1604120980124; Fri, 30 Oct 2020 22:09:40 -0700 (PDT) Date: Sat, 31 Oct 2020 14:09:28 +0900 To: cygwin AT cygwin DOT com Subject: Re: GDB missing libraries after upgrade In-Reply-To: <20201031035614.GA25619@dimstar.local.net> References: <20201031033007 DOT GA28398 AT dimstar DOT local DOT net> <20201031035614 DOT GA25619 AT dimstar DOT local DOT net> Message-Id: <20201031140924.D359.50F79699@gmail.com> MIME-Version: 1.0 X-Mailer: Becky! ver. 2.75.01 [ja] X-Antivirus: Avast (VPS 201030-14, 2020/10/31), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Lemures Lemniscati via Cygwin Reply-To: Lemures Lemniscati Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" On Sat, 31 Oct 2020 14:56:14 +1100, Duncan Roe > On Sat, Oct 31, 2020 at 02:30:07PM +1100, Duncan Roe wrote: > > Hi, > > > > Updated cygwin64 this morning and now gdb won't start. > > > > cygcheck shows 2 missing libraries: > > > > 14:10:32$ cygcheck gdb > > Found: C:\cygwin64\bin\gdb.exe > > C:\cygwin64\bin\gdb.exe > > C:\cygwin64\bin\cygwin1.dll > > C:\Windows\system32\KERNEL32.dll > > C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll > > C:\Windows\system32\ntdll.dll > > C:\Windows\system32\KERNELBASE.dll > > C:\Windows\system32\API-MS-Win-Core-ProcessThreads-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-File-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-LibraryLoader-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Localization-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-String-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-ErrorHandling-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll > > C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll > > C:\cygwin64\bin\cygexpat-1.dll > > C:\cygwin64\bin\cygiconv-2.dll > > C:\cygwin64\bin\cygintl-8.dll > > C:\cygwin64\bin\cyglzma-5.dll > > C:\cygwin64\bin\cygmpfr-6.dll > > C:\cygwin64\bin\cyggmp-10.dll > > C:\cygwin64\bin\cyggcc_s-seh-1.dll > > C:\cygwin64\bin\cygncursesw-10.dll > > C:\cygwin64\bin\libpython3.6m.dll > > C:\cygwin64\bin\cygreadline7.dll > > C:\cygwin64\bin\cygsource-highlight-4.dll > > C:\cygwin64\bin\cygstdc++-6.dll > > C:\cygwin64\bin\cygboost_regex-1_66.dll > > C:\cygwin64\bin\cygz.dll > > cygcheck: track_down: could not find cygicui18n61.dll > > > > cygcheck: track_down: could not find cygicuuc61.dll > > > > > > Where do I get them from? > > > > Cheers ... Duncan. > > Reverting to gdb 8.2.1-1 works. So looks like gdb 8.3.1-1 needs the extra > libraries. > > Cheers ... Duncan. libicu61 provides them. https://www.cygwin.com/packages/summary/libicu61.html https://www.cygwin.com/packages/x86_64/libicu61/libicu61-61.1-1 libicu61: IBM Internationalization Components for Unicode 2018-03-27 01:15 26896896 usr/bin/cygicudata61.dll 2018-03-27 01:15 2395155 usr/bin/cygicui18n61.dll 2018-03-27 01:15 48147 usr/bin/cygicuio61.dll 2018-03-27 01:15 1542163 usr/bin/cygicuuc61.dll -- $ cygcheck -p cygicui18n61.dll cygicuuc61.dll Found 1 matches for cygicui18n61.dll libicu61-61.1-1 - libicu61: IBM Internationalization Components for Unicode $ cygcheck -p cygicuuc61.dll Found 1 matches for cygicuuc61.dll libicu61-61.1-1 - libicu61: IBM Internationalization Components for Unicode -- Lem -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple