gmake[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Source /data/userland-archives/samqfs-5.0.1-2022.0.0.0.tar.gz... not found, skipping file copy Source https://github.com/cgrzemba/samqfs/archive/5.0.1-2022.0.0.0.tar.gz... downloading... validating signature... skipping (no signature URL) validating hash... ok symlink cloning /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/samqfs-5.0.1-2022.0.0.0 to /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/i86 BUILD PARAMETERS DEBUG: no COMPLETE: no BUILD ENVIROMENT GUI_VERSION: 5.0.1 SAMQFS_VERSION: 5.0.1-2022.0.0.0 MARKER: i86 HOSTNAME: hipster.openindiana.org OS: SunOS OS_REVISION: 5.11 OS_RELEASE: illumos-5a46911672 PLATFORM: i386 ISA_KERNEL: amd64 OBJ_DIR: obj/SunOS_illumos-5a46911672_i386 CFLAGS: -I./include -DSOL5_11 -DMETADATA_SERVER -D_NoTIVOLI_ -D_NoSTK_ -D_NoOSD_ -DSAM_TRACE -DSAM_OPEN_SOURCE -g -m32 -Wall -Wno-unknown-pragmas -Wno-format -Wno-missing-braces -Wno-unused-variable -Wno-unused-function -Wno-unused-label rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.a ln -s ../../../src/lib/samconf/obj/SunOS_illumos-5a46911672_amd64/libsamconf.a ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so ln -s ../../../src/lib/samconf/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.a ln -s ../../../src/lib/samconf/obj/SunOS_illumos-5a46911672_i386/libsamconf.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.so ln -s ../../../src/lib/samconf/obj/SunOS_illumos-5a46911672_i386/libsamconf.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.so spm.c: In function 'spm_query_services': spm.c:289:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (n = strchr(s, '\n')) { ^ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspm.a ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_i386/libsamspm.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspm.a spmd.c:79:31: warning: useless storage class specifier in empty declaration static enum {UDS, IPV6, IPV4, SERVICES}; ^~~~~~~~ spmd.c: In function 'process_inet_request': spmd.c:511:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (request_arg = strchr(line_buffer, ' ')) { ^~~~~~~~~~~ spmd.c: In function 'process_unix_request': spmd.c:546:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (request_arg = strchr(line_buffer, ' ')) { ^~~~~~~~~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspmd.a ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_i386/libsamspmd.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspmd.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspm.so ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_i386/libsamspm.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspm.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspmd.so ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_i386/libsamspmd.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamspmd.so spmTestServerP.c: In function 'main': spmTestServerP.c:134:10: warning: passing argument 1 of 'select' makes integer from pointer without a cast [-Wint-conversion] select(NULL, NULL, NULL, NULL, NULL); ^~~~ In file included from /usr/include/sys/types.h:662:0, from /usr/include/unistd.h:41, from spmTestServerP.c:32: /usr/include/sys/select.h:143:12: note: expected 'int' but argument is of type 'void *' extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, ^~~~~~ spm.c: In function 'spm_query_services': spm.c:289:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (n = strchr(s, '\n')) { ^ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspm.a ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_amd64/libsamspm.a ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspm.a spmd.c:79:31: warning: useless storage class specifier in empty declaration static enum {UDS, IPV6, IPV4, SERVICES}; ^~~~~~~~ spmd.c: In function 'process_inet_request': spmd.c:511:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (request_arg = strchr(line_buffer, ' ')) { ^~~~~~~~~~~ spmd.c: In function 'process_unix_request': spmd.c:546:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (request_arg = strchr(line_buffer, ' ')) { ^~~~~~~~~~~ spmd.c: In function 'spm': spmd.c:631:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] spm_signo = (int)arg; ^ spmd.c: In function 'spm_initialize': spmd.c:801:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (pthread_create(&spm_tid, NULL, spm, (void *)signo) != 0) { ^ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspmd.a ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_amd64/libsamspmd.a ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspmd.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspm.so ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_amd64/libsamspm.so ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspm.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspmd.so ln -s ../../../src/lib/samspm/obj/SunOS_illumos-5a46911672_amd64/libsamspmd.so ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamspmd.so spmTestServerP.c: In function 'main': spmTestServerP.c:134:10: warning: passing argument 1 of 'select' makes integer from pointer without a cast [-Wint-conversion] select(NULL, NULL, NULL, NULL, NULL); ^~~~ In file included from /usr/include/sys/types.h:662:0, from /usr/include/unistd.h:41, from spmTestServerP.c:32: /usr/include/sys/select.h:143:12: note: expected 'int' but argument is of type 'void *' extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, ^~~~~~ crew.c: In function 'initCrew': crew.c:197:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] int status; ^~~~~~ worker.c: In function 'Worker': worker.c:66:6: warning: variable 'rval' set but not used [-Wunused-but-set-variable] int rval; ^~~~ worker.c: In function 'InitWorker': worker.c:181:6: warning: variable 'rval' set but not used [-Wunused-but-set-variable] int rval; ^~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamrft.a ln -s ../../../src/lib/samrft/obj/SunOS_illumos-5a46911672_amd64/libsamrft.a ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamrft.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamrft.so ln -s ../../../src/lib/samrft/obj/SunOS_illumos-5a46911672_amd64/libsamrft.so ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamrft.so crew.c: In function 'initCrew': crew.c:197:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] int status; ^~~~~~ worker.c: In function 'Worker': worker.c:66:6: warning: variable 'rval' set but not used [-Wunused-but-set-variable] int rval; ^~~~ worker.c: In function 'InitWorker': worker.c:181:6: warning: variable 'rval' set but not used [-Wunused-but-set-variable] int rval; ^~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.a ln -s ../../../src/lib/samrft/obj/SunOS_illumos-5a46911672_i386/libsamrft.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.so ln -s ../../../src/lib/samrft/obj/SunOS_illumos-5a46911672_i386/libsamrft.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.so disk_show.c: In function 'sam_control_type_to_str': disk_show.c:159:32: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (ctp = _dkc_type; ctp->nm != '\0'; ctp++) { ^~ disk_show.c:159:24: note: did you mean to dereference the pointer? for (ctp = _dkc_type; ctp->nm != '\0'; ctp++) { ^ disk_show.c: In function 'sam_vpart_id_to_str': disk_show.c:315:32: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (vpp = _vpart_id; vpp->nm != '\0'; vpp++) { ^~ disk_show.c:315:24: note: did you mean to dereference the pointer? for (vpp = _vpart_id; vpp->nm != '\0'; vpp++) { ^ disk_show.c: In function 'sam_vpart_pflags_to_str': disk_show.c:348:36: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (vfp = _vpart_pflags; vfp->nm != '\0'; vfp++) { ^~ disk_show.c:348:28: note: did you mean to dereference the pointer? for (vfp = _vpart_pflags; vfp->nm != '\0'; vfp++) { ^ diskvols.c: In function 'DiskVolsGetSpaceUsed': diskvols.c:888:26: warning: variable 'swapped' set but not used [-Wunused-but-set-variable] boolean_t localConnect, swapped = B_FALSE; ^~~~~~~ format.c: In function 'sam_format_print': format.c:739:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ nm_to_dev.c: In function 'nm_to_device': nm_to_dev.c:80:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ sblk_show.c: In function 'sam_sbversion_to_str': sblk_show.c:114:34: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (svp = _sb_version; svp->nm != '\0'; svp++) { ^~ sblk_show.c:114:26: note: did you mean to dereference the pointer? for (svp = _sb_version; svp->nm != '\0'; svp++) { ^ sblk_show.c: In function 'sam_fsck_stat_to_str': sblk_show.c:145:35: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (stp = _fsck_status; stp->nm != '\0'; stp++) { ^~ sblk_show.c:145:27: note: did you mean to dereference the pointer? for (stp = _fsck_status; stp->nm != '\0'; stp++) { ^ time_string.c: In function 'MinToStr': time_string.c:853:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (!leap_year(year - 1) && ~~~~~~~~~~~~~~~~~~~~~^~ (!leap_year(year) && (chgmonth >= 2)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ time_string.c:866:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (!leap_year(year - 1) && ~~~~~~~~~~~~~~~~~~~~~^~ (!leap_year(year) && (chgmonth >= 2)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tp_rearchive.c: In function 'sam_mig_rearchive': tp_rearchive.c:94:3: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *) close(fd); ^ tp_rearchive.c:94:3: warning: value computed is not used [-Wunused-value] (void *) close(fd); ^~~~~~~~~~~~~~~~~~ tp_rearchive.c:161:2: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *) close(fd); ^ tp_rearchive.c:161:2: warning: value computed is not used [-Wunused-value] (void *) close(fd); ^~~~~~~~~~~~~~~~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamut.a ln -s ../../../src/lib/samut/obj/SunOS_illumos-5a46911672_amd64/libsamut.a ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamut.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamut.so ln -s ../../../src/lib/samut/obj/SunOS_illumos-5a46911672_amd64/libsamut.so ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsamut.so disk_show.c: In function 'sam_control_type_to_str': disk_show.c:159:32: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (ctp = _dkc_type; ctp->nm != '\0'; ctp++) { ^~ disk_show.c:159:24: note: did you mean to dereference the pointer? for (ctp = _dkc_type; ctp->nm != '\0'; ctp++) { ^ disk_show.c: In function 'sam_vpart_id_to_str': disk_show.c:315:32: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (vpp = _vpart_id; vpp->nm != '\0'; vpp++) { ^~ disk_show.c:315:24: note: did you mean to dereference the pointer? for (vpp = _vpart_id; vpp->nm != '\0'; vpp++) { ^ disk_show.c: In function 'sam_vpart_pflags_to_str': disk_show.c:348:36: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (vfp = _vpart_pflags; vfp->nm != '\0'; vfp++) { ^~ disk_show.c:348:28: note: did you mean to dereference the pointer? for (vfp = _vpart_pflags; vfp->nm != '\0'; vfp++) { ^ diskvols.c: In function 'DiskVolsGetSpaceUsed': diskvols.c:888:26: warning: variable 'swapped' set but not used [-Wunused-but-set-variable] boolean_t localConnect, swapped = B_FALSE; ^~~~~~~ format.c: In function 'sam_format_print': format.c:739:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ nm_to_dev.c: In function 'nm_to_device': nm_to_dev.c:80:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ sblk_show.c: In function 'sam_sbversion_to_str': sblk_show.c:114:34: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (svp = _sb_version; svp->nm != '\0'; svp++) { ^~ sblk_show.c:114:26: note: did you mean to dereference the pointer? for (svp = _sb_version; svp->nm != '\0'; svp++) { ^ sblk_show.c: In function 'sam_fsck_stat_to_str': sblk_show.c:145:35: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (stp = _fsck_status; stp->nm != '\0'; stp++) { ^~ sblk_show.c:145:27: note: did you mean to dereference the pointer? for (stp = _fsck_status; stp->nm != '\0'; stp++) { ^ time_string.c: In function 'MinToStr': time_string.c:853:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (!leap_year(year - 1) && ~~~~~~~~~~~~~~~~~~~~~^~ (!leap_year(year) && (chgmonth >= 2)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ time_string.c:866:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (!leap_year(year - 1) && ~~~~~~~~~~~~~~~~~~~~~^~ (!leap_year(year) && (chgmonth >= 2)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tp_rearchive.c: In function 'sam_mig_rearchive': tp_rearchive.c:94:3: warning: value computed is not used [-Wunused-value] (void *) close(fd); ^~~~~~~~~~~~~~~~~~ tp_rearchive.c:161:2: warning: value computed is not used [-Wunused-value] (void *) close(fd); ^~~~~~~~~~~~~~~~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.a ln -s ../../../src/lib/samut/obj/SunOS_illumos-5a46911672_i386/libsamut.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.so ln -s ../../../src/lib/samut/obj/SunOS_illumos-5a46911672_i386/libsamut.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.a ln -s ../../../src/lib/samcat/obj/SunOS_illumos-5a46911672_i386/libsamcat.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.so ln -s ../../../src/lib/samcat/obj/SunOS_illumos-5a46911672_i386/libsamcat.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.so In file included from devstat.c:46:0: devstat.c: In function 'sam_devstat': ../../../include/aml/shm.h:73:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] NULL : ((void *)((char *)master_shm.shared_memory + (int)(x)))) ^ devstat.c:101:21: note: in expansion of macro 'SHM_REF_ADDR' dev = (dev_ent_t *)SHM_REF_ADDR(dev_tbl->d_ent[eq]); ^~~~~~~~~~~~ devstat.c: In function 'sam_ndevstat': ../../../include/aml/shm.h:73:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] NULL : ((void *)((char *)master_shm.shared_memory + (int)(x)))) ^ devstat.c:176:21: note: in expansion of macro 'SHM_REF_ADDR' dev = (dev_ent_t *)SHM_REF_ADDR(dev_tbl->d_ent[eq]); ^~~~~~~~~~~~ ../../../src/lib/samut/nm_to_dev.c: In function 'nm_to_device': ../../../src/lib/samut/nm_to_dev.c:80:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.a ln -s ../../../src/lib/sam/obj/SunOS_illumos-5a46911672_amd64/libsam.a ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.so ln -s ../../../src/lib/sam/obj/SunOS_illumos-5a46911672_amd64/libsam.so ../../../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsam.a ln -s ../../../src/lib/sam/obj/SunOS_illumos-5a46911672_i386/libsam.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsam.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsam.so ln -s ../../../src/lib/sam/obj/SunOS_illumos-5a46911672_i386/libsam.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsam.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.a ln -s ../../../src/lib/fsmdb/obj/SunOS_illumos-5a46911672_i386/libfsmdb.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so ln -s ../../../src/lib/fsmdb/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so In file included from dev_log.c:87:0: obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:2:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:2:2: note: (near initialization for 'GenMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:3:2: warning: braces around scalar initializer { "INQUIRE command failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:3:2: note: (near initialization for 'GenMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:4:2: warning: braces around scalar initializer { "Device is %s, %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:4:2: note: (near initialization for 'GenMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:5:2: warning: braces around scalar initializer { "Serial %s, rev %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:5:2: note: (near initialization for 'GenMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:6:2: warning: braces around scalar initializer { "Rev %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:6:2: note: (near initialization for 'GenMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:7:2: warning: braces around scalar initializer { "Known as %s(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:7:2: note: (near initialization for 'GenMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:8:2: warning: braces around scalar initializer { "Slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:8:2: note: (near initialization for 'GenMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:9:2: warning: braces around scalar initializer { "Checking ready" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:9:2: note: (near initialization for 'GenMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:10:2: warning: braces around scalar initializer { "Changing state to DOWN" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:10:2: note: (near initialization for 'GenMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:11:2: warning: braces around scalar initializer { "Changing state to OFF" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:11:2: note: (near initialization for 'GenMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:12:2: warning: braces around scalar initializer { "SCSI error: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:12:2: note: (near initialization for 'GenMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:13:2: warning: braces around scalar initializer { "Unknown device: Update /etc/opt/SUNWsamfs/inquiry.conf (see inquiry.conf(4))" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:13:2: note: (near initialization for 'GenMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:14:2: warning: braces around scalar initializer { "open(%s) failed errno = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:14:2: note: (near initialization for 'GenMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:15:2: warning: braces around scalar initializer { "Slot %d: Ready time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:15:2: note: (near initialization for 'GenMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:16:2: warning: braces around scalar initializer { "Wait becoming ready" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:16:2: note: (near initialization for 'GenMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:17:2: warning: braces around scalar initializer { "Delaying %d seconds for robot" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:17:2: note: (near initialization for 'GenMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:18:2: warning: braces around scalar initializer { "Device ready/spun down/unloaded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:18:2: note: (near initialization for 'GenMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:19:2: warning: braces around scalar initializer { "Attempt open(%s) %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:19:2: note: (near initialization for 'GenMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:20:2: warning: braces around scalar initializer { "fstat(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:20:2: note: (near initialization for 'GenMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:21:2: warning: braces around scalar initializer { "Opened fd = %d, path = %s, open count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:21:2: note: (near initialization for 'GenMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:22:2: warning: braces around scalar initializer { "Close %d, open count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:22:2: note: (near initialization for 'GenMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:23:2: warning: braces around scalar initializer { "scsi_cmd(%#x) entered without io_mutex" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:23:2: note: (near initialization for 'GenMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:24:2: warning: braces around scalar initializer { "scsi_cmd(%#x) entered with io_active" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:24:2: note: (near initialization for 'GenMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:25:2: warning: braces around scalar initializer { "scsi_cmd: EAGAIN" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:25:2: note: (near initialization for 'GenMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:26:2: warning: braces around scalar initializer { "scsi_cmd(%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:26:2: note: (near initialization for 'GenMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:27:2: warning: braces around scalar initializer { "Read log failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:27:2: note: (near initialization for 'GenMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:28:2: warning: braces around scalar initializer { "Could not lock door" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:28:2: note: (near initialization for 'GenMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:29:2: warning: braces around scalar initializer { "Unloaded and door unlocked" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:29:2: note: (near initialization for 'GenMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:30:2: warning: braces around scalar initializer { "Loading tape libraries for f-set %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:30:2: note: (near initialization for 'GenMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:31:2: warning: braces around scalar initializer { "Archiver not responding" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:31:2: note: (near initialization for 'GenMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:32:2: warning: braces around scalar initializer { "Message %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:32:2: note: (near initialization for 'GenMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:33:2: warning: braces around scalar initializer { "Not Migration Toolkit device" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:33:2: note: (near initialization for 'GenMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:34:2: warning: braces around scalar initializer { "Signal preview" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:34:2: note: (near initialization for 'GenMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:35:2: warning: braces around scalar initializer { "Unloaded and door unlocked" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:35:2: note: (near initialization for 'GenMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:36:2: warning: braces around scalar initializer { "Library device not present" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:36:2: note: (near initialization for 'GenMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:37:2: warning: braces around scalar initializer { "Not a library" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:37:2: note: (near initialization for 'GenMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:38:2: warning: braces around scalar initializer { "Attempt to label robotic device" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:38:2: note: (near initialization for 'GenMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:39:2: warning: braces around scalar initializer { "Attempt to label active device" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:39:2: note: (near initialization for 'GenMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:40:2: warning: braces around scalar initializer { "Attempt to label read only medium" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:40:2: note: (near initialization for 'GenMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:41:2: warning: braces around scalar initializer { "Medium already labeled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:41:2: note: (near initialization for 'GenMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:42:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:42:2: note: (near initialization for 'GenMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:43:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:43:2: note: (near initialization for 'GenMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:44:2: warning: braces around scalar initializer { "Device type mismatch mcf = %s, inq = %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:44:2: note: (near initialization for 'GenMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:45:2: warning: braces around scalar initializer { "Don't know about barcodes" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:45:2: note: (near initialization for 'GenMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:46:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:46:2: note: (near initialization for 'GenMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:47:2: warning: braces around scalar initializer { "Load: unknown device type %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:47:2: note: (near initialization for 'GenMsgs[45]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:48:2: warning: braces around scalar initializer { "Bad callback in mount_thread" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:48:2: note: (near initialization for 'GenMsgs[46]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:49:2: warning: braces around scalar initializer { "Load VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:49:2: note: (near initialization for 'GenMsgs[47]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:50:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:50:2: note: (near initialization for 'GenMsgs[48]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:51:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:51:2: note: (near initialization for 'GenMsgs[49]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:52:2: warning: braces around scalar initializer { "Open %s as %d, open count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:52:2: note: (near initialization for 'GenMsgs[50]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:53:2: warning: braces around scalar initializer { "close(%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:53:2: note: (near initialization for 'GenMsgs[51]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:54:2: warning: braces around scalar initializer { "close(%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:54:2: note: (near initialization for 'GenMsgs[52]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:55:2: warning: braces around scalar initializer { "Close %d, open count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:55:2: note: (near initialization for 'GenMsgs[53]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:56:2: warning: braces around scalar initializer { "Device has no active_io struct" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:56:2: note: (near initialization for 'GenMsgs[54]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:57:2: warning: braces around scalar initializer { "Already waiting/active" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:57:2: note: (near initialization for 'GenMsgs[55]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:58:2: warning: braces around scalar initializer { "File system call failed (FSMOUNT)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:58:2: note: (near initialization for 'GenMsgs[56]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:59:2: warning: braces around scalar initializer { "Load request canceled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:59:2: note: (near initialization for 'GenMsgs[57]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:60:2: warning: braces around scalar initializer { "Load error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:60:2: note: (near initialization for 'GenMsgs[58]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:61:2: warning: braces around scalar initializer { "Ready for data transfer" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:61:2: note: (near initialization for 'GenMsgs[59]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:62:2: warning: braces around scalar initializer { "SC_fsiocount failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:62:2: note: (near initialization for 'GenMsgs[60]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:63:2: warning: braces around scalar initializer { "%#x blocks transferred" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:63:2: note: (near initialization for 'GenMsgs[61]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:64:2: warning: braces around scalar initializer { "Waiting for response to timeout" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:64:2: note: (near initialization for 'GenMsgs[62]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:65:2: warning: braces around scalar initializer { "SC_fscancel enter: errno %d, oldio %#x, newio %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:65:2: note: (near initialization for 'GenMsgs[63]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:66:2: warning: braces around scalar initializer { "SC_fscancel" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:66:2: note: (near initialization for 'GenMsgs[64]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:67:2: warning: braces around scalar initializer { "Direct I/O timed out" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:67:2: note: (near initialization for 'GenMsgs[65]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:68:2: warning: braces around scalar initializer { "Wrote %lld bytes, time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:68:2: note: (near initialization for 'GenMsgs[66]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:69:2: warning: braces around scalar initializer { "Io_count: diff %d, count %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:69:2: note: (near initialization for 'GenMsgs[67]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:70:2: warning: braces around scalar initializer { "Io_count from %#x to %#x final %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:70:2: note: (near initialization for 'GenMsgs[68]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:71:2: warning: braces around scalar initializer { "Read %lld bytes, time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:71:2: note: (near initialization for 'GenMsgs[69]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:72:2: warning: braces around scalar initializer { "update_catalog_space: entry not set" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:72:2: note: (near initialization for 'GenMsgs[70]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:73:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:73:2: note: (near initialization for 'GenMsgs[71]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:74:2: warning: braces around scalar initializer { "Unable to open for stage" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:74:2: note: (near initialization for 'GenMsgs[72]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:75:2: warning: braces around scalar initializer { "syscall(SC_fsstage)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:75:2: note: (near initialization for 'GenMsgs[73]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:76:2: warning: braces around scalar initializer { "Unable to start close thread" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:76:2: note: (near initialization for 'GenMsgs[74]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:77:2: warning: braces around scalar initializer { "close() after stage time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:77:2: note: (near initialization for 'GenMsgs[75]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:78:2: warning: braces around scalar initializer { "** NOT USED ** Stage error reading removable media from slot %d: error %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:78:2: note: (near initialization for 'GenMsgs[76]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:79:2: warning: braces around scalar initializer { "Read error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:79:2: note: (near initialization for 'GenMsgs[77]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:80:2: warning: braces around scalar initializer { "Stage error, Checksum miscompare" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:80:2: note: (near initialization for 'GenMsgs[78]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:81:2: warning: braces around scalar initializer { "ioctl(F_SWRITE) inode %ld" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:81:2: note: (near initialization for 'GenMsgs[79]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:82:2: warning: braces around scalar initializer { "Swrite returned 0, cancel stage" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:82:2: note: (near initialization for 'GenMsgs[80]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:83:2: warning: braces around scalar initializer { "Error on inode(%d.%d) : Error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:83:2: note: (near initialization for 'GenMsgs[81]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:84:2: warning: braces around scalar initializer { "Staged %lld bytes, time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:84:2: note: (near initialization for 'GenMsgs[82]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:85:2: warning: braces around scalar initializer { "Start stage file thread" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:85:2: note: (near initialization for 'GenMsgs[83]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:86:2: warning: braces around scalar initializer { "Start stage file thread" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:86:2: note: (near initialization for 'GenMsgs[84]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:87:2: warning: braces around scalar initializer { "Start stage file thread" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:87:2: note: (near initialization for 'GenMsgs[85]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:88:2: warning: braces around scalar initializer { "mount_remote_stage failed, cleanup and exit" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:88:2: note: (near initialization for 'GenMsgs[86]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:89:2: warning: braces around scalar initializer { "Stage using %d buffers of %#x bytes" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:89:2: note: (near initialization for 'GenMsgs[87]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:90:2: warning: braces around scalar initializer { "Helper tid not zero: old %d, new %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:90:2: note: (near initialization for 'GenMsgs[88]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:91:2: warning: braces around scalar initializer { "Attempt to stage inode %d from re-labeled medium" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:91:2: note: (near initialization for 'GenMsgs[89]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:92:2: warning: braces around scalar initializer { "Stage request for %d:%d.%d canceled by fs" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:92:2: note: (near initialization for 'GenMsgs[90]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:93:2: warning: braces around scalar initializer { "Sent RMT_SAM_DONE" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:93:2: note: (near initialization for 'GenMsgs[91]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:94:2: warning: braces around scalar initializer { "io tid != 0" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:94:2: note: (near initialization for 'GenMsgs[92]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:95:2: warning: braces around scalar initializer { "Stage File Reader Start" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:95:2: note: (near initialization for 'GenMsgs[93]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:96:2: warning: braces around scalar initializer { "PDU size %#llx is not a power of two" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:96:2: note: (near initialization for 'GenMsgs[94]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:97:2: warning: braces around scalar initializer { "Buffer size %d is not a multiple of sector size" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:97:2: note: (near initialization for 'GenMsgs[95]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:98:2: warning: braces around scalar initializer { "Next read : Data left %#llx PDU size %#llx req len %#llx pos %#x buf idx %d size adjust %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:98:2: note: (near initialization for 'GenMsgs[96]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:99:2: warning: braces around scalar initializer { "Recoverable error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:99:2: note: (near initialization for 'GenMsgs[97]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:100:2: warning: braces around scalar initializer { "Staging error(key=%#x): premature EOF on read (%#llx of %#llx bytes not read for this file)(pda-%#llx)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:100:2: note: (near initialization for 'GenMsgs[98]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:101:2: warning: braces around scalar initializer { "Blank check on read" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:101:2: note: (near initialization for 'GenMsgs[99]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:102:2: warning: braces around scalar initializer { "Read error: medium error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:102:2: note: (near initialization for 'GenMsgs[100]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:103:2: warning: braces around scalar initializer { "Stage Reader exit" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:103:2: note: (near initialization for 'GenMsgs[101]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:104:2: warning: braces around scalar initializer { "Unknown media type %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:104:2: note: (near initialization for 'GenMsgs[102]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:105:2: warning: braces around scalar initializer { "Head of stage list-NULL" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:105:2: note: (near initialization for 'GenMsgs[103]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:106:2: warning: braces around scalar initializer { "Stage position == 0" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:106:2: note: (near initialization for 'GenMsgs[104]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:107:2: warning: braces around scalar initializer { "Stage READER (inode %d.%d) POS %llx: archive header is not valid" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:107:2: note: (near initialization for 'GenMsgs[105]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:108:2: warning: braces around scalar initializer { "Helper shutdown" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:108:2: note: (near initialization for 'GenMsgs[106]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:109:2: warning: braces around scalar initializer { "Helper tid %d != %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:109:2: note: (near initialization for 'GenMsgs[107]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:110:2: warning: braces around scalar initializer { "Shutdown stage reader" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:110:2: note: (near initialization for 'GenMsgs[108]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:111:2: warning: braces around scalar initializer { "Append stage list (%#x, %#x) (%#x, %#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:111:2: note: (near initialization for 'GenMsgs[109]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:112:2: warning: braces around scalar initializer { "Add at the end (%#x, %#x) (%#x, %#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:112:2: note: (near initialization for 'GenMsgs[110]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:113:2: warning: braces around scalar initializer { "Staged Write Top : size %#llx, file_size %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:113:2: note: (near initialization for 'GenMsgs[111]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:114:2: warning: braces around scalar initializer { "Cancel detected in request" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:114:2: note: (near initialization for 'GenMsgs[112]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:115:2: warning: braces around scalar initializer { "Stage Writer Request Start : Buffer(%d):s:%#x, e:%#x, p:%#x, l:%#x, o:%#x, ds:%#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:115:2: note: (near initialization for 'GenMsgs[113]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:116:2: warning: braces around scalar initializer { "sw o:%#llx, i:%#x, s:%#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:116:2: note: (near initialization for 'GenMsgs[114]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:117:2: warning: braces around scalar initializer { "Cancel detected while writing inode %ld" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:117:2: note: (near initialization for 'GenMsgs[115]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:118:2: warning: braces around scalar initializer { "Cancel detected in request inode %ld/" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:118:2: note: (near initialization for 'GenMsgs[116]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:119:2: warning: braces around scalar initializer { "close(%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:119:2: note: (near initialization for 'GenMsgs[117]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:120:2: warning: braces around scalar initializer { "Changing state to ON" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:120:2: note: (near initialization for 'GenMsgs[118]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:121:2: warning: braces around scalar initializer { "Spin unit [%d] containing slot %d fails: error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:121:2: note: (near initialization for 'GenMsgs[119]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:122:2: warning: braces around scalar initializer { "Start Stage : File size %#llx adjustments %#llx %#llx pdu %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:122:2: note: (near initialization for 'GenMsgs[120]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:123:2: warning: braces around scalar initializer { "Read Complete : %d bytes for request of %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:123:2: note: (near initialization for 'GenMsgs[121]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:124:2: warning: braces around scalar initializer { "Adjust buffer %#llx buffer size %d pdu %#llx req len %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:124:2: note: (near initialization for 'GenMsgs[122]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:125:2: warning: braces around scalar initializer { "New position %x adjust %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:125:2: note: (near initialization for 'GenMsgs[123]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:126:2: warning: braces around scalar initializer { "Reader Pass done : Total %#llx pda %#llx offset %#llx size %d adjust %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:126:2: note: (near initialization for 'GenMsgs[124]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:127:2: warning: braces around scalar initializer { "Reader Start Pass : data left %#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:127:2: note: (near initialization for 'GenMsgs[125]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:128:2: warning: braces around scalar initializer { "Read Complete (<=0) : %d bytes for request of %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:128:2: note: (near initialization for 'GenMsgs[126]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:129:2: warning: braces around scalar initializer { "Recoverable : key %#x now %#x next %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:129:2: note: (near initialization for 'GenMsgs[127]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:130:2: warning: braces around scalar initializer { "Log error %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:130:2: note: (near initialization for 'GenMsgs[128]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:131:2: warning: braces around scalar initializer { "Log error %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:131:2: note: (near initialization for 'GenMsgs[129]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:132:2: warning: braces around scalar initializer { "Stage Writer Complete for %d:%d.%d " }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:132:2: note: (near initialization for 'GenMsgs[130]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:133:2: warning: braces around scalar initializer { "Calculate checksum" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:133:2: note: (near initialization for 'GenMsgs[131]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:134:2: warning: braces around scalar initializer { "Log error %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:134:2: note: (near initialization for 'GenMsgs[132]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:135:2: warning: braces around scalar initializer { "VSN %s: Stage error: Checksum miscompare:%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:135:2: note: (near initialization for 'GenMsgs[133]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:136:2: warning: braces around scalar initializer { "Ino:CPOS:%#llx PDU:%#llx IPOS:%#x IFO:%x VSN:%s CP:%d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:136:2: note: (near initialization for 'GenMsgs[134]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:137:2: warning: braces around scalar initializer { "couldn't stat %s, inode %#x, errno: %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:137:2: note: (near initialization for 'GenMsgs[135]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:138:2: warning: braces around scalar initializer { "could not open %s, errno: %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:138:2: note: (near initialization for 'GenMsgs[136]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:139:2: warning: braces around scalar initializer { "could not find mount point eq %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:139:2: note: (near initialization for 'GenMsgs[137]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:140:2: warning: braces around scalar initializer { "Stage WRITER (inode %d.%d) POS %llx: archive header is not valid" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:140:2: note: (near initialization for 'GenMsgs[138]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:141:2: warning: braces around scalar initializer { "Stage READER (inode %d.%d): cur:%llx, expected %llx != tape %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:141:2: note: (near initialization for 'GenMsgs[139]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:142:2: warning: braces around scalar initializer { "Stage READER (inode %d.%d): Rewind, reposition, and retry stage" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:142:2: note: (near initialization for 'GenMsgs[140]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:143:2: warning: braces around scalar initializer { "%08x %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:143:2: note: (near initialization for 'GenMsgs[141]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:144:2: warning: braces around scalar initializer { "Stage READER (inode %d.%d) POS %llx: archive header not at end of file" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:144:2: note: (near initialization for 'GenMsgs[142]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:145:2: warning: braces around scalar initializer { "Stage READER (inode %d.%d): Reposition, and retry stage" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:145:2: note: (near initialization for 'GenMsgs[143]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:146:2: warning: braces around scalar initializer { "Stage Position: %02d: %08x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:146:2: note: (near initialization for 'GenMsgs[144]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:147:2: warning: braces around scalar initializer { "Locate Position to %llx (inode %d.%d); Start = %llx; Tape position is %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:147:2: note: (near initialization for 'GenMsgs[145]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:148:2: warning: braces around scalar initializer { "%d:tr=%d,POS:%llx data_left:%#llx pdu:%#llx req_len:%#llx bi:%d sz_adj:%#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:148:2: note: (near initialization for 'GenMsgs[146]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:149:2: warning: braces around scalar initializer { "%d:Buf%d%cv:%d sz:%x rsz:%x dat_sz:%x off:%x pos:%x lpda:%x err:%d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:149:2: note: (near initialization for 'GenMsgs[147]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:150:2: warning: braces around scalar initializer { "Read Position error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:150:2: note: (near initialization for 'GenMsgs[148]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:151:2: warning: braces around scalar initializer { "Tape not at expected position %llx, at %x. Position tape before first read." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:151:2: note: (near initialization for 'GenMsgs[149]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:152:2: warning: braces around scalar initializer { "Slot %d switched to write-protected since last mounted." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:152:2: note: (near initialization for 'GenMsgs[150]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:153:2: warning: braces around scalar initializer { "Failed to open the path %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:153:2: note: (near initialization for 'GenMsgs[151]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:154:2: warning: braces around scalar initializer { "Opened in read-write mode: fd = %d, path = %s, open count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:154:2: note: (near initialization for 'GenMsgs[152]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:155:2: warning: braces around scalar initializer { "Opened in read-only mode: fd = %d, path = %s, open count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:155:2: note: (near initialization for 'GenMsgs[153]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:156:2: warning: braces around scalar initializer { "Perform Test Unit Ready (TUR): Slot %d: Starting TUR" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:156:2: note: (near initialization for 'GenMsgs[154]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:157:2: warning: braces around scalar initializer { "Ready time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:157:2: note: (near initialization for 'GenMsgs[155]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:158:2: warning: braces around scalar initializer { "Spin unit [%d] fails: error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:158:2: note: (near initialization for 'GenMsgs[156]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:159:2: warning: braces around scalar initializer { "Perform Test Unit Ready (TUR): Starting TUR" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:159:2: note: (near initialization for 'GenMsgs[157]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:160:2: warning: braces around scalar initializer { "Stage error reading removable media error %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:160:2: note: (near initialization for 'GenMsgs[158]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:161:2: warning: braces around scalar initializer { "Std inquiry adr16 %d, multip %d, wbus16 %d, sync %d, clk %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:161:2: note: (near initialization for 'GenMsgs[159]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:162:2: warning: braces around scalar initializer { "WWN %s, type %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:162:2: note: (near initialization for 'GenMsgs[160]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:163:2: warning: braces around scalar initializer { "Port id %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:163:2: note: (near initialization for 'GenMsgs[161]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:164:2: warning: braces around scalar initializer { "Lun protocol %x (%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:164:2: note: (near initialization for 'GenMsgs[162]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:165:2: warning: braces around scalar initializer { "Port protocol %x (%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:165:2: note: (near initialization for 'GenMsgs[163]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:166:2: warning: braces around scalar initializer { "Inquiry on %s: expect len > %d or len == %d, got %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:166:2: note: (near initialization for 'GenMsgs[164]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:167:2: warning: braces around scalar initializer { "Inquiry failed on %s: shared %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:167:2: note: (near initialization for 'GenMsgs[165]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:168:2: warning: braces around scalar initializer { "(%d) Inquiry result on open %s fd %d error %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:168:2: note: (near initialization for 'GenMsgs[166]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:169:2: warning: braces around scalar initializer { "Inquiry reuse on open %s fd %d " }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:169:2: note: (near initialization for 'GenMsgs[167]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:172:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:172:2: note: (near initialization for 'OpticMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:173:2: warning: braces around scalar initializer { "Erase started" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:173:2: note: (near initialization for 'OpticMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:174:2: warning: braces around scalar initializer { "Erase failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:174:2: note: (near initialization for 'OpticMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:175:2: warning: braces around scalar initializer { "Write second anchor failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:175:2: note: (near initialization for 'OpticMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:176:2: warning: braces around scalar initializer { "Writing anchor %d at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:176:2: note: (near initialization for 'OpticMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:177:2: warning: braces around scalar initializer { "Write anchor failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:177:2: note: (near initialization for 'OpticMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:178:2: warning: braces around scalar initializer { "Read anchor %d at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:178:2: note: (near initialization for 'OpticMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:179:2: warning: braces around scalar initializer { "Read anchor %d failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:179:2: note: (near initialization for 'OpticMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:180:2: warning: braces around scalar initializer { "Write volume descriptor block %d at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:180:2: note: (near initialization for 'OpticMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:181:2: warning: braces around scalar initializer { "Write volume descriptor block %d failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:181:2: note: (near initialization for 'OpticMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:182:2: warning: braces around scalar initializer { "Write volume label %d at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:182:2: note: (near initialization for 'OpticMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:183:2: warning: braces around scalar initializer { "Write volume label %d failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:183:2: note: (near initialization for 'OpticMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:184:2: warning: braces around scalar initializer { "Determine capacity" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:184:2: note: (near initialization for 'OpticMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:185:2: warning: braces around scalar initializer { "Read capacity - retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:185:2: note: (near initialization for 'OpticMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:186:2: warning: braces around scalar initializer { "Read capacity failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:186:2: note: (near initialization for 'OpticMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:187:2: warning: braces around scalar initializer { "Mode sense failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:187:2: note: (near initialization for 'OpticMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:188:2: warning: braces around scalar initializer { "Medium type 0 returned" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:188:2: note: (near initialization for 'OpticMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:189:2: warning: braces around scalar initializer { "Invalid medium" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:189:2: note: (near initialization for 'OpticMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:190:2: warning: braces around scalar initializer { "%d byte sector not supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:190:2: note: (near initialization for 'OpticMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:191:2: warning: braces around scalar initializer { "Medium type %#x, capacity %lld, sector size %d, write protect %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:191:2: note: (near initialization for 'OpticMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:192:2: warning: braces around scalar initializer { "Read anchor sector - retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:192:2: note: (near initialization for 'OpticMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:193:2: warning: braces around scalar initializer { "Read label failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:193:2: note: (near initialization for 'OpticMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:194:2: warning: braces around scalar initializer { "Setting range %#llx-%#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:194:2: note: (near initialization for 'OpticMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:195:2: warning: braces around scalar initializer { "Read ANSI label failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:195:2: note: (near initialization for 'OpticMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:196:2: warning: braces around scalar initializer { "Label %s %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:196:2: note: (near initialization for 'OpticMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:197:2: warning: braces around scalar initializer { "Read PTOC medium error - retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:197:2: note: (near initialization for 'OpticMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:198:2: warning: braces around scalar initializer { "ptoc fwa invalid %#x, should be 0x100 < loc < %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:198:2: note: (near initialization for 'OpticMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:199:2: warning: braces around scalar initializer { "Read PTOC - retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:199:2: note: (near initialization for 'OpticMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:200:2: warning: braces around scalar initializer { "Search for PTOC" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:200:2: note: (near initialization for 'OpticMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:201:2: warning: braces around scalar initializer { "Label not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:201:2: note: (near initialization for 'OpticMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:202:2: warning: braces around scalar initializer { "Scanning read failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:202:2: note: (near initialization for 'OpticMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:203:2: warning: braces around scalar initializer { "Locating lower bound failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:203:2: note: (near initialization for 'OpticMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:204:2: warning: braces around scalar initializer { "Searching for PTOC failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:204:2: note: (near initialization for 'OpticMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:205:2: warning: braces around scalar initializer { "Find first label sector failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:205:2: note: (near initialization for 'OpticMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:206:2: warning: braces around scalar initializer { "Read eof sector failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:206:2: note: (near initialization for 'OpticMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:207:2: warning: braces around scalar initializer { "close(%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:207:2: note: (near initialization for 'OpticMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:208:2: warning: braces around scalar initializer { "Label verify error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:208:2: note: (near initialization for 'OpticMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:209:2: warning: braces around scalar initializer { "Unable to read old labels" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:209:2: note: (near initialization for 'OpticMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:210:2: warning: braces around scalar initializer { "Old label not ANSI" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:210:2: note: (near initialization for 'OpticMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:211:2: warning: braces around scalar initializer { "Unable to label" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:211:2: note: (near initialization for 'OpticMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:212:2: warning: braces around scalar initializer { "Medium error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:212:2: note: (near initialization for 'OpticMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:213:2: warning: braces around scalar initializer { "Device error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:213:2: note: (near initialization for 'OpticMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:214:2: warning: braces around scalar initializer { "Missing EOF: %s, %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:214:2: note: (near initialization for 'OpticMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:215:2: warning: braces around scalar initializer { "Unable to write cur_ptoc_fwa" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:215:2: note: (near initialization for 'OpticMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:216:2: warning: braces around scalar initializer { "Label scan failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:216:2: note: (near initialization for 'OpticMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:217:2: warning: braces around scalar initializer { "Spinup time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:217:2: note: (near initialization for 'OpticMsgs[45]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:218:2: warning: braces around scalar initializer { "Unload time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:218:2: note: (near initialization for 'OpticMsgs[46]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:219:2: warning: braces around scalar initializer { "Begin write label, VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:219:2: note: (near initialization for 'OpticMsgs[47]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:220:2: warning: braces around scalar initializer { "Error reading old labels" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:220:2: note: (near initialization for 'OpticMsgs[48]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:221:2: warning: braces around scalar initializer { "ioctl(SAMSTIOC_RANGE) failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:221:2: note: (near initialization for 'OpticMsgs[49]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:222:2: warning: braces around scalar initializer { "Error during label scan" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:222:2: note: (near initialization for 'OpticMsgs[50]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:223:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:223:2: note: (near initialization for 'OpticMsgs[51]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:224:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:224:2: note: (near initialization for 'OpticMsgs[52]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:225:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:225:2: note: (near initialization for 'OpticMsgs[53]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:226:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:226:2: note: (near initialization for 'OpticMsgs[54]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:227:2: warning: braces around scalar initializer { "Setting range %#llx-%#llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:227:2: note: (near initialization for 'OpticMsgs[55]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:228:2: warning: braces around scalar initializer { "ioctl(%s, SAMSTIOC_RANGE) failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:228:2: note: (near initialization for 'OpticMsgs[56]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:229:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:229:2: note: (near initialization for 'OpticMsgs[57]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:230:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:230:2: note: (near initialization for 'OpticMsgs[58]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:231:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:231:2: note: (near initialization for 'OpticMsgs[59]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:232:2: warning: braces around scalar initializer { "Read volume label %d at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:232:2: note: (near initialization for 'OpticMsgs[60]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:233:2: warning: braces around scalar initializer { "Read volume label %d failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:233:2: note: (near initialization for 'OpticMsgs[61]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:234:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:234:2: note: (near initialization for 'OpticMsgs[62]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:235:2: warning: braces around scalar initializer { "Write PTOC value %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:235:2: note: (near initialization for 'OpticMsgs[63]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:236:2: warning: braces around scalar initializer { "Clear PTOC failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:236:2: note: (near initialization for 'OpticMsgs[64]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:237:2: warning: braces around scalar initializer { "Read PTOC at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:237:2: note: (near initialization for 'OpticMsgs[65]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:238:2: warning: braces around scalar initializer { "Read PTOC failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:238:2: note: (near initialization for 'OpticMsgs[66]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:239:2: warning: braces around scalar initializer { "Read PTOC value %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:239:2: note: (near initialization for 'OpticMsgs[67]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:240:2: warning: braces around scalar initializer { "PTOC fwa %#lx less than lwa %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:240:2: note: (near initialization for 'OpticMsgs[68]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:241:2: warning: braces around scalar initializer { "PTOC lwa value %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:241:2: note: (near initialization for 'OpticMsgs[69]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:242:2: warning: braces around scalar initializer { "Write optical EOF at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:242:2: note: (near initialization for 'OpticMsgs[70]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:243:2: warning: braces around scalar initializer { "Write optical EOF failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:243:2: note: (near initialization for 'OpticMsgs[71]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:244:2: warning: braces around scalar initializer { "Read optical EOF at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:244:2: note: (near initialization for 'OpticMsgs[72]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:245:2: warning: braces around scalar initializer { "Optical EOF found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:245:2: note: (near initialization for 'OpticMsgs[73]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:246:2: warning: braces around scalar initializer { "Read optical BOF at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:246:2: note: (near initialization for 'OpticMsgs[74]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:247:2: warning: braces around scalar initializer { "Optical BOF found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:247:2: note: (near initialization for 'OpticMsgs[75]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:248:2: warning: braces around scalar initializer { "Space remaining %ld, Capacity %ld" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:248:2: note: (near initialization for 'OpticMsgs[76]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:249:2: warning: braces around scalar initializer { "Optical BOF corrupted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:249:2: note: (near initialization for 'OpticMsgs[77]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:250:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:250:2: note: (near initialization for 'OpticMsgs[78]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:251:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:251:2: note: (near initialization for 'OpticMsgs[79]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:252:2: warning: braces around scalar initializer { "Setting optical driver block size to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:252:2: note: (near initialization for 'OpticMsgs[80]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:253:2: warning: braces around scalar initializer { "ioctl(SAMSTIOC_SETBLK) failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:253:2: note: (near initialization for 'OpticMsgs[81]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:254:2: warning: braces around scalar initializer { "Write optical BOF at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:254:2: note: (near initialization for 'OpticMsgs[82]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:255:2: warning: braces around scalar initializer { "Write optical BOF failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:255:2: note: (near initialization for 'OpticMsgs[83]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:256:2: warning: braces around scalar initializer { "Read BOF/EOF data at %#lx for %d bytes" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:256:2: note: (near initialization for 'OpticMsgs[84]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:257:2: warning: braces around scalar initializer { "EOF detection: EO found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:257:2: note: (near initialization for 'OpticMsgs[85]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:258:2: warning: braces around scalar initializer { "Sector size %d, label size %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:258:2: note: (near initialization for 'OpticMsgs[86]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:259:2: warning: braces around scalar initializer { "Write optical BOF/EOF at %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:259:2: note: (near initialization for 'OpticMsgs[87]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:260:2: warning: braces around scalar initializer { "Write optical BOF/EOF failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:260:2: note: (near initialization for 'OpticMsgs[88]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:261:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:261:2: note: (near initialization for 'OpticMsgs[89]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:262:2: warning: braces around scalar initializer { "Next file FWA %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:262:2: note: (near initialization for 'OpticMsgs[90]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:263:2: warning: braces around scalar initializer { "Setting file start position to %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:263:2: note: (near initialization for 'OpticMsgs[91]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:264:2: warning: braces around scalar initializer { "Next file FWA %#lx larger than PTOC %#lx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:264:2: note: (near initialization for 'OpticMsgs[92]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:265:2: warning: braces around scalar initializer { "EOF not found, skipping unclosed file entry" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:265:2: note: (near initialization for 'OpticMsgs[93]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:266:2: warning: braces around scalar initializer { "Using archive label PDA for PTOC" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:266:2: note: (near initialization for 'OpticMsgs[94]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:267:2: warning: braces around scalar initializer { "Partial read error, requested %d, received %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:267:2: note: (near initialization for 'OpticMsgs[95]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:268:2: warning: braces around scalar initializer { "Short read on sector data (sectors read %d, needed at least %d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:268:2: note: (near initialization for 'OpticMsgs[96]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:269:2: warning: braces around scalar initializer { "Relabeling media" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:269:2: note: (near initialization for 'OpticMsgs[97]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:270:2: warning: braces around scalar initializer { "Relabeling WORM media not allowed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:270:2: note: (near initialization for 'OpticMsgs[98]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:271:2: warning: braces around scalar initializer { "Cleaning up unclosed file" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:271:2: note: (near initialization for 'OpticMsgs[99]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:272:2: warning: braces around scalar initializer { "Verifying optical media starting at %#lx for %d sectors" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:272:2: note: (near initialization for 'OpticMsgs[100]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:273:2: warning: braces around scalar initializer { "Unable to update catalog for relabel: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:273:2: note: (near initialization for 'OpticMsgs[101]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:274:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:274:2: note: (near initialization for 'OpticMsgs[102]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:275:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:275:2: note: (near initialization for 'OpticMsgs[103]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:276:2: warning: braces around scalar initializer { "Inquiry device id parse %d %d %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:276:2: note: (near initialization for 'OpticMsgs[104]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:279:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:279:2: note: (near initialization for 'TapeMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:280:2: warning: braces around scalar initializer { "mt_erreg = %#x [%s]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:280:2: note: (near initialization for 'TapeMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:281:2: warning: braces around scalar initializer { "device status is SUN_KEY_EOT(%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:281:2: note: (near initialization for 'TapeMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:282:2: warning: braces around scalar initializer { "Label %s %s blocksize = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:282:2: note: (near initialization for 'TapeMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:283:2: warning: braces around scalar initializer { "Starting erase" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:283:2: note: (near initialization for 'TapeMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:284:2: warning: braces around scalar initializer { "Write labels failed, count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:284:2: note: (near initialization for 'TapeMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:285:2: warning: braces around scalar initializer { "Unable to get status: Old VSN %s, New VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:285:2: note: (near initialization for 'TapeMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:286:2: warning: braces around scalar initializer { "Status: dsreg %#x, erreg %#x, resid %#x, fileno %#x, blkno %#x, flags %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:286:2: note: (near initialization for 'TapeMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:287:2: warning: braces around scalar initializer { "re-open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:287:2: note: (near initialization for 'TapeMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:288:2: warning: braces around scalar initializer { "Unable to label" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:288:2: note: (near initialization for 'TapeMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:289:2: warning: braces around scalar initializer { "Unable to rewind" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:289:2: note: (near initialization for 'TapeMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:290:2: warning: braces around scalar initializer { "Unable to label: Old VSN %s, New VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:290:2: note: (near initialization for 'TapeMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:291:2: warning: braces around scalar initializer { "Unable to rewind" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:291:2: note: (near initialization for 'TapeMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:292:2: warning: braces around scalar initializer { "Unable to write file" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:292:2: note: (near initialization for 'TapeMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:293:2: warning: braces around scalar initializer { "Unable to rewind" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:293:2: note: (near initialization for 'TapeMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:294:2: warning: braces around scalar initializer { "Write label - rewinding" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:294:2: note: (near initialization for 'TapeMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:295:2: warning: braces around scalar initializer { "Unable to rewind: Old VSN %s, New VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:295:2: note: (near initialization for 'TapeMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:296:2: warning: braces around scalar initializer { "Unable to erase" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:296:2: note: (near initialization for 'TapeMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:297:2: warning: braces around scalar initializer { "Write label - rewinding" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:297:2: note: (near initialization for 'TapeMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:298:2: warning: braces around scalar initializer { "Unable to rewind: Old VSN %s, New VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:298:2: note: (near initialization for 'TapeMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:299:2: warning: braces around scalar initializer { "re-open(%s): Old VSN %s, New VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:299:2: note: (near initialization for 'TapeMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:300:2: warning: braces around scalar initializer { "Writing labels" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:300:2: note: (near initialization for 'TapeMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:301:2: warning: braces around scalar initializer { "Writing labels - vol1" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:301:2: note: (near initialization for 'TapeMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:302:2: warning: braces around scalar initializer { "Writing labels - hdr1" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:302:2: note: (near initialization for 'TapeMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:303:2: warning: braces around scalar initializer { "Writing labels - hdr2" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:303:2: note: (near initialization for 'TapeMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:304:2: warning: braces around scalar initializer { "Unable to rewind" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:304:2: note: (near initialization for 'TapeMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:305:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:305:2: note: (near initialization for 'TapeMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:306:2: warning: braces around scalar initializer { "Unknown device type %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:306:2: note: (near initialization for 'TapeMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:307:2: warning: braces around scalar initializer { "Slot %d: Recovery needed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:307:2: note: (near initialization for 'TapeMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:308:2: warning: braces around scalar initializer { "Slot %d: Recovery failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:308:2: note: (near initialization for 'TapeMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:309:2: warning: braces around scalar initializer { "Slot %d: Recovery time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:309:2: note: (near initialization for 'TapeMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:310:2: warning: braces around scalar initializer { "Rewind time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:310:2: note: (near initialization for 'TapeMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:311:2: warning: braces around scalar initializer { "Drive containing slot %d did not become ready" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:311:2: note: (near initialization for 'TapeMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:312:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:312:2: note: (near initialization for 'TapeMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:313:2: warning: braces around scalar initializer { "Setting compression" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:313:2: note: (near initialization for 'TapeMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:314:2: warning: braces around scalar initializer { "Compression set" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:314:2: note: (near initialization for 'TapeMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:315:2: warning: braces around scalar initializer { "Compression not set: %s failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:315:2: note: (near initialization for 'TapeMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:316:2: warning: braces around scalar initializer { "Skip to EOD failed, trying recovery" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:316:2: note: (near initialization for 'TapeMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:317:2: warning: braces around scalar initializer { "Possible bus reset" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:317:2: note: (near initialization for 'TapeMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:318:2: warning: braces around scalar initializer { "open(%s) failed, retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:318:2: note: (near initialization for 'TapeMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:319:2: warning: braces around scalar initializer { "Unable to open (%d) or skip to EOM (%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:319:2: note: (near initialization for 'TapeMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:320:2: warning: braces around scalar initializer { "Unable to read position" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:320:2: note: (near initialization for 'TapeMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:321:2: warning: braces around scalar initializer { "Positioned to %#x after reset" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:321:2: note: (near initialization for 'TapeMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:322:2: warning: braces around scalar initializer { "Impossible position - %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:322:2: note: (near initialization for 'TapeMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:323:2: warning: braces around scalar initializer { "Bad medium" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:323:2: note: (near initialization for 'TapeMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:324:2: warning: braces around scalar initializer { "Nothing written on tape" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:324:2: note: (near initialization for 'TapeMsgs[45]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:325:2: warning: braces around scalar initializer { "Writing EO%c at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:325:2: note: (near initialization for 'TapeMsgs[46]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:326:2: warning: braces around scalar initializer { "Unexpected tape position (%d-0x%x), labels will not be written" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:326:2: note: (near initialization for 'TapeMsgs[47]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:327:2: warning: braces around scalar initializer { "EOT detected, rewinding" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:327:2: note: (near initialization for 'TapeMsgs[48]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:328:2: warning: braces around scalar initializer { "Unable to create EOF at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:328:2: note: (near initialization for 'TapeMsgs[49]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:329:2: warning: braces around scalar initializer { "Skip-eod-F time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:329:2: note: (near initialization for 'TapeMsgs[50]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:330:2: warning: braces around scalar initializer { "Rewind time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:330:2: note: (near initialization for 'TapeMsgs[51]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:331:2: warning: braces around scalar initializer { "Skip-eod-F time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:331:2: note: (near initialization for 'TapeMsgs[52]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:332:2: warning: braces around scalar initializer { "Unable to position to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:332:2: note: (near initialization for 'TapeMsgs[53]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:333:2: warning: braces around scalar initializer { "Skip to EOD time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:333:2: note: (near initialization for 'TapeMsgs[54]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:334:2: warning: braces around scalar initializer { "Skip to EOD time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:334:2: note: (near initialization for 'TapeMsgs[55]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:335:2: warning: braces around scalar initializer { "EOD at position %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:335:2: note: (near initialization for 'TapeMsgs[56]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:336:2: warning: braces around scalar initializer { "No space left on tape" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:336:2: note: (near initialization for 'TapeMsgs[57]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:337:2: warning: braces around scalar initializer { "Position error: wanted %#x, got %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:337:2: note: (near initialization for 'TapeMsgs[58]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:338:2: warning: braces around scalar initializer { "append_tape: Found EOF1 at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:338:2: note: (near initialization for 'TapeMsgs[59]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:339:2: warning: braces around scalar initializer { "append_tape: Found EOV1 at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:339:2: note: (near initialization for 'TapeMsgs[60]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:340:2: warning: braces around scalar initializer { "Medium error: No space left" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:340:2: note: (near initialization for 'TapeMsgs[61]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:341:2: warning: braces around scalar initializer { "append_tape: EOF1 not found at %#x [%d, %d, %d, %#x, %#x, %#x, %#x, %#x]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:341:2: note: (near initialization for 'TapeMsgs[62]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:342:2: warning: braces around scalar initializer { "append_tape: Unable to position to %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:342:2: note: (near initialization for 'TapeMsgs[63]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:343:2: warning: braces around scalar initializer { "BSR failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:343:2: note: (near initialization for 'TapeMsgs[64]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:344:2: warning: braces around scalar initializer { "BSF failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:344:2: note: (near initialization for 'TapeMsgs[65]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:345:2: warning: braces around scalar initializer { "Positioning time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:345:2: note: (near initialization for 'TapeMsgs[66]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:346:2: warning: braces around scalar initializer { "Positioning error to %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:346:2: note: (near initialization for 'TapeMsgs[67]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:347:2: warning: braces around scalar initializer { "Position from %#x to %#x: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:347:2: note: (near initialization for 'TapeMsgs[68]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:348:2: warning: braces around scalar initializer { "Begin write label, VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:348:2: note: (near initialization for 'TapeMsgs[69]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:349:2: warning: braces around scalar initializer { "Find EOD - skip to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:349:2: note: (near initialization for 'TapeMsgs[70]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:350:2: warning: braces around scalar initializer { "Skip to EOD time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:350:2: note: (near initialization for 'TapeMsgs[71]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:351:2: warning: braces around scalar initializer { "Rewind time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:351:2: note: (near initialization for 'TapeMsgs[72]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:352:2: warning: braces around scalar initializer { "EOD position bad, searching for EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:352:2: note: (near initialization for 'TapeMsgs[73]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:353:2: warning: braces around scalar initializer { "EOD unknown, searching for EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:353:2: note: (near initialization for 'TapeMsgs[74]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:354:2: warning: braces around scalar initializer { "Skip to EOD time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:354:2: note: (near initialization for 'TapeMsgs[75]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:355:2: warning: braces around scalar initializer { "Unable to position to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:355:2: note: (near initialization for 'TapeMsgs[76]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:356:2: warning: braces around scalar initializer { "Capacity at EOD returned as 0" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:356:2: note: (near initialization for 'TapeMsgs[77]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:357:2: warning: braces around scalar initializer { "Finding EOD - backspace at EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:357:2: note: (near initialization for 'TapeMsgs[78]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:358:2: warning: braces around scalar initializer { "Find EOD-No tape mark at EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:358:2: note: (near initialization for 'TapeMsgs[79]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:359:2: warning: braces around scalar initializer { "Position at EOD is %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:359:2: note: (near initialization for 'TapeMsgs[80]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:360:2: warning: braces around scalar initializer { "Unable write tape mark at EOD [status %d errno %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:360:2: note: (near initialization for 'TapeMsgs[81]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:361:2: warning: braces around scalar initializer { "Finding EOD - BSF at EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:361:2: note: (near initialization for 'TapeMsgs[82]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:362:2: warning: braces around scalar initializer { "Did not become ready: Error %d, Old VSN %s, New VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:362:2: note: (near initialization for 'TapeMsgs[83]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:363:2: warning: braces around scalar initializer { "Waiting for ready: retrys %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:363:2: note: (near initialization for 'TapeMsgs[84]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:364:2: warning: braces around scalar initializer { "Append pos %#x, curr %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:364:2: note: (near initialization for 'TapeMsgs[85]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:365:2: warning: braces around scalar initializer { "New current %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:365:2: note: (near initialization for 'TapeMsgs[86]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:366:2: warning: braces around scalar initializer { "Position error: wanted %#x, got %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:366:2: note: (near initialization for 'TapeMsgs[87]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:367:2: warning: braces around scalar initializer { "Rewind failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:367:2: note: (near initialization for 'TapeMsgs[88]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:368:2: warning: braces around scalar initializer { "Recover from position error: Positioning to %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:368:2: note: (near initialization for 'TapeMsgs[89]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:369:2: warning: braces around scalar initializer { "Position failed: to %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:369:2: note: (near initialization for 'TapeMsgs[90]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:370:2: warning: braces around scalar initializer { "Position time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:370:2: note: (near initialization for 'TapeMsgs[91]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:371:2: warning: braces around scalar initializer { "Position failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:371:2: note: (near initialization for 'TapeMsgs[92]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:372:2: warning: braces around scalar initializer { "Positioned to %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:372:2: note: (near initialization for 'TapeMsgs[93]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:373:2: warning: braces around scalar initializer { "Skip backwards at image start" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:373:2: note: (near initialization for 'TapeMsgs[94]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:374:2: warning: braces around scalar initializer { "Position with FSR %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:374:2: note: (near initialization for 'TapeMsgs[95]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:375:2: warning: braces around scalar initializer { "Problems skipping records (%#x,%#x,%#x:%c%c)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:375:2: note: (near initialization for 'TapeMsgs[96]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:376:2: warning: braces around scalar initializer { "Rewinding" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:376:2: note: (near initialization for 'TapeMsgs[97]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:377:2: warning: braces around scalar initializer { "Skip-%c %#x: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:377:2: note: (near initialization for 'TapeMsgs[98]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:378:2: warning: braces around scalar initializer { "Unable to determine capacity" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:378:2: note: (near initialization for 'TapeMsgs[99]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:379:2: warning: braces around scalar initializer { "Sense EOM" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:379:2: note: (near initialization for 'TapeMsgs[100]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:380:2: warning: braces around scalar initializer { "Sense EOM" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:380:2: note: (near initialization for 'TapeMsgs[101]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:381:2: warning: braces around scalar initializer { "Drive reported an invalid capacity (%#llx). Capacity reset to default." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:381:2: note: (near initialization for 'TapeMsgs[102]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:382:2: warning: braces around scalar initializer { "Medium capacity is 0" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:382:2: note: (near initialization for 'TapeMsgs[103]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:383:2: warning: braces around scalar initializer { "Unable to determine capacity" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:383:2: note: (near initialization for 'TapeMsgs[104]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:384:2: warning: braces around scalar initializer { "Unable to determine capacity: invalid data'" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:384:2: note: (near initialization for 'TapeMsgs[105]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:385:2: warning: braces around scalar initializer { "Medium capacity %#llx larger than UINT_MAX" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:385:2: note: (near initialization for 'TapeMsgs[106]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:386:2: warning: braces around scalar initializer { "Unable to determine capacity (Log Sense command failed)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:386:2: note: (near initialization for 'TapeMsgs[107]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:387:2: warning: braces around scalar initializer { "Medium capacity %#llx larger than UINT_MAX" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:387:2: note: (near initialization for 'TapeMsgs[108]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:388:2: warning: braces around scalar initializer { "Unable to determine capacity" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:388:2: note: (near initialization for 'TapeMsgs[109]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:389:2: warning: braces around scalar initializer { "Capacity FM(%d), POS(%d), CAP(%d), USE(%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:389:2: note: (near initialization for 'TapeMsgs[110]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:390:2: warning: braces around scalar initializer { "Unable to determine capacity" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:390:2: note: (near initialization for 'TapeMsgs[111]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:391:2: warning: braces around scalar initializer { "Unknown media %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:391:2: note: (near initialization for 'TapeMsgs[112]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:392:2: warning: braces around scalar initializer { "Unable to determine capacity" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:392:2: note: (near initialization for 'TapeMsgs[113]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:393:2: warning: braces around scalar initializer { "Medium capacity %#llx larger than UINT_MAX" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:393:2: note: (near initialization for 'TapeMsgs[114]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:394:2: warning: braces around scalar initializer { "Sense EOM" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:394:2: note: (near initialization for 'TapeMsgs[115]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:395:2: warning: braces around scalar initializer { "Unable to determine capacity: does not support function" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:395:2: note: (near initialization for 'TapeMsgs[116]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:396:2: warning: braces around scalar initializer { "Device is type default. Update /kernel/drv/st.conf" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:396:2: note: (near initialization for 'TapeMsgs[117]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:397:2: warning: braces around scalar initializer { "Mode sense failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:397:2: note: (near initialization for 'TapeMsgs[118]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:398:2: warning: braces around scalar initializer { "Medium is write protected" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:398:2: note: (near initialization for 'TapeMsgs[119]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:399:2: warning: braces around scalar initializer { "Process labels: rewinding" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:399:2: note: (near initialization for 'TapeMsgs[120]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:400:2: warning: braces around scalar initializer { "Unable to rewind" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:400:2: note: (near initialization for 'TapeMsgs[121]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:401:2: warning: braces around scalar initializer { "Rewind time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:401:2: note: (near initialization for 'TapeMsgs[122]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:402:2: warning: braces around scalar initializer { "Process labels: Read labels" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:402:2: note: (near initialization for 'TapeMsgs[123]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:403:2: warning: braces around scalar initializer { "READ_BLKLIM failed: setting blocksize to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:403:2: note: (near initialization for 'TapeMsgs[124]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:404:2: warning: braces around scalar initializer { "Maximum block size %d (returned %d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:404:2: note: (near initialization for 'TapeMsgs[125]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:405:2: warning: braces around scalar initializer { "Loading library %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:405:2: note: (near initialization for 'TapeMsgs[126]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:406:2: warning: braces around scalar initializer { "Mapping entry %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:406:2: note: (near initialization for 'TapeMsgs[127]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:407:2: warning: braces around scalar initializer { "Error mapping symbol %s: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:407:2: note: (near initialization for 'TapeMsgs[128]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:408:2: warning: braces around scalar initializer { "Loading library %s failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:408:2: note: (near initialization for 'TapeMsgs[129]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:409:2: warning: braces around scalar initializer { "Library %s loaded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:409:2: note: (near initialization for 'TapeMsgs[130]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:410:2: warning: braces around scalar initializer { "** NOT USED ** Returning %s for D2 second device path %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:410:2: note: (near initialization for 'TapeMsgs[131]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:411:2: warning: braces around scalar initializer { "Unable to get samst device for non-/dev/rmt/ device:%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:411:2: note: (near initialization for 'TapeMsgs[132]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:412:2: warning: braces around scalar initializer { "lstat(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:412:2: note: (near initialization for 'TapeMsgs[133]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:413:2: warning: braces around scalar initializer { "Tape path is not sym-link - %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:413:2: note: (near initialization for 'TapeMsgs[134]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:414:2: warning: braces around scalar initializer { "readlink(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:414:2: note: (near initialization for 'TapeMsgs[135]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:415:2: warning: braces around scalar initializer { "Unable to get samst name for non st device:%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:415:2: note: (near initialization for 'TapeMsgs[136]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:416:2: warning: braces around scalar initializer { "Bad mt device name %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:416:2: note: (near initialization for 'TapeMsgs[137]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:417:2: warning: braces around scalar initializer { "DST medium needs formatting" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:417:2: note: (near initialization for 'TapeMsgs[138]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:418:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:418:2: note: (near initialization for 'TapeMsgs[139]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:419:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:419:2: note: (near initialization for 'TapeMsgs[140]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:420:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:420:2: note: (near initialization for 'TapeMsgs[141]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:421:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:421:2: note: (near initialization for 'TapeMsgs[142]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:422:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:422:2: note: (near initialization for 'TapeMsgs[143]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:423:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:423:2: note: (near initialization for 'TapeMsgs[144]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:424:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:424:2: note: (near initialization for 'TapeMsgs[145]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:425:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:425:2: note: (near initialization for 'TapeMsgs[146]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:426:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:426:2: note: (near initialization for 'TapeMsgs[147]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:427:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:427:2: note: (near initialization for 'TapeMsgs[148]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:428:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:428:2: note: (near initialization for 'TapeMsgs[149]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:429:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:429:2: note: (near initialization for 'TapeMsgs[150]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:430:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:430:2: note: (near initialization for 'TapeMsgs[151]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:431:2: warning: braces around scalar initializer { "BSR loop" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:431:2: note: (near initialization for 'TapeMsgs[152]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:432:2: warning: braces around scalar initializer { "Unable to BSF-l during EOD search" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:432:2: note: (near initialization for 'TapeMsgs[153]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:433:2: warning: braces around scalar initializer { "BSF loop" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:433:2: note: (near initialization for 'TapeMsgs[154]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:434:2: warning: braces around scalar initializer { "Unable to FSF during EOD search" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:434:2: note: (near initialization for 'TapeMsgs[155]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:435:2: warning: braces around scalar initializer { "Found ?-TM-EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:435:2: note: (near initialization for 'TapeMsgs[156]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:436:2: warning: braces around scalar initializer { "Position at EOF-TM-TM (%#x) is < supplied position (%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:436:2: note: (near initialization for 'TapeMsgs[157]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:437:2: warning: braces around scalar initializer { "Unable to find EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:437:2: note: (near initialization for 'TapeMsgs[158]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:438:2: warning: braces around scalar initializer { "Found no eof at position %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:438:2: note: (near initialization for 'TapeMsgs[159]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:439:2: warning: braces around scalar initializer { "Unable to find EOF at position %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:439:2: note: (near initialization for 'TapeMsgs[160]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:440:2: warning: braces around scalar initializer { "Found Record-TM-EOD, skipping to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:440:2: note: (near initialization for 'TapeMsgs[161]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:441:2: warning: braces around scalar initializer { "Unable to skip to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:441:2: note: (near initialization for 'TapeMsgs[162]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:442:2: warning: braces around scalar initializer { "Position after TM (%#x) is < supplied position (%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:442:2: note: (near initialization for 'TapeMsgs[163]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:443:2: warning: braces around scalar initializer { "Unable to find EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:443:2: note: (near initialization for 'TapeMsgs[164]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:444:2: warning: braces around scalar initializer { "Unable to find EOD at position %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:444:2: note: (near initialization for 'TapeMsgs[165]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:445:2: warning: braces around scalar initializer { "Unable to BSF-2 EOD search" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:445:2: note: (near initialization for 'TapeMsgs[166]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:446:2: warning: braces around scalar initializer { "Unable to find EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:446:2: note: (near initialization for 'TapeMsgs[167]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:447:2: warning: braces around scalar initializer { "Found ?-TM-TM-EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:447:2: note: (near initialization for 'TapeMsgs[168]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:448:2: warning: braces around scalar initializer { "Position after TM-TM-TM (%#x) is < supplied position (%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:448:2: note: (near initialization for 'TapeMsgs[169]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:449:2: warning: braces around scalar initializer { "Unable to find EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:449:2: note: (near initialization for 'TapeMsgs[170]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:450:2: warning: braces around scalar initializer { "Unable to find EOD at position %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:450:2: note: (near initialization for 'TapeMsgs[171]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:451:2: warning: braces around scalar initializer { "Found R-TM-TM-EOD during EOD search" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:451:2: note: (near initialization for 'TapeMsgs[172]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:452:2: warning: braces around scalar initializer { "Unable to BSR-2 EOD search" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:452:2: note: (near initialization for 'TapeMsgs[173]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:453:2: warning: braces around scalar initializer { "Position at EOF-TM-TM (%#x) is < supplied position (%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:453:2: note: (near initialization for 'TapeMsgs[174]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:454:2: warning: braces around scalar initializer { "Unable to find EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:454:2: note: (near initialization for 'TapeMsgs[175]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:455:2: warning: braces around scalar initializer { "Found EOF1 at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:455:2: note: (near initialization for 'TapeMsgs[176]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:456:2: warning: braces around scalar initializer { "Unable to find EOD at position %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:456:2: note: (near initialization for 'TapeMsgs[177]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:457:2: warning: braces around scalar initializer { "Found R-TM-TM-EOD, not EOF1" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:457:2: note: (near initialization for 'TapeMsgs[178]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:458:2: warning: braces around scalar initializer { "Position after R-TM-TM-EOD (%#x) is < supplied position (%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:458:2: note: (near initialization for 'TapeMsgs[179]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:459:2: warning: braces around scalar initializer { "Unable to find EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:459:2: note: (near initialization for 'TapeMsgs[180]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:460:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:460:2: note: (near initialization for 'TapeMsgs[181]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:461:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:461:2: note: (near initialization for 'TapeMsgs[182]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:462:2: warning: braces around scalar initializer { "Positioning to %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:462:2: note: (near initialization for 'TapeMsgs[183]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:463:2: warning: braces around scalar initializer { "Invalid resource record" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:463:2: note: (near initialization for 'TapeMsgs[184]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:464:2: warning: braces around scalar initializer { "Unable to position tape to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:464:2: note: (near initialization for 'TapeMsgs[185]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:465:2: warning: braces around scalar initializer { "Skip to EOD time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:465:2: note: (near initialization for 'TapeMsgs[186]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:466:2: warning: braces around scalar initializer { "Unable to position to EOD" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:466:2: note: (near initialization for 'TapeMsgs[187]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:467:2: warning: braces around scalar initializer { "Cleaning bit detected" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:467:2: note: (near initialization for 'TapeMsgs[188]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:468:2: warning: braces around scalar initializer { "Expecting SUN_KEY_EOF found %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:468:2: note: (near initialization for 'TapeMsgs[189]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:469:2: warning: braces around scalar initializer { "Read position error at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:469:2: note: (near initialization for 'TapeMsgs[190]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:470:2: warning: braces around scalar initializer { "Read position error at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:470:2: note: (near initialization for 'TapeMsgs[191]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:471:2: warning: braces around scalar initializer { "Read position error at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:471:2: note: (near initialization for 'TapeMsgs[192]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:472:2: warning: braces around scalar initializer { "Unable to determine position" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:472:2: note: (near initialization for 'TapeMsgs[193]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:473:2: warning: braces around scalar initializer { "Waiting for tape to close" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:473:2: note: (near initialization for 'TapeMsgs[194]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:474:2: warning: braces around scalar initializer { "Unable to BSF-1 during EOD search" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:474:2: note: (near initialization for 'TapeMsgs[195]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:475:2: warning: braces around scalar initializer { "Rewind time: %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:475:2: note: (near initialization for 'TapeMsgs[196]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:476:2: warning: braces around scalar initializer { "Runtime interface not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:476:2: note: (near initialization for 'TapeMsgs[197]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:477:2: warning: braces around scalar initializer { "Sense EOM" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:477:2: note: (near initialization for 'TapeMsgs[198]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:478:2: warning: braces around scalar initializer { "Media Error : Slot %d : Cannot read label" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:478:2: note: (near initialization for 'TapeMsgs[199]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:479:2: warning: braces around scalar initializer { "after erase failure, scsi reset failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:479:2: note: (near initialization for 'TapeMsgs[200]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:480:2: warning: braces around scalar initializer { "after erase failure, scsi rewind failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:480:2: note: (near initialization for 'TapeMsgs[201]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:481:2: warning: braces around scalar initializer { "Write of file mark fails - error %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:481:2: note: (near initialization for 'TapeMsgs[202]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:482:2: warning: braces around scalar initializer { "Check for End of Tape : eot 0x%x read_pos err 0x%x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:482:2: note: (near initialization for 'TapeMsgs[203]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:483:2: warning: braces around scalar initializer { "MTIOCGET ioctl fails : error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:483:2: note: (near initialization for 'TapeMsgs[204]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:484:2: warning: braces around scalar initializer { "resource ptr: 0x%x, process_eox: %d, process_wtm: %d, wrote_tm: %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:484:2: note: (near initialization for 'TapeMsgs[205]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:485:2: warning: braces around scalar initializer { "End of tape detected while writing EOF" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:485:2: note: (near initialization for 'TapeMsgs[206]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:486:2: warning: braces around scalar initializer { "On first attempt unable to write EO%c: errno %d [write return %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:486:2: note: (near initialization for 'TapeMsgs[207]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:487:2: warning: braces around scalar initializer { "End of tape detected on write of file mark - EOP %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:487:2: note: (near initialization for 'TapeMsgs[208]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:488:2: warning: braces around scalar initializer { "End of tape sensed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:488:2: note: (near initialization for 'TapeMsgs[209]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:489:2: warning: braces around scalar initializer { "Write of file mark fails - error %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:489:2: note: (near initialization for 'TapeMsgs[210]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:490:2: warning: braces around scalar initializer { "End of tape detected on write of file mark - EOP %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:490:2: note: (near initialization for 'TapeMsgs[211]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:491:2: warning: braces around scalar initializer { "Writing file mark" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:491:2: note: (near initialization for 'TapeMsgs[212]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:492:2: warning: braces around scalar initializer { "Read capacity %lld : %d 0x%x,0x%x,0x%x,0x%x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:492:2: note: (near initialization for 'TapeMsgs[213]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:493:2: warning: braces around scalar initializer { "Read capacity type %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:493:2: note: (near initialization for 'TapeMsgs[214]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:494:2: warning: braces around scalar initializer { "Read capacity %d, %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:494:2: note: (near initialization for 'TapeMsgs[215]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:495:2: warning: braces around scalar initializer { "File marks %d exceed %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:495:2: note: (near initialization for 'TapeMsgs[216]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:496:2: warning: braces around scalar initializer { "Tape position %x before read does not match expected %llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:496:2: note: (near initialization for 'TapeMsgs[217]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:497:2: warning: braces around scalar initializer { "Tape position %x after read does not match expected %llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:497:2: note: (near initialization for 'TapeMsgs[218]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:498:2: warning: braces around scalar initializer { "Slot %d: Not Ready [ sense %d, %d/%d ]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:498:2: note: (near initialization for 'TapeMsgs[219]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:499:2: warning: braces around scalar initializer { "Creating EOF/EOV label" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:499:2: note: (near initialization for 'TapeMsgs[220]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:500:2: warning: braces around scalar initializer { "attempt to %s media - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:500:2: note: (near initialization for 'TapeMsgs[221]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:501:2: warning: braces around scalar initializer { "MTIOCGET returns %d dsreg %d erreg %d errno %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:501:2: note: (near initialization for 'TapeMsgs[222]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:502:2: warning: braces around scalar initializer { "Back Space %d records : erreg %d resid %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:502:2: note: (near initialization for 'TapeMsgs[223]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:503:2: warning: braces around scalar initializer { "Unable to find VOL1 at load point" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:503:2: note: (near initialization for 'TapeMsgs[224]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:504:2: warning: braces around scalar initializer { "Repair EOF on tape" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:504:2: note: (near initialization for 'TapeMsgs[225]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:505:2: warning: braces around scalar initializer { "Rewind and skip to EOM succeeds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:505:2: note: (near initialization for 'TapeMsgs[226]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:506:2: warning: braces around scalar initializer { "Repair EOM returns %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:506:2: note: (near initialization for 'TapeMsgs[227]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:507:2: warning: braces around scalar initializer { "Second attempt to write EOF/EOV failed: errno %d [write return %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:507:2: note: (near initialization for 'TapeMsgs[228]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:508:2: warning: braces around scalar initializer { "Check EOT [key %d eom %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:508:2: note: (near initialization for 'TapeMsgs[229]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:509:2: warning: braces around scalar initializer { "Copy in for EOV processing [eot = %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:509:2: note: (near initialization for 'TapeMsgs[230]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:510:2: warning: braces around scalar initializer { "Drive has bad media [slot %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:510:2: note: (near initialization for 'TapeMsgs[231]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:511:2: warning: braces around scalar initializer { "Illegal request on load/unload" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:511:2: note: (near initialization for 'TapeMsgs[232]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:512:2: warning: braces around scalar initializer { "Position timeout set to %d secs for %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:512:2: note: (near initialization for 'TapeMsgs[233]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:513:2: warning: braces around scalar initializer { "Skip to EOM succeeded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:513:2: note: (near initialization for 'TapeMsgs[234]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:514:2: warning: braces around scalar initializer { "Skip to EOM fails" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:514:2: note: (near initialization for 'TapeMsgs[235]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:515:2: warning: braces around scalar initializer { "Unloaded vsn: %s, slot: %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:515:2: note: (near initialization for 'TapeMsgs[236]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:516:2: warning: braces around scalar initializer { "Write TM at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:516:2: note: (near initialization for 'TapeMsgs[237]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:517:2: warning: braces around scalar initializer { "Write %d TMs at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:517:2: note: (near initialization for 'TapeMsgs[238]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:518:2: warning: braces around scalar initializer { "Drive supports media as read-only, setting write protect " }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:518:2: note: (near initialization for 'TapeMsgs[239]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:519:2: warning: braces around scalar initializer { "End of tape detected on flush write of file mark - EOP %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:519:2: note: (near initialization for 'TapeMsgs[240]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:520:2: warning: braces around scalar initializer { "Flush write of file mark fails - error %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:520:2: note: (near initialization for 'TapeMsgs[241]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:521:2: warning: braces around scalar initializer { "Flush write of file mark fails - error %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:521:2: note: (near initialization for 'TapeMsgs[242]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:522:2: warning: braces around scalar initializer { "End of tape detected on flush write of file mark - EOP %d, cleaning %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:522:2: note: (near initialization for 'TapeMsgs[243]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:523:2: warning: braces around scalar initializer { "Read tape position %#x (old %#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:523:2: note: (near initialization for 'TapeMsgs[244]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:524:2: warning: braces around scalar initializer { "Blankcheck detected on label read" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:524:2: note: (near initialization for 'TapeMsgs[245]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:525:2: warning: braces around scalar initializer { "Space: Calculated space(%dK), Reported position(%d), Default capacity(%dK)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:525:2: note: (near initialization for 'TapeMsgs[246]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:526:2: warning: braces around scalar initializer { "Space: Drive-reported space(%dK)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:526:2: note: (near initialization for 'TapeMsgs[247]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:527:2: warning: braces around scalar initializer { "Unloaded vsn %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:527:2: note: (near initialization for 'TapeMsgs[248]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:528:2: warning: braces around scalar initializer { "Media Error : Cannot read label" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:528:2: note: (near initialization for 'TapeMsgs[249]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:529:2: warning: braces around scalar initializer { "Recovery needed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:529:2: note: (near initialization for 'TapeMsgs[250]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:530:2: warning: braces around scalar initializer { "Recovery failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:530:2: note: (near initialization for 'TapeMsgs[251]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:531:2: warning: braces around scalar initializer { "Recovery time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:531:2: note: (near initialization for 'TapeMsgs[252]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:532:2: warning: braces around scalar initializer { "Drive did not become ready" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:532:2: note: (near initialization for 'TapeMsgs[253]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:533:2: warning: braces around scalar initializer { "Not Ready [ sense %d, %d/%d ]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:533:2: note: (near initialization for 'TapeMsgs[254]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:534:2: warning: braces around scalar initializer { "Unable to determine if drive VolSafe capable" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:534:2: note: (near initialization for 'TapeMsgs[255]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:535:2: warning: braces around scalar initializer { "Unable to determine if media is VolSafe" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:535:2: note: (near initialization for 'TapeMsgs[256]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:536:2: warning: braces around scalar initializer { "Unable to determine if WORM or RW media is loaded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:536:2: note: (near initialization for 'TapeMsgs[257]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:537:2: warning: braces around scalar initializer { "WORM media not supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:537:2: note: (near initialization for 'TapeMsgs[258]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:538:2: warning: braces around scalar initializer { "WORM media supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:538:2: note: (near initialization for 'TapeMsgs[259]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:539:2: warning: braces around scalar initializer { "VolSafe media write protected" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:539:2: note: (near initialization for 'TapeMsgs[260]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:540:2: warning: braces around scalar initializer { "VolSafe media supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:540:2: note: (near initialization for 'TapeMsgs[261]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:541:2: warning: braces around scalar initializer { "WORM media loaded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:541:2: note: (near initialization for 'TapeMsgs[262]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:542:2: warning: braces around scalar initializer { "VolSafe media loaded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:542:2: note: (near initialization for 'TapeMsgs[263]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:543:2: warning: braces around scalar initializer { "Unable to relabel used VolSafe media" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:543:2: note: (near initialization for 'TapeMsgs[264]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:544:2: warning: braces around scalar initializer { "Read position failed near %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:544:2: note: (near initialization for 'TapeMsgs[265]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:545:2: warning: braces around scalar initializer { "Locate failed, current position %x requested position %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:545:2: note: (near initialization for 'TapeMsgs[266]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:546:2: warning: braces around scalar initializer { "Issuing load command" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:546:2: note: (near initialization for 'TapeMsgs[267]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:547:2: warning: braces around scalar initializer { "Drive is in CD-ROM emulation mode" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:547:2: note: (near initialization for 'TapeMsgs[268]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:548:2: warning: braces around scalar initializer { "Writing file mark flushing buffer for EOF/EOV" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:548:2: note: (near initialization for 'TapeMsgs[269]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:549:2: warning: braces around scalar initializer { "Back Space %d filemarks : erreg %d resid %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:549:2: note: (near initialization for 'TapeMsgs[270]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:550:2: warning: braces around scalar initializer { "Forward Space %d filemarks : erreg %d resid %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:550:2: note: (near initialization for 'TapeMsgs[271]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:551:2: warning: braces around scalar initializer { "EOF1 or EOV1 not found at %#x." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:551:2: note: (near initialization for 'TapeMsgs[272]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:552:2: warning: braces around scalar initializer { "Found EOF1/EOV1 at %#x." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:552:2: note: (near initialization for 'TapeMsgs[273]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:553:2: warning: braces around scalar initializer { "Append at position %#x." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:553:2: note: (near initialization for 'TapeMsgs[274]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:554:2: warning: braces around scalar initializer { "Forward Space %d records : erreg %d resid %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:554:2: note: (near initialization for 'TapeMsgs[275]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:555:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:555:2: note: (near initialization for 'TapeMsgs[276]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:556:2: warning: braces around scalar initializer { "Cleaning required" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:556:2: note: (near initialization for 'TapeMsgs[277]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:557:2: warning: braces around scalar initializer { "Cleaning requested " }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:557:2: note: (near initialization for 'TapeMsgs[278]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:558:2: warning: braces around scalar initializer { "Cleaning media is expired" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:558:2: note: (near initialization for 'TapeMsgs[279]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:559:2: warning: braces around scalar initializer { "Auto-clean with log sense is enabled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:559:2: note: (near initialization for 'TapeMsgs[280]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:560:2: warning: braces around scalar initializer { "Auto-clean is enabled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:560:2: note: (near initialization for 'TapeMsgs[281]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:561:2: warning: braces around scalar initializer { "Cleaning media is invalid for tape drive" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:561:2: note: (near initialization for 'TapeMsgs[282]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:562:2: warning: braces around scalar initializer { "Clearing cleaning bit, drive is clean" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:562:2: note: (near initialization for 'TapeMsgs[283]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:563:2: warning: braces around scalar initializer { "Drive %d is encryption capable" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:563:2: note: (near initialization for 'TapeMsgs[284]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:564:2: warning: braces around scalar initializer { "Attempt to position while writing, position failed." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:564:2: note: (near initialization for 'TapeMsgs[285]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:565:2: warning: braces around scalar initializer { "Unable to write TM at %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:565:2: note: (near initialization for 'TapeMsgs[286]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:568:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:568:2: note: (near initialization for 'CommonMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:569:2: warning: braces around scalar initializer { "Close %d, open_count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:569:2: note: (near initialization for 'CommonMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:570:2: warning: braces around scalar initializer { "No event - active_count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:570:2: note: (near initialization for 'CommonMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:571:2: warning: braces around scalar initializer { "Close %d, open_count = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:571:2: note: (near initialization for 'CommonMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:572:2: warning: braces around scalar initializer { "Invalid drive thread event = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:572:2: note: (near initialization for 'CommonMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:573:2: warning: braces around scalar initializer { "Unknown load request %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:573:2: note: (near initialization for 'CommonMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:574:2: warning: braces around scalar initializer { "Cannot find %d:%s in catalog" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:574:2: note: (near initialization for 'CommonMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:575:2: warning: braces around scalar initializer { "Requested is not set" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:575:2: note: (near initialization for 'CommonMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:576:2: warning: braces around scalar initializer { "Slot %d:%d, vsn %s, internal_address %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:576:2: note: (near initialization for 'CommonMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:577:2: warning: braces around scalar initializer { "Slot %d:%s is empty" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:577:2: note: (near initialization for 'CommonMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:578:2: warning: braces around scalar initializer { "get_media() returned %d for slot %d, VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:578:2: note: (near initialization for 'CommonMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:579:2: warning: braces around scalar initializer { "Setting device state to off" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:579:2: note: (near initialization for 'CommonMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:580:2: warning: braces around scalar initializer { "Loaded %d:%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:580:2: note: (near initialization for 'CommonMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:581:2: warning: braces around scalar initializer { "Scanned %d:%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:581:2: note: (near initialization for 'CommonMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:582:2: warning: braces around scalar initializer { "Loaded (not sam) %d:%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:582:2: note: (near initialization for 'CommonMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:583:2: warning: braces around scalar initializer { "Not same preview: %#x, %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:583:2: note: (near initialization for 'CommonMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:584:2: warning: braces around scalar initializer { "Writing label %d:%s barcode = %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:584:2: note: (near initialization for 'CommonMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:585:2: warning: braces around scalar initializer { "Media Error : Slot %d : Medium with barcode %s not labeled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:585:2: note: (near initialization for 'CommonMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:586:2: warning: braces around scalar initializer { "Media Error : Slot %d : Medium not labeled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:586:2: note: (near initialization for 'CommonMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:587:2: warning: braces around scalar initializer { "open_unit(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:587:2: note: (near initialization for 'CommonMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:588:2: warning: braces around scalar initializer { "open_unit(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:588:2: note: (near initialization for 'CommonMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:589:2: warning: braces around scalar initializer { "Cannot get catalog entry for %d:%d:%d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:589:2: note: (near initialization for 'CommonMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:590:2: warning: braces around scalar initializer { "Scanning %d:%d:%d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:590:2: note: (near initialization for 'CommonMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:591:2: warning: braces around scalar initializer { "Media Error : Medium with barcode %s not labeled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:591:2: note: (near initialization for 'CommonMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:592:2: warning: braces around scalar initializer { "Media Error : Medium not labeled" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:592:2: note: (near initialization for 'CommonMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:593:2: warning: braces around scalar initializer { "Unable to mount, check state of drive %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:593:2: note: (near initialization for 'CommonMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:596:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:596:2: note: (near initialization for 'GenericMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:597:2: warning: braces around scalar initializer { "Cannot clear drive: Can not remove slot %d from drive: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:597:2: note: (near initialization for 'GenericMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:598:2: warning: braces around scalar initializer { "Robot %d full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:598:2: note: (near initialization for 'GenericMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:599:2: warning: braces around scalar initializer { "Mailbox address (%d) is valid" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:599:2: note: (near initialization for 'GenericMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:600:2: warning: braces around scalar initializer { "Mailbox address (%d) is not valid" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:600:2: note: (near initialization for 'GenericMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:601:2: warning: braces around scalar initializer { "Finding empty slot" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:601:2: note: (near initialization for 'GenericMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:602:2: warning: braces around scalar initializer { "Library does not support barcodes" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:602:2: note: (near initialization for 'GenericMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:603:2: warning: braces around scalar initializer { "Robot range error (%d, %d, %d, %d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:603:2: note: (near initialization for 'GenericMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:604:2: warning: braces around scalar initializer { "Slot range error (%d, %d, %d, %d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:604:2: note: (near initialization for 'GenericMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:605:2: warning: braces around scalar initializer { "Mailbox range error (%d, %d, %d, %d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:605:2: note: (near initialization for 'GenericMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:606:2: warning: braces around scalar initializer { "Drive range error (%d, %d, %d, %d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:606:2: note: (near initialization for 'GenericMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:607:2: warning: braces around scalar initializer { "Read transport element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:607:2: note: (near initialization for 'GenericMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:608:2: warning: braces around scalar initializer { "Robot count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:608:2: note: (near initialization for 'GenericMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:609:2: warning: braces around scalar initializer { "Incorrect robot page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:609:2: note: (near initialization for 'GenericMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:610:2: warning: braces around scalar initializer { "Read storage element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:610:2: note: (near initialization for 'GenericMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:611:2: warning: braces around scalar initializer { "Slot count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:611:2: note: (near initialization for 'GenericMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:612:2: warning: braces around scalar initializer { "Incorrect element address page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:612:2: note: (near initialization for 'GenericMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:613:2: warning: braces around scalar initializer { "Storage element exception(%#x:%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:613:2: note: (near initialization for 'GenericMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:614:2: warning: braces around scalar initializer { "Read import/export element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:614:2: note: (near initialization for 'GenericMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:615:2: warning: braces around scalar initializer { "Mailbox count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:615:2: note: (near initialization for 'GenericMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:616:2: warning: braces around scalar initializer { "Incorrect mailbox page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:616:2: note: (near initialization for 'GenericMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:617:2: warning: braces around scalar initializer { "Read data transfer element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:617:2: note: (near initialization for 'GenericMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:618:2: warning: braces around scalar initializer { "Drive count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:618:2: note: (near initialization for 'GenericMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:619:2: warning: braces around scalar initializer { "Incorrect drive page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:619:2: note: (near initialization for 'GenericMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:620:2: warning: braces around scalar initializer { "Robot exception bit set (%#x:%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:620:2: note: (near initialization for 'GenericMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:621:2: warning: braces around scalar initializer { "Robot exception cleared" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:621:2: note: (near initialization for 'GenericMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:622:2: warning: braces around scalar initializer { "Robot mismatch is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:622:2: note: (near initialization for 'GenericMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:623:2: warning: braces around scalar initializer { "Mailbox exception bit set (%#x:%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:623:2: note: (near initialization for 'GenericMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:624:2: warning: braces around scalar initializer { "Mailbox exception cleared" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:624:2: note: (near initialization for 'GenericMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:625:2: warning: braces around scalar initializer { "Mailbox mismatch is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:625:2: note: (near initialization for 'GenericMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:626:2: warning: braces around scalar initializer { "Drive exception bit set (%#x:%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:626:2: note: (near initialization for 'GenericMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:627:2: warning: braces around scalar initializer { "Drive exception cleared" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:627:2: note: (near initialization for 'GenericMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:628:2: warning: braces around scalar initializer { "Drive mismatch is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:628:2: note: (near initialization for 'GenericMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:629:2: warning: braces around scalar initializer { "No scsi error table loaded for %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:629:2: note: (near initialization for 'GenericMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:630:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:630:2: note: (near initialization for 'GenericMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:631:2: warning: braces around scalar initializer { "fstat(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:631:2: note: (near initialization for 'GenericMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:632:2: warning: braces around scalar initializer { "Catalog size inconsistent: st_size %d, tablen %d, catent %d, cata %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:632:2: note: (near initialization for 'GenericMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:633:2: warning: braces around scalar initializer { "Exception bit set, force init_element" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:633:2: note: (near initialization for 'GenericMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:634:2: warning: braces around scalar initializer { "InitElement - retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:634:2: note: (near initialization for 'GenericMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:635:2: warning: braces around scalar initializer { "Drives = %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:635:2: note: (near initialization for 'GenericMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:636:2: warning: braces around scalar initializer { "Reinitialize library - Unload drives" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:636:2: note: (near initialization for 'GenericMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:637:2: warning: braces around scalar initializer { "Library ready" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:637:2: note: (near initialization for 'GenericMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:638:2: warning: braces around scalar initializer { "** NOT USED ** Found labeled cartridge %s for slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:638:2: note: (near initialization for 'GenericMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:639:2: warning: braces around scalar initializer { "thr_create(unload_a_drive)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:639:2: note: (near initialization for 'GenericMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:640:2: warning: braces around scalar initializer { "Mode select" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:640:2: note: (near initialization for 'GenericMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:641:2: warning: braces around scalar initializer { "Mode select failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:641:2: note: (near initialization for 'GenericMsgs[45]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:642:2: warning: braces around scalar initializer { "Unable to unload" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:642:2: note: (near initialization for 'GenericMsgs[46]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:643:2: warning: braces around scalar initializer { "Initializing" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:643:2: note: (near initialization for 'GenericMsgs[47]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:644:2: warning: braces around scalar initializer { "exchange_cartridge: from %d(%s) to %d to %d(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:644:2: note: (near initialization for 'GenericMsgs[48]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:645:2: warning: braces around scalar initializer { "Move cartridge: from %d(%s) to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:645:2: note: (near initialization for 'GenericMsgs[49]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:646:2: warning: braces around scalar initializer { "Flip and scan" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:646:2: note: (near initialization for 'GenericMsgs[50]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:647:2: warning: braces around scalar initializer { "Slot %d cartridge loaded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:647:2: note: (near initialization for 'GenericMsgs[51]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:648:2: warning: braces around scalar initializer { "Load cartridge from slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:648:2: note: (near initialization for 'GenericMsgs[52]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:649:2: warning: braces around scalar initializer { "Slot %d not occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:649:2: note: (near initialization for 'GenericMsgs[53]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:650:2: warning: braces around scalar initializer { "Load %s failed, error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:650:2: note: (near initialization for 'GenericMsgs[54]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:651:2: warning: braces around scalar initializer { "Wait for idle" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:651:2: note: (near initialization for 'GenericMsgs[55]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:652:2: warning: braces around scalar initializer { "Exchange media: from %d(%s) to %d to %d(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:652:2: note: (near initialization for 'GenericMsgs[56]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:653:2: warning: braces around scalar initializer { "Move cartridge: from %d(%s) to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:653:2: note: (near initialization for 'GenericMsgs[57]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:654:2: warning: braces around scalar initializer { "thr_setconcurrency()" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:654:2: note: (near initialization for 'GenericMsgs[58]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:655:2: warning: braces around scalar initializer { "Read transport element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:655:2: note: (near initialization for 'GenericMsgs[59]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:656:2: warning: braces around scalar initializer { "Robot count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:656:2: note: (near initialization for 'GenericMsgs[60]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:657:2: warning: braces around scalar initializer { "Incorrect robot page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:657:2: note: (near initialization for 'GenericMsgs[61]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:658:2: warning: braces around scalar initializer { "Read storage element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:658:2: note: (near initialization for 'GenericMsgs[62]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:659:2: warning: braces around scalar initializer { "Slot count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:659:2: note: (near initialization for 'GenericMsgs[63]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:660:2: warning: braces around scalar initializer { "Incorrect slot page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:660:2: note: (near initialization for 'GenericMsgs[64]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:661:2: warning: braces around scalar initializer { "Storage element exception(%#x:%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:661:2: note: (near initialization for 'GenericMsgs[65]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:662:2: warning: braces around scalar initializer { "Read import/export element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:662:2: note: (near initialization for 'GenericMsgs[66]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:663:2: warning: braces around scalar initializer { "Incorrect mailbox page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:663:2: note: (near initialization for 'GenericMsgs[67]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:664:2: warning: braces around scalar initializer { "Read data transfer element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:664:2: note: (near initialization for 'GenericMsgs[68]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:665:2: warning: braces around scalar initializer { "Incorrect drive page code %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:665:2: note: (near initialization for 'GenericMsgs[69]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:666:2: warning: braces around scalar initializer { "Mode sense would overflow" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:666:2: note: (near initialization for 'GenericMsgs[70]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:667:2: warning: braces around scalar initializer { "Read element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:667:2: note: (near initialization for 'GenericMsgs[71]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:668:2: warning: braces around scalar initializer { "Unloading drives for export" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:668:2: note: (near initialization for 'GenericMsgs[72]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:669:2: warning: braces around scalar initializer { "status_element_range() failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:669:2: note: (near initialization for 'GenericMsgs[73]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:670:2: warning: braces around scalar initializer { "Finding EOD on %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:670:2: note: (near initialization for 'GenericMsgs[74]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:671:2: warning: braces around scalar initializer { "Needs cleaning" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:671:2: note: (near initialization for 'GenericMsgs[75]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:672:2: warning: braces around scalar initializer { "** NOT USED ** No cleaning cartridge in slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:672:2: note: (near initialization for 'GenericMsgs[76]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:673:2: warning: braces around scalar initializer { "Attempt to unload cleaning cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:673:2: note: (near initialization for 'GenericMsgs[77]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:674:2: warning: braces around scalar initializer { "Unload of cleaning cartridge - retry %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:674:2: note: (near initialization for 'GenericMsgs[78]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:675:2: warning: braces around scalar initializer { "Unload of cleaning cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:675:2: note: (near initialization for 'GenericMsgs[79]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:676:2: warning: braces around scalar initializer { "Unload of cleaning cartridge failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:676:2: note: (near initialization for 'GenericMsgs[80]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:677:2: warning: braces around scalar initializer { "thr_kill(%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:677:2: note: (near initialization for 'GenericMsgs[81]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:678:2: warning: braces around scalar initializer { "Event(s) lost" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:678:2: note: (near initialization for 'GenericMsgs[82]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:679:2: warning: braces around scalar initializer { "Library active %d, first %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:679:2: note: (near initialization for 'GenericMsgs[83]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:680:2: warning: braces around scalar initializer { "Exchange_media recovered" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:680:2: note: (near initialization for 'GenericMsgs[84]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:681:2: warning: braces around scalar initializer { "Rotate mailbox" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:681:2: note: (near initialization for 'GenericMsgs[85]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:682:2: warning: braces around scalar initializer { "Init element status" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:682:2: note: (near initialization for 'GenericMsgs[86]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:683:2: warning: braces around scalar initializer { "No page zero for mode select" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:683:2: note: (near initialization for 'GenericMsgs[87]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:684:2: warning: braces around scalar initializer { "Invalid slot source %d dest %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:684:2: note: (near initialization for 'GenericMsgs[88]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:685:2: warning: braces around scalar initializer { "Skip off/down drive for audit" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:685:2: note: (near initialization for 'GenericMsgs[89]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:686:2: warning: braces around scalar initializer { "** NOT USED ** Slot %d is out of range" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:686:2: note: (near initialization for 'GenericMsgs[90]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:687:2: warning: braces around scalar initializer { "Slot %d is not in use" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:687:2: note: (near initialization for 'GenericMsgs[91]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:688:2: warning: braces around scalar initializer { "Slot %d does not contain a SAM-FS cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:688:2: note: (near initialization for 'GenericMsgs[92]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:689:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:689:2: note: (near initialization for 'GenericMsgs[93]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:690:2: warning: braces around scalar initializer { "Media changer does not support move" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:690:2: note: (near initialization for 'GenericMsgs[94]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:691:2: warning: braces around scalar initializer { "** NOT USED ** Invalid slot source %d dest %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:691:2: note: (near initialization for 'GenericMsgs[95]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:692:2: warning: braces around scalar initializer { "Source and destination are the same %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:692:2: note: (near initialization for 'GenericMsgs[96]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:693:2: warning: braces around scalar initializer { "Source slot %d is not occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:693:2: note: (near initialization for 'GenericMsgs[97]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:694:2: warning: braces around scalar initializer { "Destination slot %d is occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:694:2: note: (near initialization for 'GenericMsgs[98]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:695:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:695:2: note: (near initialization for 'GenericMsgs[99]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:696:2: warning: braces around scalar initializer { "No mailboxes found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:696:2: note: (near initialization for 'GenericMsgs[100]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:697:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge for slot %d has no barcode" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:697:2: note: (near initialization for 'GenericMsgs[101]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:698:2: warning: braces around scalar initializer { "Imported cartridge for slot %d has barcode %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:698:2: note: (near initialization for 'GenericMsgs[102]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:699:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge has a duplicate barcode (%s) with slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:699:2: note: (near initialization for 'GenericMsgs[103]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:700:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge has a duplicate barcode (%s) with slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:700:2: note: (near initialization for 'GenericMsgs[104]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:701:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge duplicates VSN %s in slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:701:2: note: (near initialization for 'GenericMsgs[105]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:702:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge duplicates VSN %s in slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:702:2: note: (near initialization for 'GenericMsgs[106]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:703:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:703:2: note: (near initialization for 'GenericMsgs[107]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:704:2: warning: braces around scalar initializer { "Library full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:704:2: note: (near initialization for 'GenericMsgs[108]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:705:2: warning: braces around scalar initializer { "Import failed, check mailbox" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:705:2: note: (near initialization for 'GenericMsgs[109]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:706:2: warning: braces around scalar initializer { "Imported cartridge has no barcode" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:706:2: note: (near initialization for 'GenericMsgs[110]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:707:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge has a duplicate barcode (%s) with slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:707:2: note: (near initialization for 'GenericMsgs[111]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:708:2: warning: braces around scalar initializer { "** NOT USED ** Imported cartridge duplicates VSN %s in slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:708:2: note: (near initialization for 'GenericMsgs[112]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:709:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:709:2: note: (near initialization for 'GenericMsgs[113]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:710:2: warning: braces around scalar initializer { "Unable to lock mailbox door" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:710:2: note: (near initialization for 'GenericMsgs[114]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:711:2: warning: braces around scalar initializer { "Mode sense page(s) 1d, 1f or 1e missing" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:711:2: note: (near initialization for 'GenericMsgs[115]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:712:2: warning: braces around scalar initializer { "thr_create(drive_thread)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:712:2: note: (near initialization for 'GenericMsgs[116]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:713:2: warning: braces around scalar initializer { "thr_create(transport_thread)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:713:2: note: (near initialization for 'GenericMsgs[117]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:714:2: warning: braces around scalar initializer { "thr_create(import_thread)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:714:2: note: (near initialization for 'GenericMsgs[118]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:715:2: warning: braces around scalar initializer { "Catalog name not set" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:715:2: note: (near initialization for 'GenericMsgs[119]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:716:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:716:2: note: (near initialization for 'GenericMsgs[120]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:717:2: warning: braces around scalar initializer { "ftruncate(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:717:2: note: (near initialization for 'GenericMsgs[121]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:718:2: warning: braces around scalar initializer { "mmap(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:718:2: note: (near initialization for 'GenericMsgs[122]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:719:2: warning: braces around scalar initializer { "Unknown library type %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:719:2: note: (near initialization for 'GenericMsgs[123]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:720:2: warning: braces around scalar initializer { "Mailbox count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:720:2: note: (near initialization for 'GenericMsgs[124]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:721:2: warning: braces around scalar initializer { "Drive count is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:721:2: note: (near initialization for 'GenericMsgs[125]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:722:2: warning: braces around scalar initializer { "Cannot clear drive: Can not remove slot %d from drive: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:722:2: note: (near initialization for 'GenericMsgs[126]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:723:2: warning: braces around scalar initializer { "Cannot clear mailbox %d: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:723:2: note: (near initialization for 'GenericMsgs[127]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:724:2: warning: braces around scalar initializer { "Cannot clear mailbox %d: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:724:2: note: (near initialization for 'GenericMsgs[128]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:725:2: warning: braces around scalar initializer { "Test unit ready failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:725:2: note: (near initialization for 'GenericMsgs[129]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:726:2: warning: braces around scalar initializer { "Mechanical hindrance" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:726:2: note: (near initialization for 'GenericMsgs[130]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:727:2: warning: braces around scalar initializer { "Must be placed in random mode" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:727:2: note: (near initialization for 'GenericMsgs[131]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:728:2: warning: braces around scalar initializer { "Initialize element failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:728:2: note: (near initialization for 'GenericMsgs[132]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:729:2: warning: braces around scalar initializer { "Sense Key %d, ASC %d, ASCQ %d, SCSI error: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:729:2: note: (near initialization for 'GenericMsgs[133]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:730:2: warning: braces around scalar initializer { "Cannot clear drive: library full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:730:2: note: (near initialization for 'GenericMsgs[134]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:731:2: warning: braces around scalar initializer { "Cannot clear robot %d: library full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:731:2: note: (near initialization for 'GenericMsgs[135]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:732:2: warning: braces around scalar initializer { "Cannot clear mailbox %d: library full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:732:2: note: (near initialization for 'GenericMsgs[136]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:733:2: warning: braces around scalar initializer { "Mailbox %d cleared" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:733:2: note: (near initialization for 'GenericMsgs[137]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:734:2: warning: braces around scalar initializer { "Mailbox %d cleared" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:734:2: note: (near initialization for 'GenericMsgs[138]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:735:2: warning: braces around scalar initializer { "** NOT USED ** Duplicate label %s in slot %d and %d - exporting element address %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:735:2: note: (near initialization for 'GenericMsgs[139]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:736:2: warning: braces around scalar initializer { "** NOT USED ** Duplicate label %s in slot %d and %d - exporting element address %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:736:2: note: (near initialization for 'GenericMsgs[140]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:737:2: warning: braces around scalar initializer { "No cleaning cartridge available" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:737:2: note: (near initialization for 'GenericMsgs[141]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:738:2: warning: braces around scalar initializer { "No usable cleaning cartridge available" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:738:2: note: (near initialization for 'GenericMsgs[142]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:739:2: warning: braces around scalar initializer { "Unable to load cleaning cartridge: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:739:2: note: (near initialization for 'GenericMsgs[143]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:740:2: warning: braces around scalar initializer { "Cleaning cartridge in slot %d has expired" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:740:2: note: (near initialization for 'GenericMsgs[144]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:741:2: warning: braces around scalar initializer { "Cleaning cartridge in slot %d has expired - exporting" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:741:2: note: (near initialization for 'GenericMsgs[145]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:742:2: warning: braces around scalar initializer { "Unable to unload cleaning cartridge: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:742:2: note: (near initialization for 'GenericMsgs[146]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:743:2: warning: braces around scalar initializer { "Unable to unload cleaning cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:743:2: note: (near initialization for 'GenericMsgs[147]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:744:2: warning: braces around scalar initializer { "Import thread request bad %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:744:2: note: (near initialization for 'GenericMsgs[148]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:745:2: warning: braces around scalar initializer { "Import thread request bad magic" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:745:2: note: (near initialization for 'GenericMsgs[149]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:746:2: warning: braces around scalar initializer { "Import thread request bad command %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:746:2: note: (near initialization for 'GenericMsgs[150]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:747:2: warning: braces around scalar initializer { "Import thread request bad event %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:747:2: note: (near initialization for 'GenericMsgs[151]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:748:2: warning: braces around scalar initializer { "Unable to clear robot" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:748:2: note: (near initialization for 'GenericMsgs[152]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:749:2: warning: braces around scalar initializer { "Mailbox not supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:749:2: note: (near initialization for 'GenericMsgs[153]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:750:2: warning: braces around scalar initializer { "Import failed: library full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:750:2: note: (near initialization for 'GenericMsgs[154]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:751:2: warning: braces around scalar initializer { "Cannot audit to EOD on non-SAM cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:751:2: note: (near initialization for 'GenericMsgs[155]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:752:2: warning: braces around scalar initializer { "Audit to EOD on imported cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:752:2: note: (near initialization for 'GenericMsgs[156]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:753:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:753:2: note: (near initialization for 'GenericMsgs[157]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:754:2: warning: braces around scalar initializer { "Mailbox not supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:754:2: note: (near initialization for 'GenericMsgs[158]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:755:2: warning: braces around scalar initializer { "No empty mailbox" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:755:2: note: (near initialization for 'GenericMsgs[159]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:756:2: warning: braces around scalar initializer { "Mailbox full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:756:2: note: (near initialization for 'GenericMsgs[160]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:757:2: warning: braces around scalar initializer { "Unable to unload drive: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:757:2: note: (near initialization for 'GenericMsgs[161]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:758:2: warning: braces around scalar initializer { "Move media failed: library in unknown state" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:758:2: note: (near initialization for 'GenericMsgs[162]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:759:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:759:2: note: (near initialization for 'GenericMsgs[163]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:760:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:760:2: note: (near initialization for 'GenericMsgs[164]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:761:2: warning: braces around scalar initializer { "Export: VSN not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:761:2: note: (near initialization for 'GenericMsgs[165]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:762:2: warning: braces around scalar initializer { "Export: slot number %d out of range" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:762:2: note: (near initialization for 'GenericMsgs[166]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:763:2: warning: braces around scalar initializer { "Export: drive %d not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:763:2: note: (near initialization for 'GenericMsgs[167]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:764:2: warning: braces around scalar initializer { "Export: drive %d is empty" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:764:2: note: (near initialization for 'GenericMsgs[168]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:765:2: warning: braces around scalar initializer { "Export: bad request %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:765:2: note: (near initialization for 'GenericMsgs[169]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:766:2: warning: braces around scalar initializer { "Export: slot %d not occupied or unavailable" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:766:2: note: (near initialization for 'GenericMsgs[170]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:767:2: warning: braces around scalar initializer { "Export: unable to find cartridge" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:767:2: note: (near initialization for 'GenericMsgs[171]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:768:2: warning: braces around scalar initializer { "Export: cartridge is in a drive and the drive is busy" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:768:2: note: (near initialization for 'GenericMsgs[172]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:769:2: warning: braces around scalar initializer { "Ready import" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:769:2: note: (near initialization for 'GenericMsgs[173]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:770:2: warning: braces around scalar initializer { "Imported cartridge has a duplicate barcode (%s) with slot %d - exporting it" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:770:2: note: (near initialization for 'GenericMsgs[174]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:771:2: warning: braces around scalar initializer { "Remote sam not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:771:2: note: (near initialization for 'GenericMsgs[175]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:772:2: warning: braces around scalar initializer { "Library full" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:772:2: note: (near initialization for 'GenericMsgs[176]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:773:2: warning: braces around scalar initializer { "Move cartridge: from %d(%s) to %d: time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:773:2: note: (near initialization for 'GenericMsgs[177]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:774:2: warning: braces around scalar initializer { "Move cartridge: from %d(%s) to %d: time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:774:2: note: (near initialization for 'GenericMsgs[178]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:775:2: warning: braces around scalar initializer { "Move cartridge complete: from %d(%s) to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:775:2: note: (near initialization for 'GenericMsgs[179]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:776:2: warning: braces around scalar initializer { "Exchange media: from %d(%s) to %d to %d(%s): time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:776:2: note: (near initialization for 'GenericMsgs[180]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:777:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:777:2: note: (near initialization for 'GenericMsgs[181]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:778:2: warning: braces around scalar initializer { "Unable to open catalog %s " }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:778:2: note: (near initialization for 'GenericMsgs[182]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:779:2: warning: braces around scalar initializer { "mmap(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:779:2: note: (near initialization for 'GenericMsgs[183]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:780:2: warning: braces around scalar initializer { "Library reports %d drives, mcf has %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:780:2: note: (near initialization for 'GenericMsgs[184]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:781:2: warning: braces around scalar initializer { "Library reports %d drives, mcf has %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:781:2: note: (near initialization for 'GenericMsgs[185]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:782:2: warning: braces around scalar initializer { "Library reports no access to drive %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:782:2: note: (near initialization for 'GenericMsgs[186]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:783:2: warning: braces around scalar initializer { "Unable to unload drive" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:783:2: note: (near initialization for 'GenericMsgs[187]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:784:2: warning: braces around scalar initializer { "fstat(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:784:2: note: (near initialization for 'GenericMsgs[188]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:785:2: warning: braces around scalar initializer { "Check mailbox ready" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:785:2: note: (near initialization for 'GenericMsgs[189]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:786:2: warning: braces around scalar initializer { "Mail box sense %#x asc/acq %#x/%#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:786:2: note: (near initialization for 'GenericMsgs[190]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:787:2: warning: braces around scalar initializer { "Mail box sense %#x asc/acq %#x/%#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:787:2: note: (near initialization for 'GenericMsgs[191]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:788:2: warning: braces around scalar initializer { "Mail box sense %#x asc/acq %#x/%#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:788:2: note: (near initialization for 'GenericMsgs[192]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:789:2: warning: braces around scalar initializer { "Door closed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:789:2: note: (near initialization for 'GenericMsgs[193]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:790:2: warning: braces around scalar initializer { "Door closed sense %#x asc/acq %#x/%#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:790:2: note: (near initialization for 'GenericMsgs[194]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:791:2: warning: braces around scalar initializer { "Check wait_for_iport" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:791:2: note: (near initialization for 'GenericMsgs[195]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:792:2: warning: braces around scalar initializer { "About to exchange with open fd" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:792:2: note: (near initialization for 'GenericMsgs[196]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:793:2: warning: braces around scalar initializer { "Abnormal condition: VSN %s was no longer located at slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:793:2: note: (near initialization for 'GenericMsgs[197]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:794:2: warning: braces around scalar initializer { "Exchange media: from %d(%s) to %d to %d(%s): time %d seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:794:2: note: (near initialization for 'GenericMsgs[198]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:795:2: warning: braces around scalar initializer { "Source slot %d is unavaiable" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:795:2: note: (near initialization for 'GenericMsgs[199]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:796:2: warning: braces around scalar initializer { "Destination slot %d is unavaiable" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:796:2: note: (near initialization for 'GenericMsgs[200]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:797:2: warning: braces around scalar initializer { "Read Element Status failed - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:797:2: note: (near initialization for 'GenericMsgs[201]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:798:2: warning: braces around scalar initializer { "Door Lock command fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:798:2: note: (near initialization for 'GenericMsgs[202]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:799:2: warning: braces around scalar initializer { "Move Medium command fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:799:2: note: (near initialization for 'GenericMsgs[203]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:800:2: warning: braces around scalar initializer { "Position to Element command fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:800:2: note: (near initialization for 'GenericMsgs[204]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:801:2: warning: braces around scalar initializer { "Library did not become ready - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:801:2: note: (near initialization for 'GenericMsgs[205]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:802:2: warning: braces around scalar initializer { "Mode Select fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:802:2: note: (near initialization for 'GenericMsgs[206]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:803:2: warning: braces around scalar initializer { "Move cartridge from %d(%s) to %d fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:803:2: note: (near initialization for 'GenericMsgs[207]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:804:2: warning: braces around scalar initializer { "Exchange media from %d(%s) to %d to %d(%s) fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:804:2: note: (near initialization for 'GenericMsgs[208]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:805:2: warning: braces around scalar initializer { "Rezero unit fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:805:2: note: (near initialization for 'GenericMsgs[209]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:806:2: warning: braces around scalar initializer { "Cannot clear transport - Move medium fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:806:2: note: (near initialization for 'GenericMsgs[210]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:807:2: warning: braces around scalar initializer { "Cannot clear transport - Move medium fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:807:2: note: (near initialization for 'GenericMsgs[211]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:808:2: warning: braces around scalar initializer { "Cannot clear transport - Move medium fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:808:2: note: (near initialization for 'GenericMsgs[212]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:809:2: warning: braces around scalar initializer { "Initialize Element Status fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:809:2: note: (near initialization for 'GenericMsgs[213]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:810:2: warning: braces around scalar initializer { "Initialize Element Status fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:810:2: note: (near initialization for 'GenericMsgs[214]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:811:2: warning: braces around scalar initializer { "Initialize Element Status fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:811:2: note: (near initialization for 'GenericMsgs[215]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:812:2: warning: braces around scalar initializer { "Cleaning has not completed in the allocated time" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:812:2: note: (near initialization for 'GenericMsgs[216]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:813:2: warning: braces around scalar initializer { "Mode Sense fails - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:813:2: note: (near initialization for 'GenericMsgs[217]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:814:2: warning: braces around scalar initializer { "Spin Up Fails" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:814:2: note: (near initialization for 'GenericMsgs[218]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:815:2: warning: braces around scalar initializer { "Init Element Range failed - retries exhausted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:815:2: note: (near initialization for 'GenericMsgs[219]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:816:2: warning: braces around scalar initializer { "Library element report: %d drive, %d transport, %d storage, %d import/export" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:816:2: note: (near initialization for 'GenericMsgs[220]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:817:2: warning: braces around scalar initializer { "Mode sense for page %#x failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:817:2: note: (near initialization for 'GenericMsgs[221]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:818:2: warning: braces around scalar initializer { "Mode select for page %#x failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:818:2: note: (near initialization for 'GenericMsgs[222]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:819:2: warning: braces around scalar initializer { "Operator panel lock status: %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:819:2: note: (near initialization for 'GenericMsgs[223]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:820:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:820:2: note: (near initialization for 'GenericMsgs[224]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:821:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:821:2: note: (near initialization for 'GenericMsgs[225]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:822:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:822:2: note: (near initialization for 'GenericMsgs[226]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:823:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:823:2: note: (near initialization for 'GenericMsgs[227]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:824:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:824:2: note: (near initialization for 'GenericMsgs[228]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:825:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:825:2: note: (near initialization for 'GenericMsgs[229]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:826:2: warning: braces around scalar initializer { "Bus device reset occurred while staging, decreasing optical buffer to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:826:2: note: (near initialization for 'GenericMsgs[230]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:827:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:827:2: note: (near initialization for 'GenericMsgs[231]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:828:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:828:2: note: (near initialization for 'GenericMsgs[232]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:829:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:829:2: note: (near initialization for 'GenericMsgs[233]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:830:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:830:2: note: (near initialization for 'GenericMsgs[234]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:831:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:831:2: note: (near initialization for 'GenericMsgs[235]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:832:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:832:2: note: (near initialization for 'GenericMsgs[236]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:833:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:833:2: note: (near initialization for 'GenericMsgs[237]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:834:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:834:2: note: (near initialization for 'GenericMsgs[238]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:835:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:835:2: note: (near initialization for 'GenericMsgs[239]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:836:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:836:2: note: (near initialization for 'GenericMsgs[240]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:837:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:837:2: note: (near initialization for 'GenericMsgs[241]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:838:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:838:2: note: (near initialization for 'GenericMsgs[242]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:839:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:839:2: note: (near initialization for 'GenericMsgs[243]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:840:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:840:2: note: (near initialization for 'GenericMsgs[244]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:841:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:841:2: note: (near initialization for 'GenericMsgs[245]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:842:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:842:2: note: (near initialization for 'GenericMsgs[246]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:843:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:843:2: note: (near initialization for 'GenericMsgs[247]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:844:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:844:2: note: (near initialization for 'GenericMsgs[248]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:845:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:845:2: note: (near initialization for 'GenericMsgs[249]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:846:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:846:2: note: (near initialization for 'GenericMsgs[250]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:847:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:847:2: note: (near initialization for 'GenericMsgs[251]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:848:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:848:2: note: (near initialization for 'GenericMsgs[252]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:849:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:849:2: note: (near initialization for 'GenericMsgs[253]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:850:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:850:2: note: (near initialization for 'GenericMsgs[254]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:851:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:851:2: note: (near initialization for 'GenericMsgs[255]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:852:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:852:2: note: (near initialization for 'GenericMsgs[256]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:853:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:853:2: note: (near initialization for 'GenericMsgs[257]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:854:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:854:2: note: (near initialization for 'GenericMsgs[258]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:855:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:855:2: note: (near initialization for 'GenericMsgs[259]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:856:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:856:2: note: (near initialization for 'GenericMsgs[260]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:857:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:857:2: note: (near initialization for 'GenericMsgs[261]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:858:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:858:2: note: (near initialization for 'GenericMsgs[262]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:859:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:859:2: note: (near initialization for 'GenericMsgs[263]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:860:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:860:2: note: (near initialization for 'GenericMsgs[264]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:861:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:861:2: note: (near initialization for 'GenericMsgs[265]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:862:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:862:2: note: (near initialization for 'GenericMsgs[266]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:863:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:863:2: note: (near initialization for 'GenericMsgs[267]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:864:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:864:2: note: (near initialization for 'GenericMsgs[268]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:865:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:865:2: note: (near initialization for 'GenericMsgs[269]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:866:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:866:2: note: (near initialization for 'GenericMsgs[270]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:867:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:867:2: note: (near initialization for 'GenericMsgs[271]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:868:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:868:2: note: (near initialization for 'GenericMsgs[272]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:869:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:869:2: note: (near initialization for 'GenericMsgs[273]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:870:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:870:2: note: (near initialization for 'GenericMsgs[274]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:871:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:871:2: note: (near initialization for 'GenericMsgs[275]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:872:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:872:2: note: (near initialization for 'GenericMsgs[276]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:873:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:873:2: note: (near initialization for 'GenericMsgs[277]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:874:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:874:2: note: (near initialization for 'GenericMsgs[278]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:875:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:875:2: note: (near initialization for 'GenericMsgs[279]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:876:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:876:2: note: (near initialization for 'GenericMsgs[280]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:877:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:877:2: note: (near initialization for 'GenericMsgs[281]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:878:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:878:2: note: (near initialization for 'GenericMsgs[282]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:879:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:879:2: note: (near initialization for 'GenericMsgs[283]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:880:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:880:2: note: (near initialization for 'GenericMsgs[284]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:881:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:881:2: note: (near initialization for 'GenericMsgs[285]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:882:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:882:2: note: (near initialization for 'GenericMsgs[286]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:883:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:883:2: note: (near initialization for 'GenericMsgs[287]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:884:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:884:2: note: (near initialization for 'GenericMsgs[288]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:885:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:885:2: note: (near initialization for 'GenericMsgs[289]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:886:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:886:2: note: (near initialization for 'GenericMsgs[290]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:887:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:887:2: note: (near initialization for 'GenericMsgs[291]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:888:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:888:2: note: (near initialization for 'GenericMsgs[292]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:889:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:889:2: note: (near initialization for 'GenericMsgs[293]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:890:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:890:2: note: (near initialization for 'GenericMsgs[294]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:891:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:891:2: note: (near initialization for 'GenericMsgs[295]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:892:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:892:2: note: (near initialization for 'GenericMsgs[296]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:893:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:893:2: note: (near initialization for 'GenericMsgs[297]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:894:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:894:2: note: (near initialization for 'GenericMsgs[298]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:895:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:895:2: note: (near initialization for 'GenericMsgs[299]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:896:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:896:2: note: (near initialization for 'GenericMsgs[300]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:897:2: warning: braces around scalar initializer { "TUR failure: Slot %d: No media" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:897:2: note: (near initialization for 'GenericMsgs[301]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:898:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Needs formatting" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:898:2: note: (near initialization for 'GenericMsgs[302]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:899:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Unit attention error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:899:2: note: (near initialization for 'GenericMsgs[303]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:900:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Hardware error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:900:2: note: (near initialization for 'GenericMsgs[304]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:901:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Bad media" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:901:2: note: (near initialization for 'GenericMsgs[305]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:902:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Illegal request" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:902:2: note: (near initialization for 'GenericMsgs[306]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:903:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Unknown error (%d/%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:903:2: note: (near initialization for 'GenericMsgs[307]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:904:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Aborted Command" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:904:2: note: (near initialization for 'GenericMsgs[308]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:905:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Sense Key %#x ASC %#x ASCQ %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:905:2: note: (near initialization for 'GenericMsgs[309]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:906:2: warning: braces around scalar initializer { "TUR failure: Slot %d: Failed to get the device ready for access: Retries exceeded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:906:2: note: (near initialization for 'GenericMsgs[310]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:907:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:907:2: note: (near initialization for 'GenericMsgs[311]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:908:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:908:2: note: (near initialization for 'GenericMsgs[312]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:909:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:909:2: note: (near initialization for 'GenericMsgs[313]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:910:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:910:2: note: (near initialization for 'GenericMsgs[314]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:911:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:911:2: note: (near initialization for 'GenericMsgs[315]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:912:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:912:2: note: (near initialization for 'GenericMsgs[316]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:913:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:913:2: note: (near initialization for 'GenericMsgs[317]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:914:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:914:2: note: (near initialization for 'GenericMsgs[318]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:915:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:915:2: note: (near initialization for 'GenericMsgs[319]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:916:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:916:2: note: (near initialization for 'GenericMsgs[320]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:917:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:917:2: note: (near initialization for 'GenericMsgs[321]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:918:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:918:2: note: (near initialization for 'GenericMsgs[322]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:919:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:919:2: note: (near initialization for 'GenericMsgs[323]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:920:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:920:2: note: (near initialization for 'GenericMsgs[324]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:921:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:921:2: note: (near initialization for 'GenericMsgs[325]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:922:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:922:2: note: (near initialization for 'GenericMsgs[326]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:923:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:923:2: note: (near initialization for 'GenericMsgs[327]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:924:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:924:2: note: (near initialization for 'GenericMsgs[328]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:925:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:925:2: note: (near initialization for 'GenericMsgs[329]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:926:2: warning: braces around scalar initializer { "SC: dev %d cmd %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:926:2: note: (near initialization for 'GenericMsgs[330]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:927:2: warning: braces around scalar initializer { "Drive returns : needs formatting" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:927:2: note: (near initialization for 'GenericMsgs[331]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:928:2: warning: braces around scalar initializer { "Timeout on Clear drive [duration %d secs, active state %d]: Failed to remove slot %d from drive" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:928:2: note: (near initialization for 'GenericMsgs[332]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:929:2: warning: braces around scalar initializer { "Cannot determine which drive is bad [%d, %d, %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:929:2: note: (near initialization for 'GenericMsgs[333]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:930:2: warning: braces around scalar initializer { "Cleaning cycle complete : %d cycles left" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:930:2: note: (near initialization for 'GenericMsgs[334]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:931:2: warning: braces around scalar initializer { "** NOT USED ** Read storage element status failed: Slot %d in drive." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:931:2: note: (near initialization for 'GenericMsgs[335]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:932:2: warning: braces around scalar initializer { "Slot %d free in storage element, inuse in catalog" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:932:2: note: (near initialization for 'GenericMsgs[336]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:933:2: warning: braces around scalar initializer { "No free slot" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:933:2: note: (near initialization for 'GenericMsgs[337]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:934:2: warning: braces around scalar initializer { "Found free slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:934:2: note: (near initialization for 'GenericMsgs[338]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:935:2: warning: braces around scalar initializer { "Drive %d slot %d occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:935:2: note: (near initialization for 'GenericMsgs[339]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:936:2: warning: braces around scalar initializer { "Transport slot %d occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:936:2: note: (near initialization for 'GenericMsgs[340]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:937:2: warning: braces around scalar initializer { "Imp/Exp slot %d occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:937:2: note: (near initialization for 'GenericMsgs[341]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:938:2: warning: braces around scalar initializer { "Move empty media tray: from %d to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:938:2: note: (near initialization for 'GenericMsgs[342]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:939:2: warning: braces around scalar initializer { "Move empty media tray failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:939:2: note: (near initialization for 'GenericMsgs[343]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:940:2: warning: braces around scalar initializer { "Move empty media tray complete" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:940:2: note: (near initialization for 'GenericMsgs[344]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:941:2: warning: braces around scalar initializer { "Position removable media file from 0x%x to 0x%x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:941:2: note: (near initialization for 'GenericMsgs[345]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:942:2: warning: braces around scalar initializer { "init_library_configuration failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:942:2: note: (near initialization for 'GenericMsgs[346]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:943:2: warning: braces around scalar initializer { "TUR failure: No media" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:943:2: note: (near initialization for 'GenericMsgs[347]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:944:2: warning: braces around scalar initializer { "TUR failure: Needs formatting" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:944:2: note: (near initialization for 'GenericMsgs[348]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:945:2: warning: braces around scalar initializer { "TUR failure: Unit attention error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:945:2: note: (near initialization for 'GenericMsgs[349]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:946:2: warning: braces around scalar initializer { "TUR failure: Hardware error" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:946:2: note: (near initialization for 'GenericMsgs[350]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:947:2: warning: braces around scalar initializer { "TUR failure: Bad media" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:947:2: note: (near initialization for 'GenericMsgs[351]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:948:2: warning: braces around scalar initializer { "TUR failure: Illegal request" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:948:2: note: (near initialization for 'GenericMsgs[352]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:949:2: warning: braces around scalar initializer { "TUR failure: Unknown error (%d/%d)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:949:2: note: (near initialization for 'GenericMsgs[353]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:950:2: warning: braces around scalar initializer { "TUR failure: Aborted Command" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:950:2: note: (near initialization for 'GenericMsgs[354]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:951:2: warning: braces around scalar initializer { "TUR failure: Sense Key %#x ASC %#x ASCQ %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:951:2: note: (near initialization for 'GenericMsgs[355]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:952:2: warning: braces around scalar initializer { "TUR failure: Retries exceeded" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:952:2: note: (near initialization for 'GenericMsgs[356]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:953:2: warning: braces around scalar initializer { "Cannot clear drive : move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:953:2: note: (near initialization for 'GenericMsgs[357]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:954:2: warning: braces around scalar initializer { "Cannot clear drive: move failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:954:2: note: (near initialization for 'GenericMsgs[358]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:955:2: warning: braces around scalar initializer { "Timeout on Clear drive [duration %d secs, active state %d]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:955:2: note: (near initialization for 'GenericMsgs[359]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:956:2: warning: braces around scalar initializer { "** NOT USED ** Read storage element status failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:956:2: note: (near initialization for 'GenericMsgs[360]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:957:2: warning: braces around scalar initializer { "Library element reports no drives available" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:957:2: note: (near initialization for 'GenericMsgs[361]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:958:2: warning: braces around scalar initializer { "%d drives available" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:958:2: note: (near initialization for 'GenericMsgs[362]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:959:2: warning: braces around scalar initializer { "Drive exception bit set (%#x:%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:959:2: note: (near initialization for 'GenericMsgs[363]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:960:2: warning: braces around scalar initializer { "Clean failed, drive remains dirty after cleaning" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:960:2: note: (near initialization for 'GenericMsgs[364]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:961:2: warning: braces around scalar initializer { "position_rmedia locking active_io setpos %llx, fd_stage %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:961:2: note: (near initialization for 'GenericMsgs[365]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:962:2: warning: braces around scalar initializer { "dodirio locking active_io setpos %llx, fd_stage %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:962:2: note: (near initialization for 'GenericMsgs[366]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:963:2: warning: braces around scalar initializer { "Process scsi error, action %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:963:2: note: (near initialization for 'GenericMsgs[367]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:966:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:966:2: note: (near initialization for 'GrauMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:967:2: warning: braces around scalar initializer { "Slot %d: %s fails : d_errno %d (0x%x) %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:967:2: note: (near initialization for 'GrauMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:968:2: warning: braces around scalar initializer { "Command fails : d_error %d: Range error 0-%d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:968:2: note: (near initialization for 'GrauMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:969:2: warning: braces around scalar initializer { "Move failed - cannot clear: Can not remove slot %d from drive" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:969:2: note: (near initialization for 'GrauMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:970:2: warning: braces around scalar initializer { "Robot Audit not supported for GRAU" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:970:2: note: (near initialization for 'GrauMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:971:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:971:2: note: (near initialization for 'GrauMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:972:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:972:2: note: (near initialization for 'GrauMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:973:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:973:2: note: (near initialization for 'GrauMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:974:2: warning: braces around scalar initializer { "aci_force_media: from %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:974:2: note: (near initialization for 'GrauMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:975:2: warning: braces around scalar initializer { "Return from force: %s." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:975:2: note: (near initialization for 'GrauMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:976:2: warning: braces around scalar initializer { "force returned: status = %d: d_error = %d [%s]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:976:2: note: (near initialization for 'GrauMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:977:2: warning: braces around scalar initializer { "force return: call error %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:977:2: note: (near initialization for 'GrauMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:978:2: warning: braces around scalar initializer { "to %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:978:2: note: (near initialization for 'GrauMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:979:2: warning: braces around scalar initializer { "api returns: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:979:2: note: (near initialization for 'GrauMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:980:2: warning: braces around scalar initializer { "errno %d, d_error %d [%s]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:980:2: note: (near initialization for 'GrauMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:981:2: warning: braces around scalar initializer { "Call error: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:981:2: note: (near initialization for 'GrauMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:982:2: warning: braces around scalar initializer { "from %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:982:2: note: (near initialization for 'GrauMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:983:2: warning: braces around scalar initializer { "api returns: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:983:2: note: (near initialization for 'GrauMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:984:2: warning: braces around scalar initializer { "errno %d, d_error %d [%s]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:984:2: note: (near initialization for 'GrauMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:985:2: warning: braces around scalar initializer { "Call error: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:985:2: note: (near initialization for 'GrauMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:986:2: warning: braces around scalar initializer { "from %s to %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:986:2: note: (near initialization for 'GrauMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:987:2: warning: braces around scalar initializer { "api returns: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:987:2: note: (near initialization for 'GrauMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:988:2: warning: braces around scalar initializer { "errno %d, d_error %d [%s]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:988:2: note: (near initialization for 'GrauMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:989:2: warning: braces around scalar initializer { "Call error: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:989:2: note: (near initialization for 'GrauMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:990:2: warning: braces around scalar initializer { "Barcode %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:990:2: note: (near initialization for 'GrauMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:991:2: warning: braces around scalar initializer { "api returns: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:991:2: note: (near initialization for 'GrauMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:992:2: warning: braces around scalar initializer { "errno %d, d_error %d [%s]" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:992:2: note: (near initialization for 'GrauMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:993:2: warning: braces around scalar initializer { "Call error: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:993:2: note: (near initialization for 'GrauMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:994:2: warning: braces around scalar initializer { "VSN %s already mounted" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:994:2: note: (near initialization for 'GrauMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:995:2: warning: braces around scalar initializer { "VSN %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:995:2: note: (near initialization for 'GrauMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:996:2: warning: braces around scalar initializer { "VSN %s slot not occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:996:2: note: (near initialization for 'GrauMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:997:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:997:2: note: (near initialization for 'GrauMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:998:2: warning: braces around scalar initializer { "d_errno(%d): Range error 0-%d." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:998:2: note: (near initialization for 'GrauMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:999:2: warning: braces around scalar initializer { "VSN %s unload failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:999:2: note: (near initialization for 'GrauMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1000:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1000:2: note: (near initialization for 'GrauMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1001:2: warning: braces around scalar initializer { "***" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1001:2: note: (near initialization for 'GrauMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1002:2: warning: braces around scalar initializer { "VSN %s mount failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1002:2: note: (near initialization for 'GrauMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1003:2: warning: braces around scalar initializer { "Abnormal condition: VSN %s was no longer located at slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1003:2: note: (near initialization for 'GrauMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1004:2: warning: braces around scalar initializer { "Thread failed for command %d, error %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1004:2: note: (near initialization for 'GrauMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1005:2: warning: braces around scalar initializer { "Retries exceeded on %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1005:2: note: (near initialization for 'GrauMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1006:2: warning: braces around scalar initializer { "API call for %s fails" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1006:2: note: (near initialization for 'GrauMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1007:2: warning: braces around scalar initializer { "Add to catalog failed: %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1007:2: note: (near initialization for 'GrauMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1008:2: warning: braces around scalar initializer { "default_capacity set to %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1008:2: note: (near initialization for 'GrauMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1009:2: warning: braces around scalar initializer { "%s fails : d_errno %d (0x%x) %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1009:2: note: (near initialization for 'GrauMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1010:2: warning: braces around scalar initializer { "Move failed - cannot clear" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1010:2: note: (near initialization for 'GrauMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1013:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1013:2: note: (near initialization for 'IBM3494Msgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1016:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1016:2: note: (near initialization for 'StkMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1017:2: warning: braces around scalar initializer { "Unable to mount on drive %d, drive is busy" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1017:2: note: (near initialization for 'StkMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1018:2: warning: braces around scalar initializer { "ACSLS cleaning cartridge unload check for complete remaining=%d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1018:2: note: (near initialization for 'StkMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1019:2: warning: braces around scalar initializer { "Stk library auto-clean enabled, sam-fs cleaning cancelled " }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1019:2: note: (near initialization for 'StkMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1022:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1022:2: note: (near initialization for 'MigrationMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1025:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1025:2: note: (near initialization for 'HistorianMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1026:2: warning: braces around scalar initializer { "Medium %s is loaded in drive %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1026:2: note: (near initialization for 'HistorianMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1027:2: warning: braces around scalar initializer { "Medium %s is not available for %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1027:2: note: (near initialization for 'HistorianMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1028:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1028:2: note: (near initialization for 'HistorianMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1029:2: warning: braces around scalar initializer { "fstat(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1029:2: note: (near initialization for 'HistorianMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1030:2: warning: braces around scalar initializer { "mmap(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1030:2: note: (near initialization for 'HistorianMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1031:2: warning: braces around scalar initializer { "Catalog size inconsistent: is %d, expected %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1031:2: note: (near initialization for 'HistorianMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1032:2: warning: braces around scalar initializer { "open(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1032:2: note: (near initialization for 'HistorianMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1033:2: warning: braces around scalar initializer { "write(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1033:2: note: (near initialization for 'HistorianMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1034:2: warning: braces around scalar initializer { "VSN %s not found" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1034:2: note: (near initialization for 'HistorianMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1035:2: warning: braces around scalar initializer { "** NOT USED ** Slot %d out of range" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1035:2: note: (near initialization for 'HistorianMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1036:2: warning: braces around scalar initializer { "Bad request %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1036:2: note: (near initialization for 'HistorianMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1037:2: warning: braces around scalar initializer { "** NOT USED ** Slot %d is not occupied" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1037:2: note: (near initialization for 'HistorianMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1038:2: warning: braces around scalar initializer { "VSN %s removed from historian" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1038:2: note: (near initialization for 'HistorianMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1039:2: warning: braces around scalar initializer { "** NOT USED ** VSN %s already exists in catalog at slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1039:2: note: (near initialization for 'HistorianMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1040:2: warning: braces around scalar initializer { "** NOT USED ** barcode already exists in catalog at slot %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1040:2: note: (near initialization for 'HistorianMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1041:2: warning: braces around scalar initializer { "Cc%cs(%d): %s-(%#x)%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1041:2: note: (near initialization for 'HistorianMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1042:2: warning: braces around scalar initializer { "Cc%ci(%d): %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1042:2: note: (near initialization for 'HistorianMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1043:2: warning: braces around scalar initializer { "Removing VSN %s %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1043:2: note: (near initialization for 'HistorianMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1044:2: warning: braces around scalar initializer { "CcRm: message area null" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1044:2: note: (near initialization for 'HistorianMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1045:2: warning: braces around scalar initializer { "MS:UpHp(%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1045:2: note: (near initialization for 'HistorianMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1046:2: warning: braces around scalar initializer { "Gc%cc(%d): %s(%#x)-%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1046:2: note: (near initialization for 'HistorianMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1047:2: warning: braces around scalar initializer { "Removing VSN %s %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1047:2: note: (near initialization for 'HistorianMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1048:2: warning: braces around scalar initializer { "CgRm(%d): message area null" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1048:2: note: (near initialization for 'HistorianMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1049:2: warning: braces around scalar initializer { "MS:GcHp(%#x)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1049:2: note: (near initialization for 'HistorianMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1050:2: warning: braces around scalar initializer { "ftruncate(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1050:2: note: (near initialization for 'HistorianMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1051:2: warning: braces around scalar initializer { "mmap(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1051:2: note: (near initialization for 'HistorianMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1052:2: warning: braces around scalar initializer { "Waiting for 60 seconds" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1052:2: note: (near initialization for 'HistorianMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1053:2: warning: braces around scalar initializer { "thr_create(monitor_msg)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1053:2: note: (near initialization for 'HistorianMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1054:2: warning: braces around scalar initializer { "thr_create(manage_list)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1054:2: note: (near initialization for 'HistorianMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1055:2: warning: braces around scalar initializer { "SIGALRM: Thread(s) gone, exiting" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1055:2: note: (near initialization for 'HistorianMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1056:2: warning: braces around scalar initializer { "Unable to kill thread %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1056:2: note: (near initialization for 'HistorianMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1057:2: warning: braces around scalar initializer { "Bad internal event" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1057:2: note: (near initialization for 'HistorianMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1058:2: warning: braces around scalar initializer { "Bad magic %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1058:2: note: (near initialization for 'HistorianMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1059:2: warning: braces around scalar initializer { "Unknown command %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1059:2: note: (near initialization for 'HistorianMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1060:2: warning: braces around scalar initializer { "Unknown event type %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1060:2: note: (near initialization for 'HistorianMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1061:2: warning: braces around scalar initializer { "thr_create(%s)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1061:2: note: (near initialization for 'HistorianMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1062:2: warning: braces around scalar initializer { "thr_create(unknown)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1062:2: note: (near initialization for 'HistorianMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1063:2: warning: braces around scalar initializer { "MS:MA: %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1063:2: note: (near initialization for 'HistorianMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1064:2: warning: braces around scalar initializer { "MS:RV: %#x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1064:2: note: (near initialization for 'HistorianMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1065:2: warning: braces around scalar initializer { "Shutdown request" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1065:2: note: (near initialization for 'HistorianMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1066:2: warning: braces around scalar initializer { "Adding VSN %s %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1066:2: note: (near initialization for 'HistorianMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1067:2: warning: braces around scalar initializer { "Cleaning tape successfully loaded in drive %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1067:2: note: (near initialization for 'HistorianMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1068:2: warning: braces around scalar initializer { "Stage request flags %x %x (canceled by fs)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1068:2: note: (near initialization for 'HistorianMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1069:2: warning: braces around scalar initializer { "Stage request flags %x %x (handles match, open in progress)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1069:2: note: (near initialization for 'HistorianMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1070:2: warning: braces around scalar initializer { "Stage request flags %d %d:%d.%d (handles match, open done)" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1070:2: note: (near initialization for 'HistorianMsgs[45]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1071:2: warning: braces around scalar initializer { "Error %d on write to media, catalog not updated." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1071:2: note: (near initialization for 'HistorianMsgs[46]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1074:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1074:2: note: (near initialization for 'SEFMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1075:2: warning: braces around scalar initializer { "Error getting supported log sense pages for device %s." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1075:2: note: (near initialization for 'SEFMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1076:2: warning: braces around scalar initializer { "Error getting log sense page %d for device %s." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1076:2: note: (near initialization for 'SEFMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1077:2: warning: braces around scalar initializer { "Unable to open sef log file, errno %d." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1077:2: note: (near initialization for 'SEFMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1078:2: warning: braces around scalar initializer { "Unable to malloc memory for sef data; skipping page %d for device %s." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1078:2: note: (near initialization for 'SEFMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1079:2: warning: braces around scalar initializer { "Error getting log sense page %d for device %s." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1079:2: note: (near initialization for 'SEFMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1080:2: warning: braces around scalar initializer { "Error writing log sense pages for dev %s, errno %d." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1080:2: note: (near initialization for 'SEFMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1081:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1081:2: note: (near initialization for 'SEFMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1082:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1082:2: note: (near initialization for 'SEFMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1083:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1083:2: note: (near initialization for 'SEFMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1084:2: warning: braces around scalar initializer { "Sef on. Calling sefinit, device %s." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1084:2: note: (near initialization for 'SEFMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1085:2: warning: braces around scalar initializer { "Sef off." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1085:2: note: (near initialization for 'SEFMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1086:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1086:2: note: (near initialization for 'SEFMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1087:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1087:2: note: (near initialization for 'SEFMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1088:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1088:2: note: (near initialization for 'SEFMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1089:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1089:2: note: (near initialization for 'SEFMsgs[15]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1090:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1090:2: note: (near initialization for 'SEFMsgs[16]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1091:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1091:2: note: (near initialization for 'SEFMsgs[17]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1092:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1092:2: note: (near initialization for 'SEFMsgs[18]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1093:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1093:2: note: (near initialization for 'SEFMsgs[19]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1094:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1094:2: note: (near initialization for 'SEFMsgs[20]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1095:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1095:2: note: (near initialization for 'SEFMsgs[21]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1096:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1096:2: note: (near initialization for 'SEFMsgs[22]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1097:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1097:2: note: (near initialization for 'SEFMsgs[23]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1098:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1098:2: note: (near initialization for 'SEFMsgs[24]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1099:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1099:2: note: (near initialization for 'SEFMsgs[25]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1100:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1100:2: note: (near initialization for 'SEFMsgs[26]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1101:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1101:2: note: (near initialization for 'SEFMsgs[27]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1102:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1102:2: note: (near initialization for 'SEFMsgs[28]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1103:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1103:2: note: (near initialization for 'SEFMsgs[29]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1104:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1104:2: note: (near initialization for 'SEFMsgs[30]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1105:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1105:2: note: (near initialization for 'SEFMsgs[31]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1106:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1106:2: note: (near initialization for 'SEFMsgs[32]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1107:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1107:2: note: (near initialization for 'SEFMsgs[33]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1108:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1108:2: note: (near initialization for 'SEFMsgs[34]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1109:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1109:2: note: (near initialization for 'SEFMsgs[35]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1110:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1110:2: note: (near initialization for 'SEFMsgs[36]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1111:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1111:2: note: (near initialization for 'SEFMsgs[37]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1112:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1112:2: note: (near initialization for 'SEFMsgs[38]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1113:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1113:2: note: (near initialization for 'SEFMsgs[39]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1114:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1114:2: note: (near initialization for 'SEFMsgs[40]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1115:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1115:2: note: (near initialization for 'SEFMsgs[41]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1116:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1116:2: note: (near initialization for 'SEFMsgs[42]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1117:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1117:2: note: (near initialization for 'SEFMsgs[43]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1118:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1118:2: note: (near initialization for 'SEFMsgs[44]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1119:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1119:2: note: (near initialization for 'SEFMsgs[45]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1120:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1120:2: note: (near initialization for 'SEFMsgs[46]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1121:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1121:2: note: (near initialization for 'SEFMsgs[47]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1122:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1122:2: note: (near initialization for 'SEFMsgs[48]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1123:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1123:2: note: (near initialization for 'SEFMsgs[49]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1124:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1124:2: note: (near initialization for 'SEFMsgs[50]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1125:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1125:2: note: (near initialization for 'SEFMsgs[51]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1126:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1126:2: note: (near initialization for 'SEFMsgs[52]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1127:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1127:2: note: (near initialization for 'SEFMsgs[53]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1128:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1128:2: note: (near initialization for 'SEFMsgs[54]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1129:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1129:2: note: (near initialization for 'SEFMsgs[55]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1130:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1130:2: note: (near initialization for 'SEFMsgs[56]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1131:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1131:2: note: (near initialization for 'SEFMsgs[57]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1132:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1132:2: note: (near initialization for 'SEFMsgs[58]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1133:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1133:2: note: (near initialization for 'SEFMsgs[59]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1134:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1134:2: note: (near initialization for 'SEFMsgs[60]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1135:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1135:2: note: (near initialization for 'SEFMsgs[61]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1136:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1136:2: note: (near initialization for 'SEFMsgs[62]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1137:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1137:2: note: (near initialization for 'SEFMsgs[63]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1138:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1138:2: note: (near initialization for 'SEFMsgs[64]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1139:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1139:2: note: (near initialization for 'SEFMsgs[65]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1140:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1140:2: note: (near initialization for 'SEFMsgs[66]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1141:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1141:2: note: (near initialization for 'SEFMsgs[67]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1142:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1142:2: note: (near initialization for 'SEFMsgs[68]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1143:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1143:2: note: (near initialization for 'SEFMsgs[69]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1144:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1144:2: note: (near initialization for 'SEFMsgs[70]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1145:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1145:2: note: (near initialization for 'SEFMsgs[71]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1146:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1146:2: note: (near initialization for 'SEFMsgs[72]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1147:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1147:2: note: (near initialization for 'SEFMsgs[73]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1148:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1148:2: note: (near initialization for 'SEFMsgs[74]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1149:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1149:2: note: (near initialization for 'SEFMsgs[75]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1150:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1150:2: note: (near initialization for 'SEFMsgs[76]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1151:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1151:2: note: (near initialization for 'SEFMsgs[77]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1152:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1152:2: note: (near initialization for 'SEFMsgs[78]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1153:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1153:2: note: (near initialization for 'SEFMsgs[79]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1154:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1154:2: note: (near initialization for 'SEFMsgs[80]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1155:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1155:2: note: (near initialization for 'SEFMsgs[81]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1156:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1156:2: note: (near initialization for 'SEFMsgs[82]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1157:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1157:2: note: (near initialization for 'SEFMsgs[83]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1158:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1158:2: note: (near initialization for 'SEFMsgs[84]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1159:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1159:2: note: (near initialization for 'SEFMsgs[85]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1160:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1160:2: note: (near initialization for 'SEFMsgs[86]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1161:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1161:2: note: (near initialization for 'SEFMsgs[87]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1162:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1162:2: note: (near initialization for 'SEFMsgs[88]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1163:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1163:2: note: (near initialization for 'SEFMsgs[89]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1164:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1164:2: note: (near initialization for 'SEFMsgs[90]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1165:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1165:2: note: (near initialization for 'SEFMsgs[91]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1166:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1166:2: note: (near initialization for 'SEFMsgs[92]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1167:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1167:2: note: (near initialization for 'SEFMsgs[93]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1168:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1168:2: note: (near initialization for 'SEFMsgs[94]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1169:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1169:2: note: (near initialization for 'SEFMsgs[95]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1170:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1170:2: note: (near initialization for 'SEFMsgs[96]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1171:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1171:2: note: (near initialization for 'SEFMsgs[97]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1172:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1172:2: note: (near initialization for 'SEFMsgs[98]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1173:2: warning: braces around scalar initializer { NULL }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1173:2: note: (near initialization for 'SEFMsgs[99]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1174:2: warning: braces around scalar initializer { "SEF supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1174:2: note: (near initialization for 'SEFMsgs[100]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1175:2: warning: braces around scalar initializer { "Failed getting SEF page %x, %02x %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1175:2: note: (near initialization for 'SEFMsgs[101]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1176:2: warning: braces around scalar initializer { "SEF sysevent failed at %s with error %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1176:2: note: (near initialization for 'SEFMsgs[102]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1177:2: warning: braces around scalar initializer { "SEF get uints" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1177:2: note: (near initialization for 'SEFMsgs[103]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1180:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1180:2: note: (near initialization for 'TapeAlertMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1181:2: warning: braces around scalar initializer { "TapeAlert supported" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1181:2: note: (near initialization for 'TapeAlertMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1182:2: warning: braces around scalar initializer { "Failed getting TapeAlert %02x %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1182:2: note: (near initialization for 'TapeAlertMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1183:2: warning: braces around scalar initializer { "Invalid TapeAlert page length %d" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1183:2: note: (near initialization for 'TapeAlertMsgs[3]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1184:2: warning: braces around scalar initializer { "Invalid TapeAlert page code %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1184:2: note: (near initialization for 'TapeAlertMsgs[4]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1185:2: warning: braces around scalar initializer { "Invalid TapeAlert parameter code %x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1185:2: note: (near initialization for 'TapeAlertMsgs[5]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1186:2: warning: braces around scalar initializer { "TapeAlert ver=%d eq=%d type=%d seq=%lld len=%d flags=0x%016llx" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1186:2: note: (near initialization for 'TapeAlertMsgs[6]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1187:2: warning: braces around scalar initializer { "TapeAlert ver=%d eq=%d type=%d seq=%lld len=%d flags=0x%016llx vsn=%s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1187:2: note: (near initialization for 'TapeAlertMsgs[7]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1188:2: warning: braces around scalar initializer { "TapeAlert sysevent failed at %s with error %s" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1188:2: note: (near initialization for 'TapeAlertMsgs[8]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1189:2: warning: braces around scalar initializer { "TapeAlert mode sense current %02x %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1189:2: note: (near initialization for 'TapeAlertMsgs[9]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1190:2: warning: braces around scalar initializer { "TapeAlert mode sense changeable %02x %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1190:2: note: (near initialization for 'TapeAlertMsgs[10]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1191:2: warning: braces around scalar initializer { "TapeAlert mode select polling %02x %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1191:2: note: (near initialization for 'TapeAlertMsgs[11]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1192:2: warning: braces around scalar initializer { "TapeAlert mode sense updated %02x %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1192:2: note: (near initialization for 'TapeAlertMsgs[12]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1193:2: warning: braces around scalar initializer { "TapeAlert run-time page 0x1c bytes 2 and 3: %02x %02x" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1193:2: note: (near initialization for 'TapeAlertMsgs[13]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1194:2: warning: braces around scalar initializer { "TapeAlert local file descriptor open failed" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1194:2: note: (near initialization for 'TapeAlertMsgs[14]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1197:2: warning: braces around scalar initializer { "" }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1197:2: note: (near initialization for 'PlasmonGMsgs[0]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1198:2: warning: braces around scalar initializer { "Plasmon G Enterprise emulation mode is not supported. Reconfigure the library." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1198:2: note: (near initialization for 'PlasmonGMsgs[1]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1199:2: warning: braces around scalar initializer { "Plasmon G Enterprise addressing scheme 1 must be used. Reconfigure the library." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1199:2: note: (near initialization for 'PlasmonGMsgs[2]') obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1200:2: warning: braces around scalar initializer { "Plasmon G Enterprise barcode type must be 2 or 3. Reconfigure the library." }, ^ obj/SunOS_illumos-5a46911672_i386/dev_logmsgs:1200:2: note: (near initialization for 'PlasmonGMsgs[3]') dev_log.c: In function 'DevLog': dev_log.c:258:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((uint64_t)msg - (uint64_t)msg_buf); ^ dev_log.c:258:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ((uint64_t)msg - (uint64_t)msg_buf); ^ dev_log.c:268:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] len = (uint64_t)msg - (uint64_t)msg_buf; ^ dev_log.c:268:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] len = (uint64_t)msg - (uint64_t)msg_buf; ^ dir_io.c: In function 'dodirio': dir_io.c:160:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (errflag = ^~~~~~~ fs_interface.c: In function 'notify_fs_mount': fs_interface.c:145:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if ((err == EAGAIN) || (err == ENOMEM) && ~~~~~~~~~~~~~~~~^~ (retry-- > 0)) { ~~~~~~~~~~~~~ ident_dev.c: In function 'dt_to_nm': ident_dev.c:889:38: warning: comparison between pointer and integer for (device = dev_nm2dt; device->dt != NULL; device++) { ^~ parsecmd.c: In function 'parse_init': parsecmd.c:130:17: warning: multi-character character constant [-Wmultichar] ph->ph_magic = 'PMGC'; ^~~~~~ parsecmd.c: In function 'parse_cmd_file': parsecmd.c:180:22: warning: multi-character character constant [-Wmultichar] if (ph->ph_magic != 'PMGC') { ^~~~~~ In file included from ../../../include/aml/shm.h:42:0, from preview.c:61: preview.c: In function 'remove_preview_ent': ../../../include/aml/preview.h:68:31: warning: comparison between pointer and integer #define PRE_REF_ADDR(x) (((x) == NULL) ? NULL : \ ^ preview.c:316:28: note: in expansion of macro 'PRE_REF_ADDR' (stage_preview_t *)PRE_REF_ADDR(next); ^~~~~~~~~~~~ preview.c: In function 'add_preview_entry': preview.c:1248:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (DBG_LVL(SAM_DBG_DEBUG)) ^ In file included from ../../../include/aml/shm.h:42:0, from preview.c:61: preview.c: In function 'prv_fswm_priority': ../../../include/aml/preview.h:68:31: warning: comparison between pointer and integer #define PRE_REF_ADDR(x) (((x) == NULL) ? NULL : \ ^ preview.c:1317:31: note: in expansion of macro 'PRE_REF_ADDR' prv_fs_ent = (prv_fs_ent_t *)PRE_REF_ADDR(preview_tbl->prv_fs_table); ^~~~~~~~~~~~ preview.c: In function 'set_fswm_priority': ../../../include/aml/preview.h:68:31: warning: comparison between pointer and integer #define PRE_REF_ADDR(x) (((x) == NULL) ? NULL : \ ^ preview.c:1399:23: note: in expansion of macro 'PRE_REF_ADDR' (prv_fs_ent_t *)PRE_REF_ADDR(preview_tbl->prv_fs_table); ^~~~~~~~~~~~ scsi_cmd.c: In function 'scsi_cmd': scsi_cmd.c:135:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!(IO_table[indx].initialized)) ^ scsi_cmd.c: In function 'spin_unit': scsi_cmd.c:1353:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!(IO_table[indx].initialized)) ^ tape.c: In function 'create_tape_eof': tape.c:167:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!(IO_table[indx].initialized)) ^ tape.c: In function 'tape_append': tape.c:586:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!(IO_table[indx].initialized)) ^ tape.c: In function 'find_tape_file': tape.c:1026:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!(IO_table[indx].initialized)) ^ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.a ln -s ../../../src/lib/samfs/obj/SunOS_illumos-5a46911672_i386/libsamfs.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.so ln -s ../../../src/lib/samfs/obj/SunOS_illumos-5a46911672_i386/libsamfs.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.so In file included from ../../../include/sam/defaults.h:43:0, from sam_audit.c:53: sam_audit.c: In function 'sam_audit': ../../../include/aml/types.h:177:20: warning: suggest parentheses around '&&' within '||' [-Wparentheses] x.gid == SAM_OPER && x.priv.fullaudit) sam_audit.c:146:8: note: in expansion of macro 'SAM_OPER_FULLAUDIT' if (!SAM_OPER_FULLAUDIT(operator)) { ^~~~~~~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_chmed.c:55: sam_chmed.c: In function 'sam_chmed_value': ../../../include/aml/types.h:174:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_LABEL(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.label) sam_chmed.c:206:7: note: in expansion of macro 'SAM_OPER_LABEL' if (!SAM_OPER_LABEL(operator)) { ^~~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_clear_request.c:53: sam_clear_request.c: In function 'sam_clear_request': ../../../include/aml/types.h:179:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_CLEAR(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.clear) sam_clear_request.c:119:7: note: in expansion of macro 'SAM_OPER_CLEAR' if (!SAM_OPER_CLEAR(operator)) { ^~~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_export.c:59: sam_export.c: In function 'ExportCartridge': ../../../include/aml/types.h:175:59: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_SLOT(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.slot) sam_export.c:305:7: note: in expansion of macro 'SAM_OPER_SLOT' if (!SAM_OPER_SLOT(operator)) { ^~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_import.c:51: sam_import.c: In function 'sam_import': ../../../include/aml/types.h:175:59: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_SLOT(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.slot) sam_import.c:125:7: note: in expansion of macro 'SAM_OPER_SLOT' if (!SAM_OPER_SLOT(operator)) { ^~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_label.c:71: sam_label.c: In function 'sam_label': ../../../include/aml/types.h:174:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_LABEL(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.label) sam_label.c:359:7: note: in expansion of macro 'SAM_OPER_LABEL' if (!SAM_OPER_LABEL(operator)) { ^~~~~~~~~~~~~~ sam_live.c: In function 'samlive_devhandle': sam_live.c:76:29: warning: comparison between pointer and integer #define MEM_OFFSET(x) (((x) == NULL? NULL : ((char *)mem->address + (int)x))) ^ sam_live.c:147:26: note: in expansion of macro 'MEM_OFFSET' Dev_Head = (dev_ent_t *)MEM_OFFSET(shm_ptr_tbl->first_dev); ^~~~~~~~~~ sam_live.c: In function 'samlive_devlist': sam_live.c:76:29: warning: comparison between pointer and integer #define MEM_OFFSET(x) (((x) == NULL? NULL : ((char *)mem->address + (int)x))) ^ sam_live.c:194:26: note: in expansion of macro 'MEM_OFFSET' Dev_Head = (dev_ent_t *)MEM_OFFSET(shm_ptr_tbl->first_dev); ^~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from ../../../include/aml/shm.h:41, from sam_load.c:58: sam_load.c: In function 'sam_load': ../../../include/aml/types.h:175:59: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_SLOT(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.slot) sam_load.c:216:8: note: in expansion of macro 'SAM_OPER_SLOT' if (!SAM_OPER_SLOT(operator)) { ^~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_move.c:57: sam_move.c: In function 'MoveCartridge': ../../../include/aml/types.h:175:59: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_SLOT(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.slot) sam_move.c:309:7: note: in expansion of macro 'SAM_OPER_SLOT' if (!SAM_OPER_SLOT(operator)) { ^~~~~~~~~~~~~ sam_preview.c: In function 'SamSetPreviewPri': sam_preview.c:115:37: warning: passing argument 3 of 'shmat' makes integer from pointer without a cast [-Wint-conversion] shmat(preview_shm.shmid, NULL, NULL); /* r/w */ ^~~~ In file included from sam_preview.c:49:0: /usr/include/sys/shm.h:127:7: note: expected 'int' but argument is of type 'void *' void *shmat(int, const void *, int); ^~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_set_state.c:54: sam_set_state.c: In function 'sam_set_state': ../../../include/aml/types.h:178:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_STATE(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.state) sam_set_state.c:132:6: note: in expansion of macro 'SAM_OPER_STATE' SAM_OPER_STATE(operator))) { ^~~~~~~~~~~~~~ In file included from ../../../include/aml/device.h:51:0, from sam_unload.c:54: sam_unload.c: In function 'sam_unload': ../../../include/aml/types.h:175:59: warning: suggest parentheses around '&&' within '||' [-Wparentheses] #define SAM_OPER_SLOT(x) (x.gid == 0 || x.gid == SAM_OPER && x.priv.slot) sam_unload.c:123:27: note: in expansion of macro 'SAM_OPER_SLOT' if (IS_ROBOT(device) && !SAM_OPER_SLOT(operator)) { ^~~~~~~~~~~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.a ln -s ../../../src/lib/samapi/obj/SunOS_illumos-5a46911672_i386/libsamapi.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.so ln -s ../../../src/lib/samapi/obj/SunOS_illumos-5a46911672_i386/libsamapi.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.so util.c: In function 'sam_db_id_allname': util.c:345:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (dirp->d_fmt != 0 && ~~~~~~~~~~~~~~~~~^~ id.ino == 0 || ( ~~~~~~~~~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.a ln -s ../../../src/lib/samdb/obj/SunOS_illumos-5a46911672_i386/libsamdb.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.so ln -s ../../../src/lib/samdb/obj/SunOS_illumos-5a46911672_i386/libsamdb.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.so rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.a ln -s ../../../src/lib/sammig/obj/SunOS_illumos-5a46911672_i386/libsammig.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.so ln -s ../../../src/lib/sammig/obj/SunOS_illumos-5a46911672_i386/libsammig.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.so tail.c: In function 'tail': tail.c:185:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (cur = read_previous_line(cur, cmap)) { ^~~ In file included from ../../../include/pub/mgmt/archive.h:42:0, from ../../../include/mgmt/config/media.h:44, from server_info.c:55: server_info.c: In function 'get_sc_nodes': ../../../include/mgmt/util.h:46:19: warning: the address of 'name' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ server_info.c:1732:34: note: in expansion of macro 'Str' Trace(TR_DEBUG, "nodename=%s", Str(name)); ^~~ ../../../include/mgmt/util.h:46:19: warning: the address of 'nodeid' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ server_info.c:1761:32: note: in expansion of macro 'Str' Trace(TR_DEBUG, "nodeid=%s", Str(nodeid)); ^~~ server_info.c: In function 'get_sc_ui_state': ../../../include/mgmt/util.h:46:19: warning: the address of 'running' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ server_info.c:1819:42: note: in expansion of macro 'Str' Trace(TR_MISC, "webconsole running=%s", Str(running)); ^~~ ../../../include/mgmt/util.h:46:19: warning: the address of 'running' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ server_info.c:1836:19: note: in expansion of macro 'Str' if (0 == strcmp(Str(running), "yes")) // webconsole running ^~~ log_info.c: In function 'get_releaselog_info': log_info.c:866:8: warning: variable 'releaser_log' set but not used [-Wunused-but-set-variable] char releaser_log[128]; releaser_log[0] = '\0'; ^~~~~~~~~~~~ fs/hosts.c: In function 'cfg_get_hosts_config': fs/hosts.c:1226:25: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (stat_arg.fs_name != '\0') { ^~ fs/hosts.c:1226:8: note: did you mean to dereference the pointer? if (stat_arg.fs_name != '\0') { ^ string_hash.c: In function 'hash_n_bytes': string_hash.c:436:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (g = h & 0XF0000000) { ^ archiver/key.c: In function 'keys_match': archiver/key.c:90:28: warning: 'sizeof' on array function parameter 'k1' will return size of 'unsigned char *' [-Wsizeof-array-argument] if (memcmp(k1, k2, sizeof (k1)) == 0) { ^ archiver/key.c:84:14: note: declared here struct_key_t k1, ^~ archiver/key.c:90:28: warning: argument to 'sizeof' in 'memcmp' call is the same expression as the first source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] if (memcmp(k1, k2, sizeof (k1)) == 0) { ^ init.c:220:14: warning: 'program_name' initialized and declared 'extern' extern char *program_name = NULL; ^~~~~~~~~~~~ In file included from ../../../include/pub/mgmt/archive.h:42:0, from ../../../include/pub/mgmt/filesystem.h:44, from fs/fscmd.c:46: fs/fscmd.c: In function 'fs_mk': ../../../include/mgmt/util.h:46:19: warning: the address of 'line' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ fs/fscmd.c:315:41: note: in expansion of macro 'Str' Trace(TR_MISC, "fs_mk progress: %s", Str(line)); ^~~ device/sam_wrap.c: In function 'get_libraries_from_shm': device/sam_wrap.c:147:52: warning: comparison between pointer and integer if (shm_ptr_tbl == NULL || shm_ptr_tbl->first_dev == NULL) { ^~ device/sam_wrap.c: In function 'get_sdrives_from_shm': device/sam_wrap.c:475:52: warning: comparison between pointer and integer if (shm_ptr_tbl == NULL || shm_ptr_tbl->first_dev == NULL) { ^~ device/sam_wrap.c: In function 'get_available_mtype_from_shm': device/sam_wrap.c:609:52: warning: comparison between pointer and integer if (shm_ptr_tbl == NULL || shm_ptr_tbl->first_dev == NULL) { ^~ device/media.c: In function 'get_nw_library': device/media.c:1470:3: warning: case value '6220' not in enumerated type 'nw_lib_type_t {aka enum NETWORK_ATTACHED_LIBRARY_TYPE}' [-Wswitch] case DT_GRAUACI: ^~~~ device/media.c:1413:3: warning: case value '6222' not in enumerated type 'nw_lib_type_t {aka enum NETWORK_ATTACHED_LIBRARY_TYPE}' [-Wswitch] case DT_STKAPI: ^~~~ device/media.c:1468:3: warning: case value '6225' not in enumerated type 'nw_lib_type_t {aka enum NETWORK_ATTACHED_LIBRARY_TYPE}' [-Wswitch] case DT_IBMATL: ^~~~ device/media.c:1469:3: warning: case value '6234' not in enumerated type 'nw_lib_type_t {aka enum NETWORK_ATTACHED_LIBRARY_TYPE}' [-Wswitch] case DT_SONYPSC: ^~~~ device/media.c: In function 'set_vol_filter': device/media.c:3427:28: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(filterp, 0, sizeof (filterp)); ^ device/media.c: In function 'list_volumes': device/media.c:3607:23: warning: variable 'ch' set but not used [-Wunused-but-set-variable] struct CatalogHdr *ch; ^~ device/media.c: In function 'build_dev': device/media.c:593:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ In file included from recycler/recycler.c:43:0: ../../../src/recycler/recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ In file included from archiver/parse_archiver.c:65:0: archiver/parse_archiver.c: In function 'init_ar_copy_params': ../../../include/pub/mgmt/types.h:56:22: warning: overflow in implicit constant conversion [-Woverflow] #define fsize_reset 0xffffffffffffffff ^ archiver/parse_archiver.c:816:15: note: in expansion of macro 'fsize_reset' p->bufsize = fsize_reset; /* defaults to media value */ ^~~~~~~~~~~ In file included from archiver/parse_archiver.c:66:0: archiver/parse_archiver.c: In function 'defineCopy': ../../../include/mgmt/util.h:46:19: warning: the address of 'dirName' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ archiver/parse_archiver.c:2624:38: note: in expansion of macro 'Str' Trace(TR_DEBUG, "defining copy %s", Str(dirName)); ^~~ archiver/parse_archiver.c: In function 'propSetfield': ../../../include/mgmt/util.h:46:19: warning: the address of 'dirName' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ archiver/parse_archiver.c:2939:57: note: in expansion of macro 'Str' Trace(TR_DEBUG, "handling properties setfield for %s", Str(dirName)); ^~~ archiver/cfg_archiver.c: In function 'write_global_dirs': archiver/cfg_archiver.c:1411:21: warning: comparison between 'ExamMethod_t {aka enum }' and 'enum ' [-Wenum-compare] g->scan_method != EM_NOT_SET && g->scan_method != enum_reset) { ^~ archiver/cfg_archiver.c: In function 'write_ar_fs_directive_t': archiver/cfg_archiver.c:1683:22: warning: comparison between 'ExamMethod_t {aka enum }' and 'enum ' [-Wenum-compare] fs->scan_method != EM_NOT_SET && ^~ archiver/cfg_archiver.c: In function 'get_copy_cfg_str': archiver/cfg_archiver.c:3243:11: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (cp == '\0') { ^~ archiver/cfg_archiver.c:3243:8: note: did you mean to dereference the pointer? if (cp == '\0') { ^ fs/vfstab.c: In function 'is_mandatory_vfs_entry': fs/vfstab.c:1661:34: warning: comparison between pointer and zero character constant [-Wpointer-compare] for (i = 0; mandatory_fields[i] != '\0'; i++) { ^~ fs/vfstab.c:1661:14: note: did you mean to dereference the pointer? for (i = 0; mandatory_fields[i] != '\0'; i++) { ^ In file included from diskvols/parse_diskvols.c:69:0: diskvols/parse_diskvols.c: In function 'procClients': ../../../include/mgmt/util.h:46:19: warning: the address of 'dir_name' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ diskvols/parse_diskvols.c:430:43: note: in expansion of macro 'Str' Trace(TR_OPRMSG, "processing client %s", Str(dir_name)); ^~~ diskvols/cfg_diskvols.c: In function 'read_diskvols_cfg': diskvols/cfg_diskvols.c:85:41: warning: comparison between pointer and integer if (ctx != NULL && *ctx->read_location != NULL) { ^~ In file included from ../../../include/pub/mgmt/archive.h:42:0, from ../../../include/pub/mgmt/filesystem.h:44, from fs/filesystem.c:66: fs/filesystem.c: In function 'set_shared_fs_status_flags': ../../../include/mgmt/util.h:46:19: warning: the address of 'host_name' will always evaluate as 'true' [-Waddress] #define Str(s) (s ? (char *)s : "NULL") ^ fs/filesystem.c:608:36: note: in expansion of macro 'Str' Trace(TR_MISC, "host name is %s", Str(host_name)); ^~~ fs/fs.c: In function 'get_set_dfstab': fs/fs.c:2154:11: warning: return makes integer from pointer without a cast [-Wint-conversion] return (NULL); ^ fs/fs.c:2345:3: warning: attempt to free a non-heap object 'tmptabnam' [-Wfree-nonheap-object] free(tmptabnam); ^~~~~~~~~~~~~~~ restore/samrfunc.c: In function 'restore_inodes': restore/samrfunc.c:823:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (rval = set_dump(fsname, dumpname, dsp)) { ^~~~ file_util.c: In function 'create_file': file_util.c:167:31: warning: passing argument 3 of 'mknod' makes integer from pointer without a cast [-Wint-conversion] if (mknod(full_path, mode, NULL) != 0) { ^~~~ In file included from /usr/include/sys/stat.h:517:0, from file_util.c:38: /usr/include/sys/stat_impl.h:55:12: note: expected 'dev_t {aka long unsigned int}' but argument is of type 'void *' extern int mknod(const char *, mode_t, dev_t); ^~~~~ task_schedule.c: In function 'generate_crontab_entry': task_schedule.c:1395:22: warning: comparison of constant '31' with boolean expression is always true [-Wbool-compare] if (0 < interval <= 31) { ^~ task_schedule.c:1395:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (0 < interval <= 31) { ~~^~~~~~~~~~ task_schedule.c:1401:22: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare] if (7 > interval >= 0) { ^~ task_schedule.c:1401:11: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (7 > interval >= 0) { ~~^~~~~~~~~~ reports/file_metrics_report.c: In function 'get_file_metrics_report': reports/file_metrics_report.c:76:20: warning: comparison of constant '5' with boolean expression is always true [-Wbool-compare] if (!(0 < rptType < NUM_FM_RPTS)) { ^ reports/file_metrics_report.c:76:10: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if (!(0 < rptType < NUM_FM_RPTS)) { ~~^~~~~~~~~ rpc/xdr/types_xdr.c: In function 'xdr_charstararray': rpc/xdr/types_xdr.c:716:3: warning: enumeration value 'XDR_ENCODE' not handled in switch [-Wswitch] switch (xdrs->x_op) { ^~~~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.a ln -s ../../../src/lib/sammgmt/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.a ld: warning: relocation error: R_386_32: file obj/SunOS_illumos-5a46911672_i386/stager.o: symbol TraceFlags: external symbolic relocation against non-allocatable section .debug_info; cannot be processed at runtime: relocation ignored rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so ln -s ../../../src/lib/sammgmt/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so ../xdr/types_xdr.c: In function 'xdr_charstararray': ../xdr/types_xdr.c:716:3: warning: enumeration value 'XDR_ENCODE' not handled in switch [-Wswitch] switch (xdrs->x_op) { ^~~~~~ rm -f ../../../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmtrpc.a ln -s ../../../src/lib/sammgmt/rpc/client/obj/SunOS_illumos-5a46911672_i386/libfsmgmtrpc.a ../../../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmtrpc.a rm -f ../../../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmtrpc.so ln -s ../../../src/lib/sammgmt/rpc/client/obj/SunOS_illumos-5a46911672_i386/libfsmgmtrpc.so ../../../../../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmtrpc.so ../xdr/types_xdr.c: In function 'xdr_charstararray': ../xdr/types_xdr.c:716:3: warning: enumeration value 'XDR_ENCODE' not handled in switch [-Wswitch] switch (xdrs->x_op) { ^~~~~~ pax_util.c: In function 'strtosize_t': pax_util.c:58:14: warning: missing terminating ' character #error couldn't figure out the sizeof (size_t) ^ pax_pair.c: In function 'pxp_get_line': pax_pair.c:447:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return (NULL); ^ pax_hdr.c: In function 'ph_write_header': pax_hdr.c:332:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (def_has_xhdr = ph_has_ext_hdr(defaults)) { ^~~~~~~~~~~~ pax_hdr.c: In function '_ph_get_string': pax_hdr.c:1035:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (pair = pxh_get_pair(hdr->xhdr_list, xhdr_key, NULL)) { ^~~~ pax_hdr.c: In function '_ph_get_unsigned': pax_hdr.c:1077:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (pair = pxh_get_pair(hdr->xhdr_list, xhdr_key, NULL)) { ^~~~ pax_hdr.c: In function '_ph_get_signed': pax_hdr.c:1111:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (pair = pxh_get_pair(hdr->xhdr_list, xhdr_key, NULL)) { ^~~~ pax_hdr.c: In function '_ph_get_time': pax_hdr.c:1145:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (pair = pxh_get_pair(hdr->xhdr_list, xhdr_key, NULL)) { ^~~~ rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.a ln -s ../../../src/lib/pax_hdr/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.a ../../../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.a rm -f ../../../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so ln -s ../../../src/lib/pax_hdr/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so ../../../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so bswap_data.c up-to-date utility.c: In function 'close_devices': utility.c:316:41: warning: comparison between pointer and integer if (is_osd_group(dp->type) && (dp->oh != NULL)) { ^~ bswap_data.c up-to-date utility.c: In function 'close_devices': utility.c:316:41: warning: comparison between pointer and integer if (is_osd_group(dp->type) && (dp->oh != NULL)) { ^~ sam_dump.c: In function 'process_saved_dir_list': sam_dump.c:919:37: warning: passing argument 3 of 'csd_dump_path' makes integer from pointer without a cast [-Wint-conversion] csd_dump_path("recursive", path, NULL); ^~~~ sam_dump.c:546:1: note: expected 'mode_t {aka long unsigned int}' but argument is of type 'void *' csd_dump_path( ^~~~~~~~~~~~~ samfsck.c:488:1: warning: return type of 'main' is not 'int' [-Wmain] main(int argc, char **argv) ^~~~ samfsck.c: In function 'read_sys_inodes': samfsck.c:4082:41: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (sblk_version == SAM_INODE_VERSION && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ (inode_ino->di.version != sblk_version && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inode_ino->di.version != (sblk_version-1)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ samfsck.c:488:1: warning: return type of 'main' is not 'int' [-Wmain] main(int argc, char **argv) ^~~~ samfsck.c: In function 'read_sys_inodes': samfsck.c:4082:41: warning: suggest parentheses around '&&' within '||' [-Wparentheses] (sblk_version == SAM_INODE_VERSION && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ (inode_ino->di.version != sblk_version && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inode_ino->di.version != (sblk_version-1)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sammkfs.c: In function 'process_args': sammkfs.c:609:3: warning: enumeration value 'SAM_FSINFO' not handled in switch [-Wswitch] switch (cmd) { ^~~~~~ sammkfs.c: In function 'process_args': sammkfs.c:609:3: warning: enumeration value 'SAM_FSINFO' not handled in switch [-Wswitch] switch (cmd) { ^~~~~~ lockfs.c:136:1: warning: return type of 'main' is not 'int' [-Wmain] main(argc, argv) ^~~~ fsconfig.c: In function 'FsConfig': fsconfig.c:283:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (mounted_fs && ~~~~~~~~~~~^~ (mi_prev->part[i].pt_state == ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DEV_OFF) || ~~~~~~~~ fsconfig.c:308:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (mounted_fs && ~~~~~~~~~~~^~ (mi_prev->part[i].pt_state == ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DEV_OFF) || ~~~~~~~~ readmcf.c: In function 'McfLine': readmcf.c:406:5: warning: attempt to free a non-heap object 'dev' [-Wfree-nonheap-object] free(dev.name); ^~~~~~~~~~~~~~ diskvols.c: In function 'assignHoneycombProps': diskvols.c:668:5: warning: value computed is not used [-Wunused-value] *pathCfg++ - '\0'; ^~~~~~~~~~ cacl.c: In function 'sam_acl_get_vsecattr': cacl.c:329:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_acl(ip, &aclp)) { ^~~~~ cacl.c:376:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(vsap->vsa_aclcnt, ^~~~~ cacl.c:421:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(vsap->vsa_dfaclcnt, ^~~~~ cacl.c: In function 'sam_get_acl': cacl.c:503:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_acl_ext(bip, &aclp)) { ^~~~~ cacl.c: In function 'sam_get_acl_ext': cacl.c:556:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_acl_ext_cnts(bip, &cnt, &dfcnt)) { ^~~~~ cacl.c:584:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_acl_ext_data(bip, synth_acl ? 0 : cnt, ^~~~~ cacl.c:594:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(cnt, entp, ACL_CHECK)) { ^~~~~ cacl.c:600:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(dfcnt, dfentp, DEF_ACL_CHECK)) { ^~~~~ cacl.c:609:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_build_acl(aclp)) { ^~~~~ cacl.c: In function 'sam_get_acl_ext_cnts': cacl.c:699:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ cacl.c: In function 'sam_get_acl_ext_data': cacl.c:790:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ cacl.c: In function 'sam_free_icacl': cacl.c:1288:6: warning: variable 'acl_size' set but not used [-Wunused-but-set-variable] int acl_size; ^~~~~~~~ clcall.c: In function 'sam_proc_extend_lease': clcall.c:1427:6: warning: variable 'remaining_leases' set but not used [-Wunused-but-set-variable] int remaining_leases; ^~~~~~~~~~~~~~~~ clcomm.c: In function 'sam_client_rdsock': clcomm.c:204:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rdmsg = (char *)rdsock.msg.p32; ^ clcomm.c: In function 'sam_read_sock': clcomm.c:554:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = strwaitbuf((size_t)buf_size, BPRI_LO)) { ^~~~~ clcomm.c: In function 'sam_put_sock_msg': clcomm.c:1109:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = strwaitbuf((size_t)size, BPRI_LO)) { ^~~~~ In file included from clvnops.c:99:0: clvnops.c: In function 'sam_client_readdir_vn': clvnops.c:2201:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (uint_t)uiop->uio_iov->iov_len, (uint_t)credp); ^ ../include/obj/SunOS_illumos-5a46911672_amd64/trace.h:155:34: note: in definition of macro 'TRACE' sam_trace(ev, addr, p1, p2, p3); ^~ clvnops.c: In function 'sam_client_frlock_vn': clvnops.c:2505:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = flk_convert_lock_data(vp, flp, ^~~~~ clvnops.c:2510:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = flk_check_lock_data(start, end, MAXEND)) { ^~~~~ clvnops.c: In function 'sam_client_getpage_vn': clvnops.c:2771:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_proc_get_lease(ip, &data, NULL, NULL, ^~~~~ clvnops.c: In function 'sam_client_map_vn': clvnops.c:3174:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = as_map(asp, *addrpp, length, segvn_create, (caddr_t) ^~~~~ In file included from cquota.c:85:0: cquota.c: In function 'sam_quota_stat': cquota.c:126:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] TRACE(T_SAM_QUOTA_OPERR, NULL, __LINE__, (int)argp, EFAULT); ^ ../include/obj/SunOS_illumos-5a46911672_amd64/trace.h:155:30: note: in definition of macro 'TRACE' sam_trace(ev, addr, p1, p2, p3); ^~ cquota.c:245:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] uqp = (void *)args.qp.p32; ^ creclaim.c: In function '__sam_relinquish_leases': creclaim.c:955:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ creclaim.c: In function '__sam_extend_leases': creclaim.c:1043:6: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ In file included from cvnops.c:87:0: cvnops.c: In function 'sam_readdir_vn': cvnops.c:1320:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (uint_t)uiop->uio_iov->iov_len, (uint_t)credp); ^ ../include/obj/SunOS_illumos-5a46911672_amd64/trace.h:155:34: note: in definition of macro 'TRACE' sam_trace(ev, addr, p1, p2, p3); ^~ cvnops.c: In function 'sam_proc_listio': cvnops.c:2728:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] callp->listio.wait_handle = (void *)listio32.wait_handle; ^ cvnops.c:2730:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] callp->listio.mem_addr = (void **)listio32.mem_addr; ^ cvnops.c:2731:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] callp->listio.mem_count = (size_t *)listio32.mem_count; ^ cvnops.c:2733:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] callp->listio.file_off = (offset_t *)listio32.file_off; ^ cvnops.c:2734:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] callp->listio.file_len = (offset_t *)listio32.file_len; ^ cvnops.c:2753:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (copyin((caddr_t)listio32.mem_addr, mem_addr32, ^ cvnops.c:2765:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (copyin((caddr_t)listio32.mem_count, mem_count32, ^ cvnops.c:2775:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] callp->mem_addr[i] = (caddr_t)mem_addr32[i]; ^ iget.c: In function 'sam_check_cache': iget.c:866:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_hold_vnode(ip, flag)) { ^~~~~ iget.c: In function 'sam_release_ino': iget.c:1041:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ip->mp->mt.fi_name, (uint_t)ip, ^ iget.c: In function 'sam_freeino': iget.c:1191:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ip->mp->mt.fi_name, (uint_t)ip, ^ iget.c: In function 'sam_get_symlink': iget.c:1780:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ iget.c:1802:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = uiomove((caddr_t)&eip->ext.sln.chars[0], ^~~~~ lqfs.c: In function 'cirbuf_validate': lqfs.c:228:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_bp = 0x%x\n", (int)cb->cb_bp); ^ lqfs.c:228:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "cb->cb_bp = 0x%x\n", (int)cb->cb_bp); ^ lqfs.c:228:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_bp = 0x%x\n", (int)cb->cb_bp); ^ lqfs.c:228:41: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_bp = 0x%x\n", (int)cb->cb_bp); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:229:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_dirty = 0x%x\n", (int)cb->cb_dirty); ^ lqfs.c:229:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "cb->cb_dirty = 0x%x\n", (int)cb->cb_dirty); ^ lqfs.c:229:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_dirty = 0x%x\n", (int)cb->cb_dirty); ^ lqfs.c:229:44: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_dirty = 0x%x\n", (int)cb->cb_dirty); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lqfs.c:230:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_free = 0x%x\n", (int)cb->cb_free); ^ lqfs.c:230:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "cb->cb_free = 0x%x\n", (int)cb->cb_free); ^ lqfs.c:230:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_free = 0x%x\n", (int)cb->cb_free); ^ lqfs.c:230:43: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_free = 0x%x\n", (int)cb->cb_free); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ lqfs.c:231:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_va = 0x%lx\n", (int)cb->cb_va); ^ lqfs.c:231:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "cb->cb_va = 0x%lx\n", (int)cb->cb_va); ^ lqfs.c:231:42: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_va = 0x%lx\n", (int)cb->cb_va); ^ lqfs.c:231:42: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_va = 0x%lx\n", (int)cb->cb_va); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:232:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_nb = %d\n", cb->cb_nb); ^ lqfs.c:232:39: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_nb = %d\n", cb->cb_nb); ^ lqfs.c:232:39: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_nb = %d\n", cb->cb_nb); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ lqfs.c:233:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_rwlock = 0x%x\n", ^ lqfs.c:234:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)&cb->cb_rwlock); ^ lqfs.c:233:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_rwlock = 0x%x\n", ^ lqfs.c:233:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "cb->cb_rwlock = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (int)&cb->cb_rwlock); ~~~~~~~~~~~~~~~~~~~~ lqfs.c: In function 'ml_odunit_validate': lqfs.c:242:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_version = %d\n", ud->od_version); ^ lqfs.c:242:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_version = %d\n", ud->od_version); ^ lqfs.c:242:44: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_version = %d\n", ud->od_version); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:243:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_maxtransfer = %d\n", ^ lqfs.c:243:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_maxtransfer = %d\n", ^ lqfs.c:243:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_maxtransfer = %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ud->od_maxtransfer); ~~~~~~~~~~~~~~~~~~~ lqfs.c:245:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_devbsize = %d\n", ud->od_devbsize); ^ lqfs.c:245:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_devbsize = %d\n", ud->od_devbsize); ^ lqfs.c:245:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_devbsize = %d\n", ud->od_devbsize); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ lqfs.c:246:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_requestsize = %d\n", ^ lqfs.c:246:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_requestsize = %d\n", ^ lqfs.c:246:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_requestsize = %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ud->od_requestsize); ~~~~~~~~~~~~~~~~~~~ lqfs.c:248:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_statesize = %d\n", ud->od_statesize); ^ lqfs.c:248:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_statesize = %d\n", ud->od_statesize); ^ lqfs.c:248:46: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_statesize = %d\n", ud->od_statesize); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ lqfs.c:249:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_logsize = %d\n", ud->od_logsize); ^ lqfs.c:249:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_logsize = %d\n", ud->od_logsize); ^ lqfs.c:249:44: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_logsize = %d\n", ud->od_logsize); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:250:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_statebno = 0x%x\n", ud->od_statebno); ^ lqfs.c:250:47: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_statebno = 0x%x\n", ud->od_statebno); ^ lqfs.c:250:47: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_statebno = 0x%x\n", ud->od_statebno); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ lqfs.c:251:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_head_ident = 0x%x\n", ^ lqfs.c:251:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_head_ident = 0x%x\n", ^ lqfs.c:251:49: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_head_ident = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ud->od_head_ident); ~~~~~~~~~~~~~~~~~~ lqfs.c:253:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_tail_ident = 0x%x\n", ^ lqfs.c:253:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_tail_ident = 0x%x\n", ^ lqfs.c:253:49: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_tail_ident = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ud->od_tail_ident); ~~~~~~~~~~~~~~~~~~ lqfs.c:255:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_chksum = 0x%x\n", ud->od_chksum); ^ lqfs.c:255:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_chksum = 0x%x\n", ud->od_chksum); ^ lqfs.c:255:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_chksum = 0x%x\n", ud->od_chksum); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ lqfs.c:256:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_bol_lof = %ld\n", ud->od_bol_lof); ^ lqfs.c:256:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_bol_lof = %ld\n", ud->od_bol_lof); ^ lqfs.c:256:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_bol_lof = %ld\n", ud->od_bol_lof); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:257:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_eol_lof = %ld\n", ud->od_eol_lof); ^ lqfs.c:257:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_eol_lof = %ld\n", ud->od_eol_lof); ^ lqfs.c:257:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_eol_lof = %ld\n", ud->od_eol_lof); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:258:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_head_lof = %ld\n", ud->od_head_lof); ^ lqfs.c:258:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_head_lof = %ld\n", ud->od_head_lof); ^ lqfs.c:258:46: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_head_lof = %ld\n", ud->od_head_lof); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ lqfs.c:259:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_tail_lof = %ld\n", ud->od_tail_lof); ^ lqfs.c:259:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_tail_lof = %ld\n", ud->od_tail_lof); ^ lqfs.c:259:46: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_tail_lof = %ld\n", ud->od_tail_lof); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ lqfs.c:260:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_debug = 0x%x\n", ud->od_debug); ^ lqfs.c:260:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_debug = 0x%x\n", ud->od_debug); ^ lqfs.c:260:44: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ud->od_debug = 0x%x\n", ud->od_debug); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs.c: In function 'ml_unit_validate': lqfs.c:268:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_next = 0x%x\n", (int)ul->un_next); ^ lqfs.c:268:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "ul->un_next = 0x%x\n", (int)ul->un_next); ^ lqfs.c:268:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_next = 0x%x\n", (int)ul->un_next); ^ lqfs.c:268:43: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_next = 0x%x\n", (int)ul->un_next); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ lqfs.c:269:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_flags = 0x%x\n", ul->un_flags); ^ lqfs.c:269:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_flags = 0x%x\n", ul->un_flags); ^ lqfs.c:269:44: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_flags = 0x%x\n", ul->un_flags); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs.c:270:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_bp = 0x%x\n", (int)ul->un_bp); ^ lqfs.c:270:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "ul->un_bp = 0x%x\n", (int)ul->un_bp); ^ lqfs.c:270:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_bp = 0x%x\n", (int)ul->un_bp); ^ lqfs.c:270:41: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_bp = 0x%x\n", (int)ul->un_bp); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:271:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_qfsvfs = 0x%x\n", (int)ul->un_qfsvfs); ^ lqfs.c:271:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "ul->un_qfsvfs = 0x%x\n", (int)ul->un_qfsvfs); ^ lqfs.c:271:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_qfsvfs = 0x%x\n", (int)ul->un_qfsvfs); ^ lqfs.c:271:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_qfsvfs = 0x%x\n", (int)ul->un_qfsvfs); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ lqfs.c:272:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_dev = 0x%lx\n", ul->un_dev); ^ lqfs.c:272:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_dev = 0x%lx\n", ul->un_dev); ^ lqfs.c:272:43: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_dev = 0x%lx\n", ul->un_dev); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ lqfs.c:273:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_ebp = 0x%x\n", (int)ul->un_ebp); ^ lqfs.c:273:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "ul->un_ebp = 0x%x\n", (int)ul->un_ebp); ^ lqfs.c:273:42: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_ebp = 0x%x\n", (int)ul->un_ebp); ^ lqfs.c:273:42: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_ebp = 0x%x\n", (int)ul->un_ebp); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ lqfs.c:274:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_nbeb = %d\n", ul->un_nbeb); ^ lqfs.c:274:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_nbeb = %d\n", ul->un_nbeb); ^ lqfs.c:274:41: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_nbeb = %d\n", ul->un_nbeb); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ lqfs.c:275:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_deltamap = 0x%x\n", ^ lqfs.c:276:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)ul->un_deltamap); ^ lqfs.c:275:47: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_deltamap = 0x%x\n", ^ lqfs.c:275:47: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_deltamap = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (int)ul->un_deltamap); ~~~~~~~~~~~~~~~~~~~~~ lqfs.c:277:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_logmap = 0x%x\n", (int)ul->un_logmap); ^ lqfs.c:277:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] LQFS_MSG(CE_WARN, "ul->un_logmap = 0x%x\n", (int)ul->un_logmap); ^ lqfs.c:277:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_logmap = 0x%x\n", (int)ul->un_logmap); ^ lqfs.c:277:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_logmap = 0x%x\n", (int)ul->un_logmap); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ lqfs.c:278:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_matamap = 0x%x\n", ^ lqfs.c:279:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)ul->un_matamap); ^ lqfs.c:278:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_matamap = 0x%x\n", ^ lqfs.c:278:46: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_matamap = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (int)ul->un_matamap); ~~~~~~~~~~~~~~~~~~~~ lqfs.c:280:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_maxresv = %ld\n", ul->un_maxresv); ^ lqfs.c:280:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_maxresv = %ld\n", ul->un_maxresv); ^ lqfs.c:280:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_maxresv = %ld\n", ul->un_maxresv); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ lqfs.c:281:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_resv = %ld\n", ul->un_resv); ^ lqfs.c:281:42: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_resv = %ld\n", ul->un_resv); ^ lqfs.c:281:42: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_resv = %ld\n", ul->un_resv); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ lqfs.c:282:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_resv_wantin = %ld\n", ^ lqfs.c:282:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_resv_wantin = %ld\n", ^ lqfs.c:282:49: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_resv_wantin = %ld\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ul->un_resv_wantin); ~~~~~~~~~~~~~~~~~~~ lqfs.c:284:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_tid = 0x%lx\n", ul->un_tid); ^ lqfs.c:284:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_tid = 0x%lx\n", ul->un_tid); ^ lqfs.c:284:43: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_tid = 0x%lx\n", ul->un_tid); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ lqfs.c:285:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_rdbuf:\n"); ^ lqfs.c:285:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_rdbuf:\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lqfs.c:287:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_wrbuf:\n"); ^ lqfs.c:287:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_wrbuf:\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lqfs.c:289:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_ondisk:\n"); ^ lqfs.c:289:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_ondisk:\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ lqfs.c:291:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_log_mutex = 0x%x\n", ^ lqfs.c:292:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)&ul->un_log_mutex); ^ lqfs.c:291:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_log_mutex = 0x%x\n", ^ lqfs.c:291:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_log_mutex = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (int)&ul->un_log_mutex); ~~~~~~~~~~~~~~~~~~~~~~~ lqfs.c:293:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_state_mutex = 0x%x\n", ^ lqfs.c:294:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (int)&ul->un_state_mutex); ^ lqfs.c:293:50: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_state_mutex = 0x%x\n", ^ lqfs.c:293:50: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ul->un_state_mutex = 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (int)&ul->un_state_mutex); ~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs.c: In function 'lqfs_log_validate': lqfs.c:1072:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1073:67: warning: left-hand operand of comma expression has no effect [-Wunused-value] "lqfs_log_validate: Extent alloc block offset 0x%x ord %d.\n", ^ lqfs.c:1074:35: warning: left-hand operand of comma expression has no effect [-Wunused-value] (dbtob(logbtodb(fs, logbno))), logord); ^ lqfs.c:1072:10: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1078:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1078:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~^ "lqfs_log_validate: Can't read extent alloc block\n"); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs.c:1084:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1085:66: warning: left-hand operand of comma expression has no effect [-Wunused-value] "lqfs_log_validate: Ext alloc block type 0x%x chksum 0x%x\n", ^ lqfs.c:1086:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] ebp->type, ebp->chksum); ^ lqfs.c:1086:15: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "lqfs_log_validate: Ext alloc block type 0x%x chksum 0x%x\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebp->type, ebp->chksum); ~~~~~~~~~^~~~~~~~~~~~~~ lqfs.c:1087:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1088:67: warning: left-hand operand of comma expression has no effect [-Wunused-value] "lqfs_log_validate: Ext alloc block nextents 0x%x nb 0x%x.\n", ^ lqfs.c:1089:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] ebp->nextents, ebp->nbytes); ^ lqfs.c:1089:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "lqfs_log_validate: Ext alloc block nextents 0x%x nb 0x%x.\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebp->nextents, ebp->nbytes); ~~~~~~~~~~~~~^~~~~~~~~~~~~~ lqfs.c:1090:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1091:69: warning: left-hand operand of comma expression has no effect [-Wunused-value] "lqfs_log_validate: Ext alloc block nxtbno 0x%x nxtord 0x%x.\n", ^ lqfs.c:1092:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] ebp->nextbno, ebp->nextord); ^ lqfs.c:1092:18: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "lqfs_log_validate: Ext alloc block nxtbno 0x%x nxtord 0x%x.\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebp->nextbno, ebp->nextord); ~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs.c:1096:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1097:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] " Extent # %d - 0x%x 1K blocks:\n", i, nfno); ^ lqfs.c:1097:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] " Extent # %d - 0x%x 1K blocks:\n", i, nfno); ^ lqfs.c:1096:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1102:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1105:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] "sector 0x%x)\n", ^ lqfs.c:1106:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] logbtofsblk(fs, fno), ep->ord, ^ lqfs.c:1106:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] logbtofsblk(fs, fno), ep->ord, ^ lqfs.c:1107:26: warning: left-hand operand of comma expression has no effect [-Wunused-value] fno+FS_FRAG(fs)-1, ^ lqfs.c:1107:26: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ " First 4K block at offset 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ord %d (incl. last 1K frag 0x%x, last " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "sector 0x%x)\n", ~~~~~~~~~~~~~~~~~ logbtofsblk(fs, fno), ep->ord, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fno+FS_FRAG(fs)-1, ~~~~~~~~~~~~~~~~~^ logbtodb(fs, fno+1)-1); ~~~~~~~~~~~~~~~~~~~~~~ lqfs.c:1111:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1114:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] "sector 0x%x)\n", ^ lqfs.c:1115:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] logbtofsblk(fs, fno), ep->ord, ^ lqfs.c:1115:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] logbtofsblk(fs, fno), ep->ord, ^ lqfs.c:1116:26: warning: left-hand operand of comma expression has no effect [-Wunused-value] fno+FS_FRAG(fs)-1, ^ lqfs.c:1116:26: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ " Last 4K block at offset 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ord %d (incl. last 1K frag 0x%x, last " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "sector 0x%x)\n", ~~~~~~~~~~~~~~~~~ logbtofsblk(fs, fno), ep->ord, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fno+FS_FRAG(fs)-1, ~~~~~~~~~~~~~~~~~^ logbtodb(fs, fno+1)-1); ~~~~~~~~~~~~~~~~~~~~~~ lqfs.c:1119:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1122:30: warning: left-hand operand of comma expression has no effect [-Wunused-value] "last sector 0x%x)\n", ^ lqfs.c:1123:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] logbtofsblk(fs, fno), ep->ord, ^ lqfs.c:1123:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] logbtofsblk(fs, fno), ep->ord, ^ lqfs.c:1124:26: warning: left-hand operand of comma expression has no effect [-Wunused-value] fno+FS_FRAG(fs)-1, ^ lqfs.c:1124:26: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ " Includes 4K block at offset " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "0x%x ord %d (incl. last 1K frag 0x%x, " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "last sector 0x%x)\n", ~~~~~~~~~~~~~~~~~~~~~~ logbtofsblk(fs, fno), ep->ord, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fno+FS_FRAG(fs)-1, ~~~~~~~~~~~~~~~~~^ logbtodb(fs, fno+1)-1); ~~~~~~~~~~~~~~~~~~~~~~ lqfs.c:1136:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_log_validate(): Returning OK.\n"); ^ lqfs.c:1136:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_log_validate(): Returning OK.\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs.c:1138:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c:1139:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] "lqfs_log_validate(): Returning error code %d\n", error); ^ lqfs.c:1138:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs.c: In function 'lqfs_read_strategy': lqfs.c:1686:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ^ lqfs.c:1688:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs.c:1688:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs.c:1689:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ lqfs.c:1689:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs.c:1691:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ^ lqfs.c:1693:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs.c:1693:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs.c:1694:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ lqfs.c:1694:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs.c:1714:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ^ lqfs.c:1716:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1716:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1716:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1716:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", bp->b_blkno * 512, bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ lqfs.c:1719:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ^ lqfs.c:1721:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1721:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1721:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1721:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_read_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", bp->b_blkno * 512, bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ lqfs.c: In function 'lqfs_write_strategy': lqfs.c:1833:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): Removing " ^ lqfs.c:1834:58: warning: left-hand operand of comma expression has no effect [-Wunused-value] "deltamap deltas within mof 0x%llx ord %d nb %d\n", ^ lqfs.c:1835:24: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAX(hmof, vamof), vaord, MIN(hnb, nb1)); ^ lqfs.c:1835:31: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAX(hmof, vamof), vaord, MIN(hnb, nb1)); ^ lqfs.c:1835:31: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): Removing " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "deltamap deltas within mof 0x%llx ord %d nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MAX(hmof, vamof), vaord, MIN(hnb, nb1)); ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ lqfs.c:1855:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): Removing " ^ lqfs.c:1856:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] "deltamap deltas within mof 0x%x ord %d nb %d\n", ^ lqfs.c:1857:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, nb); ^ lqfs.c:1857:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, nb); ^ lqfs.c:1855:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): Removing " ^ lqfs.c:1902:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): " ^ lqfs.c:1904:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1904:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1904:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1904:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", bp->b_blkno * 512, bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ lqfs.c:1907:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): " ^ lqfs.c:1909:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1909:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1909:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ lqfs.c:1909:48: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "lqfs_write_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", bp->b_blkno * 512, bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ lqfs.c: In function 'lqfs_init': lqfs.c:2001:25: warning: the comparison will always evaluate as 'true' for the address of 'bio_lqfs_strategy' will never be NULL [-Waddress] if (&bio_lqfs_strategy != NULL) { ^~ lqfs_log.c: In function 'ldl_strategy': lqfs_log.c:265:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ldl_strategy(): " ^ lqfs_log.c:267:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", ^ lqfs_log.c:268:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] cb->b_blkno * 512, ^ lqfs_log.c:269:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] cb->b_edev, ^ lqfs_log.c:269:20: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ldl_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing " ~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cb->b_blkno * 512, ~~~~~~~~~~~~~~~~~~ cb->b_edev, ~~~~~~~~~~^ cb->b_bcount); ~~~~~~~~~~~~~ lqfs_log.c:272:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ldl_strategy(): " ^ lqfs_log.c:274:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", ^ lqfs_log.c:275:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] cb->b_blkno * 512, ^ lqfs_log.c:276:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] cb->b_edev, ^ lqfs_log.c:276:20: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "ldl_strategy(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading " ~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cb->b_blkno * 512, ~~~~~~~~~~~~~~~~~~ cb->b_edev, ~~~~~~~~~~^ cb->b_bcount); ~~~~~~~~~~~~~ lqfs_map.c: In function 'deltamap_add': lqfs_map.c:271:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "deltamap_add(): Checking map hash " ^ lqfs_map.c:272:62: warning: left-hand operand of comma expression has no effect [-Wunused-value] "chain %d for entry containing mof 0x%x ord %d nb %d\n", ^ lqfs_map.c:273:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:274:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:274:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:271:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "deltamap_add(): Checking map hash " ^ lqfs_map.c: In function 'deltamap_remove': lqfs_map.c:390:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "deltamap_remove(): Removing map hash " ^ lqfs_map.c:391:56: warning: left-hand operand of comma expression has no effect [-Wunused-value] "chain %d entries within mof 0x%x ord %d nb %d\n", ^ lqfs_map.c:392:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:393:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:393:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:390:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "deltamap_remove(): Removing map hash " ^ lqfs_map.c: In function 'logmap_remove_roll': lqfs_map.c:608:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_remove_roll(): Removing rolled map " ^ lqfs_map.c:609:61: warning: left-hand operand of comma expression has no effect [-Wunused-value] "hash chain %d entries within mof 0x%x ord %d nb %d\n", ^ lqfs_map.c:610:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:611:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:611:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:608:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_remove_roll(): Removing rolled map " ^ lqfs_map.c:631:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_remove_roll(): " ^ lqfs_map.c:632:51: warning: left-hand operand of comma expression has no effect [-Wunused-value] "Removed mof 0x%x ord %d nb %d (nme %d)\n", ^ lqfs_map.c:633:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:633:31: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:633:42: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:633:42: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_remove_roll(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Removed mof 0x%x ord %d nb %d (nme %d)\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, me->me_nb, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ mtm->mtm_nme); ~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_list_get': lqfs_map.c:770:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get(): Finding map hash " ^ lqfs_map.c:772:24: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d hnb %d\n", (MAP_ORD_OFFSET(ord, mtm) + ^ lqfs_map.c:773:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(mof, mtm)), mof, ord, hnb); ^ lqfs_map.c:773:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(mof, mtm)), mof, ord, hnb); ^ lqfs_map.c:773:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(mof, mtm)), mof, ord, hnb); ^ lqfs_map.c:770:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get(): Finding map hash " ^ lqfs_map.c: In function 'logmap_list_get_roll': lqfs_map.c:849:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Checking map hash " ^ lqfs_map.c:850:59: warning: left-hand operand of comma expression has no effect [-Wunused-value] "chain %d for entries within mof 0x%x ord %d nb 8K\n", ^ lqfs_map.c:851:60: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, logmap) + MAP_INDEX(mof, logmap)), mof, ord); ^ lqfs_map.c:851:65: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, logmap) + MAP_INDEX(mof, logmap)), mof, ord); ^ lqfs_map.c:849:10: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Checking map hash " ^ lqfs_map.c:881:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Adding to " ^ lqfs_map.c:882:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "roll list mof 0x%x ord %d nb %d\n", ^ lqfs_map.c:883:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb); ^ lqfs_map.c:883:30: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb); ^ lqfs_map.c:883:30: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Adding to " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "roll list mof 0x%x ord %d nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, me->me_nb); ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ lqfs_map.c:915:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Returning CRB " ^ lqfs_map.c:916:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] "c_mof 0x%x c_ord %d c_nb %d\n", rbp->rb_crb->c_mof, ^ lqfs_map.c:916:58: warning: left-hand operand of comma expression has no effect [-Wunused-value] "c_mof 0x%x c_ord %d c_nb %d\n", rbp->rb_crb->c_mof, ^ lqfs_map.c:917:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] rbp->rb_crb->c_ord, rbp->rb_crb->c_nb); ^ lqfs_map.c:917:25: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Returning CRB " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "c_mof 0x%x c_ord %d c_nb %d\n", rbp->rb_crb->c_mof, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rbp->rb_crb->c_ord, rbp->rb_crb->c_nb); ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ lqfs_map.c:919:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Not returning " ^ lqfs_map.c:919:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_list_get_roll(): Not returning " ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "CRB\n"); ~~~~~~~~ lqfs_map.c: In function 'logmap_setup_read': lqfs_map.c:1080:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_setup_read(): Returning sector map 0x%x " ^ lqfs_map.c:1082:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb 8K)\n", secmap, read_needed, mof, rbp->rb_bh.b_blkno*512); ^ lqfs_map.c:1082:24: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb 8K)\n", secmap, read_needed, mof, rbp->rb_bh.b_blkno*512); ^ lqfs_map.c:1082:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb 8K)\n", secmap, read_needed, mof, rbp->rb_bh.b_blkno*512); ^ lqfs_map.c:1082:42: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb 8K)\n", secmap, read_needed, mof, rbp->rb_bh.b_blkno*512); ^ lqfs_map.c:1082:42: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_setup_read(): Returning sector map 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "read_needed %d for mof 0x%x (rbp->rb_bh.b_blkno mof 0x%x, " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb 8K)\n", secmap, read_needed, mof, rbp->rb_bh.b_blkno*512); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_abort': lqfs_map.c:1139:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs_map.c:1141:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d (nme %d)\n", ^ lqfs_map.c:1142:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1142:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1142:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1142:43: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "logmap_abort(): Removed " ~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x ord %d nb %d (nme %d)\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, me->me_nb, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ mtm->mtm_nme); ~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_add': lqfs_map.c:1223:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add(): Checking map hash chain %d " ^ lqfs_map.c:1224:51: warning: left-hand operand of comma expression has no effect [-Wunused-value] "for entries within mof 0x%x ord %d nb %d\n", ^ lqfs_map.c:1225:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:1226:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, nb); ^ lqfs_map.c:1226:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, nb); ^ lqfs_map.c:1223:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add(): Checking map hash chain %d " ^ lqfs_map.c:1250:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add(): " ^ lqfs_map.c:1252:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(nme %d)\n", me->me_mof, ^ lqfs_map.c:1252:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(nme %d)\n", me->me_mof, ^ lqfs_map.c:1253:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb, ^ lqfs_map.c:1253:31: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb, ^ lqfs_map.c:1253:31: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~ "Removed mof 0x%x ord %d nb %d " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "(nme %d)\n", me->me_mof, ~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_ord, me->me_nb, ~~~~~~~~~~~~~~~~~~~~~^ mtm->mtm_nme); ~~~~~~~~~~~~~ lqfs_map.c:1312:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add(): Added mof 0x%x ord %d nb %d " ^ lqfs_map.c:1313:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(nme %d)\n", me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1313:31: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(nme %d)\n", me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1313:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(nme %d)\n", me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1313:54: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(nme %d)\n", me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1313:54: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add(): Added mof 0x%x ord %d nb %d " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "(nme %d)\n", me->me_mof, me->me_ord, me->me_nb, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ mtm->mtm_nme); ~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_add_buf': lqfs_map.c:1369:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add_buf(): Checking map hash " ^ lqfs_map.c:1370:60: warning: left-hand operand of comma expression has no effect [-Wunused-value] "chain %d for entries within mof 0x%x ord %d nb %d\n", ^ lqfs_map.c:1371:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:1372:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, nb); ^ lqfs_map.c:1372:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, nb); ^ lqfs_map.c:1369:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add_buf(): Checking map hash " ^ lqfs_map.c:1397:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs_map.c:1399:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d (nme %d)\n", ^ lqfs_map.c:1400:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1400:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1400:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1400:43: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "logmap_add_buf(): Removed " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x ord %d nb %d (nme %d)\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, me->me_nb, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ mtm->mtm_nme); ~~~~~~~~~~~~~ lqfs_map.c:1537:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add_buf(): Added mof 0x%x " ^ lqfs_map.c:1538:59: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d nb %d CRB mof 0x%x ord %d nb %d (nme %d)\n", ^ lqfs_map.c:1539:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1539:30: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1539:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb, ^ lqfs_map.c:1540:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_crb->c_mof, me->me_crb->c_ord, ^ lqfs_map.c:1540:44: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_crb->c_mof, me->me_crb->c_ord, ^ lqfs_map.c:1541:24: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_crb->c_nb, mtm->mtm_nme); ^ lqfs_map.c:1541:24: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add_buf(): Added mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ord %d nb %d CRB mof 0x%x ord %d nb %d (nme %d)\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, me->me_nb, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_crb->c_mof, me->me_crb->c_ord, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_crb->c_nb, mtm->mtm_nme); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_map.c:1543:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add_buf(): Added mof 0x%x " ^ lqfs_map.c:1544:40: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d nb %d NO CRB (nme %d)\n", me->me_mof, ^ lqfs_map.c:1544:52: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d nb %d NO CRB (nme %d)\n", me->me_mof, ^ lqfs_map.c:1545:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb, mtm->mtm_nme); ^ lqfs_map.c:1545:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb, mtm->mtm_nme); ^ lqfs_map.c:1545:29: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_add_buf(): Added mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ord %d nb %d NO CRB (nme %d)\n", me->me_mof, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_ord, me->me_nb, mtm->mtm_nme); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_free_cancel': lqfs_map.c:1614:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_free_cancel(): Freeing " ^ lqfs_map.c:1616:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d\n", ^ lqfs_map.c:1618:35: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(me->me_mof, mtm)), ^ lqfs_map.c:1619:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord); ^ lqfs_map.c:1619:18: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_free_cancel(): Freeing " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "cancelled delta in hash chain %d - entry " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x ord %d\n", ~~~~~~~~~~~~~~~~~~~~ (MAP_ORD_OFFSET(me->me_ord, mtm) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MAP_INDEX(me->me_mof, mtm)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord); ~~~~~~~~~~^~~~~~~~~~~~~ lqfs_map.c:1629:23: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ lqfs_map.c:1632:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d (nme %d)\n", ^ lqfs_map.c:1633:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, ^ lqfs_map.c:1633:33: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, ^ lqfs_map.c:1634:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_nb, mtm->mtm_nme); ^ lqfs_map.c:1634:20: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "logmap_free_cancel(): " ~~~~~~~~~~~~~~~~~~~~~~~~ "Removed mof 0x%x ord %d " ~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d (nme %d)\n", ~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, ~~~~~~~~~~~~~~~~~~~~~~~ me->me_nb, mtm->mtm_nme); ~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_cancel_delta': lqfs_map.c:1865:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Wrote map entry " ^ lqfs_map.c:1866:48: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %ld to on-disk log\n", ^ lqfs_map.c:1867:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb); ^ lqfs_map.c:1867:29: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord, me->me_nb); ^ lqfs_map.c:1867:29: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Wrote map entry " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x ord %d nb %ld to on-disk log\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord, me->me_nb); ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ lqfs_map.c:1873:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Put in map hash " ^ lqfs_map.c:1874:40: warning: left-hand operand of comma expression has no effect [-Wunused-value] "chain %d entry mof 0x%x ord %d\n", ^ lqfs_map.c:1875:54: warning: left-hand operand of comma expression has no effect [-Wunused-value] (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:1876:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_mof, me->me_ord); ^ lqfs_map.c:1876:16: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Put in map hash " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "chain %d entry mof 0x%x ord %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_mof, me->me_ord); ~~~~~~~~~~^~~~~~~~~~~~~ lqfs_map.c:1891:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Added metadata " ^ lqfs_map.c:1892:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d (nme %d)\n", me->me_mof, me->me_ord, ^ lqfs_map.c:1892:53: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d (nme %d)\n", me->me_mof, me->me_ord, ^ lqfs_map.c:1892:65: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d (nme %d)\n", me->me_mof, me->me_ord, ^ lqfs_map.c:1893:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_nb, mtm->mtm_nme); ^ lqfs_map.c:1893:16: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Added metadata " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x ord %d nb %d (nme %d)\n", me->me_mof, me->me_ord, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_nb, mtm->mtm_nme); ~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_map.c:1896:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Added user mof 0x%x " ^ lqfs_map.c:1897:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d nb %ld to logmap (nme %d)\n", me->me_mof, ^ lqfs_map.c:1897:55: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d nb %ld to logmap (nme %d)\n", me->me_mof, ^ lqfs_map.c:1898:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb, mtm->mtm_nme); ^ lqfs_map.c:1898:28: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb, mtm->mtm_nme); ^ lqfs_map.c:1898:28: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel_delta(): Added user mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ord %d nb %ld to logmap (nme %d)\n", me->me_mof, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_ord, me->me_nb, mtm->mtm_nme); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_map.c: In function 'logmap_cancel': lqfs_map.c:1937:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel(): Cancelling map hash " ^ lqfs_map.c:1939:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:1939:66: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", (MAP_ORD_OFFSET(ord, mtm) + MAP_INDEX(mof, mtm)), ^ lqfs_map.c:1940:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:1940:15: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof, ord, hnb); ^ lqfs_map.c:1937:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel(): Cancelling map hash " ^ lqfs_map.c:1959:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel(): " ^ lqfs_map.c:1961:28: warning: left-hand operand of comma expression has no effect [-Wunused-value] "on cancel list.\n", me->me_mof, ^ lqfs_map.c:1961:40: warning: left-hand operand of comma expression has no effect [-Wunused-value] "on cancel list.\n", me->me_mof, ^ lqfs_map.c:1962:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] me->me_ord, me->me_nb); ^ lqfs_map.c:1962:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_cancel(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Put mapentry mof 0x%x ord %d nb %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "on cancel list.\n", me->me_mof, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ me->me_ord, me->me_nb); ~~~~~~~~~~^~~~~~~~~~~~ lqfs_map.c: In function 'logmap_iscancel': lqfs_map.c:1998:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_iscancel(): Checking map hash " ^ lqfs_map.c:2000:23: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d nb %d\n", (MAP_ORD_OFFSET(ord, mtm) + ^ lqfs_map.c:2001:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(mof, mtm)), mof, ord, hnb); ^ lqfs_map.c:2001:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(mof, mtm)), mof, ord, hnb); ^ lqfs_map.c:2001:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] MAP_INDEX(mof, mtm)), mof, ord, hnb); ^ lqfs_map.c:1998:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "logmap_iscancel(): Checking map hash " ^ lqfs_thread.c: In function 'log_roll_read': lqfs_thread.c:172:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Found logmap entry to roll " ^ lqfs_thread.c:173:26: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d\n", mof, ord); ^ lqfs_thread.c:173:31: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d\n", mof, ord); ^ lqfs_thread.c:172:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Found logmap entry to roll " ^ lqfs_thread.c:177:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Adjusted mof to align with " ^ lqfs_thread.c:178:53: warning: left-hand operand of comma expression has no effect [-Wunused-value] "buffer mof 0x%x (blkno %ld) edev %ld nb 8K\n", mof, ^ lqfs_thread.c:178:58: warning: left-hand operand of comma expression has no effect [-Wunused-value] "buffer mof 0x%x (blkno %ld) edev %ld nb 8K\n", mof, ^ lqfs_thread.c:179:13: warning: left-hand operand of comma expression has no effect [-Wunused-value] mblkno, medev); ^ lqfs_thread.c:177:11: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Adjusted mof to align with " ^ lqfs_thread.c:185:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Checking if logmap " ^ lqfs_thread.c:188:59: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x (blkno %ld) edev %ld (8K blk mof 0x%x)\n", ^ lqfs_thread.c:189:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof_orig, lbtodb(mof_orig), medev, ^ lqfs_thread.c:189:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof_orig, lbtodb(mof_orig), medev, ^ lqfs_thread.c:189:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] mof_orig, lbtodb(mof_orig), medev, ^ lqfs_thread.c:190:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(rbp->rb_bh.b_blkno), ^ lqfs_thread.c:191:26: warning: left-hand operand of comma expression has no effect [-Wunused-value] rbp->rb_bh.b_blkno, rbp->rb_bh.b_edev, ^ lqfs_thread.c:191:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] rbp->rb_bh.b_blkno, rbp->rb_bh.b_edev, ^ lqfs_thread.c:191:45: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Checking if logmap " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "entry mof 0x%x (blkno %ld) edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "starts within the same 8K block as rollbuf entry " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x (blkno %ld) edev %ld (8K blk mof 0x%x)\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mof_orig, lbtodb(mof_orig), medev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ldbtob(rbp->rb_bh.b_blkno), ~~~~~~~~~~~~~~~~~~~~~~~~~~~ rbp->rb_bh.b_blkno, rbp->rb_bh.b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ldbtob(rbp->rb_bh.b_blkno) & ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (offset_t)MAPBLOCKMASK); ~~~~~~~~~~~~~~~~~~~~~~~ lqfs_thread.c:220:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Initializing new roll " ^ lqfs_thread.c:221:50: warning: left-hand operand of comma expression has no effect [-Wunused-value] "buffer. Reading mof 0x%x edev %ld nb %d\n", ^ lqfs_thread.c:222:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(mblkno), medev, bp->b_bufsize); ^ lqfs_thread.c:222:28: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(mblkno), medev, bp->b_bufsize); ^ lqfs_thread.c:222:28: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Initializing new roll " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "buffer. Reading mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ldbtob(mblkno), medev, bp->b_bufsize); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ lqfs_thread.c:263:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Sync-reading data " ^ lqfs_thread.c:264:51: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(no CRB) from log mof 0x%x ord %d nb %d\n", ^ lqfs_thread.c:265:52: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, ord, ^ lqfs_thread.c:265:57: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, ord, ^ lqfs_thread.c:265:57: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Sync-reading data " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "(no CRB) from log mof 0x%x ord %d nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, ord, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ MAPBLOCKSIZE); ~~~~~~~~~~~~~ lqfs_thread.c:287:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Calling " ^ lqfs_thread.c:287:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_read(): Calling " ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "logmap_list_put_roll().\n"); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs_thread.c: In function 'log_roll_write_crb': lqfs_thread.c:329:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_crb(): bdev_strategy " ^ lqfs_thread.c:330:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "writing mof 0x%x edev %ld nb %d\n", ^ lqfs_thread.c:331:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_blkno * 512, bp->b_edev, bp->b_bcount); ^ lqfs_thread.c:331:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_blkno * 512, bp->b_edev, bp->b_bcount); ^ lqfs_thread.c:331:37: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_crb(): bdev_strategy " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "writing mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_blkno * 512, bp->b_edev, bp->b_bcount); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_thread.c:333:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_crb(): bdev_strategy " ^ lqfs_thread.c:334:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "reading mof 0x%x edev %ld nb %d\n", ^ lqfs_thread.c:335:25: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_blkno * 512, bp->b_edev, bp->b_bcount); ^ lqfs_thread.c:335:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_blkno * 512, bp->b_edev, bp->b_bcount); ^ lqfs_thread.c:335:37: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_crb(): bdev_strategy " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "reading mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_blkno * 512, bp->b_edev, bp->b_bcount); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_thread.c: In function 'log_roll_write_bufs': lqfs_thread.c:358:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write(): Entered with 8K bp mof 0x%x " ^ lqfs_thread.c:359:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(blkno %ld)\n", bp->b_blkno*512, bp->b_blkno); ^ lqfs_thread.c:359:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(blkno %ld)\n", bp->b_blkno*512, bp->b_blkno); ^ lqfs_thread.c:359:38: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write(): Entered with 8K bp mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "(blkno %ld)\n", bp->b_blkno*512, bp->b_blkno); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ lqfs_thread.c:390:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_buf(): " ^ lqfs_thread.c:392:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs_thread.c:392:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs_thread.c:393:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ lqfs_thread.c:393:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_buf(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_thread.c:395:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_buf(): " ^ lqfs_thread.c:397:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs_thread.c:397:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] "edev %ld nb %d\n", bp->b_blkno * 512, ^ lqfs_thread.c:398:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ lqfs_thread.c:398:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "log_roll_write_buf(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading mof 0x%x " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ lqfs_thread.c: In function 'trans_roll': lqfs_thread.c:619:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Someone wants a forced " ^ lqfs_thread.c:619:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Someone wants a forced " ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "roll.\n"); ~~~~~~~~~~ lqfs_thread.c:628:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Log is busy - logmap getting " ^ lqfs_thread.c:628:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Log is busy - logmap getting " ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "full.\n"); ~~~~~~~~~~ lqfs_thread.c:637:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Log is idle - not empty.\n"); ^ lqfs_thread.c:637:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Log is idle - not empty.\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs_thread.c:645:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Log is busy - getting " ^ lqfs_thread.c:645:19: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Log is busy - getting " ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "full.\n"); ~~~~~~~~~~ lqfs_thread.c:675:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Calling log_roll_write\n"); ^ lqfs_thread.c:675:18: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Calling log_roll_write\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs_thread.c:683:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Freeing logmap deltas\n"); ^ lqfs_thread.c:683:18: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "trans_roll(): Freeing logmap deltas\n"); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lqfs_top.c: In function 'top_cancel': lqfs_top.c:118:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "top_cancel(): Cancelling all deltas within " ^ lqfs_top.c:119:31: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d\n", mof, ord, nb); ^ lqfs_top.c:119:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d\n", mof, ord, nb); ^ lqfs_top.c:119:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x ord %d nb %d\n", mof, ord, nb); ^ lqfs_top.c:118:10: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "top_cancel(): Cancelling all deltas within " ^ lqfs_top.c: In function 'top_read_roll': lqfs_top.c:755:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "top_read_roll(): bdev_strategy " ^ lqfs_top.c:756:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "writing mof 0x%x edev %ld nb %d\n", ^ lqfs_top.c:757:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(bp->b_blkno), bp->b_edev, ^ lqfs_top.c:757:39: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(bp->b_blkno), bp->b_edev, ^ lqfs_top.c:757:39: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "top_read_roll(): bdev_strategy " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "writing mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ldbtob(bp->b_blkno), bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ lqfs_top.c:760:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "top_read_roll(): bdev_strategy " ^ lqfs_top.c:761:43: warning: left-hand operand of comma expression has no effect [-Wunused-value] "reading mof 0x%x edev %ld nb %d\n", ^ lqfs_top.c:762:27: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(bp->b_blkno), bp->b_edev, ^ lqfs_top.c:762:39: warning: left-hand operand of comma expression has no effect [-Wunused-value] ldbtob(bp->b_blkno), bp->b_edev, ^ lqfs_top.c:762:39: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "top_read_roll(): bdev_strategy " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "reading mof 0x%x edev %ld nb %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ldbtob(bp->b_blkno), bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ page.c: In function 'sam_pageio': page.c:991:20: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] bp->b_un.b_addr = (caddr_t)pg_off; ^ page.c:1023:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_pageio(): bdev_strategy writing " ^ page.c:1024:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ page.c:1024:51: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ page.c:1025:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ page.c:1025:16: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_pageio(): bdev_strategy writing " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ page.c:1027:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_pageio(): bdev_strategy reading " ^ page.c:1028:32: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ page.c:1028:51: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ page.c:1029:16: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ page.c:1029:16: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_pageio(): bdev_strategy reading " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ psyscall.c: In function 'sam_mount_info': psyscall.c:706:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mt = (void *)args.mt.p32; ^ psyscall.c: In function 'sam_get_fsstatus': psyscall.c:1583:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fs = (struct sam_fs_status *)args.fs.p32; ^ psyscall.c: In function 'sam_get_fsinfo_common': psyscall.c:1668:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fi = (struct sam_fs_info *)args.fi.p32; ^ psyscall.c: In function 'sam_get_fspart': psyscall.c:1762:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] pt = (struct sam_fs_part *)args.pt.p32; ^ psyscall.c: In function 'sam_get_fsclistat': psyscall.c:1875:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] cl = (struct sam_client_info *)args.fc.p32; ^ psyscall.c: In function 'sam_get_sblk': psyscall.c:1967:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sbinfo = (void *)args.sbinfo.p32; ^ qfs_trans.c: In function 'qfs_trans_push_inode': qfs_trans.c:385:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "qfs_trans_push_inode(): Updating inode %d\n", ^ qfs_trans.c:385:66: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "qfs_trans_push_inode(): Updating inode %d\n", ^ qfs_trans.c:385:66: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "qfs_trans_push_inode(): Updating inode %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ip->di.id.ino); ~~~~~~~~~~~~~~ qfs_trans.c: In function 'qfs_trans_dir': qfs_trans.c:806:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "qfs_trans_dir(): TRANS_DELTA for dir inode %d " ^ qfs_trans.c:807:46: warning: left-hand operand of comma expression has no effect [-Wunused-value] "offset %ld - mof 0x%x ord %d size 4K\n", ip->di.id.ino, ^ qfs_trans.c:807:61: warning: left-hand operand of comma expression has no effect [-Wunused-value] "offset %ld - mof 0x%x ord %d size 4K\n", ip->di.id.ino, ^ qfs_trans.c:808:12: warning: left-hand operand of comma expression has no effect [-Wunused-value] offset, (ldbtob(fsbtodb(ip->mp, ioblk.blkno)) + ioblk.pboff) & ^ qfs_trans.c:809:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] ~(DIR_BLK - 1), ioblk.ord); ^ qfs_trans.c:809:20: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "qfs_trans_dir(): TRANS_DELTA for dir inode %d " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "offset %ld - mof 0x%x ord %d size 4K\n", ip->di.id.ino, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ offset, (ldbtob(fsbtodb(ip->mp, ioblk.blkno)) + ioblk.pboff) & ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~(DIR_BLK - 1), ioblk.ord); ~~~~~~~~~~~~~~^~~~~~~~~~~~ rwio.c: In function 'sam_dk_issue_direct_io': rwio.c:1601:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_dk_issue_direct_io(): " ^ rwio.c:1603:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ rwio.c:1603:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ rwio.c:1603:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ rwio.c:1603:49: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_dk_issue_direct_io(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", bp->b_blkno * 512, bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ rwio.c:1606:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_dk_issue_direct_io(): " ^ rwio.c:1608:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ rwio.c:1608:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ rwio.c:1608:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", bp->b_blkno * 512, bp->b_edev, ^ rwio.c:1608:49: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_dk_issue_direct_io(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", bp->b_blkno * 512, bp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ bp->b_bcount); ~~~~~~~~~~~~~ syscall.c: In function 'sam_stat_file': syscall.c:416:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ syscall.c: In function 'sam_stat_segment_file': syscall.c:481:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ syscall.c: In function 'sam_proc_foreign_stat': syscall.c:550:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)ap->buf.p32; ^ syscall.c: In function 'sam_proc_stat': syscall.c:868:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)ap->buf.p32; ^ syscall.c:885:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ap->buf.p32 = (int32_t)buf; ^ syscall.c: In function 'sam_vsn_stat_file': syscall.c:928:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *) args.path.p32; ^ syscall.c:935:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *) args.buf.p32; ^ syscall.c: In function 'sam_vsn_stat_segment': syscall.c:1054:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *) args.path.p32; ^ syscall.c:1061:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *) args.buf.p32; ^ syscall.c: In function 'sam_file_operations': syscall.c:1336:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ syscall.c: In function 'sam_proc_file_operations': syscall.c:1444:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)ap->ops.p32; ^ syscall.c: In function 'sam_archive_copy': syscall.c:1498:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ syscall.c: In function 'sam_read_rminfo': syscall.c:1596:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ syscall.c:1609:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)args.buf.p32; ^ syscall.c: In function 'sam_read_rm': syscall.c:1674:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_access_ino(ip, S_IREAD, TRUE, CRED())) { ^~~~~ syscall.c:1687:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, eid.ino, &bp, ^~~~~ syscall.c:1782:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, eid.ino, &bp, ^~~~~ syscall.c: In function 'sam_set_csum': syscall.c:1866:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ syscall.c:1894:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ip->di.id.ino, &bp, &permip)) { ^~~~~ syscall.c: In function 'sam_set_projid': syscall.c:2275:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ acl.c: In function 'sam_acl_inherit': acl.c:183:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_acl(pip, &paclp)) { ^~~~~ acl.c:245:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(cnt, entp, ACL_CHECK)) { ^~~~~ acl.c:261:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(dfcnt, dfentp, ^~~~~ acl.c:272:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_build_acl(aclp)) { ^~~~~ acl.c: In function 'sam_acl_flush': acl.c:448:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_acl(ip, &ip->aclp)) { ^~~~~ acl.c: In function 'sam_acl_set_vsecattr': acl.c:526:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(cnt, entp, ACL_CHECK)) { ^~~~~ acl.c:542:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_acl(dfcnt, dfentp, DEF_ACL_CHECK)) { ^~~~~ acl.c:551:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_build_acl(aclp)) { ^~~~~ acl.c:569:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_acl(ip, &aclp)) { ^~~~~ acl.c: In function 'sam_set_acl': acl.c:669:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_acl_ext(bip, aclp->acl.cnt, ^~~~~ acl.c: In function 'sam_set_acl_ext': acl.c:788:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, ino, &bp, ^~~~~ acl.c:847:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_write_ino_sector( ^~~~~ amld.c: In function 'sam_sync_amld': amld.c:192:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_put_amld_cmd(&fifo, SAM_NOBLOCK)) { ^~~~~ arfind.c: In function 'sam_arfind_call': arfind.c:179:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (uchar_t *)af.AfBuffer.p32; ^ balloc.c: In function 'sam_alloc_block': balloc.c:178:40: warning: array subscript has type 'char' [-Wchar-subscripts] ip->di.stripe : mp->mt.fi_stripe[block->dt]; ^ balloc.c: In function 'sam_copy_to_large': balloc.c:397:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = fbread(SAM_ITOV(ip), cur_off, MAXBSIZE, ^~~~~ balloc.c:411:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_copy_to_large(): moving small blocks " ^ balloc.c:412:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] "to large block for inode %d\n", ip->di.id.ino); ^ balloc.c:412:38: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_copy_to_large(): moving small blocks " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "to large block for inode %d\n", ip->di.id.ino); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ balloc.c: In function 'sam_allocate_block': balloc.c:562:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (error = sam_alloc_block(ip, iop->imap.bt, ^~~~~ In file included from ../include/mount.h:62:0, from block.c:71: block.c: In function 'sam_get_sm_blklist': ../include/block.h:185:39: warning: array subscript has type 'char' [-Wchar-subscripts] #define SM_BLKCNT(mp, dt) mp->mi.m_dau[dt].sm_blkcount /* # SM blks in LG blk */ ^ block.c:914:18: note: in expansion of macro 'SM_BLKCNT' for (j = 0; j < SM_BLKCNT(mp, block->dt); j++) { ^~~~~~~~~ ../include/block.h:206:43: warning: array subscript has type 'char' [-Wchar-subscripts] #define SM_DEV_BLOCK(mp, dt) mp->mi.m_dau[dt].kblocks[SM] ^ block.c:936:6: note: in expansion of macro 'SM_DEV_BLOCK' SM_DEV_BLOCK(mp, block->dt)) < 0) { ^~~~~~~~~~~~ ../include/block.h:206:43: warning: array subscript has type 'char' [-Wchar-subscripts] #define SM_DEV_BLOCK(mp, dt) mp->mi.m_dau[dt].kblocks[SM] ^ block.c:942:10: note: in expansion of macro 'SM_DEV_BLOCK' bnx += SM_DEV_BLOCK(mp, block->dt); ^~~~~~~~~~~~ block.c: In function 'sam_fill_block_pool': ../include/block.h:206:43: warning: array subscript has type 'char' [-Wchar-subscripts] #define SM_DEV_BLOCK(mp, dt) mp->mi.m_dau[dt].kblocks[SM] ^ block.c:1057:9: note: in expansion of macro 'SM_DEV_BLOCK' bn += SM_DEV_BLOCK(block->mp, block->dt); ^~~~~~~~~~~~ block.c: In function 'sam_write_map': block.c:1301:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_map(): bdev_strategy writing " ^ block.c:1302:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ block.c:1302:53: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ block.c:1303:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ block.c:1303:17: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_map(): bdev_strategy writing " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ block.c:1305:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_map(): bdev_strategy reading " ^ block.c:1306:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ block.c:1306:53: warning: left-hand operand of comma expression has no effect [-Wunused-value] "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ^ block.c:1307:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] bp->b_edev, bp->b_bcount); ^ block.c:1307:17: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_map(): bdev_strategy reading " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "mof 0x%x edev %ld nb %d\n", bp->b_blkno * 512, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bp->b_edev, bp->b_bcount); ~~~~~~~~~~^~~~~~~~~~~~~~~ block.c: In function 'sam_check_wmstate': block.c:1604:3: warning: enumeration value 'FS_WMSTATE_MAX' not handled in switch [-Wswitch] switch (state) { ^~~~~~ event.c: In function 'sam_event_open': event.c:223:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] arg.eo_buffer.p32 = (uint32_t)uaddr; ^ fioctl.c: In function 'sam_ioctl_sam_cmd': fioctl.c:133:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dir = (void *)gdp->dir.p32; ^ fioctl.c:190:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dp = (void *)pp->dp.p32; ^ fioctl.c:255:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)pp->buf.p32; ^ fioctl.c: In function 'sam_restore_a_file': fioctl.c:373:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)resp->name.p32; ^ fioctl.c:388:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = copyin((caddr_t)ptr, (caddr_t)dirent, ^~~~~ fioctl.c:412:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)resp->dp.p32; ^ fioctl.c:489:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)resp->lp.p32; ^ fioctl.c:556:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)resp->vp.p32; ^ fioctl.c:561:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ip->di.id.ino, &bp, &permip)) { ^~~~~ fioctl.c:584:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_multivolume(ip, &vsnp, ^~~~~ fioctl.c:589:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ^~~~~ fioctl.c:611:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_multivolume(ip, &vsnp, ^~~~~ fioctl.c:616:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ^~~~~ fioctl.c: In function 'sam_restore_inode': fioctl.c:740:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)pp->lp.p32; ^ fioctl.c:788:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)pp->rp.p32; ^ fioctl.c:804:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_rm_info_file(ip, rfp, n_vsns)) { ^~~~~ fioctl.c:827:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ip->di.id.ino, &bp, &permip)) { ^~~~~ fioctl.c:833:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)pp->dp.p32; ^ fioctl.c:942:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)pp->vp.p32; ^ fioctl.c:970:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_multivolume(ip, &vsnp, copy, ^~~~~ fioctl.c:976:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ip->di.id.ino, ^~~~~ fioctl.c:997:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_multivolume(ip, &vsnp, copy, ^~~~~ fioctl.c:1001:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ip->di.id.ino, ^~~~~ fioctl.c: In function 'sam_set_rm_info_file': fioctl.c:1099:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ fioctl.c: In function 'sam_stage_write': fioctl.c:1259:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)swp->buf.p32; ^ ialloc.c: In function 'sam_alloc_inode_ext_dp': ialloc.c:421:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(mp, eid.ino, &bp, ^~~~~ inode.c: In function 'sam_setattr_ino': inode.c:605:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = secpolicy_vnode_setattr(credp, vp, vap, ^~~~~ inode.c:730:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_quota_chown(ip->mp, ip, ^~~~~ inode.c:895:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_acl_setattr(ip, vap)) { ^~~~~ inode.c: In function 'sam_proc_lockfs': inode.c:1389:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] lockfs.lf_comment = (caddr_t)lockfs32.lf_comment; ^ inode.c:1406:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] lockfs32.lf_comment = (uint32_t)lockfs.lf_comment; ^ lookup.c: In function 'sam_lookup_name': lookup.c:144:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_access_ino(pip, S_IEXEC, FALSE, credp)) { ^~~~~ lookup.c: In function 'sam_find_component': lookup.c:702:26: warning: assignment makes integer from pointer without a cast [-Wint-conversion] namep->slot_handle = NULL; ^ quota.c: In function 'sam_quota_op': quota.c:178:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] uqp = (void *)args.qp.p32; ^ quota.c: In function 'sam_quota_balloc': quota.c:580:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sam_quota_bcheck(qp, nblks, nblks2, cr)) { ^~~ quota.c:594:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sam_quota_bcheck(qp, -nblks, -nblks2, NULL)) { ^~~ quota.c: In function 'sam_quota_balloc_perm': quota.c:644:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sam_quota_bcheck(qp, nblks, nblks2, cr)) { ^~~ quota.c:659:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = sam_quota_bcheck(qp, -nblks, -nblks2, NULL)) { ^~~ quota.c: In function 'sam_set_admid': quota.c:959:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ reclaim.c: In function 'sam_free_direct_map': reclaim.c:1336:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_free_direct_map(): Inode %d: " ^ reclaim.c:1338:18: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d\n", block->id.ino, ^ reclaim.c:1338:33: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d\n", block->id.ino, ^ reclaim.c:1339:33: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[LG], bn, ^ reclaim.c:1339:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[LG], bn, ^ reclaim.c:1340:40: warning: left-hand operand of comma expression has no effect [-Wunused-value] (bn * mp->mi.m_dau[MM].size[LG]), ord); ^ reclaim.c:1336:12: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_free_direct_map(): Inode %d: " ^ reclaim.c: In function 'sam_free_indirect_map': reclaim.c:1412:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ reclaim.c:1416:30: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(mof 0x%x) ord %d\n", block->id.ino, ^ reclaim.c:1416:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] "(mof 0x%x) ord %d\n", block->id.ino, ^ reclaim.c:1417:34: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[bt], bn, ^ reclaim.c:1417:38: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[bt], bn, ^ reclaim.c:1418:41: warning: left-hand operand of comma expression has no effect [-Wunused-value] (bn * mp->mi.m_dau[MM].size[bt]), ord); ^ reclaim.c:1412:13: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ reclaim.c: In function 'sam_free_indirect_block': reclaim.c:1526:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, ^ reclaim.c:1530:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d\n", block->id.ino, ^ reclaim.c:1530:35: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ord %d\n", block->id.ino, ^ reclaim.c:1531:35: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[LG], *ie_addr, ^ reclaim.c:1531:45: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[LG], *ie_addr, ^ reclaim.c:1533:36: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[LG]), ^ reclaim.c:1533:36: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, ~~~~~~~~~ "sam_free_indirect_block(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Inode %d: Freeing LG block " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "(nb %ld) ext 0x%x (mof 0x%x) " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ord %d\n", block->id.ino, ~~~~~~~~~~~~~~~~~~~~~~~~~~ mp->mi.m_dau[MM].size[LG], *ie_addr, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (*ie_addr * ~~~~~~~~~~~ mp->mi.m_dau[MM].size[LG]), ~~~~~~~~~~~~~~~~~~~~~~~~~~^ *ie_ord); ~~~~~~~~ reclaim.c:1551:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_free_indirect_block(): " ^ reclaim.c:1553:39: warning: left-hand operand of comma expression has no effect [-Wunused-value] "ext 0x%x (mof 0x%x) ord %d\n", ^ reclaim.c:1554:22: warning: left-hand operand of comma expression has no effect [-Wunused-value] block->id.ino, mp->mi.m_dau[MM].size[LG], ^ reclaim.c:1554:49: warning: left-hand operand of comma expression has no effect [-Wunused-value] block->id.ino, mp->mi.m_dau[MM].size[LG], ^ reclaim.c:1555:19: warning: left-hand operand of comma expression has no effect [-Wunused-value] *extent_bn, (*extent_bn * ^ reclaim.c:1556:35: warning: left-hand operand of comma expression has no effect [-Wunused-value] mp->mi.m_dau[MM].size[LG]), *extent_ord); ^ reclaim.c:1556:35: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_free_indirect_block(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Inode %d: Freeing LG block (nb %ld) " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "ext 0x%x (mof 0x%x) ord %d\n", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ block->id.ino, mp->mi.m_dau[MM].size[LG], ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *extent_bn, (*extent_bn * ~~~~~~~~~~~~~~~~~~~~~~~~~ mp->mi.m_dau[MM].size[LG]), *extent_ord); ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ remove.c: In function 'sam_get_hardlink_parent': remove.c:558:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &ebp, ^~~~~ rename.c: In function 'sam_rename_inode': rename.c:120:13: warning: variable 'otime' set but not used [-Wunused-but-set-variable] sam_time_t otime; ^~~~~ rename.c:119:16: warning: variable 'poid' set but not used [-Wunused-but-set-variable] sam_id_t oid, poid; ^~~~ rename.c:119:11: warning: variable 'oid' set but not used [-Wunused-but-set-variable] sam_id_t oid, poid; ^~~ rmedia.c: In function 'sam_switch_volume': rmedia.c:214:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_rm_info(ip, rfp, credp)) goto out; ^~~~~ rmedia.c:228:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_rm_info(ip, rfp, credp)) goto out; ^~~~~ rmedia.c:237:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_unload_rm(ip, filemode, eox, 0, credp)) goto out; ^~~~~ rmedia.c: In function 'sam_load_next_rm': rmedia.c:281:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_rm_info(ip, rfp, credp)) goto out; ^~~~~ rmedia.c:362:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_rm_info(ip, rfp, credp)) goto out; ^~~~~ rmedia.c: In function 'sam_unload_rm': rmedia.c:501:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_rm_info(ip, rfp, credp)) { ^~~~~ rmedia.c:526:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_rm_info(ip, rfp, credp)) { ^~~~~ rmedia.c: In function 'sam_get_rm_info': rmedia.c:765:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ rmedia.c: In function 'sam_set_rm_info': rmedia.c:906:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ rmscall.c: In function 'sam_proc_archive_copy': rmscall.c:1330:43: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] ip->di.arch_status & ~(1 << copy) & ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~(1 << dcopy) | ~~~~~~~~~~~~~ rmscall.c: In function 'sam_request_file': rmscall.c:1521:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] path = (void *)args.path.p32; ^ rmscall.c:1575:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)args.buf.p32; ^ rmscall.c:1800:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, eid.ino, &bp, ^~~~~ rmscall.c: In function 'sam_old_request_file': rmscall.c:1909:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] buf = (void *)args.buf.p32; ^ rmscall.c: In function 'sam_exch_multivolume_copy': rmscall.c:2162:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ rmscall.c: In function 'sam_read_old_rm': rmscall.c:2215:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_access_ino(ip, S_IREAD, TRUE, CRED())) { ^~~~~ samscall.c: In function 'sam_stagerd_call': samscall.c:764:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] request = (void *)args.p.request.p32; ^ samscall.c: In function 'syscall_mount_response': samscall.c:1512:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (sam_resource_t *)mount->resource.p32; ^ samscall.c:1576:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] (void *)mount->mt_handle.p32; ^ segment.c: In function 'sam_alloc_segment_ino': segment.c:706:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_ino(SAM_ITOV(bip)->v_vfsp, IG_NEW, &id, &ip)) { ^~~~~ segment.c: In function 'sam_callback_segment': segment.c:1172:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_segment_ino(bip, ^~~~~ server.c: In function 'sam_add_ino_lease': server.c:2445:28: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] } else if (mmap_leases & CL_READ|CL_WRITE) { server.c: In function 'sam_extend_lease': server.c:2891:6: warning: variable 'remaining_leases' set but not used [-Wunused-but-set-variable] int remaining_leases; ^~~~~~~~~~~~~~~~ server.c: In function 'sam_process_name_request': server.c:3435:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_setsecattr_vn(SAM_ITOV(pip), ^~~~~ srcomm.c: In function 'sam_server_rdsock': srcomm.c:129:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rdmsg = (char *)rdsock.msg.p32; ^ srmisc.c: In function 'sam_sgethosts': srmisc.c:409:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ubuf = (caddr_t)args.hosts.p32; ^ staged.c: In function 'sam_stagerd_file': staged.c:120:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_send_stageall_cmd(ip)) { ^~~~~ staged.c:125:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_build_stagerd_req(ip, -1, req, &req_ext_cnt, &req_ext, ^~~~~ In file included from staged.c:47:0: staged.c: In function 'sam_build_stagerd_req': staged.c:306:52: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] ip->stage_len = MAX(((ip->stage_off & ~PAGEMASK) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (ip->stage_len + PAGESIZE - 1) & PAGEMASK), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ staged.c:306:52: warning: suggest parentheses around '+' in operand of '&' [-Wparentheses] ip->stage_len = MAX(((ip->stage_off & ~PAGEMASK) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ (ip->stage_len + PAGESIZE - 1) & PAGEMASK), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ staged.c:319:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ip->di.id.ino, &bp, &permip)) { ^~~~~ staged.c:435:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_get_multivolume_copy_id(ip, ^~~~~ staged.c: In function 'sam_build_stager_multivolume_copy': staged.c:529:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, id.ino, &bp, ^~~~~ staged.c:596:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, id.ino, &bp, ^~~~~ staged.c:653:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, id.ino, &bp, ^~~~~ staged.c: In function 'sam_get_multivolume_copy_id': staged.c:728:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ uioctl.c: In function 'sam_ioctl_util_cmd': uioctl.c:162:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sap = (struct sam_ioctl_setarch *)pp->lsa_list.p32; ^ uioctl.c:226:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_find_ino(mp->mi.m_vfsp, IG_EXISTS, ^~~~~ uioctl.c:240:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dir = (void *)gdp->dir.p32; ^ uioctl.c:290:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dp = (void *)idstat->dp.p32; ^ uioctl.c:295:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_check_cache(&idstat->id, mp, IG_EXISTS, ^~~~~ uioctl.c:305:30: warning: comparison between pointer and integer } else if (vn_ismntpt(vp) != NULL) { ^~ uioctl.c:421:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_find_ino(mp->mi.m_vfsp, IG_EXISTS, ^~~~~ uioctl.c:463:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] dp = (void *)idopen->dp.p32; ^ uioctl.c:700:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] rp = (void *)pp->rp.p32; ^ uioctl.c:886:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] bp = (void *)pp->buf.p32; ^ uioctl.c:919:8: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] vp = (void *)idmva->buf.p32; ^ uioctl.c:957:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = ^~~~~ uioctl.c:984:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(mp, ^~~~~ uioctl.c: In function 'sam_set_archive': uioctl.c:1441:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] vsnp = (void *)pp->vp.p32; ^ uioctl.c:1503:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_multivolume(ip, &vsnp, copy, ^~~~~ uioctl.c:1535:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_set_multivolume(ip, ^~~~~ uioctl.c:1544:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, ^~~~~ uioctl.c: In function 'sam_set_multivolume': uioctl.c:1759:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ uioctl.c: In function 'sam_get_rm_info_file': uioctl.c:1856:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(bip->mp, eid.ino, &bp, ^~~~~ uioctl.c: In function 'sam_ioctl_oper_cmd': uioctl.c:1975:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sbp = (void *)sb->sbp.p32; ^ uioctl.c:1991:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sbinfo = (void *)sb->sbinfo.p32; ^ uioctl.c:2007:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] mount = (void *)mmp->mount.p32; ^ uioctl.c:2041:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)iip->pip.p32; ^ uioctl.c:2074:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] ptr = (void *)iip->ip.p32; ^ update.c: In function 'sam_write_ino_sector': update.c:596:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_ino_sector(): " ^ update.c:598:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ^ update.c:598:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ^ update.c:598:50: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ^ update.c:598:50: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_ino_sector(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy writing mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ tbp->b_bcount); ~~~~~~~~~~~~~~ update.c:601:20: warning: left-hand operand of comma expression has no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_ino_sector(): " ^ update.c:603:17: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ^ update.c:603:37: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ^ update.c:603:50: warning: left-hand operand of comma expression has no effect [-Wunused-value] "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ^ update.c:603:50: warning: statement with no effect [-Wunused-value] LQFS_MSG(CE_WARN, "sam_write_ino_sector(): " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "bdev_strategy reading mof 0x%x edev %ld " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "nb %d\n", tbp->b_blkno * 512, tbp->b_edev, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ tbp->b_bcount); ~~~~~~~~~~~~~~ update.c: In function 'sam_flush_inode_ext': update.c:630:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (error = sam_read_ino(ip->mp, eid.ino, &bp, ^~~~~ dvt.c: In function 'dvt_boss': dvt.c:366:34: warning: passing argument 2 of 'mutex_init' makes integer from pointer without a cast [-Wint-conversion] mutex_init(&control.queue_lock, NULL, NULL); ^~~~ In file included from /usr/include/thread.h:43:0, from dvt.c:64: /usr/include/synch.h:109:5: note: expected 'int' but argument is of type 'void *' int mutex_init(mutex_t *, int, void *); ^~~~~~~~~~ dvt.c:367:39: warning: passing argument 2 of 'mutex_init' makes integer from pointer without a cast [-Wint-conversion] mutex_init(&control.queue_full_lock, NULL, NULL); ^~~~ In file included from /usr/include/thread.h:43:0, from dvt.c:64: /usr/include/synch.h:109:5: note: expected 'int' but argument is of type 'void *' int mutex_init(mutex_t *, int, void *); ^~~~~~~~~~ dvt.c:368:38: warning: passing argument 2 of 'cond_init' makes integer from pointer without a cast [-Wint-conversion] cond_init(&control.queue_not_empty, NULL, NULL); ^~~~ In file included from /usr/include/thread.h:43:0, from dvt.c:64: /usr/include/synch.h:102:5: note: expected 'int' but argument is of type 'void *' int cond_init(cond_t *, int, void *); ^~~~~~~~~ dvt.c:369:37: warning: passing argument 2 of 'cond_init' makes integer from pointer without a cast [-Wint-conversion] cond_init(&control.queue_not_full, NULL, NULL); ^~~~ In file included from /usr/include/thread.h:43:0, from dvt.c:64: /usr/include/synch.h:102:5: note: expected 'int' but argument is of type 'void *' int cond_init(cond_t *, int, void *); ^~~~~~~~~ dvt.c:370:34: warning: passing argument 2 of 'cond_init' makes integer from pointer without a cast [-Wint-conversion] cond_init(&control.queue_empty, NULL, NULL); ^~~~ In file included from /usr/include/thread.h:43:0, from dvt.c:64: /usr/include/synch.h:102:5: note: expected 'int' but argument is of type 'void *' int cond_init(cond_t *, int, void *); ^~~~~~~~~ dvt.c:379:24: warning: passing argument 2 of 'thr_create' makes integer from pointer without a cast [-Wint-conversion] if (thr_create(NULL, NULL, worker_thread, ^~~~ In file included from dvt.c:64:0: /usr/include/thread.h:54:12: note: expected 'size_t {aka unsigned int}' but argument is of type 'void *' extern int thr_create(void *, size_t, void *(*)(void *), void *, long, ^~~~~~~~~~ dvt.c:420:26: warning: passing argument 2 of 'thr_create' makes integer from pointer without a cast [-Wint-conversion] if (thr_create(NULL, NULL, worker_thread, ^~~~ In file included from dvt.c:64:0: /usr/include/thread.h:54:12: note: expected 'size_t {aka unsigned int}' but argument is of type 'void *' extern int thr_create(void *, size_t, void *(*)(void *), void *, long, ^~~~~~~~~~ dvt.c: In function 'create_buffers': dvt.c:484:34: warning: passing argument 2 of 'mutex_init' makes integer from pointer without a cast [-Wint-conversion] mutex_init(&work[i].work_lock, NULL, NULL); ^~~~ In file included from /usr/include/thread.h:43:0, from dvt.c:64: /usr/include/synch.h:109:5: note: expected 'int' but argument is of type 'void *' int mutex_init(mutex_t *, int, void *); ^~~~~~~~~~ samtrace.c:336:13: warning: initialization makes pointer from integer without a cast [-Wint-conversion] { NULL, 0, (ulong_t)NULL, NULL, 0} ^ samtrace.c:336:13: note: (near initialization for 'ksym[9].value') samtrace.c:345:1: warning: return type of 'main' is not 'int' [-Wmain] main(int argc, char *argv[]) ^~~~ samtrace.c: In function 'print_samamld_tbl': samtrace.c:2528:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] k = kvm_kread(kvm_fd, (sam_tr_t)next, ^ samtrace.c:2565:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] k = kvm_kread(kvm_fd, (sam_tr_t)next, ^ samtrace.c:2596:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] k = kvm_kread(kvm_fd, (sam_tr_t)next, ^ samtrace.c: In function 'print_chains': samtrace.c:2815:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((offset_t)forw % 8) { ^ samtrace.c:2817:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] temp = (offset_t)forw; ^ samtrace.c:2820:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] forw = (struct sam_node *)temp; ^ samtrace.c:2873:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((offset_t)forw % 8) { ^ samtrace.c:2876:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] temp = (offset_t)forw; ^ samtrace.c:2879:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] forw = (struct sam_node *)temp; ^ samtrace.c:2907:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((offset_t)forw % 8) { ^ samtrace.c:2911:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] temp = (offset_t)forw; ^ samtrace.c:2914:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] forw = (struct sam_node *)temp; ^ samtrace.c:3059:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((offset_t)forw % 8) { ^ samtrace.c:3063:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] temp = (offset_t)forw; ^ samtrace.c:3066:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] forw = (struct sam_node *)temp; ^ samtrace.c: In function 'thrReadTrace': samtrace.c:4183:8: warning: operation on 'ibuf' may be undefined [-Wsequence-point] ibuf = ++ibuf % TrNbuf; /* next buffer */ ~~~~~^~~~~~~~~~~~~~~~~ samtrace.c: In function 'sam_continuous_trace': samtrace.c:4433:20: warning: operation on '(tba + (sizetype)((unsigned int)i * 1080))->tq_bufx' may be undefined [-Wsequence-point] tba[i].tq_bufx = ++tba[i].tq_bufx % TrNbuf; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ samtrace.c:336:13: warning: initialization makes pointer from integer without a cast [-Wint-conversion] { NULL, 0, (ulong_t)NULL, NULL, 0} ^ samtrace.c:336:13: note: (near initialization for 'ksym[9].value') samtrace.c:345:1: warning: return type of 'main' is not 'int' [-Wmain] main(int argc, char *argv[]) ^~~~ samtrace.c: In function 'set_realtime_priority': samtrace.c:4024:24: warning: large integer implicitly truncated to unsigned type [-Woverflow] rtparmsp->rt_tqsecs = (ulong_t)RT_NOCHANGE; ^ samtrace.c: In function 'thrReadTrace': samtrace.c:4183:8: warning: operation on 'ibuf' may be undefined [-Wsequence-point] ibuf = ++ibuf % TrNbuf; /* next buffer */ ~~~~~^~~~~~~~~~~~~~~~~ samtrace.c: In function 'sam_continuous_trace': samtrace.c:4433:20: warning: operation on '(tba + (sizetype)((long unsigned int)i * 1600))->tq_bufx' may be undefined [-Wsequence-point] tba[i].tq_bufx = ++tba[i].tq_bufx % TrNbuf; ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ strftime.c: In function 'add_num2': strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:133:5: note: in expansion of macro 'add_char' add_char (top + '0'); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:134:3: note: in expansion of macro 'add_char' add_char (num % 10 + '0'); ^~~~~~~~ strftime.c: In function 'add_num3': strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:155:5: note: in expansion of macro 'add_char' add_char (top + '0'); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:159:5: note: in expansion of macro 'add_char' add_char (mid + '0'); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:160:3: note: in expansion of macro 'add_char' add_char (num % 10 + '0'); ^~~~~~~~ strftime.c: In function 'strftime': strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:247:2: note: in expansion of macro 'add_char' add_char (*format); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:279:8: note: in expansion of macro 'add_char' add_char (*format); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:353:8: note: in expansion of macro 'add_char' add_char (days[tm->tm_wday][0]); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:354:8: note: in expansion of macro 'add_char' add_char (days[tm->tm_wday][1]); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:355:8: note: in expansion of macro 'add_char' add_char (days[tm->tm_wday][2]); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:363:8: note: in expansion of macro 'add_char' add_char (months[tm->tm_mon][0]); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:364:8: note: in expansion of macro 'add_char' add_char (months[tm->tm_mon][1]); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:365:8: note: in expansion of macro 'add_char' add_char (months[tm->tm_mon][2]); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:406:8: note: in expansion of macro 'add_char' add_char (tm->tm_wday + '0'); ^~~~~~~~ strftime.c:115:41: warning: value computed is not used [-Wunused-value] #define add_char(c) (length + 1 <= max) && (string[length++] = (c)) ^ strftime.c:422:8: note: in expansion of macro 'add_char' add_char ((tm->tm_year + 1900) / 1000 + '0'); ^~~~~~~~ regex.c: In function 'regex_compile': regex.c:1629:18: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (COMPILE_STACK_EMPTY) ^ regex.c:1649:18: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (COMPILE_STACK_EMPTY) ^ regex.c: In function 're_match_2': regex.c:4073:25: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] const char *sdummy; ^~~~~~ regex.c:4072:28: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] unsigned char *pdummy; ^~~~~~ regex.c: In function 'regerror': regex.c:4892:14: warning: 'msg' may be used uninitialized in this function [-Wmaybe-uninitialized] msg_size = strlen (msg) + 1; /* Includes the null. */ ^~~~~~~~~~~~ stpcpy.c: In function 'stpcpy': stpcpy.c:33:12: warning: argument 'source' doesn't match built-in prototype char *source; ^~~~~~ strstr.c: In function 'strstr': strstr.c:38:12: warning: argument 's1' doesn't match built-in prototype char *s1; ^~ strstr.c:39:12: warning: argument 's2' doesn't match built-in prototype char *s2; ^~ parser.c: In function 'parse_nogroup': parser.c:1063:21: warning: variable 'our_pred' set but not used [-Wunused-but-set-variable] struct predicate *our_pred; ^~~~~~~~ parser.c: In function 'parse_nouser': parser.c:1098:21: warning: variable 'our_pred' set but not used [-Wunused-but-set-variable] struct predicate *our_pred; ^~~~~~~~ parser.c: In function 'parse_project': parser.c:3142:8: warning: variable 'pname' set but not used [-Wunused-but-set-variable] char *pname; ^~~~~ pred.c: In function 'compare_time': pred.c:1880:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ pred.c: In function 'compare_value': pred.c:1898:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ expect 9 shift/reduce conflicts conflicts: 9 shift/reduce ../../getdate.y: In function 'ToSeconds': ../../getdate.y:627:1: warning: control reaches end of non-void function [-Wreturn-type] stpcpy.c: In function 'stpcpy': stpcpy.c:31:12: warning: argument 'src' doesn't match built-in prototype char *src; ^~~ ls.c: In function 'gobble_file': ls.c:1159:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ ls.c:1162:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' blocks = files[files_index].stat.st_size / 512; ^~~~~~ Making all in lib getdate.y:185.25-28: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~ getdate.y:185.30-38: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~~ getdate.y:185.40-47: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~ getdate.y:185.49-58: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~~~ getdate.y:185.60-71: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~~~~~ getdate.y:186.25-30: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 186 | %type tMONTH tMONTH_UNIT | ^~~~~~ getdate.y:186.32-42: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 186 | %type tMONTH tMONTH_UNIT | ^~~~~~~~~~~ getdate.y:187.25-33: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~~ getdate.y:187.35-42: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~ getdate.y:187.44-51: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~ getdate.y:187.53-62: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~~~ getdate.y:187.64-68: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~ getdate.y:188.25-33: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 188 | %type tMERIDIAN o_merid | ^~~~~~~~~ getdate.y: warning: 13 shift/reduce conflicts [-Wconflicts-sr] getdate.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples getopt.c: In function '_getopt_internal': getopt.c:657:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (opterr) ^ regex.c: In function 'regex_compile': regex.c:2238:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (COMPILE_STACK_EMPTY) ^ regex.c:2258:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (COMPILE_STACK_EMPTY) ^ regex.c: In function 're_match_2_internal': regex.c:4610:18: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] const char *sdummy; ^~~~~~ regex.c:4609:21: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] unsigned char *pdummy; ^~~~~~ strftime.c: In function 'gnu_strftime': strftime.c:1019:22: warning: 'tm.tm_year' may be used uninitialized in this function [-Wmaybe-uninitialized] | (ltm.tm_year ^ tm.tm_year)) ~~~~~~~~~~~~~^~~~~~~~~~~~~ strftime.c:1018:21: warning: 'tm.tm_mon' may be used uninitialized in this function [-Wmaybe-uninitialized] | (ltm.tm_mon ^ tm.tm_mon) ~~~~~~~~~~~~^~~~~~~~~~~~ strftime.c:1017:22: warning: 'tm.tm_mday' may be used uninitialized in this function [-Wmaybe-uninitialized] | (ltm.tm_mday ^ tm.tm_mday) ~~~~~~~~~~~~~^~~~~~~~~~~~~ strftime.c:1016:22: warning: 'tm.tm_hour' may be used uninitialized in this function [-Wmaybe-uninitialized] | (ltm.tm_hour ^ tm.tm_hour) ~~~~~~~~~~~~~^~~~~~~~~~~~~ strftime.c:1015:21: warning: 'tm.tm_min' may be used uninitialized in this function [-Wmaybe-uninitialized] | (ltm.tm_min ^ tm.tm_min) ~~~~~~~~~~~~^~~~~~~~~~~~ strftime.c:1014:19: warning: 'tm.tm_sec' may be used uninitialized in this function [-Wmaybe-uninitialized] if ((ltm.tm_sec ^ tm.tm_sec) ~~~~~~~~~~~~^~~~~~~~~~~~ Making all in intl Making all in src du.c: In function 'du_files': du.c:505:45: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] : convert_blocks (tot_size, output_size == size_kilobytes)); ~~~~~~~~~~~~^~~~ du.c:81:34: note: in definition of macro 'convert_blocks' #define convert_blocks(b, size) (size == size_kilobytes ? ((b) + 1) / 2 : \ ^~~~ du.c:82:10: warning: comparison of constant '2' with boolean expression is always false [-Wbool-compare] size == size_megabytes ? ((b) + 1024) / 2048 : (b)) ^ du.c:505:7: note: in expansion of macro 'convert_blocks' : convert_blocks (tot_size, output_size == size_kilobytes)); ^~~~~~~~~~~~~~ du.c:505:45: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses] : convert_blocks (tot_size, output_size == size_kilobytes)); ~~~~~~~~~~~~^~~~ du.c:82:5: note: in definition of macro 'convert_blocks' size == size_megabytes ? ((b) + 1024) / 2048 : (b)) ^~~~ Making all in man Making all in m4 Making all in lib Expect 13 shift/reduce conflicts... getdate.y:185.25-28: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~ getdate.y:185.30-38: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~~ getdate.y:185.40-47: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~ getdate.y:185.49-58: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~~~ getdate.y:185.60-71: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 185 | %type tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tMINUTE_UNIT | ^~~~~~~~~~~~ getdate.y:186.25-30: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 186 | %type tMONTH tMONTH_UNIT | ^~~~~~ getdate.y:186.32-42: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 186 | %type tMONTH tMONTH_UNIT | ^~~~~~~~~~~ getdate.y:187.25-33: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~~ getdate.y:187.35-42: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~ getdate.y:187.44-51: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~ getdate.y:187.53-62: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~~~~~~ getdate.y:187.64-68: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 187 | %type tSEC_UNIT tSNUMBER tUNUMBER tYEAR_UNIT tZONE | ^~~~~ getdate.y:188.25-33: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 188 | %type tMERIDIAN o_merid | ^~~~~~~~~ getdate.y: warning: 13 shift/reduce conflicts [-Wconflicts-sr] getdate.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples getopt.c: In function '_getopt_internal': getopt.c:658:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (opterr) ^ Making all in intl Making all in src In file included from buffer.c:47:0: buffer.c: In function 'xclose': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:265:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot close file #%d"), fd)); ^~~~~~~~~~~ buffer.c: In function 'xdup2': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:281:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot close descriptor %d"), into)); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:284:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot properly duplicate %s"), message)); ^~~~~~~~~~~ buffer.c: In function 'child_open_for_compress': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:344:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open pipe"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:348:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot fork"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:389:4: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, saved_errno, _("Cannot open archive %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:395:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot exec %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:402:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open pipe"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:406:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Child cannot fork"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:416:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot exec %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:434:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open archive %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:461:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot read from compression program"))); ^~~~~~~~~~~ buffer.c: In function 'child_open_for_uncompress': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:509:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open pipe"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:513:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot fork"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:547:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open archive %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:552:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot exec %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:559:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open pipe"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:563:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Child cannot fork"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:573:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot exec %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:593:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open archive %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:624:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("\ ^~~~~~~~~~~ buffer.c: In function 'open_archive': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:688:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Invalid value for record_size \"0\""))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:691:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("No archive name given"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:718:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Could not allocate memory for blocking factor %d"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:727:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Cannot verify multi-volume archives"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:732:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Cannot use multi-volume compressed archives"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:734:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Cannot verify compressed archives"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:747:4: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Cannot update compressed archives"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:758:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Cannot verify stdin/stdout archive"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:813:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, saved_errno, _("Cannot open %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:854:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Archive not labelled to match `%s'"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:857:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Volume `%s' does not match `%s'"), ^~~~~~~~~~~ buffer.c: In function 'write_error': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1065:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, saved_errno, _("Cannot write to %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1068:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Only wrote %d of %d bytes to %s"), ^~~~~~~~~~~ buffer.c: In function 'read_error': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1083:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("At beginning of tape, quitting now"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1089:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Too many errors, quitting"))); ^~~~~~~~~~~ buffer.c: In function 'flush_read': buffer.c:1118:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (multi_volume_option) ^ In file included from buffer.c:47:0: common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1277:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Archive %s EOF not on block boundary"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1285:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Only read %d bytes from archive %s"), ^~~~~~~~~~~ buffer.c: In function 'close_archive': buffer.c:1436:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (child != -1) ^ In file included from buffer.c:47:0: buffer.c: In function 'new_volume': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ buffer.c:1642:9: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot exec a shell %s"), ^~~~~~~~~~~ In file included from compare.c:35:0: compare.c: In function 'diff_init': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ compare.c:59:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, ^~~~~~~~~~~ compare.c: In function 'verify_volume': compare.c:870:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while (status == HEADER_FAILURE); ^~~~~ compare.c:871:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' { ^ create.c: In function 'finish_sparse_file': create.c:610:13: warning: variable 'pos' set but not used [-Wunused-but-set-variable] long long pos; ^~~ In file included from delete.c:33:0: delete.c: In function 'move_archive': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ delete.c:91:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Could not re-position archive file"))); ^~~~~~~~~~~ extract.c: In function 'extract_archive': extract.c:371:3: warning: 'data_block' may be used uninitialized in this function [-Wmaybe-uninitialized] set_next_block_after (data_block); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ extract.c:325:16: note: 'data_block' was declared here union block *data_block; ^~~~~~~~~~ extract.c:558:42: warning: 'keep_thisone' may be used uninitialized in this function [-Wmaybe-uninitialized] openflag = ((keep_old_files_option || keep_thisone) ? ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from incremen.c:36:0: incremen.c: In function 'read_directory_file': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ incremen.c:447:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Could not get current directory"))); ^~~~~~~~~~~ In file included from list.c:41:0: list.c: In function 'skip_file': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ list.c:964:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Unexpected EOF on archive file"))); ^~~~~~~~~~~ misc.c: In function 'remove_any_file': misc.c:363:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (S_ISDIR (stat_buffer.st_mode)) ^ In file included from misc.c:32:0: misc.c: In function 'maybe_backup_file': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ misc.c:456:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, "Virtual memory exhausted")); ^~~~~~~~~~~ In file included from names.c:35:0: names.c: In function 'name_init': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:233:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open file %s"), name_file)); ^~~~~~~~~~~ names.c: In function 'name_next': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:340:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot change to directory %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:359:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Missing file name after -C"))); ^~~~~~~~~~~ names.c: In function 'name_gather': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:415:3: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Missing file name after -C"))); ^~~~~~~~~~~ names.c: In function 'addname': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:460:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Missing file name after -C"))); ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:469:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Could not get current directory"))); ^~~~~~~~~~~ names.c: In function 'name_match': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:538:6: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot change to directory %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:564:7: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot change to directory %s"), ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:590:3: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot change to directory %s"), ^~~~~~~~~~~ names.c: In function 'name_from_list': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:743:4: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot change to directory %s"), ^~~~~~~~~~~ names.c: In function 'add_exclude_file': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ names.c:869:5: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, _("Cannot open %s"), name)); ^~~~~~~~~~~ ./tar.c: In function 'check_decimal': ./tar.c:71:3: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while (*string) ^~~~~ ./tar.c:91:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' return value; ^~~~~~ In file included from ./tar.c:36:0: ./tar.c: In function 'request_stdin': ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:105:5: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Options `-%s' and `-%s' both want standard input"), ^~~~~~~~~~~ ./tar.c: In function 'confirm': ./common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:131:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Cannot read confirmation from user"))); ^~~~~~~~~~~ ./tar.c: In function 'set_subcommand_option': ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:468:5: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ ./tar.c: In function 'set_use_compress_program_option': ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:478:5: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Conflicting compression options"))); ^~~~~~~~~~~ ./tar.c: In function 'decode_options': ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:542:8: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Old option `%c' requires an argument."), ^~~~~~~~~~~ ./tar.c:538:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (cursor && cursor[1] == ':') ^ In file included from ./tar.c:36:0: ./common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:594:3: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("Invalid value for blocking_factor \"0\""))); ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:724:4: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("More than one threshold date"))); ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:728:4: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Invalid date format `%s'"), optarg)); ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:737:4: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Conflicting archive format options"))); ^~~~~~~~~~~ ./tar.c:856:32: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare] if (!check_decimal (optarg) >= 0) ^~ ./tar.c:856:32: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] ./tar.c:856:8: note: add parentheses around left hand side expression to silence this warning if (!check_decimal (optarg) >= 0) ^~~~~~~~~~~~~~~~~~~~~~~ ( ) ./tar.c:855:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!gname_to_gid (optarg, &group_option)) ^ ./tar.c:882:32: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare] if (!check_decimal (optarg) >= 0) ^~ ./tar.c:882:32: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] ./tar.c:882:8: note: add parentheses around left hand side expression to silence this warning if (!check_decimal (optarg) >= 0) ^~~~~~~~~~~~~~~~~~~~~~~ ( ) ./tar.c:881:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!uname_to_uid (optarg, &owner_option)) ^ In file included from ./tar.c:36:0: ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:893:4: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Conflicting archive format options"))); ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:910:4: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, _("Record size must be a multiple of %d."), ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:1005:2: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:1051:5: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:1068:5: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:1082:2: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:1103:4: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ ./tar.c: In function 'main': ./common.h:94:39: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, usage (TAREXIT_FAILURE), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ./tar.c:1160:7: note: in expansion of macro 'USAGE_ERROR' USAGE_ERROR ((0, 0, ^~~~~~~~~~~ In file included from update.c:35:0: update.c: In function 'append_file': common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ update.c:91:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, errno, ^~~~~~~~~~~ common.h:92:52: warning: right-hand operand of comma expression has no effect [-Wunused-value] (error Args, error (TAREXIT_FAILURE, 0, \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _("Error is not recoverable: exiting now")), 0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ update.c:99:2: note: in expansion of macro 'FATAL_ERROR' FATAL_ERROR ((0, 0, _("%s: File shrunk by %ld bytes, (yark!)"), ^~~~~~~~~~~ Making all in scripts Making all in tests samioc.c: In function 'samioc_ioctl': samioc.c:164:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] args.buf = (void *)args32.buf; ^ samioc.c: In function 'samioc_getinfo': samioc.c:235:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *result = (void *)getminor((dev_t)arg); ^ samioc.c: In function 'samioc_detach': samioc.c:247:10: warning: comparison between 'ddi_attach_cmd_t {aka enum }' and 'enum ' [-Wenum-compare] if (cmd == DDI_DETACH) { ^~ samioc.c: At top level: samioc.c:330:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] &samioc_detach, // detach(9E) ^ samioc.c:330:2: note: (near initialization for 'samioc_dev_ops.devo_detach') archive_mark.c:76:1: warning: return type of 'main' is not 'int' [-Wmain] main(int argc, char *argv[]) ^~~~ archive_mark.c: In function 'main': archive_mark.c:80:7: warning: variable 'offset' set but not used [-Wunused-but-set-variable] long offset; /* File offset */ ^~~~~~ samst.c: In function 'samst_info': samst.c:1170:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *result = (void *) SAMST_INST((dev_t)arg); ^ samst.c: In function 'samst_simple': samst.c:2876:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = samst_ioctl_cmd(dev, com, UIO_SYSSPACE, UIO_SYSSPACE, ^~~ samaio.c: In function 'samaio_strategy': samaio.c:263:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((uint_t)bp->b_un.b_addr & 1) != 0) { /* Must be short aligned */ ^ samaio.c: In function 'samaio_attach': samaio.c:437:18: warning: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast [-Wint-conversion] DDI_PSEUDO, NULL); ^~~~ In file included from samaio.c:75:0: /usr/include/sys/sunddi.h:1577:1: note: expected 'int' but argument is of type 'void *' ddi_create_minor_node(dev_info_t *dip, const char *name, int spec_type, ^~~~~~~~~~~~~~~~~~~~~ samaio.c: In function 'samaio_ioctl': samaio.c:646:26: warning: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast [-Wint-conversion] minor, DDI_PSEUDO, NULL); ^~~~ In file included from samaio.c:75:0: /usr/include/sys/sunddi.h:1577:1: note: expected 'int' but argument is of type 'void *' ddi_create_minor_node(dev_info_t *dip, const char *name, int spec_type, ^~~~~~~~~~~~~~~~~~~~~ rft.c: In function 'clientServer': rft.c:386:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] int status; ^~~~~~ worker.c: In function 'Worker': worker.c:64:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] int status; ^~~~~~ worker.c: In function 'InitWorker': worker.c:199:6: warning: variable 'status' set but not used [-Wunused-but-set-variable] int status; ^~~~~~ In file included from releaser.c:106:0: releaser.h:53:7: warning: built-in function 'log' declared as non-function FILE *log; /* stream for logging */ ^~~ In file included from plist.c:85:0: releaser.h:53:7: warning: built-in function 'log' declared as non-function FILE *log; /* stream for logging */ ^~~ plist.c:422:46: warning: missing terminating ' character If you compile with TEST_WRAPPER defined, you'll need to define ^ In file included from readcmd.c:61:0: releaser.h:53:7: warning: built-in function 'log' declared as non-function FILE *log; /* stream for logging */ ^~~ gen_drive.c: In function 'clean': gen_drive.c:819:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (api_valid_error( ^ element.c: In function 'status_element_range': element.c:621:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (extension->add_sense_code == 0x83 && ^~ element.c:624:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~ element.c:638:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (extension->add_sense_code == 0x3b && ^~ element.c:641:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' break; ^~~~~ element.c:663:31: warning: comparison between pointer and zero character constant [-Wpointer-compare] (extension->AVolTag != ^~ element.c:663:12: note: did you mean to dereference the pointer? (extension->AVolTag != ^ element.c:674:28: warning: comparison between pointer and zero character constant [-Wpointer-compare] (extension->PVolTag != '\0')) { ^~ element.c:674:9: note: did you mean to dereference the pointer? (extension->PVolTag != '\0')) { ^ element.c: In function 'copy_import_status': element.c:1052:28: warning: overflow in implicit constant conversion [-Woverflow] import->status.b.tray = ext->PVolTag[4] & 0x80; ^~~ scsi_support.c: In function 'wait_library_ready': scsi_support.c:404:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = (int)process_scsi_error(un, NULL, ^~~ In file included from work_cmds1.c:57:0: work_cmds1.c: In function 'export_request': ../../../include/aml/trace.h:41:47: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized] #define ETRACE(X) if (DBG_LVL(SAM_DBG_EVENT)) sam_syslog X ^~~~~~~~~~ work_cmds1.c:397:17: note: 'end' was declared here robo_event_t *end; ^~~ transport.c: In function 'move_drive_error': transport.c:394:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (drive_to_down = find_element(library->drive, source)) { ^~~~~~~~~~~~~ transport.c:417:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (drive_to_down = find_element(library->drive, dest)) { ^~~~~~~~~~~~~ transport.c: In function 'move': transport.c:625:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (memcmp(l_mess, catgets(catfd, SET, 9079, "move from"), 9) == 0) ^ gen_misc.c: In function 'sam2aci_type': gen_misc.c:214:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'api_load_media': media_move.c:828:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ media_move.c: In function 'api_unload_media': media_move.c:990:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ media_move.c: In function 'api_get_media': media_move.c:1181:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'aci_force_media': media_move.c:1297:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'aci_drive_access': media_move.c:1409:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'aci_dismount_media': media_move.c:1525:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'aci_load_media': media_move.c:1633:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'aci_view_media': media_move.c:1734:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ media_move.c: In function 'aci_getside': media_move.c:1828:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ import.c: In function 'wait_for_plasmond_iport': import.c:1020:7: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err; ^~~ import2.c: In function 'process_452_export': import2.c:294:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (ce = NULL) ^~ import2.c: In function 'lock_and_status_adic': import2.c:897:27: warning: argument to 'sizeof' in 'memset' call is the same pointer type 'sam_extended_sense_t * {aka struct sam_extended_sense *}' as the destination; expected 'sam_extended_sense_t {aka struct sam_extended_sense}' or an explicit length [-Wsizeof-pointer-memaccess] memset(sense, 0, sizeof (sam_extended_sense_t *)); ^ clear.c: In function 'clear_drive': clear.c:406:22: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (&held_vsn[0] != '\0') { ^~ clear.c:406:9: note: did you mean to dereference the pointer? if (&held_vsn[0] != '\0') { ^ element2.c: In function 'init_elements': element2.c:166:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (DT_IBM3584 == un->type) ^ In file included from element2.c:52:0: ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ element2.c:203:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ element2.c: In function 'update_element_status': element2.c:842:30: warning: comparison between pointer and zero character constant [-Wpointer-compare] (extension->AVolTag != '\0')) { ^~ element2.c:842:11: note: did you mean to dereference the pointer? (extension->AVolTag != '\0')) { ^ element2.c:852:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] (extension->PVolTag != '\0')) { ^~ element2.c:852:10: note: did you mean to dereference the pointer? (extension->PVolTag != '\0')) { ^ element2.c: In function 'lib_mode_sense': element2.c:1197:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (scsi_action = WAIT_READY_LONG) { ^~~~~~~~~~~ element2.c:1199:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (scsi_action = WAIT_READY) { ^~~~~~~~~~~ element2.c:1201:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (scsi_action = DOWN_EQU) { ^~~~~~~~~~~ In file included from grau_init.c:54:0: grau_init.c: In function 'g__init_drives': ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ grau_init.c:410:23: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ grau_init.c: In function 'api_initialize': grau_init.c:374:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ grau_init.c: In function 'query_drive': grau_init.c:795:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ api.c: In function 'api_valid_error': api.c:102:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ../common/misc.c: In function 'is_barcode': ../common/misc.c:278:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (; *tmp != '\0'; tmp++) ^~~ ../common/misc.c:281:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return (TRUE); ^~~~~~ In file included from ../common/drive.c:51:0: ../common/drive.c: In function 'mount': ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive.c:445:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive.c:470:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive.c:496:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive.c:507:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive.c:548:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive.c:563:20: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../common/drive.c:574:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (rc = spin_drive(drive, SPINUP, NOEJECT)) { ^~ ../common/drive1.c: In function 'label_slot': ../common/drive1.c:198:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = get_media(library, drive, event, ce)) { ^~~ In file included from ../common/drive1.c:50:0: ../common/drive1.c: In function 'load_unavail': ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive1.c:824:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive1.c:852:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive1.c:870:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../common/drive1.c:876:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (err = get_media(drive->library, drive, event, ce)) { ^~~ In file included from ../common/drive1.c:50:0: ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive1.c:893:21: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../../../include/sam/types.h:175:23: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define ROBOT_NO_SLOT 0xffffffff /* used to flag no slot. */ ^ ../common/drive1.c:913:20: note: in expansion of macro 'ROBOT_NO_SLOT' drive->new_slot = ROBOT_NO_SLOT; ^~~~~~~~~~~~~ ../common/work_cmds.c: In function 'check_requests': ../common/work_cmds.c:281:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!mutex_trylock(&drive->mutex)) ^ child.c: In function 'kill_children': child.c:94:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if ((pid->pid > 0) && (pid->who != NULL)) ^ fifos.c: In function 'manage_fs_fifo': fifos.c:96:18: warning: variable 'defaults' set but not used [-Wunused-but-set-variable] sam_defaults_t *defaults; ^~~~~~~~ fifo_cmds.c: In function 'add_catalog_cmd': fifo_cmds.c:750:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] device->type == DT_HISTORIAN && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (device->state < DEV_IDLE) && ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ (device->status.b.ready && device->status.b.present)) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fifo_fs.c: In function 'load_for_fs': fifo_fs.c:93:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (err = add_preview_fs(&fifo_cmd->handle, &command->resource, ^~~ In file included from ../../include/aml/shm.h:42:0, from mkshm.c:57: mkshm.c: In function 'layout_preview_table': ../../include/aml/preview.h:68:31: warning: comparison between pointer and integer #define PRE_REF_ADDR(x) (((x) == NULL) ? NULL : \ ^ mkshm.c:796:31: note: in expansion of macro 'PRE_REF_ADDR' preview_fs = (prv_fs_ent_t *)PRE_REF_ADDR(preview->prv_fs_table); ^~~~~~~~~~~~ ../../include/aml/preview.h:68:31: warning: comparison between pointer and integer #define PRE_REF_ADDR(x) (((x) == NULL) ? NULL : \ ^ mkshm.c:810:31: note: in expansion of macro 'PRE_REF_ADDR' preview_fs = (prv_fs_ent_t *)PRE_REF_ADDR(preview->prv_fs_table); ^~~~~~~~~~~~ samfm_service.c: In function 'read_msg': samfm_service.c:615:33: warning: suggest parentheses around comparison in operand of '!=' [-Wparentheses] if (cnt != 1 && fds[0].revents != POLLIN < 0) { ^~ main.c: In function 'main': main.c:106:21: warning: variable 'shm_preview_tbl' set but not used [-Wunused-but-set-variable] shm_preview_tbl_t *shm_preview_tbl; ^~~~~~~~~~~~~~~ main.c: In function 'alarm_thread': main.c:599:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (now > last_stale && preview_tbl->ptbl_count && ^ device.c: In function 'checkDevices': device.c:170:32: warning: comparison between pointer and integer shm_ptr_tbl->first_dev != NULL) { ^~ filesys.c: In function 'CreateRmFiles': filesys.c:179:21: warning: comparison between pointer and integer if (*mount_name == NULL) { ^~ stage_reqs.c: In function 'CheckRequests': stage_reqs.c:605:28: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (damaged == B_FALSE && copy == file->copy || ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ stage_reqs.c: In function 'createRequestMapFile': stage_reqs.c:1230:9: warning: variable 'num_written' set but not used [-Wunused-but-set-variable] size_t num_written; ^~~~~~~~~~~ schedule.c: In function 'startWork': schedule.c:417:54: warning: comparison between pointer and integer if (((copy_assigned == B_TRUE) && (stream->context == NULL)) || ^~ schedule.c:418:55: warning: comparison between pointer and integer ((copy_assigned == B_FALSE) && (stream->context != NULL))) { ^~ schedule.c:435:54: warning: comparison between pointer and integer if (((copy_assigned == B_TRUE) && (stream->context == NULL)) || ^~ schedule.c:436:55: warning: comparison between pointer and integer ((copy_assigned == B_FALSE) && (stream->context != NULL))) { ^~ schedule.c: In function 'requeueWork': schedule.c:1282:22: warning: assignment makes integer from pointer without a cast [-Wint-conversion] stream->context = NULL; ^ schedule.c: In function 'startCopy': schedule.c:1516:14: warning: variable 'file' set but not used [-Wunused-but-set-variable] FileInfo_t *file; ^~~~ stager.c: In function 'setStagerPid': stager.c:853:2: warning: value computed is not used [-Wunused-value] (void *)sam_syscall(SC_stager, &arg, sizeof (arg)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stream.c: In function 'AddStream': stream.c:344:24: warning: comparison between pointer and integer (stream->context != NULL && ^~ hash_table.c: In function 'InsertIntoHashTable': hash_table.c:117:10: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (vsn != '\0') { ^~ hash_table.c:117:6: note: did you mean to dereference the pointer? if (vsn != '\0') { ^ csd.c: In function 'openFildes': csd.c:1193:9: warning: comparison between pointer and integer if (fd == NULL) { ^~ recycler.c:84:43: warning: initialization makes integer from pointer without a cast [-Wint-conversion] MediaTable_t ArchMedia = { NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0 }; ^~~~ recycler.c:84:43: note: (near initialization for 'ArchMedia.mt_flags') recycler.c:84:49: warning: initialization makes integer from pointer without a cast [-Wint-conversion] MediaTable_t ArchMedia = { NULL, 0, 0, 0, NULL, NULL, 0, 0, 0, 0 }; ^~~~ recycler.c:84:49: note: (near initialization for 'ArchMedia.mt_mutex.__pthread_mutex_flags.__pthread_mutex_flag1') recycler.c:107:1: warning: return type of 'main' is not 'int' [-Wmain] main( ^~~~ In file included from recycler.c:93:0: recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ recycler.c:171:1: warning: return type of 'main' is not 'int' [-Wmain] main( ^~~~ In file included from catalog.c:79:0: recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ In file included from disk_archive.c:74:0: recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ In file included from errlog.c:47:0: recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ In file included from findvsn.c:77:0: recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ In file included from readcmd.c:70:0: recycler.h:78:7: warning: built-in function 'log' declared as non-function FILE *log; ^~~ cmdparse.c: In function 'getLongOption': cmdparse.c:136:14: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] return (op->name); ~~~^~~~~~~ command.c:134:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", ^~~~ command.c:134:35: note: (near initialization for 'cmd_t[0].usage') command.c:190:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", ^~~~ command.c:190:35: note: (near initialization for 'cmd_t[14].usage') command.c:230:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", ^~~~ command.c:230:35: note: (near initialization for 'cmd_t[24].usage') command.c:322:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", ^~~~ command.c:322:35: note: (near initialization for 'cmd_t[47].usage') command.c:338:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", ^~~~ command.c:338:35: note: (near initialization for 'cmd_t[51].usage') command.c:354:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", ^~~~ command.c:354:35: note: (near initialization for 'cmd_t[55].usage') command.c:398:34: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", SAM_REMOVABLE, 0, NULL, 0, NULL, "", 7100, ^~~~ command.c:398:34: note: (near initialization for 'cmd_t[66].usage') command.c:434:34: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", SAM_REMOVABLE, 0, NULL, 0, NULL, "", 7101, "Robot commands:" ^~~~ command.c:434:34: note: (near initialization for 'cmd_t[75].usage') command.c:465:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", SAM_DISK, 0, NULL, 0, NULL, "", 7102, "Archiver commands:" ^~~~ command.c:465:29: note: (near initialization for 'cmd_t[83].usage') command.c:500:29: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", SAM_DISK, 0, NULL, 0, NULL, "", 7106, "Stager commands:" ^~~~ command.c:500:29: note: (near initialization for 'cmd_t[92].usage') command.c:515:35: warning: initialization makes integer from pointer without a cast [-Wint-conversion] "", QFS_STANDALONE, 0, NULL, 0, NULL, "", 7103, ^~~~ command.c:515:35: note: (near initialization for 'cmd_t[96].usage') dis_client.c: In function 'DisClients': dis_client.c:200:6: warning: '__builtin_memcpy' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] strcpy(extra+16, "DEAD "); ^~~~~~~~~~~~~~~~~~~~~~~~~ dis_client.c:202:6: warning: '__builtin_memcpy' writing 6 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=] strcpy(extra+16, "DOWN "); ^~~~~~~~~~~~~~~~~~~~~~~~~ dis_remote.c: In function 'DisRemote': dis_remote.c:105:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (hpp = getipnodebyaddr((char *)&sp->control_addr6, ^~~ dis_remote.c:150:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (hpp = getipnodebyaddr((char *)&sp->control_addr6, ^~~ dis_sector.c: In function 'opendisk': dis_sector.c:400:2: warning: 'devrname' may be used uninitialized in this function [-Wmaybe-uninitialized] strcpy(devrname, dev->name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../include/aml/shm.h:42:0, from samu.h:56, from dis_shm.c:47: dis_shm.c: In function 'DisShm': ../../../include/aml/preview.h:68:31: warning: comparison between pointer and integer #define PRE_REF_ADDR(x) (((x) == NULL) ? NULL : \ ^ dis_shm.c:106:31: note: in expansion of macro 'PRE_REF_ADDR' prv_fs_ent = (prv_fs_ent_t *)PRE_REF_ADDR(Preview_Tbl->prv_fs_table); ^~~~~~~~~~~~ memdis.c: In function 'DisCmem': memdis.c:76:59: warning: comparison between pointer and integer if ((kd = open("/dev/kmem", O_RDONLY | SAM_O_LARGEFILE)) == NULL) { ^~ samu.c: In function 'DisHelper': samu.c:1097:22: warning: comparison between pointer and integer if (dis_t[n].marg == NULL) continue; ^~ utility.c: In function 'findDev': utility.c:251:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ utility.c: In function 'finddev': utility.c:297:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ scsiid.c: In function 'query_mc_dt': scsiid.c:260:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (return_code = issue_cmd(devdata, cdb, 12, data, &datalen, ^~~~~~~~~~~ tapealert.c: In function 'main': tapealert.c:277:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (p = strrchr(line, '\n')) { ^ tapealert.c:284:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (p = strchr(strnum, ' ')) { ^ event_handler.c:67:1: warning: useless storage class specifier in empty declaration }; ^ device.c: In function 'DeviceConfig': device.c:196:58: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (master_shm.shared_memory == NULL || devhead == NULL && ~~~~~~~~~~~~~~~~^~ caller == AP_archiver) { ~~~~~~~~~~~~~~~~~~~~~ dir_inode.c: In function 'GetSegmentInode': dir_inode.c:177:15: warning: comparison between pointer and integer if (ss->size == NULL) { ^~ volume.c: In function 'prepareVolRef': volume.c:1397:23: warning: variable 'ce' set but not used [-Wunused-but-set-variable] struct CatalogEntry *ce; ^~ In file included from archiverd.h:49:0, from archiverd.c:73: ../include/common.h:108:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion] DCL shm_alloc_t master_shm IVAL(/* MACRO for cstyle */ {NULL}); ^~~~ ../include/common.h:108:28: note: (near initialization for 'master_shm.shmid') In file included from arfind.h:46:0, from arfind.c:65: ../include/common.h:108:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion] DCL shm_alloc_t master_shm IVAL(/* MACRO for cstyle */ {NULL}); ^~~~ ../include/common.h:108:28: note: (near initialization for 'master_shm.shmid') examinodes.c: In function 'ExamInodes': examinodes.c:189:8: warning: variable 'flags' set but not used [-Wunused-but-set-variable] int flags; ^~~~~ examinodes.c: In function 'idListCreate': examinodes.c:106:22: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define IDLIST_MAGIC 0110414112324 ^ examinodes.c:473:33: note: in expansion of macro 'IDLIST_MAGIC' idList = MapFileCreate(IDLIST, IDLIST_MAGIC, ^~~~~~~~~~~~ examinodes.c: In function 'pruneExamList': examinodes.c:106:22: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define IDLIST_MAGIC 0110414112324 ^ examinodes.c:707:37: note: in expansion of macro 'IDLIST_MAGIC' new_il = MapFileCreate(IDLIST_TMP, IDLIST_MAGIC, ^~~~~~~~~~~~ scanfs.c: In function 'idListCreate': scanfs.c:88:22: warning: large integer implicitly truncated to unsigned type [-Woverflow] #define IDLIST_MAGIC 0110414112324 ^ scanfs.c:720:28: note: in expansion of macro 'IDLIST_MAGIC' MapFileCreate(IDLIST, IDLIST_MAGIC, IDLIST_INCR * sizeof (uint_t)); ^~~~~~~~~~~~ In file included from arcopy.h:44:0, from arcopy.c:79: ../include/common.h:108:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion] DCL shm_alloc_t master_shm IVAL(/* MACRO for cstyle */ {NULL}); ^~~~ ../include/common.h:108:28: note: (near initialization for 'master_shm.shmid') In file included from archiver.h:40:0, from archiver.c:64: ../include/common.h:108:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion] DCL shm_alloc_t master_shm IVAL(/* MACRO for cstyle */ {NULL}); ^~~~ ../include/common.h:108:28: note: (near initialization for 'master_shm.shmid') In file included from showqueue.c:68:0: ../include/common.h:108:28: warning: initialization makes integer from pointer without a cast [-Wint-conversion] DCL shm_alloc_t master_shm IVAL(/* MACRO for cstyle */ {NULL}); ^~~~ ../include/common.h:108:28: note: (near initialization for 'master_shm.shmid') connects.c: In function 'watch_connects': connects.c:312:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ /usr/include/regexp.h: In function 'compile': main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c:61:20: warning: statement with no effect [-Wunused-value] #define ERROR(val) (val) ^ main.c: In function 'init_server': main.c:362:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (h_ent = getipnodebyname(line, AF_INET6, AI_ADDRCONFIG, ^~~~~ main.c:376:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (h_ent = getipnodebyname(line, AF_INET, AI_ADDRCONFIG, ^~~~~ server.c: In function 'process_req': server.c:232:25: warning: passing argument 2 of 'thr_create' makes integer from pointer without a cast [-Wint-conversion] if (thr_create(NULL, NULL, send_vsn_list, ^~~~ In file included from server.c:38:0: /usr/include/thread.h:54:12: note: expected 'size_t {aka unsigned int}' but argument is of type 'void *' extern int thr_create(void *, size_t, void *(*)(void *), void *, long, ^~~~~~~~~~ connects.c: In function 'check_rmt_request': connects.c:457:22: warning: comparison between pointer and integer if (req->mess_addr != NULL) { ^~ connects.c: In function 'connect_server': connects.c:220:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ main.c: In function 'init_client': main.c:266:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (h_ent = getipnodebyname(line, AF_INET6, AI_ADDRCONFIG, ^~~~~ main.c:275:14: warning: suggest parentheses around assignment used as truth value [-Wparentheses] } else if (h_ent = getipnodebyname(line, AF_INET, AI_ADDRCONFIG, ^~~~~ _amd64 _i386 etc/fs/samfs/mount: 32bit bin or script found bin : ../src/fs/cmd/mount/obj/SunOS_illumos-5a46911672_i386/mount cache [etc/fs/samfs/mount] ../src/fs/cmd/mount/obj/SunOS_illumos-5a46911672_i386/mount copy ../src/fs/cmd/mount/obj/SunOS_illumos-5a46911672_i386/mount nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/etc/fs/samfs/mount etc/fs/samfs/umount: 32bit bin or script found bin : ../src/fs/cmd/umount/obj/SunOS_illumos-5a46911672_i386/umount cache [etc/fs/samfs/umount] ../src/fs/cmd/umount/obj/SunOS_illumos-5a46911672_i386/umount copy ../src/fs/cmd/umount/obj/SunOS_illumos-5a46911672_i386/umount nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/etc/fs/samfs/umount found multiple : ../src/notify/SUNW,SUNWsamfs,sysevent.conf cache [etc/sysevent/config/SUNW,SUNWsamfs,sysevent.conf] ../src/notify/SUNW,SUNWsamfs,sysevent.conf copy ../src/notify/SUNW,SUNWsamfs,sysevent.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/etc/sysevent/config/SUNW,SUNWsamfs,sysevent.conf isapath 64bit samaio amd64 kernel/drv samaio 64/samaio found bin : ../src/drivers/samaio/obj/SunOS_illumos-5a46911672_amd64/samaio cache [kernel/drv/64/samaio] ../src/drivers/samaio/obj/SunOS_illumos-5a46911672_amd64/samaio copy ../src/drivers/samaio/obj/SunOS_illumos-5a46911672_amd64/samaio nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/amd64/samaio isapath 64bit samioc amd64 kernel/drv samioc 64/samioc found bin : ../src/os/sun/obj/SunOS_illumos-5a46911672_amd64/samioc cache [kernel/drv/64/samioc] ../src/os/sun/obj/SunOS_illumos-5a46911672_amd64/samioc copy ../src/os/sun/obj/SunOS_illumos-5a46911672_amd64/samioc nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/amd64/samioc found multiple : ../src/drivers/samaio/samaio.conf cache [kernel/drv/samaio.conf] ../src/drivers/samaio/samaio.conf copy ../src/drivers/samaio/samaio.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/samaio.conf found multiple : ../src/os/sun/samioc.conf cache [kernel/drv/samioc.conf] ../src/os/sun/samioc.conf copy ../src/os/sun/samioc.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/samioc.conf isapath 64bit samfs amd64 kernel/fs samfs 64/samfs found bin : ../src/fs/samfs/obj/SunOS_illumos-5a46911672_amd64/samfs cache [kernel/fs/64/samfs] ../src/fs/samfs/obj/SunOS_illumos-5a46911672_amd64/samfs copy ../src/fs/samfs/obj/SunOS_illumos-5a46911672_amd64/samfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/fs/amd64/samfs lib/svc/method/svc-qfs-shared-mount: 32bit bin or script found script: ../src/fs/cmd/mount/svc-qfs-shared-mount cache [lib/svc/method/svc-qfs-shared-mount] ../src/fs/cmd/mount/svc-qfs-shared-mount copy ../src/fs/cmd/mount/svc-qfs-shared-mount nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/lib/svc/method/svc-qfs-shared-mount opt/SUNWsamfs/bin/archive: 32bit bin or script found bin : ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd cache [opt/SUNWsamfs/bin/archive] ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd copy ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/archive opt/SUNWsamfs/bin/request: 32bit bin or script found bin : ../src/cmd/request/obj/SunOS_illumos-5a46911672_i386/request cache [opt/SUNWsamfs/bin/request] ../src/cmd/request/obj/SunOS_illumos-5a46911672_i386/request copy ../src/cmd/request/obj/SunOS_illumos-5a46911672_i386/request nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/request opt/SUNWsamfs/bin/schproj: 32bit bin or script found bin : ../src/cmd/schproj/obj/SunOS_illumos-5a46911672_i386/schproj cache [opt/SUNWsamfs/bin/schproj] ../src/cmd/schproj/obj/SunOS_illumos-5a46911672_i386/schproj copy ../src/cmd/schproj/obj/SunOS_illumos-5a46911672_i386/schproj nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/schproj opt/SUNWsamfs/bin/sdu: 32bit bin or script found bin : ../src/gnucmd/fileutils-3.16/src/obj/SunOS_illumos-5a46911672_i386/du cache [opt/SUNWsamfs/bin/sdu] ../src/gnucmd/fileutils-3.16/src/obj/SunOS_illumos-5a46911672_i386/du copy ../src/gnucmd/fileutils-3.16/src/obj/SunOS_illumos-5a46911672_i386/du nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sdu opt/SUNWsamfs/bin/sfind: 32bit bin or script found bin : ../src/cmd/sfind/find/obj/SunOS_illumos-5a46911672_i386/find cache [opt/SUNWsamfs/bin/sfind] ../src/cmd/sfind/find/obj/SunOS_illumos-5a46911672_i386/find copy ../src/cmd/sfind/find/obj/SunOS_illumos-5a46911672_i386/find nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sfind opt/SUNWsamfs/bin/sls: 32bit bin or script found bin : ../src/cmd/sls/lsci/obj/SunOS_illumos-5a46911672_i386/ls cache [opt/SUNWsamfs/bin/sls] ../src/cmd/sls/lsci/obj/SunOS_illumos-5a46911672_i386/ls copy ../src/cmd/sls/lsci/obj/SunOS_illumos-5a46911672_i386/ls nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sls found other : ../src/rpc/xdr/Makefile.inst found multiple : ../src/rpc/examples/Makefile.inst cache [opt/SUNWsamfs/client/examples/Makefile] ../src/rpc/examples/Makefile.inst copy ../src/rpc/examples/Makefile.inst nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/examples/Makefile found multiple : ../src/lib/samdb/archive.c cache [opt/SUNWsamfs/client/examples/archive.c] ../src/lib/samdb/archive.c copy ../src/lib/samdb/archive.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/examples/archive.c found multiple : ../src/rpc/examples/samstat.c cache [opt/SUNWsamfs/client/examples/samstat.c] ../src/rpc/examples/samstat.c copy ../src/rpc/examples/samstat.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/examples/samstat.c opt/SUNWsamfs/client/lib/libsamrpc.so: 32bit bin or script found bin : ../src/rpc/client/obj/SunOS_illumos-5a46911672_i386/libsamrpc.so cache [opt/SUNWsamfs/client/lib/libsamrpc.so] ../src/rpc/client/obj/SunOS_illumos-5a46911672_i386/libsamrpc.so copy ../src/rpc/client/obj/SunOS_illumos-5a46911672_i386/libsamrpc.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/lib/libsamrpc.so found other : ../src/rpc/xdr/Makefile.inst found other : ../src/rpc/examples/Makefile.inst found multiple : ../src/rpc/client/Makefile.inst cache [opt/SUNWsamfs/client/src/client/Makefile] ../src/rpc/client/Makefile.inst copy ../src/rpc/client/Makefile.inst nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/Makefile found multiple : ../src/rpc/client/sam_attrtoa.c cache [opt/SUNWsamfs/client/src/client/sam_attrtoa.c] ../src/rpc/client/sam_attrtoa.c copy ../src/rpc/client/sam_attrtoa.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/sam_attrtoa.c found multiple : ../src/rpc/client/samfs_clnt.c cache [opt/SUNWsamfs/client/src/client/samfs_clnt.c] ../src/rpc/client/samfs_clnt.c copy ../src/rpc/client/samfs_clnt.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/samfs_clnt.c found multiple : ../src/rpc/client/samrpc.c cache [opt/SUNWsamfs/client/src/client/samrpc.c] ../src/rpc/client/samrpc.c copy ../src/rpc/client/samrpc.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/samrpc.c found multiple : ../src/rpc/xdr/Makefile.inst cache [opt/SUNWsamfs/client/src/xdr/Makefile] ../src/rpc/xdr/Makefile.inst copy ../src/rpc/xdr/Makefile.inst nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/xdr/Makefile found multiple : ../src/rpc/xdr/sam_xdr.c cache [opt/SUNWsamfs/client/src/xdr/sam_xdr.c] ../src/rpc/xdr/sam_xdr.c copy ../src/rpc/xdr/sam_xdr.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/xdr/sam_xdr.c found multiple : ../src/utility/tapealert/tapealert.text cache [opt/SUNWsamfs/doc/tapealert.text] ../src/utility/tapealert/tapealert.text copy ../src/utility/tapealert/tapealert.text nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/doc/tapealert.text found multiple : ../src/lib/samdb/samdb.schema cache [opt/SUNWsamfs/etc/samdb.schema] ../src/lib/samdb/samdb.schema copy ../src/lib/samdb/samdb.schema nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/etc/samdb.schema found multiple : ../src/lib/samdb/obj/SunOS_illumos-5a46911672_i386/samdb_sql.cat cache [opt/SUNWsamfs/etc/samdb_sql.cat] ../src/lib/samdb/obj/SunOS_illumos-5a46911672_i386/samdb_sql.cat copy ../src/lib/samdb/obj/SunOS_illumos-5a46911672_i386/samdb_sql.cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/etc/samdb_sql.cat opt/SUNWsamfs/etc/startup/samsyschk: 32bit bin or script found script: ../src/utility/samsyschk cache [opt/SUNWsamfs/etc/startup/samsyschk] ../src/utility/samsyschk copy ../src/utility/samsyschk nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/etc/startup/samsyschk opt/SUNWsamfs/examples/archiver.sh: 32bit bin or script found script: ../src/archiver/archiver.sh cache [opt/SUNWsamfs/examples/archiver.sh] ../src/archiver/archiver.sh copy ../src/archiver/archiver.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/archiver.sh found multiple : ../src/conf/defaults.conf cache [opt/SUNWsamfs/examples/defaults.conf] ../src/conf/defaults.conf copy ../src/conf/defaults.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/defaults.conf found multiple : ../src/conf/inquiry.conf cache [opt/SUNWsamfs/examples/inquiry.conf] ../src/conf/inquiry.conf copy ../src/conf/inquiry.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/inquiry.conf opt/SUNWsamfs/examples/log_rotate.sh: 32bit bin or script found script: ../src/utility/log_rotate.sh cache [opt/SUNWsamfs/examples/log_rotate.sh] ../src/utility/log_rotate.sh copy ../src/utility/log_rotate.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/log_rotate.sh opt/SUNWsamfs/examples/recover.sh: 32bit bin or script found script: ../src/utility/recover/recover.sh cache [opt/SUNWsamfs/examples/recover.sh] ../src/utility/recover/recover.sh copy ../src/utility/recover/recover.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/recover.sh opt/SUNWsamfs/examples/recycler.sh: 32bit bin or script found script: ../src/recycler/recycler.sh cache [opt/SUNWsamfs/examples/recycler.sh] ../src/recycler/recycler.sh copy ../src/recycler/recycler.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/recycler.sh opt/SUNWsamfs/examples/save_core.sh: 32bit bin or script found script: ../src/fs/fsd/save_core.sh cache [opt/SUNWsamfs/examples/save_core.sh] ../src/fs/fsd/save_core.sh copy ../src/fs/fsd/save_core.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/save_core.sh opt/SUNWsamfs/examples/ssi.sh: 32bit bin or script found script: ../src/robots/stk/ssi.sh cache [opt/SUNWsamfs/examples/ssi.sh] ../src/robots/stk/ssi.sh copy ../src/robots/stk/ssi.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/ssi.sh opt/SUNWsamfs/examples/tarback.sh: 32bit bin or script found script: ../src/utility/recover/tarback.sh cache [opt/SUNWsamfs/examples/tarback.sh] ../src/utility/recover/tarback.sh copy ../src/utility/recover/tarback.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/tarback.sh found multiple : ../include/pub/catalog.h cache [opt/SUNWsamfs/include/catalog.h] ../include/pub/catalog.h copy ../include/pub/catalog.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/catalog.h found multiple : ../include/pub/devstat.h cache [opt/SUNWsamfs/include/devstat.h] ../include/pub/devstat.h copy ../include/pub/devstat.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/devstat.h found multiple : ../include/pub/lib.h cache [opt/SUNWsamfs/include/lib.h] ../include/pub/lib.h copy ../include/pub/lib.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/lib.h found multiple : ../src/fs/include/listio.h cache [opt/SUNWsamfs/include/listio.h] ../src/fs/include/listio.h copy ../src/fs/include/listio.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/listio.h found multiple : ../include/pub/mig.h cache [opt/SUNWsamfs/include/mig.h] ../include/pub/mig.h copy ../include/pub/mig.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/mig.h found multiple : ../include/pub/rminfo.h cache [opt/SUNWsamfs/include/rminfo.h] ../include/pub/rminfo.h copy ../include/pub/rminfo.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/rminfo.h found multiple : ../include/pub/samrpc.h cache [opt/SUNWsamfs/include/samrpc.h] ../include/pub/samrpc.h copy ../include/pub/samrpc.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/samrpc.h found multiple : ../include/aml/sefstructs.h cache [opt/SUNWsamfs/include/sefstructs.h] ../include/aml/sefstructs.h copy ../include/aml/sefstructs.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/sefstructs.h found multiple : ../include/aml/sefvals.h cache [opt/SUNWsamfs/include/sefvals.h] ../include/aml/sefvals.h copy ../include/aml/sefvals.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/sefvals.h found multiple : ../include/pub/stat.h cache [opt/SUNWsamfs/include/stat.h] ../include/pub/stat.h copy ../include/pub/stat.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/stat.h found other : ../src/cmd/sls/lsci/version.h found other : ../include/pub/obj/SunOS_illumos-5a46911672_amd64/pub/version.h found multiple : ../include/pub/obj/SunOS_illumos-5a46911672_i386/pub/version.h cache [opt/SUNWsamfs/include/version.h] ../include/pub/obj/SunOS_illumos-5a46911672_i386/pub/version.h copy ../include/pub/obj/SunOS_illumos-5a46911672_i386/pub/version.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/version.h isapath 64bit libsam.so amd64 opt/SUNWsamfs/lib libsam.so 64/libsam.so found bin : ../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.so cache [opt/SUNWsamfs/lib/64/libsam.so] ../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.so copy ../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/amd64/libsam.so opt/SUNWsamfs/lib/libarch.so: 32bit bin or script found bin : ../src/archiver/lib/obj/SunOS_illumos-5a46911672_i386/libarch.so cache [opt/SUNWsamfs/lib/libarch.so] ../src/archiver/lib/obj/SunOS_illumos-5a46911672_i386/libarch.so copy ../src/archiver/lib/obj/SunOS_illumos-5a46911672_i386/libarch.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libarch.so opt/SUNWsamfs/lib/libfsmdb.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so cache [opt/SUNWsamfs/lib/libfsmdb.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libfsmdb.so opt/SUNWsamfs/lib/libfsmgmt.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so cache [opt/SUNWsamfs/lib/libfsmgmt.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libfsmgmt.so opt/SUNWsamfs/lib/libpax_hdr.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so cache [opt/SUNWsamfs/lib/libpax_hdr.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libpax_hdr.so opt/SUNWsamfs/lib/librecycler.so: 32bit bin or script found bin : ../src/recycler/lib/obj/SunOS_illumos-5a46911672_i386/librecycler.so cache [opt/SUNWsamfs/lib/librecycler.so] ../src/recycler/lib/obj/SunOS_illumos-5a46911672_i386/librecycler.so copy ../src/recycler/lib/obj/SunOS_illumos-5a46911672_i386/librecycler.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/librecycler.so opt/SUNWsamfs/lib/libsam.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsam.so cache [opt/SUNWsamfs/lib/libsam.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsam.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsam.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsam.so opt/SUNWsamfs/lib/libsamapi.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.so cache [opt/SUNWsamfs/lib/libsamapi.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamapi.so opt/SUNWsamfs/lib/libsamcat.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.so cache [opt/SUNWsamfs/lib/libsamcat.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamcat.so opt/SUNWsamfs/lib/libsamdb.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.so cache [opt/SUNWsamfs/lib/libsamdb.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamdb.so opt/SUNWsamfs/lib/libsamfs.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.so cache [opt/SUNWsamfs/lib/libsamfs.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamfs.so opt/SUNWsamfs/lib/libsammig.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.so cache [opt/SUNWsamfs/lib/libsammig.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsammig.so opt/SUNWsamfs/lib/libsamrft.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.so cache [opt/SUNWsamfs/lib/libsamrft.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamrft.so opt/SUNWsamfs/lib/libsamut.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.so cache [opt/SUNWsamfs/lib/libsamut.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamut.so opt/SUNWsamfs/lib/libstager.so: 32bit bin or script found bin : ../src/stager/lib/obj/SunOS_illumos-5a46911672_i386/libstager.so cache [opt/SUNWsamfs/lib/libstager.so] ../src/stager/lib/obj/SunOS_illumos-5a46911672_i386/libstager.so copy ../src/stager/lib/obj/SunOS_illumos-5a46911672_i386/libstager.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libstager.so found multiple : ../src/man/man1/archive.1 cache [opt/SUNWsamfs/man/man1/archive.1] ../src/man/man1/archive.1 copy ../src/man/man1/archive.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/archive.1 found multiple : ../src/man/man1/release.1 cache [opt/SUNWsamfs/man/man1/release.1] ../src/man/man1/release.1 copy ../src/man/man1/release.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/release.1 found multiple : ../src/man/man1/request.1 cache [opt/SUNWsamfs/man/man1/request.1] ../src/man/man1/request.1 copy ../src/man/man1/request.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/request.1 found multiple : ../src/man/man1/schproj.1 cache [opt/SUNWsamfs/man/man1/schproj.1] ../src/man/man1/schproj.1 copy ../src/man/man1/schproj.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/schproj.1 found multiple : ../src/man/man1/sdu.1 cache [opt/SUNWsamfs/man/man1/sdu.1] ../src/man/man1/sdu.1 copy ../src/man/man1/sdu.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sdu.1 found multiple : ../src/man/man1/segment.1 cache [opt/SUNWsamfs/man/man1/segment.1] ../src/man/man1/segment.1 copy ../src/man/man1/segment.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/segment.1 found multiple : ../src/man/man1/setfa.1 cache [opt/SUNWsamfs/man/man1/setfa.1] ../src/man/man1/setfa.1 copy ../src/man/man1/setfa.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/setfa.1 found multiple : ../src/man/man1/sfind.1 cache [opt/SUNWsamfs/man/man1/sfind.1] ../src/man/man1/sfind.1 copy ../src/man/man1/sfind.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sfind.1 found multiple : ../src/man/man1/sls.1 cache [opt/SUNWsamfs/man/man1/sls.1] ../src/man/man1/sls.1 copy ../src/man/man1/sls.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sls.1 found multiple : ../src/man/man1/squota.1 cache [opt/SUNWsamfs/man/man1/squota.1] ../src/man/man1/squota.1 copy ../src/man/man1/squota.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/squota.1 found multiple : ../src/man/man1/ssum.1 cache [opt/SUNWsamfs/man/man1/ssum.1] ../src/man/man1/ssum.1 copy ../src/man/man1/ssum.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/ssum.1 found multiple : ../src/man/man1/stage.1 cache [opt/SUNWsamfs/man/man1/stage.1] ../src/man/man1/stage.1 copy ../src/man/man1/stage.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/stage.1 found multiple : ../src/man/man1m/HAStoragePlus_samfs.1m cache [opt/SUNWsamfs/man/man1m/HAStoragePlus_samfs.1m] ../src/man/man1m/HAStoragePlus_samfs.1m copy ../src/man/man1m/HAStoragePlus_samfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/HAStoragePlus_samfs.1m found multiple : ../src/man/man1m/archive_audit.1m cache [opt/SUNWsamfs/man/man1m/archive_audit.1m] ../src/man/man1m/archive_audit.1m copy ../src/man/man1m/archive_audit.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/archive_audit.1m found multiple : ../src/man/man1m/archiver.1m cache [opt/SUNWsamfs/man/man1m/archiver.1m] ../src/man/man1m/archiver.1m copy ../src/man/man1m/archiver.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/archiver.1m found multiple : ../src/man/man1m/archiver.sh.1m cache [opt/SUNWsamfs/man/man1m/archiver.sh.1m] ../src/man/man1m/archiver.sh.1m copy ../src/man/man1m/archiver.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/archiver.sh.1m found multiple : ../src/man/man1m/auditslot.1m cache [opt/SUNWsamfs/man/man1m/auditslot.1m] ../src/man/man1m/auditslot.1m copy ../src/man/man1m/auditslot.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/auditslot.1m found multiple : ../src/man/man1m/backto.1m cache [opt/SUNWsamfs/man/man1m/backto.1m] ../src/man/man1m/backto.1m copy ../src/man/man1m/backto.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/backto.1m found multiple : ../src/man/man1m/build_cat.1m cache [opt/SUNWsamfs/man/man1m/build_cat.1m] ../src/man/man1m/build_cat.1m copy ../src/man/man1m/build_cat.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/build_cat.1m found multiple : ../src/man/man1m/chmed.1m cache [opt/SUNWsamfs/man/man1m/chmed.1m] ../src/man/man1m/chmed.1m copy ../src/man/man1m/chmed.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/chmed.1m found multiple : ../src/man/man1m/cleandrive.1m cache [opt/SUNWsamfs/man/man1m/cleandrive.1m] ../src/man/man1m/cleandrive.1m copy ../src/man/man1m/cleandrive.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/cleandrive.1m found multiple : ../src/man/man1m/dev_down.sh.1m cache [opt/SUNWsamfs/man/man1m/dev_down.sh.1m] ../src/man/man1m/dev_down.sh.1m copy ../src/man/man1m/dev_down.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dev_down.sh.1m found multiple : ../src/man/man1m/dmpshm.1m cache [opt/SUNWsamfs/man/man1m/dmpshm.1m] ../src/man/man1m/dmpshm.1m copy ../src/man/man1m/dmpshm.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dmpshm.1m found multiple : ../src/man/man1m/dump_cat.1m cache [opt/SUNWsamfs/man/man1m/dump_cat.1m] ../src/man/man1m/dump_cat.1m copy ../src/man/man1m/dump_cat.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dump_cat.1m found multiple : ../src/man/man1m/dump_log.1m cache [opt/SUNWsamfs/man/man1m/dump_log.1m] ../src/man/man1m/dump_log.1m copy ../src/man/man1m/dump_log.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dump_log.1m found multiple : ../src/man/man1m/exarchive.1m cache [opt/SUNWsamfs/man/man1m/exarchive.1m] ../src/man/man1m/exarchive.1m copy ../src/man/man1m/exarchive.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/exarchive.1m found multiple : ../src/man/man1m/export.1m cache [opt/SUNWsamfs/man/man1m/export.1m] ../src/man/man1m/export.1m copy ../src/man/man1m/export.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/export.1m found multiple : ../src/man/man1m/fsmadm.1m cache [opt/SUNWsamfs/man/man1m/fsmadm.1m] ../src/man/man1m/fsmadm.1m copy ../src/man/man1m/fsmadm.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/fsmadm.1m found multiple : ../src/man/man1m/fsmdb.1m cache [opt/SUNWsamfs/man/man1m/fsmdb.1m] ../src/man/man1m/fsmdb.1m copy ../src/man/man1m/fsmdb.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/fsmdb.1m found multiple : ../src/man/man1m/fsmgmtd.1m cache [opt/SUNWsamfs/man/man1m/fsmgmtd.1m] ../src/man/man1m/fsmgmtd.1m copy ../src/man/man1m/fsmgmtd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/fsmgmtd.1m found multiple : ../src/man/man1m/generic.1m cache [opt/SUNWsamfs/man/man1m/generic.1m] ../src/man/man1m/generic.1m copy ../src/man/man1m/generic.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/generic.1m found multiple : ../src/man/man1m/import.1m cache [opt/SUNWsamfs/man/man1m/import.1m] ../src/man/man1m/import.1m copy ../src/man/man1m/import.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/import.1m found multiple : ../src/man/man1m/itemize.1m cache [opt/SUNWsamfs/man/man1m/itemize.1m] ../src/man/man1m/itemize.1m copy ../src/man/man1m/itemize.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/itemize.1m found multiple : ../src/man/man1m/load.1m cache [opt/SUNWsamfs/man/man1m/load.1m] ../src/man/man1m/load.1m copy ../src/man/man1m/load.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/load.1m found multiple : ../src/man/man1m/load_notify.sh.1m cache [opt/SUNWsamfs/man/man1m/load_notify.sh.1m] ../src/man/man1m/load_notify.sh.1m copy ../src/man/man1m/load_notify.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/load_notify.sh.1m found multiple : ../src/man/man1m/log_rotate.sh.1m cache [opt/SUNWsamfs/man/man1m/log_rotate.sh.1m] ../src/man/man1m/log_rotate.sh.1m copy ../src/man/man1m/log_rotate.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/log_rotate.sh.1m found multiple : ../src/man/man1m/mount_samfs.1m cache [opt/SUNWsamfs/man/man1m/mount_samfs.1m] ../src/man/man1m/mount_samfs.1m copy ../src/man/man1m/mount_samfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/mount_samfs.1m found multiple : ../src/man/man1m/move.1m cache [opt/SUNWsamfs/man/man1m/move.1m] ../src/man/man1m/move.1m copy ../src/man/man1m/move.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/move.1m found multiple : ../src/man/man1m/nrecycler.sh.1m cache [opt/SUNWsamfs/man/man1m/nrecycler.sh.1m] ../src/man/man1m/nrecycler.sh.1m copy ../src/man/man1m/nrecycler.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/nrecycler.sh.1m found multiple : ../src/man/man1m/odlabel.1m cache [opt/SUNWsamfs/man/man1m/odlabel.1m] ../src/man/man1m/odlabel.1m copy ../src/man/man1m/odlabel.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/odlabel.1m found multiple : ../src/man/man1m/rearch.1m cache [opt/SUNWsamfs/man/man1m/rearch.1m] ../src/man/man1m/rearch.1m copy ../src/man/man1m/rearch.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/rearch.1m found multiple : ../src/man/man1m/recover.sh.1m cache [opt/SUNWsamfs/man/man1m/recover.sh.1m] ../src/man/man1m/recover.sh.1m copy ../src/man/man1m/recover.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/recover.sh.1m found multiple : ../src/man/man1m/recycler.1m cache [opt/SUNWsamfs/man/man1m/recycler.1m] ../src/man/man1m/recycler.1m copy ../src/man/man1m/recycler.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/recycler.1m found multiple : ../src/man/man1m/recycler.sh.1m cache [opt/SUNWsamfs/man/man1m/recycler.sh.1m] ../src/man/man1m/recycler.sh.1m copy ../src/man/man1m/recycler.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/recycler.sh.1m found multiple : ../src/man/man1m/releaser.1m cache [opt/SUNWsamfs/man/man1m/releaser.1m] ../src/man/man1m/releaser.1m copy ../src/man/man1m/releaser.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/releaser.1m found multiple : ../src/man/man1m/reserve.1m cache [opt/SUNWsamfs/man/man1m/reserve.1m] ../src/man/man1m/reserve.1m copy ../src/man/man1m/reserve.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/reserve.1m found multiple : ../src/man/man1m/restore.sh.1m cache [opt/SUNWsamfs/man/man1m/restore.sh.1m] ../src/man/man1m/restore.sh.1m copy ../src/man/man1m/restore.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/restore.sh.1m found multiple : ../src/man/man1m/robots.1m cache [opt/SUNWsamfs/man/man1m/robots.1m] ../src/man/man1m/robots.1m copy ../src/man/man1m/robots.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/robots.1m found multiple : ../src/man/man1m/rpc.sam.1m cache [opt/SUNWsamfs/man/man1m/rpc.sam.1m] ../src/man/man1m/rpc.sam.1m copy ../src/man/man1m/rpc.sam.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/rpc.sam.1m found multiple : ../src/man/man1m/sam-amld.1m cache [opt/SUNWsamfs/man/man1m/sam-amld.1m] ../src/man/man1m/sam-amld.1m copy ../src/man/man1m/sam-amld.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-amld.1m found multiple : ../src/man/man1m/sam-archiverd.1m cache [opt/SUNWsamfs/man/man1m/sam-archiverd.1m] ../src/man/man1m/sam-archiverd.1m copy ../src/man/man1m/sam-archiverd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-archiverd.1m found multiple : ../src/man/man1m/sam-arcopy.1m cache [opt/SUNWsamfs/man/man1m/sam-arcopy.1m] ../src/man/man1m/sam-arcopy.1m copy ../src/man/man1m/sam-arcopy.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-arcopy.1m found multiple : ../src/man/man1m/sam-arfind.1m cache [opt/SUNWsamfs/man/man1m/sam-arfind.1m] ../src/man/man1m/sam-arfind.1m copy ../src/man/man1m/sam-arfind.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-arfind.1m found multiple : ../src/man/man1m/sam-catserverd.1m cache [opt/SUNWsamfs/man/man1m/sam-catserverd.1m] ../src/man/man1m/sam-catserverd.1m copy ../src/man/man1m/sam-catserverd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-catserverd.1m found multiple : ../src/man/man1m/sam-clientd.1m cache [opt/SUNWsamfs/man/man1m/sam-clientd.1m] ../src/man/man1m/sam-clientd.1m copy ../src/man/man1m/sam-clientd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-clientd.1m found multiple : ../src/man/man1m/sam-dbupd.1m cache [opt/SUNWsamfs/man/man1m/sam-dbupd.1m] ../src/man/man1m/sam-dbupd.1m copy ../src/man/man1m/sam-dbupd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-dbupd.1m found multiple : ../src/man/man1m/sam-fsalogd.1m cache [opt/SUNWsamfs/man/man1m/sam-fsalogd.1m] ../src/man/man1m/sam-fsalogd.1m copy ../src/man/man1m/sam-fsalogd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-fsalogd.1m found multiple : ../src/man/man1m/sam-fsd.1m cache [opt/SUNWsamfs/man/man1m/sam-fsd.1m] ../src/man/man1m/sam-fsd.1m copy ../src/man/man1m/sam-fsd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-fsd.1m found multiple : ../src/man/man1m/sam-ftpd.1m cache [opt/SUNWsamfs/man/man1m/sam-ftpd.1m] ../src/man/man1m/sam-ftpd.1m copy ../src/man/man1m/sam-ftpd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-ftpd.1m found multiple : ../src/man/man1m/sam-genericd.1m cache [opt/SUNWsamfs/man/man1m/sam-genericd.1m] ../src/man/man1m/sam-genericd.1m copy ../src/man/man1m/sam-genericd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-genericd.1m found multiple : ../src/man/man1m/sam-nrecycler.1m cache [opt/SUNWsamfs/man/man1m/sam-nrecycler.1m] ../src/man/man1m/sam-nrecycler.1m copy ../src/man/man1m/sam-nrecycler.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-nrecycler.1m found multiple : ../src/man/man1m/sam-recycler.1m cache [opt/SUNWsamfs/man/man1m/sam-recycler.1m] ../src/man/man1m/sam-recycler.1m copy ../src/man/man1m/sam-recycler.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-recycler.1m found multiple : ../src/man/man1m/sam-releaser.1m cache [opt/SUNWsamfs/man/man1m/sam-releaser.1m] ../src/man/man1m/sam-releaser.1m copy ../src/man/man1m/sam-releaser.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-releaser.1m found multiple : ../src/man/man1m/sam-rftd.1m cache [opt/SUNWsamfs/man/man1m/sam-rftd.1m] ../src/man/man1m/sam-rftd.1m copy ../src/man/man1m/sam-rftd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-rftd.1m found multiple : ../src/man/man1m/sam-robotsd.1m cache [opt/SUNWsamfs/man/man1m/sam-robotsd.1m] ../src/man/man1m/sam-robotsd.1m copy ../src/man/man1m/sam-robotsd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-robotsd.1m found multiple : ../src/man/man1m/sam-rpcd.1m cache [opt/SUNWsamfs/man/man1m/sam-rpcd.1m] ../src/man/man1m/sam-rpcd.1m copy ../src/man/man1m/sam-rpcd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-rpcd.1m found multiple : ../src/man/man1m/sam-scannerd.1m cache [opt/SUNWsamfs/man/man1m/sam-scannerd.1m] ../src/man/man1m/sam-scannerd.1m copy ../src/man/man1m/sam-scannerd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-scannerd.1m found multiple : ../src/man/man1m/sam-serverd.1m cache [opt/SUNWsamfs/man/man1m/sam-serverd.1m] ../src/man/man1m/sam-serverd.1m copy ../src/man/man1m/sam-serverd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-serverd.1m found multiple : ../src/man/man1m/sam-sharefsd.1m cache [opt/SUNWsamfs/man/man1m/sam-sharefsd.1m] ../src/man/man1m/sam-sharefsd.1m copy ../src/man/man1m/sam-sharefsd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-sharefsd.1m found multiple : ../src/man/man1m/sam-shrink.1m cache [opt/SUNWsamfs/man/man1m/sam-shrink.1m] ../src/man/man1m/sam-shrink.1m copy ../src/man/man1m/sam-shrink.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-shrink.1m found multiple : ../src/man/man1m/sam-stagealld.1m cache [opt/SUNWsamfs/man/man1m/sam-stagealld.1m] ../src/man/man1m/sam-stagealld.1m copy ../src/man/man1m/sam-stagealld.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stagealld.1m found multiple : ../src/man/man1m/sam-stagerd.1m cache [opt/SUNWsamfs/man/man1m/sam-stagerd.1m] ../src/man/man1m/sam-stagerd.1m copy ../src/man/man1m/sam-stagerd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stagerd.1m found multiple : ../src/man/man1m/sam-stagerd_copy.1m cache [opt/SUNWsamfs/man/man1m/sam-stagerd_copy.1m] ../src/man/man1m/sam-stagerd_copy.1m copy ../src/man/man1m/sam-stagerd_copy.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stagerd_copy.1m found multiple : ../src/man/man1m/sam-stk_helper.1m cache [opt/SUNWsamfs/man/man1m/sam-stk_helper.1m] ../src/man/man1m/sam-stk_helper.1m copy ../src/man/man1m/sam-stk_helper.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stk_helper.1m found multiple : ../src/man/man1m/sam-stkd.1m cache [opt/SUNWsamfs/man/man1m/sam-stkd.1m] ../src/man/man1m/sam-stkd.1m copy ../src/man/man1m/sam-stkd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stkd.1m found multiple : ../src/man/man1m/samadm.1m cache [opt/SUNWsamfs/man/man1m/samadm.1m] ../src/man/man1m/samadm.1m copy ../src/man/man1m/samadm.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samadm.1m found multiple : ../src/man/man1m/sambcheck.1m cache [opt/SUNWsamfs/man/man1m/sambcheck.1m] ../src/man/man1m/sambcheck.1m copy ../src/man/man1m/sambcheck.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sambcheck.1m found multiple : ../src/man/man1m/samchaid.1m cache [opt/SUNWsamfs/man/man1m/samchaid.1m] ../src/man/man1m/samchaid.1m copy ../src/man/man1m/samchaid.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samchaid.1m found multiple : ../src/man/man1m/samcmd.1m cache [opt/SUNWsamfs/man/man1m/samcmd.1m] ../src/man/man1m/samcmd.1m copy ../src/man/man1m/samcmd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samcmd.1m found multiple : ../src/man/man1m/samcrondump.1m cache [opt/SUNWsamfs/man/man1m/samcrondump.1m] ../src/man/man1m/samcrondump.1m copy ../src/man/man1m/samcrondump.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samcrondump.1m found multiple : ../src/man/man1m/samcronfix.1m cache [opt/SUNWsamfs/man/man1m/samcronfix.1m] ../src/man/man1m/samcronfix.1m copy ../src/man/man1m/samcronfix.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samcronfix.1m found multiple : ../src/man/man1m/samd.1m cache [opt/SUNWsamfs/man/man1m/samd.1m] ../src/man/man1m/samd.1m copy ../src/man/man1m/samd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samd.1m found multiple : ../src/man/man1m/samdb.1m cache [opt/SUNWsamfs/man/man1m/samdb.1m] ../src/man/man1m/samdb.1m copy ../src/man/man1m/samdb.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samdb.1m found multiple : ../src/man/man1m/samexplorer.1m cache [opt/SUNWsamfs/man/man1m/samexplorer.1m] ../src/man/man1m/samexplorer.1m copy ../src/man/man1m/samexplorer.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samexplorer.1m found multiple : ../src/man/man1m/samexport.1m cache [opt/SUNWsamfs/man/man1m/samexport.1m] ../src/man/man1m/samexport.1m copy ../src/man/man1m/samexport.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samexport.1m found multiple : ../src/man/man1m/samfsck.1m cache [opt/SUNWsamfs/man/man1m/samfsck.1m] ../src/man/man1m/samfsck.1m copy ../src/man/man1m/samfsck.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsck.1m found multiple : ../src/man/man1m/samfsconfig.1m cache [opt/SUNWsamfs/man/man1m/samfsconfig.1m] ../src/man/man1m/samfsconfig.1m copy ../src/man/man1m/samfsconfig.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsconfig.1m found multiple : ../src/man/man1m/samfsdump.1m cache [opt/SUNWsamfs/man/man1m/samfsdump.1m] ../src/man/man1m/samfsdump.1m copy ../src/man/man1m/samfsdump.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsdump.1m found multiple : ../src/man/man1m/samfsinfo.1m cache [opt/SUNWsamfs/man/man1m/samfsinfo.1m] ../src/man/man1m/samfsinfo.1m copy ../src/man/man1m/samfsinfo.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsinfo.1m found multiple : ../src/man/man1m/samfsrestore.1m cache [opt/SUNWsamfs/man/man1m/samfsrestore.1m] ../src/man/man1m/samfsrestore.1m copy ../src/man/man1m/samfsrestore.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsrestore.1m found multiple : ../src/man/man1m/samfstyp.1m cache [opt/SUNWsamfs/man/man1m/samfstyp.1m] ../src/man/man1m/samfstyp.1m copy ../src/man/man1m/samfstyp.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfstyp.1m found multiple : ../src/man/man1m/samgrowfs.1m cache [opt/SUNWsamfs/man/man1m/samgrowfs.1m] ../src/man/man1m/samgrowfs.1m copy ../src/man/man1m/samgrowfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samgrowfs.1m found multiple : ../src/man/man1m/samimport.1m cache [opt/SUNWsamfs/man/man1m/samimport.1m] ../src/man/man1m/samimport.1m copy ../src/man/man1m/samimport.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samimport.1m found multiple : ../src/man/man1m/samload.1m cache [opt/SUNWsamfs/man/man1m/samload.1m] ../src/man/man1m/samload.1m copy ../src/man/man1m/samload.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samload.1m found multiple : ../src/man/man1m/sammkfs.1m cache [opt/SUNWsamfs/man/man1m/sammkfs.1m] ../src/man/man1m/sammkfs.1m copy ../src/man/man1m/sammkfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sammkfs.1m found multiple : ../src/man/man1m/samncheck.1m cache [opt/SUNWsamfs/man/man1m/samncheck.1m] ../src/man/man1m/samncheck.1m copy ../src/man/man1m/samncheck.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samncheck.1m found multiple : ../src/man/man1m/samquota.1m cache [opt/SUNWsamfs/man/man1m/samquota.1m] ../src/man/man1m/samquota.1m copy ../src/man/man1m/samquota.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samquota.1m found multiple : ../src/man/man1m/samquotastat.1m cache [opt/SUNWsamfs/man/man1m/samquotastat.1m] ../src/man/man1m/samquotastat.1m copy ../src/man/man1m/samquotastat.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samquotastat.1m found multiple : ../src/man/man1m/samset.1m cache [opt/SUNWsamfs/man/man1m/samset.1m] ../src/man/man1m/samset.1m copy ../src/man/man1m/samset.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samset.1m found multiple : ../src/man/man1m/samsharefs.1m cache [opt/SUNWsamfs/man/man1m/samsharefs.1m] ../src/man/man1m/samsharefs.1m copy ../src/man/man1m/samsharefs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samsharefs.1m found multiple : ../src/man/man1m/samsnoop.1m cache [opt/SUNWsamfs/man/man1m/samsnoop.1m] ../src/man/man1m/samsnoop.1m copy ../src/man/man1m/samsnoop.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samsnoop.1m found multiple : ../src/man/man1m/samstorade.1m cache [opt/SUNWsamfs/man/man1m/samstorade.1m] ../src/man/man1m/samstorade.1m copy ../src/man/man1m/samstorade.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samstorade.1m found multiple : ../src/man/man1m/samtrace.1m cache [opt/SUNWsamfs/man/man1m/samtrace.1m] ../src/man/man1m/samtrace.1m copy ../src/man/man1m/samtrace.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samtrace.1m found multiple : ../src/man/man1m/samu.1m cache [opt/SUNWsamfs/man/man1m/samu.1m] ../src/man/man1m/samu.1m copy ../src/man/man1m/samu.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samu.1m found multiple : ../src/man/man1m/samunhold.1m cache [opt/SUNWsamfs/man/man1m/samunhold.1m] ../src/man/man1m/samunhold.1m copy ../src/man/man1m/samunhold.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samunhold.1m found multiple : ../src/man/man1m/save_core.sh.1m cache [opt/SUNWsamfs/man/man1m/save_core.sh.1m] ../src/man/man1m/save_core.sh.1m copy ../src/man/man1m/save_core.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/save_core.sh.1m found multiple : ../src/man/man1m/scanner.1m cache [opt/SUNWsamfs/man/man1m/scanner.1m] ../src/man/man1m/scanner.1m copy ../src/man/man1m/scanner.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/scanner.1m found multiple : ../src/man/man1m/sefreport.1m cache [opt/SUNWsamfs/man/man1m/sefreport.1m] ../src/man/man1m/sefreport.1m copy ../src/man/man1m/sefreport.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sefreport.1m found multiple : ../src/man/man1m/sendtrap.1m cache [opt/SUNWsamfs/man/man1m/sendtrap.1m] ../src/man/man1m/sendtrap.1m copy ../src/man/man1m/sendtrap.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sendtrap.1m found multiple : ../src/man/man1m/set_admin.1m cache [opt/SUNWsamfs/man/man1m/set_admin.1m] ../src/man/man1m/set_admin.1m copy ../src/man/man1m/set_admin.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/set_admin.1m found multiple : ../src/man/man1m/set_state.1m cache [opt/SUNWsamfs/man/man1m/set_state.1m] ../src/man/man1m/set_state.1m copy ../src/man/man1m/set_state.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/set_state.1m found multiple : ../src/man/man1m/showqueue.1m cache [opt/SUNWsamfs/man/man1m/showqueue.1m] ../src/man/man1m/showqueue.1m copy ../src/man/man1m/showqueue.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/showqueue.1m found multiple : ../src/man/man1m/stageall.1m cache [opt/SUNWsamfs/man/man1m/stageall.1m] ../src/man/man1m/stageall.1m copy ../src/man/man1m/stageall.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/stageall.1m found multiple : ../src/man/man1m/stageback.sh.1m cache [opt/SUNWsamfs/man/man1m/stageback.sh.1m] ../src/man/man1m/stageback.sh.1m copy ../src/man/man1m/stageback.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/stageback.sh.1m found multiple : ../src/man/man1m/star.1m cache [opt/SUNWsamfs/man/man1m/star.1m] ../src/man/man1m/star.1m copy ../src/man/man1m/star.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/star.1m found multiple : ../src/man/man1m/tapealert.1m cache [opt/SUNWsamfs/man/man1m/tapealert.1m] ../src/man/man1m/tapealert.1m copy ../src/man/man1m/tapealert.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/tapealert.1m found multiple : ../src/man/man1m/tarback.sh.1m cache [opt/SUNWsamfs/man/man1m/tarback.sh.1m] ../src/man/man1m/tarback.sh.1m copy ../src/man/man1m/tarback.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/tarback.sh.1m found multiple : ../src/man/man1m/tplabel.1m cache [opt/SUNWsamfs/man/man1m/tplabel.1m] ../src/man/man1m/tplabel.1m copy ../src/man/man1m/tplabel.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/tplabel.1m found multiple : ../src/man/man1m/trace_rotate.1m cache [opt/SUNWsamfs/man/man1m/trace_rotate.1m] ../src/man/man1m/trace_rotate.1m copy ../src/man/man1m/trace_rotate.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/trace_rotate.1m found multiple : ../src/man/man1m/umount_samfs.1m cache [opt/SUNWsamfs/man/man1m/umount_samfs.1m] ../src/man/man1m/umount_samfs.1m copy ../src/man/man1m/umount_samfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/umount_samfs.1m found multiple : ../src/man/man1m/unarchive.1m cache [opt/SUNWsamfs/man/man1m/unarchive.1m] ../src/man/man1m/unarchive.1m copy ../src/man/man1m/unarchive.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unarchive.1m found multiple : ../src/man/man1m/undamage.1m cache [opt/SUNWsamfs/man/man1m/undamage.1m] ../src/man/man1m/undamage.1m copy ../src/man/man1m/undamage.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/undamage.1m found multiple : ../src/man/man1m/unload.1m cache [opt/SUNWsamfs/man/man1m/unload.1m] ../src/man/man1m/unload.1m copy ../src/man/man1m/unload.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unload.1m found multiple : ../src/man/man1m/unrearch.1m cache [opt/SUNWsamfs/man/man1m/unrearch.1m] ../src/man/man1m/unrearch.1m copy ../src/man/man1m/unrearch.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unrearch.1m found multiple : ../src/man/man1m/unreserve.1m cache [opt/SUNWsamfs/man/man1m/unreserve.1m] ../src/man/man1m/unreserve.1m copy ../src/man/man1m/unreserve.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unreserve.1m found multiple : ../src/man/man3/intro_libsam.3 cache [opt/SUNWsamfs/man/man3/intro_libsam.3] ../src/man/man3/intro_libsam.3 copy ../src/man/man3/intro_libsam.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/intro_libsam.3 found multiple : ../src/man/man3/intro_libsamrpc.3 cache [opt/SUNWsamfs/man/man3/intro_libsamrpc.3] ../src/man/man3/intro_libsamrpc.3 copy ../src/man/man3/intro_libsamrpc.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/intro_libsamrpc.3 found multiple : ../src/man/man3/qfs_listio.3 cache [opt/SUNWsamfs/man/man3/qfs_listio.3] ../src/man/man3/qfs_listio.3 copy ../src/man/man3/qfs_listio.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/qfs_listio.3 found multiple : ../src/man/man3/sam_advise.3 cache [opt/SUNWsamfs/man/man3/sam_advise.3] ../src/man/man3/sam_advise.3 copy ../src/man/man3/sam_advise.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_advise.3 found multiple : ../src/man/man3/sam_archive.3 cache [opt/SUNWsamfs/man/man3/sam_archive.3] ../src/man/man3/sam_archive.3 copy ../src/man/man3/sam_archive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_archive.3 found multiple : ../src/man/man3/sam_cancelstage.3 cache [opt/SUNWsamfs/man/man3/sam_cancelstage.3] ../src/man/man3/sam_cancelstage.3 copy ../src/man/man3/sam_cancelstage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_cancelstage.3 found multiple : ../src/man/man3/sam_closecat.3 cache [opt/SUNWsamfs/man/man3/sam_closecat.3] ../src/man/man3/sam_closecat.3 copy ../src/man/man3/sam_closecat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_closecat.3 found multiple : ../src/man/man3/sam_damage.3 cache [opt/SUNWsamfs/man/man3/sam_damage.3] ../src/man/man3/sam_damage.3 copy ../src/man/man3/sam_damage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_damage.3 found multiple : ../src/man/man3/sam_devstat.3 cache [opt/SUNWsamfs/man/man3/sam_devstat.3] ../src/man/man3/sam_devstat.3 copy ../src/man/man3/sam_devstat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_devstat.3 found multiple : ../src/man/man3/sam_devstr.3 cache [opt/SUNWsamfs/man/man3/sam_devstr.3] ../src/man/man3/sam_devstr.3 copy ../src/man/man3/sam_devstr.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_devstr.3 found multiple : ../src/man/man3/sam_exarchive.3 cache [opt/SUNWsamfs/man/man3/sam_exarchive.3] ../src/man/man3/sam_exarchive.3 copy ../src/man/man3/sam_exarchive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_exarchive.3 found multiple : ../src/man/man3/sam_getcatalog.3 cache [opt/SUNWsamfs/man/man3/sam_getcatalog.3] ../src/man/man3/sam_getcatalog.3 copy ../src/man/man3/sam_getcatalog.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_getcatalog.3 found multiple : ../src/man/man3/sam_lstat.3 cache [opt/SUNWsamfs/man/man3/sam_lstat.3] ../src/man/man3/sam_lstat.3 copy ../src/man/man3/sam_lstat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_lstat.3 found multiple : ../src/man/man3/sam_mig_create_file.3 cache [opt/SUNWsamfs/man/man3/sam_mig_create_file.3] ../src/man/man3/sam_mig_create_file.3 copy ../src/man/man3/sam_mig_create_file.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_create_file.3 found multiple : ../src/man/man3/sam_mig_mount_media.3 cache [opt/SUNWsamfs/man/man3/sam_mig_mount_media.3] ../src/man/man3/sam_mig_mount_media.3 copy ../src/man/man3/sam_mig_mount_media.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_mount_media.3 found multiple : ../src/man/man3/sam_mig_rearchive.3 cache [opt/SUNWsamfs/man/man3/sam_mig_rearchive.3] ../src/man/man3/sam_mig_rearchive.3 copy ../src/man/man3/sam_mig_rearchive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_rearchive.3 found multiple : ../src/man/man3/sam_mig_release_device.3 cache [opt/SUNWsamfs/man/man3/sam_mig_release_device.3] ../src/man/man3/sam_mig_release_device.3 copy ../src/man/man3/sam_mig_release_device.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_release_device.3 found multiple : ../src/man/man3/sam_mig_stage_end.3 cache [opt/SUNWsamfs/man/man3/sam_mig_stage_end.3] ../src/man/man3/sam_mig_stage_end.3 copy ../src/man/man3/sam_mig_stage_end.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_end.3 found multiple : ../src/man/man3/sam_mig_stage_error.3 cache [opt/SUNWsamfs/man/man3/sam_mig_stage_error.3] ../src/man/man3/sam_mig_stage_error.3 copy ../src/man/man3/sam_mig_stage_error.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_error.3 found multiple : ../src/man/man3/sam_mig_stage_file.3 cache [opt/SUNWsamfs/man/man3/sam_mig_stage_file.3] ../src/man/man3/sam_mig_stage_file.3 copy ../src/man/man3/sam_mig_stage_file.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_file.3 found multiple : ../src/man/man3/sam_mig_stage_write.3 cache [opt/SUNWsamfs/man/man3/sam_mig_stage_write.3] ../src/man/man3/sam_mig_stage_write.3 copy ../src/man/man3/sam_mig_stage_write.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_write.3 found multiple : ../src/man/man3/sam_opencat.3 cache [opt/SUNWsamfs/man/man3/sam_opencat.3] ../src/man/man3/sam_opencat.3 copy ../src/man/man3/sam_opencat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_opencat.3 found multiple : ../src/man/man3/sam_readrminfo.3 cache [opt/SUNWsamfs/man/man3/sam_readrminfo.3] ../src/man/man3/sam_readrminfo.3 copy ../src/man/man3/sam_readrminfo.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_readrminfo.3 found multiple : ../src/man/man3/sam_rearch.3 cache [opt/SUNWsamfs/man/man3/sam_rearch.3] ../src/man/man3/sam_rearch.3 copy ../src/man/man3/sam_rearch.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_rearch.3 found multiple : ../src/man/man3/sam_release.3 cache [opt/SUNWsamfs/man/man3/sam_release.3] ../src/man/man3/sam_release.3 copy ../src/man/man3/sam_release.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_release.3 found multiple : ../src/man/man3/sam_request.3 cache [opt/SUNWsamfs/man/man3/sam_request.3] ../src/man/man3/sam_request.3 copy ../src/man/man3/sam_request.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_request.3 found multiple : ../src/man/man3/sam_restore_copy.3 cache [opt/SUNWsamfs/man/man3/sam_restore_copy.3] ../src/man/man3/sam_restore_copy.3 copy ../src/man/man3/sam_restore_copy.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_restore_copy.3 found multiple : ../src/man/man3/sam_restore_file.3 cache [opt/SUNWsamfs/man/man3/sam_restore_file.3] ../src/man/man3/sam_restore_file.3 copy ../src/man/man3/sam_restore_file.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_restore_file.3 found multiple : ../src/man/man3/sam_segment.3 cache [opt/SUNWsamfs/man/man3/sam_segment.3] ../src/man/man3/sam_segment.3 copy ../src/man/man3/sam_segment.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_segment.3 found multiple : ../src/man/man3/sam_segment_stat.3 cache [opt/SUNWsamfs/man/man3/sam_segment_stat.3] ../src/man/man3/sam_segment_stat.3 copy ../src/man/man3/sam_segment_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_segment_stat.3 found multiple : ../src/man/man3/sam_segment_vsn_stat.3 cache [opt/SUNWsamfs/man/man3/sam_segment_vsn_stat.3] ../src/man/man3/sam_segment_vsn_stat.3 copy ../src/man/man3/sam_segment_vsn_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_segment_vsn_stat.3 found multiple : ../src/man/man3/sam_setfa.3 cache [opt/SUNWsamfs/man/man3/sam_setfa.3] ../src/man/man3/sam_setfa.3 copy ../src/man/man3/sam_setfa.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_setfa.3 found multiple : ../src/man/man3/sam_ssum.3 cache [opt/SUNWsamfs/man/man3/sam_ssum.3] ../src/man/man3/sam_ssum.3 copy ../src/man/man3/sam_ssum.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_ssum.3 found multiple : ../src/man/man3/sam_stage.3 cache [opt/SUNWsamfs/man/man3/sam_stage.3] ../src/man/man3/sam_stage.3 copy ../src/man/man3/sam_stage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_stage.3 found multiple : ../src/man/man3/sam_stat.3 cache [opt/SUNWsamfs/man/man3/sam_stat.3] ../src/man/man3/sam_stat.3 copy ../src/man/man3/sam_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_stat.3 found multiple : ../src/man/man3/sam_unarchive.3 cache [opt/SUNWsamfs/man/man3/sam_unarchive.3] ../src/man/man3/sam_unarchive.3 copy ../src/man/man3/sam_unarchive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_unarchive.3 found multiple : ../src/man/man3/sam_undamage.3 cache [opt/SUNWsamfs/man/man3/sam_undamage.3] ../src/man/man3/sam_undamage.3 copy ../src/man/man3/sam_undamage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_undamage.3 found multiple : ../src/man/man3/sam_unrearch.3 cache [opt/SUNWsamfs/man/man3/sam_unrearch.3] ../src/man/man3/sam_unrearch.3 copy ../src/man/man3/sam_unrearch.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_unrearch.3 found multiple : ../src/man/man3/sam_vsn_stat.3 cache [opt/SUNWsamfs/man/man3/sam_vsn_stat.3] ../src/man/man3/sam_vsn_stat.3 copy ../src/man/man3/sam_vsn_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_vsn_stat.3 found multiple : ../src/man/man3/usam_mig_cancel_stage_req.3 cache [opt/SUNWsamfs/man/man3/usam_mig_cancel_stage_req.3] ../src/man/man3/usam_mig_cancel_stage_req.3 copy ../src/man/man3/usam_mig_cancel_stage_req.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/usam_mig_cancel_stage_req.3 found multiple : ../src/man/man3/usam_mig_initialize.3 cache [opt/SUNWsamfs/man/man3/usam_mig_initialize.3] ../src/man/man3/usam_mig_initialize.3 copy ../src/man/man3/usam_mig_initialize.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/usam_mig_initialize.3 found multiple : ../src/man/man3/usam_mig_stage_file_req.3 cache [opt/SUNWsamfs/man/man3/usam_mig_stage_file_req.3] ../src/man/man3/usam_mig_stage_file_req.3 copy ../src/man/man3/usam_mig_stage_file_req.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/usam_mig_stage_file_req.3 found multiple : ../src/man/man3x/intro_libsam.3x cache [opt/SUNWsamfs/man/man3x/intro_libsam.3x] ../src/man/man3x/intro_libsam.3x copy ../src/man/man3x/intro_libsam.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/intro_libsam.3x found multiple : ../src/man/man3x/intro_libsamrpc.3x cache [opt/SUNWsamfs/man/man3x/intro_libsamrpc.3x] ../src/man/man3x/intro_libsamrpc.3x copy ../src/man/man3x/intro_libsamrpc.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/intro_libsamrpc.3x found multiple : ../src/man/man3x/sam_archive.3x cache [opt/SUNWsamfs/man/man3x/sam_archive.3x] ../src/man/man3x/sam_archive.3x copy ../src/man/man3x/sam_archive.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_archive.3x found multiple : ../src/man/man3x/sam_closerpc.3x cache [opt/SUNWsamfs/man/man3x/sam_closerpc.3x] ../src/man/man3x/sam_closerpc.3x copy ../src/man/man3x/sam_closerpc.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_closerpc.3x found multiple : ../src/man/man3x/sam_initrpc.3x cache [opt/SUNWsamfs/man/man3x/sam_initrpc.3x] ../src/man/man3x/sam_initrpc.3x copy ../src/man/man3x/sam_initrpc.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_initrpc.3x found multiple : ../src/man/man3x/sam_lstat.3x cache [opt/SUNWsamfs/man/man3x/sam_lstat.3x] ../src/man/man3x/sam_lstat.3x copy ../src/man/man3x/sam_lstat.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_lstat.3x found multiple : ../src/man/man3x/sam_release.3x cache [opt/SUNWsamfs/man/man3x/sam_release.3x] ../src/man/man3x/sam_release.3x copy ../src/man/man3x/sam_release.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_release.3x found multiple : ../src/man/man3x/sam_segment.3x cache [opt/SUNWsamfs/man/man3x/sam_segment.3x] ../src/man/man3x/sam_segment.3x copy ../src/man/man3x/sam_segment.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_segment.3x found multiple : ../src/man/man3x/sam_setfa.3x cache [opt/SUNWsamfs/man/man3x/sam_setfa.3x] ../src/man/man3x/sam_setfa.3x copy ../src/man/man3x/sam_setfa.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_setfa.3x found multiple : ../src/man/man3x/sam_stage.3x cache [opt/SUNWsamfs/man/man3x/sam_stage.3x] ../src/man/man3x/sam_stage.3x copy ../src/man/man3x/sam_stage.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_stage.3x found multiple : ../src/man/man3x/sam_stat.3x cache [opt/SUNWsamfs/man/man3x/sam_stat.3x] ../src/man/man3x/sam_stat.3x copy ../src/man/man3x/sam_stat.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_stat.3x found multiple : ../src/man/man4/archiver.cmd.4 cache [opt/SUNWsamfs/man/man4/archiver.cmd.4] ../src/man/man4/archiver.cmd.4 copy ../src/man/man4/archiver.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/archiver.cmd.4 found multiple : ../src/man/man4/defaults.conf.4 cache [opt/SUNWsamfs/man/man4/defaults.conf.4] ../src/man/man4/defaults.conf.4 copy ../src/man/man4/defaults.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/defaults.conf.4 found multiple : ../src/man/man4/devlog.4 cache [opt/SUNWsamfs/man/man4/devlog.4] ../src/man/man4/devlog.4 copy ../src/man/man4/devlog.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/devlog.4 found multiple : ../src/man/man4/diskvols.conf.4 cache [opt/SUNWsamfs/man/man4/diskvols.conf.4] ../src/man/man4/diskvols.conf.4 copy ../src/man/man4/diskvols.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/diskvols.conf.4 found multiple : ../src/man/man4/fsalogd.cmd.4 cache [opt/SUNWsamfs/man/man4/fsalogd.cmd.4] ../src/man/man4/fsalogd.cmd.4 copy ../src/man/man4/fsalogd.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/fsalogd.cmd.4 found multiple : ../src/man/man4/ftp.cmd.4 cache [opt/SUNWsamfs/man/man4/ftp.cmd.4] ../src/man/man4/ftp.cmd.4 copy ../src/man/man4/ftp.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/ftp.cmd.4 found multiple : ../src/man/man4/hosts.fs.4 cache [opt/SUNWsamfs/man/man4/hosts.fs.4] ../src/man/man4/hosts.fs.4 copy ../src/man/man4/hosts.fs.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/hosts.fs.4 found multiple : ../src/man/man4/hosts.fs.local.4 cache [opt/SUNWsamfs/man/man4/hosts.fs.local.4] ../src/man/man4/hosts.fs.local.4 copy ../src/man/man4/hosts.fs.local.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/hosts.fs.local.4 found multiple : ../src/man/man4/inquiry.conf.4 cache [opt/SUNWsamfs/man/man4/inquiry.conf.4] ../src/man/man4/inquiry.conf.4 copy ../src/man/man4/inquiry.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/inquiry.conf.4 found multiple : ../src/man/man4/mcf.4 cache [opt/SUNWsamfs/man/man4/mcf.4] ../src/man/man4/mcf.4 copy ../src/man/man4/mcf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/mcf.4 found multiple : ../src/man/man4/notify.cmd.4 cache [opt/SUNWsamfs/man/man4/notify.cmd.4] ../src/man/man4/notify.cmd.4 copy ../src/man/man4/notify.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/notify.cmd.4 found multiple : ../src/man/man4/nrecycler.cmd.4 cache [opt/SUNWsamfs/man/man4/nrecycler.cmd.4] ../src/man/man4/nrecycler.cmd.4 copy ../src/man/man4/nrecycler.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/nrecycler.cmd.4 found multiple : ../src/man/man4/preview.cmd.4 cache [opt/SUNWsamfs/man/man4/preview.cmd.4] ../src/man/man4/preview.cmd.4 copy ../src/man/man4/preview.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/preview.cmd.4 found multiple : ../src/man/man4/recycler.cmd.4 cache [opt/SUNWsamfs/man/man4/recycler.cmd.4] ../src/man/man4/recycler.cmd.4 copy ../src/man/man4/recycler.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/recycler.cmd.4 found multiple : ../src/man/man4/releaser.cmd.4 cache [opt/SUNWsamfs/man/man4/releaser.cmd.4] ../src/man/man4/releaser.cmd.4 copy ../src/man/man4/releaser.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/releaser.cmd.4 found multiple : ../src/man/man4/rft.cmd.4 cache [opt/SUNWsamfs/man/man4/rft.cmd.4] ../src/man/man4/rft.cmd.4 copy ../src/man/man4/rft.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/rft.cmd.4 found multiple : ../src/man/man4/samdb.conf.4 cache [opt/SUNWsamfs/man/man4/samdb.conf.4] ../src/man/man4/samdb.conf.4 copy ../src/man/man4/samdb.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/samdb.conf.4 found multiple : ../src/man/man4/samfs.cmd.4 cache [opt/SUNWsamfs/man/man4/samfs.cmd.4] ../src/man/man4/samfs.cmd.4 copy ../src/man/man4/samfs.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/samfs.cmd.4 found multiple : ../src/man/man4/sefdata.4 cache [opt/SUNWsamfs/man/man4/sefdata.4] ../src/man/man4/sefdata.4 copy ../src/man/man4/sefdata.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/sefdata.4 found multiple : ../src/man/man4/sefsysevent.4 cache [opt/SUNWsamfs/man/man4/sefsysevent.4] ../src/man/man4/sefsysevent.4 copy ../src/man/man4/sefsysevent.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/sefsysevent.4 found multiple : ../src/man/man4/shrink.cmd.4 cache [opt/SUNWsamfs/man/man4/shrink.cmd.4] ../src/man/man4/shrink.cmd.4 copy ../src/man/man4/shrink.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/shrink.cmd.4 found multiple : ../src/man/man4/stager.cmd.4 cache [opt/SUNWsamfs/man/man4/stager.cmd.4] ../src/man/man4/stager.cmd.4 copy ../src/man/man4/stager.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/stager.cmd.4 found multiple : ../src/man/man5/media.5 cache [opt/SUNWsamfs/man/man5/media.5] ../src/man/man5/media.5 copy ../src/man/man5/media.5 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man5/media.5 found multiple : ../src/man/man5/sam_worm.5 cache [opt/SUNWsamfs/man/man5/sam_worm.5] ../src/man/man5/sam_worm.5 copy ../src/man/man5/sam_worm.5 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man5/sam_worm.5 found multiple : ../src/man/man7/acl2640.7 cache [opt/SUNWsamfs/man/man7/acl2640.7] ../src/man/man7/acl2640.7 copy ../src/man/man7/acl2640.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/acl2amd640.7 found multiple : ../src/man/man7/acl452.7 cache [opt/SUNWsamfs/man/man7/acl452.7] ../src/man/man7/acl452.7 copy ../src/man/man7/acl452.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/acl452.7 found multiple : ../src/man/man7/historian.7 cache [opt/SUNWsamfs/man/man7/historian.7] ../src/man/man7/historian.7 copy ../src/man/man7/historian.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/historian.7 found multiple : ../src/man/man7/sam-remote.7 cache [opt/SUNWsamfs/man/man7/sam-remote.7] ../src/man/man7/sam-remote.7 copy ../src/man/man7/sam-remote.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/sam-remote.7 found multiple : ../src/man/man7/samaio.7 cache [opt/SUNWsamfs/man/man7/samaio.7] ../src/man/man7/samaio.7 copy ../src/man/man7/samaio.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/samaio.7 found multiple : ../src/man/man7/ssi.sh.7 cache [opt/SUNWsamfs/man/man7/ssi.sh.7] ../src/man/man7/ssi.sh.7 copy ../src/man/man7/ssi.sh.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/ssi.sh.7 found multiple : ../src/man/man7/ssi_so.7 cache [opt/SUNWsamfs/man/man7/ssi_so.7] ../src/man/man7/ssi_so.7 copy ../src/man/man7/ssi_so.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/ssi_so.7 found multiple : ../src/man/man7/stk.7 cache [opt/SUNWsamfs/man/man7/stk.7] ../src/man/man7/stk.7 copy ../src/man/man7/stk.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/stk.7 isapath 64bit samtrace amd64 opt/SUNWsamfs/sbin samtrace 64/samtrace found bin : ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_amd64/samtrace cache [opt/SUNWsamfs/sbin/64/samtrace] ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_amd64/samtrace copy ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_amd64/samtrace nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/amd64/samtrace opt/SUNWsamfs/sbin/archive_audit: 32bit bin or script found bin : ../src/utility/audit/obj/SunOS_illumos-5a46911672_i386/archive_audit cache [opt/SUNWsamfs/sbin/archive_audit] ../src/utility/audit/obj/SunOS_illumos-5a46911672_i386/archive_audit copy ../src/utility/audit/obj/SunOS_illumos-5a46911672_i386/archive_audit nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/archive_audit opt/SUNWsamfs/sbin/archiver: 32bit bin or script found bin : ../src/archiver/archiver/obj/SunOS_illumos-5a46911672_i386/archiver cache [opt/SUNWsamfs/sbin/archiver] ../src/archiver/archiver/obj/SunOS_illumos-5a46911672_i386/archiver copy ../src/archiver/archiver/obj/SunOS_illumos-5a46911672_i386/archiver nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/archiver opt/SUNWsamfs/sbin/auditslot: 32bit bin or script found bin : ../src/utility/auditslot/obj/SunOS_illumos-5a46911672_i386/auditslot cache [opt/SUNWsamfs/sbin/auditslot] ../src/utility/auditslot/obj/SunOS_illumos-5a46911672_i386/auditslot copy ../src/utility/auditslot/obj/SunOS_illumos-5a46911672_i386/auditslot nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/auditslot opt/SUNWsamfs/sbin/build_cat: 32bit bin or script found bin : ../src/catalog/build_cat/obj/SunOS_illumos-5a46911672_i386/build_cat cache [opt/SUNWsamfs/sbin/build_cat] ../src/catalog/build_cat/obj/SunOS_illumos-5a46911672_i386/build_cat copy ../src/catalog/build_cat/obj/SunOS_illumos-5a46911672_i386/build_cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/build_cat opt/SUNWsamfs/sbin/chmed: 32bit bin or script found bin : ../src/utility/chmed/obj/SunOS_illumos-5a46911672_i386/chmed cache [opt/SUNWsamfs/sbin/chmed] ../src/utility/chmed/obj/SunOS_illumos-5a46911672_i386/chmed copy ../src/utility/chmed/obj/SunOS_illumos-5a46911672_i386/chmed nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/chmed opt/SUNWsamfs/sbin/cleandrive: 32bit bin or script found bin : ../src/utility/cleandrive/obj/SunOS_illumos-5a46911672_i386/cleandrive cache [opt/SUNWsamfs/sbin/cleandrive] ../src/utility/cleandrive/obj/SunOS_illumos-5a46911672_i386/cleandrive copy ../src/utility/cleandrive/obj/SunOS_illumos-5a46911672_i386/cleandrive nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/cleandrive opt/SUNWsamfs/sbin/clientmgmt: 32bit bin or script found bin : ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/clientmgmt cache [opt/SUNWsamfs/sbin/clientmgmt] ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/clientmgmt copy ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/clientmgmt nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/clientmgmt opt/SUNWsamfs/sbin/dmpshm: 32bit bin or script found bin : ../src/utility/dmpshm/obj/SunOS_illumos-5a46911672_i386/dmpshm cache [opt/SUNWsamfs/sbin/dmpshm] ../src/utility/dmpshm/obj/SunOS_illumos-5a46911672_i386/dmpshm copy ../src/utility/dmpshm/obj/SunOS_illumos-5a46911672_i386/dmpshm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/dmpshm opt/SUNWsamfs/sbin/dump_cat: 32bit bin or script found bin : ../src/catalog/dump_cat/obj/SunOS_illumos-5a46911672_i386/dump_cat cache [opt/SUNWsamfs/sbin/dump_cat] ../src/catalog/dump_cat/obj/SunOS_illumos-5a46911672_i386/dump_cat copy ../src/catalog/dump_cat/obj/SunOS_illumos-5a46911672_i386/dump_cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/dump_cat opt/SUNWsamfs/sbin/dump_log: 32bit bin or script found bin : ../src/tools/dump_log/obj/SunOS_illumos-5a46911672_i386/dump_log cache [opt/SUNWsamfs/sbin/dump_log] ../src/tools/dump_log/obj/SunOS_illumos-5a46911672_i386/dump_log copy ../src/tools/dump_log/obj/SunOS_illumos-5a46911672_i386/dump_log nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/dump_log opt/SUNWsamfs/sbin/fsmadm: 32bit bin or script found script: ../src/lib/sammgmt/rpc/server/fsmadm cache [opt/SUNWsamfs/sbin/fsmadm] ../src/lib/sammgmt/rpc/server/fsmadm copy ../src/lib/sammgmt/rpc/server/fsmadm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmadm opt/SUNWsamfs/sbin/fsmdb: 32bit bin or script found bin : ../src/utility/fsmdb/obj/SunOS_illumos-5a46911672_i386/fsmdb cache [opt/SUNWsamfs/sbin/fsmdb] ../src/utility/fsmdb/obj/SunOS_illumos-5a46911672_i386/fsmdb copy ../src/utility/fsmdb/obj/SunOS_illumos-5a46911672_i386/fsmdb nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmdb opt/SUNWsamfs/sbin/fsmupd: 32bit bin or script found bin : ../src/utility/fsmupd/obj/SunOS_illumos-5a46911672_i386/fsmupd cache [opt/SUNWsamfs/sbin/fsmupd] ../src/utility/fsmupd/obj/SunOS_illumos-5a46911672_i386/fsmupd copy ../src/utility/fsmupd/obj/SunOS_illumos-5a46911672_i386/fsmupd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmupd opt/SUNWsamfs/sbin/fsmgmtd: 32bit bin or script found bin : ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/fsmgmtd cache [opt/SUNWsamfs/sbin/fsmgmtd] ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/fsmgmtd copy ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/fsmgmtd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmgmtd isapath 32bit samtrace i386 opt/SUNWsamfs/sbin samtrace 32/samtrace found bin : ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace cache [opt/SUNWsamfs/sbin/32/samtrace] ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace copy ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/i386/samtrace opt/SUNWsamfs/sbin/itemize: 32bit bin or script found bin : ../src/utility/itemize/obj/SunOS_illumos-5a46911672_i386/itemize cache [opt/SUNWsamfs/sbin/itemize] ../src/utility/itemize/obj/SunOS_illumos-5a46911672_i386/itemize copy ../src/utility/itemize/obj/SunOS_illumos-5a46911672_i386/itemize nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/itemize opt/SUNWsamfs/sbin/move: 32bit bin or script found bin : ../src/utility/move/obj/SunOS_illumos-5a46911672_i386/move cache [opt/SUNWsamfs/sbin/move] ../src/utility/move/obj/SunOS_illumos-5a46911672_i386/move copy ../src/utility/move/obj/SunOS_illumos-5a46911672_i386/move nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/move opt/SUNWsamfs/sbin/odlabel: 32bit bin or script found bin : ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/odlabel cache [opt/SUNWsamfs/sbin/odlabel] ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/odlabel copy ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/odlabel nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/odlabel opt/SUNWsamfs/sbin/reserve: 32bit bin or script found bin : ../src/catalog/reserve/obj/SunOS_illumos-5a46911672_i386/reserve cache [opt/SUNWsamfs/sbin/reserve] ../src/catalog/reserve/obj/SunOS_illumos-5a46911672_i386/reserve copy ../src/catalog/reserve/obj/SunOS_illumos-5a46911672_i386/reserve nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/reserve opt/SUNWsamfs/sbin/sam-amld: 32bit bin or script found bin : ../src/sam-init/obj/SunOS_illumos-5a46911672_i386/sam-amld cache [opt/SUNWsamfs/sbin/sam-amld] ../src/sam-init/obj/SunOS_illumos-5a46911672_i386/sam-amld copy ../src/sam-init/obj/SunOS_illumos-5a46911672_i386/sam-amld nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-amld opt/SUNWsamfs/sbin/sam-archiverd: 32bit bin or script found bin : ../src/archiver/archiverd/obj/SunOS_illumos-5a46911672_i386/sam-archiverd cache [opt/SUNWsamfs/sbin/sam-archiverd] ../src/archiver/archiverd/obj/SunOS_illumos-5a46911672_i386/sam-archiverd copy ../src/archiver/archiverd/obj/SunOS_illumos-5a46911672_i386/sam-archiverd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-archiverd opt/SUNWsamfs/sbin/sam-arcopy: 32bit bin or script found bin : ../src/archiver/arcopy/obj/SunOS_illumos-5a46911672_i386/arcopy cache [opt/SUNWsamfs/sbin/sam-arcopy] ../src/archiver/arcopy/obj/SunOS_illumos-5a46911672_i386/arcopy copy ../src/archiver/arcopy/obj/SunOS_illumos-5a46911672_i386/arcopy nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-arcopy opt/SUNWsamfs/sbin/sam-arfind: 32bit bin or script found bin : ../src/archiver/arfind/obj/SunOS_illumos-5a46911672_i386/arfind cache [opt/SUNWsamfs/sbin/sam-arfind] ../src/archiver/arfind/obj/SunOS_illumos-5a46911672_i386/arfind copy ../src/archiver/arfind/obj/SunOS_illumos-5a46911672_i386/arfind nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-arfind opt/SUNWsamfs/sbin/sam-catserverd: 32bit bin or script found bin : ../src/catalog/obj/SunOS_illumos-5a46911672_i386/catserver cache [opt/SUNWsamfs/sbin/sam-catserverd] ../src/catalog/obj/SunOS_illumos-5a46911672_i386/catserver copy ../src/catalog/obj/SunOS_illumos-5a46911672_i386/catserver nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-catserverd opt/SUNWsamfs/sbin/sam-clientd: 32bit bin or script found bin : ../src/remote_sam/client/obj/SunOS_illumos-5a46911672_i386/rs_client cache [opt/SUNWsamfs/sbin/sam-clientd] ../src/remote_sam/client/obj/SunOS_illumos-5a46911672_i386/rs_client copy ../src/remote_sam/client/obj/SunOS_illumos-5a46911672_i386/rs_client nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-clientd opt/SUNWsamfs/sbin/sam-dbupd: 32bit bin or script found bin : ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/dbupd cache [opt/SUNWsamfs/sbin/sam-dbupd] ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/dbupd copy ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/dbupd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-dbupd opt/SUNWsamfs/sbin/sam-fsalogd: 32bit bin or script found bin : ../src/fsalog/obj/SunOS_illumos-5a46911672_i386/fsalogd cache [opt/SUNWsamfs/sbin/sam-fsalogd] ../src/fsalog/obj/SunOS_illumos-5a46911672_i386/fsalogd copy ../src/fsalog/obj/SunOS_illumos-5a46911672_i386/fsalogd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-fsalogd opt/SUNWsamfs/sbin/sam-genericd: 32bit bin or script found bin : ../src/robots/generic/obj/SunOS_illumos-5a46911672_i386/generic cache [opt/SUNWsamfs/sbin/sam-genericd] ../src/robots/generic/obj/SunOS_illumos-5a46911672_i386/generic copy ../src/robots/generic/obj/SunOS_illumos-5a46911672_i386/generic nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-genericd opt/SUNWsamfs/sbin/sam-nrecycler: 32bit bin or script found bin : ../src/recycler/nrecycler/obj/SunOS_illumos-5a46911672_i386/nrecycler cache [opt/SUNWsamfs/sbin/sam-nrecycler] ../src/recycler/nrecycler/obj/SunOS_illumos-5a46911672_i386/nrecycler copy ../src/recycler/nrecycler/obj/SunOS_illumos-5a46911672_i386/nrecycler nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-nrecycler opt/SUNWsamfs/sbin/sam-recycler: 32bit bin or script found bin : ../src/recycler/obj/SunOS_illumos-5a46911672_i386/recycler cache [opt/SUNWsamfs/sbin/sam-recycler] ../src/recycler/obj/SunOS_illumos-5a46911672_i386/recycler copy ../src/recycler/obj/SunOS_illumos-5a46911672_i386/recycler nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-recycler opt/SUNWsamfs/sbin/sam-releaser: 32bit bin or script found bin : ../src/releaser/obj/SunOS_illumos-5a46911672_i386/releaser cache [opt/SUNWsamfs/sbin/sam-releaser] ../src/releaser/obj/SunOS_illumos-5a46911672_i386/releaser copy ../src/releaser/obj/SunOS_illumos-5a46911672_i386/releaser nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-releaser opt/SUNWsamfs/sbin/sam-rftd: 32bit bin or script found bin : ../src/rft/obj/SunOS_illumos-5a46911672_i386/rftd cache [opt/SUNWsamfs/sbin/sam-rftd] ../src/rft/obj/SunOS_illumos-5a46911672_i386/rftd copy ../src/rft/obj/SunOS_illumos-5a46911672_i386/rftd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-rftd opt/SUNWsamfs/sbin/sam-robotsd: 32bit bin or script found bin : ../src/robots/obj/SunOS_illumos-5a46911672_i386/robots cache [opt/SUNWsamfs/sbin/sam-robotsd] ../src/robots/obj/SunOS_illumos-5a46911672_i386/robots copy ../src/robots/obj/SunOS_illumos-5a46911672_i386/robots nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-robotsd opt/SUNWsamfs/sbin/sam-rpcd: 32bit bin or script found bin : ../src/rpc/server/obj/SunOS_illumos-5a46911672_i386/rpc.sam cache [opt/SUNWsamfs/sbin/sam-rpcd] ../src/rpc/server/obj/SunOS_illumos-5a46911672_i386/rpc.sam copy ../src/rpc/server/obj/SunOS_illumos-5a46911672_i386/rpc.sam nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-rpcd opt/SUNWsamfs/sbin/sam-scannerd: 32bit bin or script found bin : ../src/scanner/obj/SunOS_illumos-5a46911672_i386/scanner cache [opt/SUNWsamfs/sbin/sam-scannerd] ../src/scanner/obj/SunOS_illumos-5a46911672_i386/scanner copy ../src/scanner/obj/SunOS_illumos-5a46911672_i386/scanner nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-scannerd opt/SUNWsamfs/sbin/sam-serverd: 32bit bin or script found bin : ../src/remote_sam/server/obj/SunOS_illumos-5a46911672_i386/rs_server cache [opt/SUNWsamfs/sbin/sam-serverd] ../src/remote_sam/server/obj/SunOS_illumos-5a46911672_i386/rs_server copy ../src/remote_sam/server/obj/SunOS_illumos-5a46911672_i386/rs_server nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-serverd opt/SUNWsamfs/sbin/sam-stagealld: 32bit bin or script found bin : ../src/stageall/obj/SunOS_illumos-5a46911672_i386/stageall cache [opt/SUNWsamfs/sbin/sam-stagealld] ../src/stageall/obj/SunOS_illumos-5a46911672_i386/stageall copy ../src/stageall/obj/SunOS_illumos-5a46911672_i386/stageall nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-stagealld opt/SUNWsamfs/sbin/sam-stagerd: 32bit bin or script found bin : ../src/stager/stager/obj/SunOS_illumos-5a46911672_i386/stager cache [opt/SUNWsamfs/sbin/sam-stagerd] ../src/stager/stager/obj/SunOS_illumos-5a46911672_i386/stager copy ../src/stager/stager/obj/SunOS_illumos-5a46911672_i386/stager nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-stagerd opt/SUNWsamfs/sbin/sam-stagerd_copy: 32bit bin or script found bin : ../src/stager/copy/obj/SunOS_illumos-5a46911672_i386/copy cache [opt/SUNWsamfs/sbin/sam-stagerd_copy] ../src/stager/copy/obj/SunOS_illumos-5a46911672_i386/copy copy ../src/stager/copy/obj/SunOS_illumos-5a46911672_i386/copy nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-stagerd_copy opt/SUNWsamfs/sbin/samadm: 32bit bin or script found bin : ../src/utility/samadm/obj/SunOS_illumos-5a46911672_i386/samadm cache [opt/SUNWsamfs/sbin/samadm] ../src/utility/samadm/obj/SunOS_illumos-5a46911672_i386/samadm copy ../src/utility/samadm/obj/SunOS_illumos-5a46911672_i386/samadm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samadm opt/SUNWsamfs/sbin/samchaid: 32bit bin or script found bin : ../src/cmd/quota/chaid/obj/SunOS_illumos-5a46911672_i386/chaid cache [opt/SUNWsamfs/sbin/samchaid] ../src/cmd/quota/chaid/obj/SunOS_illumos-5a46911672_i386/chaid copy ../src/cmd/quota/chaid/obj/SunOS_illumos-5a46911672_i386/chaid nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samchaid opt/SUNWsamfs/sbin/samcrondump: 32bit bin or script found bin : ../src/utility/samrestore/samcrondump/obj/SunOS_illumos-5a46911672_i386/samcrondump cache [opt/SUNWsamfs/sbin/samcrondump] ../src/utility/samrestore/samcrondump/obj/SunOS_illumos-5a46911672_i386/samcrondump copy ../src/utility/samrestore/samcrondump/obj/SunOS_illumos-5a46911672_i386/samcrondump nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samcrondump opt/SUNWsamfs/sbin/samd: 32bit bin or script found script: ../src/fs/cmd/mount/samd cache [opt/SUNWsamfs/sbin/samd] ../src/fs/cmd/mount/samd copy ../src/fs/cmd/mount/samd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samd opt/SUNWsamfs/sbin/samdb: 32bit bin or script found bin : ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/samdb cache [opt/SUNWsamfs/sbin/samdb] ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/samdb copy ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/samdb nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samdb opt/SUNWsamfs/sbin/samexplorer: 32bit bin or script found script: ../src/utility/samexplorer cache [opt/SUNWsamfs/sbin/samexplorer] ../src/utility/samexplorer copy ../src/utility/samexplorer nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samexplorer opt/SUNWsamfs/sbin/samexport: 32bit bin or script found bin : ../src/utility/export/obj/SunOS_illumos-5a46911672_i386/export cache [opt/SUNWsamfs/sbin/samexport] ../src/utility/export/obj/SunOS_illumos-5a46911672_i386/export copy ../src/utility/export/obj/SunOS_illumos-5a46911672_i386/export nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samexport opt/SUNWsamfs/sbin/samfsconfig: 32bit bin or script found bin : ../src/fs/cmd/fsconfig/obj/SunOS_illumos-5a46911672_i386/fsconfig cache [opt/SUNWsamfs/sbin/samfsconfig] ../src/fs/cmd/fsconfig/obj/SunOS_illumos-5a46911672_i386/fsconfig copy ../src/fs/cmd/fsconfig/obj/SunOS_illumos-5a46911672_i386/fsconfig nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsconfig opt/SUNWsamfs/sbin/samimport: 32bit bin or script found bin : ../src/utility/import/obj/SunOS_illumos-5a46911672_i386/import cache [opt/SUNWsamfs/sbin/samimport] ../src/utility/import/obj/SunOS_illumos-5a46911672_i386/import copy ../src/utility/import/obj/SunOS_illumos-5a46911672_i386/import nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samimport opt/SUNWsamfs/sbin/samload: 32bit bin or script found bin : ../src/utility/load/obj/SunOS_illumos-5a46911672_i386/load cache [opt/SUNWsamfs/sbin/samload] ../src/utility/load/obj/SunOS_illumos-5a46911672_i386/load copy ../src/utility/load/obj/SunOS_illumos-5a46911672_i386/load nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samload opt/SUNWsamfs/sbin/samquota: 32bit bin or script found bin : ../src/cmd/quota/quota/obj/SunOS_illumos-5a46911672_i386/quota cache [opt/SUNWsamfs/sbin/samquota] ../src/cmd/quota/quota/obj/SunOS_illumos-5a46911672_i386/quota copy ../src/cmd/quota/quota/obj/SunOS_illumos-5a46911672_i386/quota nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samquota opt/SUNWsamfs/sbin/samquotastat: 32bit bin or script found bin : ../src/cmd/quota/quotastat/obj/SunOS_illumos-5a46911672_i386/quotastat cache [opt/SUNWsamfs/sbin/samquotastat] ../src/cmd/quota/quotastat/obj/SunOS_illumos-5a46911672_i386/quotastat copy ../src/cmd/quota/quotastat/obj/SunOS_illumos-5a46911672_i386/quotastat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samquotastat opt/SUNWsamfs/sbin/samset: 32bit bin or script found bin : ../src/utility/samset/obj/SunOS_illumos-5a46911672_i386/samset cache [opt/SUNWsamfs/sbin/samset] ../src/utility/samset/obj/SunOS_illumos-5a46911672_i386/samset copy ../src/utility/samset/obj/SunOS_illumos-5a46911672_i386/samset nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samset opt/SUNWsamfs/sbin/samsharefs: 32bit bin or script found bin : ../src/fs/cmd/sharefs/obj/SunOS_illumos-5a46911672_i386/sharefs cache [opt/SUNWsamfs/sbin/samsharefs] ../src/fs/cmd/sharefs/obj/SunOS_illumos-5a46911672_i386/sharefs copy ../src/fs/cmd/sharefs/obj/SunOS_illumos-5a46911672_i386/sharefs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samsharefs opt/SUNWsamfs/sbin/samstorade: 32bit bin or script found bin : ../src/utility/samstorade/obj/SunOS_illumos-5a46911672_i386/samstorade cache [opt/SUNWsamfs/sbin/samstorade] ../src/utility/samstorade/obj/SunOS_illumos-5a46911672_i386/samstorade copy ../src/utility/samstorade/obj/SunOS_illumos-5a46911672_i386/samstorade nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samstorade opt/SUNWsamfs/sbin/samtrace: 32bit bin or script found bin : ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace cache [opt/SUNWsamfs/sbin/samtrace] ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace copy ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samtrace opt/SUNWsamfs/sbin/samu: 32bit bin or script found bin : ../src/utility/samu/obj/SunOS_illumos-5a46911672_i386/samu cache [opt/SUNWsamfs/sbin/samu] ../src/utility/samu/obj/SunOS_illumos-5a46911672_i386/samu copy ../src/utility/samu/obj/SunOS_illumos-5a46911672_i386/samu nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samu opt/SUNWsamfs/sbin/sefreport: 32bit bin or script found bin : ../src/utility/sefreport/obj/SunOS_illumos-5a46911672_i386/sefreport cache [opt/SUNWsamfs/sbin/sefreport] ../src/utility/sefreport/obj/SunOS_illumos-5a46911672_i386/sefreport copy ../src/utility/sefreport/obj/SunOS_illumos-5a46911672_i386/sefreport nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sefreport opt/SUNWsamfs/sbin/set_admin: 32bit bin or script found script: ../src/utility/set_admin cache [opt/SUNWsamfs/sbin/set_admin] ../src/utility/set_admin copy ../src/utility/set_admin nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/set_admin opt/SUNWsamfs/sbin/set_state: 32bit bin or script found bin : ../src/utility/set_state/obj/SunOS_illumos-5a46911672_i386/set_state cache [opt/SUNWsamfs/sbin/set_state] ../src/utility/set_state/obj/SunOS_illumos-5a46911672_i386/set_state copy ../src/utility/set_state/obj/SunOS_illumos-5a46911672_i386/set_state nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/set_state opt/SUNWsamfs/sbin/showqueue: 32bit bin or script found bin : ../src/archiver/showqueue/obj/SunOS_illumos-5a46911672_i386/showqueue cache [opt/SUNWsamfs/sbin/showqueue] ../src/archiver/showqueue/obj/SunOS_illumos-5a46911672_i386/showqueue copy ../src/archiver/showqueue/obj/SunOS_illumos-5a46911672_i386/showqueue nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/showqueue opt/SUNWsamfs/sbin/star: 32bit bin or script found bin : ../src/gnucmd/tar-1.12/src/obj/SunOS_illumos-5a46911672_i386/tar cache [opt/SUNWsamfs/sbin/star] ../src/gnucmd/tar-1.12/src/obj/SunOS_illumos-5a46911672_i386/tar copy ../src/gnucmd/tar-1.12/src/obj/SunOS_illumos-5a46911672_i386/tar nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/star opt/SUNWsamfs/sbin/tapealert: 32bit bin or script found bin : ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert cache [opt/SUNWsamfs/sbin/tapealert] ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert copy ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/tapealert opt/SUNWsamfs/sbin/tplabel: 32bit bin or script found bin : ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/tplabel cache [opt/SUNWsamfs/sbin/tplabel] ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/tplabel copy ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/tplabel nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/tplabel opt/SUNWsamfs/sbin/trace_rotate: 32bit bin or script found script: ../src/fs/fsd/trace_rotate cache [opt/SUNWsamfs/sbin/trace_rotate] ../src/fs/fsd/trace_rotate copy ../src/fs/fsd/trace_rotate nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/trace_rotate opt/SUNWsamfs/sbin/unarchive: 32bit bin or script found bin : ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd cache [opt/SUNWsamfs/sbin/unarchive] ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd copy ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unarchive opt/SUNWsamfs/sbin/unload: 32bit bin or script found bin : ../src/utility/unload/obj/SunOS_illumos-5a46911672_i386/unload cache [opt/SUNWsamfs/sbin/unload] ../src/utility/unload/obj/SunOS_illumos-5a46911672_i386/unload copy ../src/utility/unload/obj/SunOS_illumos-5a46911672_i386/unload nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unload opt/SUNWsamfs/sbin/unreserve: 32bit bin or script found bin : ../src/catalog/unreserve/obj/SunOS_illumos-5a46911672_i386/unreserve cache [opt/SUNWsamfs/sbin/unreserve] ../src/catalog/unreserve/obj/SunOS_illumos-5a46911672_i386/unreserve copy ../src/catalog/unreserve/obj/SunOS_illumos-5a46911672_i386/unreserve nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unreserve opt/SUNWsamfs/util/check_mcf.pl: 32bit bin or script found script: ../src/fs/cmd/fsconfig/check_mcf.pl cache [opt/SUNWsamfs/util/check_mcf.pl] ../src/fs/cmd/fsconfig/check_mcf.pl copy ../src/fs/cmd/fsconfig/check_mcf.pl nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/util/check_mcf.pl found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl2640 cache [var/opt/SUNWsamfs/errcodes/acl2640] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl2640 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl2640 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/acl2amd640 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl452 cache [var/opt/SUNWsamfs/errcodes/acl452] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl452 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl452 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/acl452 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic100 cache [var/opt/SUNWsamfs/errcodes/adic100] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic100 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic100 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/adic100 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic1000 cache [var/opt/SUNWsamfs/errcodes/adic1000] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic1000 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic1000 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/adic1000 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic448 cache [var/opt/SUNWsamfs/errcodes/adic448] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic448 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic448 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/adic448 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atl1500 cache [var/opt/SUNWsamfs/errcodes/atl1500] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atl1500 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atl1500 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/atl1500 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atlp3000 cache [var/opt/SUNWsamfs/errcodes/atlp3000] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atlp3000 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atlp3000 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/atlp3000 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/cyg1803 cache [var/opt/SUNWsamfs/errcodes/cyg1803] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/cyg1803 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/cyg1803 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/cyg1803 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/dlt2700 cache [var/opt/SUNWsamfs/errcodes/dlt2700] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/dlt2700 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/dlt2700 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/dlt2700 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/docstor cache [var/opt/SUNWsamfs/errcodes/docstor] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/docstor copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/docstor nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/docstor found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exb210 cache [var/opt/SUNWsamfs/errcodes/exb210] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exb210 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exb210 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/exb210 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exbx80 cache [var/opt/SUNWsamfs/errcodes/exbx80] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exbx80 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exbx80 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/exbx80 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/fujitsu_nm cache [var/opt/SUNWsamfs/errcodes/fujitsu_nm] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/fujitsu_nm copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/fujitsu_nm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/fujitsu_nm found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpc7200 cache [var/opt/SUNWsamfs/errcodes/hpc7200] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpc7200 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpc7200 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/hpc7200 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpoplib cache [var/opt/SUNWsamfs/errcodes/hpoplib] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpoplib copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpoplib nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/hpoplib found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpslxx cache [var/opt/SUNWsamfs/errcodes/hpslxx] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpslxx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpslxx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/hpslxx found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3570c cache [var/opt/SUNWsamfs/errcodes/ibm3570c] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3570c copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3570c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/ibm3570c found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3584 cache [var/opt/SUNWsamfs/errcodes/ibm3584] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3584 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3584 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/ibm3584 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd28 cache [var/opt/SUNWsamfs/errcodes/metd28] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd28 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd28 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/metd28 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd360 cache [var/opt/SUNWsamfs/errcodes/metd360] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd360 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd360 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/metd360 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/odi_neo cache [var/opt/SUNWsamfs/errcodes/odi_neo] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/odi_neo copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/odi_neo nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/odi_neo found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmond cache [var/opt/SUNWsamfs/errcodes/plasmond] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmond copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmond nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/plasmond found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmong cache [var/opt/SUNWsamfs/errcodes/plasmong] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmong copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmong nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/plasmong found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/qual82xx cache [var/opt/SUNWsamfs/errcodes/qual82xx] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/qual82xx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/qual82xx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/qual82xx found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/quantumc4 cache [var/opt/SUNWsamfs/errcodes/quantumc4] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/quantumc4 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/quantumc4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/quantumc4 found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonycsm cache [var/opt/SUNWsamfs/errcodes/sonycsm] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonycsm copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonycsm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/sonycsm found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonydms cache [var/opt/SUNWsamfs/errcodes/sonydms] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonydms copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonydms nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/sonydms found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/spcpyth cache [var/opt/SUNWsamfs/errcodes/spcpyth] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/spcpyth copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/spcpyth nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/spcpyth found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/speclog cache [var/opt/SUNWsamfs/errcodes/speclog] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/speclog copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/speclog nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/speclog found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stk97xx cache [var/opt/SUNWsamfs/errcodes/stk97xx] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stk97xx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stk97xx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/stk97xx found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stklxx cache [var/opt/SUNWsamfs/errcodes/stklxx] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stklxx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stklxx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/stklxx found multiple : ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stksl3000 cache [var/opt/SUNWsamfs/errcodes/stksl3000] ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stksl3000 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stksl3000 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/stksl3000 lib/svc/method/svc-sam-fsd: 32bit bin or script found script: ../src/fs/fsd/svc-sam-fsd cache [lib/svc/method/svc-sam-fsd] ../src/fs/fsd/svc-sam-fsd copy ../src/fs/fsd/svc-sam-fsd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/lib/svc/method/svc-sam-fsd usr/lib/devfsadm/linkmod/SUNW_samaio_link.so: 32bit bin or script found bin : ../src/drivers/samaio/devfsadm/obj/SunOS_illumos-5a46911672_i386/libsamaio_link.so cache [usr/lib/devfsadm/linkmod/SUNW_samaio_link.so] ../src/drivers/samaio/devfsadm/obj/SunOS_illumos-5a46911672_i386/libsamaio_link.so copy ../src/drivers/samaio/devfsadm/obj/SunOS_illumos-5a46911672_i386/libsamaio_link.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/devfsadm/linkmod/SUNW_samaio_link.so isapath 64bit fsck amd64 usr/lib/fs/samfs fsck 64/samfsck found bin : ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_amd64/samfsck cache [usr/lib/fs/samfs/64/fsck] ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_amd64/samfsck copy ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_amd64/samfsck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/amd64/fsck isapath 64bit libsamconf.so amd64 usr/lib/fs/samfs libsamconf.so 64/libsamconf.so found bin : ../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so cache [usr/lib/fs/samfs/64/libsamconf.so] ../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so copy ../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/amd64/libsamconf.so isapath 64bit mkfs amd64 usr/lib/fs/samfs mkfs 64/sammkfs found bin : ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_amd64/sammkfs cache [usr/lib/fs/samfs/64/mkfs] ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_amd64/sammkfs copy ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_amd64/sammkfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/amd64/mkfs usr/lib/fs/samfs/bcheck: 32bit bin or script found bin : ../src/fs/cmd/bcheck/obj/SunOS_illumos-5a46911672_i386/bcheck cache [usr/lib/fs/samfs/bcheck] ../src/fs/cmd/bcheck/obj/SunOS_illumos-5a46911672_i386/bcheck copy ../src/fs/cmd/bcheck/obj/SunOS_illumos-5a46911672_i386/bcheck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/bcheck usr/lib/fs/samfs/fsck: 32bit bin or script found bin : ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/fsck cache [usr/lib/fs/samfs/fsck] ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/fsck copy ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/fsck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/fsck usr/lib/fs/samfs/fstyp: 32bit bin or script found bin : ../src/fs/cmd/fstyp/obj/SunOS_illumos-5a46911672_i386/fstyp cache [usr/lib/fs/samfs/fstyp] ../src/fs/cmd/fstyp/obj/SunOS_illumos-5a46911672_i386/fstyp copy ../src/fs/cmd/fstyp/obj/SunOS_illumos-5a46911672_i386/fstyp nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/fstyp isapath 32bit fsck i386 usr/lib/fs/samfs fsck 32/samfsck found bin : ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/samfsck cache [usr/lib/fs/samfs/32/fsck] ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/samfsck copy ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/samfsck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/i386/fsck isapath 32bit mkfs i386 usr/lib/fs/samfs mkfs 32/sammkfs found bin : ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/sammkfs cache [usr/lib/fs/samfs/32/mkfs] ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/sammkfs copy ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/sammkfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/i386/mkfs usr/lib/fs/samfs/libsamconf.so: 32bit bin or script found bin : ../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.so cache [usr/lib/fs/samfs/libsamconf.so] ../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/libsamconf.so usr/lib/fs/samfs/mkfs: 32bit bin or script found bin : ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/mkfs cache [usr/lib/fs/samfs/mkfs] ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/mkfs copy ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/mkfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/mkfs usr/lib/fs/samfs/ncheck: 32bit bin or script found bin : ../src/fs/cmd/ncheck/obj/SunOS_illumos-5a46911672_i386/ncheck cache [usr/lib/fs/samfs/ncheck] ../src/fs/cmd/ncheck/obj/SunOS_illumos-5a46911672_i386/ncheck copy ../src/fs/cmd/ncheck/obj/SunOS_illumos-5a46911672_i386/ncheck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/ncheck usr/lib/fs/samfs/sam-fsd: 32bit bin or script found bin : ../src/fs/fsd/obj/SunOS_illumos-5a46911672_i386/fsd cache [usr/lib/fs/samfs/sam-fsd] ../src/fs/fsd/obj/SunOS_illumos-5a46911672_i386/fsd copy ../src/fs/fsd/obj/SunOS_illumos-5a46911672_i386/fsd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/sam-fsd usr/lib/fs/samfs/samfsrestore: 32bit bin or script found bin : ../src/fs/cmd/dump-restore/obj/SunOS_illumos-5a46911672_i386/csd cache [usr/lib/fs/samfs/samfsrestore] ../src/fs/cmd/dump-restore/obj/SunOS_illumos-5a46911672_i386/csd copy ../src/fs/cmd/dump-restore/obj/SunOS_illumos-5a46911672_i386/csd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/samfsrestore found multiple : ../src/obj/SunOS_illumos-5a46911672_i386/nl_messages.cat cache [usr/lib/locale/C/LC_MESSAGES/SUNWsamfs] ../src/obj/SunOS_illumos-5a46911672_i386/nl_messages.cat copy ../src/obj/SunOS_illumos-5a46911672_i386/nl_messages.cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/locale/C/LC_MESSAGES/SUNWsamfs opt/SUNWsamfs/bin/notify: 32bit bin or script found bin : ../src/notify/obj/SunOS_illumos-5a46911672_i386/notify cache [opt/SUNWsamfs/bin/notify] ../src/notify/obj/SunOS_illumos-5a46911672_i386/notify copy ../src/notify/obj/SunOS_illumos-5a46911672_i386/notify nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/notify opt/SUNWsamfs/bin/tapealert_log: 32bit bin or script found bin : ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_log cache [opt/SUNWsamfs/bin/tapealert_log] ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_log copy ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_log nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/tapealert_log opt/SUNWsamfs/bin/tapealert_trap: 32bit bin or script found bin : ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_trap cache [opt/SUNWsamfs/bin/tapealert_trap] ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_trap copy ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_trap nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/tapealert_trap found multiple : ../src/fs/fsd/sam-fsd.xml cache [var/svc/manifest/system/sam-fsd.xml] ../src/fs/fsd/sam-fsd.xml copy ../src/fs/fsd/sam-fsd.xml nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/svc/manifest/system/sam-fsd.xml found multiple : ../src/OPENSOLARIS.LICENSE cache [opt/SUNWsamfs/doc/OPENSOLARIS.LICENSE] ../src/OPENSOLARIS.LICENSE copy ../src/OPENSOLARIS.LICENSE nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/doc/OPENSOLARIS.LICENSE lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samcmd /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samu lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/archive /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/archive lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/request /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/request lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/sdu /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sdu lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/sfind /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sfind lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/sls /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sls lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsam.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsam.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamcat.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamcat.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamrft.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamrft.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamut.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamut.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/archive.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/archive.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/release.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/release.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/request.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/request.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/sdu.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sdu.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/segment.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/segment.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/setfa.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/setfa.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/sfind.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sfind.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/sls.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sls.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/squota.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/squota.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/ssum.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/ssum.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/stage.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/stage.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/sbin/samquota /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samquota slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/release archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/segment archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/setfa archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/squota ../sbin/samquota slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/ssum archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/stage archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/include/samrpc.h /opt/SUNWsamfs/include/samrpc.h slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamrpc.so /opt/SUNWsamfs/client/lib/libsamrpc.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/exarchive unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/export samexport slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/import samimport slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/load samload slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/rearch unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/undamage unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unrearch unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/release archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/segment archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/setfa archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/squota ../sbin/samquota slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/ssum archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/stage archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/amd64/libsamconf.so /usr/lib/fs/samfs/amd64/libsamconf.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamconf.so /usr/lib/fs/samfs/libsamconf.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-fsd /usr/lib/fs/samfs/sam-fsd slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sambcheck /usr/lib/fs/samfs/bcheck slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsck /usr/lib/fs/samfs/fsck slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsdump /usr/lib/fs/samfs/samfsrestore slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsinfo /usr/lib/fs/samfs/mkfs slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsrestore /usr/lib/fs/samfs/samfsrestore slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfstyp /usr/lib/fs/samfs/fstyp slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samgrowfs /usr/lib/fs/samfs/mkfs slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sammkfs /usr/lib/fs/samfs/mkfs slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samncheck /usr/lib/fs/samfs/ncheck slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamconf.so /usr/lib/fs/samfs/libsamconf.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/mount /etc/fs/samfs/mount slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/samfsdump samfsrestore slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/umount /etc/fs/samfs/umount 64 bit bins ['samaio', 'samioc', 'samfs', 'libsam.so', 'samtrace', 'fsck', 'libsamconf.so', 'mkfs'] _amd64 _i386 copy ../src/fs/cmd/mount/obj/SunOS_illumos-5a46911672_i386/mount nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/etc/fs/samfs/mount copy ../src/fs/cmd/umount/obj/SunOS_illumos-5a46911672_i386/umount nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/etc/fs/samfs/umount copy ../src/notify/SUNW,SUNWsamfs,sysevent.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/etc/sysevent/config/SUNW,SUNWsamfs,sysevent.conf copy ../src/drivers/samaio/obj/SunOS_illumos-5a46911672_amd64/samaio nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/amd64/samaio copy ../src/os/sun/obj/SunOS_illumos-5a46911672_amd64/samioc nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/amd64/samioc copy ../src/drivers/samaio/samaio.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/samaio.conf copy ../src/os/sun/samioc.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/drv/samioc.conf copy ../src/fs/samfs/obj/SunOS_illumos-5a46911672_amd64/samfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/kernel/fs/amd64/samfs copy ../src/fs/cmd/mount/svc-qfs-shared-mount nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/lib/svc/method/svc-qfs-shared-mount copy ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/archive copy ../src/cmd/request/obj/SunOS_illumos-5a46911672_i386/request nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/request copy ../src/cmd/schproj/obj/SunOS_illumos-5a46911672_i386/schproj nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/schproj copy ../src/gnucmd/fileutils-3.16/src/obj/SunOS_illumos-5a46911672_i386/du nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sdu copy ../src/cmd/sfind/find/obj/SunOS_illumos-5a46911672_i386/find nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sfind copy ../src/cmd/sls/lsci/obj/SunOS_illumos-5a46911672_i386/ls nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sls copy ../src/rpc/examples/Makefile.inst nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/examples/Makefile copy ../src/lib/samdb/archive.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/examples/archive.c copy ../src/rpc/examples/samstat.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/examples/samstat.c copy ../src/rpc/client/obj/SunOS_illumos-5a46911672_i386/libsamrpc.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/lib/libsamrpc.so copy ../src/rpc/client/Makefile.inst nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/Makefile copy ../src/rpc/client/sam_attrtoa.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/sam_attrtoa.c copy ../src/rpc/client/samfs_clnt.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/samfs_clnt.c copy ../src/rpc/client/samrpc.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/client/samrpc.c copy ../src/rpc/xdr/Makefile.inst nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/xdr/Makefile copy ../src/rpc/xdr/sam_xdr.c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/src/xdr/sam_xdr.c copy ../src/utility/tapealert/tapealert.text nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/doc/tapealert.text copy ../src/lib/samdb/samdb.schema nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/etc/samdb.schema copy ../src/lib/samdb/obj/SunOS_illumos-5a46911672_i386/samdb_sql.cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/etc/samdb_sql.cat copy ../src/utility/samsyschk nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/etc/startup/samsyschk copy ../src/archiver/archiver.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/archiver.sh copy ../src/conf/defaults.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/defaults.conf copy ../src/conf/inquiry.conf nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/inquiry.conf copy ../src/utility/log_rotate.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/log_rotate.sh copy ../src/utility/recover/recover.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/recover.sh copy ../src/recycler/recycler.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/recycler.sh copy ../src/fs/fsd/save_core.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/save_core.sh copy ../src/robots/stk/ssi.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/ssi.sh copy ../src/utility/recover/tarback.sh nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/examples/tarback.sh copy ../include/pub/catalog.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/catalog.h copy ../include/pub/devstat.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/devstat.h copy ../include/pub/lib.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/lib.h copy ../src/fs/include/listio.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/listio.h copy ../include/pub/mig.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/mig.h copy ../include/pub/rminfo.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/rminfo.h copy ../include/pub/samrpc.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/samrpc.h copy ../include/aml/sefstructs.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/sefstructs.h copy ../include/aml/sefvals.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/sefvals.h copy ../include/pub/stat.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/stat.h copy ../include/pub/obj/SunOS_illumos-5a46911672_i386/pub/version.h nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/include/version.h copy ../lib/obj/SunOS_illumos-5a46911672_amd64/libsam.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/amd64/libsam.so copy ../src/archiver/lib/obj/SunOS_illumos-5a46911672_i386/libarch.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libarch.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmdb.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libfsmdb.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libfsmgmt.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libfsmgmt.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libpax_hdr.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libpax_hdr.so copy ../src/recycler/lib/obj/SunOS_illumos-5a46911672_i386/librecycler.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/librecycler.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsam.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsam.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamapi.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamapi.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamcat.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamcat.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamdb.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamdb.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamfs.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamfs.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsammig.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsammig.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamrft.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamrft.so copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamut.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamut.so copy ../src/stager/lib/obj/SunOS_illumos-5a46911672_i386/libstager.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libstager.so copy ../src/man/man1/archive.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/archive.1 copy ../src/man/man1/release.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/release.1 copy ../src/man/man1/request.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/request.1 copy ../src/man/man1/schproj.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/schproj.1 copy ../src/man/man1/sdu.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sdu.1 copy ../src/man/man1/segment.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/segment.1 copy ../src/man/man1/setfa.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/setfa.1 copy ../src/man/man1/sfind.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sfind.1 copy ../src/man/man1/sls.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sls.1 copy ../src/man/man1/squota.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/squota.1 copy ../src/man/man1/ssum.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/ssum.1 copy ../src/man/man1/stage.1 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/stage.1 copy ../src/man/man1m/HAStoragePlus_samfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/HAStoragePlus_samfs.1m copy ../src/man/man1m/archive_audit.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/archive_audit.1m copy ../src/man/man1m/archiver.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/archiver.1m copy ../src/man/man1m/archiver.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/archiver.sh.1m copy ../src/man/man1m/auditslot.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/auditslot.1m copy ../src/man/man1m/backto.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/backto.1m copy ../src/man/man1m/build_cat.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/build_cat.1m copy ../src/man/man1m/chmed.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/chmed.1m copy ../src/man/man1m/cleandrive.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/cleandrive.1m copy ../src/man/man1m/dev_down.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dev_down.sh.1m copy ../src/man/man1m/dmpshm.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dmpshm.1m copy ../src/man/man1m/dump_cat.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dump_cat.1m copy ../src/man/man1m/dump_log.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/dump_log.1m copy ../src/man/man1m/exarchive.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/exarchive.1m copy ../src/man/man1m/export.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/export.1m copy ../src/man/man1m/fsmadm.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/fsmadm.1m copy ../src/man/man1m/fsmdb.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/fsmdb.1m copy ../src/man/man1m/fsmgmtd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/fsmgmtd.1m copy ../src/man/man1m/generic.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/generic.1m copy ../src/man/man1m/import.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/import.1m copy ../src/man/man1m/itemize.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/itemize.1m copy ../src/man/man1m/load.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/load.1m copy ../src/man/man1m/load_notify.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/load_notify.sh.1m copy ../src/man/man1m/log_rotate.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/log_rotate.sh.1m copy ../src/man/man1m/mount_samfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/mount_samfs.1m copy ../src/man/man1m/move.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/move.1m copy ../src/man/man1m/nrecycler.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/nrecycler.sh.1m copy ../src/man/man1m/odlabel.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/odlabel.1m copy ../src/man/man1m/rearch.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/rearch.1m copy ../src/man/man1m/recover.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/recover.sh.1m copy ../src/man/man1m/recycler.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/recycler.1m copy ../src/man/man1m/recycler.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/recycler.sh.1m copy ../src/man/man1m/releaser.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/releaser.1m copy ../src/man/man1m/reserve.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/reserve.1m copy ../src/man/man1m/restore.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/restore.sh.1m copy ../src/man/man1m/robots.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/robots.1m copy ../src/man/man1m/rpc.sam.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/rpc.sam.1m copy ../src/man/man1m/sam-amld.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-amld.1m copy ../src/man/man1m/sam-archiverd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-archiverd.1m copy ../src/man/man1m/sam-arcopy.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-arcopy.1m copy ../src/man/man1m/sam-arfind.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-arfind.1m copy ../src/man/man1m/sam-catserverd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-catserverd.1m copy ../src/man/man1m/sam-clientd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-clientd.1m copy ../src/man/man1m/sam-dbupd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-dbupd.1m copy ../src/man/man1m/sam-fsalogd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-fsalogd.1m copy ../src/man/man1m/sam-fsd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-fsd.1m copy ../src/man/man1m/sam-ftpd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-ftpd.1m copy ../src/man/man1m/sam-genericd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-genericd.1m copy ../src/man/man1m/sam-nrecycler.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-nrecycler.1m copy ../src/man/man1m/sam-recycler.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-recycler.1m copy ../src/man/man1m/sam-releaser.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-releaser.1m copy ../src/man/man1m/sam-rftd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-rftd.1m copy ../src/man/man1m/sam-robotsd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-robotsd.1m copy ../src/man/man1m/sam-rpcd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-rpcd.1m copy ../src/man/man1m/sam-scannerd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-scannerd.1m copy ../src/man/man1m/sam-serverd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-serverd.1m copy ../src/man/man1m/sam-sharefsd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-sharefsd.1m copy ../src/man/man1m/sam-shrink.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-shrink.1m copy ../src/man/man1m/sam-stagealld.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stagealld.1m copy ../src/man/man1m/sam-stagerd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stagerd.1m copy ../src/man/man1m/sam-stagerd_copy.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stagerd_copy.1m copy ../src/man/man1m/sam-stk_helper.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stk_helper.1m copy ../src/man/man1m/sam-stkd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sam-stkd.1m copy ../src/man/man1m/samadm.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samadm.1m copy ../src/man/man1m/sambcheck.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sambcheck.1m copy ../src/man/man1m/samchaid.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samchaid.1m copy ../src/man/man1m/samcmd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samcmd.1m copy ../src/man/man1m/samcrondump.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samcrondump.1m copy ../src/man/man1m/samcronfix.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samcronfix.1m copy ../src/man/man1m/samd.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samd.1m copy ../src/man/man1m/samdb.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samdb.1m copy ../src/man/man1m/samexplorer.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samexplorer.1m copy ../src/man/man1m/samexport.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samexport.1m copy ../src/man/man1m/samfsck.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsck.1m copy ../src/man/man1m/samfsconfig.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsconfig.1m copy ../src/man/man1m/samfsdump.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsdump.1m copy ../src/man/man1m/samfsinfo.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsinfo.1m copy ../src/man/man1m/samfsrestore.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfsrestore.1m copy ../src/man/man1m/samfstyp.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samfstyp.1m copy ../src/man/man1m/samgrowfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samgrowfs.1m copy ../src/man/man1m/samimport.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samimport.1m copy ../src/man/man1m/samload.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samload.1m copy ../src/man/man1m/sammkfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sammkfs.1m copy ../src/man/man1m/samncheck.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samncheck.1m copy ../src/man/man1m/samquota.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samquota.1m copy ../src/man/man1m/samquotastat.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samquotastat.1m copy ../src/man/man1m/samset.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samset.1m copy ../src/man/man1m/samsharefs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samsharefs.1m copy ../src/man/man1m/samsnoop.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samsnoop.1m copy ../src/man/man1m/samstorade.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samstorade.1m copy ../src/man/man1m/samtrace.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samtrace.1m copy ../src/man/man1m/samu.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samu.1m copy ../src/man/man1m/samunhold.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/samunhold.1m copy ../src/man/man1m/save_core.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/save_core.sh.1m copy ../src/man/man1m/scanner.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/scanner.1m copy ../src/man/man1m/sefreport.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sefreport.1m copy ../src/man/man1m/sendtrap.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/sendtrap.1m copy ../src/man/man1m/set_admin.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/set_admin.1m copy ../src/man/man1m/set_state.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/set_state.1m copy ../src/man/man1m/showqueue.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/showqueue.1m copy ../src/man/man1m/stageall.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/stageall.1m copy ../src/man/man1m/stageback.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/stageback.sh.1m copy ../src/man/man1m/star.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/star.1m copy ../src/man/man1m/tapealert.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/tapealert.1m copy ../src/man/man1m/tarback.sh.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/tarback.sh.1m copy ../src/man/man1m/tplabel.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/tplabel.1m copy ../src/man/man1m/trace_rotate.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/trace_rotate.1m copy ../src/man/man1m/umount_samfs.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/umount_samfs.1m copy ../src/man/man1m/unarchive.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unarchive.1m copy ../src/man/man1m/undamage.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/undamage.1m copy ../src/man/man1m/unload.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unload.1m copy ../src/man/man1m/unrearch.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unrearch.1m copy ../src/man/man1m/unreserve.1m nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1m/unreserve.1m copy ../src/man/man3/intro_libsam.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/intro_libsam.3 copy ../src/man/man3/intro_libsamrpc.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/intro_libsamrpc.3 copy ../src/man/man3/qfs_listio.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/qfs_listio.3 copy ../src/man/man3/sam_advise.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_advise.3 copy ../src/man/man3/sam_archive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_archive.3 copy ../src/man/man3/sam_cancelstage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_cancelstage.3 copy ../src/man/man3/sam_closecat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_closecat.3 copy ../src/man/man3/sam_damage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_damage.3 copy ../src/man/man3/sam_devstat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_devstat.3 copy ../src/man/man3/sam_devstr.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_devstr.3 copy ../src/man/man3/sam_exarchive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_exarchive.3 copy ../src/man/man3/sam_getcatalog.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_getcatalog.3 copy ../src/man/man3/sam_lstat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_lstat.3 copy ../src/man/man3/sam_mig_create_file.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_create_file.3 copy ../src/man/man3/sam_mig_mount_media.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_mount_media.3 copy ../src/man/man3/sam_mig_rearchive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_rearchive.3 copy ../src/man/man3/sam_mig_release_device.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_release_device.3 copy ../src/man/man3/sam_mig_stage_end.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_end.3 copy ../src/man/man3/sam_mig_stage_error.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_error.3 copy ../src/man/man3/sam_mig_stage_file.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_file.3 copy ../src/man/man3/sam_mig_stage_write.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_mig_stage_write.3 copy ../src/man/man3/sam_opencat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_opencat.3 copy ../src/man/man3/sam_readrminfo.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_readrminfo.3 copy ../src/man/man3/sam_rearch.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_rearch.3 copy ../src/man/man3/sam_release.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_release.3 copy ../src/man/man3/sam_request.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_request.3 copy ../src/man/man3/sam_restore_copy.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_restore_copy.3 copy ../src/man/man3/sam_restore_file.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_restore_file.3 copy ../src/man/man3/sam_segment.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_segment.3 copy ../src/man/man3/sam_segment_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_segment_stat.3 copy ../src/man/man3/sam_segment_vsn_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_segment_vsn_stat.3 copy ../src/man/man3/sam_setfa.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_setfa.3 copy ../src/man/man3/sam_ssum.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_ssum.3 copy ../src/man/man3/sam_stage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_stage.3 copy ../src/man/man3/sam_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_stat.3 copy ../src/man/man3/sam_unarchive.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_unarchive.3 copy ../src/man/man3/sam_undamage.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_undamage.3 copy ../src/man/man3/sam_unrearch.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_unrearch.3 copy ../src/man/man3/sam_vsn_stat.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/sam_vsn_stat.3 copy ../src/man/man3/usam_mig_cancel_stage_req.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/usam_mig_cancel_stage_req.3 copy ../src/man/man3/usam_mig_initialize.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/usam_mig_initialize.3 copy ../src/man/man3/usam_mig_stage_file_req.3 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3/usam_mig_stage_file_req.3 copy ../src/man/man3x/intro_libsam.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/intro_libsam.3x copy ../src/man/man3x/intro_libsamrpc.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/intro_libsamrpc.3x copy ../src/man/man3x/sam_archive.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_archive.3x copy ../src/man/man3x/sam_closerpc.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_closerpc.3x copy ../src/man/man3x/sam_initrpc.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_initrpc.3x copy ../src/man/man3x/sam_lstat.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_lstat.3x copy ../src/man/man3x/sam_release.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_release.3x copy ../src/man/man3x/sam_segment.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_segment.3x copy ../src/man/man3x/sam_setfa.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_setfa.3x copy ../src/man/man3x/sam_stage.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_stage.3x copy ../src/man/man3x/sam_stat.3x nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man3x/sam_stat.3x copy ../src/man/man4/archiver.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/archiver.cmd.4 copy ../src/man/man4/defaults.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/defaults.conf.4 copy ../src/man/man4/devlog.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/devlog.4 copy ../src/man/man4/diskvols.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/diskvols.conf.4 copy ../src/man/man4/fsalogd.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/fsalogd.cmd.4 copy ../src/man/man4/ftp.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/ftp.cmd.4 copy ../src/man/man4/hosts.fs.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/hosts.fs.4 copy ../src/man/man4/hosts.fs.local.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/hosts.fs.local.4 copy ../src/man/man4/inquiry.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/inquiry.conf.4 copy ../src/man/man4/mcf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/mcf.4 copy ../src/man/man4/notify.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/notify.cmd.4 copy ../src/man/man4/nrecycler.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/nrecycler.cmd.4 copy ../src/man/man4/preview.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/preview.cmd.4 copy ../src/man/man4/recycler.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/recycler.cmd.4 copy ../src/man/man4/releaser.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/releaser.cmd.4 copy ../src/man/man4/rft.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/rft.cmd.4 copy ../src/man/man4/samdb.conf.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/samdb.conf.4 copy ../src/man/man4/samfs.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/samfs.cmd.4 copy ../src/man/man4/sefdata.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/sefdata.4 copy ../src/man/man4/sefsysevent.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/sefsysevent.4 copy ../src/man/man4/shrink.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/shrink.cmd.4 copy ../src/man/man4/stager.cmd.4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man4/stager.cmd.4 copy ../src/man/man5/media.5 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man5/media.5 copy ../src/man/man5/sam_worm.5 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man5/sam_worm.5 copy ../src/man/man7/acl2640.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/acl2amd640.7 copy ../src/man/man7/acl452.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/acl452.7 copy ../src/man/man7/historian.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/historian.7 copy ../src/man/man7/sam-remote.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/sam-remote.7 copy ../src/man/man7/samaio.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/samaio.7 copy ../src/man/man7/ssi.sh.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/ssi.sh.7 copy ../src/man/man7/ssi_so.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/ssi_so.7 copy ../src/man/man7/stk.7 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man7/stk.7 copy ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_amd64/samtrace nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/amd64/samtrace copy ../src/utility/audit/obj/SunOS_illumos-5a46911672_i386/archive_audit nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/archive_audit copy ../src/archiver/archiver/obj/SunOS_illumos-5a46911672_i386/archiver nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/archiver copy ../src/utility/auditslot/obj/SunOS_illumos-5a46911672_i386/auditslot nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/auditslot copy ../src/catalog/build_cat/obj/SunOS_illumos-5a46911672_i386/build_cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/build_cat copy ../src/utility/chmed/obj/SunOS_illumos-5a46911672_i386/chmed nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/chmed copy ../src/utility/cleandrive/obj/SunOS_illumos-5a46911672_i386/cleandrive nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/cleandrive copy ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/clientmgmt nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/clientmgmt copy ../src/utility/dmpshm/obj/SunOS_illumos-5a46911672_i386/dmpshm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/dmpshm copy ../src/catalog/dump_cat/obj/SunOS_illumos-5a46911672_i386/dump_cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/dump_cat copy ../src/tools/dump_log/obj/SunOS_illumos-5a46911672_i386/dump_log nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/dump_log copy ../src/lib/sammgmt/rpc/server/fsmadm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmadm copy ../src/utility/fsmdb/obj/SunOS_illumos-5a46911672_i386/fsmdb nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmdb copy ../src/utility/fsmupd/obj/SunOS_illumos-5a46911672_i386/fsmupd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmupd copy ../src/lib/sammgmt/rpc/server/obj/SunOS_illumos-5a46911672_i386/fsmgmtd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/fsmgmtd copy ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/i386/samtrace copy ../src/utility/itemize/obj/SunOS_illumos-5a46911672_i386/itemize nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/itemize copy ../src/utility/move/obj/SunOS_illumos-5a46911672_i386/move nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/move copy ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/odlabel nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/odlabel copy ../src/catalog/reserve/obj/SunOS_illumos-5a46911672_i386/reserve nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/reserve copy ../src/sam-init/obj/SunOS_illumos-5a46911672_i386/sam-amld nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-amld copy ../src/archiver/archiverd/obj/SunOS_illumos-5a46911672_i386/sam-archiverd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-archiverd copy ../src/archiver/arcopy/obj/SunOS_illumos-5a46911672_i386/arcopy nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-arcopy copy ../src/archiver/arfind/obj/SunOS_illumos-5a46911672_i386/arfind nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-arfind copy ../src/catalog/obj/SunOS_illumos-5a46911672_i386/catserver nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-catserverd copy ../src/remote_sam/client/obj/SunOS_illumos-5a46911672_i386/rs_client nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-clientd copy ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/dbupd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-dbupd copy ../src/fsalog/obj/SunOS_illumos-5a46911672_i386/fsalogd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-fsalogd copy ../src/robots/generic/obj/SunOS_illumos-5a46911672_i386/generic nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-genericd copy ../src/recycler/nrecycler/obj/SunOS_illumos-5a46911672_i386/nrecycler nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-nrecycler copy ../src/recycler/obj/SunOS_illumos-5a46911672_i386/recycler nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-recycler copy ../src/releaser/obj/SunOS_illumos-5a46911672_i386/releaser nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-releaser copy ../src/rft/obj/SunOS_illumos-5a46911672_i386/rftd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-rftd copy ../src/robots/obj/SunOS_illumos-5a46911672_i386/robots nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-robotsd copy ../src/rpc/server/obj/SunOS_illumos-5a46911672_i386/rpc.sam nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-rpcd copy ../src/scanner/obj/SunOS_illumos-5a46911672_i386/scanner nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-scannerd copy ../src/remote_sam/server/obj/SunOS_illumos-5a46911672_i386/rs_server nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-serverd copy ../src/stageall/obj/SunOS_illumos-5a46911672_i386/stageall nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-stagealld copy ../src/stager/stager/obj/SunOS_illumos-5a46911672_i386/stager nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-stagerd copy ../src/stager/copy/obj/SunOS_illumos-5a46911672_i386/copy nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-stagerd_copy copy ../src/utility/samadm/obj/SunOS_illumos-5a46911672_i386/samadm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samadm copy ../src/cmd/quota/chaid/obj/SunOS_illumos-5a46911672_i386/chaid nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samchaid copy ../src/utility/samrestore/samcrondump/obj/SunOS_illumos-5a46911672_i386/samcrondump nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samcrondump copy ../src/fs/cmd/mount/samd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samd copy ../src/utility/samdb/obj/SunOS_illumos-5a46911672_i386/samdb nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samdb copy ../src/utility/samexplorer nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samexplorer copy ../src/utility/export/obj/SunOS_illumos-5a46911672_i386/export nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samexport copy ../src/fs/cmd/fsconfig/obj/SunOS_illumos-5a46911672_i386/fsconfig nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsconfig copy ../src/utility/import/obj/SunOS_illumos-5a46911672_i386/import nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samimport copy ../src/utility/load/obj/SunOS_illumos-5a46911672_i386/load nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samload copy ../src/cmd/quota/quota/obj/SunOS_illumos-5a46911672_i386/quota nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samquota copy ../src/cmd/quota/quotastat/obj/SunOS_illumos-5a46911672_i386/quotastat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samquotastat copy ../src/utility/samset/obj/SunOS_illumos-5a46911672_i386/samset nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samset copy ../src/fs/cmd/sharefs/obj/SunOS_illumos-5a46911672_i386/sharefs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samsharefs copy ../src/utility/samstorade/obj/SunOS_illumos-5a46911672_i386/samstorade nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samstorade copy ../src/fs/tools/trace/obj/SunOS_illumos-5a46911672_i386/samtrace nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samtrace copy ../src/utility/samu/obj/SunOS_illumos-5a46911672_i386/samu nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samu copy ../src/utility/sefreport/obj/SunOS_illumos-5a46911672_i386/sefreport nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sefreport copy ../src/utility/set_admin nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/set_admin copy ../src/utility/set_state/obj/SunOS_illumos-5a46911672_i386/set_state nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/set_state copy ../src/archiver/showqueue/obj/SunOS_illumos-5a46911672_i386/showqueue nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/showqueue copy ../src/gnucmd/tar-1.12/src/obj/SunOS_illumos-5a46911672_i386/tar nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/star copy ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/tapealert copy ../src/utility/label/obj/SunOS_illumos-5a46911672_i386/tplabel nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/tplabel copy ../src/fs/fsd/trace_rotate nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/trace_rotate copy ../src/cmd/gencmd/obj/SunOS_illumos-5a46911672_i386/gencmd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unarchive copy ../src/utility/unload/obj/SunOS_illumos-5a46911672_i386/unload nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unload copy ../src/catalog/unreserve/obj/SunOS_illumos-5a46911672_i386/unreserve nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unreserve copy ../src/fs/cmd/fsconfig/check_mcf.pl nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/util/check_mcf.pl copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl2640 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/acl2amd640 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/acl452 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/acl452 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic100 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/adic100 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic1000 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/adic1000 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/adic448 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/adic448 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atl1500 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/atl1500 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/atlp3000 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/atlp3000 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/cyg1803 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/cyg1803 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/dlt2700 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/dlt2700 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/docstor nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/docstor copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exb210 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/exb210 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/exbx80 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/exbx80 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/fujitsu_nm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/fujitsu_nm copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpc7200 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/hpc7200 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpoplib nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/hpoplib copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/hpslxx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/hpslxx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3570c nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/ibm3570c copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/ibm3584 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/ibm3584 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd28 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/metd28 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/metd360 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/metd360 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/odi_neo nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/odi_neo copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmond nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/plasmond copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/plasmong nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/plasmong copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/qual82xx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/qual82xx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/quantumc4 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/quantumc4 copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonycsm nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/sonycsm copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/sonydms nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/sonydms copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/spcpyth nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/spcpyth copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/speclog nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/speclog copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stk97xx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/stk97xx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stklxx nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/stklxx copy ../src/robots/generic/scsi_error/obj/SunOS_illumos-5a46911672_i386/errcodes/stksl3000 nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/opt/SUNWsamfs/errcodes/stksl3000 copy ../src/fs/fsd/svc-sam-fsd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/lib/svc/method/svc-sam-fsd copy ../src/drivers/samaio/devfsadm/obj/SunOS_illumos-5a46911672_i386/libsamaio_link.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/devfsadm/linkmod/SUNW_samaio_link.so copy ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_amd64/samfsck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/amd64/fsck copy ../lib/obj/SunOS_illumos-5a46911672_amd64/libsamconf.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/amd64/libsamconf.so copy ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_amd64/sammkfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/amd64/mkfs copy ../src/fs/cmd/bcheck/obj/SunOS_illumos-5a46911672_i386/bcheck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/bcheck copy ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/fsck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/fsck copy ../src/fs/cmd/fstyp/obj/SunOS_illumos-5a46911672_i386/fstyp nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/fstyp copy ../src/fs/cmd/fsck/obj/SunOS_illumos-5a46911672_i386/samfsck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/i386/fsck copy ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/sammkfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/i386/mkfs copy ../lib/obj/SunOS_illumos-5a46911672_i386/libsamconf.so nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/libsamconf.so copy ../src/fs/cmd/mkfs/obj/SunOS_illumos-5a46911672_i386/mkfs nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/mkfs copy ../src/fs/cmd/ncheck/obj/SunOS_illumos-5a46911672_i386/ncheck nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/ncheck copy ../src/fs/fsd/obj/SunOS_illumos-5a46911672_i386/fsd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/sam-fsd copy ../src/fs/cmd/dump-restore/obj/SunOS_illumos-5a46911672_i386/csd nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/samfsrestore copy ../src/obj/SunOS_illumos-5a46911672_i386/nl_messages.cat nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/locale/C/LC_MESSAGES/SUNWsamfs copy ../src/notify/obj/SunOS_illumos-5a46911672_i386/notify nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/notify copy ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_log nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/tapealert_log copy ../src/utility/tapealert/obj/SunOS_illumos-5a46911672_i386/tapealert_trap nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/tapealert_trap copy ../src/fs/fsd/sam-fsd.xml nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/var/svc/manifest/system/sam-fsd.xml copy ../src/OPENSOLARIS.LICENSE nach /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/doc/OPENSOLARIS.LICENSE lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samcmd /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samu lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/archive /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/archive lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/request /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/request lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/sdu /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sdu lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/sfind /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sfind lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/sls /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/sls lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsam.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsam.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamcat.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamcat.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamrft.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamrft.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamut.so /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamut.so lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/archive.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/archive.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/release.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/release.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/request.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/request.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/sdu.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sdu.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/segment.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/segment.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/setfa.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/setfa.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/sfind.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sfind.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/sls.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/sls.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/squota.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/squota.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/ssum.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/ssum.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/man/man1/stage.1 /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/man/man1/stage.1 lnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/sbin/samquota /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samquota slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/release archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/segment archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/setfa archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/squota ../sbin/samquota slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/ssum archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/bin/stage archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/client/include/samrpc.h /opt/SUNWsamfs/include/samrpc.h slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamrpc.so /opt/SUNWsamfs/client/lib/libsamrpc.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/exarchive unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/export samexport slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/import samimport slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/load samload slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/rearch unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/undamage unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/unrearch unarchive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/release archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/segment archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/setfa archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/squota ../sbin/samquota slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/ssum archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/bin/stage archive slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/amd64/libsamconf.so /usr/lib/fs/samfs/amd64/libsamconf.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/lib/libsamconf.so /usr/lib/fs/samfs/libsamconf.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sam-fsd /usr/lib/fs/samfs/sam-fsd slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sambcheck /usr/lib/fs/samfs/bcheck slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsck /usr/lib/fs/samfs/fsck slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsdump /usr/lib/fs/samfs/samfsrestore slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsinfo /usr/lib/fs/samfs/mkfs slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfsrestore /usr/lib/fs/samfs/samfsrestore slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samfstyp /usr/lib/fs/samfs/fstyp slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samgrowfs /usr/lib/fs/samfs/mkfs slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/sammkfs /usr/lib/fs/samfs/mkfs slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/sbin/samncheck /usr/lib/fs/samfs/ncheck slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/opt/SUNWsamfs/zone/lib/libsamconf.so /usr/lib/fs/samfs/libsamconf.so slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/mount /etc/fs/samfs/mount slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/samfsdump samfsrestore slnk /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/prototype/i386/usr/lib/fs/samfs/umount /etc/fs/samfs/umount 64 bit bins [] VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/openindiana/samqfs/build/manifest-i386-samqfs.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: openindiana/samqfs pkg://openindiana.org/system/samqfs@5.0.1,5.11-2022.0.0.0:20220208T200049Z PUBLISHED