| Summary: | "Automatically build the RPM packages proposals list" preference ignored | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] Linux Tools | Reporter: | Rick Rankin <rrankin1424-eclipse> | ||||||
| Component: | RPM | Assignee: | Alexander Kurtakov <akurtakov> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | cradle-of-mail, iulia.vasii, linux.rpm-inbox, rui.marques, rustamabd, sportacandy, teodor.madan | ||||||
| Version: | 0.4 | ||||||||
| Target Milestone: | 4.0.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| See Also: |
https://git.eclipse.org/r/42145 https://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/commit/?id=6622043dcac6c322914de7c62a09352b76dacbad |
||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Rick Rankin
I'm also on Windows, and I'm also experiencing this problem. Eclipse Juno randomly starts doing this and eats all the CPU. The only cure is Eclipse restart. Version: Juno Release Build id: 20120614-1722 I confirm this bug (using Eclipse Juno on Windows XP). As soon as i start building a project Juno starts RPM proposal update and never stops. A workaround that works for me: go to you eclipse plugins directory (e.g. C:\Program Files\Eclipse\Plugins) and delete all files named org.eclipse.linuxtools.rpm.% Another workaround, and this seems perfect for my needs. Create an empty file 'C:\Users\your_account\.pkglist'. This file path must equal to "Path to packages list file" given at Preferences->Specfile Editor->RPM Completions Just after touching this file, proposal list update immediately stops. Should be fixed in nightly builds now. Would someone please verify? Closing as fixed for 2.0. Please reopen with details if the problem is still there. Created attachment 234885 [details]
Version Info
Hi I see the never ending rpm .. bug on the IDE for C/C++ version. I am new to Eclipse kindly guide me if I need to update it. ----- Eclipse IDE for C/C++ Developers 2.0.0.20130613-0530 epp.package.cpp null ----- thanks. I am experiencing the behavior described here in Eclipse Luna Release (4.4.0) Build id: 20140612-0600 OS: Windows 8 Can someone on windows machine come up with a patch? I don't have access to such machine so it's up to others to test and fix. Created attachment 250632 [details]
proposed patch
Same here. I wanted to turn off "Automatically build the RPM packages proposals list" option by setting the default value in plugin_customization.ini, but it didn't work. I tried to fix this, please see the attached patch. The problem was that only the instance scope was used when searching the preference values, ignoring the default values set by user (default scope should be used for this case). If someone can have a look, thanks! (In reply to Iulia Vasii from comment #12) > Same here. I wanted to turn off "Automatically build the RPM packages > proposals list" option by setting the default value in > plugin_customization.ini, but it didn't work. > > I tried to fix this, please see the attached patch. > The problem was that only the instance scope was used when searching the > preference values, ignoring the default values set by user (default scope > should be used for this case). > > If someone can have a look, thanks! Would you please provide the patch in Gerrit? https://wiki.eclipse.org/Linux_Tools_Project/Getting_Involved#Submitting_.22Patches.22 Sure, I will try to add the patch in Gerrit and let you know. Thanks! New Gerrit change created: https://git.eclipse.org/r/42145 Patch was added in Gerrit. Sorry for the long delay. We had to push Luna SR2 out (it was not possible to put your patch in it as the branch was closed for non-committer patches for weeks for IP-clearance. I'm looking into the patch for mars now. Gerrit change https://git.eclipse.org/r/42145 was merged to [master]. Commit: http://git.eclipse.org/c/linuxtools/org.eclipse.linuxtools.git/commit/?id=6622043dcac6c322914de7c62a09352b76dacbad Thanks for the patch, works for me that way. Pushed to master. Thank you! No problem with the delay. |