Bug 1779134 - [RFE] Need EPEL8 Branch for ndisc6-1.0.3-9 package
Summary: [RFE] Need EPEL8 Branch for ndisc6-1.0.3-9 package
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: ndisc6
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dominik 'Rathann' Mierzejewski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-12-03 11:41 UTC by Harald Jensås
Modified: 2023-11-29 02:03 UTC (History)
8 users (show)

Fixed In Version: ndisc6-1.0.7-3.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-29 02:03:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Harald Jensås 2019-12-03 11:41:14 UTC
The ndisc6 package is not available in EPEL8.

Please create a epel8 branch for this package, so that we can get this package available for CentOS8/RHEL8.

Comment 1 Harald Jensås 2019-12-03 23:28:17 UTC
I tested building and installing the package, no issues.


[rpmbuild@centos8 rpmbuild]$ cat /etc/redhat-release 
CentOS Linux release 8.0.1905 (Core) 
[rpmbuild@centos8 rpmbuild]$ git clone https://src.fedoraproject.org/rpms/ndisc6.git
[rpmbuild@centos8 rpmbuild]$ cd ndisc6/
[rpmbuild@centos8 rpmbuild]$ cp ndisc6.spec ../rpmbuild/SPECS/
[rpmbuild@centos8 rpmbuild]$ cp ndisc6-fix-dnssort.patch ../rpmbuild/SOURCES/
[rpmbuild@centos8 rpmbuild]$ cd rpmbuild/SOURCES/
[rpmbuild@centos8 rpmbuild]$ curl -O https://www.remlab.net/files/ndisc6/ndisc6-1.0.3.tar.bz2
[rpmbuild@centos8 rpmbuild]$ cd ~/rpmbuild/
[rpmbuild@centos8 rpmbuild]$ sudo yum install make gcc perl-generators
[rpmbuild@centos8 rpmbuild]$ rpmbuild -ba SPECS/ndisc6.spec

Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SZs0r8
+ umask 022
+ cd /home/rpmbuild/rpmbuild/BUILD
+ cd /home/rpmbuild/rpmbuild/BUILD
+ rm -rf ndisc6-1.0.3
+ /usr/bin/bzip2 -dc /home/rpmbuild/rpmbuild/SOURCES/ndisc6-1.0.3.tar.bz2
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ndisc6-1.0.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (ndisc6-fix-dnssort.patch):'
Patch #0 (ndisc6-fix-dnssort.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file src/dnssort.in
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Rf8ATh
+ umask 022
+ cd /home/rpmbuild/rpmbuild/BUILD
+ cd ndisc6-1.0.3
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./admin/config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./admin/config.sub
++ basename ./admin/config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./admin/config.sub
'/usr/lib/rpm/redhat/config.sub' -> './admin/config.sub'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./admin/config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./admin/config.guess
++ basename ./admin/config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./admin/config.guess
'/usr/lib/rpm/redhat/config.guess' -> './admin/config.guess'
+ '[' 1 = 1 ']'
+ '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']'
++ find . -name ltmain.sh
+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-suid-install
configure: checking system...
checking for build hostname... centos8.lab.example.com
configure: checking required programs...
checking for x86_64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for x86_64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for perl... /usr/bin/perl
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc... none
checking whether make supports nested variables... (cached) yes
configure: checking required libraries...
checking for clock_gettime in -lrt... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: checking header files...
checking whether to enable assertions... yes
configure: checking library functions...
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for library containing getopt_long... none required
checking for clock_nanosleep... yes
checking for fdatasync... yes
checking for inet6_rth_add... yes
checking for ppoll... yes
checking for library containing socket... none required
checking for library containing inet_ntop... none required
configure: checking optional features...
checking if installed programs should be setuid... no
configure: writing results...
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating doc/Makefile
config.status: creating compat/Makefile
config.status: creating src/Makefile
config.status: creating rdnssd/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
+ /usr/bin/make -O -j2
/usr/bin/make  all-recursive
Making all in po
make[2]: Nothing to be done for 'all'.
Making all in doc
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
  SED    rdnssd.8
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
Making all in compat
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
  CC       dummy.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
  AR       libcompat.a
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
Making all in src
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       addrinfo.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       tcpspray.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       tcptraceroute6-tcptraceroute.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       ndisc.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       rdisc6-ndisc.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       trace-tcp.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from trace-tcp.c:27:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       trace-udp.o
In file included from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/string.h:26,
                 from trace-udp.c:27:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       trace-icmp.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  ALIAS  tcpspray6
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  SED    dnssort
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  ALIAS  addr2name
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  ALIAS  tracert6
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CCLD     tcpspray
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CCLD     name2addr
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CCLD     tcptraceroute6
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CCLD     ndisc6
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CCLD     rdisc6
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CC       traceroute.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
  CCLD     rltraceroute6
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
Making all in rdnssd
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
  CC       icmp.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
  CC       netlink.o
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
  SED    merge-hook
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
  CC       rdnssd.o
