Summary: | Problem while emerge app-text/sgml-common-0.6.3-r5 | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Dirk Schoenberger <dirk.schoenberger> |
Component: | Mac OSX | Assignee: | osx porters <osx> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | asl, davidesousa, text-markup+disabled |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Other | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Dirk Schoenberger
2006-04-25 11:18:48 UTC
-r4 does the same but just continues because it doesn't use eautoreconf. removed ~ppc-macos keyword from sgml-common-0.6.3-r5, I suspect it needs a newer automake. Fabian, Does the following patch changes anything? --- sgml-common-0.6.3-r5.ebuild 25 Apr 2006 18:35:24 -0000 1.4 +++ sgml-common-0.6.3-r5.ebuild 26 Apr 2006 01:50:03 -0000 @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -DEPEND="" +DEPEND="=sys-devel/automake-1.4*" RDEPEND="" src_unpack() { @@ -23,6 +23,7 @@ cp "${FILESDIR}/${P}-install-catalog.in" "${S}/bin/install-catalog.in" cd ${S} epatch ${FILESDIR}/${P}-configure.in.patch + export WANT_AUTOMAKE=1.4 eautoreconf } Leonardo, sorry for the late reply. Thanks for the suggestion. No it doesn't. % automake --version automake (GNU automake) 1.6.3 % autoconf --version autoconf (GNU Autoconf) 2.59 the error: ***** automake ***** configure.in: installing `./install-sh' configure.in: installing `./mkinstalldirs' configure.in: installing `./missing' doc/man/Makefile.am:2: invalid variable `man8_DATA' As the automake seems sufficient, can it be that some m4 file is installed on linux, which isn't on OSX? I had to emerge =autoconf-2.13 by hand before an emerge system terminates cleanly. the problem is in the ebuild, you have to change WANT_AUTOMAKE="1.5" to WANT_AUTOMAKE="1.4", I had the same problem, I've changed that, ran ebuild /usr/portage/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild digest and it worked works fine in prefix for OSX. |