User forums > Help

ubuntu : "wxSmith plugin is not loaded, can not continue"

<< < (2/2)

paddle:
The contrib deb does not want to install apparantly.
sudo dpkg -i *.deb give the following :

--- Code: ---sudo dpkg -i *.deb

(Reading database ... 278344 files and directories currently installed.)
Preparing to unpack codeblocks_17.12-1_amd64.deb ...
Unpacking codeblocks (17.12-1) over (17.12-1) ...
Preparing to unpack codeblocks-common_17.12-1_all.deb ...
Unpacking codeblocks-common (17.12-1) over (17.12-1) ...
Selecting previously unselected package codeblocks-contrib.
Preparing to unpack codeblocks-contrib_17.12-1_amd64.deb ...
Unpacking codeblocks-contrib (17.12-1) ...
Preparing to unpack codeblocks-contrib-common_17.12-1_all.deb ...
Unpacking codeblocks-contrib-common (17.12-1) over (17.12-1) ...
Preparing to unpack codeblocks-dev_17.12-1_amd64.deb ...
Unpacking codeblocks-dev (17.12-1) over (17.12-1) ...
Preparing to unpack codeblocks-headers_17.12-1_all.deb ...
Unpacking codeblocks-headers (17.12-1) over (17.12-1) ...
Preparing to unpack codeblocks-libwxcontrib0_17.12-1_amd64.deb ...
Unpacking codeblocks-libwxcontrib0 (17.12-1) over (17.12-1) ...
Preparing to unpack codeblocks-wxcontrib-dev_17.12-1_amd64.deb ...
Unpacking codeblocks-wxcontrib-dev (17.12-1) over (17.12-1) ...
Preparing to unpack codeblocks-wxcontrib-headers_17.12-1_all.deb ...
Unpacking codeblocks-wxcontrib-headers (17.12-1) over (17.12-1) ...
Preparing to unpack libcodeblocks0_17.12-1_amd64.deb ...
Unpacking libcodeblocks0 (17.12-1) over (17.12-1) ...
Preparing to unpack libwxsmithlib0_17.12-1_amd64.deb ...
Unpacking libwxsmithlib0 (17.12-1) over (17.12-1) ...
Preparing to unpack libwxsmithlib0-dev_17.12-1_amd64.deb ...
Unpacking libwxsmithlib0-dev (17.12-1) over (17.12-1) ...
Preparing to unpack wxsmith-dev_17.12-1_amd64.deb ...
Unpacking wxsmith-dev (17.12-1) over (17.12-1) ...
Preparing to unpack wxsmith-headers_17.12-1_all.deb ...
Unpacking wxsmith-headers (17.12-1) over (17.12-1) ...
Setting up codeblocks-common (17.12-1) ...
dpkg: dependency problems prevent configuration of codeblocks-contrib:
 codeblocks-contrib depends on libboost-system1.62.0; however:
  Package libboost-system1.62.0 is not installed.
 codeblocks-contrib depends on libgamin0; however:
  Package libgamin0 is not installed.
 codeblocks-contrib depends on libhunspell-1.4-0; however:
  Package libhunspell-1.4-0 is not installed.

dpkg: error processing package codeblocks-contrib (--install):
 dependency problems - leaving unconfigured
Setting up codeblocks-contrib-common (17.12-1) ...
Setting up codeblocks-headers (17.12-1) ...
Setting up codeblocks-libwxcontrib0 (17.12-1) ...
Setting up libcodeblocks0 (17.12-1) ...
Setting up libwxsmithlib0 (17.12-1) ...
Setting up wxsmith-headers (17.12-1) ...
Setting up codeblocks (17.12-1) ...
Setting up codeblocks-dev (17.12-1) ...
Setting up wxsmith-dev (17.12-1) ...
Setting up libwxsmithlib0-dev (17.12-1) ...
Setting up codeblocks-wxcontrib-dev (17.12-1) ...
Setting up codeblocks-wxcontrib-headers (17.12-1) ...
Processing triggers for gnome-menus (3.32.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu1) ...
Processing triggers for mime-support (3.63ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for man-db (2.8.7-3) ...
Processing triggers for shared-mime-info (1.10-1) ...
Processing triggers for libc-bin (2.30-0ubuntu2.1) ...
Errors were encountered while processing:
 codeblocks-contrib

--- End code ---

Any idea why?

BlueHazzard:

--- Code: ---odeblocks-contrib depends on libboost-system1.62.0; however:
  Package libboost-system1.62.0 is not installed.
 codeblocks-contrib depends on libgamin0; however:
  Package libgamin0 is not installed.
 codeblocks-contrib depends on libhunspell-1.4-0; however:
  Package libhunspell-1.4-0 is not installed.
--- End code ---
install libboost-system and libgamin and libhunspell

paddle:

--- Quote from: BlueHazzard on March 01, 2020, 04:16:29 pm ---install libboost-system and libgamin and libhunspell

--- End quote ---
Tried this without much luck.
libboost-system is already installed but version 1.67 not 1.62.
libgamin solved itself by typing "apt --fix-broken install"
libhunspell is also already installed.

--- Quote ---libhunspell-1.7-0/eoan,now 1.7.0-2build1 amd64 [installed,automatic]
libhunspell-1.7-0/eoan 1.7.0-2build1 i386
libhunspell-dev/eoan 1.7.0-2build1 amd64
libhunspell-dev/eoan 1.7.0-2build1 i386

--- End quote ---

So it seems the packages are expecting older version of the libraries. What should I do?

I chose Ubuntu thinking, as it's mainstream everything will be working out of the boxe. Though it's clearly not true apparantly.

cacb:

--- Quote from: paddle on March 04, 2020, 07:31:06 am ---What should I do?

--- End quote ---

https://github.com/arnholm/cross-pi/blob/master/codeblocks/cross-pi-cb-build-from-source.sh

Navigation

[0] Message Index

[*] Previous page

Go to full version