Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187254 - dev-db/mysql-gui-tools-5.0_p12 failed build missing asm/atomic.h
Summary: dev-db/mysql-gui-tools-5.0_p12 failed build missing asm/atomic.h
Status: RESOLVED DUPLICATE of bug 163151
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://bugs.mysql.com/bug.php?id=28456
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-31 14:43 UTC by Fabio Bonfante
Modified: 2007-07-31 18:14 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 Fabio Bonfante 2007-07-31 14:43:27 UTC
emerge with USE="administrator nls query-browser workbench" fail
---------------------------------
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../include -I../../../library/utilities/shared_include -I../../../library/utilities/include -I../../../library/sql-parser/include -I/usr/include/mysql -DHAVE_ERRNO_AS_DEFINE=1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -march=k8 -O2 -mmmx -msse -msse2 -m3dnow -pipe -fexceptions -Wall -Wsign-compare -Wall -Wsign-compare -MT myx_library.lo -MD -MP -MF .deps/myx_library.Tpo -c myx_library.c  -fPIC -DPIC -o .libs/myx_library.o
In file included from /usr/include/mysql/my_global.h:83,
                 from myx_library.c:35:
/usr/include/mysql/my_config.h:919:1: warning: "PACKAGE" redefined
In file included from myx_library.c:28:
../../../config.h:68:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:83,
                 from myx_library.c:35:
/usr/include/mysql/my_config.h:925:1: warning: "PACKAGE_NAME" redefined
In file included from myx_library.c:28:
../../../config.h:74:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:83,
                 from myx_library.c:35:
/usr/include/mysql/my_config.h:928:1: warning: "PACKAGE_STRING" redefined
In file included from myx_library.c:28:
../../../config.h:77:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:83,
                 from myx_library.c:35:
/usr/include/mysql/my_config.h:931:1: warning: "PACKAGE_TARNAME" redefined
In file included from myx_library.c:28:
../../../config.h:80:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:83,
                 from myx_library.c:35:
/usr/include/mysql/my_config.h:934:1: warning: "PACKAGE_VERSION" redefined
In file included from myx_library.c:28:
../../../config.h:83:1: warning: this is the location of the previous definition
In file included from /usr/include/mysql/my_global.h:83,
                 from myx_library.c:35:
/usr/include/mysql/my_config.h:1047:1: warning: "VERSION" redefined
In file included from myx_library.c:28:
../../../config.h:89:1: warning: this is the location of the previous definition
In file included from myx_library.c:35:
/usr/include/mysql/my_global.h:361:24: error: asm/atomic.h: No such file or directory
make[4]: *** [myx_library.lo] Error 1
make[4]: Leaving directory `/home/portage/tmp/portage/dev-db/mysql-gui-tools-5.0_p12/work/mysql-gui-tools-5.0r12/mysql-gui-common/library/base-library/source'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/portage/tmp/portage/dev-db/mysql-gui-tools-5.0_p12/work/mysql-gui-tools-5.0r12/mysql-gui-common/library/base-library'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/portage/tmp/portage/dev-db/mysql-gui-tools-5.0_p12/work/mysql-gui-tools-5.0r12/mysql-gui-common/library'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/portage/tmp/portage/dev-db/mysql-gui-tools-5.0_p12/work/mysql-gui-tools-5.0r12/mysql-gui-common'
make: *** [all] Error 2
----------------------------------------
my_global.h owned by dev-db/mysql-5.0.44-r1

maybe without HAVE_ATOMIC_ADD (look at the bug-report upstream) defined can compile... but i don't know how do this.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-31 18:14:43 UTC

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