Author Topic: A problem about C::B svn make(Ubuntu12.04)  (Read 28384 times)

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
A problem about C::B svn make(Ubuntu12.04)
« on: August 19, 2012, 04:19:57 am »
hey, ;-)
when i use "sudo ./configure --with-contrib-plugins=all"
terminal echo the message:
checking for HUNSPELL... no
configure: error: Package requirements (hunspell) were not met:

No package 'hunspell' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables HUNSPELL_CFLAGS
and HUNSPELL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
===========================================================
How to solve this problem?thx a lot.

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #1 on: August 19, 2012, 04:21:08 am »
I have installed "hunspell".

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #2 on: August 19, 2012, 07:15:36 am »
I have installed "hunspell".
You not only need hunspell, but primarily hunspell-dev.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #3 on: August 19, 2012, 09:39:28 am »
OK, thank you, I GOT IT.BUG HOW TO 'gamin'?
Terminal return:
$ rpm -i gamin-0.0.19-1.x86_64.rpm
rpm:RPM should not be used directly install RPM packages, use Alien instead!
rpm:However assuming you know what you are doing...
error: 依赖性检测失败:
   /bin/sh 被 gamin-0.0.19-1.x86_64 所需要
   libc.so.6()(64bit) 被 gamin-0.0.19-1.x86_64 所需要
   libc.so.6(GLIBC_2.2.5)(64bit) 被 gamin-0.0.19-1.x86_64 所需要
   libc.so.6(GLIBC_2.3)(64bit) 被 gamin-0.0.19-1.x86_64 所需要
   libglib-2.0.so.0()(64bit) 被 gamin-0.0.19-1.x86_64 所需要

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #4 on: August 19, 2012, 10:45:37 am »
OK, thank you, I GOT IT.BUG HOW TO 'gamin'?
Terminal return:
$ rpm -i gamin-0.0.19-1.x86_64.rpm
rpm:RPM should not be used directly install RPM packages, use Alien instead!
rpm:However assuming you know what you are doing...
error: 依赖性检测失败:
   /bin/sh 被 gamin-0.0.19-1.x86_64 所需要
   libc.so.6()(64bit) 被 gamin-0.0.19-1.x86_64 所需要
   libc.so.6(GLIBC_2.2.5)(64bit) 被 gamin-0.0.19-1.x86_64 所需要
   libc.so.6(GLIBC_2.3)(64bit) 被 gamin-0.0.19-1.x86_64 所需要
   libglib-2.0.so.0()(64bit) 被 gamin-0.0.19-1.x86_64 所需要
Why do you try to install rpm, which are not meant to be installed on debian based systems.
Install the ubuntu package of gamin and gamin-devel .

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #5 on: August 19, 2012, 11:47:50 am »
I used
 "$ sudo alien -i gamin-0.0.19-1.x86_64.rpm"
and
 "$ sudo alien -i gamin-devel-0.0.19-1.x86_64.rpm"
when them finished, try "./configure --with-contrib-plugins=all"
it's still an error.
=============
BTW:I did not find the DEB package      (*_*)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #6 on: August 19, 2012, 02:24:20 pm »
You should know how to install packaages on the system you use.
There are several manuals arround and of course graphical package mangers for ubuntu.
I suggest using synaptic, it's the best package-manager for debian based systems in my opinion.

For the gamin stuff, use "sudo apt-get install gamin-devel" .

It seems you are not an experienced developer (at least not on ubunt-systems).
You will most likely run in more trouble.

Why don't you install a prebuild package of C::B and avoid the hassle of compiling it yourself ?

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #7 on: August 19, 2012, 02:59:09 pm »
Yes, you're right.I use the C language in order to study compiler theory.May be the source replaced by a domestic server, so "sudo apt-get install gamin-devel" has been unsuccessful, forced installation with RPM, C :: B can not run.
Now re-install with Synaptic. I hope this time can be successful. ;-)
======================
↑ Google Translate =_=||||||||||||||

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #8 on: August 19, 2012, 03:17:32 pm »
Never (!), never (!!), never (!!!) use rpm's on debian based systems, unless you know exactly what you do and how to fix issues.

