Gentoo Archives: gentoo-dev

From: Pacho Ramos <pacho@g.o>
To: gentoo-dev <gentoo-dev@g.o>
Subject: [gentoo-dev] Help on f-spot-0.8 problem
Date: Fri, 01 Oct 2010 18:15:27
Message-Id: 1285956898.11779.7.camel@localhost.localdomain
1 Hello
2
3 Since Calchan doesn't have much time for f-spot and dotnet team is
4 conformed basically by me, I would welcome any help for trying to
5 bump f-spot to its 0.8 version. The problem is that eautoreconf doesn't
6 run, even running "autoreconf" on unpacked upstream sources fails with
7 the following error:
8 $ autoreconf
9 /usr/share/aclocal/sigc++.m4:8: warning: underquoted definition of
10 AM_PATH_SIGC
11 /usr/share/aclocal/sigc++.m4:8: run info '(automake)Extending aclocal'
12 /usr/share/aclocal/sigc++.m4:8: or see
13 http://sources.redhat.com/automake/automake.html#Extending-aclocal
14 help/Makefile.am:1: HAVE_GNOME_DOC_UTILS does not appear in
15 AM_CONDITIONAL
16 gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in
17 AM_CONDITIONAL
18 help/Makefile.am:2: `gnome-doc-utils.make' included from here
19 gnome-doc-utils.make:143: ENABLE_SK does not appear in AM_CONDITIONAL
20 help/Makefile.am:2: `gnome-doc-utils.make' included from here
21 gnome-doc-utils.make:192: ENABLE_SK does not appear in AM_CONDITIONAL
22 help/Makefile.am:2: `gnome-doc-utils.make' included from here
23 build/build.rules.mk:32: ENABLE_TESTS does not appear in AM_CONDITIONAL
24 lib/Hyena/Hyena.Data.Sqlite/Makefile.am:29: `build/build.mk' included
25 from
26 here
27 build/build.mk:2: `build/build.rules.mk' included from here
28 build/build.rules.mk:37: ENABLE_ATK does not appear in AM_CONDITIONAL
29 lib/Hyena/Hyena.Data.Sqlite/Makefile.am:29: `build/build.mk' included
30 from
31 here
32 build/build.mk:2: `build/build.rules.mk' included from here
33 build/build.rules.mk:32: ENABLE_TESTS does not appear in AM_CONDITIONAL
34 lib/Hyena/Hyena.Gui/Makefile.am:121: `build/build.mk' included from
35 here
36 build/build.mk:2: `build/build.rules.mk' included from here
37 build/build.rules.mk:37: ENABLE_ATK does not appear in AM_CONDITIONAL
38 lib/Hyena/Hyena.Gui/Makefile.am:121: `build/build.mk' included from
39 here
40 build/build.mk:2: `build/build.rules.mk' included from here
41 ...
42
43 I have already installed app-text/gnome-doc-utils-0.20.1, I have also
44 verified /usr/share/gnome-doc-utils/gnome-doc-utils.make is the same as
45 f-spot provided one, and that sources doesn't seem to be shipping any
46 gnome-doc-utils.m4 file
47
48 Thanks a lot for your help and ideas :-)

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Help on f-spot-0.8 problem Peter Volkov <pva@g.o>