Author Topic: The 18 december 2006 build is out.  (Read 16610 times)

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 18 december 2006 build is out.
« Reply #15 on: December 20, 2006, 02:34:30 pm »
Is there a way to add menus like snippets and watches and stuff to tabs?

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 18 december 2006 build is out.
« Reply #16 on: December 22, 2006, 09:59:12 pm »
I cannot get the nightly builds for ubuntu to install properly, I always get an error about my pango version:
dpkg -i CB_20061218_rev3395_Ubuntu6.06.deb
Selecting previously deselected package codeblocks.
(Reading database ... 310720 files and directories currently installed.)
Unpacking codeblocks (from CB_20061218_rev3395_Ubuntu6.06.deb) ...
dpkg: dependency problems prevent configuration of codeblocks:
 codeblocks depends on libpango1.0-0 (>= 1.12.3); however:
  Version of libpango1.0-0 on system is 1.12.2-0ubuntu3.
dpkg: error processing codeblocks (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 codeblocks
then I have error messages about having a broken pakage on my system and I have to remove codeblocks to fix it how do I get an update of libpango to >= 1.12.3


Hmmm. I build the Dapper .deb in a chroot environment using a sources.list that contains only official Ubuntu repos, including the universe and multiverse repos. In most cases I test my .deb on my laptop which is running Dapper before I upload the file to berlios. I did test this build and it installed fine on my laptop. I checked with packages.ubuntu.com for the Dapper pango package. It says it is 1.12.2, but that doesn't mean the site isn't outdated. Have you updated your Dapper lately? I don't have my laptop with me right now. I'll check the pango version on it when I get home tonight, but it will probably be late. About 10pm Eastern US time.


PS: I ran apt-cache policy on my desktop while in the Dapper chroot environment. This is what it shows me:

(dapper)root@desktop:/# apt-cache policy libpango1.0-0
libpango1.0-0:
  Installed: 1.12.3-0ubuntu3
  Candidate: 1.12.3-0ubuntu3
  Version table:
 *** 1.12.3-0ubuntu3 0
        500 http://archive.ubuntu.com dapper-updates/main Packages
        100 /var/lib/dpkg/status
     1.12.2-0ubuntu3 0
        500 http://archive.ubuntu.com dapper/main Packages


That tells me that 1.12.3 is available as an update. Make sure you have your extra repositories turned on.

« Last Edit: December 22, 2006, 10:09:31 pm by cstudent »