From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 82111385840F for ; Thu, 17 Mar 2022 10:14:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 82111385840F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647512053; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=tcezEuiMh9GbpaGjZpVmkk6GWUlfo0WqTp4qf7VHDbM=; b=WCkm1tEf376moupbO4rYCf2tYReP56k/4GG4WEnmOgrxzbJysBDyr74XBGS5bcsLGD42O/ gMKxmLyQ7KxPClILHCiNjQzB+rgrDHIbVetcK2szLQtb8HmjpUT71NSD0Gow+rtAs0N0mH xLDPlaUMNAyf7hO0LKP1hk4oiWoanAA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-228-eC3QR4c5OS2DI-IJGgVjSg-1; Thu, 17 Mar 2022 06:14:12 -0400 X-MC-Unique: eC3QR4c5OS2DI-IJGgVjSg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AFB74380392B; Thu, 17 Mar 2022 10:14:11 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.36.112.5]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 88843200E295; Thu, 17 Mar 2022 10:14:11 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 5D318A8096F; Thu, 17 Mar 2022 11:14:10 +0100 (CET) Date: Thu, 17 Mar 2022 11:14:10 +0100 From: Corinna Vinschen To: Mike Frysinger Cc: newlib@sourceware.org, contact@phoenix-rtos.com Subject: Re: [PATCH] newlib: drop phoenix support Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Mike Frysinger , newlib@sourceware.org, contact@phoenix-rtos.com References: <20220315035809.4238-1-vapier@gentoo.org> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=vinschen@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, 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: Thu, 17 Mar 2022 10:14:14 -0000 On Mar 17 10:56, Corinna Vinschen wrote: > [CC official contact address of the phoenix-rtos HQ] The message you sent to jakub.sejdak@phoesys.com couldn't be delivered due to: Recipient email address is possibly incorrect. So let's see if anybody from the company reads the contact inbox. > On Mar 14 23:58, Mike Frysinger wrote: > > This code has not been updated since 2016, and it looks like it has > > rotted quite a bit since. It does not build against the current set > > of phoenix sources -- I had to hack both the kernel headers and the > > newlib headers up to get it to build, and I still have no idea if it > > actually links or runs. It seems like the project itself has moved > > away from newlib and to its own C library: > > https://phoenix-rtos.com/documentation/libc/README.md > > > > So since there's no interest from the phoenix folks to maintain this, > > and it has a significant amount of non-standard code that we try to > > keep up-to-date (without actually testing it), just punt it all. > > Let's wait another week for a reply from the phoenix folks. If we > don't get one, feel free to push the patches same time next week. > > > Thanks, > Corinna