First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 131248
Alias:
Product:
Component:
Status: RESOLVED
Resolution: WONTFIX
Assigned To: osx porters <osx@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dirk Schoenberger <dirk.schoenberger@freenet.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 131248 depends on: Show dependency tree
Bug 131248 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-25 11:18 0000
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 From Fabian Groffen 2006-04-25 11:35:45 0000 -------
-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 From Leonardo Boshell (RETIRED) 2006-04-25 18:51:26 0000 -------
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 From Fabian Groffen 2006-05-13 09:37:34 0000 -------
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 From Arnaud Launay 2006-11-13 03:56:32 0000 -------
I had to emerge =autoconf-2.13 by hand before an emerge system terminates
cleanly.

------- Comment #5 From David De Sousa 2006-11-13 11:53:35 0000 -------
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 From Fabian Groffen 2006-11-13 12:44:40 0000 -------
works fine in prefix for OSX.

First Last Prev Next    No search results available      Search page      Enter new bug