From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD6C2158094 for ; Tue, 30 Aug 2022 04:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7560E0932; Tue, 30 Aug 2022 04:50:38 +0000 (UTC) Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCED6E0932 for ; Tue, 30 Aug 2022 04:50:38 +0000 (UTC) Received: by mail-pf1-x42f.google.com with SMTP id x19so8359386pfr.1 for ; Mon, 29 Aug 2022 21:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-disposition:mime-version:message-id:subject:to:date:from :from:to:cc; bh=O18HJHBfkfYj11oAUGnu9POiqTj6T2ugWXwTmlURpKI=; b=UGEOPVLXpWcm34r+lCxKO0zZmaISs9YugALb0m406N7+lw7wFySAzkRjKp9rPSjOgM AxX8PoCVwZFi1gZGVUeEq1n3S2rSJcSpYcix8zj8DAXq0U8chTen1rykSroP6wuQBnau kADvIFNif0cgVirQWLz+MYWzurxoYVKPb0crYW/QqAwsMF0sxAJgacrKVjastTXpMTjx Ue1Y9tZem1ptRs7eyGejDgt2o6RBeDOr/gUUuwP/dmlXs3ajP01zwK0trYv1BbritinM 5qnLqzQOf9Qx775fbaO04MMyzh+hD2lbCgsJdG2kD4AAKEHljrAM8Wcii6imTKfdbWZ/ dvbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-disposition:mime-version:message-id:subject:to:date:from :x-gm-message-state:from:to:cc; bh=O18HJHBfkfYj11oAUGnu9POiqTj6T2ugWXwTmlURpKI=; b=FgY48ISwZwWZPMhgBQRXvYYBWwBgAykoTcj3uuUQWrxmgQFvLLIHPZSn31LgubApgo Rja5odAP6eDdwKXWJYF93NIuisIoxR6HOhqd6VV6tUx+m+HOazXKy5clp+T4p65DKiVG KUqc2tyaayHS8pdMwHoiWpgK1FN1IIKMJusFN7WYXGj5sEBVEzBJzR5XeNGwQyInowuG Hc5KwOE16olLo6+LW6WZb6B5cePDo9nO5GUj1pB7ssq9idZvHkYsAYOU2swpONrXA2MZ Cw9qx1Qu027XrQdPFKsC9/9CloVDOOaF5jUINQuvSxSF6yh2NRm2T6kHQ6Wa5MV5bhAM SNqA== X-Gm-Message-State: ACgBeo2Ods1VxXY6qgb6Bq9vNRaTZ4bBLkP8GBAV6qUCDI7jGsYgvs1v 4keA/HxTL79O1xGtOPTnWQH46pgaV2I= X-Google-Smtp-Source: AA6agR7TM0jjlo2hDra8H5QxxyHDDcqASBQtIfVrLaJZMLCZWyCU5fi7SC0WGn1arDJ8JJRACEVQiA== X-Received: by 2002:a63:89c3:0:b0:42b:9f8c:1510 with SMTP id v186-20020a6389c3000000b0042b9f8c1510mr11636499pgd.272.1661835037488; Mon, 29 Aug 2022 21:50:37 -0700 (PDT) Received: from gmail.com ([43.252.250.151]) by smtp.gmail.com with ESMTPSA id e21-20020aa79815000000b0053612ec8859sm8136306pfl.209.2022.08.29.21.50.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Aug 2022 21:50:37 -0700 (PDT) From: listout X-Google-Original-From: listout Date: Tue, 30 Aug 2022 10:20:33 +0530 To: gentoo-soc Subject: [gentoo-soc] Week 11 Report for Musl support expansion to support GNOME desktop Message-ID: <20220830045033.du23a7rlv5uiscjp@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Archives-Salt: e58e52eb-9fdc-47f1-a12c-b691f7f4cf64 X-Archives-Hash: 6b06182f9eb2f1559f5f73c19b624e7e Hey there folks, hope you are doing well. I had a little bit of fever, hence a little bit late. Anyways, I'm here with my eleventh weekly report. For the previous week I focused on fixing broken zsh test cases on musl. The zsh tests A03quoting.ztst, B03print.ztst, V09datetime.ztst, and E02xtrace.ztst were failing. I'll go through the fixes one by one. For the A03quoting.ztst B03print.ztst tests I had to unset few of the variables, mainly unset LC_ALL, LC_COLLATE, LC_NUMERIC, LC_MESSAGES, and LANG. Found the reference here [1], and you can find the PR here [2]. For E02xtrace test, we didn't like that we had to conditionally apply the patch as it's not always good practice, hence we decided to just ignore the test case on musl. I the V09datetime test, one of the test included using `strftime` to return @ as a literal. On glibc systems it `strftime '%@'` return %@ while on musl it returned '\n'. Hence I had to add it to the test case. That was all it required for fixing the tests cases on zsh. I don't have much time left, only this week to do other stuffs. So I'll ask my mentor for things that should be of highest priority. And I also have a lot of open PR's on gentoo's Github. That's all, thanks. [1]: https://www.zsh.org/mla/workers/2021/msg00805.html [2]: https://github.com/gentoo/gentoo/pull/27019/files -- Regards, listout