<86>Oct 6 12:27:18 userdel[3738060]: delete user 'rooter' <86>Oct 6 12:27:18 userdel[3738060]: removed group 'rooter' owned by 'rooter' <86>Oct 6 12:27:18 userdel[3738060]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 6 12:27:18 groupadd[3738088]: group added to /etc/group: name=rooter, GID=1862 <86>Oct 6 12:27:18 groupadd[3738088]: group added to /etc/gshadow: name=rooter <86>Oct 6 12:27:18 groupadd[3738088]: new group: name=rooter, GID=1862 <86>Oct 6 12:27:18 useradd[3738101]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash <86>Oct 6 12:27:18 userdel[3738126]: delete user 'builder' <86>Oct 6 12:27:18 userdel[3738126]: removed group 'builder' owned by 'builder' <86>Oct 6 12:27:18 userdel[3738126]: removed shadow group 'builder' owned by 'builder' <86>Oct 6 12:27:18 groupadd[3738142]: group added to /etc/group: name=builder, GID=1863 <86>Oct 6 12:27:18 groupadd[3738142]: group added to /etc/gshadow: name=builder <86>Oct 6 12:27:18 groupadd[3738142]: new group: name=builder, GID=1863 <86>Oct 6 12:27:18 useradd[3738155]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Oct 6 12:27:22 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Oct 6 12:27:22 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Oct 6 12:27:22 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed <13>Oct 6 12:27:22 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libjsw-1.5.6-alt1.qa1.nosrc.rpm (w1.gzdio) Installing libjsw-1.5.6-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.57906 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libjsw-1.5.6 + echo 'Source #0 (libjsw-1.5.6.tar.bz2):' Source #0 (libjsw-1.5.6.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/libjsw-1.5.6.tar.bz2 + /bin/tar -xf - + cd libjsw-1.5.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (libjsw-gcc4.patch):' Patch #0 (libjsw-gcc4.patch): + /usr/bin/patch -p0 patching file libjsw/forcefeedback.c patching file libjsw/Makefile.Linux patching file jscalibrator/Makefile.Linux + DIRS='jscalibrator libjsw' + for DIR in $DIRS + subst 's|^PREFIX = /usr|PREFIX = \$(RPM_BUILD_ROOT)/usr|g' jscalibrator/Makefile + subst 's|^CFLAGS = [^\\]*|CFLAGS = \$(RPM_OPT_FLAGS) -fPIC|g' jscalibrator/Makefile.Linux + for DIR in $DIRS + subst 's|^PREFIX = /usr|PREFIX = \$(RPM_BUILD_ROOT)/usr|g' libjsw/Makefile + subst 's|^CFLAGS = [^\\]*|CFLAGS = \$(RPM_OPT_FLAGS) -fPIC|g' libjsw/Makefile.Linux + subst 's|^LIB_DIRS =|LIB_DIRS = -L../libjsw|g' jscalibrator/Makefile + subst 's||"../include/jsw.h"|' jscalibrator/jc.c jscalibrator/jc.h jscalibrator/jccalib.c jscalibrator/jccb.c jscalibrator/jcdraw.c jscalibrator/jcfile.c jscalibrator/jchelp.c jscalibrator/jcjsprops.c jscalibrator/jcjsprops.h jscalibrator/jcwidgets.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.57906 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libjsw-1.5.6 + cd libjsw + make -f Makefile.Linux make: Entering directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw' Building library "libjsw.so.1.5.6"... Compiling module axisio.o Compiling module attributes.o Compiling module buttonio.o Compiling module calibrationfio.o Compiling module forcefeedback.o Compiling module main.o Compiling module utils.o Compiling module fio.o : warning: "__cplusplus" redefined : note: this is the location of the previous definition Compiling module disk.o : warning: "__cplusplus" redefined : note: this is the location of the previous definition disk.cpp: In function 'char* PrefixPaths(const char*, const char*)': disk.cpp:977:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return("/"); ^ In file included from /usr/include/string.h:508, from disk.cpp:3: In function 'char* strncat(char*, const char*, size_t)', inlined from 'char* PathSubHome(const char*)' at disk.cpp:446:11: /usr/include/bits/string_fortified.h:136:34: warning: 'char* __builtin___strncat_chk(char*, const char*, long unsigned int, long unsigned int)' specified bound 4096 equals destination size [-Wstringop-overflow=] return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling module string.o : warning: "__cplusplus" redefined : note: this is the location of the previous definition string.cpp: In function 'void straddflag(char*, const char*, char, int)': string.cpp:783:13: warning: variable 'flag_len' set but not used [-Wunused-but-set-variable] int s_len, flag_len; ^~~~~~~~ string.cpp: In function 'char* StringGetNetArgument(const char*)': string.cpp:1508:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return(""); ^ string.cpp:1522:11: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return(""); ^ string.cpp: In function 'char* StringCurrentTimeFormat(const char*)': string.cpp:1545:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return(""); ^ string.cpp:1547:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return(""); ^ string.cpp:1553:15: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] return(""); ^ Linking modules... 228K libjsw.so.1.5.6 Build done. To install, type "su" (to gain root privileges) and then type "make install". make: Leaving directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw' + cd - /usr/src/RPM/BUILD/libjsw-1.5.6 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49525 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libjsw-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libjsw-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libjsw-1.5.6 + cd libjsw + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/libjsw-buildroot/usr exec_prefix=/usr/src/tmp/libjsw-buildroot/usr bindir=/usr/src/tmp/libjsw-buildroot/usr/bin sbindir=/usr/src/tmp/libjsw-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libjsw-buildroot/etc datadir=/usr/src/tmp/libjsw-buildroot/usr/share includedir=/usr/src/tmp/libjsw-buildroot/usr/include libdir=/usr/src/tmp/libjsw-buildroot/usr/lib64 libexecdir=/usr/src/tmp/libjsw-buildroot/usr/lib localstatedir=/usr/src/tmp/libjsw-buildroot/var/lib sharedstatedir=/usr/src/tmp/libjsw-buildroot/var/lib mandir=/usr/src/tmp/libjsw-buildroot/usr/share/man infodir=/usr/src/tmp/libjsw-buildroot/usr/share/info install JSW_MAN_DIR=/usr/src/tmp/libjsw-buildroot/usr/share/man/man3 JSW_LIB_DIR=/usr/src/tmp/libjsw-buildroot/usr/lib64 make: Entering directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw' Installing "libjsw"... Installing libjsw.so.1.5.6 -> /usr/src/tmp/libjsw-buildroot/usr/lib64 WARNING: strip is called in %install by 'install -s' (ignored) Installing jsw.h -> /usr/src/tmp/libjsw-buildroot/usr/include Installing manual pages -> /usr/src/tmp/libjsw-buildroot/usr/share/man/man3 make: ldconfig: Command not found make: [Makefile:188: postinstall] Error 127 (ignored) Install done. ------------------------------------------------------------------------- Library libjsw installed in: /usr/src/tmp/libjsw-buildroot/usr/lib64 Header files are installed in: /usr/src/tmp/libjsw-buildroot/usr/include Manual pages installed in: /usr/src/tmp/libjsw-buildroot/usr/share/man/man3 To link your programs to this library add -ljsw to the compiler command. To learn about the libjsw api, type "man JSIntro" IMPORTANT: Read README if upgrading from version 1.4.x to 1.5.x!! make: Leaving directory '/usr/src/RPM/BUILD/libjsw-1.5.6/libjsw' + cd - /usr/src/RPM/BUILD/libjsw-1.5.6 + rm -f /usr/src/tmp/libjsw-buildroot/usr/share/man/man1/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libjsw-buildroot (auto) mode of './usr/lib64/libjsw.so.1.5.6' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libjsw-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libjsw-buildroot/ (default) Compressing files in /usr/src/tmp/libjsw-buildroot (auto) Adjusting library links in /usr/src/tmp/libjsw-buildroot ./usr/lib64: libjsw.so.1.5.6 -> libjsw.so.1.5.6 Verifying ELF objects in /usr/src/tmp/libjsw-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: libjsw-1.5.6-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.16344 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libjsw-1.5.6 + DOCDIR=/usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6 + export DOCDIR + rm -rf /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6 + /bin/mkdir -p /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6 + cp -prL AUTHORS LICENSE README jswdemos /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6 + chmod -R go-w /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6 + chmod -R a+rX /usr/src/tmp/libjsw-buildroot/usr/share/doc/libjsw-1.5.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m6s5t8 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libjsw-buildroot/usr/lib64/libjsw.so.1.5.6: 95 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ChkSMK find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libjsw.so, libjsw.so.1.5.6()(64bit) = set:kdZC6I2eXDj3kCHgV3ZwSlyb5VI9tSnxGMdBeZiGMlTheVRfrAOzc6JZizX17INM4lBWYBZkcSGZJ4uc1uaHGqZ1vCZutZqXYJE0Z9NFfO1ohsT2sUYPSAsgSHwlG1GlfAwyOGZ8Rvp5q7tp9bkh0XEclF9cZ7tn6t4OJ90v0nykGkMZkCp5JSb9iIJW2DZlZC12 Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uYqAyq Creating libjsw-debuginfo package Processing files: libjsw-devel-1.5.6-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m9FbN9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.is0OuW find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libjsw = 1.5.6, glibc-kernheaders-generic Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I0dGGM Processing files: libjsw-debuginfo-1.5.6-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sxZzlG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c6oVtD find-requires: running scripts (debuginfo) Provides: debug64(libjsw.so.1.5.6) Requires: libjsw = 1.5.6-alt1.qa1, debug64(libc.so.6) Adding to libjsw-devel a strict dependency on libjsw Wrote: /usr/src/RPM/RPMS/x86_64/libjsw-1.5.6-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libjsw-devel-1.5.6-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libjsw-debuginfo-1.5.6-alt1.qa1.x86_64.rpm (w2.lzdio) 2.66user 1.92system 0:11.33elapsed 40%CPU (0avgtext+0avgdata 37820maxresident)k 0inputs+0outputs (0major+408161minor)pagefaults 0swaps 3.31user 2.17system 0:20.31elapsed 27%CPU (0avgtext+0avgdata 137560maxresident)k 0inputs+0outputs (0major+197758minor)pagefaults 0swaps --- libjsw-1.5.6-alt1.qa1.x86_64.rpm.repo 2010-11-25 12:57:41.000000000 +0000 +++ libjsw-1.5.6-alt1.qa1.x86_64.rpm.hasher 2024-10-06 12:27:36.572627148 +0000 @@ -14,2 +14,3 @@ /usr/share/doc/libjsw-1.5.6/jswdemos/waitbtn.c 100644 root:root +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -23,3 +24,3 @@ File: /usr/lib64/libjsw.so 120777 root:root libjsw.so.1.5.6 -File: /usr/lib64/libjsw.so.1.5.6 100644 root:root f2e8c1ae2e08e18220bf8199f2fef8e4 +File: /usr/lib64/libjsw.so.1.5.6 100644 root:root 698da72ef58ca14fd64072e6d8bfdd32 File: /usr/share/doc/libjsw-1.5.6 40755 root:root @@ -36,2 +37,2 @@ File: /usr/share/doc/libjsw-1.5.6/jswdemos/waitbtn.c 100644 root:root 1c1c61a5c09e46f18d09ded7196e0336 -RPMIdentity: b8af2f537bdb62394e9c8456729144f84d4a22b9b2dd737ebff9f6ab0deb066bfe9974ebcc1f129294955ff86a41c8f54e3eb4cf17d7a4ef1463d4abd898f69d +RPMIdentity: 9868d4fe7ea3e4402c6e1ba50642fc55fafdcf8abb7217e2fe071d1f8670439b20c767dc290d799f7b485f645b1aa62fa7c2f1cde113dbbbfd5c84f5e5748f5c error: open of /archive/repo/p9/task/_349/357388/files/x86_64/RPMS/libjsw-debuginfo-1.5.6-alt1.qa1.x86_64.rpm failed: No such file or directory --- libjsw-devel-1.5.6-alt1.qa1.x86_64.rpm.repo 2010-11-25 12:57:41.000000000 +0000 +++ libjsw-devel-1.5.6-alt1.qa1.x86_64.rpm.hasher 2024-10-06 12:27:36.646628328 +0000 @@ -1,19 +1,21 @@ /usr/include/jsw.h 100644 root:root -/usr/share/man/man3/JSClose.3.gz 100644 root:root -/usr/share/man/man3/JSDriverQueryVersion.3.gz 100644 root:root -/usr/share/man/man3/JSDriverVersion.3.gz 100644 root:root -/usr/share/man/man3/JSFreeAttributesList.3.gz 100644 root:root -/usr/share/man/man3/JSGetAttributesList.3.gz 100644 root:root -/usr/share/man/man3/JSGetAxisCoeff.3.gz 100644 root:root -/usr/share/man/man3/JSGetAxisCoeffNZ.3.gz 100644 root:root -/usr/share/man/man3/JSGetButtonState.3.gz 100644 root:root -/usr/share/man/man3/JSInit.3.gz 100644 root:root -/usr/share/man/man3/JSIntro.3.gz 100644 root:root -/usr/share/man/man3/JSIsAxisAllocated.3.gz 100644 root:root -/usr/share/man/man3/JSIsButtonAllocated.3.gz 100644 root:root -/usr/share/man/man3/JSLoadCalibrationUNIX.3.gz 100644 root:root -/usr/share/man/man3/JSLoadDeviceNamesUNIX.3.gz 100644 root:root -/usr/share/man/man3/JSResetAllAxisTolorance.3.gz 100644 root:root -/usr/share/man/man3/JSUpdate.3.gz 100644 root:root +/usr/share/man/man3/JSClose.3.xz 100644 root:root +/usr/share/man/man3/JSDriverQueryVersion.3.xz 100644 root:root +/usr/share/man/man3/JSDriverVersion.3.xz 100644 root:root +/usr/share/man/man3/JSFreeAttributesList.3.xz 100644 root:root +/usr/share/man/man3/JSGetAttributesList.3.xz 100644 root:root +/usr/share/man/man3/JSGetAxisCoeff.3.xz 100644 root:root +/usr/share/man/man3/JSGetAxisCoeffNZ.3.xz 100644 root:root +/usr/share/man/man3/JSGetButtonState.3.xz 100644 root:root +/usr/share/man/man3/JSInit.3.xz 100644 root:root +/usr/share/man/man3/JSIntro.3.xz 100644 root:root +/usr/share/man/man3/JSIsAxisAllocated.3.xz 100644 root:root +/usr/share/man/man3/JSIsButtonAllocated.3.xz 100644 root:root +/usr/share/man/man3/JSLoadCalibrationUNIX.3.xz 100644 root:root +/usr/share/man/man3/JSLoadDeviceNamesUNIX.3.xz 100644 root:root +/usr/share/man/man3/JSResetAllAxisTolorance.3.xz 100644 root:root +/usr/share/man/man3/JSUpdate.3.xz 100644 root:root Requires: libjsw = 1.5.6 +Requires: glibc-kernheaders-generic +Requires: libjsw = 1.5.6-alt1.qa1 Requires: rpmlib(PayloadIsLzma) @@ -21,18 +23,18 @@ File: /usr/include/jsw.h 100644 root:root 85519598df443800d1669d9781933371 -File: /usr/share/man/man3/JSClose.3.gz 100644 root:root aa27c2f364157eb728d651b88f1da925 -File: /usr/share/man/man3/JSDriverQueryVersion.3.gz 100644 root:root c25813d15ba26e425acb98c14a960971 -File: /usr/share/man/man3/JSDriverVersion.3.gz 100644 root:root aec99f29bec8dedfefe4c35f91e7c6c4 -File: /usr/share/man/man3/JSFreeAttributesList.3.gz 100644 root:root 59a8a2aa60451b6e0422c18f101b041f -File: /usr/share/man/man3/JSGetAttributesList.3.gz 100644 root:root 24e3f213266ce62c9f94a807dee494d2 -File: /usr/share/man/man3/JSGetAxisCoeff.3.gz 100644 root:root 69a96696aeb268e10ab5f1b14ab2168a -File: /usr/share/man/man3/JSGetAxisCoeffNZ.3.gz 100644 root:root d4e5d8cf39b22ef69f422ac25f4c0371 -File: /usr/share/man/man3/JSGetButtonState.3.gz 100644 root:root 82ac9f3ef2c65aae1c15c038fb6f163e -File: /usr/share/man/man3/JSInit.3.gz 100644 root:root a7fe59887fee80b487f0219e1787b8d7 -File: /usr/share/man/man3/JSIntro.3.gz 100644 root:root 8394d0979c2cc181f162b3a732b76eaa -File: /usr/share/man/man3/JSIsAxisAllocated.3.gz 100644 root:root a6ebdfca0af2414941efae4d7514d8e5 -File: /usr/share/man/man3/JSIsButtonAllocated.3.gz 100644 root:root 2074693a4db38e4db9ed85acc2d6ea6a -File: /usr/share/man/man3/JSLoadCalibrationUNIX.3.gz 100644 root:root 6d4dac3d6556809dee470a296d75e628 -File: /usr/share/man/man3/JSLoadDeviceNamesUNIX.3.gz 100644 root:root 401c841fdacf1766a1f5325d057adc08 -File: /usr/share/man/man3/JSResetAllAxisTolorance.3.gz 100644 root:root 02d3eff62c60a41d0700099bebd997f2 -File: /usr/share/man/man3/JSUpdate.3.gz 100644 root:root 7b01106491cc2365951233d4e997c198 -RPMIdentity: 411ba0f3e8ff0717a9b55b529def6e01bdf182c8fcd6f65ade159686bc123376d686511b2b1d9eadb6cf4417478e58320ee4924ab7e0bd4d28d66a6a10f15416 +File: /usr/share/man/man3/JSClose.3.xz 100644 root:root c68a1c8375ea402f7959107683002640 +File: /usr/share/man/man3/JSDriverQueryVersion.3.xz 100644 root:root 282c22e5ab3b7b75f354ee08f71dc9a4 +File: /usr/share/man/man3/JSDriverVersion.3.xz 100644 root:root 3a57bc86262295a79bd8477eec1648e6 +File: /usr/share/man/man3/JSFreeAttributesList.3.xz 100644 root:root 1cddd4d0d54a02454f9328f35300adcd +File: /usr/share/man/man3/JSGetAttributesList.3.xz 100644 root:root 1c8d799b6f4d98237fa498b666db1743 +File: /usr/share/man/man3/JSGetAxisCoeff.3.xz 100644 root:root f468f4faeb4536275e757a4fc2ba5ccc +File: /usr/share/man/man3/JSGetAxisCoeffNZ.3.xz 100644 root:root f0d2d532b6e23a010fbdfc52bd480535 +File: /usr/share/man/man3/JSGetButtonState.3.xz 100644 root:root f7f978aa157a30f8ba4b794a7c6176ea +File: /usr/share/man/man3/JSInit.3.xz 100644 root:root ddc903a871862a4a7e2268f71717b18d +File: /usr/share/man/man3/JSIntro.3.xz 100644 root:root c1eff2cb089bd38ff02965464a7a0e57 +File: /usr/share/man/man3/JSIsAxisAllocated.3.xz 100644 root:root 86c391772839af443bff14764dd3f8c6 +File: /usr/share/man/man3/JSIsButtonAllocated.3.xz 100644 root:root e62ccd62b42dc340d29ddefe839b6cc0 +File: /usr/share/man/man3/JSLoadCalibrationUNIX.3.xz 100644 root:root fa3407f51949dbea7f7e02d88893345d +File: /usr/share/man/man3/JSLoadDeviceNamesUNIX.3.xz 100644 root:root 44111984369428b5c5af59370647f6d4 +File: /usr/share/man/man3/JSResetAllAxisTolorance.3.xz 100644 root:root 726bc431b4b24c9d7c3ec499e8ccd9a2 +File: /usr/share/man/man3/JSUpdate.3.xz 100644 root:root 368660c3ec0d92b0a9f01eec311a9c1c +RPMIdentity: c7757949095f0e3d07068f1534309373fabc423d49fd5d196cfa1ccb089797c5c8d5c5c15a00664fd8f1302802a6cac722c95dde3ccbdef730047dff4d922378