Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131248 - Problem while emerge app-text/sgml-common-0.6.3-r5
Summary: Problem while emerge app-text/sgml-common-0.6.3-r5
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: osx porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 11:18 UTC by Dirk Schoenberger
Modified: 2006-11-13 12:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schoenberger 2006-04-25 11:18:48 UTC
While trying to emerge sgml-common-0.6.3-r5 I get the following problem

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/sgml-common-0.6.3-r5/temp/automake-1569.out


Where the latter contains

**** automake *****

configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
doc/man/Makefile.am:2: invalid variable `man8_DATA'


My emerge info:

Portage 2.1_pre3-r1 (default-darwin/macos/10.4, gcc-4.0.0, libsystem-7.1-r0, 8.6.0 Power Macintosh)
=================================================================
System uname: 8.6.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
dev-lang/python:     [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   [Not Present]
virtual/os-headers:  7.1
ACCEPT_KEYWORDS="ppc-macos"
AUTOCLEAN="yes"
CBUILD="powerpc-apple-darwin8"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin8"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/local"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="ppc aalib audiofile emboss exif expat ffcall ffmpeg gdbm gif gmp imagemagick jpeg lcms libwww lua mhash mng nls ogg opengl pcre png ppc-macos qt recode sdl slang svg tetex tiff truetype vorbis elibc_Darwin kernel_Darwin userland_Darwin"
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Fabian Groffen gentoo-dev 2006-04-25 11:35:45 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.
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2006-04-25 18:51:26 UTC
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
 }

Comment 3 Fabian Groffen gentoo-dev 2006-05-13 09:37:34 UTC
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?
Comment 4 Arnaud Launay 2006-11-13 03:56:32 UTC
I had to emerge =autoconf-2.13 by hand before an emerge system terminates cleanly.
Comment 5 David De Sousa 2006-11-13 11:53:35 UTC
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
Comment 6 Fabian Groffen gentoo-dev 2006-11-13 12:44:40 UTC
works fine in prefix for OSX.