<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>131248</bug_id>
          
          <creation_ts>2006-04-25 11:18 0000</creation_ts>
          <short_desc>Problem while emerge app-text/sgml-common-0.6.3-r5</short_desc>
          <delta_ts>2006-11-13 12:44:40 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo/Alt</product>
          <component>Mac OSX</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>dirk.schoenberger@freenet.de</reporter>
          <assigned_to>osx@gentoo.org</assigned_to>
          <cc>asl@launay.org</cc>
    
    <cc>davidesousa@gmail.com</cc>
    
    <cc>text-markup@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>dirk.schoenberger@freenet.de</who>
            <bug_when>2006-04-25 11:18:48 0000</bug_when>
            <thetext>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&apos;
configure.in: installing `./mkinstalldirs&apos;
configure.in: installing `./missing&apos;
doc/man/Makefile.am:2: invalid variable `man8_DATA&apos;


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=&quot;ppc-macos&quot;
AUTOCLEAN=&quot;yes&quot;
CBUILD=&quot;powerpc-apple-darwin8&quot;
CFLAGS=&quot;-O2 -pipe&quot;
CHOST=&quot;powerpc-apple-darwin8&quot;
CONFIG_PROTECT=&quot;/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control&quot;
CONFIG_PROTECT_MASK=&quot;/etc/eselect/compiler /etc/gconf /etc/texmf/web2c /etc/env.d&quot;
CXXFLAGS=&quot;-O2 -pipe&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;autoconfig collision-protect distlocks sfperms strict&quot;
GENTOO_MIRRORS=&quot;http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo&quot;
MAKEOPTS=&quot;-j2&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/overlays/local&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;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&quot;
Unset:  ASFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>grobian@gentoo.org</who>
            <bug_when>2006-04-25 11:35:45 0000</bug_when>
            <thetext>-r4 does the same but just continues because it doesn&apos;t use eautoreconf.

removed ~ppc-macos keyword from sgml-common-0.6.3-r5, I suspect it needs a newer automake.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>leonardop@gentoo.org</who>
            <bug_when>2006-04-25 18:51:26 0000</bug_when>
            <thetext>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=&quot;~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd&quot;
 IUSE=&quot;&quot;

-DEPEND=&quot;&quot;
+DEPEND=&quot;=sys-devel/automake-1.4*&quot;
 RDEPEND=&quot;&quot;

 src_unpack() {
@@ -23,6 +23,7 @@
        cp &quot;${FILESDIR}/${P}-install-catalog.in&quot; &quot;${S}/bin/install-catalog.in&quot;
        cd ${S}
        epatch ${FILESDIR}/${P}-configure.in.patch
+       export WANT_AUTOMAKE=1.4
        eautoreconf
 }

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>grobian@gentoo.org</who>
            <bug_when>2006-05-13 09:37:34 0000</bug_when>
            <thetext>Leonardo,

sorry for the late reply.  Thanks for the suggestion.  No it doesn&apos;t.

% automake --version
automake (GNU automake) 1.6.3
% autoconf --version
autoconf (GNU Autoconf) 2.59

the error:
***** automake *****

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

As the automake seems sufficient, can it be that some m4 file is installed on linux, which isn&apos;t on OSX?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>asl@launay.org</who>
            <bug_when>2006-11-13 03:56:32 0000</bug_when>
            <thetext>I had to emerge =autoconf-2.13 by hand before an emerge system terminates cleanly.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>davidesousa@gmail.com</who>
            <bug_when>2006-11-13 11:53:35 0000</bug_when>
            <thetext>the problem is in the ebuild, you have to change WANT_AUTOMAKE=&quot;1.5&quot; to WANT_AUTOMAKE=&quot;1.4&quot;, I had the same problem, I&apos;ve changed that, ran ebuild  /usr/portage/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild digest and it worked</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>grobian@gentoo.org</who>
            <bug_when>2006-11-13 12:44:40 0000</bug_when>
            <thetext>works fine in prefix for OSX.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>