Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 877767 Details for
Bug 919353
net-p2p/biglybt-3.4.0.0 - uis/.../BuddyPluginView.java:91: error: cannot find symbol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-p2p:biglybt-3.4.0.0:20231206-032257.log
net-p2p:biglybt-3.4.0.0:20231206-032257.log (text/plain), 29.23 KB, created by
Toralf Förster
on 2023-12-06 17:01:02 UTC
(
hide
)
Description:
net-p2p:biglybt-3.4.0.0:20231206-032257.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2023-12-06 17:01:02 UTC
Size:
29.23 KB
patch
obsolete
> * Package: net-p2p/biglybt-3.4.0.0:0 > * Repository: gentoo > * Maintainer: java@gentoo.org > * Upstream: https://github.com/BiglySoftware/BiglyBT/issues > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux source > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > * Using: openjdk-bin-11 >>>> Unpacking source... >>>> Unpacking biglybt-3.4.0.0.tar.gz to /var/tmp/portage/net-p2p/biglybt-3.4.0.0/work >>>> Source unpacked in /var/tmp/portage/net-p2p/biglybt-3.4.0.0/work >>>> Preparing source in /var/tmp/portage/net-p2p/biglybt-3.4.0.0/work/BiglyBT-3.4.0.0 ... > * Applying biglybt-3.2.0.0-disable-SWTUpdateChecker.patch ... > [ ok ] > * Applying biglybt-3.2.0.0-disable-DorkBoxUpdaterPlugin.patch ... > [ ok ] > * Applying biglybt-3.2.0.0-disable-shared-plugins.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-p2p/biglybt-3.4.0.0/work/BiglyBT-3.4.0.0 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-p2p/biglybt-3.4.0.0/work/BiglyBT-3.4.0.0 ... > * Compiling module "core" >javac -source 1.8 -target 1.8 -d target/classes -encoding 8859_1 -classpath /usr/share/commons-cli-1/lib/commons-cli.jar:/usr/share/swt-4.27/lib/swt.jar @sources.lst >warning: [options] bootstrap class path not set in conjunction with -source 8 >Note: Some input files use or override a deprecated API. >Note: Recompile with -Xlint:deprecation for details. >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >1 warning > * Compiling module "uis" >javac -source 1.8 -target 1.8 -d target/classes -encoding 8859_1 -classpath biglybt-core.jar:/usr/share/commons-cli-1/lib/commons-cli.jar:/usr/share/swt-4.27/lib/swt.jar @sources.lst >warning: [options] bootstrap class path not set in conjunction with -source 8 >uis/src/com/biglybt/plugin/magnet/swt/MagnetPluginUISWT.java:23: error: cannot access Image >import org.eclipse.swt.graphics.Image; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/graphics/Image.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:27: error: cannot access SWT >import org.eclipse.swt.SWT; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/SWT.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:31: error: cannot access Point >import org.eclipse.swt.graphics.Point; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/graphics/Point.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:32: error: cannot access Rectangle >import org.eclipse.swt.graphics.Rectangle; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/graphics/Rectangle.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:33: error: cannot access GridData >import org.eclipse.swt.layout.GridData; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/layout/GridData.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:34: error: cannot access GridLayout >import org.eclipse.swt.layout.GridLayout; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/layout/GridLayout.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/pif/UISWTInstance.java:23: error: cannot access Display >import org.eclipse.swt.widgets.Display; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Display.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/pif/UISWTInstance.java:24: error: cannot access Shell >import org.eclipse.swt.widgets.Shell; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Shell.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:91: error: cannot find symbol > private Image iconNLI; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:92: error: cannot find symbol > private Image iconIDLE; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:93: error: cannot find symbol > private Image iconIN; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:94: error: cannot find symbol > private Image iconOUT; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:95: error: cannot find symbol > private Image iconINOUT; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:609: error: cannot find symbol > private Image bs_chat_gray; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:610: error: cannot find symbol > private Image bs_chat_gray_text; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:611: error: cannot find symbol > private Image bs_chat_swarm_merge; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:612: error: cannot find symbol > private Image bs_chat_green; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:613: error: cannot find symbol > private Image bs_chat_red; > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:1480: error: cannot access Control > Control comp_maybe_null, > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Control.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:1497: error: cannot find symbol > Control comp_maybe_null, > ^ > symbol: class Control > location: class BuddyPluginView >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:1686: error: cannot find symbol > final Image image ) > ^ > symbol: class Image > location: class BuddyPluginView >uis/src/com/biglybt/ui/swt/pif/UISWTStatusEntry.java:84: error: cannot find symbol > public void setImage(Image image); > ^ > symbol: class Image > location: interface UISWTStatusEntry >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2123: error: cannot access Composite > private Composite[] chat_composites; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Composite.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2125: error: cannot access Button > private List<Button> mode_buttons = new ArrayList<>(); > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Button.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2127: error: cannot access Group > private Group middle; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Group.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2129: error: cannot access CTabFolder > private CTabFolder tab_folder; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/custom/CTabFolder.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2130: error: cannot access CTabItem > private CTabItem public_item; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/custom/CTabItem.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2131: error: cannot find symbol > private CTabItem anon_item; > ^ > symbol: class CTabItem > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2132: error: cannot find symbol > private CTabItem neither_item; > ^ > symbol: class CTabItem > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2151: error: cannot find symbol > private Group lhs; > ^ > symbol: class Group > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2161: error: cannot find symbol > Composite parent, > ^ > symbol: class Composite > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2194: error: cannot find symbol > Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2213: error: cannot find symbol > Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2435: error: cannot find symbol > final List<Button> buttons ) > ^ > symbol: class Button > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2460: error: cannot find symbol > List<Button> buttons, > ^ > symbol: class Button > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2471: error: cannot find symbol > List<Button> buttons, > ^ > symbol: class Button > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2888: error: cannot find symbol > final Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginView.java:2886: error: cannot find symbol > private Composite > ^ > symbol: class Composite > location: class BuddyPluginView.BetaSubViewHolder >uis/src/com/biglybt/ui/swt/pif/UISWTInstance.java:118: error: cannot find symbol > public Display getDisplay(); > ^ > symbol: class Display > location: interface UISWTInstance >uis/src/com/biglybt/ui/swt/pif/UISWTInstance.java:120: error: cannot find symbol > public Image > ^ > symbol: class Image > location: interface UISWTInstance >uis/src/com/biglybt/ui/swt/pif/UISWTInstance.java:131: error: cannot find symbol > public UISWTGraphic createGraphic(Image img); > ^ > symbol: class Image > location: interface UISWTInstance >uis/src/com/biglybt/ui/swt/pif/UISWTInstance.java:393: error: cannot find symbol > public Shell createShell(int style); > ^ > symbol: class Shell > location: interface UISWTInstance >uis/src/com/biglybt/ui/swt/pif/UISWTGraphic.java:40: error: cannot find symbol > public Image getImage(); > ^ > symbol: class Image > location: interface UISWTGraphic >uis/src/com/biglybt/ui/swt/pif/UISWTGraphic.java:49: error: cannot find symbol > public boolean setImage(Image img); > ^ > symbol: class Image > location: interface UISWTGraphic >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:190: error: cannot find symbol > private Shell shell; > ^ > symbol: class Shell > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:192: error: cannot find symbol > private Composite ftux_stack; > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:194: error: cannot access StyledText > private StyledText log; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/custom/StyledText.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:195: error: cannot access StyleRange > private StyleRange[] log_styles = new StyleRange[0]; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/custom/StyleRange.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:32: error: cannot access Label >import org.eclipse.swt.widgets.Label; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Label.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:33: error: cannot access MouseAdapter >import org.eclipse.swt.events.MouseAdapter; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/events/MouseAdapter.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:34: error: cannot access MouseEvent >import org.eclipse.swt.events.MouseEvent; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/events/MouseEvent.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:35: error: cannot access MouseListener >import org.eclipse.swt.events.MouseListener; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/events/MouseListener.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:36: error: cannot access Color >import org.eclipse.swt.graphics.Color; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/graphics/Color.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:37: error: cannot access Cursor >import org.eclipse.swt.graphics.Cursor; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/graphics/Cursor.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedLabel.java:38: error: cannot access FormData >import org.eclipse.swt.layout.FormData; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/layout/FormData.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BufferedWidget.java:28: error: cannot access Widget >import org.eclipse.swt.widgets.Widget; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Widget.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:198: error: cannot access Table > private Table buddy_table; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Table.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:28: error: cannot access FormAttachment >import org.eclipse.swt.layout.FormAttachment; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/layout/FormAttachment.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:30: error: cannot access FormLayout >import org.eclipse.swt.layout.FormLayout; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/layout/FormLayout.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:47: error: cannot access PaintListener > implements PaintListener > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/events/PaintListener.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:203: error: cannot find symbol > private Button shared_nick_button; > ^ > symbol: class Button > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:204: error: cannot access Text > private Text nickname; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Text.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:206: error: cannot find symbol > private Text input_area; > ^ > symbol: class Text > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:208: error: cannot access DropTarget > private DropTarget[] drop_targets; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/dnd/DropTarget.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:217: error: cannot access Font > private Font italic_font; > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/graphics/Font.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:218: error: cannot find symbol > private Font bold_font; > ^ > symbol: class Font > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:219: error: cannot find symbol > private Font big_font; > ^ > symbol: class Font > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:220: error: cannot find symbol > private Font small_font; > ^ > symbol: class Font > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:222: error: cannot find symbol > private Color ftux_dark_bg; > ^ > symbol: class Color > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:223: error: cannot find symbol > private Color ftux_dark_fg; > ^ > symbol: class Color > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:224: error: cannot find symbol > private Color ftux_light_bg; > ^ > symbol: class Color > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:437: error: cannot find symbol > Shell _shell ) > ^ > symbol: class Shell > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:617: error: cannot find symbol > Composite _parent ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:636: error: cannot find symbol > private Shell > ^ > symbol: class Shell > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:650: error: cannot find symbol > Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:691: error: cannot find symbol > Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:720: error: cannot find symbol > Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:2544: error: cannot find symbol > Composite parent, > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:2542: error: cannot find symbol > private Composite > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:2851: error: cannot find symbol > Composite rhs ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:2849: error: cannot find symbol > private Composite > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:2919: error: cannot find symbol > Composite parent ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:3021: error: cannot find symbol > Composite main_component, > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:3022: error: cannot find symbol > Composite component ) > ^ > symbol: class Composite > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:3783: error: cannot access Menu > Menu menu ) > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/Menu.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:3881: error: cannot find symbol > final Menu menu, > ^ > symbol: class Menu > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:4632: error: cannot access TableItem > TableItem item ) > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/widgets/TableItem.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:4652: error: cannot find symbol > TableItem item ) > ^ > symbol: class TableItem > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:4722: error: cannot find symbol > TableItem item, > ^ > symbol: class TableItem > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:4832: error: cannot access DisposeListener > final DisposeListener listener ) > ^ > bad class file: /usr/share/swt-4.27/lib/swt.jar(/org/eclipse/swt/events/DisposeListener.class) > class file has wrong version 61.0, should be 55.0 > Please remove or make sure it appears in the correct subdirectory of the classpath. >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:6563: error: cannot find symbol > List<StyleRange> new_ranges, > ^ > symbol: class StyleRange > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:6564: error: cannot find symbol > Font info_font, > ^ > symbol: class Font > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:6565: error: cannot find symbol > Color info_colour, > ^ > symbol: class Color > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:6566: error: cannot find symbol > Font bold_font, > ^ > symbol: class Font > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/plugin/net/buddy/swt/BuddyPluginViewBetaChat.java:6567: error: cannot find symbol > Font italic_font ) > ^ > symbol: class Font > location: class BuddyPluginViewBetaChat >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:64: error: cannot find symbol > private static Font FONT_REGEX_BUTTON; > ^ > symbol: class Font > location: class BubbleTextBox >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:66: error: cannot find symbol > private static Color COLOR_FILTER_REGEX; > ^ > symbol: class Color > location: class BubbleTextBox >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:68: error: cannot find symbol > private static Color COLOR_FILTER_NO_REGEX; > ^ > symbol: class Color > location: class BubbleTextBox >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:70: error: cannot find symbol > private Font FONT_NO_REGEX; > ^ > symbol: class Font > location: class BubbleTextBox >uis/src/com/biglybt/ui/swt/components/BubbleTextBox.java:72: error: cannot find symbol > private Font FONT_REGEX; > ^ > symbol: class Font > location: class BubbleTextBox >Note: Some input files use or override a deprecated API. >Note: Recompile with -Xlint:deprecation for details. >Note: Some input files use unchecked or unsafe operations. >Note: Recompile with -Xlint:unchecked for details. >Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output >100 errors >1 warning > * ERROR: net-p2p/biglybt-3.4.0.0::gentoo failed (compile phase): > * ejavac failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 2549: Called java-pkg-simple_src_compile > * environment, line 944: Called ejavac '-d' 'target/classes' '-encoding' '8859_1' '-classpath' 'biglybt-core.jar:/usr/share/commons-cli-1/lib/commons-cli.jar:/usr/share/swt-4.27/lib/swt.jar' '@sources.lst' > * environment, line 695: Called die > * The specific snippet of code: > * "${args[@]}" || die "ejavac failed" > * > * If you need support, post the output of `emerge --info '=net-p2p/biglybt-3.4.0.0::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-p2p/biglybt-3.4.0.0::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=openjdk-bin-11 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-11.0.20.1_p1" >JAVACFLAGS="-source 1.8 -target 1.8" COMPILER="" >and of course, the output of emerge --info =biglybt-3.4.0.0 > * The complete build log is located at '/var/log/portage/net-p2p:biglybt-3.4.0.0:20231206-032257.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-p2p/biglybt-3.4.0.0/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-p2p/biglybt-3.4.0.0/temp/environment'. > * Working directory: '/var/tmp/portage/net-p2p/biglybt-3.4.0.0/work/BiglyBT-3.4.0.0' > * S: '/var/tmp/portage/net-p2p/biglybt-3.4.0.0/work/BiglyBT-3.4.0.0' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 919353
:
877762
|
877763
|
877764
|
877765
|
877766
| 877767 |
877768
|
877769