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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B481F1382C5 for ; Sun, 14 Jun 2020 22:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC989E0955; Sun, 14 Jun 2020 22:42:33 +0000 (UTC) Received: from mail-pl1-x62d.google.com (mail-pl1-x62d.google.com [IPv6:2607:f8b0:4864:20::62d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9824EE0955 for ; Sun, 14 Jun 2020 22:42:33 +0000 (UTC) Received: by mail-pl1-x62d.google.com with SMTP id m7so6004617plt.5 for ; Sun, 14 Jun 2020 15:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=NoZfWIhSwpT25O7X11KQ1/ymglGHV/oEVd68KJlM9Ag=; b=VmXjPVoiKFeUGU1DsrFaa5qmvKxIwkmmurBwjcYi0ioVAl66xr1KibZG8BqjWnmS86 /3BI1ThKHKiAjb7mhU8lBhTg7mWgSvTPmrfjoQPVg/7UH0tuyRsg/J0E+yn/LYjNDorZ 1p7vGR22ccHLXT2QMNJiKZsKT+Pbq19nVVIAABVi+AsfOP3GkFpqfjxeRv4LNyDqSSZ9 mbcQaHV7ci8KtOr/uB1NChtAorlB+vdDEl2NbwcMYvWyZXDe/Ccpg8FFanwUqGhEIVLl eiAoqR1qhe7JFoUSQVwy/GBpSnyJPquHqaDuX/nRiloedAyzA6EydYZ16XFHuQN9J7/8 CxCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=NoZfWIhSwpT25O7X11KQ1/ymglGHV/oEVd68KJlM9Ag=; b=KJ2+acn9kfThJUwyxVgibJF002nD9zabdevjGuF/QpAqEPgD5x4GKPx/nYYNcFu5B4 BkvG4tqQSFToCUsttFdWT6hKJjOVoDl/Lztm/yZLzS+HjNnqLIBLqa1ojKfFGEIINT8D VrnCR6D/9OqNeAiS+DTrMzuCxU1IbLaNP8czhrbcdppyyT6D1K3Nd/keSxy7ZtYT+zl6 YE8HUcpEhIvjUVTPwx4DL1kHnFxqIZWAM5UCxz7u6IA+VcsX3UdotgGbXKPUg1cIBlV/ 2hwIktqgzcqoY9Dcic2wwWK1rp7H6ndjVUJbQJsllZ6OWuNdCbjomFXYPMxMvhr4tH/X 1oWQ== X-Gm-Message-State: AOAM533KbaDY7l7P9MZJXjTU5v/WpIOTVngBjq7fsi6pg/ZivQ0/meYq Yxg3bEj08KABrguoTtJdQmV1JdQskBCGB7J/c13RDuDyW+s= X-Google-Smtp-Source: ABdhPJxlecQB8SVr67D1bJJN57rNrvPRtolImjS+fHgAeS47wDL8rOvuor/hTUczXp7ou6ZcuFrjK/c3ni4QamZ/yXQ= X-Received: by 2002:a17:902:7:: with SMTP id 7mr18100483pla.209.1592174552193; Sun, 14 Jun 2020 15:42:32 -0700 (PDT) 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 From: Ahmed Soliman Date: Mon, 15 Jun 2020 00:41:54 +0200 Message-ID: Subject: [gentoo-soc] Porting relibc to gentoo weekly progress To: gentoo-soc@lists.gentoo.org Cc: Luca Barbato Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 89b4daf5-27aa-478e-9a19-f2fc04eb66d4 X-Archives-Hash: 5656d70a29affb0aac74f13bcfce3263 Hello all, So for this week, I was mainly working on trying to compile gcc with relibc and it is not yet done. For now there are 2 patch sets for this week [1] an [2]. [2] is already merged. patch [1] was a fix for a super complicated bug that I had to fix on multiple platforms (linux because that related to my project and redox, because if it is not compiling for redox the patch won't get merged). You can find a brief short post about the story behind this patch and an idea about how I setted up redox testing environment in [3]. It is 4 minutes read and I would encourage everyone to go read it ^_^. Thanks, Ahmed. [1] https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/279 [2] https://gitlab.redox-os.org/redox-os/relibc/-/merge_requests/280 [3] https://oddcoder.com/A-tale-of-tls-bug/