Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 200480

Summary: dev-db/mysql-5.0.44-r2 fails to compile with berkdb
Product: Gentoo Linux Reporter: Benny Pedersen <me>
Component: [OLD] ServerAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Benny Pedersen 2007-11-27 04:34:40 UTC
USE="berkdb" emerge --buildpkgonly mysql
fails :/

USE="-berkdb" emerge --buildpkgonly mysql
works :)



Reproducible: Always

Steps to Reproduce:
1. USE="berkdb" emerge --buildpkgonly mysql
2.
3.

Actual Results:  
with -berkdb it works here


elogs when failed

ERROR: dev-db/mysql-5.0.44-r2 failed.
Call stack:
     ebuild.sh, line 1701:  Called dyn_install
     ebuild.sh, line 1138:  Called qa_call 'src_install'
     ebuild.sh, line   44:  Called src_install
     ebuild.sh, line 1383:  Called mysql_src_install
  mysql.eclass, line  633:  Called die
The specific snippet of code:
          emake install DESTDIR="${D}" benchdir_root="${MY_SHAREDSTATEDIR}" ||
die "emake install failed"
 The die message:
  emake install failed
Comment 1 Benny Pedersen 2007-11-27 04:36:38 UTC
Created attachment 137098 [details]
emerge --info

my emerge info from the server where the problem acure on
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2007-11-27 04:46:27 UTC

*** This bug has been marked as a duplicate of bug 127303 ***