View Single Post
  #1   Spotlight this post!  
Unread 24-06-2016, 15:06
Blasting's Avatar
Blasting Blasting is offline
"That Guy"
FRC #1225 (Gorillas)
Team Role: Programmer
 
Join Date: Feb 2016
Rookie Year: 2015
Location: Hendersonville
Posts: 3
Blasting is an unknown quantity at this point
Eclipse Neon W/ Robot C++ Dev Plugins

I'm having trouble with updating/installing the C++ Development tools on Arch Linux 64bit after Eclipse updated to 4.6 Neon, the Java tools install fine, but when try the C++ tools I get:

Quote:
Cannot complete the install because of a conflicting dependency.
Software being installed: Robot C++ Development 0.1.0.201603020231 (edu.wpi.first.wpilib.plugins.cpp.feature.feature. group 0.1.0.201603020231)
Software currently installed: C/C++ Development Tools 9.0.0.201606062011 (org.eclipse.cdt.feature.group 9.0.0.201606062011)
Only one of the following can be installed at once:
C/C++ Development Tools Core 5.11.0.201509131935 (org.eclipse.cdt.core 5.11.0.201509131935)
C/C++ Development Tools Core 5.11.0.201602051005 (org.eclipse.cdt.core 5.11.0.201602051005)
C/C++ Development Tools Core 5.10.0.201506070905 (org.eclipse.cdt.core 5.10.0.201506070905)
C/C++ Development Tools Core 6.0.0.201606062011 (org.eclipse.cdt.core 6.0.0.201606062011)
Cannot satisfy dependency:
From: WPILib_CPP_Robot_Development 0.1.0.201603020231 (edu.wpi.first.wpilib.plugins.cpp 0.1.0.201603020231)
To: bundle org.eclipse.cdt.debug.mi.core 7.2.0
Cannot satisfy dependency:
From: Robot C++ Development 0.1.0.201603020231 (edu.wpi.first.wpilib.plugins.cpp.feature.feature. group 0.1.0.201603020231)
To: edu.wpi.first.wpilib.plugins.cpp [0.1.0.201603020231]
Cannot satisfy dependency:
From: C/C++ Development Tools GDB/MI CDI Debugger Core 7.3.0.201506070905 (org.eclipse.cdt.debug.mi.core 7.3.0.201506070905)
To: bundle org.eclipse.cdt.core [5.0.0,6.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools GDB/MI CDI Debugger Core 7.3.0.201509131935 (org.eclipse.cdt.debug.mi.core 7.3.0.201509131935)
To: bundle org.eclipse.cdt.core [5.0.0,6.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools GDB/MI CDI Debugger Core 7.3.0.201602051005 (org.eclipse.cdt.debug.mi.core 7.3.0.201602051005)
To: bundle org.eclipse.cdt.core [5.0.0,6.0.0)
Cannot satisfy dependency:
From: C/C++ Development Tools 9.0.0.201606062011 (org.eclipse.cdt.feature.group 9.0.0.201606062011)
To: org.eclipse.cdt.platform.feature.group [9.0.0.201606062011]
Cannot satisfy dependency:
From: C/C++ Development Platform 9.0.0.201606062011 (org.eclipse.cdt.platform.feature.group 9.0.0.201606062011)
To: org.eclipse.cdt.core [6.0.0.201606062011]
Does anyone know a workaround or have a package backup in /var/pacman/pkgs/ they can send my way?
Reply With Quote