rdnssd.c: In function 'parse_dnssl':
rdnssd.c:300:9: warning: unused variable 'last_dom_len' [-Wunused-variable]
  size_t last_dom_len = 0;
         ^~~~~~~~~~~~
rdnssd.c: In function 'main':
rdnssd.c:871:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write (pipefd, &val, sizeof (val));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdnssd.c:873:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
   freopen ("/dev/null", "r", stdin);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdnssd.c:874:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
   freopen ("/dev/null", "w", stdout);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdnssd.c:875:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result]
   freopen ("/dev/null", "w", stderr);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rdnssd.c: In function 'worker':
rdnssd.c:506:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    write (pipe, &buf, sizeof(buf));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
  CCLD     rdnssd
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dqSbfE
+ umask 022
+ cd /home/rpmbuild/rpmbuild/BUILD
+ '[' /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64 '!=' / ']'
+ rm -rf /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64
++ dirname /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64
+ mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT
+ mkdir /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64
+ cd ndisc6-1.0.3
+ /usr/bin/make install DESTDIR=/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64 'INSTALL=/usr/bin/install -p'
Making install in po
make[1]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/po'
installing cs.gmo as /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/locale/cs/LC_MESSAGES/ndisc6.mo
installing de.gmo as /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/locale/de/LC_MESSAGES/ndisc6.mo
installing en.gmo as /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/locale/en/LC_MESSAGES/ndisc6.mo
installing en_GB.gmo as /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/locale/en_GB/LC_MESSAGES/ndisc6.mo
installing fr.gmo as /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/locale/fr/LC_MESSAGES/ndisc6.mo
if test "ndisc6" = "gettext-tools"; then \
  /usr/bin/mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/gettext/po; \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en en insert-header.sin Rules-quot   Makevars.template; do \
    /usr/bin/install -p -m 644 ./$file \
		    /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/po'
Making install in doc
make[1]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man1'
 /usr/bin/install -p -m 644 addr2name.1 dnssort.1 tcpspray.1 '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man8'
 /usr/bin/install -p -m 644 ndisc6.8 rdisc6.8 rltraceroute6.8 rdnssd.8 '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man8'
/usr/bin/make  install-data-hook
make[3]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
inst=`echo rltraceroute6 | sed 's&^&&'`; \
cd "/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man8" && \
for a in tcptraceroute6 tracert6; do \
	ln -sf -- "${inst}.8" "$a.8" ; \
done
inst=`echo tcpspray | sed 's&^&&'`; \
cd "/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man1" && \
ln -sf -- "${inst}.1" "tcpspray6.1"
inst=`echo addr2name | sed 's&^&&'`; \
cd "/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/man/man1" && \
ln -sf -- "${inst}.1" "name2addr.1"
make[3]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
make[1]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/doc'
Making install in compat
make[1]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
make[1]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/compat'
Making install in src
make[1]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/bin'
  /usr/bin/install -p tcpspray name2addr '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/bin'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/bin'
 /usr/bin/install -p tcpspray6 dnssort addr2name '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/bin'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
  /usr/bin/install -p tcptraceroute6 '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
 /usr/bin/install -p tracert6 '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
  /usr/bin/install -p ndisc6 rdisc6 rltraceroute6 '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
/usr/bin/make  install-exec-hook
make[3]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[3]: Nothing to be done for 'install-exec-hook'.
make[3]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
make[1]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/src'
Making install in rdnssd
make[1]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
  /usr/bin/install -p rdnssd '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin'
 /usr/bin/mkdir -p '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/etc/rdnssd'
 /usr/bin/install -p merge-hook '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/etc/rdnssd'
