Path: csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod From: Sudip Mukherjee Newsgroups: linux.debian.maint.java Subject: Re: Building jcabi-aspects Date: Sat, 02 Jan 2021 02:10:02 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Sat Jan 2 01:01:25 2021 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.099 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, FOURLA=0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, 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=+kvqJHz3X3jCzcteS3PC9WB4RTYEPLTZJruxWQPbSUs=; b=QNPT7gNiMWBkEnXaaGX8bGhaDfR+Ev0BXoLP4H8BFntusi0eP0tWnZ38PLS7+ssCAU QuVX8WIqPd71Gopro+W1+TOPskfRVgQmAD3x9kbHAVwGPCgw3sSvya1xhW7Cm6yWHbh9 hZ3h5m2uvGDfsIftnNI1gGgddsfQlEulTYw/KPhjw5Lfo9leAafrS4nnpulcJ/TiQ9qo amVXGza6jWpVWiek6Pxfki/y0OUKLwSWvAjuQz8ddqQsmu9nwLoLV6G21MvXeey2sjXj gX548+J22W2WL66uh7mzgVpyBdsxWxqyAe0biZrlGlpR3PNnfwBC94ghEeD2LDshMtvW 2K7g== 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=+kvqJHz3X3jCzcteS3PC9WB4RTYEPLTZJruxWQPbSUs=; b=Wn/bEMpt54ZXkAT+MTt5Rxn60b8r6zYBqtkpqIQR+E1n6TRoy/QWSABp5YAZxA/W/s xes88/4xCn1szD0cEKDWkt+j1cmoEsWUsbi+iu/c/paHslF20NXZCfg7aT2QDPUhymZA SHT8JTLcKlAh+3dw8RrHaOK7pEVHeadmUn+6RRPP7R1RdSgvSbnuXMplG3zq6JdszhPQ 5tfTVe4STAW2fZy2Ikdbh6OQz1OV251TbyxvWLiUgMHsXR4Ze7w2FD/Qi1FWDlGS6TpL iZ1O6zPYjmC7UnljH3VBnxDfmvRnaCJszi0a6DIREW5y/yiKsjf5yAz+8N7vtdptG1i0 c1dQ== X-Gm-Message-State: AOAM531EsDza8gZs3f6ymwgcXWvOhq2ORa9PSvwpALKTXsjqZ2MHZbDS Yb0tVNrs1F25u/MkmYCTuc42ONudf4Iv486d3YoYGiAWadMwYg== X-Google-SMTP-Source: ABdhPJzDMZt13OAT1jL3bqS+LG1RWjilYjFPk5hddoYZZjXYtoIdH4lV679/5b7mKKP0vMPcv1GdrpYDcrqZujIF3qU= X-Received: by 2002:a25:2c58:: with SMTP id s85mr92533345ybs.366.1609549270212; Fri, 01 Jan 2021 17:01:10 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailing-List: archive/latest/22652 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/CADVatmO4qQp5t7Hv3giadYd4UXwehFVC23SL_Z-zYdfqg3rvQQ@mail.gmail.com Approved: robomod@news.nic.it Lines: 27 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Mechtilde Stehmann X-Original-Date: Sat, 2 Jan 2021 01:00:34 +0000 X-Original-Message-ID: X-Original-References: <2d30b375-bc17-f3ae-588d-5f2116b59271@debian.org> <8855b382-beed-a6b4-0f01-79d1ff62a9cb@debian.org> Xref: csiph.com linux.debian.maint.java:12025 Hi All, On Fri, Jan 1, 2021 at 9:44 AM Mechtilde Stehmann wrote: > > Hello, > > a good and healthy new year. > > I found the problem I had. but I don't understand it. > > I excluded the file hs_err_pid33295.log. IMO this file doesn't follow > Policy and DFSG as source file. > > But only with this file it builds successfully > > Can someone explain it? I have already had a chat with Mechtilde on irc about it. Its failing to build with the version is changed to include '+ds' after the file is removed. If the '+' sign is removed and replaced with '.' or '~' then it builds fine. It seems the failure is with javax.annotation.processing.processor, not sure why the annotation processor with fail with '+' in the name. -- Regards Sudip