Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #12687
| Path | csiph.com!1.us.feeder.erje.net!3.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Mykhaylo Lodygin <mlodygin@cloudlinux.com> |
| Newsgroups | linux.debian.maint.java |
| Subject | building individual test issue |
| Date | Mon, 28 Aug 2023 14:00:02 +0200 |
| Message-ID | <H7J4u-4ZZZ-9@gated-at.bofh.it> (permalink) |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Mon Aug 28 11:58:06 2023 |
| Old-Return-Path | <mlodygin@cloudlinux.com> |
| X-Amavis-Spam-Status | No, score=-0.1 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, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no autolearn_force=no |
| X-Policyd-Weight | NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .cloudlinux. - helo: .mail-pf1-x434.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 |
| X-Gm-Message-State | AOJu0Yx2OMYFt77ixTnbXmnGf8ZyARFOtLfrxjDkdyoecO4+wQuQL5I+ IB5RZIDxN4AnSdPDGu/JXX31pZOXZgoSckl/0bNk+Etkq9oO6SpIEWA= |
| X-Google-SMTP-Source | AGHT+IHtSZKjy1Y/kKBjMn4c+l6tPawdqcTSaIc9UJcLbzvjupxszUlQrS7L5VuVWGztiUJsRwMQwxWbqLTD4JNrGoY= |
| X-Received | by 2002:a05:6a00:1387:b0:68c:10c:1c52 with SMTP id t7-20020a056a00138700b0068c010c1c52mr8252414pfg.9.1693223863467; Mon, 28 Aug 2023 04:57:43 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | multipart/alternative; boundary="000000000000e855950603fa663b" |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/23369 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/CALb+-aoJ=_4Efkjw+UowV4AM6mxHAdBY9ss2kCC22TT7=5iYsg@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 55 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Mon, 28 Aug 2023 14:57:32 +0300 |
| X-Original-Message-ID | <CALb+-aoJ=_4Efkjw+UowV4AM6mxHAdBY9ss2kCC22TT7=5iYsg@mail.gmail.com> |
| Xref | csiph.com linux.debian.maint.java:12687 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hello colleagues, I've build JDK locally successfully, but got several tests "FAILED". Tried to run one of the failing test separately with "make test TEST="<path_to_test>". Were unable to do so due to build error - the compiler was unfamiliar to include path to winscard.h, fixed with configuration option: bash configure --with-extra-cflags="-I/usr/include/PCSC" next error was incapability of linker to link with libjpeg - fixed with adding --with-libjpeg=system to configure. the issue was solved, but a new one was added with missing libgif. I was curious and tried a test that "Passed", thinking that "failure" could had happen due to inability to build the test. Tried sun/util/calendar/zi/Beyond2037.java but got a very similar error of inability to link with liblcms2-2. I'm flabbergasted, hence my questions are: does "make test" target is expected to rebuild JDK's code? does my approach of adding options to configure script is proper one? How come a test could be "Passed" while running it separately results in inability to build the test? Thank you. Mykhaylo Lodygin
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
building individual test issue Mykhaylo Lodygin <mlodygin@cloudlinux.com> - 2023-08-28 14:00 +0200 Re: building individual test issue Vladimir Petko <vladimir.petko@canonical.com> - 2023-08-28 22:10 +0200
csiph-web