Offline Rexfield

  • Single posting newcomer
  • *
  • Posts: 8
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #9 on: August 19, 2012, 03:23:22 pm »
Yes, I will always remember it.
---------------------------------
Good! The program can run, displayed as "SVN 8237". This is the best gift I received today.
Thanks to MortenMacFly, Jens and my best friend Tolbkni.

Offline jdbosmaus

  • Single posting newcomer
  • *
  • Posts: 3
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #10 on: March 24, 2013, 07:31:30 am »
Due to the incompatibility documented here:
http://www.codeblocks.org/downloads/binaries
and the fact that the package provided by pasgui is out of date, I wanted to try compiling CodeBlocks 12.11 from source on Ubuntu 12.04. (Actually Kubuntu.)

This topic was helpful, but I think the package names listed in the posts above are for RPM rather than APT packages. It took me a while to figure out the package names I needed before ./configure would run cleanly.

Here are the commands for the packages that I found I needed to install:

apt-get install libhunspell-dev
apt-get install libgamin-dev
apt-get install libboost-dev

(libboost-doc is optional, but I installed it because I expect to use Boost.)

The "make install" command adds several .so files to /usr/local/lib. Therefore, before I could run CodeBlocks, I needed to rebuild the library cache by:
sudo ldconfig
 
And now I'm running CodeBlocks 12.11 build 8629!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #11 on: March 24, 2013, 08:39:03 am »
On debian-based systems (Debian, Ubuntu probably Mint, etc.) it's the best to just run dpkg-buildpackage in the sources root.
This will tell you which packages are missing on your system and what's more, you get real deb-packages that can be installed easily.
The make uninstall is not reliable (at least not if the sources have changed between make install and make uninstall).

If you do not want to create packages (or are not on debian or another supported platform liek fedora, redhat, centos, opensuse etc.), you should configure your sources with --prefix=[/path/to/installation/folder][/b] to install C::B in a seperate folder below your home-directory.
You also should do the build-process from a seperate build-folder and call configure from there with relative path.

It is easy to remove the whole build-files at once and to remove C::B before compiling a new version, both might be needed if there are changes to the directory or library layout (and that happens from time to time if using svn-sources).

Offline jdbosmaus

  • Single posting newcomer
  • *
  • Posts: 3
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #12 on: March 25, 2013, 01:26:42 am »
Quote
On debian-based systems (Debian, Ubuntu probably Mint, etc.) it's the best to just run dpkg-buildpackage in the sources root.
This will tell you which packages are missing on your system and what's more, you get real deb-packages that can be installed easily.
The make uninstall is not reliable (at least not if the sources have changed between make install and make uninstall).

That is useful to know and I wasn't aware of it. (I'm new to Linux, though I used Unix systems about 25 years ago.)
I was using the procedure in the BUILD file that came with the sources, which is also the same on this page:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

As it turns out I am going to be setting up two other Kubuntu systems with CodeBlocks and I was wondering whether
there was an easier way to do it than to build on each machine. I knew deb-packages would work but I didn't know
how to make them. So, thank you!

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #13 on: May 19, 2013, 12:45:44 am »
Thanks a lot to jens for his extremely useful information! I am on Kubuntu 13.04 and I've been using his repository for nightlies for years without problems (thanks for that!). I just discovered that apparently there is an incompatibility with the latest *ubuntu, so like others I decided to try to build C::B from source rather than try another repository. So far download from SVN (using Bazaar!) went well, and dpkg-buildpackage seems easy enough. Hoping to re-use the built packages on a couple of other machines.

Offline cacb

  • Lives here!
  • ****
  • Posts: 536
Re: A problem about C::B svn make(Ubuntu12.04)
« Reply #14 on: May 19, 2013, 10:27:58 am »
It seems I was a bit quick to declare this a success, I am having some issues with installing built *.deb packages built from source on Kubuntu 13.04. I hope you can help point out where I went wrong

