NetBSD-Bugs archive

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

Re: kern/50468: COMPAT_NETBSD32 bins no longer work



The following reply was made to PR kern/50468; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/50468: COMPAT_NETBSD32 bins no longer work
Date: Wed, 25 Nov 2015 09:05:51 +0100

 The usr.bin/cc/t_hello tests, that include building and running a -m32
 binary, still work on the official test bed, see e.g. here:
 
 http://releng.netbsd.org/b5reports/amd64/build/2015.11.24.23.33.46/test.html
 
 (and search for t_hello).
 
 The output of that test run shows:
 
 tp-start: 1448431014.45971, usr.bin/cc/t_hello, 4
 tc-start: 1448431014.48804, hello
 tc-so:Executing command [ cc -o hello test.c ]
 tc-so:Executing command [ ./hello ]
 tc-end: 1448431022.634553, hello, passed
 tc-start: 1448431022.653464, hello32
 tc-so:Executing command [ cc -o hello32 -m32 test.c ]
 tc-so:Executing command [ cc -o hello64 test.c ]
 tc-so:32bit binaries on this platform are:
 tc-so:ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.99.21, not stripped
 tc-so:While native (64bit) binaries are:
 tc-so:ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /usr/libexec/ld.elf_so, for NetBSD 7.99.21, not stripped
 tc-so:Executing command [ ./hello32 ]
 tc-so:Executing command [ cc -o hello -m32 -static test.c ]
 tc-so:Executing command [ ./hello ]
 tc-end: 1448431029.410469, hello32, passed
 tc-start: 1448431029.440223, hello_pic
 tc-so:Executing command [ cc -fPIC -dPIC -shared -o libtest.so pic.c ]
 tc-so:Executing command [ cc -o hello test.c -L. -ltest ]
 tc-so:Executing command [ ./hello ]
 tc-end: 1448431032.533918, hello_pic, passed
 tc-start: 1448431032.559582, hello_pie
 tc-so:Executing command [ cc -fpie -pie -o hello test.c ]
 tc-so:Executing command [ ./hello ]
 tc-end: 1448431035.147583, hello_pie, passed
 tp-end: 1448431035.158379, usr.bin/cc/t_hello
 
 So this sounds like a local problem in your setup.
 
 Martin
 


Home | Main Index | Thread Index | Old Index