[Bug 579909] Re: mysql fails to build form source on armel
Loïc Minier
lool at dooz.org
Tue Jul 6 12:52:36 BST 2010
The command which returns a non-zero exit code is the second "diff" run, the first one works well:
+ gcc -E -nostdinc -dI -I../include -I../include/mysql -I../sql -I./include -I./include/mysql -I./sql ../include/mysql/plugin.h
+ /bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d'
+ /usr/bin/diff -w ../include/mysql/plugin.h.pp ./abi_check.out
+ /bin/rm ./abi_check.out
The second one does not:
+ /bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d'
+ gcc -E -nostdinc -dI -I../include -I../include/mysql -I../sql -I./include -I./include/mysql -I./sql ../include/mysql.h
+ /usr/bin/diff -w ../include/mysql.h.pp ./abi_check.out
(diff output follows)
So probably gcc -E ... on ../include/mysql.h is not outputting anything,
it would be good to find out what it's doing.
** Also affects: mysql-dfsg-5.1 (Ubuntu Maverick)
Importance: High
Status: Triaged
** Summary changed:
- mysql fails to build form source on armel
+ mysql fails to build form source with Linaro and CodeSourcery toolchains
** Also affects: gcc-linaro
Importance: Undecided
Status: New
** Changed in: gcc-linaro
Status: New => Confirmed
--
mysql fails to build form source with Linaro and CodeSourcery toolchains
https://bugs.launchpad.net/bugs/579909
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list