Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass-dev] Build errors when setting up Trace Compass development environment
  • From: Greg Savin <gsavin@xxxxxxxx>
  • Date: Thu, 5 Dec 2024 00:00:25 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mips.com; dmarc=pass action=none header.from=mips.com; dkim=pass header.d=mips.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=a6fFUjK9LU7MoPsCQzSHPbCd5h2SxvpvMWaFUXxq55w=; b=DusCfI/WaXsBJt60/KDIJVnOTo+c4E54pqNWfTGI0GvD8y2r2Sm5V4zPjl5yo7XmIQ9SOZxOv6AZuDgnrLBrzEzGzmK5inps88B4Q7+hY6x0SUfO2ajx9vtkTCxrIU7vm+pFShP7SR7vcH/Yd+l/WINC40LncaAAVNM4FnLTSQv9D01FqwJxMOsy8OkS9fpDp3lCww4QuTP0Srg3UL2PpvJQmLO+ylAaPdMRZPGeQxgP7A7yHChobTYq3Py6clayBSblLwvca+pV6x2anNoekKHWEQXmOAf3+zY62DcknGuhEUddoxLzIFgqgB6Q+NhNoQbS6QmNa7NIfVOnEIOHEQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=B5EjqsjnyWWmT8bRqaQYJ247LJS1ctkc0hHshnVSI3Om3KCW1qzWBejsFlF7NzQPv2xxS+8Gt2MRyLs/G3vGoo5Qmlexn19XlSSqUcN0g8BeJC/Ut13MqUjtLY/dYIzjuTmYFnQtMuu6nYpn7ZbFlLdBX9o7HIK+85M//X8I4PGwSysVws1PT1TjdnvnGNs4W+HGVMmwjnsLYCzsSvRFS7FYPmSGX8X/Waq/gIkbJQOvggKm5W6HThUZTWUK63nxzakb4CQ6Kv3FxhMk8jnKQ2uIBSnYg730OP8jhV4SN4hUDIUUHfrI75xhRrM3spAek3KvIqK0+NMwDsVXD7UHrA==
  • Delivered-to: tracecompass-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tracecompass-dev/>
  • List-help: <mailto:tracecompass-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHbRqZByoVeM1uE2UOvxFJC4GHwyQ==
  • Thread-topic: Build errors when setting up Trace Compass development environment

Hi all,

When trying to follow the instructions in the "## Using the Eclipse Installer (Oomph)" section of https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/DEVELOPMENT_ENV_SETUP.md, on Ubuntu 22.04.5 LTS, I'm seeing 3222 errors show up in the Problems view of the resulting development instance of Eclipse.

As a quick indication of the sorts of errors I'm referring to, here are a few selected representative errors from the first page of errors shown:

ANTLRReaderStream cannot be resolved to a type  Metadata.java     /org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace      line 424    Java Problem
BaseTree cannot be resolved to a type     Metadata.java     /org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace      line 443    Java Problem
BitSet cannot be resolved to a type FilterParserParser.java /org.eclipse.tracecompass.tmf.filter.parser/target/generated-sources/antlr3/org/eclipse/tracecompass/tmf/filter/parser  line 1138   Java Problem

From this limited bit of information, if anyone can discern something I might be doing wrong, I'd appreciate any feedback.

Thanks,
Greg Savin


Back to the top