From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by mail.openembedded.org (Postfix) with ESMTP id A422E77E58 for ; Thu, 22 Jun 2017 08:24:58 +0000 (UTC) Received: by mail-lf0-f67.google.com with SMTP id u62so1167741lfg.0 for ; Thu, 22 Jun 2017 01:25:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=Zrxy//XzcevtwFEf00YVs/J2lVfxzTkpg8ZNkLQh++w=; b=OxdrvgcPniE8jGzaiv5S6U5pmosdgceQWkU+YN3whpcrfamWvE8DHExGPlWCkf0ZS/ 8lAfqO+uprx53g+I7ZDb8udGtx2TM7aTejh/U5Qqev8VsLLoHFbrzKO7JzvHkT5Q/MFD c6xATcBsJhw+2eh6pp0TrWIuaXrKpOklo9XFpJ/0vfZ8OzKyohxb2XsTi79CkiT8Wjm+ uZteuUe4uXSPXDmP0I9kOymlMZ2xfAnz2B23Z6djshf+eTb8EtaflBI+JZm/8l81VdV5 gdkyiIiOG7tV+obPGhoaItI/awrHzWI0Vab4eGlWIBRVagihvRGBuIOgj8TndmNsfZIb DeVw== X-Gm-Message-State: AKS2vOw8PdXl+Zw6ZJEjXalcgqMStseFhbWMRcNgF/sFFvK9q7aGE6NQ 2bFhvDpgO7H5CpAGFjm3Tw== X-Received: by 10.80.225.8 with SMTP id h8mr1716057edl.21.1498119899536; Thu, 22 Jun 2017 01:24:59 -0700 (PDT) Received: from tfsielt31850 ([77.107.218.170]) by smtp.gmail.com with ESMTPSA id z31sm602039edd.17.2017.06.22.01.24.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 22 Jun 2017 01:24:57 -0700 (PDT) Message-ID: <1498119896.25895.13.camel@andred.net> From: =?ISO-8859-1?Q?Andr=E9?= Draszik To: Patches and discussions about the oe-core layer Date: Thu, 22 Jun 2017 09:24:56 +0100 In-Reply-To: References: <20170619101917.31865-1-git@andred.net> X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Subject: Re: [RFC][PATCH] tclibc-musl: use musl's virtual/gettext implementation X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2017 08:25:00 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Wed, 2017-06-21 at 12:27 +0000, Khem Raj wrote: > On Wed, Jun 21, 2017 at 6:27 AM Jussi Kukkonen > wrote: > > > $ bitbake -k core-image-minimal core-image-full-cmdline core-image-sato > > world > > That seems to fail with musl on the autobuilder with "Nothing RPROVIDES > > 'gettext-runtime' " > > > > > > https://autobuilder.yocto.io/builders/nightly-musl/builds/313/steps/Buil > > dImages/logs/stdio > > > > Andre can you take care of adding it OK, I'll have a look. core-image-minimal works fine, the other targets require GPLv3 & X11, which might take me a few days to set up to reproduce. Cheers, Andre'