Re: pkg/60142: gnustep-base does not make on earmv6
"Jörg Sonnenberger via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60142; it has been noted by GNATS. From: =?UTF-8?Q?J=C3=B6rg_Sonnenberger?= <[email protected]> To: [email protected] Cc: Subject: Re: pkg/60142: gnustep-base does not make on earmv6 Date: Tue, 31 Mar 2026 18:20:51 +0200 On 3/30/26 5:55 PM, Benny Siegert via gnats wrote: > The following reply was made to PR pkg/60142; it has been noted by GNATS. > > From: Benny Siegert <[email protected]> > To: willow s <[email protected]> > Cc: [email protected], [email protected], [email protected], > [email protected] > Subject: Re: pkg/60142: gnustep-base does not make on earmv6 > Date: Mon, 30 Mar 2026 15:50:04 +0000 (UTC) > > This message is in MIME format. The first part should be readable text, > while the remaining parts are likely unreadable without MIME-aware tools. > > --0-1506035113-1774885804=:3916 > Content-Type: text/plain; charset=UTF-8; format=flowed > Content-Transfer-Encoding: 8BIT > > > > On Sun, 29 Mar 2026, willow s wrote: > > > hello. apologies for not being able to send the entire config.log. it should be attached > > here. thank you for your time. > > Thanks for providing this! For what it's worth, this is the relevant part > from config.log: > > configure:4888: checking whether the C compiler works > configure:4910: gcc -O2 -I/usr/pkg/include -I/usr/pkg/share/GNUstep/include -I/usr/pkg/include/objc > -I/usr/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/share/GNUst > ep/include -I/usr/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -I/usr/pkg/include -I/usr/pkg/i > nclude -I/usr/pkg/include -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lunwind -L/usr/pkg/lib -L/usr/pkg/shar > e/GNUstep/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/share/GNUstep/lib -L/usr/lib -Wl,-R/usr/lib -lobjc > -lpthread -latomic -L/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib conftest.c >&5 > /usr/bin/ld: /usr/pkgsrc/devel/gnustep-base/work/.buildlink/lib/libobjc.so: undefined reference to > `_Unwind_VRS_Get' > /usr/bin/ld: /usr/pkgsrc/devel/gnustep-base/work/.buildlink/lib/libobjc.so: undefined reference to > `__aeabi_unwind_cpp_pr1' > /usr/bin/ld: /usr/pkgsrc/devel/gnustep-base/work/.buildlink/lib/libobjc.so: undefined reference to > `_Unwind_VRS_Set' > /usr/bin/ld: /usr/pkgsrc/devel/gnustep-base/work/.buildlink/lib/libobjc.so: undefined reference to > `__cxa_end_cleanup' > --0-1506035113-1774885804=:3916-- > Wrong EHABI. That's using the ARM-specific one and not the regular DWARF EHABI like we use on ARM for consistency with all other platforms. Joerg