Re: elfcopy: not found

2025-04-10 Thread Ed Maste
On Wed, 9 Apr 2025 at 15:13, Sulev-Madis Silber wrote: > > oh, i think WITHOUT_CROSS_COMPILER does it, it also turns > WITHOUT_ELFTOOLCHAIN_BOOTSTRAP on. i might have overlooked what all those > "compiler" options actually do. what i wanted is to exclude compilers from > resulting build target.

Re: elfcopy: not found

2025-04-09 Thread Sulev-Madis Silber
i see that there's revised version of proposed fix committed now and everyone can keep their configs this closes the issue at least for now

Re: elfcopy: not found

2025-04-09 Thread Sulev-Madis Silber
On April 9, 2025 9:31:22 PM GMT+03:00, Ed Maste wrote: >On Wed, 9 Apr 2025 at 10:58, Sulev-Madis Silber > wrote: >> >> but it does indeed turn MK_ELFTOOLCHAIN_BOOTSTRAP to "no" value > >OK, https://reviews.freebsd.org/D49722 should fix this then (but will >break some other, even more unusual ca

Re: elfcopy: not found

2025-04-09 Thread Ed Maste
On Wed, 9 Apr 2025 at 10:58, Sulev-Madis Silber wrote: > > but it does indeed turn MK_ELFTOOLCHAIN_BOOTSTRAP to "no" value OK, https://reviews.freebsd.org/D49722 should fix this then (but will break some other, even more unusual cases). I'll see if I can update it to work for those cases too. >

Re: elfcopy: not found

2025-04-09 Thread Sulev-Madis Silber
.rel.dyn -j .rela.dyn -j .reloc -j .eh_frame >> --output-target >> =binary boot1.sym boot1.efi >> sh: elfcopy: not found >> 313.12 real 432.90 user44.54 sys >> >> make[1]: stopped in /root/files/fbsd/current/src >> >> make: stop

Re: elfcopy: not found

2025-04-08 Thread Ed Maste
t1.sym boot1.efi > sh: elfcopy: not found > 313.12 real 432.90 user44.54 sys > > make[1]: stopped in /root/files/fbsd/current/src > > make: stopped in /root/files/fbsd/current/src > 29m18.50s real 43m6.42s user 5m47.07s sys > >

Re: elfcopy: not found

2025-04-08 Thread Sulev-Madis Silber
so it didn't take that symlink from /root/bin either... irc said this: 04:50:59 < ketas-> hmm 04:51:01 < ketas-> elfcopy: not found 04:51:38 < ketas-> i haven't built current for a while 04:53:15 < ketas-> if that's that updating entry 04:53:28 &l

Re: elfcopy: not found

2025-04-07 Thread Minsoo Choo
-j .eh_frame > --output-target > =binary boot1.sym boot1.efi > sh: elfcopy: not found > 313.12 real 432.90 user 44.54 sys > > make[1]: stopped in /root/files/fbsd/current/src > > make: stopped in /root/files/fbsd/current/src > 29m18.50s real 43m6.42s user 5m47.07s sys > >

elfcopy: not found

2025-04-07 Thread Sulev-Madis Silber
--- boot1.efi --- SOURCE_DATE_EPOCH=1704067200 elfcopy -j .peheader -j .text -j .sdata -j .data -j . dynamic -j .dynsym -j .rel.dyn -j .rela.dyn -j .reloc -j .eh_frame --output-target =binary boot1.sym boot1.efi sh: elfcopy: not found 313.12 real 432.90 user44.54 sys