Path: csiph.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!feeds.phibee-telecom.net!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: Re: Possible Bug in Maven Debian Helper Date: Tue, 30 Jun 2020 13:20:01 +0200 Message-ID: References: X-Original-To: tony mancill X-Mailbox-Line: From debian-java-request@lists.debian.org Tue Jun 30 11:19:16 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.179 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xUmn9CWDznoOP62N8NfRtxhCeJwjyDrhLD7kL2iAL9Q=; b=Yxj7OdTjh2SyqgL9YIkeCYRWMDdnArJglrFxwU9GpsGUdT/kQWwEDKEtUH6YB5zz/M OlLa1sGvk1T795WgQEgm16n+6JVFK+Q6wXSj0l0sNN1nxE394OaGw1FG3+yRpky/ZP7H hWq699c7WeDBlyxLdsCrnD4vBLyMsGrkswN+MEujBvICUKe7uyJYO6Xoe8w2N0Nh/wtL bhB8khYocX9pedZaWtfSLfd8Rv2+EwspH19G2/g6my44Mq+PMxeyCIYsdek8yxmJa0qi 0dp3AqLypGh8v6p3k5qd/o5aXrAFKbiblsWynGQL1ICV0UKsHyj3AmOXp66sRYBgwkMD zF/A== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xUmn9CWDznoOP62N8NfRtxhCeJwjyDrhLD7kL2iAL9Q=; b=Dh3pLml2lVN/xC9f9Xpm8+wQW8fhKfe24hs/0z4lEEQ+9uoC4OxcjUsS0K8FfTMqi+ ylBhIQS6iL60P49V2odtHEBYn1lKs9SjJMKxCNhvMKidz2gTmiCD/wOIzzDO4eEArRbo dLbYLK/nZrj/iLhdotSwDvtaGVYkNFs7yHUYUu9qgxCMulI1Q8I/lT4EAWVv6055Ajfs IjOSGH3QlXo1ogYMYTxjtKGZTKqG4O/rTZ7mDZla3h74wr+x4M8oFhwh9GgJZIWH+6r3 75DF1yUVW2GbkaM6BpVS4YFD0oVyDphA/c3GCweuNeHkwXfB/qUS0hbH1iG+5qNCvh9/ lwbA== X-Gm-Message-State: AOAM533TfEvGKG/PZ1WvWndB2t1ktCT+9mr12vPDHCET2rrBOeJvMi0Z xdoYbX3nyrCOoOLyMS/KNwHyhXap3ktHCYNC/kno/GKS X-Google-SMTP-Source: ABdhPJy6GkhmOFKX0p0iIS4Oqjmg/kvzNDRI7G0C157wYt17WlnGoEmYpqvcnqT6UeS5uDiNWyvwxxsFCFCYrdcFS6Q= X-Received: by 2002:a9d:5a92:: with SMTP id w18mr7701472oth.56.1593515940964; Tue, 30 Jun 2020 04:19:00 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailing-List: archive/latest/22319 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmMkpDcQMw9bwER9D2NqoiDt9j7TC-Wa_tKtCHj_iLUWiw@mail.gmail.com Approved: robomod@news.nic.it Lines: 33 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Olek Wojnar , Debian Java List X-Original-Date: Tue, 30 Jun 2020 12:18:24 +0100 X-Original-Message-ID: X-Original-References: <20200629014842.luqibncgodyytqvp@lark> <20200630050138.723kvpiryhy4grez@lark> Xref: csiph.com linux.debian.maint.java:11738 On Tue, Jun 30, 2020 at 6:01 AM tony mancill wrote: > > On Sun, Jun 28, 2020 at 11:03:37PM -0400, Olek Wojnar wrote: > > Hi tony, > > > > On Sun, Jun 28, 2020 at 9:48 PM tony mancill wrote: > > > > > > > > I attempted to reproduce this but the package depends on > > > libchecker-framework-java and the sources checked into the Salsa repo > > > [3] don't match what I see uploaded NEW [4]. Do you mind pushing the > > > branch you used for the upload? > > So we're definitely in the maven-repo-helper code, entering via [1] and > stuck in [2]. Specifically, my guess is that we're looping in [3]. > > However, I haven't found a fix yet. I'm still picking through the pom files > in the patch to see if I can figure out why we're getting stuck. It > seems like the code expands the pom, it refers to itself (or otherwise > creates a cycle). That is happening because all the poms are trying to find "${project.version}". I think project.version will be 0.5.1, so just replace all "${project.version}" with "0.5.1" and you will not get the circular loop anymore. I didnot get the time to check why it fails to build after that. -- Regards Sudip