Some things I did
- downloaded source from http://svn.code.sf.net/p/codeblocks/code/trunk/
- tried to build C::B using dpkg-buildpackage, it failed. This was probably due to me having a static build of wxWidgets 2.8 installed
- re-built wxWidgets 2.8 to shared objects and tried dpkg-buildpackage again overnight

I now got the deb files below. I am puzzled as to why they are "10.05" and a much lower svn build than expected (8324)? The trunk includes changes until may 17 2013.
Code
total 172548
-rwxrwx--- 1 ca plugdev      1770 May 19 02:32 codeblocks_10.05svn8324.dsc
-rwxrwx--- 1 ca plugdev 172167115 May 19 02:32 codeblocks_10.05svn8324.tar.gz
-rwxrwx--- 1 ca plugdev   2889928 May 19 03:59 codeblocks-common_10.05svn8324_all.deb
-rwxrwx--- 1 ca plugdev    458928 May 19 03:59 codeblocks-contrib-common_10.05svn8324_all.deb
-rwxrwx--- 1 ca plugdev    556194 May 19 04:00 codeblocks-headers_10.05svn8324_all.deb
-rwxrwx--- 1 ca plugdev    290132 May 19 04:00 codeblocks-wxcontrib-headers_10.05svn8324_all.deb
drwxrwx--- 1 ca plugdev       176 May 19 09:51 trunk
-rwxrwx--- 1 ca plugdev    314118 May 19 04:00 wxsmith-headers_10.05svn8324_all.deb

If I try
sudo dpkg -i *.deb, I get dependency problems as shown below, and I don't seem to be able to resolve them

Code
(Reading database ... 339367 files and directories currently installed.)
Preparing to replace codeblocks-common 10.05svn8324 (using codeblocks-common_10.05svn8324_all.deb) ...
Unpacking replacement codeblocks-common ...
Preparing to replace codeblocks-contrib-common 10.05svn8324 (using codeblocks-contrib-common_10.05svn8324_all.deb) ...
Unpacking replacement codeblocks-contrib-common ...
Preparing to replace codeblocks-headers 10.05svn8324 (using codeblocks-headers_10.05svn8324_all.deb) ...
Unpacking replacement codeblocks-headers ...
Preparing to replace codeblocks-wxcontrib-headers 10.05svn8324 (using codeblocks-wxcontrib-headers_10.05svn8324_all.deb) ...
Unpacking replacement codeblocks-wxcontrib-headers ...
Preparing to replace wxsmith-headers 10.05svn8324 (using wxsmith-headers_10.05svn8324_all.deb) ...
Unpacking replacement wxsmith-headers ...
Setting up codeblocks-common (10.05svn8324) ...
Setting up codeblocks-contrib-common (10.05svn8324) ...
dpkg: dependency problems prevent configuration of codeblocks-headers:
 codeblocks-headers depends on codeblocks-dev (>= 10.05svn8324); however:
  Package codeblocks-dev is not installed.
 codeblocks-headers depends on codeblocks-dev (<< 10.05svn8324.1~); however:
  Package codeblocks-dev is not installed.

dpkg: error processing codeblocks-headers (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of codeblocks-wxcontrib-headers:
 codeblocks-wxcontrib-headers depends on codeblocks-wxcontrib-dev (<< 10.05svn8324.1~); however:
  Version of codeblocks-wxcontrib-dev on system is 12.11svn8832-1.

dpkg: error processing codeblocks-wxcontrib-headers (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of wxsmith-headers:
 wxsmith-headers depends on wxsmith-dev (>= 10.05svn8324); however:
  Package wxsmith-dev is not installed.
 wxsmith-headers depends on wxsmith-dev (<< 10.05svn8324.1~); however:
  Package wxsmith-dev is not installed.

dpkg: error processing wxsmith-headers (--install):
 dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...
Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Errors were encountered while processing:
 codeblocks-headers
 codeblocks-wxcontrib-headers
 wxsmith-headers

So what have I done wrong? I may need wxWidgets 2.9? Also, I am stuck as it seems the file dpkg-buildpackage is no longer in my source directory after tonights build. Does that make sense?

Your help appreciated. Sorry for making a mess.