Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: stahta01 on August 15, 2015, 01:48:51 am

Title: Problems using Jens Debian - nightlies (and release) : https://apt.jenslody.de/
Post by: stahta01 on August 15, 2015, 01:48:51 am
I decided the Nightly thread was NOT a good place for Debian binary or source packaging issues; so, I started this thread.

Old contents of file codeblocks-wxcontrib-dev.install in debian folder
Code
usr/lib/codeblocks/wxContribItems/*.so

usr/lib/pkgconfig/*.pc usr/lib/pkgconfig/
usr/lib/pkgconfig/wxsmith-contrib.pc usr/lib/pkgconfig/

What I think it should be; notice the "cb_*.pc" instead of "*.pc".
Code
usr/lib/codeblocks/wxContribItems/*.so

usr/lib/pkgconfig/cb_*.pc usr/lib/pkgconfig/
usr/lib/pkgconfig/wxsmith-contrib.pc usr/lib/pkgconfig/

IMHO, the error messages I get because of it. When I try to install codeblocks-wxcontrib-dev_13.12svn10379-1_amd64.deb.
Code
E: /var/cache/apt/archives/codeblocks-wxcontrib-dev_13.12svn10379-1_amd64.deb: trying to overwrite '/usr/lib/pkgconfig/codeblocks.pc', which is also in package codeblocks-dev 13.12svn10379-1

E: /var/cache/apt/archives/codeblocks-wxcontrib-dev_13.12svn10379-1_amd64.deb: trying to overwrite '/usr/lib/pkgconfig/wxsmithaui.pc', which is also in package codeblocks-contrib 13.12svn10379-1
Title: Re: Problems using Jens Debian - nightlies (and release) : https://apt.jenslody.de/
Post by: Jenna on August 16, 2015, 01:00:39 pm
Should work again,thanks for pointing it out.
Title: Re: Problems using Jens Debian - nightlies (and release) : https://apt.jenslody.de/
Post by: CuteAlien on August 26, 2015, 11:26:14 pm
I have another problem: In debian all the plugins from the contrib folder are missing since a few versions.  So nice stuff like going to the definition of variables no longer works :-( I guess that folder is just no longer build for some reason, so maybe easy to fix (I hope...)?
Title: Re: Problems using Jens Debian - nightlies (and release) : https://apt.jenslody.de/
Post by: stahta01 on August 27, 2015, 12:30:49 am
I have another problem: In debian all the plugins from the contrib folder are missing since a few versions.  So nice stuff like going to the definition of variables no longer works :-( I guess that folder is just no longer build for some reason, so maybe easy to fix (I hope...)?

They are mostly on my machine; exactly what plugin is missing?

Did you install all the code::blocks deb files?

Included in codeblocks-contrib per its comment section.
Do you have any of these? If missing only some of them, which ones are missing?
Code
This package extends Code::Blocks functionality a great deal with the included
plugins. These are:
   * Autoversioning
   * BrowseTracker
   * Cccc
   * Code statistics (SLOCs etc)
   * Codesnippets
   * Copy strings
   * CppCheck
   * Cscope
   * DoxyBlocks
   * DragScroll (enhances mouse operations)
   * EditorConfig
   * EditorTweaks
   * Selection of small games for relaxing between coding sessions! (BYOGames)
   * Setting of environment variables
   * Source exporter to PDF/HTML/ODT/RTF
   * FileManager
   * Header fixup
   * Help
   * HexEditor
   * IncrementalSearch
   * Keyboard shortcuts configuration
   * CB koders
   * Library finder
   * MouseSap
   * NassiShneiderman
   * Profiler (based on gprof)
   * ProjectOptionsManipulator
   * Regular expression testbed
   * Reopen last closed editor(s) via menu or hotkey
   * Smartindent plugin (cpp, HDL, Fortran, Lua, Pascal, Python, XML)
   * Spellchecker plugin
   * Symbol table plugin
   * ThreadSearch
   * ToolsPlus
   * Valgrind
   * RAD gui-builder for wxWidgets (wxSmith)
   * wxSmith contrib items
   * wxSmith AUI

Tim S.
Title: Re: Problems using Jens Debian - nightlies (and release) : https://apt.jenslody.de/
Post by: CuteAlien on August 28, 2015, 04:57:19 am
Argh, I didn't install codeblocks-contrib when I reinstalled it recently after a Debian update. Thanks!