This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189628 - 6.9 C/C++ install fails
Summary: 6.9 C/C++ install fails
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: dlipin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 11:45 UTC by Egor Ushakov
Modified: 2010-08-27 03:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-08-18 11:45:28 UTC
After installing C/C++ pack into NB 6.9 (updated to 6.9.1) via plugin manager I get the following error:
Installation completed unsuccessfully Click Finish to quit the NetBeans IDE installer and try to restart IDE.

The Plugin Installer found problem timeout of loading C/C++ Debugger GDB[org.netbeans.modules.cnd.debugger.gdb/1.9.2.2] while install the following plugins:

C/C++
Comment 1 Egor Ushakov 2010-08-18 11:51:58 UTC
Same on Solaris and Windows
Comment 2 Egor Ushakov 2010-08-18 11:53:04 UTC
after IDE restart C/C++ pack appears and works, but it is strange to receive such warnings...
Comment 3 soldatov 2010-08-18 14:45:01 UTC
I can't reproduce this problem.
Build: http://netbeans.org/downloads/6.9/index.html
Platform: Windows XP
Comment 4 Egor Ushakov 2010-08-18 17:02:09 UTC
I can reproduce it this way even with 6.9.1:
 - install clean java only 6.9.1 from http://netbeans.org/downloads/ (fresh userdir and install folder)
 - install C/C++ pack from the plugin manager - everything is fine
 - uninstall C/C++ pack from the plugin manager
 - install C/C++ pack from the plugin manager again
get the warning

I think I had C/C++ pack installed and uninstalled some time before
Comment 5 dlipin 2010-08-18 22:01:01 UTC
Looks like C/C++ uninstallation also removes a few files which are not installed together with the subsequent C/C++ installation:
ide/modules/org-netbeans-modules-utilities-project.jar
java/modules/org-netbeans-modules-maven-search.jar
(and appropriate config/Modules and update_tracking files)
Comment 6 dlipin 2010-08-19 09:24:25 UTC
Let me check the dependencies.
Comment 7 dlipin 2010-08-19 11:25:32 UTC
Just a note : I've checked 6.8 at it works fine - no modules are deleted except C/C++ ones.
Comment 8 dlipin 2010-08-26 11:17:55 UTC
Fixed in core-main#70b20bf79ae2, please verify in the next dailies.
Comment 9 Quality Engineering 2010-08-27 03:17:28 UTC
Integrated into 'main-golden', will be available in build *201008270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/70b20bf79ae2
User: Dmitry Lipin <dlipin@netbeans.org>
Log: Issue #189628 6.9 C/C++ install fails