<86>Aug 23 01:30:41 userdel[594135]: delete user 'rooter'
<86>Aug 23 01:30:41 userdel[594135]: removed group 'rooter' owned by 'rooter'
<86>Aug 23 01:30:41 userdel[594135]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug 23 01:30:41 groupadd[594163]: group added to /etc/group: name=rooter, GID=1853
<86>Aug 23 01:30:41 groupadd[594163]: group added to /etc/gshadow: name=rooter
<86>Aug 23 01:30:41 groupadd[594163]: new group: name=rooter, GID=1853
<86>Aug 23 01:30:41 useradd[594185]: new user: name=rooter, UID=1853, GID=1853, home=/root, shell=/bin/bash, from=none
<86>Aug 23 01:30:41 userdel[594204]: delete user 'builder'
<86>Aug 23 01:30:41 userdel[594204]: removed group 'builder' owned by 'builder'
<86>Aug 23 01:30:41 userdel[594204]: removed shadow group 'builder' owned by 'builder'
<86>Aug 23 01:30:41 groupadd[594223]: group added to /etc/group: name=builder, GID=1854
<86>Aug 23 01:30:41 groupadd[594223]: group added to /etc/gshadow: name=builder
<86>Aug 23 01:30:41 groupadd[594223]: new group: name=builder, GID=1854
<86>Aug 23 01:30:41 useradd[594238]: new user: name=builder, UID=1854, GID=1854, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/linuxptp-3.1.1-alt1.nosrc.rpm (w1.gzdio)
Installing linuxptp-3.1.1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81504
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf linuxptp-3.1.1
+ echo 'Source #0 (linuxptp-3.1.1-alt1.tar):'
Source #0 (linuxptp-3.1.1-alt1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/linuxptp-3.1.1-alt1.tar
+ cd linuxptp-3.1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.81504
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd linuxptp-3.1.1
+ make 'EXTRA_CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
make: Entering directory '/usr/src/RPM/BUILD/linuxptp-3.1.1'
DEPEND bmc.c
DEPEND clock.c
DEPEND clockadj.c
DEPEND clockcheck.c
DEPEND config.c
DEPEND designated_fsm.c
DEPEND e2e_tc.c
DEPEND fault.c
DEPEND filter.c
DEPEND mave.c
DEPEND mmedian.c
DEPEND fsm.c
DEPEND hash.c
DEPEND interface.c
DEPEND monitor.c
DEPEND msg.c
DEPEND phc.c
DEPEND port.c
DEPEND port_signaling.c
DEPEND pqueue.c
DEPEND print.c
DEPEND ptp4l.c
DEPEND p2p_tc.c
DEPEND rtnl.c
DEPEND linreg.c
DEPEND ntpshm.c
DEPEND nullf.c
DEPEND pi.c
DEPEND servo.c
DEPEND sk.c
DEPEND stats.c
DEPEND tc.c
DEPEND raw.c
DEPEND transport.c
DEPEND udp.c
DEPEND udp6.c
DEPEND uds.c
DEPEND telecom.c
DEPEND tlv.c
DEPEND tsproc.c
DEPEND unicast_client.c
DEPEND unicast_fsm.c
DEPEND unicast_service.c
DEPEND util.c
DEPEND version.c
DEPEND hwstamp_ctl.c
DEPEND nsm.c
DEPEND phc2sys.c
DEPEND phc_ctl.c
DEPEND pmc.c
DEPEND pmc_common.c
DEPEND sysoff.c
DEPEND timemaster.c
DEPEND ts2phc.c
DEPEND lstab.c
DEPEND nmea.c
DEPEND serial.c
DEPEND sock.c
DEPEND ts2phc_generic_master.c
DEPEND ts2phc_master.c
DEPEND ts2phc_phc_master.c
DEPEND ts2phc_nmea_master.c
DEPEND ts2phc_slave.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ptp4l.o ptp4l.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o bmc.o bmc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o clock.o clock.c
clock.c: In function 'clock_management_fill_response':
clock.c:450:62: 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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o clockadj.o clockadj.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o clockcheck.o clockcheck.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o config.o config.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o designated_fsm.o designated_fsm.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o e2e_tc.o e2e_tc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o fault.o fault.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o filter.o filter.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o mave.o mave.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o mmedian.o mmedian.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o fsm.o fsm.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o hash.o hash.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o interface.o interface.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o monitor.o monitor.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o msg.o msg.c
msg.c: In function 'msg_allocate':
msg.c:271:29: warning: taking address of packed member of 'struct message_storage' may result in an unaligned pointer value [-Waddress-of-packed-member]
  271 |                         m = &s->msg;
      |                             ^~~~~~~
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o phc.o phc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o port.o port.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o port_signaling.o port_signaling.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o pqueue.o pqueue.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o print.o print.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o p2p_tc.o p2p_tc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o rtnl.o rtnl.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o linreg.o linreg.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ntpshm.o ntpshm.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o nullf.o nullf.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o pi.o pi.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o servo.o servo.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o sk.o sk.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o stats.o stats.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o tc.o tc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o raw.o raw.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o transport.o transport.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o udp.o udp.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o udp6.o udp6.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o uds.o uds.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o telecom.o telecom.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o tlv.o tlv.c
tlv.c: In function 'mgt_post_recv':
tlv.c:161:30: 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:24: 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:30: 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:32: 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:32: 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:32: 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:30: 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:30: 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:30: 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:30: 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:38: 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:38: 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:38: 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:38: 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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o tsproc.o tsproc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o unicast_client.o unicast_client.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o unicast_fsm.o unicast_fsm.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o unicast_service.o unicast_service.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o util.o util.c
util.c: In function 'portaddr2str':
util.c:177:25: 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:29: 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:29: 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:45: 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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o phc2sys.o phc2sys.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o pmc_common.o pmc_common.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o pmc.o pmc.c
pmc.c: In function 'pmc_show':
pmc.c:204:41: 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:33: 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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ts2phc.o ts2phc.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o lstab.o lstab.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o nmea.o nmea.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o serial.o serial.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o sock.o sock.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ts2phc_generic_master.o ts2phc_generic_master.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ts2phc_master.o ts2phc_master.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ts2phc_phc_master.o ts2phc_phc_master.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -c -o ts2phc_nmea_master.o ts2phc_nmea_master.c
gcc -Wall -DVER=3.1.1  -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto   -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.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.30371
+ 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.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.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.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 <cmdline>: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.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92642
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd linuxptp-3.1.1
+ DOCDIR=/usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1.1
+ /bin/mkdir -p /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1.1
+ cp -prL COPYING README.org configs /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1.1
+ chmod -R go-w /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1.1
+ chmod -R a+rX /usr/src/tmp/linuxptp-buildroot/usr/share/doc/linuxptp-3.1.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.avgrHg
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.46U15z
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.1m7w8t
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.i1Xkoz
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.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.8)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(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.tpdD4X
Creating linuxptp-debuginfo package
Processing files: linuxptp-debuginfo-3.1.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ym1sP0
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dPYSix
find-requires: running scripts (debuginfo)
Requires: linuxptp = 3.1.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libm.so.6)
Adding to linuxptp-debuginfo a strict dependency on linuxptp
Wrote: /usr/src/RPM/RPMS/x86_64/linuxptp-3.1.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/linuxptp-debuginfo-3.1.1-alt1.x86_64.rpm (w2.lzdio)
10.11user 5.74system 0:17.89elapsed 88%CPU (0avgtext+0avgdata 68380maxresident)k
0inputs+0outputs (0major+1217222minor)pagefaults 0swaps
0.63user 0.92system 0:21.31elapsed 7%CPU (0avgtext+0avgdata 12228maxresident)k
0inputs+0outputs (0major+96263minor)pagefaults 0swaps
--- linuxptp-3.1.1-alt1.x86_64.rpm.repo	2021-08-11 10:44:17.000000000 +0000
+++ linuxptp-3.1.1-alt1.x86_64.rpm.hasher	2023-08-23 01:31:00.388239870 +0000
@@ -47,4 +47,6 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.33)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
+Requires: libc.so.6(GLIBC_2.38)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libc.so.6(GLIBC_2.7)(64bit)  
 Requires: libc.so.6(GLIBC_2.8)(64bit)  
