Author Topic: Problems using Jens Debian - nightlies (and release) : https://apt.jenslody.de/  (Read 5760 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Should work again,thanks for pointing it out.

Offline CuteAlien

  • Multiple posting newcomer
  • *
  • Posts: 57
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...)?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
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.
« Last Edit: August 27, 2015, 02:47:07 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline CuteAlien

  • Multiple posting newcomer
  • *
  • Posts: 57
Argh, I didn't install codeblocks-contrib when I reinstalled it recently after a Debian update. Thanks!