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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs