| Summary: | dev-db/mysql-5.0.44-r2 fails to compile with berkdb | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Benny Pedersen <me> |
| Component: | [OLD] Server | Assignee: | 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 | ||
Created attachment 137098 [details]
emerge --info
my emerge info from the server where the problem acure on
*** This bug has been marked as a duplicate of bug 127303 *** |
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