* [gentoo-dev] automake problem in ebuild
@ 2003-02-10 11:07 Pat Double
2003-02-11 11:59 ` [gentoo-dev] " Chris Smith
0 siblings, 1 reply; 2+ messages in thread
From: Pat Double @ 2003-02-10 11:07 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings. I am trying to construct the following ebuild for "NoteEdit", a
musical score editor for KDE. I get the following error in the configure
part, which I do not get if I extract the source to /usr/src and use
"./configure". Has anyone else had this problem? Easy fix?
ebuild:
inherit kde-base
need-kde 3
IUSE=""
DESCRIPTION="Musical Score Editor for KDE"
HOMEPAGE="http://rnvs.informatik.tu-chemnitz.de/~jan/noteedit/noteedit.html"
SRC_URI="http://rnvs.informatik.tu-chemnitz.de/cgi-bin/nph-sendbin.cgi/~jan/noteedit/noteedit-2.0.19.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPEND=">=tse3-0.2"
error:
- --- snip ---
checking if po should be compiled... yes
updating cache ./config.cache
creating ./config.status
fast creating ./Makefile
fast creating doc/Makefile
fast creating doc/de/Makefile
fast creating doc/noteedit/Makefile
fast creating kguitar_excerpt/Makefile
fast creating noteedit/Makefile
fast creating noteedit/icons/Makefile
fast creating noteedit/resources/Makefile
fast creating po/Makefile
creating config.h
cd . && autoheader
configure.in:242: warning: AC_PROG_LEX invoked multiple times
configure.in:575: error: m4_popdef: undefined macro: AC_Dest
/var/tmp/portage/autoconf-2.57/work/autoconf-2.57/lib/autoconf/status.m4:844:
AC_CONFIG_FILES is expanded from...
configure.in:575: the top level
autom4te-2.57: /usr/bin/m4 failed with exit status: 1
autoheader-2.57: /usr/bin/autom4te failed with exit status: 1
make: *** [stamp-h.in] Error 1
!!! ERROR: media-sound/noteedit-2.0.19 failed.
!!! Function kde_src_compile, Line 115, Exitcode 2
!!! died running emake, kde_src_compile:make
- --- snip ---
Thanks,
- --
Pat Double, double@inebraska.com
"In the beginning God created the heaven and the earth."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
iD8DBQE+R4gEdOmLNuoWoKgRAlVgAJ0RYStO+GhkqRVd9PCrwPQFQqx9MgCbB3bd
HV0ALEgdzxcJMltNigxK3ko=
=IhgT
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-dev] Re: automake problem in ebuild
2003-02-10 11:07 [gentoo-dev] automake problem in ebuild Pat Double
@ 2003-02-11 11:59 ` Chris Smith
0 siblings, 0 replies; 2+ messages in thread
From: Chris Smith @ 2003-02-11 11:59 UTC (permalink / raw
To: gentoo-dev
On Mon, 10 Feb 2003 11:07, Pat Double wrote:
> Greetings. I am trying to construct the following ebuild for "NoteEdit", a
> musical score editor for KDE. I get the following error in the configure
> part, which I do not get if I extract the source to /usr/src and use
> "./configure". Has anyone else had this problem? Easy fix?
I'm not very experienced with automake and the such, but I know Gentoo has a
genius system (borrowed from MDK :) where /usr/bin/automake is actually a
perl script, which runs a certain version of automake depending on shell
variables
The perl script defaults to a certain version of automake, and you need to
check the noteedit docs to see which version it needs to build correctly.
Then all you have to do is set the correct shell variable.
--snip from /usr/bin/automake--
# - defaults to automake-1.4
# - runs automake-1.6 if it exists and...
# - envvar WANT_AUTOMAKE_1_6 is set to `1'
# -or-
# - `Makefile.in' was generated by automake-1.6 or superior, which
# specifically needs automake-1.6
# - runs automake-1.5 if it exists and...
# - envvar WANT_AUTOMAKE_1_5 is set to `1'
# -or-
# - configure.ac is present
# -or-
# - `configure.in' contains AC_PREREQ and the value's 3 first letters
# are stringwise greater than '2.1'
# -or-
# -`configure' is already present and was generated by autoconf greater than
# '2.1'
# -or-
# - `Makefile.in' was generated by automake-1.5 or superior, which
# specifically needs automake-1.5
--snip--
I also assume that autoconf and the rest of the family has similar systems.
Hope I could help,
Chris
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-10 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-10 11:07 [gentoo-dev] automake problem in ebuild Pat Double
2003-02-11 11:59 ` [gentoo-dev] " Chris Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox