daily CVS update output

2021-03-26 Thread NetBSD source update
Updating src tree: P src/distrib/amd64/installimage/Makefile P src/doc/3RDPARTY P src/external/cddl/osnet/usr.sbin/dtrace/Makefile P src/external/mpl/bind/dist/lib/isc/unix/include/isc/stdatomic.h P src/external/mpl/bind/include/isc/stdatomic.h P src/share/mk/bsd.hostprog.mk P

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 14:41:56 -0400, Christos Zoulas wrote: > Can you install the debug sets? Will do - have to build them first, though. Cheerio, Hauke -- Hauke Fath Linnéweg 7 64342 Seeheim-Jugenheim Germany

Re: -current tar(1) breakage

2021-03-26 Thread Christos Zoulas
On Mar 26, 6:52pm, ha...@espresso.rhein-neckar.de (Hauke Fath) wrote: -- Subject: Re: -current tar(1) breakage | On Fri, 26 Mar 2021 16:28:38 - (UTC), Christos Zoulas wrote: | > What does the core file show? | | Reading symbols from /usr/bin/tar... | (No debugging symbols found in

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 18:56:09 +0100, Martin Husemann wrote: > On Fri, Mar 26, 2021 at 06:52:04PM +0100, Hauke Fath wrote: >> Program terminated with signal SIGSEGV, Segmentation fault. >> #0 0x74e0e8667866 in iconv () from /lib/libc.so.12 >> (gdb) bt >> #0 0x74e0e8667866 in iconv () from

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 18:52:04 +0100, Hauke Fath wrote: > Also, from a 'ktrace -di': FTR, This is from a plain 'ktrace -di /usr/bin/tar -cf - . > /dev/null' on an nfs volume. Works with GNU tar(1). Cheerio, Hauke -- Hauke Fath Linnéweg 7 64342 Seeheim-Jugenheim Germany

Re: -current tar(1) breakage

2021-03-26 Thread Martin Husemann
On Fri, Mar 26, 2021 at 06:52:04PM +0100, Hauke Fath wrote: > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x74e0e8667866 in iconv () from /lib/libc.so.12 > (gdb) bt > #0 0x74e0e8667866 in iconv () from /lib/libc.so.12 What are your locale settings? Martin

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 15:34:21 +, Robert Swindells wrote: > The package builds fine for me on -current, what is unusual about your > build host ? It is net-booted. As soon as I put WRKOBJDIR on a local disk, I am fine. Cheerio, Hauke -- Hauke Fath Linnéweg 7 64342

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 16:28:38 - (UTC), Christos Zoulas wrote: > What does the core file show? Reading symbols from /usr/bin/tar... (No debugging symbols found in /usr/bin/tar) [New process 29527] Core was generated by `tar'. Program terminated with signal SIGSEGV, Segmentation fault. #0

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 16:03:53 +0100, Thomas Klausner wrote: > On Fri, Mar 26, 2021 at 03:16:13PM +0100, Hauke Fath wrote: >> building editors/xemacs-nox11 on a -current machine (net-booted, if it >> matters) fails with > > Just as a data point, this packages fine for me on 9.99.81/amd64 (with > a

Re: -current tar(1) breakage

2021-03-26 Thread Robert Swindells
Hauke Fath wrote: >On Fri, 26 Mar 2021 14:38:08 +, Robert Swindells wrote: >>> The workaround was to symlink /usr/pkg/bin/gtar to .tools/bin/tar. Is >>> there any pkgsrc magic for making gtar pose as tar(1), or am I on my >>> own? >> >> You can put a line in the pkgsrc Makefile of: >>

Re: -current tar(1) breakage

2021-03-26 Thread Hauke Fath
On Fri, 26 Mar 2021 14:38:08 +, Robert Swindells wrote: >> The workaround was to symlink /usr/pkg/bin/gtar to .tools/bin/tar. Is >> there any pkgsrc magic for making gtar pose as tar(1), or am I on my >> own? > > You can put a line in the pkgsrc Makefile of: > > EXTRACT_USING= gtar I've

Re: -current tar(1) breakage

2021-03-26 Thread Thomas Klausner
On Fri, Mar 26, 2021 at 03:16:13PM +0100, Hauke Fath wrote: > building editors/xemacs-nox11 on a -current machine (net-booted, if it > matters) fails with Just as a data point, this packages fine for me on 9.99.81/amd64 (with a local file system). Thomas

Re: -current tar(1) breakage

2021-03-26 Thread Robert Swindells
Hauke Fath wrote: >building editors/xemacs-nox11 on a -current machine (net-booted, if it >matters) fails with [snip] >The workaround was to symlink /usr/pkg/bin/gtar to .tools/bin/tar. Is >there any pkgsrc magic for making gtar pose as tar(1), or am I on my >own? You can put a line in

-current tar(1) breakage

2021-03-26 Thread Hauke Fath
Hi, building editors/xemacs-nox11 on a -current machine (net-booted, if it matters) fails with [...] Copying /var/obj/pkgsrc/editors/xemacs-nox11/work/xemacs-21.4.24/etc... ./TUTORIAL.ko: Truncated tar archive tar: Error exit delayed from previous errors. [1] Segmentation fault (core dumped)