Bug #16808 2010-02-04 12:18

neildarlow

codesnippets clean and uninstall leaves file behind

Code::Blocks SVN 6031 on Mandriva 2010.0 i386.

A make clean leaves behind:

codeblocks/src/plugins/contrib/codesnippets/resources/codesnippets.zip

A make uninstall leaves behind:

/usr/local/share/codeblocks/codesnippets.zip

Category
Plugin::Any
Group
 
Status
Closed
Close date
2010-02-10 13:43
Assigned to
biplab
neildarlow 2010-02-04 13:12

That should be SVN 6130. Apologies.

biplab 2010-02-09 15:51

This bug is now fixed in HEAD.

Thank you for reporting it.

neildarlow 2010-02-09 21:17

Unfortunately this bug is not fixed correctly.

make clean performs as it should.

make install puts two copies of codesnippets.zip in place:

/usr/local/share/codeblocks/images/codesnippets/codesnippets.zip

/usr/local/share/codeblocks/codesnippets.zip

The first of these is clearly in the wrong location. The second is correctly placed.

make uninstall removes the wrongly placed codesnippets.zip but still leaves the correctly placed one behind:

biplab 2010-02-10 13:43

It should be fixed now in trunk. If you still face this bug then feel free to reopen this ticket. Thanks for your feedback.