Bug #16809 2010-02-04 12:22
neildarlow
scriptedwizard clean and uninstall leaves file behind
Code::Blocks SVN 6031 on Mandriva 2010.0 i386.
A make clean leaves behind:
codeblocks/src/plugins/scriptedwizard/resources/scriptedwizard.zip
A make uninstall leaves behind:
/usr/local/share/codeblocks/scriptedwizard.zip
- Category
- Plugin::Any
- Group
- Status
- Closed
- Close date
- 2010-02-10 13:41
- Assigned to
- biplab
History
That shoulc be SVN 6130. Apologies.
This bug is now fixed in HEAD.
Thank you for reporting it.
Unfortunately this bug is not fixed correctly.
make clean performs as it should.
make install puts two copies of scriptedwizard.zip in place:
/usr/local/share/codeblocks/templates/wizard/scriptedwizard.zip
/usr/local/share/codeblocks/scriptedwizard.zip
The first of these is clearly in the wrong location. The second is correctly placed.
make uninstall removes the wrongly placed scriptedwizard.zip but still leaves the correctly placed one behind.
It should be fixed now in trunk. If you still face this bug please feel free to reopen this ticket. Thanks for your feedback.