Build start time: Fri Oct 3 10:13:20 UTC 2025
[ REASON ] : target/debs/bookworm/libnss-tacplus_1.0.4-1_amd64.deb does not exist NON-EXISTENT PREREQUISITES: target/debs/bookworm/libtac-dev_1.4.1-1_amd64.deb-install
[ FLAGS FILE ] : []
[ FLAGS DEPENDS ] : []
[ FLAGS DIFF ] : []
make[1]: warning: -j112 forced in submake: resetting jobserver mode.
make[1]: Entering directory '/sonic/src/tacacs/nss'
# Obtain libnss-tacplus
rm -rf ./libnss-tacplus
git clone https://github.com/daveolson53/libnss-tacplus.git
pushd ./libnss-tacplus
git checkout -b test -f 19008ab
# Apply patch
stg init
stg import -s ../patch/series
dpkg-buildpackage -rfakeroot -b -us -uc -j112 --admindir /sonic/dpkg/tmp.Xxbg2mZHjU
popd
mv libnss-tacplus-dbgsym_1.0.4-1_amd64.deb libnss-tacplus_1.0.4-1_amd64.deb /sonic/target/debs/bookworm/
Cloning into 'libnss-tacplus'...
/sonic/src/tacacs/nss/libnss-tacplus /sonic/src/tacacs/nss
Switched to a new branch 'test'
dpkg-buildpackage: info: source package libnss-tacplus
dpkg-buildpackage: info: source version 1.0.4-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Chenchen Qi
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
make[2]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh clean --with autotools-dev
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh: warning: The autotools-dev sequence is deprecated and replaced by dh in debhelper (>= 9.20160115)
dh: warning: This feature will be removed in compat 12.
dh_autotools-dev_restoreconfig
dh_autotools-dev_restoreconfig: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_autotools-dev_restoreconfig: warning: dh_autotools-dev_restoreconfig is deprecated; please see dh_autotools-dev_restoreconfig(1) for a replacement
dh_autotools-dev_restoreconfig: warning: This feature will be removed in compat 12.
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make[2]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
debian/rules build
make[2]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh build --with autotools-dev
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh: warning: The autotools-dev sequence is deprecated and replaced by dh in debhelper (>= 9.20160115)
dh: warning: This feature will be removed in compat 12.
dh_update_autotools_config
dh_autotools-dev_updateconfig
dh_autotools-dev_updateconfig: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_autotools-dev_updateconfig: warning: dh_autotools-dev_updateconfig is deprecated; please see dh_autotools-dev_updateconfig(1) for a replacement
dh_autotools-dev_updateconfig: warning: This feature will be removed in compat 12.
debian/rules override_dh_auto_configure
make[3]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
dh_auto_configure -- --prefix=""
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 9 in use)
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --prefix=
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
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 dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for tac_connect in -ltac... yes
checking for ANSI C header files... (cached) yes
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking tacplus/libtac.h usability... no
checking tacplus/libtac.h presence... no
checking for tacplus/libtac.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for select... yes
checking for socket... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[3]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make -j1
make[3]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /sonic/src/tacacs/nss/libnss-tacplus/config/missing --run aclocal-1.11 -I config
/sonic/src/tacacs/nss/libnss-tacplus/config/missing: line 52: aclocal-1.11: command not found
WARNING: `aclocal-1.11' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/bash /sonic/src/tacacs/nss/libnss-tacplus/config/missing --run automake-1.11 --gnu
/sonic/src/tacacs/nss/libnss-tacplus/config/missing: line 52: automake-1.11: command not found
WARNING: `automake-1.11' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /sonic/src/tacacs/nss/libnss-tacplus/config/missing --run autoconf
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
configure.ac:20: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:20: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:20: the top level
configure.ac:36: warning: The macro `AM_PROG_LIBTOOL' is obsolete.
configure.ac:36: You should run autoupdate.
config/libtool.m4:108: AM_PROG_LIBTOOL is expanded from...
configure.ac:36: the top level
configure.ac:54: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:54: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:54: the top level
configure.ac:62: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:62: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:62: the top level
configure.ac:68: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:68: You should run autoupdate.
./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
configure.ac:68: the top level
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/x86_64-linux-gnu --libexecdir=${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --prefix= build_alias=x86_64-linux-gnu CFLAGS=-g -O2 -ffile-prefix-map=/sonic/src/tacacs/nss/libnss-tacplus=. -fstack-protector-strong -Wformat -Werror=format-security LDFLAGS=-Wl,-z,relro -Wl,-z,now CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2 --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking dependency style of gcc... (cached) none
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for tac_connect in -ltac... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for nss.h... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for libtac/libtac.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for GNU libc compatible realloc... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for select... yes
checking for socket... yes
configure: creating ./config.status
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /sonic/src/tacacs/nss/libnss-tacplus/config/missing --run autoheader)
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make all-am
make[4]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/sonic/src/tacacs/nss/libnss-tacplus=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -c -o libnss_tacplus_la-nss_tacplus.lo `test -f 'nss_tacplus.c' || echo './'`nss_tacplus.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/sonic/src/tacacs/nss/libnss-tacplus=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -c nss_tacplus.c -fPIC -DPIC -o .libs/libnss_tacplus_la-nss_tacplus.o
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -ffile-prefix-map=/sonic/src/tacacs/nss/libnss-tacplus=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -module -version-info 2:0:0 -shared -Wl,-z,relro -Wl,-z,now -o libnss_tacplus.la -rpath /lib/x86_64-linux-gnu libnss_tacplus_la-nss_tacplus.lo -ltac -ltac
libtool: link: gcc -shared -fPIC -DPIC .libs/libnss_tacplus_la-nss_tacplus.o -ltac -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libnss_tacplus.so.2 -o .libs/libnss_tacplus.so.2.0.0
libtool: link: (cd ".libs" && rm -f "libnss_tacplus.so.2" && ln -s "libnss_tacplus.so.2.0.0" "libnss_tacplus.so.2")
libtool: link: (cd ".libs" && rm -f "libnss_tacplus.so" && ln -s "libnss_tacplus.so.2.0.0" "libnss_tacplus.so")
libtool: link: ( cd ".libs" && rm -f "libnss_tacplus.la" && ln -s "../libnss_tacplus.la" "libnss_tacplus.la" )
make[4]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[3]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
dh_auto_test
dh_auto_test: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1
make[3]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[3]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[2]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
fakeroot debian/rules binary
make[2]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
dh binary --with autotools-dev
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh: warning: The autotools-dev sequence is deprecated and replaced by dh in debhelper (>= 9.20160115)
dh: warning: This feature will be removed in compat 12.
dh_testroot
dh_prep
dh_auto_install --destdir=debian/libnss-tacplus/
dh_auto_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
make -j1 install DESTDIR=/sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus AM_UPDATE_INFO_DIR=no
make[3]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[4]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu'
/bin/bash ./libtool --mode=install /usr/bin/install -c libnss_tacplus.la '/sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libnss_tacplus.so.2.0.0 /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus.so.2.0.0
libtool: install: (cd /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu && { ln -s -f libnss_tacplus.so.2.0.0 libnss_tacplus.so.2 || { rm -f libnss_tacplus.so.2 && ln -s libnss_tacplus.so.2.0.0 libnss_tacplus.so.2; }; })
libtool: install: (cd /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu && { ln -s -f libnss_tacplus.so.2.0.0 libnss_tacplus.so || { rm -f libnss_tacplus.so && ln -s libnss_tacplus.so.2.0.0 libnss_tacplus.so; }; })
libtool: install: /usr/bin/install -c .libs/libnss_tacplus.lai /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus.la
libtool: install: warning: remember to run `libtool --finish /lib/x86_64-linux-gnu'
make install-data-hook
make[5]: Entering directory '/sonic/src/tacacs/nss/libnss-tacplus'
ls: cannot access '/lib/x86_64-linux-gnu/libc-*.so': No such file or directory
ls: cannot access '/lib/x86_64-linux-gnu/libc-*.so': No such file or directory
ls: cannot access '/lib/x86_64-linux-gnu/libc-*.so': No such file or directory
rm -f /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus.la
rm -f /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus.so /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus.so.2.0.0
/bin/bash /sonic/src/tacacs/nss/libnss-tacplus/config/install-sh -d /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/etc
cd .libs && /usr/bin/install -c libnss_tacplus.so /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus-.so
strip --keep-symbol=_nss_tacplus_getpwnam_r --keep-symbol=_nss_tacplus_getpwuid_r /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu/libnss_tacplus-.so
cd /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/lib/x86_64-linux-gnu; ln -sf libnss_tacplus-.so libnss_tacplus.so.2
/usr/bin/install -c -m 644 tacplus_nss.conf /sonic/src/tacacs/nss/libnss-tacplus/debian/libnss-tacplus/etc
make[5]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[4]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
make[3]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
dh_installdocs
dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installchangelogs
dh_installchangelogs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_lintian
dh_lintian: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_fixperms
dh_missing
dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_strip
dh_strip: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_makeshlibs
dh_makeshlibs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libnss-tacplus/DEBIAN/symbols doesn't match completely debian/libnss-tacplus.symbols
--- debian/libnss-tacplus.symbols (libnss-tacplus_1.0.4-1_amd64)
+++ dpkg-gensymbolsxNAACb 2025-10-03 10:14:00.814166158 +0000
@@ -1,2 +1,5 @@
libnss_tacplus.so.2 libnss-tacplus #MINVER#
_nss_tacplus_getpwnam_r@Base 1.0.1
+ get_environment_variable_first_part@Base 1.0.4-1
+ get_remote_address@Base 1.0.4-1
+ user_mod_add@Base 1.0.4-1
dh_shlibdeps
dh_shlibdeps: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_installdeb
dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'libnss-tacplus' in '../libnss-tacplus_1.0.4-1_amd64.deb'.
dpkg-deb: building package 'libnss-tacplus-dbgsym' in '../libnss-tacplus-dbgsym_1.0.4-1_amd64.deb'.
make[2]: Leaving directory '/sonic/src/tacacs/nss/libnss-tacplus'
dpkg-genbuildinfo --build=binary --admindir=/sonic/dpkg/tmp.Xxbg2mZHjU -O../libnss-tacplus_1.0.4-1_amd64.buildinfo
dpkg-genchanges --build=binary -O../libnss-tacplus_1.0.4-1_amd64.changes
dpkg-genchanges: info: binary-only upload (no source code included)
dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
/sonic/src/tacacs/nss
make[1]: Leaving directory '/sonic/src/tacacs/nss'
Build end time: Fri Oct 3 10:14:02 UTC 2025
Elapsed time: 0h 0m 42s
|