Control: reassign -1 src:bluez
Control: affects -1 src:obexpushd

Anything to do with FTBFS in #661879?


On Sat, Jul 19, 2014 at 8:32 PM, David Suárez <david.sephi...@gmail.com> wrote:
> Source: obexpushd
> Version: 0.11.2-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20140718 qa-ftbfs
> Justification: FTBFS on amd64
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
>
> Relevant part (hopefully):
>> make[3]: Entering directory '/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
>> /usr/bin/cmake -E cmake_progress_report 
>> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 8
>> [ 22%] Building C object src/CMakeFiles/obexpushd.dir/obexpushd.c.o
>> cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src && /usr/bin/cc  -DDEFINITIONS 
>> -DHAVE_SDPLIB -DOPENOBEX_TCPOBEX=1 -DUSB_GADGET_SUPPORT -DUSE_THREADS 
>> -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
>> -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -std=c99 -O3 -DNDEBUG 
>> -std=c99 -I/«PKGBUILDDIR»/src -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src    
>> -o CMakeFiles/obexpushd.dir/obexpushd.c.o   -c /«PKGBUILDDIR»/src/obexpushd.c
>> In file included from /«PKGBUILDDIR»/src/obexpushd.c:18:0:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_get_le64':
>> /usr/include/bluetooth/bluetooth.h:177:9: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   return bt_get_unaligned((const uint64_t *) ptr);
>>          ^
>> /usr/include/bluetooth/bluetooth.h:177:9: error: called object is not a 
>> function or function pointer
>>   return bt_get_unaligned((const uint64_t *) ptr);
>>          ^
>> /usr/include/bluetooth/bluetooth.h:177:9: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   return bt_get_unaligned((const uint64_t *) ptr);
>>          ^
>> In file included from /usr/include/bluetooth/bluetooth.h:37:0,
>>                  from /«PKGBUILDDIR»/src/obexpushd.c:18:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_get_be64':
>> /usr/include/bluetooth/bluetooth.h:182:18: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   return bswap_64(bt_get_unaligned((const uint64_t *) ptr));
>>                   ^
>> /usr/include/bluetooth/bluetooth.h:182: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:182:18: error: 'struct <anonymous>' has 
>> no member named '__v'
>>   return bswap_64(bt_get_unaligned((const uint64_t *) ptr));
>>                   ^
>> In file included from /«PKGBUILDDIR»/src/obexpushd.c:18:0:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_get_le32':
>> /usr/include/bluetooth/bluetooth.h:187:9: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   return bt_get_unaligned((const uint32_t *) ptr);
>>          ^
>> /usr/include/bluetooth/bluetooth.h:187:9: error: called object is not a 
>> function or function pointer
>>   return bt_get_unaligned((const uint32_t *) ptr);
>>          ^
>> /usr/include/bluetooth/bluetooth.h:187:9: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   return bt_get_unaligned((const uint32_t *) ptr);
>>          ^
>> In file included from /usr/include/bluetooth/bluetooth.h:37:0,
>>                  from /«PKGBUILDDIR»/src/obexpushd.c:18:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_get_be32':
>> /usr/include/bluetooth/bluetooth.h:192:18: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   return bswap_32(bt_get_unaligned((const uint32_t *) ptr));
>>                   ^
>> /usr/include/bluetooth/bluetooth.h:192:18: error: called object is not a 
>> function or function pointer
>>   return bswap_32(bt_get_unaligned((const uint32_t *) ptr));
>>                   ^
>> /usr/include/bluetooth/bluetooth.h:192:18: error: 'struct <anonymous>' has 
>> no member named '__v'
>>   return bswap_32(bt_get_unaligned((const uint32_t *) ptr));
>>                   ^
>> In file included from /«PKGBUILDDIR»/src/obexpushd.c:18:0:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_get_le16':
>> /usr/include/bluetooth/bluetooth.h:197:9: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   return bt_get_unaligned((const uint16_t *) ptr);
>>          ^
>> /usr/include/bluetooth/bluetooth.h:197:9: error: called object is not a 
>> function or function pointer
>>   return bt_get_unaligned((const uint16_t *) ptr);
>>          ^
>> /usr/include/bluetooth/bluetooth.h:197:9: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   return bt_get_unaligned((const uint16_t *) ptr);
>>          ^
>> In file included from /usr/include/x86_64-linux-gnu/bits/byteswap.h:35:0,
>>                  from /usr/include/endian.h:60,
>>                  from /usr/include/x86_64-linux-gnu/bits/string2.h:51,
>>                  from /usr/include/string.h:635,
>>                  from /usr/include/bluetooth/bluetooth.h:35,
>>                  from /«PKGBUILDDIR»/src/obexpushd.c:18:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_get_be16':
>> /usr/include/bluetooth/bluetooth.h:202:18: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   return bswap_16(bt_get_unaligned((const uint16_t *) ptr));
>>                   ^
>> /usr/include/bluetooth/bluetooth.h:202:18: error: called object is not a 
>> function or function pointer
>>   return bswap_16(bt_get_unaligned((const uint16_t *) ptr));
>>                   ^
>> /usr/include/bluetooth/bluetooth.h:202:18: error: 'struct <anonymous>' has 
>> no member named '__v'
>>   return bswap_16(bt_get_unaligned((const uint16_t *) ptr));
>>                   ^
>> In file included from /«PKGBUILDDIR»/src/obexpushd.c:18:0:
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_put_le64':
>> /usr/include/bluetooth/bluetooth.h:207:2: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   bt_put_unaligned(val, (uint64_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:207:2: error: called object is not a 
>> function or function pointer
>>   bt_put_unaligned(val, (uint64_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:207:2: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   bt_put_unaligned(val, (uint64_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_put_be64':
>> /usr/include/bluetooth/bluetooth.h:212:2: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   bt_put_unaligned(bswap_64(val), (uint64_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:212:2: error: called object is not a 
>> function or function pointer
>>   bt_put_unaligned(bswap_64(val), (uint64_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:212:2: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   bt_put_unaligned(bswap_64(val), (uint64_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_put_le32':
>> /usr/include/bluetooth/bluetooth.h:217:2: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   bt_put_unaligned(val, (uint32_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:217:2: error: called object is not a 
>> function or function pointer
>>   bt_put_unaligned(val, (uint32_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:217:2: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   bt_put_unaligned(val, (uint32_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_put_be32':
>> /usr/include/bluetooth/bluetooth.h:222:2: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   bt_put_unaligned(bswap_32(val), (uint32_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:222:2: error: called object is not a 
>> function or function pointer
>>   bt_put_unaligned(bswap_32(val), (uint32_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:222:2: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   bt_put_unaligned(bswap_32(val), (uint32_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_put_le16':
>> /usr/include/bluetooth/bluetooth.h:227:2: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   bt_put_unaligned(val, (uint16_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:227:2: error: called object is not a 
>> function or function pointer
>>   bt_put_unaligned(val, (uint16_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:227:2: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   bt_put_unaligned(val, (uint16_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h: In function 'bt_put_be16':
>> /usr/include/bluetooth/bluetooth.h:232:2: error: expected 
>> specifier-qualifier-list before 'typeof'
>>   bt_put_unaligned(bswap_16(val), (uint16_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:232:2: error: called object is not a 
>> function or function pointer
>>   bt_put_unaligned(bswap_16(val), (uint16_t *) ptr);
>>   ^
>> /usr/include/bluetooth/bluetooth.h:232:2: error: 'struct <anonymous>' has no 
>> member named '__v'
>>   bt_put_unaligned(bswap_16(val), (uint16_t *) ptr);
>>   ^
>> make[3]: *** [src/CMakeFiles/obexpushd.dir/obexpushd.c.o] Error 1
>
> The full build log is available from:
>    
> http://aws-logs.debian.net/ftbfs-logs/2014/07/18/obexpushd_0.11.2-1_unstable.log
>
> A list of current common problems and possible solutions is available at
> http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
>
> About the archive rebuild: The rebuild was done on EC2 VM instances from
> Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
> failed build was retried once to eliminate random failures.



-- 
G..e


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to