/usr/bin/make  install-data-hook
make[3]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
/bin/sh /home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/admin/install-sh -d -- /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/var/run/rdnssd
chown -- nobody /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/var/run/rdnssd
chown: changing ownership of '/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/var/run/rdnssd': Operation not permitted
make[3]: [Makefile:698: install-data-hook] Error 1 (ignored)
make[3]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[1]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3/rdnssd'
make[1]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3'
make[2]: Entering directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3'
make[1]: Leaving directory '/home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3'
+ /usr/lib/rpm/find-lang.sh /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64 ndisc6
+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.0.3-9.el8 --unique-debug-suffix -1.0.3-9.el8.x86_64 --unique-debug-src-base ndisc6-1.0.3-9.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/rpmbuild/rpmbuild/BUILD/ndisc6-1.0.3
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/bin/tcpspray
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/bin/name2addr
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin/tcptraceroute6
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin/ndisc6
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin/rdisc6
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin/rltraceroute6
extracting debug info from /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/sbin/rdnssd
/usr/lib/rpm/sepdebugcrcfix: Updated 7 CRC32s, 0 CRC32s did match.
238 blocks
+ '[' '%{buildarch}' = noarch ']'
+ QA_CHECK_RPATHS=1
+ case "${QA_CHECK_RPATHS:-}" in
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile 1
+ /usr/lib/rpm/brp-python-hardlink
+ PYTHON3=/usr/libexec/platform-python
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: ndisc6-1.0.3-9.el8.x86_64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pOpOQ5
+ umask 022
+ cd /home/rpmbuild/rpmbuild/BUILD
+ cd ndisc6-1.0.3
+ DOCDIR=/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/doc/ndisc6
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/doc/ndisc6
+ cp -pr README /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/doc/ndisc6
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JftTux
+ umask 022
+ cd /home/rpmbuild/rpmbuild/BUILD
+ cd ndisc6-1.0.3
+ LICENSEDIR=/home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/licenses/ndisc6
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/licenses/ndisc6
+ cp -pr COPYING /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64/usr/share/licenses/ndisc6
+ exit 0
Provides: ndisc6 = 1.0.3-9.el8 ndisc6(x86-64) = 1.0.3-9.el8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /bin/sh /usr/bin/perl libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.5)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) perl(Getopt::Std) perl(strict) rtld(GNU_HASH)
Processing files: ndisc6-debugsource-1.0.3-9.el8.x86_64
Provides: ndisc6-debugsource = 1.0.3-9.el8 ndisc6-debugsource(x86-64) = 1.0.3-9.el8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: ndisc6-debuginfo-1.0.3-9.el8.x86_64
Provides: debuginfo(build-id) = 10351e4526d2e32fb8c9bd9f1fb2b71038e8e94e debuginfo(build-id) = 1830a50846caa84b3d2008672e51c6e4598cc6a0 debuginfo(build-id) = 2682e2d2454f5a94e3fd39879eefc2df64c57e84 debuginfo(build-id) = 2d20e38d5aac3994356109c570dd201eb4bd258c debuginfo(build-id) = 33c325813dd3a0e5bd56bc63f24e219e026e806e debuginfo(build-id) = 5bd15dac4b610cf9fdd45f6b700f7dccaedf3b83 debuginfo(build-id) = 5f1a0df9f0da50dfe495bac575aecbc7e08f5cd8 ndisc6-debuginfo = 1.0.3-9.el8 ndisc6-debuginfo(x86-64) = 1.0.3-9.el8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: ndisc6-debugsource(x86-64) = 1.0.3-9.el8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64
Wrote: /home/rpmbuild/rpmbuild/SRPMS/ndisc6-1.0.3-9.el8.src.rpm
Wrote: /home/rpmbuild/rpmbuild/RPMS/x86_64/ndisc6-1.0.3-9.el8.x86_64.rpm
Wrote: /home/rpmbuild/rpmbuild/RPMS/x86_64/ndisc6-debugsource-1.0.3-9.el8.x86_64.rpm
Wrote: /home/rpmbuild/rpmbuild/RPMS/x86_64/ndisc6-debuginfo-1.0.3-9.el8.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hFTGA0
+ umask 022
+ cd /home/rpmbuild/rpmbuild/BUILD
+ cd ndisc6-1.0.3
+ /usr/bin/rm -rf /home/rpmbuild/rpmbuild/BUILDROOT/ndisc6-1.0.3-9.el8.x86_64
+ exit 0


[rpmbuild@centos8 rpmbuild]$ ls RPMS/x86_64/
ndisc6-1.0.3-9.el8.x86_64.rpm  ndisc6-debuginfo-1.0.3-9.el8.x86_64.rpm  ndisc6-debugsource-1.0.3-9.el8.x86_64.rpm

[rpmbuild@centos8 rpmbuild]$ sudo dnf install RPMS/x86_64/ndisc6-1.0.3-9.el8.x86_64.rpm 
Last metadata expiration check: 0:00:51 ago on Wed 04 Dec 2019 12:23:10 AM CET.
Dependencies resolved.
=================================================================================================================================================
 Package                        Arch                           Version                                Repository                            Size
