<86>Jul 16 03:19:14 userdel[3404555]: delete user 'rooter' <86>Jul 16 03:19:14 userdel[3404555]: removed group 'rooter' owned by 'rooter' <86>Jul 16 03:19:14 groupadd[3404569]: group added to /etc/group: name=rooter, GID=678 <86>Jul 16 03:19:14 groupadd[3404569]: group added to /etc/gshadow: name=rooter <86>Jul 16 03:19:14 groupadd[3404569]: new group: name=rooter, GID=678 <86>Jul 16 03:19:14 useradd[3404576]: new user: name=rooter, UID=678, GID=678, home=/root, shell=/bin/bash <86>Jul 16 03:19:14 userdel[3404591]: delete user 'builder' <86>Jul 16 03:19:14 userdel[3404591]: removed group 'builder' owned by 'builder' <86>Jul 16 03:19:14 userdel[3404591]: removed shadow group 'builder' owned by 'builder' <86>Jul 16 03:19:14 groupadd[3404601]: group added to /etc/group: name=builder, GID=679 <86>Jul 16 03:19:14 groupadd[3404601]: group added to /etc/gshadow: name=builder <86>Jul 16 03:19:14 groupadd[3404601]: new group: name=builder, GID=679 <86>Jul 16 03:19:14 useradd[3404609]: new user: name=builder, UID=679, GID=679, 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.89067 + 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.89067 + 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.28369 + 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.82259 + 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.m8aqh2 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.ceGee2 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.IeH2x3 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TpYKd6 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.uZ0f83 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.Q3kgV2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UuqG32 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) 15.32user 4.97system 0:23.62elapsed 85%CPU (0avgtext+0avgdata 50324maxresident)k 0inputs+0outputs (0major+1166154minor)pagefaults 0swaps 17.66user 9.46system 0:29.64elapsed 91%CPU (0avgtext+0avgdata 50324maxresident)k 0inputs+0outputs (0major+1350765minor)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-07-16 03:19:40.165897598 +0000 @@ -63,14 +63,14 @@ File: /lib/systemd/system/ptp4l.service 100644 root:root 234 dc549658a5659b1d683e872b107016a5 -File: /usr/sbin/hwstamp_ctl 100755 root:root 14528 b81d15c3d7ef0a6f9792943c8aa87d8d -File: /usr/sbin/nsm 100755 root:root 86120 bf884f7c40a3fe484737a084f86be54d -File: /usr/sbin/phc2sys 100755 root:root 119120 24b581cfb1026a95b2da539e7c526efb -File: /usr/sbin/phc_ctl 100755 root:root 43480 8ce96a2c3551f650705249f198c06787 -File: /usr/sbin/pmc 100755 root:root 98632 74acf5ee26f7bc236bf92bddf5cdc0a6 -File: /usr/sbin/ptp4l 100755 root:root 180360 364dd1952739ecda5eab1ebb8ff59180 -File: /usr/sbin/timemaster 100755 root:root 51664 676096b98e0a515bcb0c72e2b8bd0521 -File: /usr/sbin/ts2phc 100755 root:root 90064 f866da6b03ddfd5c5d07b3fe4f27f9c5 -File: /usr/share/doc/linuxptp-3.1 40755 root:root 100 +File: /usr/sbin/hwstamp_ctl 100755 root:root 14528 07af4666a32caa7972d37e80d2aebe9b +File: /usr/sbin/nsm 100755 root:root 86120 3db9eaf7977232f2ea24997f8706898d +File: /usr/sbin/phc2sys 100755 root:root 119120 9a5103d2e61bfa495b5c0005ce734e31 +File: /usr/sbin/phc_ctl 100755 root:root 43480 4adff4c7f22fa934e66028bcaf65a5e7 +File: /usr/sbin/pmc 100755 root:root 98632 8c7df4b330a203bc629c779b455b86eb +File: /usr/sbin/ptp4l 100755 root:root 180360 2d14526fb4fc8064c5055f1105447d10 +File: /usr/sbin/timemaster 100755 root:root 51664 228901dbf2eda2393bdfc66c1797f042 +File: /usr/sbin/ts2phc 100755 root:root 90064 d5783c7b76ab93353f58ec109a93178e +File: /usr/share/doc/linuxptp-3.1 40755 root:root 0 File: /usr/share/doc/linuxptp-3.1/COPYING 100644 root:root 18092 b234ee4d69f5fce4486a80fdaf4a4263 File: /usr/share/doc/linuxptp-3.1/README.org 100644 root:root 6876 6edcc745d42f446d54018110ebe2abd0 -File: /usr/share/doc/linuxptp-3.1/configs 40755 root:root 320 +File: /usr/share/doc/linuxptp-3.1/configs 40755 root:root 0 File: /usr/share/doc/linuxptp-3.1/configs/E2E-TC.cfg 100644 root:root 331 ea71503b5966dd9c977424f44bbe677f @@ -97,2 +97,2 @@ File: /usr/share/man/man8/ts2phc.8.xz 100644 root:root 2804 9713a8cc99a98c312ec1ee264a0280ed -RPMIdentity: 0ae98044333776f71d35127b3435e113 +RPMIdentity: e4bf627bcf08c7d71478dc19e134cac4 --- 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-07-16 03:19:40.304896655 +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/3b/2d1cae50afa1b754c17f7c0c6a0c5736d62692 120777 root:root ../../../../sbin/hwstamp_ctl +/usr/lib/debug/.build-id/3b/2d1cae50afa1b754c17f7c0c6a0c5736d62692.debug 120777 root:root ../../usr/sbin/hwstamp_ctl.debug +/usr/lib/debug/.build-id/6e 40755 root:root +/usr/lib/debug/.build-id/6e/d62037217c6fcd78f7a47f2e9ad26954c589aa 120777 root:root ../../../../sbin/ts2phc +/usr/lib/debug/.build-id/6e/d62037217c6fcd78f7a47f2e9ad26954c589aa.debug 120777 root:root ../../usr/sbin/ts2phc.debug +/usr/lib/debug/.build-id/7e 40755 root:root +/usr/lib/debug/.build-id/7e/15f970fab1f297b84322bd61041b1e1f4be383 120777 root:root ../../../../sbin/timemaster +/usr/lib/debug/.build-id/7e/15f970fab1f297b84322bd61041b1e1f4be383.debug 120777 root:root ../../usr/sbin/timemaster.debug +/usr/lib/debug/.build-id/91 40755 root:root +/usr/lib/debug/.build-id/91/92e96ed50c6241df1902c976c7adaf2e70af91 120777 root:root ../../../../sbin/ptp4l +/usr/lib/debug/.build-id/91/92e96ed50c6241df1902c976c7adaf2e70af91.debug 120777 root:root ../../usr/sbin/ptp4l.debug +/usr/lib/debug/.build-id/92 40755 root:root +/usr/lib/debug/.build-id/92/6b09bc7f49b9eb453e96859de32abe7cbdf1d0 120777 root:root ../../../../sbin/phc2sys +/usr/lib/debug/.build-id/92/6b09bc7f49b9eb453e96859de32abe7cbdf1d0.debug 120777 root:root ../../usr/sbin/phc2sys.debug +/usr/lib/debug/.build-id/b2 40755 root:root +/usr/lib/debug/.build-id/b2/5d2377c04137e9f28761e0d60bf6c320f6fa4d 120777 root:root ../../../../sbin/nsm +/usr/lib/debug/.build-id/b2/5d2377c04137e9f28761e0d60bf6c320f6fa4d.debug 120777 root:root ../../usr/sbin/nsm.debug +/usr/lib/debug/.build-id/d3 40755 root:root +/usr/lib/debug/.build-id/d3/499534922248b18aea24904cebd024c261382d 120777 root:root ../../../../sbin/pmc +/usr/lib/debug/.build-id/d3/499534922248b18aea24904cebd024c261382d.debug 120777 root:root ../../usr/sbin/pmc.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/aae100db1dadfbb3d1e9ce71a6a08c849450ac 120777 root:root ../../../../sbin/phc_ctl +/usr/lib/debug/.build-id/fc/aae100db1dadfbb3d1e9ce71a6a08c849450ac.debug 120777 root:root ../../usr/sbin/phc_ctl.debug /usr/lib/debug/usr/sbin/hwstamp_ctl.debug 100644 root:root @@ -171,35 +171,35 @@ Provides: linuxptp-debuginfo = 3.1-alt1:sisyphus+266035.100.1.1 -File: /usr/lib/debug/.build-id/3b 40755 root:root 80 -File: /usr/lib/debug/.build-id/3b/37213c1627cad934cfce945e0471670f4bada0 120777 root:root 23 ../../../../sbin/ts2phc -File: /usr/lib/debug/.build-id/3b/37213c1627cad934cfce945e0471670f4bada0.debug 120777 root:root 27 ../../usr/sbin/ts2phc.debug -File: /usr/lib/debug/.build-id/4c 40755 root:root 80 -File: /usr/lib/debug/.build-id/4c/82bc08cce8cc03d40e6703532b9e22abb56998 120777 root:root 28 ../../../../sbin/hwstamp_ctl -File: /usr/lib/debug/.build-id/4c/82bc08cce8cc03d40e6703532b9e22abb56998.debug 120777 root:root 32 ../../usr/sbin/hwstamp_ctl.debug -File: /usr/lib/debug/.build-id/a1 40755 root:root 80 -File: /usr/lib/debug/.build-id/a1/e4f2f6656e28146d768c6d06778edf95a4f0dc 120777 root:root 20 ../../../../sbin/pmc -File: /usr/lib/debug/.build-id/a1/e4f2f6656e28146d768c6d06778edf95a4f0dc.debug 120777 root:root 24 ../../usr/sbin/pmc.debug -File: /usr/lib/debug/.build-id/c6 40755 root:root 80 -File: /usr/lib/debug/.build-id/c6/94e29ef2d04844711134fda5ff2034ce789aec 120777 root:root 24 ../../../../sbin/phc_ctl -File: /usr/lib/debug/.build-id/c6/94e29ef2d04844711134fda5ff2034ce789aec.debug 120777 root:root 28 ../../usr/sbin/phc_ctl.debug -File: /usr/lib/debug/.build-id/ca 40755 root:root 80 -File: /usr/lib/debug/.build-id/ca/04be539efb1502b26cef5f7e4705d8cb0ae4d6 120777 root:root 24 ../../../../sbin/phc2sys -File: /usr/lib/debug/.build-id/ca/04be539efb1502b26cef5f7e4705d8cb0ae4d6.debug 120777 root:root 28 ../../usr/sbin/phc2sys.debug -File: /usr/lib/debug/.build-id/d8 40755 root:root 80 -File: /usr/lib/debug/.build-id/d8/8744f2fc952f2ea452b5b0950993a9197e6f22 120777 root:root 27 ../../../../sbin/timemaster -File: /usr/lib/debug/.build-id/d8/8744f2fc952f2ea452b5b0950993a9197e6f22.debug 120777 root:root 31 ../../usr/sbin/timemaster.debug -File: /usr/lib/debug/.build-id/e3 40755 root:root 80 -File: /usr/lib/debug/.build-id/e3/6aa0ae24e3a969c8650ad7ed9ebd6b15921347 120777 root:root 20 ../../../../sbin/nsm -File: /usr/lib/debug/.build-id/e3/6aa0ae24e3a969c8650ad7ed9ebd6b15921347.debug 120777 root:root 24 ../../usr/sbin/nsm.debug -File: /usr/lib/debug/.build-id/eb 40755 root:root 80 -File: /usr/lib/debug/.build-id/eb/5baac2c7500342abd3c43e2e178050057dccff 120777 root:root 22 ../../../../sbin/ptp4l -File: /usr/lib/debug/.build-id/eb/5baac2c7500342abd3c43e2e178050057dccff.debug 120777 root:root 26 ../../usr/sbin/ptp4l.debug -File: /usr/lib/debug/usr/sbin/hwstamp_ctl.debug 100644 root:root 28512 a5b55c8ee58897e65702c7e60e8702dc -File: /usr/lib/debug/usr/sbin/nsm.debug 100644 root:root 419136 806c7e52ae74724b52dca912089bd2c8 -File: /usr/lib/debug/usr/sbin/phc2sys.debug 100644 root:root 513064 8c3377a48c5a820e901281e8eeb8b2f5 -File: /usr/lib/debug/usr/sbin/phc_ctl.debug 100644 root:root 162168 1d23eca24d9ede905fec5804c4466be8 -File: /usr/lib/debug/usr/sbin/pmc.debug 100644 root:root 406888 3cb5c47ab8cebf3ed28ca5b57d662640 -File: /usr/lib/debug/usr/sbin/ptp4l.debug 100644 root:root 863304 75e2e99e1bdfaaf5b3a1660ef9074926 -File: /usr/lib/debug/usr/sbin/timemaster.debug 100644 root:root 195608 493fd8173cdb753e633fad176e0e48b9 -File: /usr/lib/debug/usr/sbin/ts2phc.debug 100644 root:root 314616 7b4f3c38f85b496607fb2e186f1111ff -File: /usr/src/debug/linuxptp-3.1 40755 root:root 2660 +File: /usr/lib/debug/.build-id/3b 40755 root:root 0 +File: /usr/lib/debug/.build-id/3b/2d1cae50afa1b754c17f7c0c6a0c5736d62692 120777 root:root 28 ../../../../sbin/hwstamp_ctl +File: /usr/lib/debug/.build-id/3b/2d1cae50afa1b754c17f7c0c6a0c5736d62692.debug 120777 root:root 32 ../../usr/sbin/hwstamp_ctl.debug +File: /usr/lib/debug/.build-id/6e 40755 root:root 0 +File: /usr/lib/debug/.build-id/6e/d62037217c6fcd78f7a47f2e9ad26954c589aa 120777 root:root 23 ../../../../sbin/ts2phc +File: /usr/lib/debug/.build-id/6e/d62037217c6fcd78f7a47f2e9ad26954c589aa.debug 120777 root:root 27 ../../usr/sbin/ts2phc.debug +File: /usr/lib/debug/.build-id/7e 40755 root:root 0 +File: /usr/lib/debug/.build-id/7e/15f970fab1f297b84322bd61041b1e1f4be383 120777 root:root 27 ../../../../sbin/timemaster +File: /usr/lib/debug/.build-id/7e/15f970fab1f297b84322bd61041b1e1f4be383.debug 120777 root:root 31 ../../usr/sbin/timemaster.debug +File: /usr/lib/debug/.build-id/91 40755 root:root 0 +File: /usr/lib/debug/.build-id/91/92e96ed50c6241df1902c976c7adaf2e70af91 120777 root:root 22 ../../../../sbin/ptp4l +File: /usr/lib/debug/.build-id/91/92e96ed50c6241df1902c976c7adaf2e70af91.debug 120777 root:root 26 ../../usr/sbin/ptp4l.debug +File: /usr/lib/debug/.build-id/92 40755 root:root 0 +File: /usr/lib/debug/.build-id/92/6b09bc7f49b9eb453e96859de32abe7cbdf1d0 120777 root:root 24 ../../../../sbin/phc2sys +File: /usr/lib/debug/.build-id/92/6b09bc7f49b9eb453e96859de32abe7cbdf1d0.debug 120777 root:root 28 ../../usr/sbin/phc2sys.debug +File: /usr/lib/debug/.build-id/b2 40755 root:root 0 +File: /usr/lib/debug/.build-id/b2/5d2377c04137e9f28761e0d60bf6c320f6fa4d 120777 root:root 20 ../../../../sbin/nsm +File: /usr/lib/debug/.build-id/b2/5d2377c04137e9f28761e0d60bf6c320f6fa4d.debug 120777 root:root 24 ../../usr/sbin/nsm.debug +File: /usr/lib/debug/.build-id/d3 40755 root:root 0 +File: /usr/lib/debug/.build-id/d3/499534922248b18aea24904cebd024c261382d 120777 root:root 20 ../../../../sbin/pmc +File: /usr/lib/debug/.build-id/d3/499534922248b18aea24904cebd024c261382d.debug 120777 root:root 24 ../../usr/sbin/pmc.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root 0 +File: /usr/lib/debug/.build-id/fc/aae100db1dadfbb3d1e9ce71a6a08c849450ac 120777 root:root 24 ../../../../sbin/phc_ctl +File: /usr/lib/debug/.build-id/fc/aae100db1dadfbb3d1e9ce71a6a08c849450ac.debug 120777 root:root 28 ../../usr/sbin/phc_ctl.debug +File: /usr/lib/debug/usr/sbin/hwstamp_ctl.debug 100644 root:root 28560 6756fb6cae2510a4809806edd66058ff +File: /usr/lib/debug/usr/sbin/nsm.debug 100644 root:root 419088 ce54f6e8b0e6becf09ed02a142184cc1 +File: /usr/lib/debug/usr/sbin/phc2sys.debug 100644 root:root 513016 3843ed96df87c6c22b26b60afc9b5c61 +File: /usr/lib/debug/usr/sbin/phc_ctl.debug 100644 root:root 162200 2b62f3f8788c4c145ff8eab4b089ebf9 +File: /usr/lib/debug/usr/sbin/pmc.debug 100644 root:root 406856 f93123dd6dba949a14e268edeb682b20 +File: /usr/lib/debug/usr/sbin/ptp4l.debug 100644 root:root 863128 a431884bdd678c8e0b7122b7b8e50481 +File: /usr/lib/debug/usr/sbin/timemaster.debug 100644 root:root 195752 631ecad9c1572d352f751df7e1855537 +File: /usr/lib/debug/usr/sbin/ts2phc.debug 100644 root:root 314712 83903133c2a88fc813d539dde27cd79f +File: /usr/src/debug/linuxptp-3.1 40755 root:root 0 File: /usr/src/debug/linuxptp-3.1/address.h 100644 root:root 1260 9936a9179372a75324801b395ec5490b @@ -335,2 +335,2 @@ File: /usr/src/debug/linuxptp-3.1/version.h 100644 root:root 1248 2f06b9fcfe9b7fa716026d27334791c5 -RPMIdentity: 33a337db30d392671dafcc0fdfc8a734 +RPMIdentity: 0f827700a5c4c7ee7d892171214905cc