Your message dated Thu, 05 Sep 2013 08:50:35 +0200
with message-id <[email protected]>
and subject line Re: samhain: ftbfs with GCC-4.8
has caused the Debian Bug report #701353,
regarding samhain: ftbfs with GCC-4.8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
701353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701353
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:samhain
Version: 2.8.3a-1
Severity: important
Tags: sid jessie
User: [email protected]
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  ./src/sh_tiger1_64.c:121:20: error: 'asm' operand has impossible constraints

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/samhain_2.8.3a-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
./encode 0 ./src/sh_filetype.c --> x_sh_filetype.c
gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -D_FORTIFY_SOURCE=2 
-fstack-protector-all -pthread -DUSE_MALLOC_LOCK=1 -fPIE -Wall -W  
-fno-strength-reduce -fno-omit-frame-pointer -Wno-empty-body  -DSH_STANDALONE 
-o sh_filetype.o -c x_sh_filetype.c
./encode 0 ./src/sh_sub.c --> x_sh_sub.c
gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -D_FORTIFY_SOURCE=2 
-fstack-protector-all -pthread -DUSE_MALLOC_LOCK=1 -fPIE -Wall -W  
-fno-strength-reduce -fno-omit-frame-pointer -Wno-empty-body  -DSH_STANDALONE 
-o sh_sub.o -c x_sh_sub.c
gcc  -DHAVE_CONFIG_H -I. -I./include   -O2 -D_FORTIFY_SOURCE=2 
-fstack-protector-all -pthread -DUSE_MALLOC_LOCK=1 -fPIE -Wall -W  
-fno-strength-reduce -fno-omit-frame-pointer -Wno-empty-body  -DSH_STANDALONE 
-o sh_tiger_i.o -c ./src/sh_tiger1_64.c
./src/sh_tiger1_64.c: In function 'tiger':
./src/sh_tiger1_64.c:471:3: warning: dereferencing type-punned pointer will 
break strict-aliasing rules [-Wstrict-aliasing]
   ((word64*)(&(temp[56])))[0] = ((word64)length)<<3;
   ^
./src/sh_tiger1_64.c: In function 'tiger_compress':
./src/sh_tiger1_64.c:121:20: error: 'asm' operand has impossible constraints
 #define roundstart __asm__ (
                    ^
./src/sh_tiger1_64.c:176:2: note: in expansion of macro 'roundstart'
  roundstart \
  ^
./src/sh_tiger1_64.c:240:4: note: in expansion of macro 'round5'
    round5(b,c,a,x7) \
    ^
./src/sh_tiger1_64.c:327:4: note: in expansion of macro 'pass5n'
    pass5n(a,b,c) \
    ^
./src/sh_tiger1_64.c:366:3: note: in expansion of macro 'compress'
   compress; \
   ^
./src/sh_tiger1_64.c:375:3: note: in expansion of macro 'tiger_compress_macro'
   tiger_compress_macro(((word64*)str), ((word64*)state));
   ^
./src/sh_tiger1_64.c:121:20: error: 'asm' operand has impossible constraints
 #define roundstart __asm__ (
                    ^
./src/sh_tiger1_64.c:184:2: note: in expansion of macro 'roundstart'
  roundstart \
  ^
./src/sh_tiger1_64.c:252:4: note: in expansion of macro 'round7'
    round7(a,b,c,x0) \
    ^
./src/sh_tiger1_64.c:328:4: note: in expansion of macro 'pass7n'
    pass7n(c,a,b) \
    ^
./src/sh_tiger1_64.c:366:3: note: in expansion of macro 'compress'
   compress; \
   ^
./src/sh_tiger1_64.c:375:3: note: in expansion of macro 'tiger_compress_macro'
   tiger_compress_macro(((word64*)str), ((word64*)state));
   ^
make[1]: *** [sh_tiger_i.o] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Hi

The package builds fine with gcc-4.8 as gcc-4.8 was fixed in the
meantime to support the asm constructs the package is using.

Verified both locally as well as by scheduling a binNMU on the i386
buildd (which Built) so closing this bug.

Cheers

Luk

--- End Message ---

Reply via email to