<86>Aug 5 04:57:27 userdel[1909899]: delete user 'rooter' <86>Aug 5 04:57:27 userdel[1909899]: removed group 'rooter' owned by 'rooter' <86>Aug 5 04:57:27 groupadd[1909925]: group added to /etc/group: name=rooter, GID=666 <86>Aug 5 04:57:27 groupadd[1909925]: group added to /etc/gshadow: name=rooter <86>Aug 5 04:57:27 groupadd[1909925]: new group: name=rooter, GID=666 <86>Aug 5 04:57:27 useradd[1909936]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Aug 5 04:57:27 userdel[1909958]: delete user 'builder' <86>Aug 5 04:57:27 userdel[1909958]: removed group 'builder' owned by 'builder' <86>Aug 5 04:57:27 userdel[1909958]: removed shadow group 'builder' owned by 'builder' <86>Aug 5 04:57:27 groupadd[1910011]: group added to /etc/group: name=builder, GID=667 <86>Aug 5 04:57:27 groupadd[1910011]: group added to /etc/gshadow: name=builder <86>Aug 5 04:57:27 groupadd[1910011]: new group: name=builder, GID=667 <86>Aug 5 04:57:27 useradd[1910021]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/linuxptp-3.1-alt1.nosrc.rpm (w1.gzdio) Installing linuxptp-3.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.64965 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf linuxptp-3.1 + echo 'Source #0 (linuxptp-3.1-alt1.tar):' Source #0 (linuxptp-3.1-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/linuxptp-3.1-alt1.tar + cd linuxptp-3.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.64965 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd linuxptp-3.1 + make 'EXTRA_CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' make: Entering directory '/usr/src/RPM/BUILD/linuxptp-3.1' DEPEND ts2phc_slave.c DEPEND ts2phc_nmea_master.c DEPEND ts2phc_phc_master.c DEPEND ts2phc_master.c DEPEND ts2phc_generic_master.c DEPEND sock.c DEPEND serial.c DEPEND nmea.c DEPEND lstab.c DEPEND ts2phc.c DEPEND timemaster.c DEPEND sysoff.c DEPEND pmc_common.c DEPEND pmc.c DEPEND phc_ctl.c DEPEND phc2sys.c DEPEND nsm.c DEPEND hwstamp_ctl.c DEPEND version.c DEPEND util.c DEPEND unicast_service.c DEPEND unicast_fsm.c DEPEND unicast_client.c DEPEND tsproc.c DEPEND tlv.c DEPEND telecom.c DEPEND uds.c DEPEND udp6.c DEPEND udp.c DEPEND transport.c DEPEND raw.c DEPEND tc.c DEPEND stats.c DEPEND sk.c DEPEND servo.c DEPEND pi.c DEPEND nullf.c DEPEND ntpshm.c DEPEND linreg.c DEPEND rtnl.c DEPEND p2p_tc.c DEPEND ptp4l.c DEPEND print.c DEPEND pqueue.c DEPEND port_signaling.c DEPEND port.c DEPEND phc.c DEPEND msg.c DEPEND monitor.c DEPEND interface.c DEPEND hash.c DEPEND fsm.c DEPEND mmedian.c DEPEND mave.c DEPEND filter.c DEPEND fault.c DEPEND e2e_tc.c DEPEND designated_fsm.c DEPEND config.c DEPEND clockcheck.c DEPEND clockadj.c DEPEND clock.c DEPEND bmc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ptp4l.o ptp4l.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o bmc.o bmc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clock.o clock.c clock.c: In function 'clock_management_fill_response': clock.c:450:48: warning: taking address of packed member of 'struct subscribe_events_np' may result in an unaligned pointer value [-Waddress-of-packed-member] 450 | clock_get_subscription(c, req, sen->bitmask, &sen->duration); | ^~~~~~~~~~~~~~ gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clockadj.o clockadj.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o clockcheck.o clockcheck.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o config.o config.c config.c: In function 'config_create': config.c:899:38: warning: '%s' directive output may be truncated writing up to 8799 bytes into a region of size 33 [-Wformat-truncation=] 899 | snprintf(buf, sizeof(buf), "global.%s", ci->label); | ^~ In file included from /usr/include/stdio.h:866, from config.c:23: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 8807 bytes into a destination of size 40 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:348:33: warning: '%s' directive output may be truncated writing up to 8799 bytes into a region of size 133 [-Wformat-truncation=] 348 | snprintf(buf, sizeof(buf), "%s.%s", section, name); | ^~ In file included from /usr/include/stdio.h:866, from config.c:23: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 8 and 8807 bytes into a destination of size 140 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o designated_fsm.o designated_fsm.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o e2e_tc.o e2e_tc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o fault.o fault.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o filter.o filter.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mave.o mave.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mmedian.o mmedian.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o fsm.o fsm.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o hash.o hash.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o interface.o interface.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o monitor.o monitor.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o msg.o msg.c msg.c: In function 'msg_allocate': msg.c:269:8: warning: taking address of packed member of 'struct message_storage' may result in an unaligned pointer value [-Waddress-of-packed-member] 269 | m = &s->msg; | ^~~~~~~ gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o phc.o phc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o port.o port.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o port_signaling.o port_signaling.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o pqueue.o pqueue.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o print.o print.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o p2p_tc.o p2p_tc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o rtnl.o rtnl.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linreg.o linreg.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ntpshm.o ntpshm.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o nullf.o nullf.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o pi.o pi.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o servo.o servo.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o sk.o sk.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o stats.o stats.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tc.o tc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o raw.o raw.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o transport.o transport.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o udp.o udp.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o udp6.o udp6.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o uds.o uds.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o telecom.o telecom.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tlv.o tlv.c tlv.c: In function 'mgt_post_recv': tlv.c:161:16: warning: taking address of packed member of 'struct PhysicalAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 161 | u16 = flip16(&cd->physicalAddress->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c:175:10: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 175 | flip16(&cd->protocolAddress->networkProtocol); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c:176:16: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 176 | u16 = flip16(&cd->protocolAddress->addressLength); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c: In function 'mgt_pre_send': tlv.c:369:11: warning: taking address of packed member of 'struct PhysicalAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 369 | flip16(&cd->physicalAddress->length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c:370:11: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 370 | flip16(&cd->protocolAddress->networkProtocol); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c:371:11: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 371 | flip16(&cd->protocolAddress->addressLength); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c: In function 'nsm_resp_post_recv': tlv.c:502:23: warning: taking address of packed member of 'struct currentDS' may result in an unaligned pointer value [-Waddress-of-packed-member] 502 | net2host64_unaligned(&cds->offsetFromMaster); | ^~~~~~~~~~~~~~~~~~~~~~ tlv.c:503:23: warning: taking address of packed member of 'struct currentDS' may result in an unaligned pointer value [-Waddress-of-packed-member] 503 | net2host64_unaligned(&cds->meanPathDelay); | ^~~~~~~~~~~~~~~~~~~ tlv.c: In function 'nsm_resp_pre_send': tlv.c:538:23: warning: taking address of packed member of 'struct currentDS' may result in an unaligned pointer value [-Waddress-of-packed-member] 538 | host2net64_unaligned(&cds->offsetFromMaster); | ^~~~~~~~~~~~~~~~~~~~~~ tlv.c:539:23: warning: taking address of packed member of 'struct currentDS' may result in an unaligned pointer value [-Waddress-of-packed-member] 539 | host2net64_unaligned(&cds->meanPathDelay); | ^~~~~~~~~~~~~~~~~~~ tlv.c: In function 'slave_delay_timing_data_post_revc': tlv.c:615:24: warning: taking address of packed member of 'struct slave_delay_timing_record' may result in an unaligned pointer value [-Waddress-of-packed-member] 615 | net2host64_unaligned(&record->totalCorrectionField); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c: In function 'slave_delay_timing_data_pre_send': tlv.c:639:24: warning: taking address of packed member of 'struct slave_delay_timing_record' may result in an unaligned pointer value [-Waddress-of-packed-member] 639 | host2net64_unaligned(&record->totalCorrectionField); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c: In function 'slave_rx_sync_timing_data_post_revc': tlv.c:664:24: warning: taking address of packed member of 'struct slave_rx_sync_timing_record' may result in an unaligned pointer value [-Waddress-of-packed-member] 664 | net2host64_unaligned(&record->totalCorrectionField); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tlv.c: In function 'slave_rx_sync_timing_data_pre_send': tlv.c:689:24: warning: taking address of packed member of 'struct slave_rx_sync_timing_record' may result in an unaligned pointer value [-Waddress-of-packed-member] 689 | host2net64_unaligned(&record->totalCorrectionField); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tsproc.o tsproc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o unicast_client.o unicast_client.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o unicast_fsm.o unicast_fsm.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o unicast_service.o unicast_service.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o util.o util.c util.c: In function 'portaddr2str': util.c:177:18: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 177 | switch (align16(&addr->networkProtocol)) { | ^~~~~~~~~~~~~~~~~~~~~~ util.c:179:15: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 179 | if (align16(&addr->addressLength) == 4 | ^~~~~~~~~~~~~~~~~~~~ util.c:184:15: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 184 | if (align16(&addr->addressLength) == 16 | ^~~~~~~~~~~~~~~~~~~~ util.c:189:38: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 189 | bin2str_impl(addr->address, align16(&addr->addressLength), buf, sizeof(buf)); | ^~~~~~~~~~~~~~~~~~~~ gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o version.o version.c gcc ptp4l.o bmc.o clock.o clockadj.o clockcheck.o config.o designated_fsm.o e2e_tc.o fault.o filter.o mave.o mmedian.o fsm.o hash.o interface.o monitor.o msg.o phc.o port.o port_signaling.o pqueue.o print.o p2p_tc.o rtnl.o linreg.o ntpshm.o nullf.o pi.o servo.o sk.o stats.o tc.o raw.o transport.o udp.o udp6.o uds.o telecom.o tlv.o tsproc.o unicast_client.o unicast_fsm.o unicast_service.o util.o version.o -lm -lrt -pthread -o ptp4l gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o hwstamp_ctl.o hwstamp_ctl.c gcc hwstamp_ctl.o version.o -lm -lrt -pthread -o hwstamp_ctl gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o nsm.o nsm.c gcc nsm.o config.o filter.o mave.o mmedian.o hash.o interface.o msg.o phc.o print.o rtnl.o sk.o raw.o transport.o udp.o udp6.o uds.o tlv.o tsproc.o util.o version.o -lm -lrt -pthread -o nsm gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o phc2sys.o phc2sys.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o pmc_common.o pmc_common.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o sysoff.o sysoff.c gcc phc2sys.o clockadj.o clockcheck.o config.o hash.o interface.o msg.o phc.o pmc_common.o print.o linreg.o ntpshm.o nullf.o pi.o servo.o sk.o stats.o sysoff.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o phc2sys gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o phc_ctl.o phc_ctl.c gcc phc_ctl.o phc.o sk.o util.o clockadj.o sysoff.o print.o version.o -lm -lrt -pthread -o phc_ctl gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o pmc.o pmc.c pmc.c: In function 'pmc_show': pmc.c:204:13: warning: taking address of packed member of 'struct PhysicalAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 204 | align16(&cd->physicalAddress->length)), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pmc.c:205:12: warning: taking address of packed member of 'struct PortAddress' may result in an unaligned pointer value [-Waddress-of-packed-member] 205 | align16(&cd->protocolAddress->networkProtocol), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc pmc.o config.o hash.o interface.o msg.o phc.o pmc_common.o print.o sk.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o pmc gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o timemaster.o timemaster.c gcc timemaster.o phc.o print.o rtnl.o sk.o util.o version.o -lm -lrt -pthread -o timemaster gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ts2phc.o ts2phc.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o lstab.o lstab.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o nmea.o nmea.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o serial.o serial.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o sock.o sock.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ts2phc_generic_master.o ts2phc_generic_master.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ts2phc_master.o ts2phc_master.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ts2phc_phc_master.o ts2phc_phc_master.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ts2phc_nmea_master.o ts2phc_nmea_master.c gcc -Wall -DVER=3.1 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -pipe -frecord-gcc-switches -Wall -g -O2 -c -o ts2phc_slave.o ts2phc_slave.c gcc ts2phc.o config.o clockadj.o hash.o interface.o phc.o print.o linreg.o ntpshm.o nullf.o pi.o servo.o sk.o lstab.o nmea.o serial.o sock.o ts2phc_generic_master.o ts2phc_master.o ts2phc_phc_master.o ts2phc_nmea_master.o ts2phc_slave.o util.o version.o -lm -lrt -pthread -o ts2phc make: Leaving directory '/usr/src/RPM/BUILD/linuxptp-3.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.42378 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/linuxptp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/linuxptp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd linuxptp-3.1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/linuxptp-buildroot prefix=/usr man8dir=/usr/share/man/man8 install make: Entering directory '/usr/src/RPM/BUILD/linuxptp-3.1' install -p -m 755 -d /usr/src/tmp/linuxptp-buildroot/usr/sbin /usr/src/tmp/linuxptp-buildroot/usr/share/man/man8 install ptp4l hwstamp_ctl nsm phc2sys phc_ctl pmc timemaster ts2phc /usr/src/tmp/linuxptp-buildroot/usr/sbin for x in ptp4l.8 hwstamp_ctl.8 nsm.8 phc2sys.8 phc_ctl.8 pmc.8 timemaster.8 ts2phc.8; do \ [ -f $x ] && install -p -m 644 -t /usr/src/tmp/linuxptp-buildroot/usr/share/man/man8 $x ; \ done make: Leaving directory '/usr/src/RPM/BUILD/linuxptp-3.1' + install -pm0644 -D configs/default.cfg /usr/src/tmp/linuxptp-buildroot/etc/ptp4l.conf + install -pm0644 -D ptp4l.sysconfig /usr/src/tmp/linuxptp-buildroot/etc/sysconfig/ptp4l + install -pm0644 -D ptp4l.service /usr/src/tmp/linuxptp-buildroot/lib/systemd/system/ptp4l.service + install -pm0644 phc2sys.sysconfig /usr/src/tmp/linuxptp-buildroot/etc/sysconfig/phc2sys + install -pm0644 phc2sys.service /usr/src/tmp/linuxptp-buildroot/lib/systemd/system/phc2sys.service + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/linuxptp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/linuxptp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/linuxptp-buildroot/ (default) Compressing files in /usr/src/tmp/linuxptp-buildroot (auto) Adjusting library links in /usr/src/tmp/linuxptp-buildroot ./lib: (from :0) Verifying ELF objects in /usr/src/tmp/linuxptp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: linuxptp-3.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17226 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd linuxptp-3.1 + DOCDIR=/usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1 + export DOCDIR + rm -rf /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1 + /bin/mkdir -p /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1 + cp -prL COPYING README.org configs /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1 + chmod -R go-w /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1 + chmod -R a+rX /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mqaPt2 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.I9yfiZ find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zTq0z3 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gIjZJ2 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.17)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libc.so.6(GLIBC_2.8)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UGNps0 Creating linuxptp-debuginfo package Processing files: linuxptp-debuginfo-3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wwPHN2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bIrd1Z find-requires: running scripts (debuginfo) Requires: linuxptp = 3.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6), debug64(libpthread.so.0) Adding to linuxptp-debuginfo a strict dependency on linuxptp Wrote: /usr/src/RPM/RPMS/x86_64/linuxptp-3.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/linuxptp-debuginfo-3.1-alt1.x86_64.rpm (w2.lzdio) 10.81user 3.53system 0:18.09elapsed 79%CPU (0avgtext+0avgdata 50424maxresident)k 0inputs+0outputs (0major+1164560minor)pagefaults 0swaps 12.13user 5.76system 0:21.55elapsed 83%CPU (0avgtext+0avgdata 50424maxresident)k 0inputs+0outputs (0major+1342653minor)pagefaults 0swaps --- linuxptp-3.1-alt1.x86_64.rpm.repo 2021-02-09 13:09:24.000000000 +0000 +++ linuxptp-3.1-alt1.x86_64.rpm.hasher 2021-08-05 04:57:46.983509406 +0000 @@ -63,10 +63,10 @@ File: /lib/systemd/system/ptp4l.service 100644 root:root dc549658a5659b1d683e872b107016a5 -File: /usr/sbin/hwstamp_ctl 100755 root:root b81d15c3d7ef0a6f9792943c8aa87d8d -File: /usr/sbin/nsm 100755 root:root bf884f7c40a3fe484737a084f86be54d -File: /usr/sbin/phc2sys 100755 root:root 24b581cfb1026a95b2da539e7c526efb -File: /usr/sbin/phc_ctl 100755 root:root 8ce96a2c3551f650705249f198c06787 -File: /usr/sbin/pmc 100755 root:root 74acf5ee26f7bc236bf92bddf5cdc0a6 -File: /usr/sbin/ptp4l 100755 root:root 364dd1952739ecda5eab1ebb8ff59180 -File: /usr/sbin/timemaster 100755 root:root 676096b98e0a515bcb0c72e2b8bd0521 -File: /usr/sbin/ts2phc 100755 root:root f866da6b03ddfd5c5d07b3fe4f27f9c5 +File: /usr/sbin/hwstamp_ctl 100755 root:root 99dfe5f8054516f1ba9300df6231d1aa +File: /usr/sbin/nsm 100755 root:root 8e82648ac5e1042b5dd565ac01a21cae +File: /usr/sbin/phc2sys 100755 root:root 70ea64c1ee4ad85743cb2b483e23ca8d +File: /usr/sbin/phc_ctl 100755 root:root 7e761bf7ec2d7c10074b8e0fa7b070e9 +File: /usr/sbin/pmc 100755 root:root 65101b4814b25e55a46b5546d8836a97 +File: /usr/sbin/ptp4l 100755 root:root 07766e89597b7b0fb6cb229b2bca3f9e +File: /usr/sbin/timemaster 100755 root:root 25a6df2e1128f1d3e51fae56d2e16473 +File: /usr/sbin/ts2phc 100755 root:root af3003d1b374c5b01d64f63c55255d4e File: /usr/share/doc/linuxptp-3.1 40755 root:root @@ -97,2 +97,2 @@ File: /usr/share/man/man8/ts2phc.8.xz 100644 root:root 9713a8cc99a98c312ec1ee264a0280ed -RPMIdentity: 7cbbf94791720b91feda8189ae5fd11f3743cffc27f50d9ab062ac624c5c598605663773fc2bb16672658436724e442c2cf4cf7cc63b802291835794fe83b1a0 +RPMIdentity: f0a2175adc114c016af97dbb6dedbad4f37587285d826d872752c6a67fd53a960c669bac803b9038aaffc5bb2f44b27afdbf5c1c87d67ef176aa9bfa8fb6a8ef --- linuxptp-debuginfo-3.1-alt1.x86_64.rpm.repo 2021-02-09 13:09:24.000000000 +0000 +++ linuxptp-debuginfo-3.1-alt1.x86_64.rpm.hasher 2021-08-05 04:57:47.080510376 +0000 @@ -1,25 +1,25 @@ -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/37213c1627cad934cfce945e0471670f4bada0 120777 root:root ../../../../sbin/ts2phc -/usr/lib/debug/.build-id/3b/37213c1627cad934cfce945e0471670f4bada0.debug 120777 root:root ../../usr/sbin/ts2phc.debug -/usr/lib/debug/.build-id/4c 40755 root:root -/usr/lib/debug/.build-id/4c/82bc08cce8cc03d40e6703532b9e22abb56998 120777 root:root ../../../../sbin/hwstamp_ctl -/usr/lib/debug/.build-id/4c/82bc08cce8cc03d40e6703532b9e22abb56998.debug 120777 root:root ../../usr/sbin/hwstamp_ctl.debug -/usr/lib/debug/.build-id/a1 40755 root:root -/usr/lib/debug/.build-id/a1/e4f2f6656e28146d768c6d06778edf95a4f0dc 120777 root:root ../../../../sbin/pmc -/usr/lib/debug/.build-id/a1/e4f2f6656e28146d768c6d06778edf95a4f0dc.debug 120777 root:root ../../usr/sbin/pmc.debug -/usr/lib/debug/.build-id/c6 40755 root:root -/usr/lib/debug/.build-id/c6/94e29ef2d04844711134fda5ff2034ce789aec 120777 root:root ../../../../sbin/phc_ctl -/usr/lib/debug/.build-id/c6/94e29ef2d04844711134fda5ff2034ce789aec.debug 120777 root:root ../../usr/sbin/phc_ctl.debug -/usr/lib/debug/.build-id/ca 40755 root:root -/usr/lib/debug/.build-id/ca/04be539efb1502b26cef5f7e4705d8cb0ae4d6 120777 root:root ../../../../sbin/phc2sys -/usr/lib/debug/.build-id/ca/04be539efb1502b26cef5f7e4705d8cb0ae4d6.debug 120777 root:root ../../usr/sbin/phc2sys.debug -/usr/lib/debug/.build-id/d8 40755 root:root -/usr/lib/debug/.build-id/d8/8744f2fc952f2ea452b5b0950993a9197e6f22 120777 root:root ../../../../sbin/timemaster -/usr/lib/debug/.build-id/d8/8744f2fc952f2ea452b5b0950993a9197e6f22.debug 120777 root:root ../../usr/sbin/timemaster.debug -/usr/lib/debug/.build-id/e3 40755 root:root -/usr/lib/debug/.build-id/e3/6aa0ae24e3a969c8650ad7ed9ebd6b15921347 120777 root:root ../../../../sbin/nsm -/usr/lib/debug/.build-id/e3/6aa0ae24e3a969c8650ad7ed9ebd6b15921347.debug 120777 root:root ../../usr/sbin/nsm.debug -/usr/lib/debug/.build-id/eb 40755 root:root -/usr/lib/debug/.build-id/eb/5baac2c7500342abd3c43e2e178050057dccff 120777 root:root ../../../../sbin/ptp4l -/usr/lib/debug/.build-id/eb/5baac2c7500342abd3c43e2e178050057dccff.debug 120777 root:root ../../usr/sbin/ptp4l.debug +/usr/lib/debug/.build-id/04 40755 root:root +/usr/lib/debug/.build-id/04/96395fc3fb90cd60585bbddcb885c9bfdd0588 120777 root:root ../../../../sbin/nsm +/usr/lib/debug/.build-id/04/96395fc3fb90cd60585bbddcb885c9bfdd0588.debug 120777 root:root ../../usr/sbin/nsm.debug +/usr/lib/debug/.build-id/5a 40755 root:root +/usr/lib/debug/.build-id/5a/c0c65b78d3b2bc8c09166d425f36b79e51c7eb 120777 root:root ../../../../sbin/pmc +/usr/lib/debug/.build-id/5a/c0c65b78d3b2bc8c09166d425f36b79e51c7eb.debug 120777 root:root ../../usr/sbin/pmc.debug +/usr/lib/debug/.build-id/80 40755 root:root +/usr/lib/debug/.build-id/80/a20000fcd2de2dbb4ab0e7cc6d6aa98f1bc036 120777 root:root ../../../../sbin/phc_ctl +/usr/lib/debug/.build-id/80/a20000fcd2de2dbb4ab0e7cc6d6aa98f1bc036.debug 120777 root:root ../../usr/sbin/phc_ctl.debug +/usr/lib/debug/.build-id/8f 40755 root:root +/usr/lib/debug/.build-id/8f/35e0c7b34eeec24b2c4c1b2cccd38b3b30ab21 120777 root:root ../../../../sbin/phc2sys +/usr/lib/debug/.build-id/8f/35e0c7b34eeec24b2c4c1b2cccd38b3b30ab21.debug 120777 root:root ../../usr/sbin/phc2sys.debug +/usr/lib/debug/.build-id/ac 40755 root:root +/usr/lib/debug/.build-id/ac/57e1a64c75bbb3a81162202597db3dfc382325 120777 root:root ../../../../sbin/ts2phc +/usr/lib/debug/.build-id/ac/57e1a64c75bbb3a81162202597db3dfc382325.debug 120777 root:root ../../usr/sbin/ts2phc.debug +/usr/lib/debug/.build-id/b6 40755 root:root +/usr/lib/debug/.build-id/b6/a34bcbf15ace55be1b08f8fd826d3350e955ac 120777 root:root ../../../../sbin/timemaster +/usr/lib/debug/.build-id/b6/a34bcbf15ace55be1b08f8fd826d3350e955ac.debug 120777 root:root ../../usr/sbin/timemaster.debug +/usr/lib/debug/.build-id/d0 40755 root:root +/usr/lib/debug/.build-id/d0/9232ad328391c48c33f8ad6af43ef30140596a 120777 root:root ../../../../sbin/ptp4l +/usr/lib/debug/.build-id/d0/9232ad328391c48c33f8ad6af43ef30140596a.debug 120777 root:root ../../usr/sbin/ptp4l.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/fe42ae1bee87bb3b356afb9d47d228f54af2a7 120777 root:root ../../../../sbin/hwstamp_ctl +/usr/lib/debug/.build-id/f4/fe42ae1bee87bb3b356afb9d47d228f54af2a7.debug 120777 root:root ../../usr/sbin/hwstamp_ctl.debug /usr/lib/debug/usr/sbin/hwstamp_ctl.debug 100644 root:root @@ -171,34 +171,34 @@ Provides: linuxptp-debuginfo = 3.1-alt1:sisyphus+266035.100.1.1 -File: /usr/lib/debug/.build-id/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/37213c1627cad934cfce945e0471670f4bada0 120777 root:root ../../../../sbin/ts2phc -File: /usr/lib/debug/.build-id/3b/37213c1627cad934cfce945e0471670f4bada0.debug 120777 root:root ../../usr/sbin/ts2phc.debug -File: /usr/lib/debug/.build-id/4c 40755 root:root -File: /usr/lib/debug/.build-id/4c/82bc08cce8cc03d40e6703532b9e22abb56998 120777 root:root ../../../../sbin/hwstamp_ctl -File: /usr/lib/debug/.build-id/4c/82bc08cce8cc03d40e6703532b9e22abb56998.debug 120777 root:root ../../usr/sbin/hwstamp_ctl.debug -File: /usr/lib/debug/.build-id/a1 40755 root:root -File: /usr/lib/debug/.build-id/a1/e4f2f6656e28146d768c6d06778edf95a4f0dc 120777 root:root ../../../../sbin/pmc -File: /usr/lib/debug/.build-id/a1/e4f2f6656e28146d768c6d06778edf95a4f0dc.debug 120777 root:root ../../usr/sbin/pmc.debug -File: /usr/lib/debug/.build-id/c6 40755 root:root -File: /usr/lib/debug/.build-id/c6/94e29ef2d04844711134fda5ff2034ce789aec 120777 root:root ../../../../sbin/phc_ctl -File: /usr/lib/debug/.build-id/c6/94e29ef2d04844711134fda5ff2034ce789aec.debug 120777 root:root ../../usr/sbin/phc_ctl.debug -File: /usr/lib/debug/.build-id/ca 40755 root:root -File: /usr/lib/debug/.build-id/ca/04be539efb1502b26cef5f7e4705d8cb0ae4d6 120777 root:root ../../../../sbin/phc2sys -File: /usr/lib/debug/.build-id/ca/04be539efb1502b26cef5f7e4705d8cb0ae4d6.debug 120777 root:root ../../usr/sbin/phc2sys.debug -File: /usr/lib/debug/.build-id/d8 40755 root:root -File: /usr/lib/debug/.build-id/d8/8744f2fc952f2ea452b5b0950993a9197e6f22 120777 root:root ../../../../sbin/timemaster -File: /usr/lib/debug/.build-id/d8/8744f2fc952f2ea452b5b0950993a9197e6f22.debug 120777 root:root ../../usr/sbin/timemaster.debug -File: /usr/lib/debug/.build-id/e3 40755 root:root -File: /usr/lib/debug/.build-id/e3/6aa0ae24e3a969c8650ad7ed9ebd6b15921347 120777 root:root ../../../../sbin/nsm -File: /usr/lib/debug/.build-id/e3/6aa0ae24e3a969c8650ad7ed9ebd6b15921347.debug 120777 root:root ../../usr/sbin/nsm.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root -File: /usr/lib/debug/.build-id/eb/5baac2c7500342abd3c43e2e178050057dccff 120777 root:root ../../../../sbin/ptp4l -File: /usr/lib/debug/.build-id/eb/5baac2c7500342abd3c43e2e178050057dccff.debug 120777 root:root ../../usr/sbin/ptp4l.debug -File: /usr/lib/debug/usr/sbin/hwstamp_ctl.debug 100644 root:root a5b55c8ee58897e65702c7e60e8702dc -File: /usr/lib/debug/usr/sbin/nsm.debug 100644 root:root 806c7e52ae74724b52dca912089bd2c8 -File: /usr/lib/debug/usr/sbin/phc2sys.debug 100644 root:root 8c3377a48c5a820e901281e8eeb8b2f5 -File: /usr/lib/debug/usr/sbin/phc_ctl.debug 100644 root:root 1d23eca24d9ede905fec5804c4466be8 -File: /usr/lib/debug/usr/sbin/pmc.debug 100644 root:root 3cb5c47ab8cebf3ed28ca5b57d662640 -File: /usr/lib/debug/usr/sbin/ptp4l.debug 100644 root:root 75e2e99e1bdfaaf5b3a1660ef9074926 -File: /usr/lib/debug/usr/sbin/timemaster.debug 100644 root:root 493fd8173cdb753e633fad176e0e48b9 -File: /usr/lib/debug/usr/sbin/ts2phc.debug 100644 root:root 7b4f3c38f85b496607fb2e186f1111ff +File: /usr/lib/debug/.build-id/04 40755 root:root +File: /usr/lib/debug/.build-id/04/96395fc3fb90cd60585bbddcb885c9bfdd0588 120777 root:root ../../../../sbin/nsm +File: /usr/lib/debug/.build-id/04/96395fc3fb90cd60585bbddcb885c9bfdd0588.debug 120777 root:root ../../usr/sbin/nsm.debug +File: /usr/lib/debug/.build-id/5a 40755 root:root +File: /usr/lib/debug/.build-id/5a/c0c65b78d3b2bc8c09166d425f36b79e51c7eb 120777 root:root ../../../../sbin/pmc +File: /usr/lib/debug/.build-id/5a/c0c65b78d3b2bc8c09166d425f36b79e51c7eb.debug 120777 root:root ../../usr/sbin/pmc.debug +File: /usr/lib/debug/.build-id/80 40755 root:root +File: /usr/lib/debug/.build-id/80/a20000fcd2de2dbb4ab0e7cc6d6aa98f1bc036 120777 root:root ../../../../sbin/phc_ctl +File: /usr/lib/debug/.build-id/80/a20000fcd2de2dbb4ab0e7cc6d6aa98f1bc036.debug 120777 root:root ../../usr/sbin/phc_ctl.debug +File: /usr/lib/debug/.build-id/8f 40755 root:root +File: /usr/lib/debug/.build-id/8f/35e0c7b34eeec24b2c4c1b2cccd38b3b30ab21 120777 root:root ../../../../sbin/phc2sys +File: /usr/lib/debug/.build-id/8f/35e0c7b34eeec24b2c4c1b2cccd38b3b30ab21.debug 120777 root:root ../../usr/sbin/phc2sys.debug +File: /usr/lib/debug/.build-id/ac 40755 root:root +File: /usr/lib/debug/.build-id/ac/57e1a64c75bbb3a81162202597db3dfc382325 120777 root:root ../../../../sbin/ts2phc +File: /usr/lib/debug/.build-id/ac/57e1a64c75bbb3a81162202597db3dfc382325.debug 120777 root:root ../../usr/sbin/ts2phc.debug +File: /usr/lib/debug/.build-id/b6 40755 root:root +File: /usr/lib/debug/.build-id/b6/a34bcbf15ace55be1b08f8fd826d3350e955ac 120777 root:root ../../../../sbin/timemaster +File: /usr/lib/debug/.build-id/b6/a34bcbf15ace55be1b08f8fd826d3350e955ac.debug 120777 root:root ../../usr/sbin/timemaster.debug +File: /usr/lib/debug/.build-id/d0 40755 root:root +File: /usr/lib/debug/.build-id/d0/9232ad328391c48c33f8ad6af43ef30140596a 120777 root:root ../../../../sbin/ptp4l +File: /usr/lib/debug/.build-id/d0/9232ad328391c48c33f8ad6af43ef30140596a.debug 120777 root:root ../../usr/sbin/ptp4l.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/fe42ae1bee87bb3b356afb9d47d228f54af2a7 120777 root:root ../../../../sbin/hwstamp_ctl +File: /usr/lib/debug/.build-id/f4/fe42ae1bee87bb3b356afb9d47d228f54af2a7.debug 120777 root:root ../../usr/sbin/hwstamp_ctl.debug +File: /usr/lib/debug/usr/sbin/hwstamp_ctl.debug 100644 root:root 2527117088bf31b99883f00019f3801c +File: /usr/lib/debug/usr/sbin/nsm.debug 100644 root:root a09bd0af0cdffdceb828ede079814ea0 +File: /usr/lib/debug/usr/sbin/phc2sys.debug 100644 root:root 5109bd926f3cbc297e7e0d34e3230bad +File: /usr/lib/debug/usr/sbin/phc_ctl.debug 100644 root:root 67b07ecb49cd3fe5d62764a22c474a3f +File: /usr/lib/debug/usr/sbin/pmc.debug 100644 root:root 293e939e739308ce33a98ac1dfb3bbd3 +File: /usr/lib/debug/usr/sbin/ptp4l.debug 100644 root:root 369155fb8b7f0f6eb7a590e738b97174 +File: /usr/lib/debug/usr/sbin/timemaster.debug 100644 root:root 11d83b43bc0eb93e89443422d63192dc +File: /usr/lib/debug/usr/sbin/ts2phc.debug 100644 root:root 9111e193ff44562a4e616eafaf1cb4bb File: /usr/src/debug/linuxptp-3.1 40755 root:root @@ -335,2 +335,2 @@ File: /usr/src/debug/linuxptp-3.1/version.h 100644 root:root 2f06b9fcfe9b7fa716026d27334791c5 -RPMIdentity: 24b20a10a3428e239d048de1ccfe8a1134d2c9c8d55a293e059c334ccdc7c08b5016bb926e7579014c4fe7dd58109763a996be6a249ab8fb466b8030d124f17d +RPMIdentity: 20262f0005b812036b4bbd533bc8b51a66c83c33100e276e7246195f9d80ba3a69198fd592fa693c03f38998f226e482b335feed9926c2a4f16bb1764de955c7