[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#763679: marked as done (regexxer: FTBFS[kfreebsd-amd64,mips*]: related to -fPIC?)



Your message dated Wed, 1 Oct 2014 22:45:58 +0200
with message-id <20141001204558.GA6620@volta.rr44.fr>
and subject line Re: regexxer: FTBFS[kfreebsd-amd64,mips*]: related to -fPIC?
has caused the Debian Bug report #763679,
regarding regexxer: FTBFS[kfreebsd-amd64,mips*]: related to -fPIC?
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 owner@bugs.debian.org
immediately.)


-- 
763679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763679
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: regexxer
Version: 0.9-5
Severity: serious

Hi,

regexxer 0.9-5 FTBFS on kfreebsd-amd64, mips and mipsel:
https://buildd.debian.org/status/logs.php?pkg=regexxer&ver=0.9-5

from config.log:
| configure:3289: checking whether we are cross compiling
| configure:3297: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
|  -pie -Wl,-z,relro -Wl,-z,now conftest.c  >&5
| /usr/bin/ld.bfd.real: /tmp/ccGMnb8i.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
| /tmp/ccGMnb8i.o: error adding symbols: Bad value
| collect2: error: ld returned 1 exit status
| configure:3301: $? = 1
| configure:3308: ./conftest
| /home/steven/regexxer-0.9/./configure: line 3310: ./conftest: No such file or directory
| configure:3312: $? = 127
| configure:3319: error: in `/home/steven/regexxer-0.9':
| configure:3321: error: cannot run C compiled programs.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Version;: 0.9-6

On Wed, Oct 01, 2014 at 08:43:35PM +0100, Steven Chamberlain wrote:
> Package: regexxer
> Version: 0.9-5
> Severity: serious
> 
> Hi,
> 
> regexxer 0.9-5 FTBFS on kfreebsd-amd64, mips and mipsel:
> https://buildd.debian.org/status/logs.php?pkg=regexxer&ver=0.9-5
> 
> from config.log:
> | configure:3289: checking whether we are cross compiling
> | configure:3297: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
> |  -pie -Wl,-z,relro -Wl,-z,now conftest.c  >&5
> | /usr/bin/ld.bfd.real: /tmp/ccGMnb8i.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
> | /tmp/ccGMnb8i.o: error adding symbols: Bad value
> | collect2: error: ld returned 1 exit status
> | configure:3301: $? = 1
> | configure:3308: ./conftest
> | /home/steven/regexxer-0.9/./configure: line 3310: ./conftest: No such file or directory
> | configure:3312: $? = 127
> | configure:3319: error: in `/home/steven/regexxer-0.9':
> | configure:3321: error: cannot run C compiled programs.
> 

This is due to debian/rules forcing LDFLAGS to values correct for amd64,
but not consistent with other FLAGS variable. In that case, CFLAGS
misses -fPIE to match the -pie given to the linker.

That should be fixed in 0.9-6 which I have uploaded just at the
beginning of dinstall.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net

--- End Message ---

Reply to: