Gentoo Archives: gentoo-dev

From: Peter Volkov <pva@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Help on f-spot-0.8 problem
Date: Sat, 02 Oct 2010 17:37:12
Message-Id: 1286040995.3611.217.camel@tablet
In Reply to: [gentoo-dev] Help on f-spot-0.8 problem by Pacho Ramos
1 Hi, Pacho.
2
3 В Птн, 01/10/2010 в 20:14 +0200, Pacho Ramos пишет:
4 > Since Calchan doesn't have much time for f-spot and dotnet team is
5 > conformed basically by me, I would welcome any help for trying to
6 > bump f-spot to its 0.8 version. The problem is that eautoreconf doesn't
7 > run, even running "autoreconf" on unpacked upstream sources fails with
8 > the following error:
9 > $ autoreconf
10 > /usr/share/aclocal/sigc++.m4:8: warning: underquoted definition of
11 > AM_PATH_SIGC
12 > /usr/share/aclocal/sigc++.m4:8: run info '(automake)Extending aclocal'
13 > /usr/share/aclocal/sigc++.m4:8: or see
14 > http://sources.redhat.com/automake/automake.html#Extending-aclocal
15 > help/Makefile.am:1: HAVE_GNOME_DOC_UTILS does not appear in
16 > AM_CONDITIONAL
17
18 $ cd f-spot-0.8.0
19 $ grep -r HAVE_GNOME_DOC_UTILS . | grep m4
20
21 will help you to see that this conditional is defined
22 in ./build/m4/shamrock/gnome-doc.m4.
23
24 > build/build.rules.mk:37: ENABLE_ATK does not appear in AM_CONDITIONAL
25
26 this on is defined in ./build/m4/f-spot/gtk-sharp.m4. This problem can
27 be fixed with correct include pathes:
28
29 autoreconf -f -I build/m4/shamrock/ -I build/m4/f-spot/
30
31 thus I think
32
33 AT_M4DIR="-I build/m4/shamrock/ -I build/m4/f-spot/" eautoreconf
34
35 should work.
36
37 > I have already installed app-text/gnome-doc-utils-0.20.1, I have also
38 > verified /usr/share/gnome-doc-utils/gnome-doc-utils.make is the same as
39 > f-spot provided one, and that sources doesn't seem to be shipping any
40 > gnome-doc-utils.m4 file
41 >
42 > Thanks a lot for your help and ideas :-)
43
44 Thank you for taking care about this package! I really appreciate f-spot
45 version bump :)
46
47 --
48 Peter.

Replies

Subject Author
Re: [gentoo-dev] Help on f-spot-0.8 problem Pacho Ramos <pacho@g.o>