This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients benjamin.peterson, martin.panter
Date 2016-09-08.03:15:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473304536.57.0.349804951124.issue28013@psf.upfronthosting.co.za>
In-reply-to
Content
First build that failed is <http://buildbot.python.org/all/builders/PPC64%20Fedora%203.x/builds/1510>. Sample of the error messages:

In file included from /usr/include/bluetooth/bluetooth.h:37:0,
                 from /home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Modules/socketmodule.h:58,
                 from /home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Modules/socketmodule.c:321:
/usr/include/bluetooth/bluetooth.h: In function ‘bt_get_le64’:
/usr/include/bluetooth/bluetooth.h:238:18: error: expected specifier-qualifier-list before ‘typeof’
  return bswap_64(bt_get_unaligned((const uint64_t *) ptr));
                  ^
/usr/include/bluetooth/bluetooth.h:238:18: error: called object is not a function or function pointer
  return bswap_64(bt_get_unaligned((const uint64_t *) ptr));
                  ^
/usr/include/bluetooth/bluetooth.h:238:18: error: ‘struct <anonymous>’ has no member named ‘__v’
  return bswap_64(bt_get_unaligned((const uint64_t *) ptr));
                  ^

Benjamin, the commits leading up to this include a lot of your C99 changes, so I added you, but I don’t have any definitive proof it’s your fault :)
History
Date User Action Args
2016-09-08 03:15:36martin.pantersetrecipients: + martin.panter, benjamin.peterson
2016-09-08 03:15:36martin.pantersetmessageid: <1473304536.57.0.349804951124.issue28013@psf.upfronthosting.co.za>
2016-09-08 03:15:36martin.panterlinkissue28013 messages
2016-09-08 03:15:35martin.pantercreate