@@ -52,3 +54,2 @@
 Requires: libm.so.6(GLIBC_2.29)(64bit)  
-Requires: libpthread.so.0(GLIBC_2.2.5)(64bit)  
 Requires: rtld(GNU_HASH)  
@@ -63,10 +64,10 @@
 File: /lib/systemd/system/ptp4l.service	100644	root:root	dc549658a5659b1d683e872b107016a5	
-File: /usr/sbin/hwstamp_ctl	100755	root:root	cd3f43d91e53179e79b00758942b46d3	
-File: /usr/sbin/nsm	100755	root:root	cfc4103859a4bb14fe1289081bca1af9	
-File: /usr/sbin/phc2sys	100755	root:root	93132d21386b2bf9a4757d1b6c01252a	
-File: /usr/sbin/phc_ctl	100755	root:root	ee743eb738b4b6298b11b9188c9a4c5d	
-File: /usr/sbin/pmc	100755	root:root	7b9dc622a3c32104f11e7c1f18395504	
-File: /usr/sbin/ptp4l	100755	root:root	58cfcc7a91f8c7f2598c87b9a194d94f	
-File: /usr/sbin/timemaster	100755	root:root	bc9355b47e758175d33f8e30d9853538	
-File: /usr/sbin/ts2phc	100755	root:root	1ceae2b13fef11ac4b13541a1ecdc3f1	
+File: /usr/sbin/hwstamp_ctl	100755	root:root	51138d310f335ccc230a6d094067a6fd	
+File: /usr/sbin/nsm	100755	root:root	5541c3a3fc5e033701f41ae276ec58f1	
+File: /usr/sbin/phc2sys	100755	root:root	0108120c52a9d384e889fe1dfcc9e449	
+File: /usr/sbin/phc_ctl	100755	root:root	ffe383dd19776fcea91de1a72bf74bb5	
+File: /usr/sbin/pmc	100755	root:root	68a8c3fd2ff2b98a35832ace98a085da	
+File: /usr/sbin/ptp4l	100755	root:root	0f1587acc036a36a3cd65d8c8144669e	
+File: /usr/sbin/timemaster	100755	root:root	61a68f420f7ddac2cf60412f6c445b62	
+File: /usr/sbin/ts2phc	100755	root:root	b775b3eeaf62c295a413fc803f9855fa	
 File: /usr/share/doc/linuxptp-3.1.1	40755	root:root		
