Processed: Re: Bug#836999: strace: FTBFS: ../btrfs.c:68:8: error: redefinition of 'struct btrfs_ioctl_defrag_range_args'

2016-09-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + fixed-upstream
Bug #836999 [src:strace] strace: FTBFS: ../btrfs.c:68:8: error: redefinition of 
'struct btrfs_ioctl_defrag_range_args'
Added tag(s) fixed-upstream.

-- 
836999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836999
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#836999: strace: FTBFS: ../btrfs.c:68:8: error: redefinition of 'struct btrfs_ioctl_defrag_range_args'

2016-09-24 Thread Sebastian Ramacher
Control: tags -1 + fixed-upstream

On 2016-09-08 00:15:11, Lucas Nussbaum wrote:
> Source: strace
> Version: 4.12-3
> Severity: serious
> Tags: stretch sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20160906 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):
> > gcc -DHAVE_CONFIG_H   -I./linux/x86_64 -I../linux/x86_64 -I./linux 
> > -I../linux -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings 
> > -Wsign-compare  -g -O2 -fdebug-prefix-map=/<>=. -fPIE 
> > -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -MT 
> > strace-btrfs.o -MD -MP -MF .deps/strace-btrfs.Tpo -c -o strace-btrfs.o 
> > `test -f 'btrfs.c' || echo '../'`btrfs.c
> > ../btrfs.c:68:8: error: redefinition of 'struct 
> > btrfs_ioctl_defrag_range_args'
> >  struct btrfs_ioctl_defrag_range_args {
> > ^
> > In file included from ../btrfs.c:36:0:
> > /usr/include/linux/btrfs.h:496:8: note: originally defined here
> >  struct btrfs_ioctl_defrag_range_args {
> > ^
> > Makefile:2619: recipe for target 'strace-btrfs.o' failed
> > make[3]: *** [strace-btrfs.o] Error 1

This bugs is caused by a bug in the configure script. A fix is available
upstream:
https://github.com/strace/strace/commit/7c0e8875a432f68f391518d11a38f91a7fe91f35

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Bug#836999: strace: FTBFS: ../btrfs.c:68:8: error: redefinition of 'struct btrfs_ioctl_defrag_range_args'

2016-09-07 Thread Lucas Nussbaum
Source: strace
Version: 4.12-3
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20160906 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):
> gcc -DHAVE_CONFIG_H   -I./linux/x86_64 -I../linux/x86_64 -I./linux -I../linux 
> -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wwrite-strings 
> -Wsign-compare  -g -O2 -fdebug-prefix-map=/<>=. -fPIE 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -O2 -MT 
> strace-btrfs.o -MD -MP -MF .deps/strace-btrfs.Tpo -c -o strace-btrfs.o `test 
> -f 'btrfs.c' || echo '../'`btrfs.c
> ../btrfs.c:68:8: error: redefinition of 'struct btrfs_ioctl_defrag_range_args'
>  struct btrfs_ioctl_defrag_range_args {
> ^
> In file included from ../btrfs.c:36:0:
> /usr/include/linux/btrfs.h:496:8: note: originally defined here
>  struct btrfs_ioctl_defrag_range_args {
> ^
> Makefile:2619: recipe for target 'strace-btrfs.o' failed
> make[3]: *** [strace-btrfs.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/09/06/strace_4.12-3_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.