Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th June 2007, 12:58 PM
hceylan Offline
Registered User
 
Join Date: Oct 2004
Location: Istanbul Turkey
Age: 39
Posts: 93
(Native) Eclipse problems (again...)

Hello,

Happy Fedora 7 for all...

I have the problem that occurred around FC4 with eclipse that when yo do

yum erase eclipse*

yum install eclipse

this breaks eclipse installation.

Eclipse won't start, saying "An error occurred. see log file..."

There were a past thread about that. Problem seems to be exactly the same.
No solution mentioned in the thread, (prelink, symbolic link, new user etc) works in my case.

I'd appreciate any help on the issue...

Hasan Ceylan
__________________
Hasan Ceylan
Istanbul, Turkey
Reply With Quote
  #2  
Old 5th June 2007, 02:58 PM
alpha645's Avatar
alpha645 Offline
Registered User
 
Join Date: Jul 2006
Posts: 740
I think it would be better if you post the logfile... It could be located in /var/log
Reply With Quote
  #3  
Old 5th June 2007, 03:06 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
I think the log file mentioned is under ~/.eclipse. For example, try
Code:
$ cd
$ find .eclipse -name '*log*' -print
.eclipse/org.eclipse.platform_3.2.0/configuration/org.eclipse.update/install.log
It would be nice to see among all the eclipse documentation something about
how the installs are laid out (e.g., ~/.eclipse, workspaces, /usr/share/eclipse, ...)

[EDIT:
Also, I have been in your situation before. I removed eclipse AND moved ~/.eclipse
out of the way, and then reinstalled eclipse. It solved my problem, which had to do
with running an application which didn't see the required plugins.
]

Last edited by mwette; 5th June 2007 at 03:09 PM.
Reply With Quote
  #4  
Old 5th June 2007, 08:25 PM
hceylan Offline
Registered User
 
Join Date: Oct 2004
Location: Istanbul Turkey
Age: 39
Posts: 93
Hello,

Thanks for taking care so quickly...

mwette, I tried to remove eclipse* along with all the other gcj ant etc. related rpms.
removed workspace, .eclipse, manually erased /usr/share/eclipse /usr/lib/eclipse ~/.java
then installed rpms back using yum. Same results. This is as root, as my personal user and as a new normal user....

I am redoing the same stuff now:

Here's the information requested:
root@ceylan ~]# rpm -qa | grep eclipse
eclipse-rcp-3.2.2-14.fc7
eclipse-ecj-3.2.2-14.fc7
eclipse-jdt-3.2.2-14.fc7
eclipse-platform-3.2.2-14.fc7

#yum erase eclipse*
#rpm -e libswt3-gtk2-3.2.2-14.fc7

#rm -rf ~/.eclipse
#rm -rf ~/workspace
#rm -rf /usr/share/eclipse
#rm -rf /usr/lib/eclipse

#yum install eclipse-jdt
Loading "installonlyn" plugin
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
Setting up Install Process
Parsing package install arguments
atrpms 100% |=========================| 951 B 00:00
primary.xml.gz 100% |=========================| 141 kB 00:01
atrpms : ################################################## 601/601
livna 100% |=========================| 1.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package eclipse-jdt.i386 1:3.2.2-14.fc7 set to be updated
--> Processing Dependency: eclipse-platform = 1:3.2.2-14.fc7 for package: eclipse-jdt
--> Processing Dependency: eclipse-ecj = 1:3.2.2-14.fc7 for package: eclipse-jdt
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package eclipse-ecj.i386 1:3.2.2-14.fc7 set to be updated
---> Package eclipse-platform.i386 1:3.2.2-14.fc7 set to be updated
Importing additional filelist information
filelists.xml.gz 100% |=========================| 711 kB 00:07
atrpms : ################################################## 601/601
--> Processing Dependency: /usr/lib/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.2.v3236.jar for package: eclipse-platform
--> Processing Dependency: eclipse-rcp = 1:3.2.2-14.fc7 for package: eclipse-platform
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package eclipse-rcp.i386 1:3.2.2-14.fc7 set to be updated
---> Package libswt3-gtk2.i386 1:3.2.2-14.fc7 set to be updated

Dependencies Resolved

================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
eclipse-jdt i386 1:3.2.2-14.fc7 fedora 25 M
Installing for dependencies:
eclipse-ecj i386 1:3.2.2-14.fc7 fedora 7.3 M
eclipse-platform i386 1:3.2.2-14.fc7 fedora 30 M
eclipse-rcp i386 1:3.2.2-14.fc7 fedora 14 M
libswt3-gtk2 i386 1:3.2.2-14.fc7 fedora 3.1 M

Transaction Summary
================================================== ===========================
Install 5 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 79 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: libswt3-gtk2 ######################### [1/5]
Installing: eclipse-rcp ######################### [2/5]
Installing: eclipse-platform ######################### [3/5]
Installing: eclipse-ecj ######################### [4/5]
Installing: eclipse-jdt ######################### [5/5]

Installed: eclipse-jdt.i386 1:3.2.2-14.fc7
Dependency Installed: eclipse-ecj.i386 1:3.2.2-14.fc7 eclipse-platform.i386 1:3.2.2-14.fc7 eclipse-rcp.i386 1:3.2.2-14.fc7 libswt3-gtk2.i386 1:3.2.2-14.fc7
Complete!

Arrrrrgh. (or should I say Ohh Thank god.)

For those that are having the same problem: Only change I did now is to remove and install libswt3-gtk2 again.

This did the trick!!!

Thanks for the help offer any way.

By the way, any chance to get wtp as rpm into fedora as well?

Hasan Ceylan
Reply With Quote
  #5  
Old 6th June 2007, 03:21 PM
mwette Offline
Registered User
 
Join Date: Nov 2005
Location: Los Angeles area
Posts: 887
Right when I started reading your last response I remembered there was one gtk non-eclipse package.
It looks like you found it. It would be nice to know why eclipse runs into these problems...
Reply With Quote
Reply

Tags
eclipse, native, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Native Eclipse 3.2 on FC4 krige Programming & Packaging 0 20th March 2007 11:34 AM
Native Eclipse crashed fragon Using Fedora 0 27th October 2005 03:48 AM
native eclipse fc4 cvs problem stephemr Using Fedora 2 22nd September 2005 07:32 PM
native eclipse arupsarkar Using Fedora 5 10th July 2005 05:13 PM
another native eclipse problem serige Using Fedora 4 23rd June 2005 03:59 PM


Current GMT-time: 09:42 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat