public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] *.h files in gnome applications
@ 2013-08-02 14:29 András Csányi
  2013-08-02 15:48 ` [gentoo-user] " Michael Palimaka
  0 siblings, 1 reply; 3+ messages in thread
From: András Csányi @ 2013-08-02 14:29 UTC (permalink / raw
  To: gentoo-user

Hi All,

I would like to ask some help. I would like to emerge Unity to my
system and nautilus is part of it, but the emerge fails with this
error message:

libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..
-DG_LOG_DOMAIN=\"Eel\" -I.. -I.. -pthread -I/usr/include/gtk-3.0
-I/usr/include/at-spi2-atk/2.0 -I/usr/include/gtk-3.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread
-I/usr/include/gail-3.0 -I/usr/include/gnome-desktop-3.0
-I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0
-I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/libxml2 -I/usr/include/gsettings-desktop-schemas
-DDATADIR=\"/usr/share\" -DSOURCE_DATADIR=\"../data\"
-DGNOMELOCALEDIR=\"/usr/share/locale\" -march=core2 -O2 -pipe -c
eel-stock-dialogs.c  -fPIC -DPIC -o .libs/eel-stock-dialogs.o
eel-gnome-extensions.c:34:50: fatal error:
libgnome-desktop/gnome-desktop-utils.h: No such file or directory
compilation terminated.
make[2]: *** [eel-gnome-extensions.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/gnome-base/nautilus-3.6.3_p0_p16/work/nautilus-3.6.3/eel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-base/nautilus-3.6.3_p0_p16/work/nautilus-3.6.3'
make: *** [all] Error 2

Due to that it is part of the unity-gentoo overlay and it is patched
heavily by the Unity team I do not ask nobody on this list to help me
solve this issue. The only thing I ask is to help me understand what
is it. I know here are lot of experienced people who may met issue
like this.

When I re-emerge the packages listed by equery g nautilus my issue
remains unsolved.

equery b libgnome-desktop/gnome-desktop-utils.h
do not give any result.

I'm in that situation when I don't understand what happens. Where this
"libgnome-desktop/gnome-desktop-utils.h" comes from?

I already reported this to the package maintainer but... you know... I
cannot stay on my bottom... :)

Thanks for any help in advance!

András

-- 
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-user] Re: *.h files in gnome applications
  2013-08-02 14:29 [gentoo-user] *.h files in gnome applications András Csányi
@ 2013-08-02 15:48 ` Michael Palimaka
  2013-08-02 16:05   ` András Csányi
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Palimaka @ 2013-08-02 15:48 UTC (permalink / raw
  To: gentoo-user

On 3/08/2013 00:29, András Csányi wrote:
> I'm in that situation when I don't understand what happens. Where this
> "libgnome-desktop/gnome-desktop-utils.h" comes from?
It is looking for this file, but it cannot be found. It appears 
gnome-base/gnome-desktop provides this file, do you have that installed?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] Re: *.h files in gnome applications
  2013-08-02 15:48 ` [gentoo-user] " Michael Palimaka
@ 2013-08-02 16:05   ` András Csányi
  0 siblings, 0 replies; 3+ messages in thread
From: András Csányi @ 2013-08-02 16:05 UTC (permalink / raw
  To: gentoo-user

On 2 August 2013 17:48, Michael Palimaka <kensington@gentoo.org> wrote:
> On 3/08/2013 00:29, András Csányi wrote:
>>
>> I'm in that situation when I don't understand what happens. Where this
>> "libgnome-desktop/gnome-desktop-utils.h" comes from?
>
> It is looking for this file, but it cannot be found. It appears
> gnome-base/gnome-desktop provides this file, do you have that installed?

Thanks for the hint! It looks like gnome-desktop-3.8 was installed
however, gnome-desktop-3.6 is needed. I installed that one and after
nautilus was emerged successfully.

Thanks again! :)

-- 
--  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
http://facebook.com/andras.csanyi
--  ""Trust in God and keep your gunpowder dry!" - Cromwell


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-02 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-02 14:29 [gentoo-user] *.h files in gnome applications András Csányi
2013-08-02 15:48 ` [gentoo-user] " Michael Palimaka
2013-08-02 16:05   ` András Csányi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox