On Thu, Mar 29, 2012 at 10:49 AM, Lanoxx <lanoxx gmx net> wrote:
There should also be a libunique package with devel, on my system I
have:
libunique-3.0-dev
libunique-dev
Try to install these. Generally when configure says that some
package is missing then it actually means that the devel version of
that package is missing. Because to configure is trying to find the
include headers for that library.
On 29/03/12 10:29, Anna Zacchi wrote:
I have the following devel packages installed
Name : gnome-disk-utility-devel
Arch : x86_64
Version : 3.0.2
Release : 3.fc16
Do I need other devel packages?
Thanks,
Anna
On Thu, Mar 29, 2012 at 10:13 AM,
Lanoxx <lanoxx gmx net>
wrote:
Have you also
installed the -dev or -devel packages?
On 29/03/12 10:07, Anna Zacchi wrote:
Hello,
I am trying to install gnome-documents package
using jhbuild.
I have the following error:
-------------------
checking for UNIQUE... no
configure: error: Package requirements
(unique-3.0 >= 2.90.1) were not met:
No package 'unique-3.0' 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 UNIQUE_CFLAGS
and UNIQUE_LIBS to avoid the need to call
pkg-config.
See the pkg-config man page for more
details.
*** Error during phase configure of
gnome-disk-utility: ########## Error running
./autogen.sh --prefix /opt/gnome --libdir
'/opt/gnome/lib64' --disable-static
--disable-gtk-doc *** [29/61]
----------------------
I do have the following unique and unique3
installed:
Name : unique
Arch : x86_64
Version : 1.1.6
Release : 5.fc16
Name : unique3
Arch : x86_64
Version : 3.0.2
Release : 1.fc16
and
Name : gnome-disk-utility-devel
Arch : x86_64
Version : 3.0.2
Release : 3.fc16
And the parameters in .jhbuildrc are:
------
moduleset = 'gnome-apps-3.4'
#
# A list of the modules to
build. Defaults to the GNOME core and
tested apps.
modules = [
'meta-gnome-core' ]
branches['gnome-disk-utility']
= 'gnome-3-2'
----------
My
impression is that it should search for
unique3-3.0 instead of unique-3.0, ...