samba 4.15.2 symbol version mismatch

2021-11-11 Thread Adam Osuchowski
Samba 4.15.2-1 from th-test requires SAMBA_4.13.9 symbol root@pldtest1:~# rpm -q samba samba-4.15.2-1.x86_64 root@pldtest1:~# smbd smbd: /usr/lib64/samba/libsamba-security-samba4.so: version `SAMBA_4.13.9' not found (required by /usr/lib64/libsmbldap.so.2) smbd:

Re: samba 4.15.2 symbol version mismatch

2021-11-11 Thread Arkadiusz Miśkiewicz via pld-devel-en
W dniu 11.11.2021 o 22:34, Adam Osuchowski pisze: > Samba 4.15.2-1 from th-test requires SAMBA_4.13.9 symbol rm /usr/lib64/libsmbldap.so.2 ldconfig not sure why rpm does leaves it in such way > > > root@pldtest1:~# rpm -q samba > samba-4.15.2-1.x86_64 > root@pldtest1:~# smbd > smbd:

Re: TEST build ERRORS: onedrive.spec

2021-11-11 Thread Jan Rękorajski
This should do the trick (if I didn't mess up poldek options) make-request -t -c 'rm -f /spools/ready/* ; poldek --mkidxz -s /spools/ready ; poldek --up' Basically builders have a local spool with most recently built packages and this on rare occasions goes out of sync. On Thu, Nov 11, 2021 at

Re: TEST build ERRORS: onedrive.spec

2021-11-11 Thread Jan Palus
On 11.11.2021 10:18, PLD th-x86_64 builder wrote: > onedrive.spec (HEAD): FAILED > > --- onedrive.spec:HEAD: > Build-Time: user:6.04s sys:1.07s real:9.30s (faults io:2 non-io:303950) > > > > *** buildlog for onedrive.spec > request from: atler ... > rpm: error: Failed build dependencies: >

Re: TEST build ERRORS: onedrive.spec

2021-11-11 Thread Arkadiusz Miśkiewicz via pld-devel-en
W dniu 11.11.2021 o 12:07, Jan Rękorajski pisze: > This should do the trick (if I didn't mess up poldek options) > > make-request -t -c 'rm -f /spools/ready/* ; poldek --mkidxz -s > /spools/ready ; poldek --up' > > Basically builders have a local spool with most recently built > packages and