@@ -97,2 +98,2 @@
 File: /usr/share/man/man8/ts2phc.8.xz	100644	root:root	9713a8cc99a98c312ec1ee264a0280ed	
-RPMIdentity: d5b9c86dee84faddef9dca2d2da811e58522b0c30370cafcb6d883f650c0c15e1a91df75ec3b57b133b893cf7eb7c31cbafb743dfe6f990743a7c7a018996926
+RPMIdentity: 44fb0d878e21cc68fec425bc48a49d39dbc549ad98805cbd77e542a98424f47607edfc4a6c5d3f9130dbbd97a18cfb73f07af97d994ee4a521ec21572d69088e
--- linuxptp-debuginfo-3.1.1-alt1.x86_64.rpm.repo	2021-08-11 10:44:17.000000000 +0000
+++ linuxptp-debuginfo-3.1.1-alt1.x86_64.rpm.hasher	2023-08-23 01:31:00.484241176 +0000
@@ -1,24 +1,25 @@
-/usr/lib/debug/.build-id/41	40755	root:root	
-/usr/lib/debug/.build-id/41/86ba8087bdc30beea5eafa1952e317ef5809dd	120777	root:root	../../../../sbin/phc_ctl
-/usr/lib/debug/.build-id/41/86ba8087bdc30beea5eafa1952e317ef5809dd.debug	120777	root:root	../../usr/sbin/phc_ctl.debug
-/usr/lib/debug/.build-id/49	40755	root:root	
-/usr/lib/debug/.build-id/49/7b3e99f79314fd2cf12f3f98b86b9ea0ac9aee	120777	root:root	../../../../sbin/phc2sys
-/usr/lib/debug/.build-id/49/7b3e99f79314fd2cf12f3f98b86b9ea0ac9aee.debug	120777	root:root	../../usr/sbin/phc2sys.debug
-/usr/lib/debug/.build-id/96	40755	root:root	
-/usr/lib/debug/.build-id/96/5a321dd6d687ebde4ec9897a3b41db11826382	120777	root:root	../../../../sbin/hwstamp_ctl
-/usr/lib/debug/.build-id/96/5a321dd6d687ebde4ec9897a3b41db11826382.debug	120777	root:root	../../usr/sbin/hwstamp_ctl.debug
-/usr/lib/debug/.build-id/9d	40755	root:root	
-/usr/lib/debug/.build-id/9d/fa8599ca07c72aa9cf4e8b1d4e8f28911e4451	120777	root:root	../../../../sbin/ts2phc
-/usr/lib/debug/.build-id/9d/fa8599ca07c72aa9cf4e8b1d4e8f28911e4451.debug	120777	root:root	../../usr/sbin/ts2phc.debug
-/usr/lib/debug/.build-id/9e	40755	root:root	
-/usr/lib/debug/.build-id/9e/4865c4ae89f9827e37e22b6521f14bd0b1e615	120777	root:root	../../../../sbin/pmc
-/usr/lib/debug/.build-id/9e/4865c4ae89f9827e37e22b6521f14bd0b1e615.debug	120777	root:root	../../usr/sbin/pmc.debug
-/usr/lib/debug/.build-id/b1	40755	root:root	
-/usr/lib/debug/.build-id/b1/d9888469bdbe1b42d61cd43d7b4cec0501d22d	120777	root:root	../../../../sbin/timemaster
-/usr/lib/debug/.build-id/b1/d9888469bdbe1b42d61cd43d7b4cec0501d22d.debug	120777	root:root	../../usr/sbin/timemaster.debug
-/usr/lib/debug/.build-id/fd	40755	root:root	
-/usr/lib/debug/.build-id/fd/32940d8d56e3adbf4bd241473912ec46915236	120777	root:root	../../../../sbin/nsm
-/usr/lib/debug/.build-id/fd/32940d8d56e3adbf4bd241473912ec46915236.debug	120777	root:root	../../usr/sbin/nsm.debug
-/usr/lib/debug/.build-id/fd/c959f06026f07c6ba5b5de5cabcc396e2c36f4	120777	root:root	../../../../sbin/ptp4l
-/usr/lib/debug/.build-id/fd/c959f06026f07c6ba5b5de5cabcc396e2c36f4.debug	120777	root:root	../../usr/sbin/ptp4l.debug
+/usr/lib/debug/.build-id/1b	40755	root:root	
+/usr/lib/debug/.build-id/1b/44d9fc2303e582b33412a13829bd28484c3acf	120777	root:root	../../../../sbin/nsm
+/usr/lib/debug/.build-id/1b/44d9fc2303e582b33412a13829bd28484c3acf.debug	120777	root:root	../../usr/sbin/nsm.debug
+/usr/lib/debug/.build-id/30	40755	root:root	
+/usr/lib/debug/.build-id/30/909051d804879c09a930e21200485e98c9f342	120777	root:root	../../../../sbin/hwstamp_ctl
+/usr/lib/debug/.build-id/30/909051d804879c09a930e21200485e98c9f342.debug	120777	root:root	../../usr/sbin/hwstamp_ctl.debug
+/usr/lib/debug/.build-id/6d	40755	root:root	
+/usr/lib/debug/.build-id/6d/43d97c6004fbc28673f4705baaf3f9d0eea8c0	120777	root:root	../../../../sbin/timemaster
+/usr/lib/debug/.build-id/6d/43d97c6004fbc28673f4705baaf3f9d0eea8c0.debug	120777	root:root	../../usr/sbin/timemaster.debug
+/usr/lib/debug/.build-id/78	40755	root:root	
+/usr/lib/debug/.build-id/78/53dc5b6bfc7aebfb3a6de3fa83719a57cc24c9	120777	root:root	../../../../sbin/pmc
+/usr/lib/debug/.build-id/78/53dc5b6bfc7aebfb3a6de3fa83719a57cc24c9.debug	120777	root:root	../../usr/sbin/pmc.debug
+/usr/lib/debug/.build-id/ac	40755	root:root	
+/usr/lib/debug/.build-id/ac/90fbdb6ed1888fa240849a43b20c9a09ec4a0a	120777	root:root	../../../../sbin/ptp4l
+/usr/lib/debug/.build-id/ac/90fbdb6ed1888fa240849a43b20c9a09ec4a0a.debug	120777	root:root	../../usr/sbin/ptp4l.debug
+/usr/lib/debug/.build-id/cf	40755	root:root	
+/usr/lib/debug/.build-id/cf/cfe4f8526925c6d50926df554733b698e93218	120777	root:root	../../../../sbin/phc_ctl
+/usr/lib/debug/.build-id/cf/cfe4f8526925c6d50926df554733b698e93218.debug	120777	root:root	../../usr/sbin/phc_ctl.debug
+/usr/lib/debug/.build-id/d5	40755	root:root	
+/usr/lib/debug/.build-id/d5/19d229808cf918a0d9a292ff28c26b09897e97	120777	root:root	../../../../sbin/phc2sys
+/usr/lib/debug/.build-id/d5/19d229808cf918a0d9a292ff28c26b09897e97.debug	120777	root:root	../../usr/sbin/phc2sys.debug
+/usr/lib/debug/.build-id/e0	40755	root:root	
+/usr/lib/debug/.build-id/e0/a4bd8dc05081d7086090563c70c772ccc1e075	120777	root:root	../../../../sbin/ts2phc
+/usr/lib/debug/.build-id/e0/a4bd8dc05081d7086090563c70c772ccc1e075.debug	120777	root:root	../../usr/sbin/ts2phc.debug
 /usr/lib/debug/usr/sbin/hwstamp_ctl.debug	100644	root:root	
