Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: tony mancill Newsgroups: linux.debian.maint.java Subject: Re: Possible Bug in Maven Debian Helper Date: Mon, 29 Jun 2020 03:50:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Jun 29 01:49:03 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-11.579 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, PGPSIGNATURE=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate:hard: -5.5 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=bvt5e8ty0UOMizC2yLNfQGJCqNMnttVqRMTqtoPB15c=; b=k1vUQWMIJtCJv02/SwFUuoS7fMI9Wfz+/Zpiw+3qejVA7QZ4CfagWnQdiKY6mXbreZ OukGzCBwSYqZyaLW7vUcqbc/1DKbSdZMU66R8Eu42OIBc/yyR1IyqEwA8k8BxJyyrn2R TLiezd/QxCRlAB92rf128++e8i64wf/EfSzQuhXmNw1FUMWUcrBO5GXZqJxrnn/gY9DC tbxkokCe4u1BVVEJu6KECByY4mTbsss1v4RZZUYCzEEe+bkw+8pitRDtbN/PkZA3KXll MNiOOy9N9WmA2EscVRLM3O3eveLZRoPAIzwL6YB0AE/GwB/sLP5qaqHLcyhQ2JONu2Fw J7zQ== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=bvt5e8ty0UOMizC2yLNfQGJCqNMnttVqRMTqtoPB15c=; b=OGmN6Tdxu0tunWCuGGePvVOx5GskceJwwz4abf/jEfbXafdMOnikUJ05cormQVL+V8 Rh0mYF6D/MhGyTEYtKKYYpdNy3ph/kDPzVh0OBNE/tqHckGsaO/1B89qj3EtVbNxLWBW LJo0pLpUbWO/Cu0XW6dmLUnuJ+IVNDE5rQ24UDEoWUuc0wwFAi8u4DN5kfEiNnDbOljG e1y2JAKGSF42GfcRIx3ISApG60XgPSnWGJ4r390lRCrw5A5KShXe7nYBcG1G+tWEEFRn DaVZE+5fukwRTRuhafAyhBMZzSQOEt/dWLjYNFcQiO1zcFowWRSEwHzb1EoFTB9VaVQv bE9A== X-Gm-Message-State: AOAM5319VyS4lpyj8WyPXlF32VXB2Xw+4X/Bpqf1wkhzG4UlVrbhBr1Q EjLmgyjV7PavHhrpLD2vJCM= X-Google-SMTP-Source: ABdhPJwrDrHb+Okn+ABXoUyeGTdQrPNehKeDtJBCSuiBJiugtlb3WPoL6HIhX0cq2HNruboZGoC9JQ== X-Received: by 2002:a62:7b41:: with SMTP id w62mr10103378pfc.98.1593395327264; Sun, 28 Jun 2020 18:48:47 -0700 (PDT) Sender: robomod@news.nic.it MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3t3bavhhn5uba3s5" Content-Disposition: inline X-Mailing-List: archive/latest/22314 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/20200629014842.luqibncgodyytqvp@lark Approved: robomod@news.nic.it Lines: 68 Organization: linux.* mail to news gateway X-Original-Cc: Debian Java List X-Original-Date: Sun, 28 Jun 2020 18:48:42 -0700 X-Original-Message-ID: <20200629014842.luqibncgodyytqvp@lark> X-Original-References: X-Original-Sender: tony mancill Xref: csiph.com linux.debian.maint.java:11733 --3t3bavhhn5uba3s5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Olek, On Wed, Jun 24, 2020 at 03:09:43PM -0400, Olek Wojnar wrote: > Hi everyone, >=20 > I've been having some problems with a tweaked build and, before reporting= a > bug, I wanted to see if anyone had any insights as to what is going wrong > here. >=20 > So flogger [1] and bazel have a circular build dependency therefore > upstream helped me to create an alternate Maven build for flogger (which > normally only builds with Bazel). Essentially, I have some POM files that > are created using a patch. However, this build always freezes up during > dh_auto_configure requiring me to manually abort the build. Specifically, > it freezes when executing the Java command at [2]. I've pored through the > code but I can't figure out what's wrong. More to-the-point, I can't > determine if there's some problem with my packaging (and patched build > system) or if this is an underlying bug in MDH. >=20 > I appreciate any insights any of you can provide. Thanks! >=20 > -Olek >=20 > [1] https://salsa.debian.org/java-team/google-flogger/-/tree/olek-temp1 > [2] > https://salsa.debian.org/java-team/maven-repo-helper/-/blob/debian/1.9.4/= src/main/bin/mh_patchpoms#L136 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? Thanks, tony [3] https://salsa.debian.org/java-team/checker-framework.git [4] https://ftp-master.debian.org/new/checker-framework_3.0.0+repack1-1~exp= 2.html#dsc --3t3bavhhn5uba3s5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAl75SHoACgkQIdIFiZdL PpZvHA/9HUrv+ROCiE3bxENleMExv5M2lzOvbof3IBPOCYtnhwNDgRL2xsQwCSDO fiofiTLwFnyx8GnP70SdDNMwKPrHJQ4hm+x7sJ+gxZ3nC6LTbM9CK8cqql2RuGxO qX4G2qySgHzWfXJmReOAgEUsPtzitP7RDuZEx0LWwFi7DeoRsJjmgwD8eZrCeWoJ Fx44QW4XFfeLXvde9gb7/IgrC8dbn/xfX9xID6Fh4cxtHSo/wvV54ZlNEOp+DXL0 G2m0y+Bz9gF6mDttfHjYpSURkVEPHDOFiEwqIA8lNY9AbykHLXCXNACoOu0J5dhR bol1RJu3zl2QGk8qJcw+koeedIM26I8WV70UiQEgrgGyhABEL3jv64hiX14xgDF8 956OfwhoU2UN4Ll+mQ94YVL95ZVDzuDMO7xpf8Z0D6JwTwtM/xLJHHPfW1LnfpOf rYD7nOkR/RbGc4YqvW2EI6ehae5j6ZJrqn2ysTJbHyXoU10FtsZ4QjL37rEzCAcI nS/l0fRybG3hs6KZMFGDlXSRJsIHeBDXZrffNs7Kc3Bod13xiF/q+6GSIYEiaqdU LJDInxwCBc1YndCZRz94bIP37qdM97KwYr+SlYN1n+YWb77busE8woF8v6VZUycp H0KZHrgUJt0+fUtlfr0sMDUF0U/ni0AlREesempqSnaUgM9ijd4= =KqVH -----END PGP SIGNATURE----- --3t3bavhhn5uba3s5--