=================================================================================================================================================
Installing:
 ndisc6                         x86_64                         1.0.3-9.el8                            @commandline                          90 k

Transaction Summary
=================================================================================================================================================
Install  1 Package

Total size: 90 k
Installed size: 262 k
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                         1/1 
  Installing       : ndisc6-1.0.3-9.el8.x86_64                                                                                               1/1 
  Running scriptlet: ndisc6-1.0.3-9.el8.x86_64                                                                                               1/1 
  Verifying        : ndisc6-1.0.3-9.el8.x86_64                                                                                               1/1 

Installed:
  ndisc6-1.0.3-9.el8.x86_64                                                                                                                      

Complete!
[rpmbuild@centos8 rpmbuild]$ rpm -ql ndisc6
/etc/rdnssd
/etc/rdnssd/merge-hook
/usr/bin/addr2name
/usr/bin/dnssort
/usr/bin/name2addr
/usr/bin/tcpspray
/usr/bin/tcpspray6
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/351e4526d2e32fb8c9bd9f1fb2b71038e8e94e
/usr/lib/.build-id/18
/usr/lib/.build-id/18/30a50846caa84b3d2008672e51c6e4598cc6a0
/usr/lib/.build-id/26
/usr/lib/.build-id/26/82e2d2454f5a94e3fd39879eefc2df64c57e84
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/20e38d5aac3994356109c570dd201eb4bd258c
/usr/lib/.build-id/33
/usr/lib/.build-id/33/c325813dd3a0e5bd56bc63f24e219e026e806e
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/d15dac4b610cf9fdd45f6b700f7dccaedf3b83
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/1a0df9f0da50dfe495bac575aecbc7e08f5cd8
/usr/sbin/ndisc6
/usr/sbin/rdisc6
/usr/sbin/rdnssd
/usr/sbin/rltraceroute6
/usr/sbin/tcptraceroute6
/usr/sbin/tracert6
/usr/share/doc/ndisc6
/usr/share/doc/ndisc6/README
/usr/share/licenses/ndisc6
/usr/share/licenses/ndisc6/COPYING
/usr/share/locale/cs/LC_MESSAGES/ndisc6.mo
/usr/share/locale/de/LC_MESSAGES/ndisc6.mo
/usr/share/locale/en/LC_MESSAGES/ndisc6.mo
/usr/share/locale/en_GB/LC_MESSAGES/ndisc6.mo
/usr/share/locale/fr/LC_MESSAGES/ndisc6.mo
/usr/share/man/man1/addr2name.1.gz
/usr/share/man/man1/dnssort.1.gz
/usr/share/man/man1/name2addr.1.gz
/usr/share/man/man1/tcpspray.1.gz
/usr/share/man/man1/tcpspray6.1.gz
/usr/share/man/man8/ndisc6.8.gz
/usr/share/man/man8/rdisc6.8.gz
/usr/share/man/man8/rdnssd.8.gz
/usr/share/man/man8/rltraceroute6.8.gz
/usr/share/man/man8/tcptraceroute6.8.gz
/usr/share/man/man8/tracert6.8.gz

Comment 2 Jianwen Ji 2020-09-13 09:49:10 UTC
It would be good if we can have this package for epel8, since some of our tests depend on this package.

Comment 3 Stjepan Gros 2020-09-13 18:49:54 UTC
Can someone else take over this package and maintain it, both for CentOS and Fedora? Unfortunatelly, I don't have time to do that.

Comment 4 Fedora Admin user for bugzilla script actions 2023-11-19 00:26:01 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 5 Fedora Admin user for bugzilla script actions 2023-11-20 00:07:05 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 6 Dominik 'Rathann' Mierzejewski 2023-11-20 20:31:16 UTC
epel8 branch requested.

Comment 7 Dominik 'Rathann' Mierzejewski 2023-11-20 20:32:59 UTC
@jiji Would you like to co-maintain this in EPEL?

Comment 8 Fedora Update System 2023-11-20 21:41:13 UTC
FEDORA-EPEL-2023-adb1499150 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-adb1499150

Comment 9 Fedora Update System 2023-11-21 03:07:39 UTC
FEDORA-EPEL-2023-adb1499150 has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-adb1499150

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 10 Jianwen Ji 2023-11-28 06:35:10 UTC
(In reply to Dominik 'Rathann' Mierzejewski from comment #7)
> @jiji Would you like to co-maintain this in EPEL?

What duties we have to co-maintain it? I'm afraid I don't have much capacity but I can ask my team members.

Comment 11 Fedora Update System 2023-11-29 02:03:35 UTC
FEDORA-EPEL-2023-adb1499150 has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.