Gentoo Archives: gentoo-dev

From: Pat Double <double@×××××××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] automake problem in ebuild
Date: Mon, 10 Feb 2003 11:16:25
Message-Id: 200302100507.48901.double@inebraska.com
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Greetings. I am trying to construct the following ebuild for "NoteEdit", a
5 musical score editor for KDE. I get the following error in the configure
6 part, which I do not get if I extract the source to /usr/src and use
7 "./configure". Has anyone else had this problem? Easy fix?
8
9 ebuild:
10 inherit kde-base
11 need-kde 3
12 IUSE=""
13 DESCRIPTION="Musical Score Editor for KDE"
14 HOMEPAGE="http://rnvs.informatik.tu-chemnitz.de/~jan/noteedit/noteedit.html"
15 SRC_URI="http://rnvs.informatik.tu-chemnitz.de/cgi-bin/nph-sendbin.cgi/~jan/noteedit/noteedit-2.0.19.tgz"
16 LICENSE="GPL-2"
17 SLOT="0"
18 KEYWORDS="~x86"
19 DEPEND=">=tse3-0.2"
20
21 error:
22 - --- snip ---
23 checking if po should be compiled... yes
24 updating cache ./config.cache
25 creating ./config.status
26 fast creating ./Makefile
27 fast creating doc/Makefile
28 fast creating doc/de/Makefile
29 fast creating doc/noteedit/Makefile
30 fast creating kguitar_excerpt/Makefile
31 fast creating noteedit/Makefile
32 fast creating noteedit/icons/Makefile
33 fast creating noteedit/resources/Makefile
34 fast creating po/Makefile
35 creating config.h
36 cd . && autoheader
37 configure.in:242: warning: AC_PROG_LEX invoked multiple times
38 configure.in:575: error: m4_popdef: undefined macro: AC_Dest
39 /var/tmp/portage/autoconf-2.57/work/autoconf-2.57/lib/autoconf/status.m4:844:
40 AC_CONFIG_FILES is expanded from...
41 configure.in:575: the top level
42 autom4te-2.57: /usr/bin/m4 failed with exit status: 1
43 autoheader-2.57: /usr/bin/autom4te failed with exit status: 1
44 make: *** [stamp-h.in] Error 1
45
46 !!! ERROR: media-sound/noteedit-2.0.19 failed.
47 !!! Function kde_src_compile, Line 115, Exitcode 2
48 !!! died running emake, kde_src_compile:make
49 - --- snip ---
50
51 Thanks,
52
53 - --
54 Pat Double, double@×××××××××.com
55 "In the beginning God created the heaven and the earth."
56 -----BEGIN PGP SIGNATURE-----
57 Version: GnuPG v1.2.1 (GNU/Linux)
58
59 iD8DBQE+R4gEdOmLNuoWoKgRAlVgAJ0RYStO+GhkqRVd9PCrwPQFQqx9MgCbB3bd
60 HV0ALEgdzxcJMltNigxK3ko=
61 =IhgT
62 -----END PGP SIGNATURE-----
63
64
65 --
66 gentoo-dev@g.o mailing list

Replies

Subject Author
[gentoo-dev] Re: automake problem in ebuild Chris Smith <chris.rs@×××××××.nz>