From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by sourceware.org (Postfix) with ESMTPS id D73133858D28 for ; Mon, 7 Feb 2022 15:40:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D73133858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x630.google.com with SMTP id k17so11463188plk.0 for ; Mon, 07 Feb 2022 07:40:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=mVCPENskaPgr9V5CxWglmZx8pg4JS6yXSVe9/GFr3jY=; b=OnJMDA1sYBd1Gllj6oSpvuOY6ro+sTunscCairAP9tV73ZDI6mAllUstgUKQHNFSni 2rr+xHG6yU7087X+lBmSWndvoEVCy/ToH2VI6ogXHomRnFRXdpW3YCX4Pbz6Swd01yvg LmuT0vOvi4VYchFar9l1tgCb4vkct/zeWOWL05scCWIogcq7hiadok37VeXKJL049xOr J5RQb1n0ezr2zUZSmBDlILIg15UDhvOdBNGXCJFwVfBS+lv1ucUKHXnN2bpiHUzTJAOn ZBonkcXL16KyNqXaeSpV2iS5FGrUxiBYfRP8sRqmtEvheLFKFme0Kwx/Ef7zKwZj/EHK N1aA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=mVCPENskaPgr9V5CxWglmZx8pg4JS6yXSVe9/GFr3jY=; b=xz/MgBX0yxFg1/7t8I2N6qKBnkzSrHSmH3XFCh3bMBAG5QsXHPEZ1cNzrwYXOBqJIu TvDc3gdBAk67Jy/QzpzQX2lBcukq/HafCSwrE8KhpJGc1sLjK4W24iyKl35LtQfga1cz jQbrpbDNDy+7W4A54rLiml632XMQFrtc5Rl6d4SHF1+orbir6oeGv4s5g0ANsQvXaCgx 00vhClTgTSEE3RagJsVoHedrl7MKchU7VW0ub8zxoeDVqnHyjW70U23CWGLhn3+P4Ry2 llGakhnfV9Iv7AwTyG1NMr0k8GJ7sqbdS4wdRtcLdwROTm+AwjJE99qwyijG8aNcjx3y OU0g== X-Gm-Message-State: AOAM532vEcwSjCoL93p2tzO0jXg0Zd+AlhUZ7cv4MuN9lLVkz3zQ4iJz mcGdjkcfwgipIe5iZ0IRGOW7KJSAFbkvdw== X-Google-Smtp-Source: ABdhPJx3vwRk+iIJJ8lETVOAg2PyCo5yOAkYFfay5UOfNC586Ssd79aorwM9P7GBN5gasuNqpZ/vVA== X-Received: by 2002:a17:90a:564f:: with SMTP id d15mr165497pji.238.1644248458775; Mon, 07 Feb 2022 07:40:58 -0800 (PST) Received: from [172.31.0.204] (c-73-63-24-84.hsd1.ut.comcast.net. [73.63.24.84]) by smtp.gmail.com with ESMTPSA id e19sm9427050pjr.50.2022.02.07.07.40.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 07 Feb 2022 07:40:58 -0800 (PST) Message-ID: <42d3f65b-b268-5f7b-1d9d-081fa26e1c23@gmail.com> Date: Mon, 7 Feb 2022 08:40:56 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: libgloss multilib installs broken [was nds broken by recent patches] Content-Language: en-US To: newlib@sourceware.org References: <171dc9cb-6b2c-ead3-1c55-27fadb33220f@gmail.com> <3da42247-9096-0a03-4b38-66460854c2c7@gmail.com> From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2022 15:41:01 -0000 On 2/3/2022 10:45 PM, Mike Frysinger wrote: > On 03 Feb 2022 09:11, Jeff Law wrote: >> I must have tested the wrong thing as bfin-elf isn't working yet.  It >> doesn't help that I'm only looking at this for a few minutes before my >> workday starts...    At least now I  know what's going on. >> >> The *build* is fine, things go south at *install* time. >> >> bfin has a wide variety of multilibs and we're installing them into the >> wrong directories. > well that's annoying. i was actually testing this code path recently as part > of migrating libgloss to automake, and the install logic worked there, so i > guess i fixed this bug and didn't realize it. Saw you committed the fix for this over the weekend.  I can confirm that the bfin, visium, frv and c6x ports are happy again.  I had suspected they were all the same problem. At this point there's nothing failing due to newlib/libgloss issues.  Thanks for all the fixes. jeff