[schilytools] [RELEASE] 2022-08-18 (beta release)

Nico Sonack nsonack at herrhotzenplotz.de
Fri Aug 19 17:16:13 CEST 2022


On 8/18/22 21:05, Robert Clausecker wrote:

> In preparation for our first real release planned for 2022-09-18,
> I have prepared a beta release to give you ample opportunities
> for testing.
> 

When running the "test suite" on FreeBSD 13.1 amd64 I see dynamic 
linking issues :

...cd rmdel && for i in *.sh; do echo Running test rmdel/$i; /bin/sh $i; 
done
Running test rmdel/basic.sh
a1...FAIL basic.sh a1: "/tmp/SCCSTEST/ccs/bin/admin -itestfile.txt 
s.testfile.txt" Expected exit code 0, got 1
Error message: ld-elf.so.1: Shared object "libschily.so.2.0" not found, 
required by "admin"

<snip>

$ ldd /tmp/SCCSTEST/ccs/bin/admin
/tmp/SCCSTEST/ccs/bin/admin:
	libschily.so.2.0 => not found (0)
	libintl.so.8 => /usr/local/lib/libintl.so.8 (0x80025c000)
	libc.so.7 => /lib/libc.so.7 (0x80026b000)
$ readelf -delV /tmp/SCCSTEST/ccs/bin/admin | grep -i path
  0x000000000000001d RUNPATH              Library runpath: 
[/tmp/SCCSTEST/lib]
$ ls /tmp/SCCSTEST/lib/libschily*
ls: /tmp/SCCSTEST/lib/libschily*: No such file or directory
$

Looks like changing the default linkmode to dynamic requires a little 
more love :-)

Nico

-- 
Sent from triton / FreeBSD 13.1-RELEASE

Please remember: https://useplaintext.email/#etiquette
HTML-formatted mail will likely end up in the Spam folder.
Do NOT send me Microsoft Office documents. I shall refrain from opening
them.

Nico Sonack <nsonack at herrhotzenplotz.de>


More information about the schilytools mailing list