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 76C351382C5 for ; Sun, 28 Jun 2020 15:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C4E0E093B; Sun, 28 Jun 2020 15:24:28 +0000 (UTC) Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) (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 607BDE093B for ; Sun, 28 Jun 2020 15:24:28 +0000 (UTC) Received: by mail-wr1-x42f.google.com with SMTP id b6so14117415wrs.11 for ; Sun, 28 Jun 2020 08:24:28 -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; bh=BEsMe5tLnSd2q+GllOpI74Mxt29YDktYUrDSpIgTqKM=; b=kJ6wxzlEEWvHUEpy4cQxreCP4qnGkPzbjsXaDvsmIesq6oxHFSDnKPNsj+hOcZAnPX myJy65ol4FZVbni+r9zBquYwgKChKLjCVb5LDXbChQrKBAZhASw3DDVPomIJKdPVfuNB KsX6wYkm7uKyU/fCVqSzMQeA4PesuY6DzD80rr6Wz4a9jn/XdE4wMVuxUJdopLz6fIEe VR6OkwYojLoqDkuY7QIffU4fYw83vPWg+/t564duCKtlxnArbXCDD2SnsIN6EfZ5QbWx ZScNUsr7hdPKekm0NWXaOYxgzrCQdwWawqSabuQpKmG6Xl4Pwv/rqHnkf4neKpAoGGw5 1Kjg== 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; bh=BEsMe5tLnSd2q+GllOpI74Mxt29YDktYUrDSpIgTqKM=; b=eM6hpZOUXKyuB3JTgkvJgt0a3tgDZHwr91o+w5Kp8CELyGk0U8447uRtrw0WmHbviC Hwf75E1JvCIXGlLB1JVW8702VfgvcjNZ5LsaerRf4JOCI0pVzlJPGKTUQyIUbsaWsndx ck+iKa1dJU1Ieu/AJGscfvIZ0Ozz3tMr9UKrmTw+7vUKtRwi7UJC92/aZIxTPcQFtWdt 9Q04VX9yGoM111bbi8C21oU8hS575PuqaGkk5XUByQiZUc6jGnkzyXSkGxRP2TZKFILH Pc80Cge5emRJVvKGoRYs43WLMf5vykPu0Uw4G7lQfZO93PtU/Ag5xKjdbQ0Uaxi3qQc5 igQA== X-Gm-Message-State: AOAM532y7ctYePaa2eFOiwVmZLG5iPPxsAXT+LvexlU6Bg8kfhu52O/J oOEnfeW5vItVOxXtbPW41EIfank395u9JnSJbKmMKJOrvyeqeA== X-Google-Smtp-Source: ABdhPJxQ8pRXt4kDLlw9UeA8zWZE08sqjl0gC2rS8pxU8h2iUvGGXJJIG9SRIZ09JBC7ge6/NZLvW/y5L77cQeeI4w0= X-Received: by 2002:a5d:540d:: with SMTP id g13mr12206244wrv.380.1593357866682; Sun, 28 Jun 2020 08:24:26 -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: Zhang Zongyu Date: Sun, 28 Jun 2020 23:23:50 +0800 Message-ID: Subject: [gentoo-soc] Weekly Report: Big Data Infrastructure and Maven Overlay in Week 4 To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: b5e46395-6c7d-4cf5-b2cb-7ca6e4c0f977 X-Archives-Hash: 0550776ef2e1ece9d1c2905df06e839f Hello, This week I began to install the overlay generated by java-ebuilder. But I ran into some problems. They are mainly related to pom files, the metadata of maven artifacts. Some pom files do not declare their real dependencies, while some others form into a circular dependency. The problem is really annoying. And after some discussion with Benda and Miroslav, I am going to manually write them a proper ebuild to avoid the problem. Miroslav also reviewed my submitted code, and shed some light on what the current code is lacking. Next week, I am going to bump the version of some packages from dev-java/* and ensure the overlay will make use of the Gentoo repository. Besides, to meet the requirements of the project, I will continue to develop on java-ebuilder and java-pkg-simple.eclass. Regards Zhang Zongyu [1] my fork of java-ebuilder https://github.com/6-6-6/java-ebuilder