@@ -46,2 +47,3 @@
 /usr/src/debug/linuxptp-3.1.1/designated_fsm.c	100644	root:root	
+/usr/src/debug/linuxptp-3.1.1/designated_fsm.h	100644	root:root	
 /usr/src/debug/linuxptp-3.1.1/dm.h	100644	root:root	
@@ -166,3 +168,2 @@
 Requires: debug64(libm.so.6)  
-Requires: debug64(libpthread.so.0)  
 Requires: linuxptp = 3.1.1-alt1:sisyphus+282416.100.1.1
@@ -170,33 +171,34 @@
 Provides: linuxptp-debuginfo = 3.1.1-alt1:sisyphus+282416.100.1.1
-File: /usr/lib/debug/.build-id/41	40755	root:root		
-File: /usr/lib/debug/.build-id/41/86ba8087bdc30beea5eafa1952e317ef5809dd	120777	root:root		../../../../sbin/phc_ctl
-File: /usr/lib/debug/.build-id/41/86ba8087bdc30beea5eafa1952e317ef5809dd.debug	120777	root:root		../../usr/sbin/phc_ctl.debug
-File: /usr/lib/debug/.build-id/49	40755	root:root		
-File: /usr/lib/debug/.build-id/49/7b3e99f79314fd2cf12f3f98b86b9ea0ac9aee	120777	root:root		../../../../sbin/phc2sys
-File: /usr/lib/debug/.build-id/49/7b3e99f79314fd2cf12f3f98b86b9ea0ac9aee.debug	120777	root:root		../../usr/sbin/phc2sys.debug
-File: /usr/lib/debug/.build-id/96	40755	root:root		
-File: /usr/lib/debug/.build-id/96/5a321dd6d687ebde4ec9897a3b41db11826382	120777	root:root		../../../../sbin/hwstamp_ctl
-File: /usr/lib/debug/.build-id/96/5a321dd6d687ebde4ec9897a3b41db11826382.debug	120777	root:root		../../usr/sbin/hwstamp_ctl.debug
-File: /usr/lib/debug/.build-id/9d	40755	root:root		
-File: /usr/lib/debug/.build-id/9d/fa8599ca07c72aa9cf4e8b1d4e8f28911e4451	120777	root:root		../../../../sbin/ts2phc
-File: /usr/lib/debug/.build-id/9d/fa8599ca07c72aa9cf4e8b1d4e8f28911e4451.debug	120777	root:root		../../usr/sbin/ts2phc.debug
-File: /usr/lib/debug/.build-id/9e	40755	root:root		
-File: /usr/lib/debug/.build-id/9e/4865c4ae89f9827e37e22b6521f14bd0b1e615	120777	root:root		../../../../sbin/pmc
-File: /usr/lib/debug/.build-id/9e/4865c4ae89f9827e37e22b6521f14bd0b1e615.debug	120777	root:root		../../usr/sbin/pmc.debug
-File: /usr/lib/debug/.build-id/b1	40755	root:root		
-File: /usr/lib/debug/.build-id/b1/d9888469bdbe1b42d61cd43d7b4cec0501d22d	120777	root:root		../../../../sbin/timemaster
-File: /usr/lib/debug/.build-id/b1/d9888469bdbe1b42d61cd43d7b4cec0501d22d.debug	120777	root:root		../../usr/sbin/timemaster.debug
-File: /usr/lib/debug/.build-id/fd	40755	root:root		
-File: /usr/lib/debug/.build-id/fd/32940d8d56e3adbf4bd241473912ec46915236	120777	root:root		../../../../sbin/nsm
-File: /usr/lib/debug/.build-id/fd/32940d8d56e3adbf4bd241473912ec46915236.debug	120777	root:root		../../usr/sbin/nsm.debug
-File: /usr/lib/debug/.build-id/fd/c959f06026f07c6ba5b5de5cabcc396e2c36f4	120777	root:root		../../../../sbin/ptp4l
-File: /usr/lib/debug/.build-id/fd/c959f06026f07c6ba5b5de5cabcc396e2c36f4.debug	120777	root:root		../../usr/sbin/ptp4l.debug
-File: /usr/lib/debug/usr/sbin/hwstamp_ctl.debug	100644	root:root	033d8e87774e1325098d7d47c59a8825	
-File: /usr/lib/debug/usr/sbin/nsm.debug	100644	root:root	22e3878df973e7001b52b0f40d51f0e3	
-File: /usr/lib/debug/usr/sbin/phc2sys.debug	100644	root:root	750a2bea23d29d64466e0c1053d9b902	
-File: /usr/lib/debug/usr/sbin/phc_ctl.debug	100644	root:root	920358e4f2266deff9818d71afa7fe53	
-File: /usr/lib/debug/usr/sbin/pmc.debug	100644	root:root	6216ee34270bb9a1891ffa5e0381a27a	
-File: /usr/lib/debug/usr/sbin/ptp4l.debug	100644	root:root	8d42237805040ec9a1460915981fb36e	
-File: /usr/lib/debug/usr/sbin/timemaster.debug	100644	root:root	91f8072dbf79c2ee696f5934cd45a34a	
-File: /usr/lib/debug/usr/sbin/ts2phc.debug	100644	root:root	7b6e0c193cd1a5b2786340cd15da567b	
+File: /usr/lib/debug/.build-id/1b	40755	root:root		
+File: /usr/lib/debug/.build-id/1b/44d9fc2303e582b33412a13829bd28484c3acf	120777	root:root		../../../../sbin/nsm
+File: /usr/lib/debug/.build-id/1b/44d9fc2303e582b33412a13829bd28484c3acf.debug	120777	root:root		../../usr/sbin/nsm.debug
+File: /usr/lib/debug/.build-id/30	40755	root:root		
+File: /usr/lib/debug/.build-id/30/909051d804879c09a930e21200485e98c9f342	120777	root:root		../../../../sbin/hwstamp_ctl
+File: /usr/lib/debug/.build-id/30/909051d804879c09a930e21200485e98c9f342.debug	120777	root:root		../../usr/sbin/hwstamp_ctl.debug
+File: /usr/lib/debug/.build-id/6d	40755	root:root		
+File: /usr/lib/debug/.build-id/6d/43d97c6004fbc28673f4705baaf3f9d0eea8c0	120777	root:root		../../../../sbin/timemaster
+File: /usr/lib/debug/.build-id/6d/43d97c6004fbc28673f4705baaf3f9d0eea8c0.debug	120777	root:root		../../usr/sbin/timemaster.debug
+File: /usr/lib/debug/.build-id/78	40755	root:root		
+File: /usr/lib/debug/.build-id/78/53dc5b6bfc7aebfb3a6de3fa83719a57cc24c9	120777	root:root		../../../../sbin/pmc
+File: /usr/lib/debug/.build-id/78/53dc5b6bfc7aebfb3a6de3fa83719a57cc24c9.debug	120777	root:root		../../usr/sbin/pmc.debug
+File: /usr/lib/debug/.build-id/ac	40755	root:root		
+File: /usr/lib/debug/.build-id/ac/90fbdb6ed1888fa240849a43b20c9a09ec4a0a	120777	root:root		../../../../sbin/ptp4l
+File: /usr/lib/debug/.build-id/ac/90fbdb6ed1888fa240849a43b20c9a09ec4a0a.debug	120777	root:root		../../usr/sbin/ptp4l.debug
+File: /usr/lib/debug/.build-id/cf	40755	root:root		
+File: /usr/lib/debug/.build-id/cf/cfe4f8526925c6d50926df554733b698e93218	120777	root:root		../../../../sbin/phc_ctl
+File: /usr/lib/debug/.build-id/cf/cfe4f8526925c6d50926df554733b698e93218.debug	120777	root:root		../../usr/sbin/phc_ctl.debug
+File: /usr/lib/debug/.build-id/d5	40755	root:root		
+File: /usr/lib/debug/.build-id/d5/19d229808cf918a0d9a292ff28c26b09897e97	120777	root:root		../../../../sbin/phc2sys
+File: /usr/lib/debug/.build-id/d5/19d229808cf918a0d9a292ff28c26b09897e97.debug	120777	root:root		../../usr/sbin/phc2sys.debug
+File: /usr/lib/debug/.build-id/e0	40755	root:root		
+File: /usr/lib/debug/.build-id/e0/a4bd8dc05081d7086090563c70c772ccc1e075	120777	root:root		../../../../sbin/ts2phc
+File: /usr/lib/debug/.build-id/e0/a4bd8dc05081d7086090563c70c772ccc1e075.debug	120777	root:root		../../usr/sbin/ts2phc.debug
+File: /usr/lib/debug/usr/sbin/hwstamp_ctl.debug	100644	root:root	8ebf11a7df809fca87f683d0a3f72c9d	
+File: /usr/lib/debug/usr/sbin/nsm.debug	100644	root:root	63bede2074bcb32765b5942acb298c15	
+File: /usr/lib/debug/usr/sbin/phc2sys.debug	100644	root:root	89fd4ed3ca9d3cd9138633fc8205b85d	
+File: /usr/lib/debug/usr/sbin/phc_ctl.debug	100644	root:root	9c2775adf9b09338a3abd8513a237814	
+File: /usr/lib/debug/usr/sbin/pmc.debug	100644	root:root	2e93aec493faf2c689155695519741b8	
+File: /usr/lib/debug/usr/sbin/ptp4l.debug	100644	root:root	a646940ba8c81dc0bcbc35a03a2f7c7a	
+File: /usr/lib/debug/usr/sbin/timemaster.debug	100644	root:root	5a09f54a01a2f625588b9d00c1c8c4ff	
+File: /usr/lib/debug/usr/sbin/ts2phc.debug	100644	root:root	dee977ce6412ac05e35667342c5f8da9	
 File: /usr/src/debug/linuxptp-3.1.1	40755	root:root		
@@ -216,2 +218,3 @@
 File: /usr/src/debug/linuxptp-3.1.1/designated_fsm.c	100644	root:root	c44ffd17b0acd9b42ce7c628ab83525c	
+File: /usr/src/debug/linuxptp-3.1.1/designated_fsm.h	100644	root:root	28fc68db96df1b3c3e66c12d6a4723d0	
 File: /usr/src/debug/linuxptp-3.1.1/dm.h	100644	root:root	7111943d814f7d0cead1ae280563615a	
@@ -333,2 +336,2 @@
 File: /usr/src/debug/linuxptp-3.1.1/version.h	100644	root:root	2f06b9fcfe9b7fa716026d27334791c5	
-RPMIdentity: a332ce6d5fb24c40f3001bc23a099267897c5dd60eaa77c8642629c8a396111b21710647997ec4a9506b7dd83af7e481f55764ebae80350d323e8ba76f360e30
+RPMIdentity: 59e9835d5e1a967354080ffeaf6cf9ce1f2811025236d93547316ddb4e7a9474c4e5e5b720b0315be01a2bfee2fc2450102fa53e94dbdbbef96faaca82c09d6c