View Single Post
Posts: 7 | Thanked: 1 time | Joined on Jun 2010
#71
Originally Posted by pali View Post
Had somebody try to use my patched new version? http://talk.maemo.org/showpost.php?p...2&postcount=47
I'm no expert on building debian packages, but I do have a working scratchbox environment, so I gave this a shot. I got an error about the ca-certificates location. I was unable to install ca-certificates in scratchbox (it doesn't look to be installed on my n900 either), and when I tried to compile without the ca-certs (which we probably don't want to do) I got a different error. See below.

Code:
> dpkg-source -x telepathy-gabble_0.13.5-0maemo1.dsc
> cd telepathy-gabble-0.13.5
> dpkg-buildpackage -rfakeroot -b

checking location of system Certificate Authority list... configure: error:
could not find. Use --with-ca-certificates=path to set, or
--without-ca-certificates to disable

> fakeroot apt-get install ca-certificates
Reading package lists... Done
Building dependency tree... Done
Package ca-certificates is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ca-certificates has no installation candidate

> DEB_BUILD_OPTIONS="--without-ca-certificates"
> dpkg-buildpackage -rfakeroot -b

checking location of system Certificate Authority list... configure: error: could not find. Use --with-ca-certificates=path to set, or --without-ca-certificates to disable

> ./configure --without-ca-certificates
configure: error: Package requirements (glib-2.0 >= 2.24, gobject-2.0 >= 2.24, gthread-2.0 >= 2.24) were not met:

Requested 'glib-2.0 >= 2.24' but version of GLib is 2.20.3
Requested 'gobject-2.0 >= 2.24' but version of GObject is 2.20.3
Requested 'gthread-2.0 >= 2.24' but version of GThread is 2.20.3
If anyone knows how to handle the ca-certificates issue and the glib/gobject/gthread dependencies let me know and I'll give this another shot.

Last edited by PeteMo; 2011-10-15 at 12:44.
 

The Following User Says Thank You to PeteMo For This Useful Post: