Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6524 - automake 1.6.1-r6 failed patch
Summary: automake 1.6.1-r6 failed patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Sparc All
: High major (vote)
Assignee: Jack Morgan (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-15 09:15 UTC by Dean Bailey
Modified: 2003-01-13 19:51 UTC (History)
1 user (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 Dean Bailey 2002-08-15 09:15:28 UTC
the "patch -p0 <${FILESDIR}/${PN}-1.4_p5-ignore-duplicates.patch || die"
line causes automake 1.6.1-r6 to fail to install. I found that just commenting 
it out made automake install properly. This is on sparc64 with the 2.0 profile.
Comment 1 Rigo 2002-08-24 09:01:15 UTC
*  sys-devel/automake
      Latest version Available: 1.6.1-r6
      Latest version Installed: 1.6.1-r6
      Homepage: http://www.gnu.org/software/automake/automake.html
      Description: Used to generate Makefile.in from Makefile.am

lappy rosegarden # automake --version
automake (GNU automake) 1.4-p5

Copyright (C) 1999, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Tom Tromey <tromey@cygnus.com>
lappy rosegarden #

So I see ;)....I checked autoconf too:

*  sys-devel/autoconf
      Latest version Available: 2.53a
      Latest version Installed: 2.53a
      Homepage: http://www.gnu.org/software/autoconf/autoconf.html
      Description: Used to create autoconfiguration files

*  x11-misc/Xautoconfig [ Masked ]

lappy rosegarden # autoconf --version
Autoconf version 2.13
lappy rosegarden #

It has two patches too...Can anyone tell me/us why ? (There's no comment about
it :'-(


Regards,

Rigo
Comment 2 Rigo 2002-08-24 09:09:51 UTC
I found this in the am-wrapper it starts:


# Executes the correct autoconf version.
#
# - defaults to automake-1.4
# - runs automake-1.6 if it exists and...
#    - envvar WANT_AUTOMAKE_1_6 is set to `1'
# - 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'



So I did :
lappy automake # export WANT_AUTOMAKE_1_6=1
lappy automake # automake --version
automake (GNU automake) 1.6.1
Written by Tom Tromey <tromey@redhat.com>.

Copyright 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Does this help ? 
WANT_AUTOMAKE_1_6
Comment 3 Maarten Thibaut (RETIRED) gentoo-dev 2002-08-25 09:34:06 UTC
I can't reprouce this error on sparc64. Is it still relevant? 
Comment 4 Jack Morgan (RETIRED) gentoo-dev 2002-10-15 08:41:31 UTC
ebuild updated and bug solved