Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4153 - dev-db/mysql/mysql-3.23.51.ebuild not compiling
Summary: dev-db/mysql/mysql-3.23.51.ebuild not compiling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-25 15:44 UTC by Nathan W. Labadie
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Nathan W. Labadie 2002-06-25 15:44:00 UTC
I'm getting the following error when attempting to compile mysql-3.23.51.ebuild:

>>> emerge dev-db/mysql-3.23.51 to /
>>> md5 ;-) mysql-3.23.51.tar.gz
uid=60(mysql) gid=60(mysql) groups=60(mysql)
>>> Unpacking source...
>>> Unpacking mysql-3.23.51.tar.gz
 * patching for <gentoo-1.3 system (gcc-2.95.x)..
patching file acinclude.m4
patching file include/nisam.h
patching file scripts/mysql_install_db.sh
patching file scripts/safe_mysqld.sh
patching file mysys/default.c
patching file sql/mysqld.cc
aclocal: /usr/share/aclocal/xine.m4: 29: duplicated macro `AM_PATH_XINE'

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_unpack, Line -5, Exitcode 1
!!! (no error message)

!!! emerge aborting on  /usr/portage/dev-db/mysql/mysql-3.23.51.ebuild .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-25 15:52:11 UTC
Do this:

unmerge automake
unmerge xine-*
rm -rf /usr/share/aclocal-1.*
emerge automake
emerge xine

Whatever you do, do NOT rm -rf /usr/share/aclocal/!!!!!