Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80050 - emerge mysql 4.1.8 r1 failed
Summary: emerge mysql 4.1.8 r1 failed
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-30 04:35 UTC by andreas
Modified: 2005-01-30 05:55 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 andreas 2005-01-30 04:35:57 UTC
When I try emerge mysql 4.1.8-r1, I get errors. se below.e

Reproducible: Always
Steps to Reproduce:
1. unmasked mysql 4.1.8-r1
2. emerge =mysql-4.1.8-r1

Actual Results:  
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for mlock... yes
checking for munlock... yes
checking for mmap... yes
checking for munmap... yes
checking for shmget... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating db_cxx.h
config.status: creating db_int.h
config.status: creating include.tcl
config.status: creating db.h
config.status: creating db_config.h
config.status: db_config.h is unchanged
END OF BERKELEY DB CONFIGURATION
configure: creating ./config.status

MySQL has a Web site at http://www.mysql.com/ which carries details on the
latest release, upcoming features, and other information to make your
work or play with MySQL more productive. There you can also find
information about mailing lists for MySQL discussion.

Remember to check the platform specific part of the reference manual for
hints about installing MySQL on your platform. Also have a look at the
files in the Docs directory.

Thank you for choosing MySQL!


!!! ERROR: dev-db/mysql-4.1.8-r1 failed.
!!! Function src_compile, Line 170, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
MySQL successfully built or something

bash-2.05b# emerge info
Portage 2.0.51-r15 (hardened/x86/2.6, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.6.10-hardened-r3 i686)
=================================================================
System uname: 2.6.10-hardened-r3 i686 AMD Athlon(tm) processor
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan 30 2005, 05:50:41)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://ftp.heanet.ie/pub/gentoo/ http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="apache2 berkdb crypt dlloader gd gif hardened imagemagick innodb ipv6 jpeg
ming mysql mysqli ncurses nls pam php pic pie png python readline ssl tcpd x86 zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-01-30 05:25:30 UTC
mysql-4.1* is masked on purpose.

I don't see any intelligable error message in your pasting.
try it again on a machine that is fully ~x86.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-01-30 05:55:44 UTC
Do not respond to bugzilla emails via email.
Use bugzilla to respond.

mysql-4.1.8-r1 compiles fine on my ~x86 hardened box.

it's hardmasked because there are lot of other apps that it breaks, and they need to be brought up to speed before it's safe to even have it in ~x86.

If anything in specific is to blame, I suggest making 100% certain you have the latest ~x86 automake, autoconf and libtool versions (don't use them on a stable system unless you want to break your box).

For more detail, consult the config.log that mysql left behind on your system, and it'll probably point out what is wrong.