On 2020/11/13 12:48, Carlos E. R. wrote:
On 13/11/2020 21.43, L A Walsh wrote:
On 2020/11/12 13:55, Carlos E. R. wrote:
On 12/11/2020 21.51, L A Walsh wrote:
On 2020/11/10 23:20, Bernhard M. Wiedemann wrote:
https://opensuse.zq1.de/history/20200824/tumbleweed/repo/oss/x86_64/libzstd1...
---- Well it installs no prob, (no conflicts), but I think I also need the -devel rpm: I tried: libzstd1-devel-1.4.5-2.2.x86_64.rpm, but that wasn't found.
https://lists.opensuse.org/opensuse-factory/2018-02/msg01152.html
--- Thanks, found devel package named libzstd-devel-1.4.5-2.4.x86. Trying to install it though gives: # rpm -Uhv libzstd-devel-1.4.5-2.4.x86_64.rpm error: Failed dependencies: rpmlib(PayloadIsZstd) <= 5.4.18-1 is needed by libzstd-devel-1.4.5-2.4.x86_64 --- Um...the libstd1 suggested by Bernhard W., that I installed with no conflicts/problems came from: https://opensuse.zq1.de/history/20200824/tumbleweed/repo/oss/x86_64/libzstd1... or essentially history date: https://opensuse.zq1.de/history/20200824. Comparing that to the history on download.opensuse.org that was originally announced to have 50 snapshots + 2 months of distribution. ("As a side-node, Tumbleweed Snapshots are limited to 50 snapshots due to a hosting restriction [5], but that should generally be over two months worth." - https://lists.opensuse.org/opensuse-factory/2018-02/msg01152.html) Instead I find about 20 snaps with 1 month on our local download.opensuse.org. The one at opensuse.zq1.de seems to go back to 20190205, showing about 32TB space usage, but seems unreliable depending on content (or at least so slow that my browser timed out multiple times). Ah, it works now.... Installed the devel for libzstd (libzstd-devel-1.4.5-2.2.x86_64.rpm)....and rpmbuild rpm...oh poo Time for some more investigating.... make[2]: Leaving directory '/home/packages/build/rpm-4.15.1' Making all in plugins make[2]: Entering directory '/home/packages/build/rpm-4.15.1/plugins' ... /bin/sh ../libtool --tag=CC --mode=link gcc -D_REENTRANT -Wall -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -fno-strict-aliasing -fstack-protector -Wempty-body -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -ffunction-sections -avoid-version -module -shared -Wl,-Bsymbolic-functions -ffunction-sections -o prioreset.la -rpath //usr/lib64/rpm-plugins prioreset.lo ../lib/librpm.la ../rpmio/librpmio.la -laudit -ldl -lpthread audit.c: In function ‘audit_tsm_post’: audit.c:83:43: error: ‘AUDIT_SOFTWARE_UPDATE’ undeclared (first use in this function); did you mean ‘AUDIT_FILTER_UNSET’? audit_log_user_comm_message(auditFd, AUDIT_SOFTWARE_UPDATE, ^~~~~~~~~~~~~~~~~~~~~ AUDIT_FILTER_UNSET audit.c:83:43: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Makefile:667: audit.lo] Error 1 It looks like I still need to build rpmlib with 'PayloadIsZstd', but building rpm(lib) needs pc