Date: Fri, 06 Aug 2021 00:41:50 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 257638] Compressed debug build fails on powerpc, mips Message-ID: <bug-257638-227-J8a2Yo8rd1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257638-227@https.bugs.freebsd.org/bugzilla/> References: <bug-257638-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257638 --- Comment #1 from Ed Maste <emaste@freebsd.org> --- Created attachment 226979 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D226979&action= =3Dedit lld reproducer tarball lld reproducer attached, obtained via $ LLD_REPRODUCE=3Dfreebsd-pr-257638.tar make response.txt contains the command line to reproduce: $ ld.lld $(cat response.txt) ld.lld: error: usr/obj/usr/home/emaste/src/freebsd-git/main/mips.mips64/lib/csu/mips/Scrt1= _c.o:(.debug_loc): unsupported compression type ld.lld: error: usr/obj/usr/home/emaste/src/freebsd-git/main/mips.mips64/lib/csu/mips/Scrt1= _c.o:(.debug_abbrev): unsupported compression type ld.lld: error: usr/obj/usr/home/emaste/src/freebsd-git/main/mips.mips64/lib/csu/mips/Scrt1= _c.o:(.debug_info): unsupported compression type ld.lld: error: usr/obj/usr/home/emaste/src/freebsd-git/main/mips.mips64/lib/csu/mips/Scrt1= _c.o:(.debug_str): unsupported compression type ld.lld: error: usr/obj/usr/home/emaste/src/freebsd-git/main/mips.mips64/lib/csu/mips/Scrt1= _c.o:(.debug_line): unsupported compression type It appears the compressed header is not being parsed correctly with respect= to endianness --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257638-227-J8a2Yo8rd1>