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

Bug#446398: marked as done ([m68k] Nonrepresentational section on output)



Your message dated Wed, 25 Nov 2015 14:03:16 +0100
with message-id <5655B194.3080709@debian.org>
and subject line closing old issue
has caused the Debian Bug report #446398,
regarding [m68k] Nonrepresentational section on output
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.)


-- 
446398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446398
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-4.1
Version: 4.1.2-16
Severity: important

gcc-4.1 causes other packages to FTBFS on m68k. This has happened for 
several versions and with several versions of binutils.

Please let me know how I can help.

Thanks,

Stephen


gcc -pie hello.c

| /usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
| (.text+0x2e): undefined reference to `__init_array_start'
| /usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
| (.text+0x36): undefined reference to `__init_array_end'
| /usr/bin/ld: a.out: hidden symbol `__init_array_end' isn't defined
| /usr/bin/ld: final link failed: Nonrepresentable section on output
| collect2: ld returned 1 exit statue

hello.c:

void main(void)
{
        printf("Hello world\n");
}


-- 
Stephen R. Marenka     If life's not fun, you're not doing it right!
<stephen@marenka.net>
Using built-in specs.
Target: m68k-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --disable-libssp --disable-werror --enable-checking=release m68k-linux-gnu
Thread model: posix
gcc version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16)
 /usr/lib/gcc/m68k-linux-gnu/4.1.3/cc1 -E -quiet -v -D__HAVE_68881__ hello.c -fpch-preprocess -o hello.i
ignoring nonexistent directory "/usr/local/include/m68k-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/m68k-linux-gnu/4.1.3/../../../../m68k-linux-gnu/include"
ignoring nonexistent directory "/usr/include/m68k-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc/m68k-linux-gnu/4.1.3/include
 /usr/include
End of search list.
 /usr/lib/gcc/m68k-linux-gnu/4.1.3/cc1 -fpreprocessed hello.i -quiet -dumpbase hello.c -auxbase hello -version -o hello.s
GNU C version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16) (m68k-linux-gnu)
	compiled by GNU C version 4.1.3 20070831 (prerelease) (Debian 4.1.2-16).
GGC heuristics: --param ggc-min-expand=48 --param ggc-min-heapsize=33855
Compiler executable checksum: 9219af987f766a04694809ed6e76e1da
hello.c: In function ‘main’:
hello.c:3: warning: incompatible implicit declaration of built-in function ‘printf’
hello.c:2: warning: return type of ‘main’ is not ‘int’
 as -V -Qy -o hello.o hello.s
GNU assembler version 2.18 (m68k-linux-gnu) using BFD version (GNU Binutils for Debian) 2.18
 /usr/lib/gcc/m68k-linux-gnu/4.1.3/collect2 --eh-frame-hdr -m m68kelf -dynamic-linker /lib/ld.so.1 -pie /usr/lib/gcc/m68k-linux-gnu/4.1.3/../../../Scrt1.o /usr/lib/gcc/m68k-linux-gnu/4.1.3/../../../crti.o /usr/lib/gcc/m68k-linux-gnu/4.1.3/crtbeginS.o -L/usr/lib/gcc/m68k-linux-gnu/4.1.3 -L/usr/lib/gcc/m68k-linux-gnu/4.1.3 -L/usr/lib/gcc/m68k-linux-gnu/4.1.3/../../.. hello.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/m68k-linux-gnu/4.1.3/crtendS.o /usr/lib/gcc/m68k-linux-gnu/4.1.3/../../../crtn.o
/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
(.text+0x2e): undefined reference to `__init_array_start'
/usr/lib/libc_nonshared.a(elf-init.oS): In function `__libc_csu_init':
(.text+0x36): undefined reference to `__init_array_end'
/usr/bin/ld: a.out: hidden symbol `__init_array_end' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
closing old issue filed for 4.1. please recheck with 5.2.1 from unstable.

--- End Message ---

Reply to: