Skip to content
Started by upstream project "gerrit-libosmo-sigtran" build number 999
originally caused by:
 Triggered by Gerrit: https://gerrit.osmocom.org/c/libosmo-sigtran/+/42754 in silent mode.
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/gerrit-binpkgs
[ssh-agent] Looking for ssh-agent implementation...
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-sYxV088RZCUc/agent.2734098
SSH_AGENT_PID=2734100
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/osmocom-build/jenkins/workspace/gerrit-binpkgs@tmp/private_key_5467110271121043073.key (/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@tmp/private_key_5467110271121043073.key)
[ssh-agent] Using credentials jenkins (gerrit.osmocom.org)
The recommended git tool is: NONE
using credential d5eda5e9-b59d-44ba-88d2-43473cb6e42d
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran
 > git init /home/osmocom-build/jenkins/workspace/gerrit-binpkgs/libosmo-sigtran # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran # timeout=10
Fetching upstream changes from ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran
using GIT_SSH to set credentials gerrit.osmocom.org
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- ssh://jenkins@gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/54/42754/1 # timeout=10
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
Checking out Revision 94c71e78031b52bd4dda16423bc7497cff34dc44 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94c71e78031b52bd4dda16423bc7497cff34dc44 # timeout=10
Commit message: "tcap_as_loadshare: improve log lines"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk fccfae0ca74ba5533200b2b923a302823efb9147 # timeout=10
[gerrit-binpkgs] $ /bin/sh -xe /tmp/jenkins10513320438770124228.sh + set +x Building binary packages for distro: 'debian:11' + rm -rf osmo-ci + git clone --depth=1 --branch=master https://gerrit.osmocom.org/osmo-ci osmo-ci Cloning into 'osmo-ci'... + git -C osmo-ci log --oneline 8c48379 lint/checkpatch: ignore STATIC_CONST_CHAR_ARRAY + cd libosmo-sigtran + ../osmo-ci/scripts/obs/gerrit_binpkgs.sh debian:11 :: Copying the source to the cache dir :: Building the source package docker: building image debian-13-osmocom-obs-build-srcpkg + run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:13', '--build-arg', 'DISTRO_FROM=debian:trixie', '--build-arg', 'UID=1000', '-t', 'debian-13-osmocom-obs-build-srcpkg', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/data/build_srcpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/data'] #0 building with "default" instance using docker driver #1 [internal] load build definition from build_srcpkg.Dockerfile #1 transferring dockerfile: 1.48kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 3) #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/debian:trixie #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/4] FROM docker.io/library/debian:trixie #4 DONE 0.0s #5 [2/4] RUN APT-GET update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates colordiff debhelper default-libmysqlclient-dev dh-cmake dh-python dh-runit dh-virtualenv dpkg-dev erlang-nox fakeroot git git-review gnupg2 libxml2-utils lsb-release meson osc pkgconf python3-packaging python3-pip python3-setuptools quilt sed sphinx-common wget && apt-get clean #5 CACHED #6 [3/4] RUN WGET https://github.com/erlang/rebar3/releases/download/3.24.0/rebar3 -O /usr/bin/rebar3 && echo "d2d31cfb98904b8e4917300a75f870de12cb5167cd6214d1043e973a56668a54 /usr/bin/rebar3" | sha256sum -c && chmod +x /usr/bin/rebar3 && rebar3 --version #6 CACHED #7 [4/4] RUN USERADD --uid=1000 -m user #7 CACHED #8 exporting to image #8 exporting layers done #8 writing image sha256:c4af7f19ba5e5c46e4683e93f08db2f851373bda70ab77ea5687f28081b31f25 done #8 naming to docker.io/library/debian-13-osmocom-obs-build-srcpkg done #8 DONE 0.0s 1 warning found (use docker --debug to expand): - InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 3) /obs/lib/debian.py:183: SyntaxWarning: invalid escape sequence '\/' lib.run_cmd(["sed", "-i", "s/$(MAKE) -C doc\/manuals//g", f"{debian}/rules"]) + main(): ['rm', '-rf', '/obs/_temp'] libosmo-sigtran: using cached https://gerrit.osmocom.org/libosmo-sigtran (not cloning, not fetching) libosmo-sigtran: 'git clean -ffxd' + build(): ['git', 'clean', '-ffxd'] + checkout_default_branch(): ['git', 'log', '--pretty=oneline', '--abbrev-commit', '-1'] 94c71e7 tcap_as_loadshare: improve log lines libosmo-sigtran: skipping git checkout, current commit: 94c71e7 tcap_as_loadshare: improve log lines + get_version_for_feed(): ['/obs/_cache/libosmo-sigtran/git-version-gen', '.'] 2.2.1.101-94c7libosmo-sigtran: building source package 2.2.1.101-94c7 libosmo-sigtran: adding debian/changelog entry (2.2.1 => 2.2.1.101.94c7) + build(): ['find', '/obs/_cache', '-maxdepth', '1', '-type', 'f', '-delete'] libosmo-sigtran: building debian source package + build(): ['dpkg-buildpackage', '-S', '-uc', '-us', '-d'] dpkg-buildpackage: info: source package libosmo-sigtran dpkg-buildpackage: info: source version 2.2.1.101.94c7 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Osmocom OBS scripts <info@osmocom.org> dpkg-source --before-build . debian/rules clean dh clean --with autoreconf debian/rules override_dh_clean make[1]: Entering directory '/obs/_cache/libosmo-sigtran' dh_clean rm -f .version tests/package.m4 tests/testsuite make[1]: Leaving directory '/obs/_cache/libosmo-sigtran' dpkg-source -b . dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: building libosmo-sigtran in libosmo-sigtran_2.2.1.101.94c7.tar.xz dpkg-source: info: building libosmo-sigtran in libosmo-sigtran_2.2.1.101.94c7.dsc dpkg-genbuildinfo --build=source -O../libosmo-sigtran_2.2.1.101.94c7_source.buildinfo dpkg-genchanges --build=source -O../libosmo-sigtran_2.2.1.101.94c7_source.changes dpkg-genchanges: info: including full source code in upload dpkg-source --after-build . dpkg-buildpackage: info: source-only upload: Debian-native package + build(): mv *.tar* *.dsc /obs/_temp/srcpkgs/libosmo-sigtran + write_commit_txt(): ['git', 'rev-parse', 'HEAD'] 94c71e78031b52bd4dda16423bc7497cff34dc44 libosmo-sigtran: adding commit_94c71e78031b52bd4dda16423bc7497cff34dc44.txt + build(): ['find', '/obs/_cache', '-maxdepth', '1', '-type', 'f', '-delete'] docker: running: build_srcpkg.py inside docker :: Building the binary packages + <module>(): ['rm', '-rf', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/_temp/binpkgs'] docker: building image debian-11-osmocom-obs-build-binpkg + run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:11', '--build-arg', 'DISTRO_FROM=debian:11', '--build-arg', 'UID=1000', '--build-arg', 'FEED=master', '-t', 'debian-11-osmocom-obs-build-binpkg', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/data/build_binpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/data'] #0 building with "default" instance using docker driver #1 [internal] load build definition from build_binpkg.Dockerfile #1 transferring dockerfile: 3.31kB done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 2) #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/debian:11 #2 DONE 0.6s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/6] FROM docker.io/library/debian:11@sha256:0853c358aa50eb8ee8661afd9449652600656eda293c8b84ecddfe0481cbdb14 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 1.46kB done #5 DONE 0.0s #6 [2/6] COPY RELEASE.KEY /usr/share/keyrings/osmocom.asc #6 CACHED #7 [4/6] RUN CASE "debian:11" in debian*|ubuntu*) echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ && mkdir -p /usr/share/man/man1/ && apt-get update && apt-get install -y --no-install-recommends build-essential ca-certificates fakeroot git gnupg2 iproute2 && apt-get clean ;; almalinux*) dnf -y install autoconf automake binutils dnf-utils gcc gcc-c++ glibc-devel iproute libtool make redhat-rpm-config rpm-build rpmdevtools wget && yum config-manager --set-enabled powertools && su user -c rpmdev-setuptree ;; centos:7) set -x && sed -i 's/mirror.centos.org/vault.centos.org/g' /etc/yum.repos.d/*.repo && sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/*.repo && sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/*.repo && yum -y install autoconf automake binutils dnf-utils gcc gcc-c++ glibc-devel iproute libtool make redhat-rpm-config rpm-build rpmdevtools wget && su user -c rpmdev-setuptree ;; esac #7 CACHED #8 [3/6] RUN SET -x && if id "1000" >/dev/null 2>&1; then userdel "$(getent passwd "1000" | cut -d: -f1)"; fi && useradd --uid=1000 -m user #8 CACHED #9 [5/6] RUN SET -x; VERSION="$(echo "debian:11" | cut -d : -f 2 | sed 's/./\u&/')"; case "debian:11" in debian:*) echo "deb [signed-by=/usr/share/keyrings/osmocom.asc] https://downloads.osmocom.org/packages/osmocom:/master/Debian_$VERSION/ ./" > /etc/apt/sources.list.d/osmocom-master.list ;; ubuntu:*) echo "deb [signed-by=/usr/share/keyrings/osmocom.asc] https://downloads.osmocom.org/packages/osmocom:/master/xUbuntu_$VERSION/ ./" > /etc/apt/sources.list.d/osmocom-master.list ;; almalinux:*|centos:*) { echo "[network_osmocom_master]"; echo "name=osmocom:master"; echo "type=rpm-md"; echo "baseurl=https://downloads.osmocom.org/packages/osmocom:/master/CentOS_$VERSION/"; echo "gpgcheck=1"; echo "gpgkey=https://downloads.osmocom.org/packages/osmocom:/master/CentOS_$VERSION/repodata/repomd.xml.key"; echo "enabled=1"; } > /etc/yum.repos.d/network:osmocom:master.repo ;; *) echo "can't install repo for debian:11" && exit 1 ;; esac #9 CACHED #10 [6/6] WORKDIR /OBS/ #10 CACHED #11 exporting to image #11 exporting layers done #11 writing image sha256:b990ae06f8a803c2c784a9679c2b912274a78fd8d5fd8339b8bd830c666a4c41 done #11 naming to docker.io/library/debian-11-osmocom-obs-build-binpkg done #11 DONE 0.0s 1 warning found (use docker --debug to expand): - InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 2) docker: building image debian-11-osmocom-obs-build-binpkg-manuals + run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:11', '--build-arg', 'DISTRO_FROM=debian-11-osmocom-obs-build-binpkg', '--build-arg', 'UID=1000', '--build-arg', 'FEED=master', '-t', 'debian-11-osmocom-obs-build-binpkg-manuals', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/data/build_binpkg_manuals.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/data'] #0 building with "default" instance using docker driver #1 [internal] load build definition from build_binpkg_manuals.Dockerfile #1 transferring dockerfile: 802B done #1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 9) #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/debian-11-osmocom-obs-build-binpkg:latest #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/2] FROM docker.io/library/debian-11-osmocom-obs-build-binpkg:latest #4 DONE 0.2s #5 [2/2] RUN CASE "debian:11" in debian*|ubuntu*) apt-get update && apt-get install -y --no-install-recommends osmo-gsm-manuals-dev && apt-get clean ;; esac #5 0.371 Get:1 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ InRelease [1594 B] #5 0.377 Hit:2 http://deb.debian.org/debian bullseye InRelease #5 0.383 Hit:3 http://deb.debian.org/debian-security bullseye-security InRelease #5 0.388 Hit:4 http://deb.debian.org/debian bullseye-updates InRelease #5 0.412 Get:5 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ Packages [69.1 kB] #5 0.976 Fetched 70.7 kB in 1s (113 kB/s) #5 0.976 Reading package lists... #5 1.220 Reading package lists... #5 1.459 Building dependency tree... #5 1.514 Reading state information... #5 1.580 The following additional packages will be installed: #5 1.580 asciidoc asciidoc-base asciidoc-common asciidoc-dblatex dblatex #5 1.580 distro-info-data docbook-dsssl docbook-utils docbook-xml docbook5-xml #5 1.580 docutils-common fontconfig fontconfig-config fonts-dejavu-core #5 1.580 fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern graphviz libann0 #5 1.580 libapache-pom-java libcairo-gobject2 libcairo2 libcdt5 libcgraph6 #5 1.580 libcommons-logging-java libcommons-parent-java libdatrie1 libdeflate0 #5 1.580 libfontbox-java libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libgd3 #5 1.580 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0 libgraphite2-3 #5 1.580 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libice6 libicu67 libidn11 #5 1.580 libimagequant0 libjbig0 libjpeg62-turbo libjs-jquery libkpathsea6 #5 1.580 liblab-gamut1 liblcms2-2 libltdl7 libmime-charset-perl libmpdec3 libosp5 #5 1.580 libostyle1c2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 #5 1.580 libpaper-utils libpaper1 libpathplan4 libpdfbox-java libpixman-1-0 #5 1.580 libpng16-16 libptexenc1 libpython3-stdlib libpython3.9-minimal #5 1.580 libpython3.9-stdlib librsvg2-2 librsvg2-bin libsgmls-perl libsm6 libsombok3 #5 1.580 libsynctex2 libteckit0 libtexlua53 libtexluajit2 libthai-data libthai0 #5 1.580 libtiff5 libunicode-linebreak-perl libwebp6 libwebpdemux2 libwebpmux3 #5 1.580 libx11-6 libx11-data libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 #5 1.580 libxdmcp6 libxext6 libxi6 libxml2 libxml2-utils libxmu6 libxpm4 libxrender1 #5 1.580 libxslt1.1 libxt6 libzzip-0-13 lmodern lynx lynx-common mailcap media-types #5 1.581 mime-support mscgen openjade opensp osmocom-keyring osmocom-master #5 1.581 preview-latex-style python-apt-common python3 python3-apt python3-blockdiag #5 1.581 python3-docutils python3-funcparserlib python3-minimal python3-nwdiag #5 1.581 python3-pil python3-pkg-resources python3-reportlab python3-reportlab-accel #5 1.581 python3-roman python3-webcolors python3.9 python3.9-minimal sensible-utils #5 1.581 sgml-base sgml-data sgmlspl shared-mime-info t1utils teckit tex-common #5 1.581 texlive texlive-base texlive-bibtex-extra texlive-binaries #5 1.581 texlive-extra-utils texlive-fonts-recommended texlive-formats-extra #5 1.581 texlive-lang-greek texlive-latex-base texlive-latex-extra #5 1.581 texlive-latex-recommended texlive-luatex texlive-pictures #5 1.581 texlive-plain-generic texlive-science texlive-xetex tipa ucf x11-common #5 1.581 xdg-utils xfonts-encodings xfonts-utils xml-core xsltproc #5 1.581 Suggested packages: #5 1.581 asciidoc-doc source-highlight epubcheck docbook ghostscript #5 1.581 graphicsmagick-imagemagick-compat | imagemagick inkscape latex-cjk-all #5 1.581 pdf-viewer texlive-lang-all texlive-lang-cyrillic transfig xindy #5 1.581 docbook-dsssl-doc docbook-xsl docbook-defguide docbook-xsl-ns #5 1.581 docbook5-defguide gsfonts graphviz-doc libavalon-framework-java #5 1.581 libcommons-logging-java-doc libexcalibur-logkit-java liblog4j1.2-java #5 1.581 libgd-tools liblcms2-utils libencode-hanextra-perl libpod2-base-perl #5 1.581 sgmls-doc doc-base python3-doc python3-tk python3-venv python3-apt-dbg #5 1.581 python-apt-doc docutils-doc fonts-linuxlibertine | ttf-linux-libertine #5 1.581 texlive-lang-french python-pil-doc python3-pil-dbg python3-setuptools #5 1.581 python3-egenix-mxtexttools python-reportlab-doc python3.9-venv python3.9-doc #5 1.581 binfmt-support sgml-base-doc perlsgml w3-recs debhelper gv #5 1.581 | postscript-viewer perl-tk xpdf | pdf-viewer xzdec chktex #5 1.581 default-jre-headless dvidvi dvipng fragmaster lacheck latexdiff latexmk #5 1.581 purifyeps texlive-fonts-recommended-doc texlive-latex-base-doc #5 1.581 python3-pygments icc-profiles libfile-which-perl #5 1.581 libspreadsheet-parseexcel-perl texlive-latex-extra-doc #5 1.581 texlive-latex-recommended-doc texlive-pstricks dot2tex prerex ruby-tcltk #5 1.581 | libtcltk-ruby texlive-pictures-doc vprerex texlive-science-doc #5 1.581 Recommended packages: #5 1.581 asciidoc-doc vim-asciidoc xmlto dblatex-doc fonts-liberation #5 1.581 libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs libgts-bin #5 1.581 javascript-common librsvg2-common file lsb-release iso-codes #5 1.581 python3-pygments python3-olefile python3-renderpm dvisvgm ghostscript #5 1.581 libfile-homedir-perl liblog-log4perl-perl libyaml-tiny-perl ruby #5 1.581 | ruby-interpreter tex-gyre tk libfile-mimeinfo-perl libnet-dbus-perl #5 1.581 libx11-protocol-perl x11-utils x11-xserver-utils #5 2.074 The following NEW packages will be installed: #5 2.074 asciidoc asciidoc-base asciidoc-common asciidoc-dblatex dblatex #5 2.074 distro-info-data docbook-dsssl docbook-utils docbook-xml docbook5-xml #5 2.074 docutils-common fontconfig fontconfig-config fonts-dejavu-core #5 2.074 fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern graphviz libann0 #5 2.074 libapache-pom-java libcairo-gobject2 libcairo2 libcdt5 libcgraph6 #5 2.074 libcommons-logging-java libcommons-parent-java libdatrie1 libdeflate0 #5 2.074 libfontbox-java libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libgd3 #5 2.074 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libglib2.0-0 libgraphite2-3 #5 2.074 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libice6 libicu67 libidn11 #5 2.074 libimagequant0 libjbig0 libjpeg62-turbo libjs-jquery libkpathsea6 #5 2.074 liblab-gamut1 liblcms2-2 libltdl7 libmime-charset-perl libmpdec3 libosp5 #5 2.074 libostyle1c2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 #5 2.074 libpaper-utils libpaper1 libpathplan4 libpdfbox-java libpixman-1-0 #5 2.074 libpng16-16 libptexenc1 libpython3-stdlib libpython3.9-minimal #5 2.075 libpython3.9-stdlib librsvg2-2 librsvg2-bin libsgmls-perl libsm6 libsombok3 #5 2.075 libsynctex2 libteckit0 libtexlua53 libtexluajit2 libthai-data libthai0 #5 2.075 libtiff5 libunicode-linebreak-perl libwebp6 libwebpdemux2 libwebpmux3 #5 2.075 libx11-6 libx11-data libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 #5 2.075 libxdmcp6 libxext6 libxi6 libxml2 libxml2-utils libxmu6 libxpm4 libxrender1 #5 2.075 libxslt1.1 libxt6 libzzip-0-13 lmodern lynx lynx-common mailcap media-types #5 2.075 mime-support mscgen openjade opensp osmo-gsm-manuals-dev osmocom-keyring #5 2.075 osmocom-master preview-latex-style python-apt-common python3 python3-apt #5 2.075 python3-blockdiag python3-docutils python3-funcparserlib python3-minimal #5 2.075 python3-nwdiag python3-pil python3-pkg-resources python3-reportlab #5 2.075 python3-reportlab-accel python3-roman python3-webcolors python3.9 #5 2.075 python3.9-minimal sensible-utils sgml-base sgml-data sgmlspl #5 2.075 shared-mime-info t1utils teckit tex-common texlive texlive-base #5 2.075 texlive-bibtex-extra texlive-binaries texlive-extra-utils #5 2.075 texlive-fonts-recommended texlive-formats-extra texlive-lang-greek #5 2.075 texlive-latex-base texlive-latex-extra texlive-latex-recommended #5 2.075 texlive-luatex texlive-pictures texlive-plain-generic texlive-science #5 2.075 texlive-xetex tipa ucf x11-common xdg-utils xfonts-encodings xfonts-utils #5 2.075 xml-core xsltproc #5 2.141 0 upgraded, 165 newly installed, 0 to remove and 1 not upgraded. #5 2.141 Need to get 402 MB of archives. #5 2.141 After this operation, 903 MB of additional disk space will be used. #5 2.141 Get:1 http://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9-minimal amd64 3.9.2-1+deb11u7 [807 kB] #5 2.159 Get:2 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ osmocom-keyring 1.1.1.8.7873 [3168 B] #5 2.167 Get:3 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ osmocom-master 1.1.0 [1180 B] #5 2.175 Get:4 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ osmo-gsm-manuals-dev 1.7.0.6.96fe [443 kB] #5 2.184 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 python3.9-minimal amd64 3.9.2-1+deb11u7 [1944 kB] #5 2.210 Get:6 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB] #5 2.210 Get:7 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB] #5 2.210 Get:8 http://deb.debian.org/debian bullseye/main amd64 mailcap all 3.69 [31.7 kB] #5 2.210 Get:9 http://deb.debian.org/debian bullseye/main amd64 mime-support all 3.66 [10.9 kB] #5 2.223 Get:10 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB] #5 2.226 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 libpython3.9-stdlib amd64 3.9.2-1+deb11u7 [1685 kB] #5 2.241 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 python3.9 amd64 3.9.2-1+deb11u7 [468 kB] #5 2.245 Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB] #5 2.245 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB] #5 2.245 Get:15 http://deb.debian.org/debian bullseye/main amd64 sgml-base all 1.30 [15.1 kB] #5 2.245 Get:16 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB] #5 2.246 Get:17 http://deb.debian.org/debian-security bullseye-security/main amd64 ucf all 3.0043+deb11u2 [74.3 kB] #5 2.254 Get:18 http://deb.debian.org/debian bullseye/main amd64 tex-common all 6.16 [53.7 kB] #5 2.269 Get:19 http://deb.debian.org/debian bullseye/main amd64 asciidoc-common all 9.0.0~rc2-1 [286 kB] #5 2.279 Get:20 http://deb.debian.org/debian-security bullseye-security/main amd64 libicu67 amd64 67.1-7+deb11u1 [8624 kB] #5 2.354 Get:21 http://deb.debian.org/debian-security bullseye-security/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u9 [694 kB] #5 2.370 Get:22 http://deb.debian.org/debian-security bullseye-security/main amd64 libxml2-utils amd64 2.9.10+dfsg-6.7+deb11u9 [110 kB] #5 2.372 Get:23 http://deb.debian.org/debian-security bullseye-security/main amd64 libxslt1.1 amd64 1.1.34-4+deb11u3 [241 kB] #5 2.375 Get:24 http://deb.debian.org/debian-security bullseye-security/main amd64 xsltproc amd64 1.1.34-4+deb11u3 [124 kB] #5 2.382 Get:25 http://deb.debian.org/debian bullseye/main amd64 asciidoc-base all 9.0.0~rc2-1 [135 kB] #5 2.389 Get:26 http://deb.debian.org/debian bullseye/main amd64 asciidoc all 9.0.0~rc2-1 [59.0 kB] #5 2.399 Get:27 http://deb.debian.org/debian bullseye/main amd64 xml-core all 0.18+nmu1 [23.8 kB] #5 2.425 Get:28 http://deb.debian.org/debian bullseye/main amd64 sgml-data all 2.0.11+nmu1 [179 kB] #5 2.428 Get:29 http://deb.debian.org/debian bullseye/main amd64 docbook-xml all 4.5-9 [84.4 kB] #5 2.465 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 python-apt-common all 2.2.1.1 [96.6 kB] #5 2.466 Get:31 http://deb.debian.org/debian-security bullseye-security/main amd64 distro-info-data all 0.51+deb11u11 [8776 B] #5 2.475 Get:32 http://deb.debian.org/debian-security bullseye-security/main amd64 python3-apt amd64 2.2.1.1 [190 kB] #5 2.485 Get:33 http://deb.debian.org/debian bullseye/main amd64 libpaper1 amd64 1.1.28+b1 [21.6 kB] #5 2.489 Get:34 http://deb.debian.org/debian bullseye/main amd64 libpaper-utils amd64 1.1.28+b1 [18.3 kB] #5 2.491 Get:35 http://deb.debian.org/debian-security bullseye-security/main amd64 libkpathsea6 amd64 2020.20200327.54578-7+deb11u2 [173 kB] #5 2.493 Get:36 http://deb.debian.org/debian-security bullseye-security/main amd64 libptexenc1 amd64 2020.20200327.54578-7+deb11u2 [65.0 kB] #5 2.496 Get:37 http://deb.debian.org/debian-security bullseye-security/main amd64 libsynctex2 amd64 2020.20200327.54578-7+deb11u2 [83.7 kB] #5 2.503 Get:38 http://deb.debian.org/debian-security bullseye-security/main amd64 libtexlua53 amd64 2020.20200327.54578-7+deb11u2 [132 kB] #5 2.533 Get:39 http://deb.debian.org/debian-security bullseye-security/main amd64 libtexluajit2 amd64 2020.20200327.54578-7+deb11u2 [267 kB] #5 2.569 Get:40 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB] #5 2.597 Get:41 http://deb.debian.org/debian-security bullseye-security/main amd64 libpng16-16 amd64 1.6.37-3+deb11u4 [295 kB] #5 2.600 Get:42 http://deb.debian.org/debian-security bullseye-security/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u2 [418 kB] #5 2.603 Get:43 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB] #5 2.613 Get:44 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB] #5 2.615 Get:45 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB] #5 2.618 Get:46 http://deb.debian.org/debian bullseye/main amd64 libpixman-1-0 amd64 0.40.0-1.1~deb11u1 [543 kB] #5 2.622 Get:47 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB] #5 2.623 Get:48 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB] #5 2.623 Get:49 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB] #5 2.624 Get:50 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1+deb11u2 [311 kB] #5 2.627 Get:51 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1+deb11u2 [772 kB] #5 2.633 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxcb-render0 amd64 1.14-3 [111 kB] #5 2.645 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxcb-shm0 amd64 1.14-3 [101 kB] #5 2.646 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB] #5 2.647 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] #5 2.661 Get:56 http://deb.debian.org/debian bullseye/main amd64 libcairo2 amd64 1.16.0-5 [694 kB] #5 2.666 Get:57 http://deb.debian.org/debian bullseye/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB] #5 2.676 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 libglib2.0-0 amd64 2.66.8-1+deb11u8 [1377 kB] #5 2.680 Get:59 http://deb.debian.org/debian bullseye/main amd64 libharfbuzz0b amd64 2.7.4-1 [1471 kB] #5 2.692 Get:60 http://deb.debian.org/debian bullseye/main amd64 libteckit0 amd64 2.5.10+ds1-3 [329 kB] #5 2.694 Get:61 http://deb.debian.org/debian bullseye/main amd64 x11-common all 1:7.7+22 [252 kB] #5 2.696 Get:62 http://deb.debian.org/debian bullseye/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB] #5 2.697 Get:63 http://deb.debian.org/debian bullseye/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] #5 2.709 Get:64 http://deb.debian.org/debian bullseye/main amd64 libxt6 amd64 1:1.2.0-1 [189 kB] #5 2.710 Get:65 http://deb.debian.org/debian bullseye/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] #5 2.711 Get:66 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb11u1 [50.0 kB] #5 2.718 Get:67 http://deb.debian.org/debian bullseye/main amd64 libxaw7 amd64 2:1.0.13-1.1 [202 kB] #5 2.720 Get:68 http://deb.debian.org/debian bullseye/main amd64 libxi6 amd64 2:1.7.10-1 [83.4 kB] #5 2.723 Get:69 http://deb.debian.org/debian bullseye/main amd64 libzzip-0-13 amd64 0.13.62-3.3+deb11u1 [55.9 kB] #5 2.730 Get:70 http://deb.debian.org/debian-security bullseye-security/main amd64 texlive-binaries amd64 2020.20200327.54578-7+deb11u2 [10.1 MB] #5 2.864 Get:71 http://deb.debian.org/debian bullseye/main amd64 xdg-utils all 1.1.3-4.1 [75.5 kB] #5 2.871 Get:72 http://deb.debian.org/debian bullseye/main amd64 texlive-base all 2020.20210202-3 [20.8 MB] #5 3.117 Get:73 http://deb.debian.org/debian bullseye/main amd64 texlive-fonts-recommended all 2020.20210202-3 [5002 kB] #5 3.171 Get:74 http://deb.debian.org/debian bullseye/main amd64 fonts-lmodern all 2.004.5-6.1 [4540 kB] #5 3.218 Get:75 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-base all 2020.20210202-3 [1120 kB] #5 3.230 Get:76 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-recommended all 2020.20210202-3 [14.5 MB] #5 3.414 Get:77 http://deb.debian.org/debian bullseye/main amd64 texlive all 2020.20210202-3 [34.2 kB] #5 3.416 Get:78 http://deb.debian.org/debian bullseye/main amd64 texlive-bibtex-extra all 2020.20210202-3 [67.2 MB] #5 4.096 Get:79 http://deb.debian.org/debian bullseye/main amd64 libthai-data all 0.1.28-3 [170 kB] #5 4.096 Get:80 http://deb.debian.org/debian bullseye/main amd64 libdatrie1 amd64 0.2.13-1 [42.7 kB] #5 4.097 Get:81 http://deb.debian.org/debian bullseye/main amd64 libthai0 amd64 0.1.28-3 [54.2 kB] #5 4.097 Get:82 http://deb.debian.org/debian bullseye/main amd64 libsombok3 amd64 2.4.0-2+b1 [31.4 kB] #5 4.097 Get:83 http://deb.debian.org/debian bullseye/main amd64 libmime-charset-perl all 1.012.2-1 [35.4 kB] #5 4.097 Get:84 http://deb.debian.org/debian bullseye/main amd64 libunicode-linebreak-perl amd64 0.0.20190101-1+b3 [102 kB] #5 4.098 Get:85 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB] #5 4.104 Get:86 http://deb.debian.org/debian bullseye/main amd64 libfontenc1 amd64 1:1.1.4-1 [24.3 kB] #5 4.115 Get:87 http://deb.debian.org/debian bullseye/main amd64 xfonts-encodings all 1:1.0.4-2.1 [573 kB] #5 4.120 Get:88 http://deb.debian.org/debian bullseye/main amd64 xfonts-utils amd64 1:7.7+6 [93.0 kB] #5 4.147 Get:89 http://deb.debian.org/debian bullseye/main amd64 lmodern all 2.004.5-6.1 [9489 kB] #5 4.247 Get:90 http://deb.debian.org/debian bullseye/main amd64 texlive-luatex all 2020.20210202-3 [14.4 MB] #5 4.384 Get:91 http://deb.debian.org/debian bullseye/main amd64 texlive-plain-generic all 2020.20210202-3 [27.0 MB] #5 4.631 Get:92 http://deb.debian.org/debian bullseye/main amd64 texlive-extra-utils all 2020.20210202-3 [55.5 MB] #5 5.110 Get:93 http://deb.debian.org/debian bullseye/main amd64 libapache-pom-java all 18-1 [4676 B] #5 5.111 Get:94 http://deb.debian.org/debian bullseye/main amd64 libcommons-parent-java all 43-1 [10.8 kB] #5 5.113 Get:95 http://deb.debian.org/debian bullseye/main amd64 libcommons-logging-java all 1.2-2 [62.2 kB] #5 5.115 Get:96 http://deb.debian.org/debian bullseye/main amd64 libfontbox-java all 1:1.8.16-2 [211 kB] #5 5.118 Get:97 http://deb.debian.org/debian bullseye/main amd64 libpdfbox-java all 1:1.8.16-2 [5205 kB] #5 5.180 Get:98 http://deb.debian.org/debian bullseye/main amd64 preview-latex-style all 12.2-1 [201 kB] #5 5.182 Get:99 http://deb.debian.org/debian bullseye/main amd64 texlive-pictures all 2020.20210202-3 [6743 kB] #5 5.273 Get:100 http://deb.debian.org/debian bullseye/main amd64 texlive-latex-extra all 2020.20210202-3 [13.7 MB] #5 5.437 Get:101 http://deb.debian.org/debian bullseye/main amd64 fonts-gfs-baskerville all 1.1-6 [43.7 kB] #5 5.446 Get:102 http://deb.debian.org/debian bullseye/main amd64 fonts-gfs-porson all 1.1-7 [33.8 kB] #5 5.450 Get:103 http://deb.debian.org/debian bullseye/main amd64 texlive-lang-greek all 2020.20210202-2 [77.6 MB] #5 6.161 Get:104 http://deb.debian.org/debian bullseye/main amd64 texlive-science all 2020.20210202-3 [3367 kB] #5 6.215 Get:105 http://deb.debian.org/debian bullseye/main amd64 dblatex all 0.3.12py3-1 [371 kB] #5 6.223 Get:106 http://deb.debian.org/debian bullseye/main amd64 libosp5 amd64 1.5.2-13+b2 [934 kB] #5 6.251 Get:107 http://deb.debian.org/debian bullseye/main amd64 libostyle1c2 amd64 1.4devel1-22 [643 kB] #5 6.261 Get:108 http://deb.debian.org/debian bullseye/main amd64 openjade amd64 1.4devel1-22 [275 kB] #5 6.277 Get:109 http://deb.debian.org/debian bullseye/main amd64 docbook-dsssl all 1.79-9.2 [234 kB] #5 6.280 Get:110 http://deb.debian.org/debian bullseye/main amd64 teckit amd64 2.5.10+ds1-3 [701 kB] #5 6.286 Get:111 http://deb.debian.org/debian bullseye/main amd64 tipa all 2:1.3-20.1 [2978 kB] #5 6.343 Get:112 http://deb.debian.org/debian bullseye/main amd64 texlive-xetex all 2020.20210202-3 [12.5 MB] #5 6.504 Get:113 http://deb.debian.org/debian bullseye/main amd64 texlive-formats-extra all 2020.20210202-3 [4711 kB] #5 6.610 Get:114 http://deb.debian.org/debian bullseye/main amd64 libidn11 amd64 1.33-3 [116 kB] #5 6.610 Get:115 http://deb.debian.org/debian bullseye/main amd64 lynx-common all 2.9.0dev.6-3~deb11u1 [1192 kB] #5 6.634 Get:116 http://deb.debian.org/debian bullseye/main amd64 lynx amd64 2.9.0dev.6-3~deb11u1 [652 kB] #5 6.642 Get:117 http://deb.debian.org/debian bullseye/main amd64 libsgmls-perl all 1.03ii-36 [26.5 kB] #5 6.642 Get:118 http://deb.debian.org/debian bullseye/main amd64 sgmlspl all 1.03ii-36 [11.7 kB] #5 6.642 Get:119 http://deb.debian.org/debian bullseye/main amd64 opensp amd64 1.5.2-13+b2 [421 kB] #5 6.651 Get:120 http://deb.debian.org/debian bullseye/main amd64 docbook-utils all 0.6.14-3.4 [60.1 kB] #5 6.652 Get:121 http://deb.debian.org/debian bullseye/main amd64 asciidoc-dblatex all 9.0.0~rc2-1 [60.2 kB] #5 6.653 Get:122 http://deb.debian.org/debian bullseye/main amd64 docbook5-xml all 5.0-3 [667 kB] #5 6.666 Get:123 http://deb.debian.org/debian bullseye/main amd64 docutils-common all 0.16+dfsg-4 [129 kB] #5 6.668 Get:124 http://deb.debian.org/debian bullseye/main amd64 fontconfig amd64 2.13.1-4.2 [417 kB] #5 6.677 Get:125 http://deb.debian.org/debian bullseye/main amd64 libann0 amd64 1.1.2+doc-7 [25.3 kB] #5 6.677 Get:126 http://deb.debian.org/debian bullseye/main amd64 libcdt5 amd64 2.42.2-5+deb11u1 [62.2 kB] #5 6.688 Get:127 http://deb.debian.org/debian bullseye/main amd64 libcgraph6 amd64 2.42.2-5+deb11u1 [85.5 kB] #5 6.691 Get:128 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB] #5 6.695 Get:129 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB] #5 6.695 Get:130 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] #5 6.697 Get:131 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1+deb11u2 [259 kB] #5 6.703 Get:132 http://deb.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u8 [291 kB] #5 6.729 Get:133 http://deb.debian.org/debian-security bullseye-security/main amd64 libgd3 amd64 2.3.0-2+deb11u1 [138 kB] #5 6.741 Get:134 http://deb.debian.org/debian bullseye/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4+b1 [158 kB] #5 6.763 Get:135 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB] #5 6.767 Get:136 http://deb.debian.org/debian bullseye/main amd64 libfribidi0 amd64 1.0.8-2+deb11u1 [64.9 kB] #5 6.776 Get:137 http://deb.debian.org/debian bullseye/main amd64 libpango-1.0-0 amd64 1.46.2-3 [191 kB] #5 6.791 Get:138 http://deb.debian.org/debian bullseye/main amd64 libpangoft2-1.0-0 amd64 1.46.2-3 [62.2 kB] #5 6.798 Get:139 http://deb.debian.org/debian bullseye/main amd64 libpangocairo-1.0-0 amd64 1.46.2-3 [50.6 kB] #5 6.803 Get:140 http://deb.debian.org/debian bullseye/main amd64 libpathplan4 amd64 2.42.2-5+deb11u1 [64.3 kB] #5 6.821 Get:141 http://deb.debian.org/debian bullseye/main amd64 libgvc6 amd64 2.42.2-5+deb11u1 [695 kB] #5 6.832 Get:142 http://deb.debian.org/debian bullseye/main amd64 libgvpr2 amd64 2.42.2-5+deb11u1 [212 kB] #5 6.842 Get:143 http://deb.debian.org/debian bullseye/main amd64 liblab-gamut1 amd64 2.42.2-5+deb11u1 [221 kB] #5 6.851 Get:144 http://deb.debian.org/debian bullseye/main amd64 graphviz amd64 2.42.2-5+deb11u1 [632 kB] #5 6.857 Get:145 http://deb.debian.org/debian bullseye/main amd64 libcairo-gobject2 amd64 1.16.0-5 [125 kB] #5 6.858 Get:146 http://deb.debian.org/debian-security bullseye-security/main amd64 libgdk-pixbuf2.0-common all 2.42.2+dfsg-1+deb11u5 [321 kB] #5 6.862 Get:147 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB] #5 6.912 Get:148 http://deb.debian.org/debian-security bullseye-security/main amd64 libgdk-pixbuf-2.0-0 amd64 2.42.2+dfsg-1+deb11u5 [148 kB] #5 6.917 Get:149 http://deb.debian.org/debian bullseye/main amd64 libimagequant0 amd64 2.12.2-1.1 [32.5 kB] #5 6.930 Get:150 http://deb.debian.org/debian-security bullseye-security/main amd64 liblcms2-2 amd64 2.12~rc1-2+deb11u1 [150 kB] #5 6.933 Get:151 http://deb.debian.org/debian bullseye/main amd64 librsvg2-2 amd64 2.50.3+dfsg-1+deb11u1 [2462 kB] #5 6.955 Get:152 http://deb.debian.org/debian bullseye/main amd64 librsvg2-bin amd64 2.50.3+dfsg-1+deb11u1 [36.2 kB] #5 6.977 Get:153 http://deb.debian.org/debian bullseye/main amd64 libwebpdemux2 amd64 0.6.1-2.1+deb11u2 [87.8 kB] #5 6.982 Get:154 http://deb.debian.org/debian bullseye/main amd64 libwebpmux3 amd64 0.6.1-2.1+deb11u2 [97.7 kB] #5 6.999 Get:155 http://deb.debian.org/debian bullseye/main amd64 mscgen amd64 0.20-14 [49.5 kB] #5 7.005 Get:156 http://deb.debian.org/debian bullseye/main amd64 python3-funcparserlib all 0.3.6+dfsg1-1 [15.9 kB] #5 7.051 Get:157 http://deb.debian.org/debian-security bullseye-security/main amd64 python3-pil amd64 8.1.2+dfsg-0.3+deb11u3 [446 kB] #5 7.056 Get:158 http://deb.debian.org/debian-security bullseye-security/main amd64 python3-pkg-resources all 52.0.0-4+deb11u2 [190 kB] #5 7.058 Get:159 http://deb.debian.org/debian bullseye/main amd64 python3-webcolors all 1.11.1-1 [12.7 kB] #5 7.058 Get:160 http://deb.debian.org/debian bullseye/main amd64 python3-roman all 2.0.0-5 [9064 B] #5 7.061 Get:161 http://deb.debian.org/debian bullseye/main amd64 python3-docutils all 0.16+dfsg-4 [384 kB] #5 7.076 Get:162 http://deb.debian.org/debian-security bullseye-security/main amd64 python3-reportlab-accel amd64 3.5.59-2+deb11u1 [39.2 kB] #5 7.088 Get:163 http://deb.debian.org/debian-security bullseye-security/main amd64 python3-reportlab all 3.5.59-2+deb11u1 [576 kB] #5 7.103 Get:164 http://deb.debian.org/debian bullseye/main amd64 python3-blockdiag all 2.0.1+dfsg-1 [74.1 kB] #5 7.105 Get:165 http://deb.debian.org/debian bullseye/main amd64 python3-nwdiag all 2.0.0+dfsg-1 [33.6 kB] #5 7.186 debconf: delaying package configuration, since apt-utils is not installed #5 7.215 Fetched 402 MB in 5s (80.0 MB/s) #5 7.284 Selecting previously unselected package libpython3.9-minimal:amd64. #5 7.284 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14384 files and directories currently installed.) #5 7.288 Preparing to unpack .../libpython3.9-minimal_3.9.2-1+deb11u7_amd64.deb ... #5 7.324 Unpacking libpython3.9-minimal:amd64 (3.9.2-1+deb11u7) ... #5 7.487 Selecting previously unselected package python3.9-minimal. #5 7.488 Preparing to unpack .../python3.9-minimal_3.9.2-1+deb11u7_amd64.deb ... #5 7.505 Unpacking python3.9-minimal (3.9.2-1+deb11u7) ... #5 7.688 Setting up libpython3.9-minimal:amd64 (3.9.2-1+deb11u7) ... #5 7.752 Setting up python3.9-minimal (3.9.2-1+deb11u7) ... #5 8.226 Selecting previously unselected package python3-minimal. #5 8.226 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 14669 files and directories currently installed.) #5 8.233 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ... #5 8.250 Unpacking python3-minimal (3.9.2-3) ... #5 8.347 Selecting previously unselected package media-types. #5 8.348 Preparing to unpack .../1-media-types_4.0.0_all.deb ... #5 8.364 Unpacking media-types (4.0.0) ... #5 8.487 Selecting previously unselected package mailcap. #5 8.488 Preparing to unpack .../2-mailcap_3.69_all.deb ... #5 8.505 Unpacking mailcap (3.69) ... #5 8.638 Selecting previously unselected package mime-support. #5 8.639 Preparing to unpack .../3-mime-support_3.66_all.deb ... #5 8.655 Unpacking mime-support (3.66) ... #5 8.765 Selecting previously unselected package libmpdec3:amd64. #5 8.767 Preparing to unpack .../4-libmpdec3_2.5.1-1_amd64.deb ... #5 8.799 Unpacking libmpdec3:amd64 (2.5.1-1) ... #5 8.918 Selecting previously unselected package libpython3.9-stdlib:amd64. #5 8.918 Preparing to unpack .../5-libpython3.9-stdlib_3.9.2-1+deb11u7_amd64.deb ... #5 8.934 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1+deb11u7) ... #5 9.123 Selecting previously unselected package python3.9. #5 9.124 Preparing to unpack .../6-python3.9_3.9.2-1+deb11u7_amd64.deb ... #5 9.143 Unpacking python3.9 (3.9.2-1+deb11u7) ... #5 9.228 Selecting previously unselected package libpython3-stdlib:amd64. #5 9.229 Preparing to unpack .../7-libpython3-stdlib_3.9.2-3_amd64.deb ... #5 9.243 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ... #5 9.325 Setting up python3-minimal (3.9.2-3) ... #5 9.589 Selecting previously unselected package python3. #5 9.589 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15091 files and directories currently installed.) #5 9.593 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ... #5 9.624 Unpacking python3 (3.9.2-3) ... #5 9.759 Selecting previously unselected package sgml-base. #5 9.761 Preparing to unpack .../001-sgml-base_1.30_all.deb ... #5 9.780 Unpacking sgml-base (1.30) ... #5 9.923 Selecting previously unselected package sensible-utils. #5 9.925 Preparing to unpack .../002-sensible-utils_0.0.14_all.deb ... #5 9.940 Unpacking sensible-utils (0.0.14) ... #5 10.07 Selecting previously unselected package ucf. #5 10.07 Preparing to unpack .../003-ucf_3.0043+deb11u2_all.deb ... #5 10.09 Moving old data out of the way #5 10.09 Unpacking ucf (3.0043+deb11u2) ... #5 10.24 Selecting previously unselected package tex-common. #5 10.24 Preparing to unpack .../004-tex-common_6.16_all.deb ... #5 10.26 Unpacking tex-common (6.16) ... #5 10.46 Selecting previously unselected package asciidoc-common. #5 10.46 Preparing to unpack .../005-asciidoc-common_9.0.0~rc2-1_all.deb ... #5 10.53 Unpacking asciidoc-common (9.0.0~rc2-1) ... #5 10.72 Selecting previously unselected package libicu67:amd64. #5 10.72 Preparing to unpack .../006-libicu67_67.1-7+deb11u1_amd64.deb ... #5 10.73 Unpacking libicu67:amd64 (67.1-7+deb11u1) ... #5 11.28 Selecting previously unselected package libxml2:amd64. #5 11.28 Preparing to unpack .../007-libxml2_2.9.10+dfsg-6.7+deb11u9_amd64.deb ... #5 11.30 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u9) ... #5 11.41 Selecting previously unselected package libxml2-utils. #5 11.41 Preparing to unpack .../008-libxml2-utils_2.9.10+dfsg-6.7+deb11u9_amd64.deb ... #5 11.43 Unpacking libxml2-utils (2.9.10+dfsg-6.7+deb11u9) ... #5 11.54 Selecting previously unselected package libxslt1.1:amd64. #5 11.54 Preparing to unpack .../009-libxslt1.1_1.1.34-4+deb11u3_amd64.deb ... #5 11.56 Unpacking libxslt1.1:amd64 (1.1.34-4+deb11u3) ... #5 11.68 Selecting previously unselected package xsltproc. #5 11.68 Preparing to unpack .../010-xsltproc_1.1.34-4+deb11u3_amd64.deb ... #5 11.70 Unpacking xsltproc (1.1.34-4+deb11u3) ... #5 11.83 Selecting previously unselected package asciidoc-base. #5 11.83 Preparing to unpack .../011-asciidoc-base_9.0.0~rc2-1_all.deb ... #5 11.85 Unpacking asciidoc-base (9.0.0~rc2-1) ... #5 11.98 Selecting previously unselected package asciidoc. #5 11.98 Preparing to unpack .../012-asciidoc_9.0.0~rc2-1_all.deb ... #5 12.08 Unpacking asciidoc (9.0.0~rc2-1) ... #5 12.22 Selecting previously unselected package xml-core. #5 12.23 Preparing to unpack .../013-xml-core_0.18+nmu1_all.deb ... #5 12.24 Unpacking xml-core (0.18+nmu1) ... #5 12.39 Selecting previously unselected package sgml-data. #5 12.39 Preparing to unpack .../014-sgml-data_2.0.11+nmu1_all.deb ... #5 12.41 Unpacking sgml-data (2.0.11+nmu1) ... #5 12.57 Selecting previously unselected package docbook-xml. #5 12.57 Preparing to unpack .../015-docbook-xml_4.5-9_all.deb ... #5 12.59 Unpacking docbook-xml (4.5-9) ... #5 12.69 Selecting previously unselected package python-apt-common. #5 12.69 Preparing to unpack .../016-python-apt-common_2.2.1.1_all.deb ... #5 12.71 Unpacking python-apt-common (2.2.1.1) ... #5 12.81 Selecting previously unselected package distro-info-data. #5 12.81 Preparing to unpack .../017-distro-info-data_0.51+deb11u11_all.deb ... #5 12.83 Unpacking distro-info-data (0.51+deb11u11) ... #5 12.94 Selecting previously unselected package python3-apt. #5 12.94 Preparing to unpack .../018-python3-apt_2.2.1.1_amd64.deb ... #5 12.96 Unpacking python3-apt (2.2.1.1) ... #5 13.10 Selecting previously unselected package libpaper1:amd64. #5 13.10 Preparing to unpack .../019-libpaper1_1.1.28+b1_amd64.deb ... #5 13.12 Unpacking libpaper1:amd64 (1.1.28+b1) ... #5 13.20 Selecting previously unselected package libpaper-utils. #5 13.21 Preparing to unpack .../020-libpaper-utils_1.1.28+b1_amd64.deb ... #5 13.22 Unpacking libpaper-utils (1.1.28+b1) ... #5 13.35 Selecting previously unselected package libkpathsea6:amd64. #5 13.35 Preparing to unpack .../021-libkpathsea6_2020.20200327.54578-7+deb11u2_amd64.deb ... #5 13.37 Unpacking libkpathsea6:amd64 (2020.20200327.54578-7+deb11u2) ... #5 13.53 Selecting previously unselected package libptexenc1:amd64. #5 13.54 Preparing to unpack .../022-libptexenc1_2020.20200327.54578-7+deb11u2_amd64.deb ... #5 13.56 Unpacking libptexenc1:amd64 (2020.20200327.54578-7+deb11u2) ... #5 13.68 Selecting previously unselected package libsynctex2:amd64. #5 13.68 Preparing to unpack .../023-libsynctex2_2020.20200327.54578-7+deb11u2_amd64.deb ... #5 13.69 Unpacking libsynctex2:amd64 (2020.20200327.54578-7+deb11u2) ... #5 13.81 Selecting previously unselected package libtexlua53:amd64. #5 13.81 Preparing to unpack .../024-libtexlua53_2020.20200327.54578-7+deb11u2_amd64.deb ... #5 13.83 Unpacking libtexlua53:amd64 (2020.20200327.54578-7+deb11u2) ... #5 13.95 Selecting previously unselected package libtexluajit2:amd64. #5 13.96 Preparing to unpack .../025-libtexluajit2_2020.20200327.54578-7+deb11u2_amd64.deb ... #5 13.97 Unpacking libtexluajit2:amd64 (2020.20200327.54578-7+deb11u2) ... #5 14.08 Selecting previously unselected package t1utils. #5 14.08 Preparing to unpack .../026-t1utils_1.41-4_amd64.deb ... #5 14.09 Unpacking t1utils (1.41-4) ... #5 14.20 Selecting previously unselected package libpng16-16:amd64. #5 14.20 Preparing to unpack .../027-libpng16-16_1.6.37-3+deb11u4_amd64.deb ... #5 14.22 Unpacking libpng16-16:amd64 (1.6.37-3+deb11u4) ... #5 14.34 Selecting previously unselected package libfreetype6:amd64. #5 14.34 Preparing to unpack .../028-libfreetype6_2.10.4+dfsg-1+deb11u2_amd64.deb ... #5 14.36 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... #5 14.47 Selecting previously unselected package fonts-dejavu-core. #5 14.47 Preparing to unpack .../029-fonts-dejavu-core_2.37-2_all.deb ... #5 14.49 Unpacking fonts-dejavu-core (2.37-2) ... #5 14.72 Selecting previously unselected package fontconfig-config. #5 14.72 Preparing to unpack .../030-fontconfig-config_2.13.1-4.2_all.deb ... #5 14.84 Unpacking fontconfig-config (2.13.1-4.2) ... #5 15.04 Selecting previously unselected package libfontconfig1:amd64. #5 15.04 Preparing to unpack .../031-libfontconfig1_2.13.1-4.2_amd64.deb ... #5 15.07 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ... #5 15.27 Selecting previously unselected package libpixman-1-0:amd64. #5 15.27 Preparing to unpack .../032-libpixman-1-0_0.40.0-1.1~deb11u1_amd64.deb ... #5 15.29 Unpacking libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... #5 15.50 Selecting previously unselected package libxau6:amd64. #5 15.50 Preparing to unpack .../033-libxau6_1%3a1.0.9-1_amd64.deb ... #5 15.53 Unpacking libxau6:amd64 (1:1.0.9-1) ... #5 15.74 Selecting previously unselected package libxdmcp6:amd64. #5 15.74 Preparing to unpack .../034-libxdmcp6_1%3a1.1.2-3_amd64.deb ... #5 15.76 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ... #5 15.88 Selecting previously unselected package libxcb1:amd64. #5 15.88 Preparing to unpack .../035-libxcb1_1.14-3_amd64.deb ... #5 15.90 Unpacking libxcb1:amd64 (1.14-3) ... #5 15.99 Selecting previously unselected package libx11-data. #5 16.00 Preparing to unpack .../036-libx11-data_2%3a1.7.2-1+deb11u2_all.deb ... #5 16.01 Unpacking libx11-data (2:1.7.2-1+deb11u2) ... #5 16.16 Selecting previously unselected package libx11-6:amd64. #5 16.17 Preparing to unpack .../037-libx11-6_2%3a1.7.2-1+deb11u2_amd64.deb ... #5 16.18 Unpacking libx11-6:amd64 (2:1.7.2-1+deb11u2) ... #5 16.38 Selecting previously unselected package libxcb-render0:amd64. #5 16.39 Preparing to unpack .../038-libxcb-render0_1.14-3_amd64.deb ... #5 16.42 Unpacking libxcb-render0:amd64 (1.14-3) ... #5 16.64 Selecting previously unselected package libxcb-shm0:amd64. #5 16.64 Preparing to unpack .../039-libxcb-shm0_1.14-3_amd64.deb ... #5 16.67 Unpacking libxcb-shm0:amd64 (1.14-3) ... #5 16.89 Selecting previously unselected package libxext6:amd64. #5 16.89 Preparing to unpack .../040-libxext6_2%3a1.3.3-1.1_amd64.deb ... #5 16.92 Unpacking libxext6:amd64 (2:1.3.3-1.1) ... #5 17.12 Selecting previously unselected package libxrender1:amd64. #5 17.12 Preparing to unpack .../041-libxrender1_1%3a0.9.10-1_amd64.deb ... #5 17.16 Unpacking libxrender1:amd64 (1:0.9.10-1) ... #5 17.32 Selecting previously unselected package libcairo2:amd64. #5 17.32 Preparing to unpack .../042-libcairo2_1.16.0-5_amd64.deb ... #5 17.34 Unpacking libcairo2:amd64 (1.16.0-5) ... #5 17.59 Selecting previously unselected package libgraphite2-3:amd64. #5 17.59 Preparing to unpack .../043-libgraphite2-3_1.3.14-1_amd64.deb ... #5 17.62 Unpacking libgraphite2-3:amd64 (1.3.14-1) ... #5 17.85 Selecting previously unselected package libglib2.0-0:amd64. #5 17.85 Preparing to unpack .../044-libglib2.0-0_2.66.8-1+deb11u8_amd64.deb ... #5 17.87 Unpacking libglib2.0-0:amd64 (2.66.8-1+deb11u8) ... #5 18.17 Selecting previously unselected package libharfbuzz0b:amd64. #5 18.17 Preparing to unpack .../045-libharfbuzz0b_2.7.4-1_amd64.deb ... #5 18.20 Unpacking libharfbuzz0b:amd64 (2.7.4-1) ... #5 18.41 Selecting previously unselected package libteckit0:amd64. #5 18.41 Preparing to unpack .../046-libteckit0_2.5.10+ds1-3_amd64.deb ... #5 18.44 Unpacking libteckit0:amd64 (2.5.10+ds1-3) ... #5 18.67 Selecting previously unselected package x11-common. #5 18.67 Preparing to unpack .../047-x11-common_1%3a7.7+22_all.deb ... #5 18.70 Unpacking x11-common (1:7.7+22) ... #5 18.90 Selecting previously unselected package libice6:amd64. #5 18.90 Preparing to unpack .../048-libice6_2%3a1.0.10-1_amd64.deb ... #5 18.93 Unpacking libice6:amd64 (2:1.0.10-1) ... #5 19.13 Selecting previously unselected package libsm6:amd64. #5 19.13 Preparing to unpack .../049-libsm6_2%3a1.2.3-1_amd64.deb ... #5 19.16 Unpacking libsm6:amd64 (2:1.2.3-1) ... #5 19.37 Selecting previously unselected package libxt6:amd64. #5 19.37 Preparing to unpack .../050-libxt6_1%3a1.2.0-1_amd64.deb ... #5 19.40 Unpacking libxt6:amd64 (1:1.2.0-1) ... #5 19.60 Selecting previously unselected package libxmu6:amd64. #5 19.60 Preparing to unpack .../051-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... #5 19.63 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... #5 19.82 Selecting previously unselected package libxpm4:amd64. #5 19.82 Preparing to unpack .../052-libxpm4_1%3a3.5.12-1.1+deb11u1_amd64.deb ... #5 19.86 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... #5 20.05 Selecting previously unselected package libxaw7:amd64. #5 20.05 Preparing to unpack .../053-libxaw7_2%3a1.0.13-1.1_amd64.deb ... #5 20.08 Unpacking libxaw7:amd64 (2:1.0.13-1.1) ... #5 20.31 Selecting previously unselected package libxi6:amd64. #5 20.31 Preparing to unpack .../054-libxi6_2%3a1.7.10-1_amd64.deb ... #5 20.34 Unpacking libxi6:amd64 (2:1.7.10-1) ... #5 20.55 Selecting previously unselected package libzzip-0-13:amd64. #5 20.55 Preparing to unpack .../055-libzzip-0-13_0.13.62-3.3+deb11u1_amd64.deb ... #5 20.58 Unpacking libzzip-0-13:amd64 (0.13.62-3.3+deb11u1) ... #5 20.73 Selecting previously unselected package texlive-binaries. #5 20.73 Preparing to unpack .../056-texlive-binaries_2020.20200327.54578-7+deb11u2_amd64.deb ... #5 20.76 Unpacking texlive-binaries (2020.20200327.54578-7+deb11u2) ... #5 21.50 Selecting previously unselected package xdg-utils. #5 21.51 Preparing to unpack .../057-xdg-utils_1.1.3-4.1_all.deb ... #5 21.54 Unpacking xdg-utils (1.1.3-4.1) ... #5 21.80 Selecting previously unselected package texlive-base. #5 21.80 Preparing to unpack .../058-texlive-base_2020.20210202-3_all.deb ... #5 21.84 Unpacking texlive-base (2020.20210202-3) ... #5 23.25 Selecting previously unselected package texlive-fonts-recommended. #5 23.25 Preparing to unpack .../059-texlive-fonts-recommended_2020.20210202-3_all.deb ... #5 23.28 Unpacking texlive-fonts-recommended (2020.20210202-3) ... #5 23.85 Selecting previously unselected package fonts-lmodern. #5 23.85 Preparing to unpack .../060-fonts-lmodern_2.004.5-6.1_all.deb ... #5 23.88 Unpacking fonts-lmodern (2.004.5-6.1) ... #5 24.33 Selecting previously unselected package texlive-latex-base. #5 24.33 Preparing to unpack .../061-texlive-latex-base_2020.20210202-3_all.deb ... #5 24.35 Unpacking texlive-latex-base (2020.20210202-3) ... #5 24.65 Selecting previously unselected package texlive-latex-recommended. #5 24.65 Preparing to unpack .../062-texlive-latex-recommended_2020.20210202-3_all.deb ... #5 24.69 Unpacking texlive-latex-recommended (2020.20210202-3) ... #5 25.57 Selecting previously unselected package texlive. #5 25.58 Preparing to unpack .../063-texlive_2020.20210202-3_all.deb ... #5 25.60 Unpacking texlive (2020.20210202-3) ... #5 25.80 Selecting previously unselected package texlive-bibtex-extra. #5 25.80 Preparing to unpack .../064-texlive-bibtex-extra_2020.20210202-3_all.deb ... #5 25.83 Unpacking texlive-bibtex-extra (2020.20210202-3) ... #5 29.29 Selecting previously unselected package libthai-data. #5 29.29 Preparing to unpack .../065-libthai-data_0.1.28-3_all.deb ... #5 29.32 Unpacking libthai-data (0.1.28-3) ... #5 29.54 Selecting previously unselected package libdatrie1:amd64. #5 29.55 Preparing to unpack .../066-libdatrie1_0.2.13-1_amd64.deb ... #5 29.58 Unpacking libdatrie1:amd64 (0.2.13-1) ... #5 29.79 Selecting previously unselected package libthai0:amd64. #5 29.80 Preparing to unpack .../067-libthai0_0.1.28-3_amd64.deb ... #5 29.83 Unpacking libthai0:amd64 (0.1.28-3) ... #5 30.05 Selecting previously unselected package libsombok3:amd64. #5 30.05 Preparing to unpack .../068-libsombok3_2.4.0-2+b1_amd64.deb ... #5 30.08 Unpacking libsombok3:amd64 (2.4.0-2+b1) ... #5 30.46 Selecting previously unselected package libmime-charset-perl. #5 30.46 Preparing to unpack .../069-libmime-charset-perl_1.012.2-1_all.deb ... #5 30.49 Unpacking libmime-charset-perl (1.012.2-1) ... #5 30.61 Selecting previously unselected package libunicode-linebreak-perl. #5 30.62 Preparing to unpack .../070-libunicode-linebreak-perl_0.0.20190101-1+b3_amd64.deb ... #5 30.63 Unpacking libunicode-linebreak-perl (0.0.20190101-1+b3) ... #5 30.82 Selecting previously unselected package libjs-jquery. #5 30.83 Preparing to unpack .../071-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ... #5 30.86 Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... #5 31.07 Selecting previously unselected package libfontenc1:amd64. #5 31.08 Preparing to unpack .../072-libfontenc1_1%3a1.1.4-1_amd64.deb ... #5 31.10 Unpacking libfontenc1:amd64 (1:1.1.4-1) ... #5 31.27 Selecting previously unselected package xfonts-encodings. #5 31.27 Preparing to unpack .../073-xfonts-encodings_1%3a1.0.4-2.1_all.deb ... #5 31.29 Unpacking xfonts-encodings (1:1.0.4-2.1) ... #5 31.42 Selecting previously unselected package xfonts-utils. #5 31.42 Preparing to unpack .../074-xfonts-utils_1%3a7.7+6_amd64.deb ... #5 31.43 Unpacking xfonts-utils (1:7.7+6) ... #5 31.61 Selecting previously unselected package lmodern. #5 31.61 Preparing to unpack .../075-lmodern_2.004.5-6.1_all.deb ... #5 31.64 Unpacking lmodern (2.004.5-6.1) ... #5 32.45 Selecting previously unselected package texlive-luatex. #5 32.45 Preparing to unpack .../076-texlive-luatex_2020.20210202-3_all.deb ... #5 32.47 Unpacking texlive-luatex (2020.20210202-3) ... #5 33.35 Selecting previously unselected package texlive-plain-generic. #5 33.35 Preparing to unpack .../077-texlive-plain-generic_2020.20210202-3_all.deb ... #5 33.39 Unpacking texlive-plain-generic (2020.20210202-3) ... #5 35.12 Selecting previously unselected package texlive-extra-utils. #5 35.13 Preparing to unpack .../078-texlive-extra-utils_2020.20210202-3_all.deb ... #5 35.16 Unpacking texlive-extra-utils (2020.20210202-3) ... #5 38.30 Selecting previously unselected package libapache-pom-java. #5 38.30 Preparing to unpack .../079-libapache-pom-java_18-1_all.deb ... #5 38.32 Unpacking libapache-pom-java (18-1) ... #5 38.40 Selecting previously unselected package libcommons-parent-java. #5 38.41 Preparing to unpack .../080-libcommons-parent-java_43-1_all.deb ... #5 38.43 Unpacking libcommons-parent-java (43-1) ... #5 38.53 Selecting previously unselected package libcommons-logging-java. #5 38.53 Preparing to unpack .../081-libcommons-logging-java_1.2-2_all.deb ... #5 38.55 Unpacking libcommons-logging-java (1.2-2) ... #5 38.66 Selecting previously unselected package libfontbox-java. #5 38.66 Preparing to unpack .../082-libfontbox-java_1%3a1.8.16-2_all.deb ... #5 38.68 Unpacking libfontbox-java (1:1.8.16-2) ... #5 38.85 Selecting previously unselected package libpdfbox-java. #5 38.85 Preparing to unpack .../083-libpdfbox-java_1%3a1.8.16-2_all.deb ... #5 38.88 Unpacking libpdfbox-java (1:1.8.16-2) ... #5 39.36 Selecting previously unselected package preview-latex-style. #5 39.37 Preparing to unpack .../084-preview-latex-style_12.2-1_all.deb ... #5 39.38 Unpacking preview-latex-style (12.2-1) ... #5 39.53 Selecting previously unselected package texlive-pictures. #5 39.54 Preparing to unpack .../085-texlive-pictures_2020.20210202-3_all.deb ... #5 39.55 Unpacking texlive-pictures (2020.20210202-3) ... #5 40.57 Selecting previously unselected package texlive-latex-extra. #5 40.58 Preparing to unpack .../086-texlive-latex-extra_2020.20210202-3_all.deb ... #5 40.60 Unpacking texlive-latex-extra (2020.20210202-3) ... #5 42.42 Selecting previously unselected package fonts-gfs-baskerville. #5 42.43 Preparing to unpack .../087-fonts-gfs-baskerville_1.1-6_all.deb ... #5 42.46 Unpacking fonts-gfs-baskerville (1.1-6) ... #5 42.58 Selecting previously unselected package fonts-gfs-porson. #5 42.58 Preparing to unpack .../088-fonts-gfs-porson_1.1-7_all.deb ... #5 42.60 Unpacking fonts-gfs-porson (1.1-7) ... #5 42.73 Selecting previously unselected package texlive-lang-greek. #5 42.74 Preparing to unpack .../089-texlive-lang-greek_2020.20210202-2_all.deb ... #5 42.76 Unpacking texlive-lang-greek (2020.20210202-2) ... #5 47.54 Selecting previously unselected package texlive-science. #5 47.55 Preparing to unpack .../090-texlive-science_2020.20210202-3_all.deb ... #5 47.57 Unpacking texlive-science (2020.20210202-3) ... #5 47.96 Selecting previously unselected package dblatex. #5 47.97 Preparing to unpack .../091-dblatex_0.3.12py3-1_all.deb ... #5 48.00 Unpacking dblatex (0.3.12py3-1) ... #5 48.24 Selecting previously unselected package libosp5. #5 48.24 Preparing to unpack .../092-libosp5_1.5.2-13+b2_amd64.deb ... #5 48.27 Unpacking libosp5 (1.5.2-13+b2) ... #5 48.54 Selecting previously unselected package libostyle1c2. #5 48.54 Preparing to unpack .../093-libostyle1c2_1.4devel1-22_amd64.deb ... #5 48.57 Unpacking libostyle1c2 (1.4devel1-22) ... #5 48.79 Selecting previously unselected package openjade. #5 48.80 Preparing to unpack .../094-openjade_1.4devel1-22_amd64.deb ... #5 48.83 Unpacking openjade (1.4devel1-22) ... #5 49.04 Selecting previously unselected package docbook-dsssl. #5 49.05 Preparing to unpack .../095-docbook-dsssl_1.79-9.2_all.deb ... #5 49.07 Unpacking docbook-dsssl (1.79-9.2) ... #5 51.40 Selecting previously unselected package teckit. #5 51.41 Preparing to unpack .../096-teckit_2.5.10+ds1-3_amd64.deb ... #5 51.43 Unpacking teckit (2.5.10+ds1-3) ... #5 51.58 Selecting previously unselected package tipa. #5 51.59 Preparing to unpack .../097-tipa_2%3a1.3-20.1_all.deb ... #5 51.60 Unpacking tipa (2:1.3-20.1) ... #5 51.99 Selecting previously unselected package texlive-xetex. #5 52.00 Preparing to unpack .../098-texlive-xetex_2020.20210202-3_all.deb ... #5 52.03 Unpacking texlive-xetex (2020.20210202-3) ... #5 52.76 Selecting previously unselected package texlive-formats-extra. #5 52.77 Preparing to unpack .../099-texlive-formats-extra_2020.20210202-3_all.deb ... #5 52.82 Unpacking texlive-formats-extra (2020.20210202-3) ... #5 53.52 Selecting previously unselected package libidn11:amd64. #5 53.53 Preparing to unpack .../100-libidn11_1.33-3_amd64.deb ... #5 53.56 Unpacking libidn11:amd64 (1.33-3) ... #5 53.73 Selecting previously unselected package lynx-common. #5 53.73 Preparing to unpack .../101-lynx-common_2.9.0dev.6-3~deb11u1_all.deb ... #5 53.76 Unpacking lynx-common (2.9.0dev.6-3~deb11u1) ... #5 54.04 Selecting previously unselected package lynx. #5 54.04 Preparing to unpack .../102-lynx_2.9.0dev.6-3~deb11u1_amd64.deb ... #5 54.07 Unpacking lynx (2.9.0dev.6-3~deb11u1) ... #5 54.26 Selecting previously unselected package libsgmls-perl. #5 54.27 Preparing to unpack .../103-libsgmls-perl_1.03ii-36_all.deb ... #5 54.30 Unpacking libsgmls-perl (1.03ii-36) ... #5 54.48 Selecting previously unselected package sgmlspl. #5 54.48 Preparing to unpack .../104-sgmlspl_1.03ii-36_all.deb ... #5 54.53 Unpacking sgmlspl (1.03ii-36) ... #5 54.79 Selecting previously unselected package opensp. #5 54.79 Preparing to unpack .../105-opensp_1.5.2-13+b2_amd64.deb ... #5 54.83 Unpacking opensp (1.5.2-13+b2) ... #5 55.01 Selecting previously unselected package docbook-utils. #5 55.02 Preparing to unpack .../106-docbook-utils_0.6.14-3.4_all.deb ... #5 55.04 Unpacking docbook-utils (0.6.14-3.4) ... #5 55.25 Selecting previously unselected package asciidoc-dblatex. #5 55.26 Preparing to unpack .../107-asciidoc-dblatex_9.0.0~rc2-1_all.deb ... #5 55.29 Unpacking asciidoc-dblatex (9.0.0~rc2-1) ... #5 55.52 Selecting previously unselected package docbook5-xml. #5 55.53 Preparing to unpack .../108-docbook5-xml_5.0-3_all.deb ... #5 55.57 Unpacking docbook5-xml (5.0-3) ... #5 55.92 Selecting previously unselected package docutils-common. #5 55.93 Preparing to unpack .../109-docutils-common_0.16+dfsg-4_all.deb ... #5 55.96 Unpacking docutils-common (0.16+dfsg-4) ... #5 56.20 Selecting previously unselected package fontconfig. #5 56.20 Preparing to unpack .../110-fontconfig_2.13.1-4.2_amd64.deb ... #5 56.23 Unpacking fontconfig (2.13.1-4.2) ... #5 56.78 Selecting previously unselected package libann0. #5 56.79 Preparing to unpack .../111-libann0_1.1.2+doc-7_amd64.deb ... #5 56.82 Unpacking libann0 (1.1.2+doc-7) ... #5 56.98 Selecting previously unselected package libcdt5:amd64. #5 56.99 Preparing to unpack .../112-libcdt5_2.42.2-5+deb11u1_amd64.deb ... #5 57.02 Unpacking libcdt5:amd64 (2.42.2-5+deb11u1) ... #5 57.20 Selecting previously unselected package libcgraph6:amd64. #5 57.21 Preparing to unpack .../113-libcgraph6_2.42.2-5+deb11u1_amd64.deb ... #5 57.24 Unpacking libcgraph6:amd64 (2.42.2-5+deb11u1) ... #5 57.45 Selecting previously unselected package libjpeg62-turbo:amd64. #5 57.45 Preparing to unpack .../114-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ... #5 57.48 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ... #5 57.69 Selecting previously unselected package libdeflate0:amd64. #5 57.70 Preparing to unpack .../115-libdeflate0_1.7-1_amd64.deb ... #5 57.73 Unpacking libdeflate0:amd64 (1.7-1) ... #5 57.94 Selecting previously unselected package libjbig0:amd64. #5 57.94 Preparing to unpack .../116-libjbig0_2.1-3.1+b2_amd64.deb ... #5 57.97 Unpacking libjbig0:amd64 (2.1-3.1+b2) ... #5 58.18 Selecting previously unselected package libwebp6:amd64. #5 58.19 Preparing to unpack .../117-libwebp6_0.6.1-2.1+deb11u2_amd64.deb ... #5 58.22 Unpacking libwebp6:amd64 (0.6.1-2.1+deb11u2) ... #5 58.45 Selecting previously unselected package libtiff5:amd64. #5 58.45 Preparing to unpack .../118-libtiff5_4.2.0-1+deb11u8_amd64.deb ... #5 58.48 Unpacking libtiff5:amd64 (4.2.0-1+deb11u8) ... #5 58.71 Selecting previously unselected package libgd3:amd64. #5 58.71 Preparing to unpack .../119-libgd3_2.3.0-2+deb11u1_amd64.deb ... #5 58.73 Unpacking libgd3:amd64 (2.3.0-2+deb11u1) ... #5 58.96 Selecting previously unselected package libgts-0.7-5:amd64. #5 58.96 Preparing to unpack .../120-libgts-0.7-5_0.7.6+darcs121130-4+b1_amd64.deb ... #5 58.99 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ... #5 59.23 Selecting previously unselected package libltdl7:amd64. #5 59.23 Preparing to unpack .../121-libltdl7_2.4.6-15_amd64.deb ... #5 59.26 Unpacking libltdl7:amd64 (2.4.6-15) ... #5 59.48 Selecting previously unselected package libfribidi0:amd64. #5 59.49 Preparing to unpack .../122-libfribidi0_1.0.8-2+deb11u1_amd64.deb ... #5 59.51 Unpacking libfribidi0:amd64 (1.0.8-2+deb11u1) ... #5 59.74 Selecting previously unselected package libpango-1.0-0:amd64. #5 59.75 Preparing to unpack .../123-libpango-1.0-0_1.46.2-3_amd64.deb ... #5 59.78 Unpacking libpango-1.0-0:amd64 (1.46.2-3) ... #5 60.01 Selecting previously unselected package libpangoft2-1.0-0:amd64. #5 60.01 Preparing to unpack .../124-libpangoft2-1.0-0_1.46.2-3_amd64.deb ... #5 60.04 Unpacking libpangoft2-1.0-0:amd64 (1.46.2-3) ... #5 60.27 Selecting previously unselected package libpangocairo-1.0-0:amd64. #5 60.27 Preparing to unpack .../125-libpangocairo-1.0-0_1.46.2-3_amd64.deb ... #5 60.30 Unpacking libpangocairo-1.0-0:amd64 (1.46.2-3) ... #5 60.50 Selecting previously unselected package libpathplan4:amd64. #5 60.50 Preparing to unpack .../126-libpathplan4_2.42.2-5+deb11u1_amd64.deb ... #5 60.53 Unpacking libpathplan4:amd64 (2.42.2-5+deb11u1) ... #5 60.74 Selecting previously unselected package libgvc6. #5 60.74 Preparing to unpack .../127-libgvc6_2.42.2-5+deb11u1_amd64.deb ... #5 60.77 Unpacking libgvc6 (2.42.2-5+deb11u1) ... #5 60.98 Selecting previously unselected package libgvpr2:amd64. #5 60.99 Preparing to unpack .../128-libgvpr2_2.42.2-5+deb11u1_amd64.deb ... #5 61.02 Unpacking libgvpr2:amd64 (2.42.2-5+deb11u1) ... #5 61.27 Selecting previously unselected package liblab-gamut1:amd64. #5 61.27 Preparing to unpack .../129-liblab-gamut1_2.42.2-5+deb11u1_amd64.deb ... #5 61.30 Unpacking liblab-gamut1:amd64 (2.42.2-5+deb11u1) ... #5 61.52 Selecting previously unselected package graphviz. #5 61.52 Preparing to unpack .../130-graphviz_2.42.2-5+deb11u1_amd64.deb ... #5 61.56 Unpacking graphviz (2.42.2-5+deb11u1) ... #5 61.81 Selecting previously unselected package libcairo-gobject2:amd64. #5 61.82 Preparing to unpack .../131-libcairo-gobject2_1.16.0-5_amd64.deb ... #5 61.85 Unpacking libcairo-gobject2:amd64 (1.16.0-5) ... #5 62.02 Selecting previously unselected package libgdk-pixbuf2.0-common. #5 62.02 Preparing to unpack .../132-libgdk-pixbuf2.0-common_2.42.2+dfsg-1+deb11u5_all.deb ... #5 62.06 Unpacking libgdk-pixbuf2.0-common (2.42.2+dfsg-1+deb11u5) ... #5 62.32 Selecting previously unselected package shared-mime-info. #5 62.32 Preparing to unpack .../133-shared-mime-info_2.0-1_amd64.deb ... #5 62.35 Unpacking shared-mime-info (2.0-1) ... #5 62.67 Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. #5 62.67 Preparing to unpack .../134-libgdk-pixbuf-2.0-0_2.42.2+dfsg-1+deb11u5_amd64.deb ... #5 62.70 Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u5) ... #5 62.96 Selecting previously unselected package libimagequant0:amd64. #5 62.96 Preparing to unpack .../135-libimagequant0_2.12.2-1.1_amd64.deb ... #5 62.98 Unpacking libimagequant0:amd64 (2.12.2-1.1) ... #5 63.19 Selecting previously unselected package liblcms2-2:amd64. #5 63.20 Preparing to unpack .../136-liblcms2-2_2.12~rc1-2+deb11u1_amd64.deb ... #5 63.22 Unpacking liblcms2-2:amd64 (2.12~rc1-2+deb11u1) ... #5 63.42 Selecting previously unselected package librsvg2-2:amd64. #5 63.42 Preparing to unpack .../137-librsvg2-2_2.50.3+dfsg-1+deb11u1_amd64.deb ... #5 63.46 Unpacking librsvg2-2:amd64 (2.50.3+dfsg-1+deb11u1) ... #5 63.76 Selecting previously unselected package librsvg2-bin. #5 63.77 Preparing to unpack .../138-librsvg2-bin_2.50.3+dfsg-1+deb11u1_amd64.deb ... #5 63.79 Unpacking librsvg2-bin (2.50.3+dfsg-1+deb11u1) ... #5 64.01 Selecting previously unselected package libwebpdemux2:amd64. #5 64.01 Preparing to unpack .../139-libwebpdemux2_0.6.1-2.1+deb11u2_amd64.deb ... #5 64.05 Unpacking libwebpdemux2:amd64 (0.6.1-2.1+deb11u2) ... #5 64.30 Selecting previously unselected package libwebpmux3:amd64. #5 64.30 Preparing to unpack .../140-libwebpmux3_0.6.1-2.1+deb11u2_amd64.deb ... #5 64.33 Unpacking libwebpmux3:amd64 (0.6.1-2.1+deb11u2) ... #5 64.52 Selecting previously unselected package mscgen. #5 64.52 Preparing to unpack .../141-mscgen_0.20-14_amd64.deb ... #5 64.55 Unpacking mscgen (0.20-14) ... #5 64.72 Selecting previously unselected package osmocom-keyring. #5 64.72 Preparing to unpack .../142-osmocom-keyring_1.1.1.8.7873_amd64.deb ... #5 64.75 Unpacking osmocom-keyring (1.1.1.8.7873) ... #5 64.93 Selecting previously unselected package osmocom-master. #5 64.93 Preparing to unpack .../143-osmocom-master_1.1.0_amd64.deb ... #5 64.96 Unpacking osmocom-master (1.1.0) ... #5 65.17 Selecting previously unselected package python3-funcparserlib. #5 65.17 Preparing to unpack .../144-python3-funcparserlib_0.3.6+dfsg1-1_all.deb ... #5 65.21 Unpacking python3-funcparserlib (0.3.6+dfsg1-1) ... #5 65.39 Selecting previously unselected package python3-pil:amd64. #5 65.39 Preparing to unpack .../145-python3-pil_8.1.2+dfsg-0.3+deb11u3_amd64.deb ... #5 65.41 Unpacking python3-pil:amd64 (8.1.2+dfsg-0.3+deb11u3) ... #5 65.63 Selecting previously unselected package python3-pkg-resources. #5 65.64 Preparing to unpack .../146-python3-pkg-resources_52.0.0-4+deb11u2_all.deb ... #5 65.67 Unpacking python3-pkg-resources (52.0.0-4+deb11u2) ... #5 65.86 Selecting previously unselected package python3-webcolors. #5 65.86 Preparing to unpack .../147-python3-webcolors_1.11.1-1_all.deb ... #5 65.89 Unpacking python3-webcolors (1.11.1-1) ... #5 66.09 Selecting previously unselected package python3-roman. #5 66.09 Preparing to unpack .../148-python3-roman_2.0.0-5_all.deb ... #5 66.12 Unpacking python3-roman (2.0.0-5) ... #5 66.32 Selecting previously unselected package python3-docutils. #5 66.33 Preparing to unpack .../149-python3-docutils_0.16+dfsg-4_all.deb ... #5 66.35 Unpacking python3-docutils (0.16+dfsg-4) ... #5 66.54 Selecting previously unselected package python3-reportlab-accel:amd64. #5 66.54 Preparing to unpack .../150-python3-reportlab-accel_3.5.59-2+deb11u1_amd64.deb ... #5 66.57 Unpacking python3-reportlab-accel:amd64 (3.5.59-2+deb11u1) ... #5 66.77 Selecting previously unselected package python3-reportlab. #5 66.78 Preparing to unpack .../151-python3-reportlab_3.5.59-2+deb11u1_all.deb ... #5 66.80 Unpacking python3-reportlab (3.5.59-2+deb11u1) ... #5 67.03 Selecting previously unselected package python3-blockdiag. #5 67.04 Preparing to unpack .../152-python3-blockdiag_2.0.1+dfsg-1_all.deb ... #5 67.07 Unpacking python3-blockdiag (2.0.1+dfsg-1) ... #5 67.29 Selecting previously unselected package python3-nwdiag. #5 67.29 Preparing to unpack .../153-python3-nwdiag_2.0.0+dfsg-1_all.deb ... #5 67.31 Unpacking python3-nwdiag (2.0.0+dfsg-1) ... #5 67.47 Selecting previously unselected package osmo-gsm-manuals-dev. #5 67.47 Preparing to unpack .../154-osmo-gsm-manuals-dev_1.7.0.6.96fe_all.deb ... #5 67.50 Unpacking osmo-gsm-manuals-dev (1.7.0.6.96fe) ... #5 67.69 Setting up media-types (4.0.0) ... #5 67.82 Setting up libgraphite2-3:amd64 (1.3.14-1) ... #5 67.92 Setting up liblcms2-2:amd64 (2.12~rc1-2+deb11u1) ... #5 68.03 Setting up libpixman-1-0:amd64 (0.40.0-1.1~deb11u1) ... #5 68.13 Setting up libxau6:amd64 (1:1.0.9-1) ... #5 68.25 Setting up libxdmcp6:amd64 (1:1.1.2-3) ... #5 68.34 Setting up libsgmls-perl (1.03ii-36) ... #5 68.43 Setting up libxcb1:amd64 (1.14-3) ... #5 68.53 Setting up fonts-gfs-porson (1.1-7) ... #5 68.63 Setting up libicu67:amd64 (67.1-7+deb11u1) ... #5 68.74 Setting up libdatrie1:amd64 (0.2.13-1) ... #5 68.83 Setting up sgmlspl (1.03ii-36) ... #5 68.92 Setting up libtexlua53:amd64 (2020.20200327.54578-7+deb11u2) ... #5 69.01 Setting up libxcb-render0:amd64 (1.14-3) ... #5 69.11 Setting up libglib2.0-0:amd64 (2.66.8-1+deb11u8) ... #5 69.20 No schema files found: doing nothing. #5 69.23 Setting up distro-info-data (0.51+deb11u11) ... #5 69.32 Setting up libtexluajit2:amd64 (2020.20200327.54578-7+deb11u2) ... #5 69.43 Setting up libfontbox-java (1:1.8.16-2) ... #5 69.53 Setting up liblab-gamut1:amd64 (2.42.2-5+deb11u1) ... #5 69.63 Setting up libgdk-pixbuf2.0-common (2.42.2+dfsg-1+deb11u5) ... #5 69.74 Setting up x11-common (1:7.7+22) ... #5 70.29 debconf: unable to initialize frontend: Dialog #5 70.29 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 70.29 debconf: falling back to frontend: Readline #5 70.30 invoke-rc.d: could not determine current runlevel #5 70.30 invoke-rc.d: policy-rc.d denied execution of start. #5 70.33 Setting up libdeflate0:amd64 (1.7-1) ... #5 70.44 Setting up libxcb-shm0:amd64 (1.14-3) ... #5 70.53 Setting up libzzip-0-13:amd64 (0.13.62-3.3+deb11u1) ... #5 70.62 Setting up libjbig0:amd64 (2.1-3.1+b2) ... #5 70.73 Setting up libosp5 (1.5.2-13+b2) ... #5 70.86 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4+b1) ... #5 70.97 Setting up asciidoc-common (9.0.0~rc2-1) ... #5 73.41 Setting up libfontenc1:amd64 (1:1.1.4-1) ... #5 73.52 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ... #5 73.63 Setting up libx11-data (2:1.7.2-1+deb11u2) ... #5 73.74 Setting up libidn11:amd64 (1.33-3) ... #5 73.85 Setting up libteckit0:amd64 (2.5.10+ds1-3) ... #5 73.96 Setting up libpathplan4:amd64 (2.42.2-5+deb11u1) ... #5 74.07 Setting up libapache-pom-java (18-1) ... #5 74.18 Setting up libann0 (1.1.2+doc-7) ... #5 74.29 Setting up xfonts-encodings (1:1.0.4-2.1) ... #5 74.40 Setting up libfribidi0:amd64 (1.0.8-2+deb11u1) ... #5 74.51 Setting up t1utils (1.41-4) ... #5 74.62 Setting up libimagequant0:amd64 (2.12.2-1.1) ... #5 74.73 Setting up libpng16-16:amd64 (1.6.37-3+deb11u4) ... #5 74.84 Setting up libwebp6:amd64 (0.6.1-2.1+deb11u2) ... #5 74.96 Setting up fonts-dejavu-core (2.37-2) ... #5 75.52 Setting up osmocom-keyring (1.1.1.8.7873) ... #5 75.63 Setting up lynx-common (2.9.0dev.6-3~deb11u1) ... #5 75.71 Setting up osmocom-master (1.1.0) ... #5 75.81 Setting up libltdl7:amd64 (2.4.6-15) ... #5 75.91 Setting up libkpathsea6:amd64 (2020.20200327.54578-7+deb11u2) ... #5 76.02 Setting up python-apt-common (2.2.1.1) ... #5 76.13 Setting up libostyle1c2 (1.4devel1-22) ... #5 76.28 Setting up fonts-gfs-baskerville (1.1-6) ... #5 76.39 Setting up sensible-utils (0.0.14) ... #5 76.48 Setting up libmime-charset-perl (1.012.2-1) ... #5 76.59 Setting up libmpdec3:amd64 (2.5.1-1) ... #5 76.70 Setting up fonts-lmodern (2.004.5-6.1) ... #5 76.83 Setting up libx11-6:amd64 (2:1.7.2-1+deb11u2) ... #5 76.95 Setting up libthai-data (0.1.28-3) ... #5 77.05 Setting up sgml-base (1.30) ... #5 77.24 Setting up libcdt5:amd64 (2.42.2-5+deb11u1) ... #5 77.36 Setting up libcgraph6:amd64 (2.42.2-5+deb11u1) ... #5 77.47 Setting up libtiff5:amd64 (4.2.0-1+deb11u8) ... #5 77.57 Setting up lynx (2.9.0dev.6-3~deb11u1) ... #5 77.66 update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode #5 77.66 update-alternatives: warning: skip creation of /usr/share/man/man1/www-browser.1.gz because associated file /usr/share/man/man1/lynx.1.gz (of link group www-browser) doesn't exist #5 77.71 Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ... #5 77.83 Setting up libwebpmux3:amd64 (0.6.1-2.1+deb11u2) ... #5 77.94 Setting up mailcap (3.69) ... #5 78.11 Setting up openjade (1.4devel1-22) ... #5 78.37 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u9) ... #5 78.48 Setting up xdg-utils (1.1.3-4.1) ... #5 78.56 update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode #5 78.56 update-alternatives: warning: skip creation of /usr/share/man/man1/open.1.gz because associated file /usr/share/man/man1/xdg-open.1.gz (of link group open) doesn't exist #5 78.60 Setting up libsynctex2:amd64 (2020.20200327.54578-7+deb11u2) ... #5 78.71 Setting up libpython3.9-stdlib:amd64 (3.9.2-1+deb11u7) ... #5 78.82 Setting up libpython3-stdlib:amd64 (3.9.2-3) ... #5 78.93 Setting up teckit (2.5.10+ds1-3) ... #5 79.04 Setting up libice6:amd64 (2:1.0.10-1) ... #5 79.15 Setting up libpdfbox-java (1:1.8.16-2) ... #5 79.22 Setting up mime-support (3.66) ... #5 79.32 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb11u1) ... #5 79.42 Setting up libxrender1:amd64 (1:0.9.10-1) ... #5 79.53 Setting up libwebpdemux2:amd64 (0.6.1-2.1+deb11u2) ... #5 79.64 Setting up libcommons-parent-java (43-1) ... #5 79.75 Setting up libcommons-logging-java (1.2-2) ... #5 79.87 Setting up libxext6:amd64 (2:1.3.3-1.1) ... #5 79.97 Setting up opensp (1.5.2-13+b2) ... #5 80.08 Setting up libthai0:amd64 (0.1.28-3) ... #5 80.19 Setting up libptexenc1:amd64 (2020.20200327.54578-7+deb11u2) ... #5 80.29 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u2) ... #5 80.39 Setting up shared-mime-info (2.0-1) ... #5 94.47 Setting up ucf (3.0043+deb11u2) ... #5 94.64 debconf: unable to initialize frontend: Dialog #5 94.64 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 94.64 debconf: falling back to frontend: Readline #5 94.71 Setting up libgvpr2:amd64 (2.42.2-5+deb11u1) ... #5 94.82 Setting up xml-core (0.18+nmu1) ... #5 95.09 Setting up libxslt1.1:amd64 (1.1.34-4+deb11u3) ... #5 95.21 Setting up libharfbuzz0b:amd64 (2.7.4-1) ... #5 95.31 Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.2+dfsg-1+deb11u5) ... #5 95.44 Setting up libxml2-utils (2.9.10+dfsg-6.7+deb11u9) ... #5 95.54 Setting up libsm6:amd64 (2:1.2.3-1) ... #5 95.65 Setting up python3.9 (3.9.2-1+deb11u7) ... #5 96.08 Setting up libpaper1:amd64 (1.1.28+b1) ... #5 96.20 debconf: unable to initialize frontend: Dialog #5 96.20 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 96.20 debconf: falling back to frontend: Readline #5 96.23 #5 96.23 Creating config file /etc/papersize with new version #5 96.33 Setting up libxi6:amd64 (2:1.7.10-1) ... #5 96.44 Setting up libsombok3:amd64 (2.4.0-2+b1) ... #5 96.55 Setting up fontconfig-config (2.13.1-4.2) ... #5 96.74 debconf: unable to initialize frontend: Dialog #5 96.74 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 96.74 debconf: falling back to frontend: Readline #5 97.01 Setting up xsltproc (1.1.34-4+deb11u3) ... #5 97.12 Setting up python3 (3.9.2-3) ... #5 97.21 running python rtupdate hooks for python3.9... #5 97.21 running python post-rtupdate hooks for python3.9... #5 97.29 Setting up libpaper-utils (1.1.28+b1) ... #5 97.40 Setting up xfonts-utils (1:7.7+6) ... #5 97.52 Setting up tex-common (6.16) ... #5 97.71 debconf: unable to initialize frontend: Dialog #5 97.71 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 97.71 debconf: falling back to frontend: Readline #5 97.76 update-language: texlive-base not installed and configured, doing nothing! #5 97.81 Setting up python3-pil:amd64 (8.1.2+dfsg-0.3+deb11u3) ... #5 98.05 Setting up python3-roman (2.0.0-5) ... #5 98.25 Setting up asciidoc-base (9.0.0~rc2-1) ... #5 98.97 Setting up python3-webcolors (1.11.1-1) ... #5 99.16 Setting up libunicode-linebreak-perl (0.0.20190101-1+b3) ... #5 99.28 Setting up python3-reportlab-accel:amd64 (3.5.59-2+deb11u1) ... #5 99.40 Setting up python3-funcparserlib (0.3.6+dfsg1-1) ... #5 99.58 Setting up libxt6:amd64 (1:1.2.0-1) ... #5 99.69 Setting up python3-reportlab (3.5.59-2+deb11u1) ... #5 100.1 Setting up lmodern (2.004.5-6.1) ... #5 100.4 Setting up libfontconfig1:amd64 (2.13.1-4.2) ... #5 100.5 Setting up python3-pkg-resources (52.0.0-4+deb11u2) ... #5 100.7 Setting up fontconfig (2.13.1-4.2) ... #5 100.8 Regenerating fonts cache... done. #5 103.0 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... #5 103.1 Setting up python3-apt (2.2.1.1) ... #5 103.2 Setting up preview-latex-style (12.2-1) ... #5 103.3 Setting up libpango-1.0-0:amd64 (1.46.2-3) ... #5 103.4 Setting up libxaw7:amd64 (2:1.0.13-1.1) ... #5 103.5 Setting up libcairo2:amd64 (1.16.0-5) ... #5 103.6 Setting up asciidoc (9.0.0~rc2-1) ... #5 103.8 Setting up libgd3:amd64 (2.3.0-2+deb11u1) ... #5 103.9 Setting up texlive-binaries (2020.20200327.54578-7+deb11u2) ... #5 104.0 update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode #5 104.0 update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode #5 104.0 update-alternatives: warning: skip creation of /usr/share/man/man1/bibtex.1.gz because associated file /usr/share/man/man1/bibtex.original.1.gz (of link group bibtex) doesn't exist #5 104.1 Setting up libcairo-gobject2:amd64 (1.16.0-5) ... #5 104.2 Setting up libpangoft2-1.0-0:amd64 (1.46.2-3) ... #5 104.3 Setting up texlive-base (2020.20210202-3) ... #5 104.9 tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps #5 105.0 tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg #5 105.1 tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper #5 105.2 tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/tex-ini-files/pdftexconfig.tex #5 105.3 debconf: unable to initialize frontend: Dialog #5 105.3 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 105.3 debconf: falling back to frontend: Readline #5 105.6 Setting up libpangocairo-1.0-0:amd64 (1.46.2-3) ... #5 105.7 Setting up mscgen (0.20-14) ... #5 105.8 Setting up texlive-luatex (2020.20210202-3) ... #5 105.8 Setting up texlive-plain-generic (2020.20210202-3) ... #5 105.9 Setting up texlive-lang-greek (2020.20210202-2) ... #5 106.0 Setting up librsvg2-2:amd64 (2.50.3+dfsg-1+deb11u1) ... #5 106.1 Setting up texlive-latex-base (2020.20210202-3) ... #5 106.2 Setting up texlive-extra-utils (2020.20210202-3) ... #5 106.2 Setting up texlive-latex-recommended (2020.20210202-3) ... #5 106.3 Setting up libgvc6 (2.42.2-5+deb11u1) ... #5 106.3 Setting up texlive-pictures (2020.20210202-3) ... #5 106.4 Setting up texlive-fonts-recommended (2020.20210202-3) ... #5 106.5 Setting up tipa (2:1.3-20.1) ... #5 106.6 Setting up graphviz (2.42.2-5+deb11u1) ... #5 106.6 Setting up librsvg2-bin (2.50.3+dfsg-1+deb11u1) ... #5 106.7 Setting up texlive (2020.20210202-3) ... #5 106.7 Setting up texlive-science (2020.20210202-3) ... #5 106.8 Setting up texlive-latex-extra (2020.20210202-3) ... #5 106.9 Setting up texlive-bibtex-extra (2020.20210202-3) ... #5 106.9 Setting up texlive-xetex (2020.20210202-3) ... #5 107.0 Setting up texlive-formats-extra (2020.20210202-3) ... #5 107.2 Processing triggers for libc-bin (2.31-13+deb11u13) ... #5 107.3 Processing triggers for sgml-base (1.30) ... #5 107.4 Setting up docutils-common (0.16+dfsg-4) ... #5 107.6 Setting up sgml-data (2.0.11+nmu1) ... #5 107.9 Setting up docbook5-xml (5.0-3) ... #5 108.1 Processing triggers for sgml-base (1.30) ... #5 108.2 Setting up python3-docutils (0.16+dfsg-4) ... #5 108.3 update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode #5 108.3 update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode #5 108.3 update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode #5 108.3 update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode #5 108.3 update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode #5 108.4 update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode #5 108.4 update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode #5 108.4 update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode #5 108.4 update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode #5 108.4 update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode #5 108.4 update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode #5 108.5 update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode #5 108.5 update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode #5 108.6 Setting up docbook-xml (4.5-9) ... #5 109.9 Setting up python3-blockdiag (2.0.1+dfsg-1) ... #5 110.0 Setting up python3-nwdiag (2.0.0+dfsg-1) ... #5 110.2 Processing triggers for sgml-base (1.30) ... #5 110.3 Setting up docbook-dsssl (1.79-9.2) ... #5 110.4 Setting up dblatex (0.3.12py3-1) ... #5 110.6 Processing triggers for sgml-base (1.30) ... #5 110.6 Setting up docbook-utils (0.6.14-3.4) ... #5 110.7 Setting up asciidoc-dblatex (9.0.0~rc2-1) ... #5 110.8 Setting up osmo-gsm-manuals-dev (1.7.0.6.96fe) ... #5 110.9 Processing triggers for tex-common (6.16) ... #5 111.0 debconf: unable to initialize frontend: Dialog #5 111.0 debconf: (TERM is not set, so the dialog frontend is not usable.) #5 111.0 debconf: falling back to frontend: Readline #5 111.0 Running updmap-sys. This may take some time... done. #5 111.3 Running mktexlsr /var/lib/texmf ... done. #5 111.3 Building format(s) --all. #5 111.3 This may take some time... done. #5 DONE 120.0s #6 exporting to image #6 exporting layers #6 exporting layers 2.2s done #6 writing image sha256:9ab853fb9135b5a44c8734dadca004c03107801beab42f6e0a4a55975ad2e191 0.0s done #6 naming to docker.io/library/debian-11-osmocom-obs-build-binpkg-manuals 0.0s done #6 DONE 2.3s 1 warning found (use docker --debug to expand): - InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 9) + apt_get=apt-get + [ -n 1 ] + export DEBIAN_FRONTEND=noninteractive + apt_get=apt-get -y + su user -c tar -C _temp/binpkgs -xvf _temp/srcpkgs/libosmo-sigtran/*.tar.* libosmo-sigtran/ libosmo-sigtran/.github/ libosmo-sigtran/.github/FUNDING.yml libosmo-sigtran/.tarball-version libosmo-sigtran/COPYING libosmo-sigtran/Doxyfile.in libosmo-sigtran/Makefile.am libosmo-sigtran/README.md libosmo-sigtran/TODO-RELEASE libosmo-sigtran/configure.ac libosmo-sigtran/contrib/ libosmo-sigtran/contrib/Makefile.am libosmo-sigtran/contrib/jenkins.sh libosmo-sigtran/contrib/systemd/ libosmo-sigtran/contrib/systemd/Makefile.am libosmo-sigtran/contrib/systemd/osmo-stp.service libosmo-sigtran/contrib/test/ libosmo-sigtran/contrib/test/osmo-stp.cfg libosmo-sigtran/contrib/test/run-in-ns.sh libosmo-sigtran/contrib/test/test-m3ua.sh libosmo-sigtran/contrib/test/test-sua.sh libosmo-sigtran/debian/ libosmo-sigtran/debian/changelog libosmo-sigtran/debian/compat libosmo-sigtran/debian/control libosmo-sigtran/debian/copyright libosmo-sigtran/debian/docs libosmo-sigtran/debian/libosmo-sigtran-dev.install libosmo-sigtran/debian/libosmo-sigtran-doc.install libosmo-sigtran/debian/libosmo-sigtran12.install libosmo-sigtran/debian/osmo-stp-doc.install libosmo-sigtran/debian/osmo-stp.install libosmo-sigtran/debian/osmo-stp.postinst libosmo-sigtran/debian/rules libosmo-sigtran/debian/source/ libosmo-sigtran/debian/source/format libosmo-sigtran/doc/ libosmo-sigtran/doc/Makefile.am libosmo-sigtran/doc/examples/ libosmo-sigtran/doc/examples/Makefile.am libosmo-sigtran/doc/examples/osmo-stp-multihome.cfg libosmo-sigtran/doc/examples/osmo-stp.cfg libosmo-sigtran/doc/manuals/ libosmo-sigtran/doc/manuals/Makefile.am libosmo-sigtran/doc/manuals/chapters/ libosmo-sigtran/doc/manuals/chapters/overview.adoc libosmo-sigtran/doc/manuals/osmostp-usermanual-docinfo.xml libosmo-sigtran/doc/manuals/osmostp-usermanual.adoc libosmo-sigtran/doc/manuals/osmostp-vty-reference.xml libosmo-sigtran/doc/manuals/regen_doc.sh libosmo-sigtran/doc/manuals/vty/ libosmo-sigtran/doc/manuals/vty/osmo-stp_additions.xml libosmo-sigtran/examples/ libosmo-sigtran/examples/Makefile.am libosmo-sigtran/examples/README libosmo-sigtran/examples/internal.h libosmo-sigtran/examples/sccp_demo_user.c libosmo-sigtran/examples/sccp_test_server.c libosmo-sigtran/examples/sccp_test_vty.c libosmo-sigtran/git-version-gen libosmo-sigtran/include/ libosmo-sigtran/include/Makefile.am libosmo-sigtran/include/osmocom/ libosmo-sigtran/include/osmocom/Makefile.am libosmo-sigtran/include/osmocom/sccp/ libosmo-sigtran/include/osmocom/sccp/Makefile.am libosmo-sigtran/include/osmocom/sccp/sccp_types.h libosmo-sigtran/include/osmocom/sigtran/ libosmo-sigtran/include/osmocom/sigtran/Makefile.am libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h libosmo-sigtran/include/osmocom/sigtran/protocol/ libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h libosmo-sigtran/include/osmocom/sigtran/version.h.tpl libosmo-sigtran/include/osmocom/sigtran/xua_msg.h libosmo-sigtran/libosmo-sigtran.pc.in libosmo-sigtran/osmoappdesc.py libosmo-sigtran/specs/ libosmo-sigtran/specs/RFC_3868__Signalling_Connection_Control_Part_User_Adaptation_Layer_SUA.html libosmo-sigtran/src/ libosmo-sigtran/src/Makefile.am libosmo-sigtran/src/ipa.c libosmo-sigtran/src/m3ua.c libosmo-sigtran/src/mtp3_hmdc.c libosmo-sigtran/src/mtp3_hmdc.h libosmo-sigtran/src/mtp3_hmdt.c libosmo-sigtran/src/mtp3_hmdt.h libosmo-sigtran/src/mtp3_hmrt.c libosmo-sigtran/src/mtp3_hmrt.h libosmo-sigtran/src/mtp3_rtpc.c libosmo-sigtran/src/mtp3_rtpc.h libosmo-sigtran/src/mtp_sap.c libosmo-sigtran/src/sccp2sua.c libosmo-sigtran/src/sccp_connection.c libosmo-sigtran/src/sccp_connection.h libosmo-sigtran/src/sccp_helpers.c libosmo-sigtran/src/sccp_instance.c libosmo-sigtran/src/sccp_instance.h libosmo-sigtran/src/sccp_internal.h libosmo-sigtran/src/sccp_lbcs.c libosmo-sigtran/src/sccp_sap.c libosmo-sigtran/src/sccp_sclc.c libosmo-sigtran/src/sccp_scmg.c libosmo-sigtran/src/sccp_scoc.c libosmo-sigtran/src/sccp_scoc_fsm.c libosmo-sigtran/src/sccp_scoc_fsm.h libosmo-sigtran/src/sccp_scrc.c libosmo-sigtran/src/sccp_types.c libosmo-sigtran/src/sccp_user.c libosmo-sigtran/src/sccp_user.h libosmo-sigtran/src/sccp_vty.c libosmo-sigtran/src/ss7.c libosmo-sigtran/src/ss7_as.c libosmo-sigtran/src/ss7_as.h libosmo-sigtran/src/ss7_as_vty.c libosmo-sigtran/src/ss7_asp.c libosmo-sigtran/src/ss7_asp.h libosmo-sigtran/src/ss7_asp_peer.c libosmo-sigtran/src/ss7_asp_peer.h libosmo-sigtran/src/ss7_asp_vty.c libosmo-sigtran/src/ss7_combined_linkset.c libosmo-sigtran/src/ss7_combined_linkset.h libosmo-sigtran/src/ss7_instance.c libosmo-sigtran/src/ss7_instance.h libosmo-sigtran/src/ss7_internal.h libosmo-sigtran/src/ss7_link.c libosmo-sigtran/src/ss7_link.h libosmo-sigtran/src/ss7_linkset.c libosmo-sigtran/src/ss7_linkset.h libosmo-sigtran/src/ss7_route.c libosmo-sigtran/src/ss7_route.h libosmo-sigtran/src/ss7_route_table.c libosmo-sigtran/src/ss7_route_table.h libosmo-sigtran/src/ss7_user.c libosmo-sigtran/src/ss7_user.h libosmo-sigtran/src/ss7_vty.c libosmo-sigtran/src/ss7_vty.h libosmo-sigtran/src/ss7_xua_srv.c libosmo-sigtran/src/ss7_xua_srv.h libosmo-sigtran/src/ss7_xua_srv_vty.c libosmo-sigtran/src/sua.c libosmo-sigtran/src/tcap_as_loadshare.c libosmo-sigtran/src/tcap_as_loadshare.h libosmo-sigtran/src/tcap_as_loadshare_vty.c libosmo-sigtran/src/tcap_as_loadshare_vty.h libosmo-sigtran/src/tcap_trans_tracking.c libosmo-sigtran/src/tcap_trans_tracking.h libosmo-sigtran/src/xua_as_fsm.c libosmo-sigtran/src/xua_as_fsm.h libosmo-sigtran/src/xua_asp_fsm.c libosmo-sigtran/src/xua_asp_fsm.h libosmo-sigtran/src/xua_default_lm_fsm.c libosmo-sigtran/src/xua_internal.h libosmo-sigtran/src/xua_lm_sap.c libosmo-sigtran/src/xua_lm_sap.h libosmo-sigtran/src/xua_msg.c libosmo-sigtran/src/xua_msg.h libosmo-sigtran/src/xua_rkm.c libosmo-sigtran/src/xua_shared.c libosmo-sigtran/src/xua_snm.c libosmo-sigtran/src/xua_types.h libosmo-sigtran/stp/ libosmo-sigtran/stp/Makefile.am libosmo-sigtran/stp/stp_main.c libosmo-sigtran/tests/ libosmo-sigtran/tests/Makefile.am libosmo-sigtran/tests/m2ua/ libosmo-sigtran/tests/m2ua/Makefile.am libosmo-sigtran/tests/m2ua/m2ua_test.c libosmo-sigtran/tests/m2ua/m2ua_test.ok libosmo-sigtran/tests/ss7/ libosmo-sigtran/tests/ss7/Makefile.am libosmo-sigtran/tests/ss7/ss7_test.c libosmo-sigtran/tests/ss7/ss7_test.err libosmo-sigtran/tests/ss7/ss7_test.ok libosmo-sigtran/tests/tcap/ libosmo-sigtran/tests/tcap/Makefile.am libosmo-sigtran/tests/tcap/tcap_transaction_tracking_test.c libosmo-sigtran/tests/tcap/tcap_transaction_tracking_test.ok libosmo-sigtran/tests/testsuite.at libosmo-sigtran/tests/vty/ libosmo-sigtran/tests/vty/Makefile.am libosmo-sigtran/tests/vty/osmo_stp_route_prio.vty libosmo-sigtran/tests/vty/osmo_stp_test.vty libosmo-sigtran/tests/vty/osmo_stp_test_tcap.vty libosmo-sigtran/tests/vty/ss7_asp_test.vty libosmo-sigtran/tests/vty/ss7_asp_vty_test.c libosmo-sigtran/tests/vty/vty_test_runner.py libosmo-sigtran/tests/xua/ libosmo-sigtran/tests/xua/Makefile.am libosmo-sigtran/tests/xua/sccp_test_data.c libosmo-sigtran/tests/xua/sccp_test_data.h libosmo-sigtran/tests/xua/xua_test.c libosmo-sigtran/tests/xua/xua_test.err libosmo-sigtran/tests/xua/xua_test.ok + cd _temp/binpkgs/libosmo-sigtran + apt-get -y update Hit:1 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 http://deb.debian.org/debian-security bullseye-security InRelease Hit:4 http://deb.debian.org/debian bullseye-updates InRelease Reading package lists... + apt-get -y build-dep . Note, using directory '.' to get the build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: autoconf automake autopoint autotools-dev bsdextrautils debhelper dh-autoreconf dh-strip-nondeterminism doxygen dwz file gettext gettext-base groff-base intltool-debian libarchive-zip-perl libclang-cpp11 libclang1-11 libdebhelper-perl libedit2 libfile-stripnondeterminism-perl libllvm11 libmagic-mgc libmagic1 libmnl-dev libosmo-asn1-tcap-dev libosmo-asn1-tcap1 libosmo-netif-dev libosmocodec4 libosmocoding0 libosmocore libosmocore-dev libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2 libosmousb0 libosmovty13 libpcsclite1 libpipeline1 libsctp-dev libsctp1 libsigsegv2 libsub-override-perl libtalloc-dev libtalloc2 libtool libuchardet0 liburing1 libusb-1.0-0 libusb-1.0-0-dev libxapian30 libz3-4 m4 man-db pkg-config po-debconf 0 upgraded, 60 newly installed, 0 to remove and 1 not upgraded. Need to get 57.2 MB of archives. After this operation, 241 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u2 [146 kB] Get:2 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmo-asn1-tcap1 0.2.1.5.d888 [38.2 kB] Get:3 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB] Get:4 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmo-asn1-tcap-dev 0.2.1.5.d888 [79.2 kB] Get:6 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB] Get:7 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB] Get:8 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3+deb11u1 [273 kB] Get:9 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3+deb11u1 [128 kB] Get:10 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3+deb11u1 [69.2 kB] Get:11 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB] Get:12 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB] Get:13 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmocore22 1.14.0.3.c812 [191 kB] Get:14 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB] Get:15 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB] Get:16 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB] Get:17 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB] Get:18 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmocodec4 1.14.0.3.c812 [70.3 kB] Get:19 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmoisdn0 1.14.0.3.c812 [88.8 kB] Get:20 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB] Get:21 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB] Get:22 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB] Get:23 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB] Get:24 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB] Get:25 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB] Get:26 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmogsm20 1.14.0.3.c812 [245 kB] Get:27 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB] Get:28 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB] Get:29 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmocoding0 1.14.0.3.c812 [89.7 kB] Get:30 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmovty13 1.14.0.3.c812 [122 kB] Get:31 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB] Get:32 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB] Get:33 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmogb14 1.14.0.3.c812 [196 kB] Get:34 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmoctrl0 1.14.0.3.c812 [78.1 kB] Get:35 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmosim2 1.14.0.3.c812 [81.8 kB] Get:36 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB] Get:37 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB] Get:38 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB] Get:39 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmousb0 1.14.0.3.c812 [68.4 kB] Get:40 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmocore 1.14.0.3.c812 [61.8 kB] Get:41 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB] Get:42 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB] Get:43 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmocore-dev 1.14.0.3.c812 [871 kB] Get:44 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmonetif11 1.7.0.15.fe2d [73.7 kB] Get:45 https://downloads.osmocom.org/packages/osmocom:/master/Debian_11 ./ libosmo-netif-dev 1.7.0.15.fe2d [92.8 kB] Get:46 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB] Get:47 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB] Get:48 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB] Get:49 http://deb.debian.org/debian bullseye/main amd64 libxapian30 amd64 1.4.18-3+deb11u1 [1089 kB] Get:50 http://deb.debian.org/debian bullseye/main amd64 doxygen amd64 1.9.1-1 [4232 kB] Get:51 http://deb.debian.org/debian bullseye/main amd64 libmnl-dev amd64 1.0.4-3 [7752 B] Get:52 http://deb.debian.org/debian bullseye/main amd64 libtalloc2 amd64 2.3.1-2+b1 [29.3 kB] Get:53 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB] Get:54 http://deb.debian.org/debian bullseye/main amd64 libtalloc-dev amd64 2.3.1-2+b1 [54.7 kB] Get:55 http://deb.debian.org/debian bullseye/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [28.3 kB] Get:56 http://deb.debian.org/debian bullseye/main amd64 liburing1 amd64 0.7-3 [8572 B] Get:57 http://deb.debian.org/debian bullseye/main amd64 libpcsclite1 amd64 1.9.1-1 [60.2 kB] Get:58 http://deb.debian.org/debian bullseye/main amd64 libusb-1.0-0 amd64 2:1.0.24-3 [60.2 kB] Get:59 http://deb.debian.org/debian bullseye/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [81.5 kB] Get:60 http://deb.debian.org/debian bullseye/main amd64 libusb-1.0-0-dev amd64 2:1.0.24-3 [80.4 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 57.2 MB in 1s (78.0 MB/s) Selecting previously unselected package bsdextrautils. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 60533 files and directories currently installed.) Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u2_amd64.deb ... Unpacking bsdextrautils (2.36.1-8+deb11u2) ... Selecting previously unselected package libuchardet0:amd64. Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ... Unpacking libuchardet0:amd64 (0.0.7-1) ... Selecting previously unselected package groff-base. Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ... Unpacking groff-base (1.22.4-6) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../03-libpipeline1_1.5.3-1_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.3-1) ... Selecting previously unselected package man-db. Preparing to unpack .../04-man-db_2.9.4-2_amd64.deb ... Unpacking man-db (2.9.4-2) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../05-libmagic-mgc_1%3a5.39-3+deb11u1_amd64.deb ... Unpacking libmagic-mgc (1:5.39-3+deb11u1) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../06-libmagic1_1%3a5.39-3+deb11u1_amd64.deb ... Unpacking libmagic1:amd64 (1:5.39-3+deb11u1) ... Selecting previously unselected package file. Preparing to unpack .../07-file_1%3a5.39-3+deb11u1_amd64.deb ... Unpacking file (1:5.39-3+deb11u1) ... Selecting previously unselected package gettext-base. Preparing to unpack .../08-gettext-base_0.21-4_amd64.deb ... Unpacking gettext-base (0.21-4) ... Selecting previously unselected package libsigsegv2:amd64. Preparing to unpack .../09-libsigsegv2_2.13-1_amd64.deb ... Unpacking libsigsegv2:amd64 (2.13-1) ... Selecting previously unselected package m4. Preparing to unpack .../10-m4_1.4.18-5_amd64.deb ... Unpacking m4 (1.4.18-5) ... Selecting previously unselected package autoconf. Preparing to unpack .../11-autoconf_2.69-14_all.deb ... Unpacking autoconf (2.69-14) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../12-autotools-dev_20180224.1+nmu1_all.deb ... Unpacking autotools-dev (20180224.1+nmu1) ... Selecting previously unselected package automake. Preparing to unpack .../13-automake_1%3a1.16.3-2_all.deb ... Unpacking automake (1:1.16.3-2) ... Selecting previously unselected package autopoint. Preparing to unpack .../14-autopoint_0.21-4_all.deb ... Unpacking autopoint (0.21-4) ... Selecting previously unselected package libdebhelper-perl. Preparing to unpack .../15-libdebhelper-perl_13.3.4_all.deb ... Unpacking libdebhelper-perl (13.3.4) ... Selecting previously unselected package libtool. Preparing to unpack .../16-libtool_2.4.6-15_all.deb ... Unpacking libtool (2.4.6-15) ... Selecting previously unselected package dh-autoreconf. Preparing to unpack .../17-dh-autoreconf_20_all.deb ... Unpacking dh-autoreconf (20) ... Selecting previously unselected package libarchive-zip-perl. Preparing to unpack .../18-libarchive-zip-perl_1.68-1_all.deb ... Unpacking libarchive-zip-perl (1.68-1) ... Selecting previously unselected package libsub-override-perl. Preparing to unpack .../19-libsub-override-perl_0.09-2_all.deb ... Unpacking libsub-override-perl (0.09-2) ... Selecting previously unselected package libfile-stripnondeterminism-perl. Preparing to unpack .../20-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ... Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ... Selecting previously unselected package dh-strip-nondeterminism. Preparing to unpack .../21-dh-strip-nondeterminism_1.12.0-1_all.deb ... Unpacking dh-strip-nondeterminism (1.12.0-1) ... Selecting previously unselected package dwz. Preparing to unpack .../22-dwz_0.13+20210201-1_amd64.deb ... Unpacking dwz (0.13+20210201-1) ... Selecting previously unselected package gettext. Preparing to unpack .../23-gettext_0.21-4_amd64.deb ... Unpacking gettext (0.21-4) ... Selecting previously unselected package intltool-debian. Preparing to unpack .../24-intltool-debian_0.35.0+20060710.5_all.deb ... Unpacking intltool-debian (0.35.0+20060710.5) ... Selecting previously unselected package po-debconf. Preparing to unpack .../25-po-debconf_1.0.21+nmu1_all.deb ... Unpacking po-debconf (1.0.21+nmu1) ... Selecting previously unselected package debhelper. Preparing to unpack .../26-debhelper_13.3.4_all.deb ... Unpacking debhelper (13.3.4) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../27-libedit2_3.1-20191231-2+b1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20191231-2+b1) ... Selecting previously unselected package libz3-4:amd64. Preparing to unpack .../28-libz3-4_4.8.10-1_amd64.deb ... Unpacking libz3-4:amd64 (4.8.10-1) ... Selecting previously unselected package libllvm11:amd64. Preparing to unpack .../29-libllvm11_1%3a11.0.1-2_amd64.deb ... Unpacking libllvm11:amd64 (1:11.0.1-2) ... Selecting previously unselected package libclang-cpp11. Preparing to unpack .../30-libclang-cpp11_1%3a11.0.1-2_amd64.deb ... Unpacking libclang-cpp11 (1:11.0.1-2) ... Selecting previously unselected package libclang1-11. Preparing to unpack .../31-libclang1-11_1%3a11.0.1-2_amd64.deb ... Unpacking libclang1-11 (1:11.0.1-2) ... Selecting previously unselected package libxapian30:amd64. Preparing to unpack .../32-libxapian30_1.4.18-3+deb11u1_amd64.deb ... Unpacking libxapian30:amd64 (1.4.18-3+deb11u1) ... Selecting previously unselected package doxygen. Preparing to unpack .../33-doxygen_1.9.1-1_amd64.deb ... Unpacking doxygen (1.9.1-1) ... Selecting previously unselected package libmnl-dev:amd64. Preparing to unpack .../34-libmnl-dev_1.0.4-3_amd64.deb ... Unpacking libmnl-dev:amd64 (1.0.4-3) ... Selecting previously unselected package libtalloc2:amd64. Preparing to unpack .../35-libtalloc2_2.3.1-2+b1_amd64.deb ... Unpacking libtalloc2:amd64 (2.3.1-2+b1) ... Selecting previously unselected package libosmo-asn1-tcap1:amd64. Preparing to unpack .../36-libosmo-asn1-tcap1_0.2.1.5.d888_amd64.deb ... Unpacking libosmo-asn1-tcap1:amd64 (0.2.1.5.d888) ... Selecting previously unselected package pkg-config. Preparing to unpack .../37-pkg-config_0.29.2-1_amd64.deb ... Unpacking pkg-config (0.29.2-1) ... Selecting previously unselected package libtalloc-dev:amd64. Preparing to unpack .../38-libtalloc-dev_2.3.1-2+b1_amd64.deb ... Unpacking libtalloc-dev:amd64 (2.3.1-2+b1) ... Selecting previously unselected package libosmo-asn1-tcap-dev:amd64. Preparing to unpack .../39-libosmo-asn1-tcap-dev_0.2.1.5.d888_amd64.deb ... Unpacking libosmo-asn1-tcap-dev:amd64 (0.2.1.5.d888) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../40-libsctp1_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package liburing1:amd64. Preparing to unpack .../41-liburing1_0.7-3_amd64.deb ... Unpacking liburing1:amd64 (0.7-3) ... Selecting previously unselected package libosmocore22:amd64. Preparing to unpack .../42-libosmocore22_1.14.0.3.c812_amd64.deb ... Unpacking libosmocore22:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmocodec4:amd64. Preparing to unpack .../43-libosmocodec4_1.14.0.3.c812_amd64.deb ... Unpacking libosmocodec4:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmoisdn0:amd64. Preparing to unpack .../44-libosmoisdn0_1.14.0.3.c812_amd64.deb ... Unpacking libosmoisdn0:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmogsm20:amd64. Preparing to unpack .../45-libosmogsm20_1.14.0.3.c812_amd64.deb ... Unpacking libosmogsm20:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmocoding0:amd64. Preparing to unpack .../46-libosmocoding0_1.14.0.3.c812_amd64.deb ... Unpacking libosmocoding0:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmovty13:amd64. Preparing to unpack .../47-libosmovty13_1.14.0.3.c812_amd64.deb ... Unpacking libosmovty13:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmogb14:amd64. Preparing to unpack .../48-libosmogb14_1.14.0.3.c812_amd64.deb ... Unpacking libosmogb14:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmoctrl0:amd64. Preparing to unpack .../49-libosmoctrl0_1.14.0.3.c812_amd64.deb ... Unpacking libosmoctrl0:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../50-libpcsclite1_1.9.1-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.9.1-1) ... Selecting previously unselected package libosmosim2:amd64. Preparing to unpack .../51-libosmosim2_1.14.0.3.c812_amd64.deb ... Unpacking libosmosim2:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libusb-1.0-0:amd64. Preparing to unpack .../52-libusb-1.0-0_2%3a1.0.24-3_amd64.deb ... Unpacking libusb-1.0-0:amd64 (2:1.0.24-3) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../53-libosmousb0_1.14.0.3.c812_amd64.deb ... Unpacking libosmousb0:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmocore. Preparing to unpack .../54-libosmocore_1.14.0.3.c812_amd64.deb ... Unpacking libosmocore (1.14.0.3.c812) ... Selecting previously unselected package libsctp-dev:amd64. Preparing to unpack .../55-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libusb-1.0-0-dev:amd64. Preparing to unpack .../56-libusb-1.0-0-dev_2%3a1.0.24-3_amd64.deb ... Unpacking libusb-1.0-0-dev:amd64 (2:1.0.24-3) ... Selecting previously unselected package libosmocore-dev:amd64. Preparing to unpack .../57-libosmocore-dev_1.14.0.3.c812_amd64.deb ... Unpacking libosmocore-dev:amd64 (1.14.0.3.c812) ... Selecting previously unselected package libosmonetif11:amd64. Preparing to unpack .../58-libosmonetif11_1.7.0.15.fe2d_amd64.deb ... Unpacking libosmonetif11:amd64 (1.7.0.15.fe2d) ... Selecting previously unselected package libosmo-netif-dev:amd64. Preparing to unpack .../59-libosmo-netif-dev_1.7.0.15.fe2d_amd64.deb ... Unpacking libosmo-netif-dev:amd64 (1.7.0.15.fe2d) ... Setting up libpipeline1:amd64 (1.5.3-1) ... Setting up libxapian30:amd64 (1.4.18-3+deb11u1) ... Setting up bsdextrautils (2.36.1-8+deb11u2) ... update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist Setting up libmagic-mgc (1:5.39-3+deb11u1) ... Setting up libarchive-zip-perl (1.68-1) ... Setting up libdebhelper-perl (13.3.4) ... Setting up libedit2:amd64 (3.1-20191231-2+b1) ... Setting up libmagic1:amd64 (1:5.39-3+deb11u1) ... Setting up gettext-base (0.21-4) ... Setting up file (1:5.39-3+deb11u1) ... Setting up libtalloc2:amd64 (2.3.1-2+b1) ... Setting up autotools-dev (20180224.1+nmu1) ... Setting up libz3-4:amd64 (4.8.10-1) ... Setting up libllvm11:amd64 (1:11.0.1-2) ... Setting up libmnl-dev:amd64 (1.0.4-3) ... Setting up libsigsegv2:amd64 (2.13-1) ... Setting up libclang1-11 (1:11.0.1-2) ... Setting up autopoint (0.21-4) ... Setting up pkg-config (0.29.2-1) ... Setting up libpcsclite1:amd64 (1.9.1-1) ... Setting up liburing1:amd64 (0.7-3) ... Setting up dwz (0.13+20210201-1) ... Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... Setting up libosmocore22:amd64 (1.14.0.3.c812) ... Setting up libosmocodec4:amd64 (1.14.0.3.c812) ... Setting up libuchardet0:amd64 (0.0.7-1) ... Setting up libosmo-asn1-tcap1:amd64 (0.2.1.5.d888) ... Setting up libsub-override-perl (0.09-2) ... Setting up libusb-1.0-0:amd64 (2:1.0.24-3) ... Setting up libfile-stripnondeterminism-perl (1.12.0-1) ... Setting up gettext (0.21-4) ... Setting up libosmovty13:amd64 (1.14.0.3.c812) ... Setting up libtool (2.4.6-15) ... Setting up libosmoisdn0:amd64 (1.14.0.3.c812) ... Setting up libusb-1.0-0-dev:amd64 (2:1.0.24-3) ... Setting up m4 (1.4.18-5) ... Setting up intltool-debian (0.35.0+20060710.5) ... Setting up libclang-cpp11 (1:11.0.1-2) ... Setting up libtalloc-dev:amd64 (2.3.1-2+b1) ... Setting up doxygen (1.9.1-1) ... Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... Setting up libosmousb0:amd64 (1.14.0.3.c812) ... Setting up autoconf (2.69-14) ... Setting up dh-strip-nondeterminism (1.12.0-1) ... Setting up groff-base (1.22.4-6) ... Setting up libosmo-asn1-tcap-dev:amd64 (0.2.1.5.d888) ... Setting up libosmogsm20:amd64 (1.14.0.3.c812) ... Setting up automake (1:1.16.3-2) ... update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist Setting up libosmoctrl0:amd64 (1.14.0.3.c812) ... Setting up libosmogb14:amd64 (1.14.0.3.c812) ... Setting up po-debconf (1.0.21+nmu1) ... Setting up man-db (2.9.4-2) ... Building database of manual pages ... Setting up libosmonetif11:amd64 (1.7.0.15.fe2d) ... Setting up dh-autoreconf (20) ... Setting up libosmocoding0:amd64 (1.14.0.3.c812) ... Setting up libosmosim2:amd64 (1.14.0.3.c812) ... Setting up libosmocore (1.14.0.3.c812) ... Setting up debhelper (13.3.4) ... Setting up libosmocore-dev:amd64 (1.14.0.3.c812) ... Setting up libosmo-netif-dev:amd64 (1.7.0.15.fe2d) ... Processing triggers for libc-bin (2.31-13+deb11u13) ... Processing triggers for mailcap (3.69) ... + [ -n 1 ] + ip link set eth0 down + su user -c dpkg-buildpackage -us -uc -j21 dpkg-buildpackage: info: source package libosmo-sigtran dpkg-buildpackage: info: source version 2.2.1.101.94c7 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Osmocom OBS scripts <info@osmocom.org> dpkg-buildpackage: info: host architecture amd64 dpkg-source --before-build . fakeroot debian/rules clean dh clean --with autoreconf debian/rules override_dh_clean make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_clean rm -f .version tests/package.m4 tests/testsuite make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' dpkg-source -b . dpkg-source: info: using source format '3.0 (native)' dpkg-source: info: building libosmo-sigtran in libosmo-sigtran_2.2.1.101.94c7.tar.xz dpkg-source: info: building libosmo-sigtran in libosmo-sigtran_2.2.1.101.94c7.dsc debian/rules build dh build --with autoreconf dh_update_autotools_config dh_autoreconf libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:23: installing './compile' configure.ac:25: installing './config.guess' configure.ac:25: installing './config.sub' configure.ac:9: installing './install-sh' configure.ac:9: installing './missing' examples/Makefile.am: installing './depcomp' include/osmocom/sigtran/Makefile.am:2: warning: dir $@: non-POSIX variable name include/osmocom/sigtran/Makefile.am:2: (probably a GNU make extension) debian/rules override_dh_auto_configure make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_auto_configure -- \ --enable-manuals \ --enable-static \ --enable-tcap-loadsharing \ --with-systemdsystemunitdir=/lib/systemd/system \ ./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 --enable-manuals --enable-static --enable-tcap-loadsharing --with-systemdsystemunitdir=/lib/systemd/system checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make sets $(MAKE)... (cached) yes 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 whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none 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 a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /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 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : 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... yes checking for pkg-config... /usr/bin/pkg-config checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.20... yes checking for libosmocore >= 1.12.0... yes checking for libosmovty >= 1.12.0... yes checking for libosmogsm >= 1.12.0... yes checking for libosmo-netif >= 1.7.0... yes checking for libosmo-asn1-tcap >= 0.2.1... yes checking whether to enable tcap loadsharing... yes checking for library containing sctp_recvmsg... -lsctp checking if gcc supports -fvisibility=hidden... yes checking for doxygen... /usr/bin/doxygen checking for OSMO_GSM_MANUALS_DIR... /usr/share/osmo-gsm-manuals (from pkg-conf) All dependencies installed! checking whether to enable VTY/CTRL tests... no CFLAGS="-g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -Wall" checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libosmo-sigtran.pc config.status: creating include/osmocom/Makefile config.status: creating include/osmocom/sccp/Makefile config.status: creating include/osmocom/sigtran/Makefile config.status: creating include/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/m2ua/Makefile config.status: creating tests/xua/Makefile config.status: creating tests/ss7/Makefile config.status: creating tests/tcap/Makefile config.status: creating tests/vty/Makefile config.status: creating examples/Makefile config.status: creating stp/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/manuals/Makefile config.status: creating contrib/Makefile config.status: creating contrib/systemd/Makefile config.status: creating Doxyfile config.status: creating Makefile config.status: creating config.h config.status: executing tests/atconfig commands config.status: executing depfiles commands config.status: executing libtool commands make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_auto_build make -j21 make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' echo 2.2.1.101-94c7 > .version-t && mv .version-t .version make all-recursive make[2]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' Making all in include make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' Making all in osmocom make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' Making all in sccp make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' Making all in sigtran make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' /bin/mkdir -p ./ sed \ -e "s/{{VERSION}}/$(echo '2.2.1.101-94c7' | cut -d. -f1-3)/g" \ -e "s/{{VERSION_MAJOR}}/$(echo '2.2.1.101-94c7' | cut -d. -f1)/g" \ -e "s/{{VERSION_MINOR}}/$(echo '2.2.1.101-94c7' | cut -d. -f2)/g" \ -e "s/{{VERSION_PATCH}}/$(echo '2.2.1.101-94c7' | cut -d. -f3)/g" \ version.h.tpl > version.h make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' Making all in src make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/src' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -DDUMMY -UDUMMY -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o libxua_a-xua_msg.o `test -f 'xua_msg.c' || echo './'`xua_msg.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ipa.lo ipa.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o m3ua.lo m3ua.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o mtp_sap.lo mtp_sap.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o mtp3_hmdc.lo mtp3_hmdc.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o mtp3_hmdt.lo mtp3_hmdt.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o mtp3_hmrt.lo mtp3_hmrt.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o mtp3_rtpc.lo mtp3_rtpc.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp2sua.lo sccp2sua.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_connection.lo sccp_connection.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_helpers.lo sccp_helpers.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_instance.lo sccp_instance.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_lbcs.lo sccp_lbcs.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_sap.lo sccp_sap.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_sclc.lo sccp_sclc.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_scmg.lo sccp_scmg.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_scrc.lo sccp_scrc.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_scoc.lo sccp_scoc.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_scoc_fsm.lo sccp_scoc_fsm.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_types.lo sccp_types.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_user.lo sccp_user.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c m3ua.c -fPIC -DPIC -o .libs/m3ua.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ipa.c -fPIC -DPIC -o .libs/ipa.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_hmdc.c -fPIC -DPIC -o .libs/mtp3_hmdc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp_sap.c -fPIC -DPIC -o .libs/mtp_sap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_helpers.c -fPIC -DPIC -o .libs/sccp_helpers.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_sclc.c -fPIC -DPIC -o .libs/sccp_sclc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_instance.c -fPIC -DPIC -o .libs/sccp_instance.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp2sua.c -fPIC -DPIC -o .libs/sccp2sua.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_connection.c -fPIC -DPIC -o .libs/sccp_connection.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scoc.c -fPIC -DPIC -o .libs/sccp_scoc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_sap.c -fPIC -DPIC -o .libs/sccp_sap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_types.c -fPIC -DPIC -o .libs/sccp_types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scoc_fsm.c -fPIC -DPIC -o .libs/sccp_scoc_fsm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_user.c -fPIC -DPIC -o .libs/sccp_user.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_lbcs.c -fPIC -DPIC -o .libs/sccp_lbcs.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_hmrt.c -fPIC -DPIC -o .libs/mtp3_hmrt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_hmdt.c -fPIC -DPIC -o .libs/mtp3_hmdt.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scrc.c -fPIC -DPIC -o .libs/sccp_scrc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scmg.c -fPIC -DPIC -o .libs/sccp_scmg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_rtpc.c -fPIC -DPIC -o .libs/mtp3_rtpc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_types.c -o sccp_types.o >/dev/null 2>&1 sccp_scoc_fsm.c: In function 'scoc_fsm_active': sccp_scoc_fsm.c:360:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user' 360 | #pragma message("TODO: internal disco: send N-DISCONNECT.ind to user") | ^~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_hmdc.c -o mtp3_hmdc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_lbcs.c -o sccp_lbcs.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_vty.lo sccp_vty.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_user.c -o sccp_user.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_hmrt.c -o mtp3_hmrt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp_sap.c -o mtp_sap.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_vty.c -fPIC -DPIC -o .libs/sccp_vty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_rtpc.c -o mtp3_rtpc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7.lo ss7.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scoc_fsm.c -o sccp_scoc_fsm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7.c -fPIC -DPIC -o .libs/ss7.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_sap.c -o sccp_sap.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_sclc.c -o sccp_sclc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scmg.c -o sccp_scmg.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_as.lo ss7_as.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scrc.c -o sccp_scrc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c mtp3_hmdt.c -o mtp3_hmdt.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ipa.c -o ipa.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_as.c -fPIC -DPIC -o .libs/ss7_as.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_connection.c -o sccp_connection.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_as_vty.lo ss7_as_vty.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_asp.lo ss7_asp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_asp.c -fPIC -DPIC -o .libs/ss7_asp.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_as_vty.c -fPIC -DPIC -o .libs/ss7_as_vty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7.c -o ss7.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_asp_vty.lo ss7_asp_vty.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_vty.c -o sccp_vty.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_asp_peer.lo ss7_asp_peer.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_combined_linkset.lo ss7_combined_linkset.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_instance.lo ss7_instance.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_link.lo ss7_link.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_instance.c -o sccp_instance.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_scoc.c -o sccp_scoc.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_linkset.lo ss7_linkset.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp_helpers.c -o sccp_helpers.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c m3ua.c -o m3ua.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_vty.lo ss7_vty.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_asp_peer.c -fPIC -DPIC -o .libs/ss7_asp_peer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_instance.c -fPIC -DPIC -o .libs/ss7_instance.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_asp_vty.c -fPIC -DPIC -o .libs/ss7_asp_vty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_vty.c -fPIC -DPIC -o .libs/ss7_vty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_link.c -fPIC -DPIC -o .libs/ss7_link.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_linkset.c -fPIC -DPIC -o .libs/ss7_linkset.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_combined_linkset.c -fPIC -DPIC -o .libs/ss7_combined_linkset.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_xua_srv.lo ss7_xua_srv.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_xua_srv_vty.lo ss7_xua_srv_vty.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_route.lo ss7_route.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_route_table.lo ss7_route_table.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_user.lo ss7_user.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sccp2sua.c -o sccp2sua.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_route.c -fPIC -DPIC -o .libs/ss7_route.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_user.c -fPIC -DPIC -o .libs/ss7_user.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_xua_srv.c -fPIC -DPIC -o .libs/ss7_xua_srv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_as.c -o ss7_as.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_link.c -o ss7_link.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_xua_srv_vty.c -fPIC -DPIC -o .libs/ss7_xua_srv_vty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_linkset.c -o ss7_linkset.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_as_vty.c -o ss7_as_vty.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_route_table.c -fPIC -DPIC -o .libs/ss7_route_table.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_asp_peer.c -o ss7_asp_peer.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sua.lo sua.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_user.c -o ss7_user.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_asp_fsm.lo xua_asp_fsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_combined_linkset.c -o ss7_combined_linkset.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_as_fsm.lo xua_as_fsm.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_default_lm_fsm.lo xua_default_lm_fsm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_asp_fsm.c -fPIC -DPIC -o .libs/xua_asp_fsm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sua.c -fPIC -DPIC -o .libs/sua.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_xua_srv_vty.c -o ss7_xua_srv_vty.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_lm_sap.lo xua_lm_sap.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_msg.lo xua_msg.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_default_lm_fsm.c -fPIC -DPIC -o .libs/xua_default_lm_fsm.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_rkm.lo xua_rkm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_route_table.c -o ss7_route_table.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_xua_srv.c -o ss7_xua_srv.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_shared.lo xua_shared.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_as_fsm.c -fPIC -DPIC -o .libs/xua_as_fsm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_lm_sap.c -fPIC -DPIC -o .libs/xua_lm_sap.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_rkm.c -fPIC -DPIC -o .libs/xua_rkm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_instance.c -o ss7_instance.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_snm.lo xua_snm.c /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o tcap_trans_tracking.lo tcap_trans_tracking.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_msg.c -fPIC -DPIC -o .libs/xua_msg.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_asp.c -o ss7_asp.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_snm.c -fPIC -DPIC -o .libs/xua_snm.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c tcap_trans_tracking.c -fPIC -DPIC -o .libs/tcap_trans_tracking.o /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o tcap_as_loadshare.lo tcap_as_loadshare.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_route.c -o ss7_route.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o tcap_as_loadshare_vty.lo tcap_as_loadshare_vty.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_vty.c -o ss7_vty.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_shared.c -fPIC -DPIC -o .libs/xua_shared.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c tcap_as_loadshare.c -fPIC -DPIC -o .libs/tcap_as_loadshare.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_lm_sap.c -o xua_lm_sap.o >/dev/null 2>&1 rm -f libxua.a ar cru libxua.a libxua_a-xua_msg.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libxua.a libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c tcap_as_loadshare_vty.c -fPIC -DPIC -o .libs/tcap_as_loadshare_vty.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c ss7_asp_vty.c -o ss7_asp_vty.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_shared.c -o xua_shared.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_default_lm_fsm.c -o xua_default_lm_fsm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c sua.c -o sua.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c tcap_as_loadshare_vty.c -o tcap_as_loadshare_vty.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_as_fsm.c -o xua_as_fsm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_msg.c -o xua_msg.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c tcap_trans_tracking.c -o tcap_trans_tracking.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_rkm.c -o xua_rkm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_snm.c -o xua_snm.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c tcap_as_loadshare.c -o tcap_as_loadshare.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c xua_asp_fsm.c -o xua_asp_fsm.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -version-info 12:1:0 -no-undefined -export-symbols-regex '^osmo_' -Wl,-z,relro -Wl,-z,now -o libosmo-sigtran.la -rpath /usr/lib/x86_64-linux-gnu ipa.lo m3ua.lo mtp_sap.lo mtp3_hmdc.lo mtp3_hmdt.lo mtp3_hmrt.lo mtp3_rtpc.lo sccp2sua.lo sccp_connection.lo sccp_helpers.lo sccp_instance.lo sccp_lbcs.lo sccp_sap.lo sccp_sclc.lo sccp_scmg.lo sccp_scrc.lo sccp_scoc.lo sccp_scoc_fsm.lo sccp_types.lo sccp_user.lo sccp_vty.lo ss7.lo ss7_as.lo ss7_as_vty.lo ss7_asp.lo ss7_asp_vty.lo ss7_asp_peer.lo ss7_combined_linkset.lo ss7_instance.lo ss7_link.lo ss7_linkset.lo ss7_vty.lo ss7_xua_srv.lo ss7_xua_srv_vty.lo ss7_route.lo ss7_route_table.lo ss7_user.lo sua.lo xua_asp_fsm.lo xua_as_fsm.lo xua_default_lm_fsm.lo xua_lm_sap.lo xua_msg.lo xua_rkm.lo xua_shared.lo xua_snm.lo tcap_trans_tracking.lo tcap_as_loadshare.lo tcap_as_loadshare_vty.lo -losmonetif -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl -lsctp -losmo-asn1-tcap libtool: link: /usr/bin/nm -B .libs/ipa.o .libs/m3ua.o .libs/mtp_sap.o .libs/mtp3_hmdc.o .libs/mtp3_hmdt.o .libs/mtp3_hmrt.o .libs/mtp3_rtpc.o .libs/sccp2sua.o .libs/sccp_connection.o .libs/sccp_helpers.o .libs/sccp_instance.o .libs/sccp_lbcs.o .libs/sccp_sap.o .libs/sccp_sclc.o .libs/sccp_scmg.o .libs/sccp_scrc.o .libs/sccp_scoc.o .libs/sccp_scoc_fsm.o .libs/sccp_types.o .libs/sccp_user.o .libs/sccp_vty.o .libs/ss7.o .libs/ss7_as.o .libs/ss7_as_vty.o .libs/ss7_asp.o .libs/ss7_asp_vty.o .libs/ss7_asp_peer.o .libs/ss7_combined_linkset.o .libs/ss7_instance.o .libs/ss7_link.o .libs/ss7_linkset.o .libs/ss7_vty.o .libs/ss7_xua_srv.o .libs/ss7_xua_srv_vty.o .libs/ss7_route.o .libs/ss7_route_table.o .libs/ss7_user.o .libs/sua.o .libs/xua_asp_fsm.o .libs/xua_as_fsm.o .libs/xua_default_lm_fsm.o .libs/xua_lm_sap.o .libs/xua_msg.o .libs/xua_rkm.o .libs/xua_shared.o .libs/xua_snm.o .libs/tcap_trans_tracking.o .libs/tcap_as_loadshare.o .libs/tcap_as_loadshare_vty.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libosmo-sigtran.exp libtool: link: /bin/grep -E -e "^osmo_" ".libs/libosmo-sigtran.exp" > ".libs/libosmo-sigtran.expT" libtool: link: mv -f ".libs/libosmo-sigtran.expT" ".libs/libosmo-sigtran.exp" libtool: link: echo "{ global:" > .libs/libosmo-sigtran.ver libtool: link: cat .libs/libosmo-sigtran.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libosmo-sigtran.ver libtool: link: echo "local: *; };" >> .libs/libosmo-sigtran.ver libtool: link: gcc -shared -fPIC -DPIC .libs/ipa.o .libs/m3ua.o .libs/mtp_sap.o .libs/mtp3_hmdc.o .libs/mtp3_hmdt.o .libs/mtp3_hmrt.o .libs/mtp3_rtpc.o .libs/sccp2sua.o .libs/sccp_connection.o .libs/sccp_helpers.o .libs/sccp_instance.o .libs/sccp_lbcs.o .libs/sccp_sap.o .libs/sccp_sclc.o .libs/sccp_scmg.o .libs/sccp_scrc.o .libs/sccp_scoc.o .libs/sccp_scoc_fsm.o .libs/sccp_types.o .libs/sccp_user.o .libs/sccp_vty.o .libs/ss7.o .libs/ss7_as.o .libs/ss7_as_vty.o .libs/ss7_asp.o .libs/ss7_asp_vty.o .libs/ss7_asp_peer.o .libs/ss7_combined_linkset.o .libs/ss7_instance.o .libs/ss7_link.o .libs/ss7_linkset.o .libs/ss7_vty.o .libs/ss7_xua_srv.o .libs/ss7_xua_srv_vty.o .libs/ss7_route.o .libs/ss7_route_table.o .libs/ss7_user.o .libs/sua.o .libs/xua_asp_fsm.o .libs/xua_as_fsm.o .libs/xua_default_lm_fsm.o .libs/xua_lm_sap.o .libs/xua_msg.o .libs/xua_rkm.o .libs/xua_shared.o .libs/xua_snm.o .libs/tcap_trans_tracking.o .libs/tcap_as_loadshare.o .libs/tcap_as_loadshare_vty.o /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -lsctp /usr/lib/x86_64-linux-gnu/libosmo-asn1-tcap.so -pthread -pthread -pthread -g -O2 -fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -Wl,-soname -Wl,libosmo-sigtran.so.12 -Wl,-version-script -Wl,.libs/libosmo-sigtran.ver -o .libs/libosmo-sigtran.so.12.0.1 libtool: link: (cd ".libs" && rm -f "libosmo-sigtran.so.12" && ln -s "libosmo-sigtran.so.12.0.1" "libosmo-sigtran.so.12") libtool: link: (cd ".libs" && rm -f "libosmo-sigtran.so" && ln -s "libosmo-sigtran.so.12.0.1" "libosmo-sigtran.so") libtool: link: ar cr .libs/libosmo-sigtran.a ipa.o m3ua.o mtp_sap.o mtp3_hmdc.o mtp3_hmdt.o mtp3_hmrt.o mtp3_rtpc.o sccp2sua.o sccp_connection.o sccp_helpers.o sccp_instance.o sccp_lbcs.o sccp_sap.o sccp_sclc.o sccp_scmg.o sccp_scrc.o sccp_scoc.o sccp_scoc_fsm.o sccp_types.o sccp_user.o sccp_vty.o ss7.o ss7_as.o ss7_as_vty.o ss7_asp.o ss7_asp_vty.o ss7_asp_peer.o ss7_combined_linkset.o ss7_instance.o ss7_link.o ss7_linkset.o ss7_vty.o ss7_xua_srv.o ss7_xua_srv_vty.o ss7_route.o ss7_route_table.o ss7_user.o sua.o xua_asp_fsm.o xua_as_fsm.o xua_default_lm_fsm.o xua_lm_sap.o xua_msg.o xua_rkm.o xua_shared.o xua_snm.o tcap_trans_tracking.o tcap_as_loadshare.o tcap_as_loadshare_vty.o libtool: link: ranlib .libs/libosmo-sigtran.a libtool: link: ( cd ".libs" && rm -f "libosmo-sigtran.la" && ln -s "../libosmo-sigtran.la" "libosmo-sigtran.la" ) make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/src' Making all in tests make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' Making all in xua make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' Making all in m2ua make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' Making all in ss7 make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' Making all in vty make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' Making all in tcap make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' Making all in examples make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_demo_user.o sccp_demo_user.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_test_server.o sccp_test_server.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_test_vty.o sccp_test_vty.c /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z,relro -Wl,-z,now -o sccp_demo_user sccp_demo_user.o sccp_test_server.o sccp_test_vty.o ../src/libosmo-sigtran.la -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl libtool: link: gcc -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/sccp_demo_user sccp_demo_user.o sccp_test_server.o sccp_test_vty.o ../src/.libs/libosmo-sigtran.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' Making all in stp make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o stp_main.o stp_main.c /bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z,relro -Wl,-z,now -o osmo-stp stp_main.o ../src/libosmo-sigtran.la -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl libtool: link: gcc -Wall -g -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/osmo-stp stp_main.o ../src/.libs/libosmo-sigtran.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' Making all in doc make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' Making all in examples make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' Making all in manuals make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). ln -s /usr/share/osmo-gsm-manuals/build build ln -s /usr/share/osmo-gsm-manuals/common common mkdir -p ./vty xmllint --xinclude --postvalid --noout osmostp-vty-reference.xml if ! [ -f osmostp-usermanual.adoc ]; then \ ln -s osmostp-usermanual.adoc osmostp-usermanual.adoc; \ fi ../../stp/osmo-stp --vty-ref-xml > vty/osmo-stp_vty_reference.xml TEXINPUTS="/usr/share/osmo-gsm-manuals" \ a2x -vv -L --asciidoc-opts="-f /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f /usr/share/osmo-gsm-manuals/build/diag-filter.conf -f /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' -a commondir='/usr/share/osmo-gsm-manuals/common' " --dblatex-opts="--config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml -s /usr/share/osmo-gsm-manuals/build/custom-dblatex-draft.sty -P draft.mode=yes -P draft.watermark=0 " -a docinfo -a revnumber="DRAFT " -a revdate="unknown" osmostp-usermanual.adoc Generating the VTY reference in mode 'default' (all commands except deprecated and hidden) mkdir -p generated /usr/share/osmo-gsm-manuals/build/vty_reference_combine.sh "/usr/share/osmo-gsm-manuals/merge_doc.xsl" \ $(/usr/share/osmo-gsm-manuals/build/find_existing_path.sh "vty/*reference.xml" . .) \ /usr/share/osmo-gsm-manuals/common/vty_additions.xml \ ./vty/*additions*.xml > generated/combined.xml + mktemp + combined=/tmp/tmp.VU4dcuNyIf + mktemp + combine_src=/tmp/tmp.8TB9OMkBKI + cp ./vty/osmo-stp_vty_reference.xml /tmp/tmp.VU4dcuNyIf + [ -n /usr/share/osmo-gsm-manuals/common/vty_additions.xml ] + realpath /usr/share/osmo-gsm-manuals/common/vty_additions.xml + addition=/usr/share/osmo-gsm-manuals/common/vty_additions.xml + shift + cp /tmp/tmp.VU4dcuNyIf /tmp/tmp.8TB9OMkBKI + xsltproc -o /tmp/tmp.VU4dcuNyIf --stringparam with /usr/share/osmo-gsm-manuals/common/vty_additions.xml /usr/share/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.8TB9OMkBKI + [ -n ./vty/osmo-stp_additions.xml ] + realpath ./vty/osmo-stp_additions.xml + addition=/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/vty/osmo-stp_additions.xml + shift + cp /tmp/tmp.VU4dcuNyIf /tmp/tmp.8TB9OMkBKI + xsltproc -o /tmp/tmp.VU4dcuNyIf --stringparam with /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/vty/osmo-stp_additions.xml /usr/share/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.8TB9OMkBKI a2x: args: ['-vv', '-L', "--asciidoc-opts=-f /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f /usr/share/osmo-gsm-manuals/build/diag-filter.conf -f /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' -a commondir='/usr/share/osmo-gsm-manuals/common' ", '--dblatex-opts=--config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml -s /usr/share/osmo-gsm-manuals/build/custom-dblatex-draft.sty -P draft.mode=yes -P draft.watermark=0 ', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 'revdate=unknown', 'osmostp-usermanual.adoc'] a2x: resource files: [] a2x: resource directories: ['/etc/asciidoc/images', '/etc/asciidoc/stylesheets'] a2x: executing: "/usr/bin/asciidoc" --backend docbook -a "a2x-format=pdf" -f /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f /usr/share/osmo-gsm-manuals/build/diag-filter.conf -f /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' -a commondir='/usr/share/osmo-gsm-manuals/common' --attribute "docinfo" --attribute "revnumber=DRAFT " --attribute "revdate=unknown" --verbose --out-file "/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml" "/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.adoc" + [ -n ] + cat /tmp/tmp.VU4dcuNyIf + rm -f /tmp/tmp.8TB9OMkBKI + rm -f /tmp/tmp.VU4dcuNyIf xsltproc /usr/share/osmo-gsm-manuals/vty_reference.xsl generated/combined.xml \ > generated/docbook_vty.xml set -x && \ export GIT_DATE="unknown" && \ export REVNUMBER="DRAFT " && \ export TEMPFILE="/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated/_temp_osmostp-vty-reference.xml" && \ /usr/share/osmo-gsm-manuals/build/docbook-set-revhistory.py "osmostp-vty-reference.xml" && \ dblatex \ --config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml \ --xslt-opts="--path /usr/share/osmo-gsm-manuals/common/chapters:/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated" \ \ -P draft.mode=no \ -o osmostp-vty-reference.pdf \ "$TEMPFILE" && \ rm $TEMPFILE + export GIT_DATE=unknown + GIT_DATE=unknown + export 'REVNUMBER=DRAFT ' + REVNUMBER='DRAFT ' + export TEMPFILE=/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated/_temp_osmostp-vty-reference.xml + TEMPFILE=/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated/_temp_osmostp-vty-reference.xml + /usr/share/osmo-gsm-manuals/build/docbook-set-revhistory.py osmostp-vty-reference.xml Changing revhistory to DRAFT , unknown... + dblatex --config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml '--xslt-opts=--path /usr/share/osmo-gsm-manuals/common/chapters:/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated' -P draft.mode=no -o osmostp-vty-reference.pdf /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated/_temp_osmostp-vty-reference.xml Build the book set list... Build the listings... XSLT stylesheets DocBook - LaTeX 2e (0.3.12) =================================================== Stripping NS from DocBook 5/NG document. Processing stripped document. asciidoc: reading: /etc/asciidoc/asciidoc.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/diag-filter.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf asciidoc: reading: /etc/asciidoc/asciidoc.conf asciidoc: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.adoc asciidoc: reading: /etc/asciidoc/docbook45.conf asciidoc: reading: /etc/asciidoc/filters/music/music-filter.conf asciidoc: reading: /etc/asciidoc/filters/code/code-filter.conf asciidoc: reading: /etc/asciidoc/filters/latex/latex-filter.conf asciidoc: reading: /etc/asciidoc/filters/graphviz/graphviz-filter.conf asciidoc: reading: /etc/asciidoc/filters/source/source-highlight-filter.conf asciidoc: reading: /etc/asciidoc/lang-en.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/diag-filter.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf asciidoc: reading: /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf asciidoc: writing: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml asciidoc: osmostp-usermanual.adoc: line 3: evaluating: {include:/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual-docinfo.xml} asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/preface.adoc asciidoc: osmostp-usermanual.adoc: line 6: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/preface.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran.adoc asciidoc: osmostp-usermanual.adoc: line 10: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran-osmocom.adoc asciidoc: osmostp-usermanual.adoc: line 12: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran-osmocom.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran-simple-2g.dot asciidoc: sigtran-osmocom.adoc: line 221: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran-simple-2g.dot asciidoc: sigtran-osmocom.adoc: line 220: evaluating: {counter2:target-number} asciidoc: sigtran-osmocom.adoc: line 220: evaluating: {set2:target:osmostp-usermanual__1.svg} asciidoc: sigtran-simple-2g.dot: line 22: filtering: dot -o "/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual__1.svg" -T svg && echo " " asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran-simple-3g.dot asciidoc: sigtran-osmocom.adoc: line 251: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/sigtran-simple-3g.dot asciidoc: sigtran-osmocom.adoc: line 250: evaluating: {counter2:target-number} asciidoc: sigtran-osmocom.adoc: line 250: evaluating: {set2:target:osmostp-usermanual__2.svg} asciidoc: sigtran-simple-3g.dot: line 24: filtering: dot -o "/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual__2.svg" -T svg && echo " " asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/vty.adoc asciidoc: osmostp-usermanual.adoc: line 17: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/vty.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/logging.adoc asciidoc: osmostp-usermanual.adoc: line 19: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/logging.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/vty_cpu_sched.adoc asciidoc: osmostp-usermanual.adoc: line 21: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/vty_cpu_sched.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/port_numbers.adoc asciidoc: osmostp-usermanual.adoc: line 29: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/port_numbers.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/bibliography.adoc asciidoc: osmostp-usermanual.adoc: line 31: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/bibliography.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/glossary.adoc asciidoc: osmostp-usermanual.adoc: line 33: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/glossary.adoc asciidoc: include: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/gfdl.adoc asciidoc: osmostp-usermanual.adoc: line 35: reading: /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/common/chapters/gfdl.adoc a2x: executing: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" --config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml -s /usr/share/osmo-gsm-manuals/build/custom-dblatex-draft.sty -P draft.mode=yes -P draft.watermark=0 -V "/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml" Build _temp_osmostp-vty-reference.pdf Build the book set list... xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml Build the listings... xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' /usr/share/dblatex/xsl/common/mklistings.xsl /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml xsltproc -o osmostp-usermanual.rtex --xinclude --xincludestyle --param listings.xml '/tmp/tmpthi1s8v0/listings.xml' --param current.dir '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' /tmp/tmpthi1s8v0/custom.xsl /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml XSLT stylesheets DocBook - LaTeX 2e (0.3.12) =================================================== Error: no ID for constraint linkend: ieee-802.11. XRef to nonexistent id: ieee-802.11 Section level > 6 not well supported for bibliodiv Image 'dblatex' not found rsvg-convert -a -f pdf -o fig0.pdf /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual__1.svg rsvg-convert -a -f pdf -o fig1.pdf /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual__2.svg Cannot convert './common/images/wireshark-gsmtap-log.png' to pdf Build osmostp-usermanual.pdf built-in module pdftex registered no support found for ifthen no support found for ifxetex no support found for fontspec no support found for xltxtra no support found for fontenc no support found for inputenc no support found for fancybox built-in module makeidx registered no support found for custom-dblatex-draft built-in module bibtopic registered building additional files... checking if compiling is necessary... the output file doesn't exist pdflatex -interaction=batchmode osmostp-usermanual.tex kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tctt0900 mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tctt0900 This is METAFONT, Version 2.7182818 (TeX Live 2020/Debian) (preloaded base=mf) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/tctt0900.mf (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/tctt.mf (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf Ok (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf Ok) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf Ok) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29]) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf Ok [100] [109] [98] [99] [108]) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44] [45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95] [96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174] [175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246]) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57]) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf Ok [185] [178] [179] [170] [186]) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf Ok [188] [189] [190]) ) ) ) Font metrics written on tctt0900.tfm. Output written on tctt0900.600gf (128 characters, 17564 bytes). Transcript written on tctt0900.log. mktexpk: /home/user/.texlive2020/texmf-var/fonts/pk/ljfour/jknappen/ec/tctt0900.600pk: successfully generated. running post-compilation scripts... [index] the index file /tmp/tmpthi1s8v0/osmostp-usermanual.idx is empty osmostp-usermanual.aux MD5 checksum changed osmostp-usermanual.toc MD5 checksum changed the /tmp/tmpthi1s8v0/osmostp-usermanual.aux file has changed pdflatex -interaction=batchmode osmostp-usermanual.tex running post-compilation scripts... [index] the index file /tmp/tmpthi1s8v0/osmostp-usermanual.idx is empty osmostp-usermanual.aux MD5 checksum changed the /tmp/tmpthi1s8v0/osmostp-usermanual.aux file has changed but no re-run required? no new compilation is needed running last-compilation scripts... 'osmostp-usermanual.pdf' successfully built a2x: deleting /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/osmostp-usermanual.xml 'osmostp-vty-reference.pdf' successfully built + rm /obs/_temp/binpkgs/libosmo-sigtran/doc/manuals/generated/_temp_osmostp-vty-reference.xml make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' Making all in contrib make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' Making all in systemd make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' mkdir -p doc/sigtran /usr/bin/doxygen Doxyfile warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value Using the default: a4! Doxygen version used: 1.9.1 Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran Searching for files in directory /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol Searching for files in directory /obs/_temp/binpkgs/libosmo-sigtran/src Reading and parsing tag files Parsing files Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/version.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/version.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/xua_msg.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/xua_msg.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ipa.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ipa.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdc.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdc.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdc.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdc.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdt.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdt.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdt.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmdt.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmrt.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmrt.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmrt.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_hmrt.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_rtpc.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_rtpc.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_rtpc.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp3_rtpc.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/mtp_sap.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/mtp_sap.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_connection.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_connection.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_connection.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_connection.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_helpers.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_helpers.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_internal.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_internal.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_lbcs.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_lbcs.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sap.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sap.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scmg.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scmg.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scoc.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scoc.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scoc_fsm.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scoc_fsm.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scoc_fsm.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scoc_fsm.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scrc.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_scrc.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_types.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_types.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_user.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_user.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_user.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_user.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_vty.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_vty.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as_vty.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as_vty.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp_peer.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp_peer.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp_peer.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp_peer.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp_vty.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp_vty.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_combined_linkset.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_combined_linkset.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_combined_linkset.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_combined_linkset.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_internal.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_internal.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_link.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_link.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_link.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_link.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_linkset.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_linkset.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_linkset.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_linkset.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_user.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_user.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_user.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_user.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_vty.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_vty.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_vty.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_vty.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv_vty.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv_vty.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare_vty.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare_vty.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare_vty.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare_vty.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_trans_tracking.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_trans_tracking.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_trans_tracking.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_trans_tracking.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_as_fsm.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_as_fsm.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_as_fsm.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_as_fsm.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_asp_fsm.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_asp_fsm.c... Preprocessing /obs/obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.h:58: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command /_temp/binpkgs/libosmo-sigtran/src/xua_asp_fsm.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_asp_fsm.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_default_lm_fsm.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_default_lm_fsm.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_internal.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_internal.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_lm_sap.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_lm_sap.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_lm_sap.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_lm_sap.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.h... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_rkm.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_rkm.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_shared.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_shared.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_snm.c... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_snm.c... Preprocessing /obs/_temp/binpkgs/libosmo-sigtran/src/xua_types.h... Parsing file /obs/_temp/binpkgs/libosmo-sigtran/src/xua_types.h... Building macro definition list... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Computing nesting relations for classes... Associating documentation with classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Setting anonymous enum type... Computing dependencies between directories... Generating citations page... Counting members... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Correcting members for VHDL... Computing tooltip texts... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file include/osmocom/sigtran/mtp_sap.h... Generating code for file include/osmocom/sigtran/osmo_ss7.h... Generating code for file include/osmocom/sigtran/protocol/m2ua.h... Generating code for file include/osmocom/sigtran/protocol/m3ua.h... Generating code for file include/osmocom/sigtran/protocol/mtp.h... Generating code for file include/osmocom/sigtran/protocol/sccp_scmg.h... Generating code for file include/osmocom/sigtran/protocol/sua.h... Generating code for file include/osmocom/sigtran/sccp_helpers.h... Generating code for file include/osmocom/sigtran/sccp_sap.h... Generating code for file include/osmocom/sigtran/sigtran_sap.h... Generating code for file include/osmocom/sigtran/version.h... Generating code for file include/osmocom/sigtran/xua_msg.h... Gen/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h:295: warning: argument 'ppid_sid' of command @param is not found in the argument list of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h:301: warning: The following parameter of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) is not documented: parameter 'ppid_mux' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.c:954: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h:110: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:226: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:227: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:327: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:328: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:194: warning: unable to resolve reference to 'asp_protocol' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:370: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:371: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:372: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:372: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:424: warning: unable to resolve reference to 'asp' for \ref command erating code for file src/xua_msg.h... Parsing code for file src/ipa.c... Parsing code for file src/m3ua.c... Parsing code for file src/mtp3_hmdc.c... Generating code for file src/mtp3_hmdc.h... Parsing code for file src/mtp3_hmdt.c... Generating code for file src/mtp3_hmdt.h... Parsing code for file src/mtp3_hmrt.c... Generating code for file src/mtp3_hmrt.h... Parsing code for file src/mtp3_rtpc.c... Generating code for file src/mtp3_rtpc.h... Parsing code for file src/mtp_sap.c... Parsing code for file src/sccp2sua.c... Parsing code for file src/sccp_connection.c... Generating code for file src/sccp_connection.h... Parsing code for file src/sccp_helpers.c... Parsing code for file src/sccp_instance.c... Generating code for file src/sccp_instance.h... Generating code for file src/sccp_internal.h... Parsing code for file src/sccp_lbcs.c... Parsing code for file src/sccp_sap.c... Parsing code for file src/sccp_sclc.c... Parsing code for file src/sccp_scmg.c... Parsing code for file src/sccp_scoc.c... Parsing code for file src/sccp_scoc_fsm.c... Generating code for file src/sccp_scoc_fsm.h... Parsing code for file src/sccp_scrc.c... Parsing code for file src/sccp_types.c... Parsing code for file src/sccp_user.c... Generating code for file src/sccp_user.h... Parsing code for file src/sccp_vty.c... Parsing code for file src/ss7.c... Parsing code for file src/ss7_as.c... Generating code for file src/ss7_as.h... Parsing code for file src/ss7_as_vty.c... Parsing code for file src/ss7_asp.c... Generating code for file src/ss7_asp.h... Parsing code for file src/ss7_asp_peer.c... Generating code for file src/ss7_asp_peer.h... Parsing code for file src/ss7_asp_vty.c... Parsing code for file src/ss7_combined_linkset.c... Generating code for file src/ss7_combined_linkset.h... Parsing code for file src/ss7_instance.c... Generating code for file src/ss7_instance.h... Generating code for file src/ss7_internal.h... Parsing code for file src/ss7_link.c... Generating code for file src/ss7_link.h... Parsing code for file src/ss7_linkset.c... Generating code for file src/ss7_linkset.h... Parsing code for file src/ss7_route.c... Generating code for file src/ss7_route.h... Parsing code for file src/ss7_route_table.c... Generating code for file src/ss7_route_table.h... Parsing code for file src/ss7_user.c... Generating code for file src/ss7_user.h... Parsing code for file src/ss7_vty.c... Generating code for file src/ss7_vty.h... Parsing code for file src/ss7_xua_srv.c... Generating code for file src/ss7_xua_srv.h... Parsing code for file src/ss7_xua_srv_vty.c... Parsing code for file src/sua.c... Parsing code for file src/tcap_as_loadshare.c... Generating code for file src/tcap_as_loadshare.h... Parsing code for file src/tcap_as_loadshare_vty.c... Generating code for file src/tcap_as_loadshare_vty.h... Parsing code for file src/tcap_trans_tracking.c... Generating code for file src/tcap_trans_tracking.h... Parsing code for file src/xua_as_fsm.c... Generating code for file src/xua_as_fsm.h... Parsing code for file src/xua_asp_fsm.c... Generating code for file src/xua_asp_fsm.h... Parsing code for file src/xua_default_lm_fsm.c... Generating code for file src/xua_internal.h... Parsing code for file src/xua_lm_sap.c... Generating code for file src/xua_lm_sap.h... Parsing code for file src/xua_msg.c... Parsing code for file src/xua_rkm.c... Parsing code for file src/xua_shared.c... Parsing code for file src/xua_snm.c... Generating code for file src/xua_types.h... Generating file documentation... Generating docs for file include/osmocom/sigtran/mtp_sap.h... Generating docs for file include/osmocom/sigtran/osmo_ss7.h... Generating docs for file include/osmocom/sigtran/protocol/m2ua.h... Generating docs for file include/osmocom/sigtran/protocol/m3ua.h... Generating docs for file include/osmocom/sigtran/protocol/mtp.h... Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h... Generating docs for file include/osmocom/sigtran/protocol/sua.h... Generating docs for file include/osmocom/sigtran/sccp_helpers.h... Generating docs for file incl/obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:712: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h:335: warning: The following parameter of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:744: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h:336: warning: The following parameter of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:842: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) /obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h:340: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented: parameter 'addr' /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.c:479: warning: unable to resolve reference to 'maps' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.h:110: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented: parameter 'num_maps' /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:794: warning: unable to resolve reference to 'msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:1019: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:1026: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:554: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/mtp_sap.c:195: warning: argument 'prim' of command @param is not found in the argument list of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp) /obs/_temp/binpkgs/libosmo-sigtran/src/mtp_sap.c:202: warning: The following parameter of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp) is not documented: parameter 'omp' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:83: warning: unable to resolve reference to 'in_digits' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:60: warning: unable to resolve reference to 'in' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:215: warning: unable to resolve reference to 'msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:107: warning: unable to resolve reference to 'addr' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:311: warning: unable to resolve reference to 'addr' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:677: warning: The following parameter of sccp_msg_add_sua_opt(enum sccp_message_types type, struct msgb *msg, const struct xua_msg_part *opt) is not documented: parameter 'type' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1168: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1132: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1201: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1292: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1630: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1591: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1421: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1551: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:788: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1263: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1230: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1324: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1460: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1374: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1511: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1181: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1148: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:1213: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:556: warning: unable to resolve reference to 'opt' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.c:954: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_instance.c:962: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c:172: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_internal.h:65: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c:149: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_internal.h:66: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c:172: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c:176: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c:149: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) /obs/_temp/binpkgs/libosmo-sigtran/src/sccp_sclc.c:153: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented: parameter 'oph' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:226: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:227: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:327: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:328: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:194: warning: unable to resolve reference to 'asp_protocol' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:370: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:371: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:372: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:372: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:202: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:203: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:284: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:285: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:288: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:381: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:632: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct xua_msg *xua) is not documented: parameter 'xua' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:202: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:203: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:284: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:285: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:288: warning: unable to resolve reference to 'as' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.c:381: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_as.h:181: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct xua_msg *xua) is not documented: parameter 'xua' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_asp.c:626: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented: parameter 'trans_proto' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:712: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:719: warning: The following parameter of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:744: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:749: warning: The following parameter of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:842: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:844: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented: parameter 'addr' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.c:424: warning: unable to resolve reference to 'asp' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_internal.h:22: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented: parameter 'trans_proto' /obs/_temp/binpkgs/libosmo-sigtran/src/mtp_sap.c:195: warning: argument 'prim' of command @param is not found in the argument list of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp) /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_user.h:27: warning: The following parameter of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp) is not documented: parameter 'omp' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.c:283: warning: argument 'ctx' of command @param is not found in the argument list of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.c:291: warning: The following parameter of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.c:283: warning: argument 'ctx' of command @param is not found in the argument list of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_xua_srv.h:55: warning: The following parameter of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented: parameter 'inst' /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:552: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:730: warning: unable to resolve reference to 'msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:982: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:989: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:355: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.c:444: warning: argument 'opc' of command @param is not found in the argument list of asp_loadshare_tcap_sccp(struct osmo_ss7_asp **rasp, struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp, struct msgb *sccp_msg) /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.c:444: warning: argument 'dpc' of command @param is not found in the argument list of asp_loadshare_tcap_sccp(struct osmo_ss7_asp **rasp, struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp, struct msgb *sccp_msg) /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.c:295: warning: unable to resolve reference to 'sccp_msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/tcap_as_loadshare.c:295: warning: unable to resolve reference to 'sccp_msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:794: warning: unable to resolve reference to 'msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:1019: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /obs/_temp/binpkgs/libosmo-sigtran/src/xua_internal.h:57: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /obs/_temp/binpkgs/libosmo-sigtran/src/m3ua.c:554: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:60: warning: unable to resolve reference to 'in' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:215: warning: unable to resolve reference to 'msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sccp2sua.c:107: warning: unable to resolve reference to 'addr' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:552: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:730: warning: unable to resolve reference to 'msg' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:982: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) /obs/_temp/binpkgs/libosmo-sigtran/src/xua_internal.h:37: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented: parameter 'info_str' /obs/_temp/binpkgs/libosmo-sigtran/src/sua.c:355: warning: unable to resolve reference to 'xua' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.c:479: warning: unable to resolve reference to 'maps' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/xua_msg.c:482: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented: parameter 'num_maps' ude/osmocom/sigtran/sccp_sap.h... Generating docs for file include/osmocom/sigtran/sigtran_sap.h... Generating docs for file include/osmocom/sigtran/version.h... Generating docs for file include/osmocom/sigtran/xua_msg.h... Generating docs for file src/xua_msg.h... Generating docs for file src/ipa.c... Generating docs for file src/m3ua.c... Generating docs for file src/mtp3_hmdc.c... Generating docs for file src/mtp3_hmdc.h... Generating docs for file src/mtp3_hmdt.c... Generating docs for file src/mtp3_hmdt.h... Generating docs for file src/mtp3_hmrt.c... Generating docs for file src/mtp3_hmrt.h... Generating docs for file src/mtp3_rtpc.c... Generating docs for file src/mtp3_rtpc.h... Generating docs for file src/mtp_sap.c... Generating docs for file src/sccp2sua.c... Generating docs for file src/sccp_connection.c... Generating docs for file src/sccp_connection.h... Generating docs for file src/sccp_helpers.c... Generating docs for file src/sccp_instance.c... Generating docs for file src/sccp_instance.h... Generating docs for file src/sccp_internal.h... Generating docs for file src/sccp_lbcs.c... Generating docs for file src/sccp_sap.c... Generating docs for file src/sccp_sclc.c... Generating docs for file src/sccp_scmg.c... Generating docs for file src/sccp_scoc.c... Generating docs for file src/sccp_scoc_fsm.c... Generating docs for file src/sccp_scoc_fsm.h... Generating docs for file src/sccp_scrc.c... Generating docs for file src/sccp_types.c... Generating docs for file src/sccp_user.c... Generating docs for file src/sccp_user.h... Generating docs for file src/sccp_vty.c... Generating docs for file src/ss7.c... Generating docs for file src/ss7_as.c... Generating docs for file src/ss7_as.h... Generating docs for file src/ss7_as_vty.c... Generating docs for file src/ss7_asp.c... Generating docs for file src/ss7_asp.h... Generating docs for file src/ss7_asp_peer.c... Generating docs for file src/ss7_asp_peer.h... Generating docs for file src/ss7_asp_vty.c... Generating docs for file src/ss7_combined_linkset.c... Generating docs for file src/ss7_combined_linkset.h... Generating docs for file src/ss7_instance.c... Generating docs for file src/ss7_instance.h... Generating docs for file src/ss7_internal.h... Generating docs for file src/ss7_link.c... Generating docs for file src/ss7_link.h... Generating docs for file src/ss7_linkset.c... Generating docs for file src/ss7_linkset.h... Generating docs for file src/ss7_route.c... Generating docs for file src/ss7_route.h... Generating docs for file src/ss7_route_table.c... Generating docs for file src/ss7_route_table.h... Generating docs for file src/ss7_user.c... Generating docs for file src/ss7_user.h... Generating docs for file src/ss7_vty.c... Generating docs for file src/ss7_vty.h... Generating docs for file src/ss7_xua_srv.c... Generating docs for file src/ss7_xua_srv.h... Generating docs for file src/ss7_xua_srv_vty.c... Generating docs for file src/sua.c... Generating docs for file src/tcap_as_loadshare.c... Generating docs for file src/tcap_as_loadshare.h... Generating docs for file src/tcap_as_loadshare_vty.c... Generating docs for file src/tcap_as_loadshare_vty.h... Generating docs for file src/tcap_trans_tracking.c... Generating docs for file src/tcap_trans_tracking.h... Generating docs for file src/xua_as_fsm.c... Generating docs for file src/xua_as_fsm.h... Generating docs for file src/xua_asp_fsm.c... Generating docs for file src/xua_asp_fsm.h... Generating docs for file src/xua_default_lm_fsm.c... Generating docs for file src/xua_internal.h... Generating docs for file src/xua_lm_sap.c... Generating docs for file src/xua_lm_sap.h... Generating docs for file src/xua_msg.c... Generating docs for file src/xua_rkm.c... Generating docs for file src/xua_shared.c... Generating docs for file src/xua_snm.c... Generating docs for file src/xua_types.h... Generating page documentation... Generating group documentation... Generating class documentation... Generating docs for compound ipa_asp_fsm_priv... Generating docs for compound ipa_tcap_routing_add_range... Generating doc/obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.h:58: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_instance.h:58: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command /obs/_temp/binpkgs/libosmo-sigtran/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command s for compound ipa_tcap_routing_hdr... Generating docs for compound ipa_tcap_routing_nack... Generating docs for compound m3ua_data_hdr... Generating docs for compound osmo_mtp_pause_param... Generating docs for compound osmo_mtp_prim... Generating docs for compound osmo_mtp_resume_param... Generating docs for compound osmo_mtp_status_param... Generating docs for compound osmo_mtp_transfer_param... Generating docs for compound osmo_sccp_addr... Generating docs for compound osmo_sccp_addr_entry... Generating docs for compound osmo_sccp_gt... Generating docs for compound osmo_sccp_instance... Generating docs for compound osmo_sccp_user... Generating docs for compound osmo_scu_connect_param... Generating docs for compound osmo_scu_data_param... Generating docs for compound osmo_scu_disconn_param... Generating docs for compound osmo_scu_notice_param... Generating docs for compound osmo_scu_pcstate_param... Generating docs for compound osmo_scu_prim... Generating docs for compound osmo_scu_reset_param... Generating docs for compound osmo_scu_state_param... Generating docs for compound osmo_scu_unitdata_param... Generating docs for compound osmo_ss7_as... Generating docs for compound osmo_ss7_as_esls_entry... Generating docs for compound osmo_ss7_asp... Generating docs for compound osmo_ss7_asp_peer... Generating docs for compound osmo_ss7_combined_linkset... Generating docs for compound osmo_ss7_esls_entry... Generating docs for compound osmo_ss7_instance... Generating docs for compound osmo_ss7_link... Generating docs for compound osmo_ss7_linkset... Generating docs for compound osmo_ss7_pc_fmt... Generating docs for compound osmo_ss7_route... Generating docs for compound osmo_ss7_route_label... Generating docs for compound osmo_ss7_route_table... Generating docs for compound osmo_ss7_routing_key... Generating docs for compound osmo_ss7_user... Generating docs for compound osmo_xlm_prim... Generating docs for compound osmo_xlm_prim_error... Generating docs for compound osmo_xlm_prim_notify... Generating docs for compound osmo_xlm_prim_rk_dereg... Generating docs for compound osmo_xlm_prim_rk_reg... Generating docs for compound osmo_xua_layer_manager... Generating docs for compound osmo_xua_server... Generating docs for compound sccp_connection... Generating docs for compound sccp_pending_rout_fail... Generating docs for compound sccp_scmg_msg... Generating docs for compound ss7_as_asp_assoc... Generating docs for compound t8_inaccessible_sp_entry... Generating docs for compound tcap_parsed... Generating docs for compound tcap_range... Generating docs for compound tcap_trans_track_entry... Generating docs for compound tcap_trans_track_tid_entry... Generating docs for compound xua_as_event_asp_inactive_ind_pars... Generating docs for compound xua_as_fsm_priv... Generating docs for compound xua_asp_fsm_priv... Generating docs for compound xua_common_hdr... Generating docs for compound xua_dialect... Generating docs for compound xua_layer_manager_default_priv... Generating docs for compound xua_msg... Generating docs for compound xua_msg_class... Generating docs for compound xua_msg_event_map... Generating docs for compound xua_msg_part... Generating docs for compound xua_parameter_hdr... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... Running plantuml with JAVA... lookup cache used 2679/65536 hits=37375 misses=2854 finished... cd ./doc && tar cf html.tar */html make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[2]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' debian/rules override_dh_auto_test make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false) make -j21 check VERBOSE=1 make[2]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' make check-recursive make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' Making check in include make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' Making check in osmocom make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' Making check in sccp make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' make[6]: Nothing to be done for 'check'. make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' Making check in sigtran make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[6]: Nothing to be done for 'check'. make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[6]: Nothing to be done for 'check-am'. make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' Making check in src make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/src' Making check in tests make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' Making check in xua make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' make xua_test make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o xua_test.o xua_test.c gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o sccp_test_data.o sccp_test_data.c /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o xua_test xua_test.o sccp_test_data.o ../../src/.libs/libosmo-sigtran.a -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmonetif -lsctp -losmo-asn1-tcap libtool: link: gcc -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o xua_test xua_test.o sccp_test_data.o ../../src/.libs/libosmo-sigtran.a /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl /usr/lib/x86_64-linux-gnu/libosmonetif.so -lsctp /usr/lib/x86_64-linux-gnu/libosmo-asn1-tcap.so -pthread make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' Making check in m2ua make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' make m2ua_test make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o m2ua_test.o m2ua_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o m2ua_test m2ua_test.o ../../src/libxua.a -losmocore -ltalloc -lmnl libtool: link: gcc -Wall -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o m2ua_test m2ua_test.o ../../src/libxua.a /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' Making check in ss7 make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' make ss7_test make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_test.o ss7_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o ss7_test ss7_test.o ../../src/.libs/libosmo-sigtran.a -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmonetif -lsctp -losmo-asn1-tcap libtool: link: gcc -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ss7_test ss7_test.o ../../src/.libs/libosmo-sigtran.a /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl /usr/lib/x86_64-linux-gnu/libosmonetif.so -lsctp /usr/lib/x86_64-linux-gnu/libosmo-asn1-tcap.so -pthread make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' Making check in vty make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make ss7_asp_vty_test make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o ss7_asp_vty_test.o ss7_asp_vty_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o ss7_asp_vty_test ss7_asp_vty_test.o ../../src/libosmo-sigtran.la -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmonetif -lsctp libtool: link: gcc -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ss7_asp_vty_test ss7_asp_vty_test.o ../../src/.libs/libosmo-sigtran.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl /usr/lib/x86_64-linux-gnu/libosmonetif.so -lsctp -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-sigtran/src/.libs make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make check-local make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make ext-tests make[7]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' echo "Not running python-based external tests (determined at configure-time)" Not running python-based external tests (determined at configure-time) make[7]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' Making check in tcap make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make tcap_transaction_tracking_test make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -c -o tcap_transaction_tracking_test.o tcap_transaction_tracking_test.c /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o tcap_transaction_tracking_test tcap_transaction_tracking_test.o ../../src/.libs/libosmo-sigtran.a -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmonetif -losmo-asn1-tcap -lsctp libtool: link: gcc -Wall -pthread -I/usr/include/ -pthread -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-sigtran=. -fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tcap_transaction_tracking_test tcap_transaction_tracking_test.o ../../src/.libs/libosmo-sigtran.a /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmo-asn1-tcap.so -lsctp -pthread make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make check-local make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [libosmo-sigtran])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [libosmo-sigtran])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [2.2.1.101-94c7])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [libosmo-sigtran 2.2.1.101-94c7])' && \ echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \ echo ' [openbsc@lists.osmocom.org])'; \ echo 'm4_define([AT_PACKAGE_URL],' && \ echo ' [])'; \ } >'./package.m4' /bin/bash ../missing --run autom4te --language=autotest -I '.' -o testsuite.tmp testsuite.at mv testsuite.tmp testsuite /bin/bash './testsuite' ## ------------------------------------------ ## ## libosmo-sigtran 2.2.1.101-94c7 test suite. ## ## ------------------------------------------ ## Regression tests. 1: m2ua ok 2: xua ok 3: ss7 ok 4: tcap_transaction_tracking ok ## ------------- ## ## Test results. ## ## ------------- ## All 4 tests were successful. make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' Making check in examples make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' Making check in stp make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' Making check in doc make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' Making check in examples make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' Making check in manuals make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). if [ -n "$ASCIIDOC_WARNINGS_CHECK" ]; then \ make osmostp-usermanual.check; \ fi make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' Making check in contrib make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' Making check in systemd make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[2]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' create-stamp debian/debhelper-build-stamp fakeroot debian/rules binary dh binary --with autoreconf dh_testroot dh_prep dh_auto_install make -j1 install DESTDIR=/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp AM_UPDATE_INFO_DIR=no make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' make install-recursive make[2]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' Making install in include make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' Making install in osmocom make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' Making install in sccp make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/include/osmocom/sccp' /usr/bin/install -c -m 644 sccp_types.h '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/include/osmocom/sccp' make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sccp' Making install in sigtran make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[6]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/include/osmocom/sigtran' /usr/bin/install -c -m 644 mtp_sap.h osmo_ss7.h sccp_helpers.h sccp_sap.h sigtran_sap.h xua_msg.h version.h '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/include/osmocom/sigtran' /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/include/osmocom/sigtran/protocol' /usr/bin/install -c -m 644 protocol/sua.h protocol/m2ua.h protocol/m3ua.h protocol/mtp.h protocol/sccp_scmg.h '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/include/osmocom/sigtran/protocol' make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom/sigtran' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[6]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include/osmocom' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/include' Making install in src make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/src' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/src' /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu' /bin/bash ../libtool --mode=install /usr/bin/install -c libosmo-sigtran.la '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.so.12.0.1 /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-sigtran.so.12.0.1 libtool: install: (cd /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmo-sigtran.so.12.0.1 libosmo-sigtran.so.12 || { rm -f libosmo-sigtran.so.12 && ln -s libosmo-sigtran.so.12.0.1 libosmo-sigtran.so.12; }; }) libtool: install: (cd /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmo-sigtran.so.12.0.1 libosmo-sigtran.so || { rm -f libosmo-sigtran.so && ln -s libosmo-sigtran.so.12.0.1 libosmo-sigtran.so; }; }) libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.lai /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-sigtran.la libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.a /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-sigtran.a libtool: install: chmod 644 /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-sigtran.a libtool: install: ranlib /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-sigtran.a libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/src' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/src' Making install in tests make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' Making install in xua make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/xua' Making install in m2ua make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/m2ua' Making install in ss7 make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/ss7' Making install in vty make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/vty' Making install in tcap make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests/tcap' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/tests' Making install in examples make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/examples' Making install in stp make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c osmo-stp '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/bin' libtool: warning: '../src/libosmo-sigtran.la' has not been installed in '/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/osmo-stp /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/bin/osmo-stp make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/stp' Making install in doc make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' Making install in examples make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/libosmo-sigtran/examples/osmo-stp' /usr/bin/install -c -m 644 osmo-stp.cfg osmo-stp-multihome.cfg '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/libosmo-sigtran/examples/osmo-stp' /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/etc/osmocom' /usr/bin/install -c -m 644 osmo-stp.cfg '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/etc/osmocom' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/examples' Making install in manuals make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: not a git repository (or any parent up to mount point /) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' [ -n "osmo-stp" ] || exit 1 if [ "" != "1" ]; then \ for i in osmostp-usermanual.pdf osmostp-vty-reference.pdf; do \ install -vDm644 "$i" "/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/osmo-stp-doc/$i" || exit 1; \ done; \ fi install: creating directory '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/osmo-stp-doc' 'osmostp-usermanual.pdf' -> '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/osmo-stp-doc/osmostp-usermanual.pdf' 'osmostp-vty-reference.pdf' -> '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/osmo-stp-doc/osmostp-vty-reference.pdf' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc/manuals' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/doc' Making install in contrib make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' Making install in systemd make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[5]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/lib/systemd/system' /usr/bin/install -c -m 644 osmo-stp.service '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/lib/systemd/system' make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib/systemd' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran/contrib' make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/libosmo-sigtran' /usr/bin/install -c -m 644 ./doc/html.tar '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/libosmo-sigtran' /bin/mkdir -p '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' /usr/bin/install -c -m 644 libosmo-sigtran.pc '/obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' make install-data-hook make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' cd /obs/_temp/binpkgs/libosmo-sigtran/debian/tmp/usr/share/doc/libosmo-sigtran && tar xf html.tar && rm -f html.tar make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[2]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' debian/rules override_dh_install make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` dh_install make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_installdocs dh_installchangelogs dh_systemd_enable dh_systemd_start dh_perl dh_link dh_strip_nondeterminism debian/rules override_dh_compress make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_compress -X.pdf make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_fixperms dh_missing debian/rules override_dh_strip make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_strip -plibosmo-sigtran12 --dbg-package=libosmo-sigtran-dbg dh_strip -posmo-stp --dbg-package=osmo-stp-dbg make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-sigtran' dh_makeshlibs dh_shlibdeps dh_installdeb dh_gencontrol dpkg-gencontrol: warning: package osmo-stp-doc: substitution variable ${misc:Package} used, but is not defined dh_md5sums dh_builddeb dpkg-deb: building package 'libosmo-sigtran12' in '../libosmo-sigtran12_2.2.1.101.94c7_amd64.deb'. dpkg-deb: building package 'libosmo-sigtran-dbg' in '../libosmo-sigtran-dbg_2.2.1.101.94c7_amd64.deb'. dpkg-deb: building package 'libosmo-sigtran-doc' in '../libosmo-sigtran-doc_2.2.1.101.94c7_all.deb'. dpkg-deb: building package 'osmo-stp-dbg' in '../osmo-stp-dbg_2.2.1.101.94c7_amd64.deb'. dpkg-deb: building package 'libosmo-sigtran-dev' in '../libosmo-sigtran-dev_2.2.1.101.94c7_amd64.deb'. dpkg-deb: building package 'osmo-stp-doc' in '../osmo-stp-doc_2.2.1.101.94c7_all.deb'. dpkg-deb: building package 'osmo-stp' in '../osmo-stp_2.2.1.101.94c7_amd64.deb'. dpkg-genbuildinfo dpkg-genchanges >../libosmo-sigtran_2.2.1.101.94c7_amd64.changes dpkg-genchanges: warning: substitution variable ${misc:Package} used, but is not defined dpkg-genchanges: info: including full source code in upload dpkg-source --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + cd .. + dpkg -c libosmo-sigtran-dbg_2.2.1.101.94c7_amd64.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/debug/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/debug/.build-id/d9/ -rw-r--r-- root/root 707224 2026-05-19 12:52 ./usr/lib/debug/.build-id/d9/b7d2cc32643e64e5cf0c516ab2d3668f411d80.debug drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-dbg/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-dbg/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-dbg/copyright + dpkg -c libosmo-sigtran-dev_2.2.1.101.94c7_amd64.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/include/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/include/osmocom/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/include/osmocom/sccp/ -rw-r--r-- root/root 15656 2026-05-19 12:52 ./usr/include/osmocom/sccp/sccp_types.h drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/include/osmocom/sigtran/ -rw-r--r-- root/root 2240 2026-05-19 12:52 ./usr/include/osmocom/sigtran/mtp_sap.h -rw-r--r-- root/root 13896 2026-05-19 12:52 ./usr/include/osmocom/sigtran/osmo_ss7.h drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/include/osmocom/sigtran/protocol/ -rw-r--r-- root/root 8293 2026-05-19 12:52 ./usr/include/osmocom/sigtran/protocol/m2ua.h -rw-r--r-- root/root 5046 2026-05-19 12:52 ./usr/include/osmocom/sigtran/protocol/m3ua.h -rw-r--r-- root/root 2205 2026-05-19 12:52 ./usr/include/osmocom/sigtran/protocol/mtp.h -rw-r--r-- root/root 871 2026-05-19 12:52 ./usr/include/osmocom/sigtran/protocol/sccp_scmg.h -rw-r--r-- root/root 5172 2026-05-19 12:52 ./usr/include/osmocom/sigtran/protocol/sua.h -rw-r--r-- root/root 3263 2026-05-19 12:52 ./usr/include/osmocom/sigtran/sccp_helpers.h -rw-r--r-- root/root 11219 2026-05-19 12:52 ./usr/include/osmocom/sigtran/sccp_sap.h -rw-r--r-- root/root 1850 2026-05-19 12:52 ./usr/include/osmocom/sigtran/sigtran_sap.h -rw-r--r-- root/root 576 2026-05-19 12:52 ./usr/include/osmocom/sigtran/version.h -rw-r--r-- root/root 827 2026-05-19 12:52 ./usr/include/osmocom/sigtran/xua_msg.h drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 4661430 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/libosmo-sigtran.a -rw-r--r-- root/root 1012 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/libosmo-sigtran.la drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/pkgconfig/ -rw-r--r-- root/root 335 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/pkgconfig/libosmo-sigtran.pc drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-dev/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-dev/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-dev/copyright lrwxrwxrwx root/root 0 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/libosmo-sigtran.so -> libosmo-sigtran.so.12.0.1 + dpkg -c libosmo-sigtran-doc_2.2.1.101.94c7_all.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ -rw-r--r-- root/root 22475 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/annotated.html -rw-r--r-- root/root 6369 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/annotated_dup.js -rw-r--r-- root/root 676 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/bc_s.png -rw-r--r-- root/root 147 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/bdwn.png -rw-r--r-- root/root 10373 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/classes.html -rw-r--r-- root/root 132 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/closed.png -rw-r--r-- root/root 6080 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_555f705a94ad9dab648a26dddeca006d.html -rw-r--r-- root/root 282 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_555f705a94ad9dab648a26dddeca006d.js -rw-r--r-- root/root 28979 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html -rw-r--r-- root/root 5453 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js -rw-r--r-- root/root 7279 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_85348e37fbd25790b99e135735251b13.html -rw-r--r-- root/root 628 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_85348e37fbd25790b99e135735251b13.js -rw-r--r-- root/root 4643 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.html -rw-r--r-- root/root 150 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_abe9b486a10ccc5afdf8abc29637e0c1.js -rw-r--r-- root/root 4536 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_d44c64559bbebec7f509842c48db8b23.html -rw-r--r-- root/root 150 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dir_d44c64559bbebec7f509842c48db8b23.js -rw-r--r-- root/root 746 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/doc.png -rw-r--r-- root/root 31428 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/doxygen.css -rw-r--r-- root/root 15382 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/doxygen.svg -rw-r--r-- root/root 4452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/dynsections.js -rw-r--r-- root/root 30056 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/files.html -rw-r--r-- root/root 223 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/files_dup.js -rw-r--r-- root/root 616 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/folderclosed.png -rw-r--r-- root/root 597 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/folderopen.png -rw-r--r-- root/root 8417 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions.html -rw-r--r-- root/root 4073 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_b.html -rw-r--r-- root/root 8900 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_c.html -rw-r--r-- root/root 6948 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_d.html -rw-r--r-- root/root 879 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_dup.js -rw-r--r-- root/root 4969 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_e.html -rw-r--r-- root/root 4550 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_f.html -rw-r--r-- root/root 4186 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_g.html -rw-r--r-- root/root 4421 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_h.html -rw-r--r-- root/root 7162 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_i.html -rw-r--r-- root/root 5012 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_k.html -rw-r--r-- root/root 8258 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_l.html -rw-r--r-- root/root 6989 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_m.html -rw-r--r-- root/root 7240 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_n.html -rw-r--r-- root/root 6102 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_o.html -rw-r--r-- root/root 7968 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_p.html -rw-r--r-- root/root 4655 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_q.html -rw-r--r-- root/root 8081 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_r.html -rw-r--r-- root/root 9534 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_s.html -rw-r--r-- root/root 8636 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_t.html -rw-r--r-- root/root 5397 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_u.html -rw-r--r-- root/root 4311 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_v.html -rw-r--r-- root/root 8314 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars.html -rw-r--r-- root/root 990 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars.js -rw-r--r-- root/root 3970 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_b.html -rw-r--r-- root/root 8797 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_c.html -rw-r--r-- root/root 6845 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_d.html -rw-r--r-- root/root 4866 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_e.html -rw-r--r-- root/root 4447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_f.html -rw-r--r-- root/root 4083 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_g.html -rw-r--r-- root/root 4318 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_h.html -rw-r--r-- root/root 7059 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_i.html -rw-r--r-- root/root 4909 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_k.html -rw-r--r-- root/root 8155 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_l.html -rw-r--r-- root/root 6886 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_m.html -rw-r--r-- root/root 7137 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_n.html -rw-r--r-- root/root 5999 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_o.html -rw-r--r-- root/root 7865 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_p.html -rw-r--r-- root/root 4552 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_q.html -rw-r--r-- root/root 7978 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_r.html -rw-r--r-- root/root 9431 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_s.html -rw-r--r-- root/root 8533 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_t.html -rw-r--r-- root/root 5294 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_u.html -rw-r--r-- root/root 4208 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_v.html -rw-r--r-- root/root 4240 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_vars_x.html -rw-r--r-- root/root 4343 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/functions_x.html -rw-r--r-- root/root 7102 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals.html -rw-r--r-- root/root 7878 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_a.html -rw-r--r-- root/root 7450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_c.html -rw-r--r-- root/root 8192 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_d.html -rw-r--r-- root/root 4413 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs.html -rw-r--r-- root/root 734 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs.js -rw-r--r-- root/root 4892 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_a.html -rw-r--r-- root/root 4046 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_c.html -rw-r--r-- root/root 3962 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_d.html -rw-r--r-- root/root 4952 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_e.html -rw-r--r-- root/root 3935 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_g.html -rw-r--r-- root/root 4398 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_i.html -rw-r--r-- root/root 5762 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_l.html -rw-r--r-- root/root 12687 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_m.html -rw-r--r-- root/root 4450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_n.html -rw-r--r-- root/root 5733 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_o.html -rw-r--r-- root/root 3939 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_p.html -rw-r--r-- root/root 4312 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_q.html -rw-r--r-- root/root 5600 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_r.html -rw-r--r-- root/root 18555 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_s.html -rw-r--r-- root/root 4211 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_t.html -rw-r--r-- root/root 4560 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_defs_x.html -rw-r--r-- root/root 833 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_dup.js -rw-r--r-- root/root 6063 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_e.html -rw-r--r-- root/root 9746 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_enum.html -rw-r--r-- root/root 4877 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval.html -rw-r--r-- root/root 440 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval.js -rw-r--r-- root/root 4121 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_c.html -rw-r--r-- root/root 5427 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_i.html -rw-r--r-- root/root 6429 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_l.html -rw-r--r-- root/root 35832 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_m.html -rw-r--r-- root/root 4177 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_n.html -rw-r--r-- root/root 23145 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_o.html -rw-r--r-- root/root 19359 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_s.html -rw-r--r-- root/root 4297 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_t.html -rw-r--r-- root/root 9332 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_eval_x.html -rw-r--r-- root/root 4347 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_f.html -rw-r--r-- root/root 5269 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func.html -rw-r--r-- root/root 902 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func.js -rw-r--r-- root/root 5877 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_a.html -rw-r--r-- root/root 5364 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_c.html -rw-r--r-- root/root 6747 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_d.html -rw-r--r-- root/root 4230 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_e.html -rw-r--r-- root/root 4217 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_f.html -rw-r--r-- root/root 6452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_g.html -rw-r--r-- root/root 4582 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_h.html -rw-r--r-- root/root 8002 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_i.html -rw-r--r-- root/root 5756 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_l.html -rw-r--r-- root/root 14126 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_m.html -rw-r--r-- root/root 4234 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_n.html -rw-r--r-- root/root 38624 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_o.html -rw-r--r-- root/root 5127 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_p.html -rw-r--r-- root/root 4621 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_r.html -rw-r--r-- root/root 59710 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_s.html -rw-r--r-- root/root 12070 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_t.html -rw-r--r-- root/root 3950 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_u.html -rw-r--r-- root/root 4440 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_v.html -rw-r--r-- root/root 4802 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_w.html -rw-r--r-- root/root 21171 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_func_x.html -rw-r--r-- root/root 7231 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_g.html -rw-r--r-- root/root 4712 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_h.html -rw-r--r-- root/root 11361 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_i.html -rw-r--r-- root/root 11319 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_l.html -rw-r--r-- root/root 60916 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_m.html -rw-r--r-- root/root 5865 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_n.html -rw-r--r-- root/root 66071 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_o.html -rw-r--r-- root/root 5794 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_p.html -rw-r--r-- root/root 4442 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_q.html -rw-r--r-- root/root 7249 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_r.html -rw-r--r-- root/root 96598 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_s.html -rw-r--r-- root/root 13638 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_t.html -rw-r--r-- root/root 4167 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_type.html -rw-r--r-- root/root 4080 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_u.html -rw-r--r-- root/root 4680 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_v.html -rw-r--r-- root/root 3939 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars.html -rw-r--r-- root/root 734 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars.js -rw-r--r-- root/root 4538 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_a.html -rw-r--r-- root/root 5182 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_c.html -rw-r--r-- root/root 5224 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_d.html -rw-r--r-- root/root 4284 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_e.html -rw-r--r-- root/root 4382 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_g.html -rw-r--r-- root/root 4371 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_i.html -rw-r--r-- root/root 4482 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_l.html -rw-r--r-- root/root 8784 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_m.html -rw-r--r-- root/root 4376 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_n.html -rw-r--r-- root/root 7698 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_o.html -rw-r--r-- root/root 4266 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_p.html -rw-r--r-- root/root 4566 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_r.html -rw-r--r-- root/root 9249 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_s.html -rw-r--r-- root/root 4432 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_t.html -rw-r--r-- root/root 3944 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_v.html -rw-r--r-- root/root 5520 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_vars_x.html -rw-r--r-- root/root 4932 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_w.html -rw-r--r-- root/root 29689 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/globals_x.html -rw-r--r-- root/root 5879 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/include_2osmocom_2sigtran_2xua__msg_8h.html -rw-r--r-- root/root 173 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/include_2osmocom_2sigtran_2xua__msg_8h.js -rw-r--r-- root/root 8101 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/include_2osmocom_2sigtran_2xua__msg_8h_source.html -rw-r--r-- root/root 3906 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/index.html -rw-r--r-- root/root 28400 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ipa_8c.html -rw-r--r-- root/root 575 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ipa_8c.js -rw-r--r-- root/root 175457 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/jquery.js -rw-r--r-- root/root 65535 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m2ua_8h.html -rw-r--r-- root/root 175 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m2ua_8h.js -rw-r--r-- root/root 112134 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m2ua_8h_source.html -rw-r--r-- root/root 218823 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m3ua_8c.html -rw-r--r-- root/root 5465 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m3ua_8c.js -rw-r--r-- root/root 88270 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m3ua_8h.html -rw-r--r-- root/root 11802 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m3ua_8h.js -rw-r--r-- root/root 62863 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/m3ua_8h_source.html -rw-r--r-- root/root 3222 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/menu.js -rw-r--r-- root/root 8309 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/menudata.js -rw-r--r-- root/root 7722 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdc_8c.html -rw-r--r-- root/root 117 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdc_8c.js -rw-r--r-- root/root 7393 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdc_8h.html -rw-r--r-- root/root 117 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdc_8h.js -rw-r--r-- root/root 6350 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdc_8h_source.html -rw-r--r-- root/root 21981 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdt_8c.html -rw-r--r-- root/root 521 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdt_8c.js -rw-r--r-- root/root 8032 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdt_8h.html -rw-r--r-- root/root 131 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdt_8h.js -rw-r--r-- root/root 6393 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmdt_8h_source.html -rw-r--r-- root/root 13274 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmrt_8c.html -rw-r--r-- root/root 235 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmrt_8c.js -rw-r--r-- root/root 12085 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmrt_8h.html -rw-r--r-- root/root 235 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmrt_8h.js -rw-r--r-- root/root 8434 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__hmrt_8h_source.html -rw-r--r-- root/root 12351 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__rtpc_8c.html -rw-r--r-- root/root 223 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__rtpc_8c.js -rw-r--r-- root/root 8989 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__rtpc_8h.html -rw-r--r-- root/root 133 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__rtpc_8h.js -rw-r--r-- root/root 7217 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp3__rtpc_8h_source.html -rw-r--r-- root/root 21183 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp_8h.html -rw-r--r-- root/root 3420 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp_8h.js -rw-r--r-- root/root 30329 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp_8h_source.html -rw-r--r-- root/root 43115 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp__sap_8c.html -rw-r--r-- root/root 1467 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp__sap_8c.js -rw-r--r-- root/root 19358 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp__sap_8h.html -rw-r--r-- root/root 1676 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp__sap_8h.js -rw-r--r-- root/root 30345 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/mtp__sap_8h_source.html -rw-r--r-- root/root 153 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/nav_f.png -rw-r--r-- root/root 95 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/nav_g.png -rw-r--r-- root/root 98 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/nav_h.png -rw-r--r-- root/root 2087 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtree.css -rw-r--r-- root/root 15609 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtree.js -rw-r--r-- root/root 3100 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreedata.js -rw-r--r-- root/root 11261 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex0.js -rw-r--r-- root/root 19508 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex1.js -rw-r--r-- root/root 18265 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex10.js -rw-r--r-- root/root 20607 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex11.js -rw-r--r-- root/root 6663 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex12.js -rw-r--r-- root/root 17851 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex2.js -rw-r--r-- root/root 20495 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex3.js -rw-r--r-- root/root 19117 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex4.js -rw-r--r-- root/root 18390 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex5.js -rw-r--r-- root/root 18076 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex6.js -rw-r--r-- root/root 17520 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex7.js -rw-r--r-- root/root 18817 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex8.js -rw-r--r-- root/root 17431 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/navtreeindex9.js -rw-r--r-- root/root 123 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/open.png -rw-r--r-- root/root 281750 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/osmo__ss7_8h.html -rw-r--r-- root/root 11202 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/osmo__ss7_8h.js -rw-r--r-- root/root 132639 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/osmo__ss7_8h_source.html -rw-r--r-- root/root 5054 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/resize.js -rw-r--r-- root/root 174746 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp2sua_8c.html -rw-r--r-- root/root 5272 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp2sua_8c.js -rw-r--r-- root/root 66808 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__connection_8c.html -rw-r--r-- root/root 2859 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__connection_8c.js -rw-r--r-- root/root 50325 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__connection_8h.html -rw-r--r-- root/root 2008 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__connection_8h.js -rw-r--r-- root/root 40429 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__connection_8h_source.html -rw-r--r-- root/root 79308 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__helpers_8c.html -rw-r--r-- root/root 2786 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__helpers_8c.js -rw-r--r-- root/root 69755 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__helpers_8h.html -rw-r--r-- root/root 2427 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__helpers_8h.js -rw-r--r-- root/root 37134 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__helpers_8h_source.html -rw-r--r-- root/root 116818 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__instance_8c.html -rw-r--r-- root/root 2819 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__instance_8c.js -rw-r--r-- root/root 24092 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__instance_8h.html -rw-r--r-- root/root 2232 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__instance_8h.js -rw-r--r-- root/root 36593 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__instance_8h_source.html -rw-r--r-- root/root 78420 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__internal_8h.html -rw-r--r-- root/root 2740 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__internal_8h.js -rw-r--r-- root/root 40733 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__internal_8h_source.html -rw-r--r-- root/root 11499 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__lbcs_8c.html -rw-r--r-- root/root 227 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__lbcs_8c.js -rw-r--r-- root/root 83252 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sap_8c.html -rw-r--r-- root/root 1540 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sap_8c.js -rw-r--r-- root/root 149129 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sap_8h.html -rw-r--r-- root/root 16200 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sap_8h.js -rw-r--r-- root/root 165458 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sap_8h_source.html -rw-r--r-- root/root 39477 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sclc_8c.html -rw-r--r-- root/root 863 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__sclc_8c.js -rw-r--r-- root/root 48697 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scmg_8c.html -rw-r--r-- root/root 1202 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scmg_8c.js -rw-r--r-- root/root 18709 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scmg_8h.html -rw-r--r-- root/root 1655 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scmg_8h.js -rw-r--r-- root/root 16697 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scmg_8h_source.html -rw-r--r-- root/root 99265 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc_8c.html -rw-r--r-- root/root 2566 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc_8c.js -rw-r--r-- root/root 56968 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc__fsm_8c.html -rw-r--r-- root/root 1079 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc__fsm_8c.js -rw-r--r-- root/root 17522 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc__fsm_8h.html -rw-r--r-- root/root 4403 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc__fsm_8h.js -rw-r--r-- root/root 30313 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scoc__fsm_8h_source.html -rw-r--r-- root/root 62629 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scrc_8c.html -rw-r--r-- root/root 1656 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__scrc_8c.js -rw-r--r-- root/root 26583 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__types_8c.html -rw-r--r-- root/root 732 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__types_8c.js -rw-r--r-- root/root 26472 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__user_8c.html -rw-r--r-- root/root 866 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__user_8c.js -rw-r--r-- root/root 17913 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__user_8h.html -rw-r--r-- root/root 537 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__user_8h.js -rw-r--r-- root/root 18266 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__user_8h_source.html -rw-r--r-- root/root 41263 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__vty_8c.html -rw-r--r-- root/root 1146 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sccp__vty_8c.js drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/ -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_0.html -rw-r--r-- root/root 3455 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_0.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_1.html -rw-r--r-- root/root 9742 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_1.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_10.html -rw-r--r-- root/root 1284 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_10.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_11.html -rw-r--r-- root/root 7926 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_11.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_12.html -rw-r--r-- root/root 140039 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_12.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_13.html -rw-r--r-- root/root 20356 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_13.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_14.html -rw-r--r-- root/root 1607 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_14.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_15.html -rw-r--r-- root/root 1183 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_15.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_16.html -rw-r--r-- root/root 1078 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_16.js -rw-r--r-- root/root 1446 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_17.html -rw-r--r-- root/root 38660 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_17.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_2.html -rw-r--r-- root/root 134 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_2.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_3.html -rw-r--r-- root/root 8609 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_3.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_4.html -rw-r--r-- root/root 41369 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_4.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_5.html -rw-r--r-- root/root 3383 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_5.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_6.html -rw-r--r-- root/root 1015 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_6.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_7.html -rw-r--r-- root/root 3795 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_7.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_8.html -rw-r--r-- root/root 1283 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_8.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_9.html -rw-r--r-- root/root 12242 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_9.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_a.html -rw-r--r-- root/root 1174 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_a.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_b.html -rw-r--r-- root/root 12163 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_b.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_c.html -rw-r--r-- root/root 73007 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_c.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_d.html -rw-r--r-- root/root 5358 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_d.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_e.html -rw-r--r-- root/root 101612 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_e.js -rw-r--r-- root/root 1445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_f.html -rw-r--r-- root/root 6061 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/all_f.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_0.html -rw-r--r-- root/root 476 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_0.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_1.html -rw-r--r-- root/root 107 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_1.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_2.html -rw-r--r-- root/root 4304 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_2.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_3.html -rw-r--r-- root/root 413 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_3.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_4.html -rw-r--r-- root/root 545 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_4.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_5.html -rw-r--r-- root/root 1127 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/classes_5.js -rw-r--r-- root/root 1284 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/close.svg -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_0.html -rw-r--r-- root/root 604 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_0.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_1.html -rw-r--r-- root/root 1265 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_1.js -rw-r--r-- root/root 1450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_10.html -rw-r--r-- root/root 849 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_10.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_2.html -rw-r--r-- root/root 241 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_2.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_3.html -rw-r--r-- root/root 149 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_3.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_4.html -rw-r--r-- root/root 1335 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_4.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_5.html -rw-r--r-- root/root 125 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_5.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_6.html -rw-r--r-- root/root 617 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_6.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_7.html -rw-r--r-- root/root 2099 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_7.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_8.html -rw-r--r-- root/root 9879 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_8.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_9.html -rw-r--r-- root/root 700 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_9.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_a.html -rw-r--r-- root/root 2275 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_a.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_b.html -rw-r--r-- root/root 124 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_b.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_c.html -rw-r--r-- root/root 572 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_c.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_d.html -rw-r--r-- root/root 2008 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_d.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_e.html -rw-r--r-- root/root 16475 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_e.js -rw-r--r-- root/root 1449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_f.html -rw-r--r-- root/root 429 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/defines_f.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_0.html -rw-r--r-- root/root 134 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_0.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_1.html -rw-r--r-- root/root 624 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_1.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_2.html -rw-r--r-- root/root 284 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_2.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_3.html -rw-r--r-- root/root 974 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_3.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_4.html -rw-r--r-- root/root 2606 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_4.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_5.html -rw-r--r-- root/root 1232 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_5.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_6.html -rw-r--r-- root/root 528 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enums_6.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_0.html -rw-r--r-- root/root 1185 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_0.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_1.html -rw-r--r-- root/root 320 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_1.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_2.html -rw-r--r-- root/root 1788 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_2.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_3.html -rw-r--r-- root/root 2851 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_3.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_4.html -rw-r--r-- root/root 35637 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_4.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_5.html -rw-r--r-- root/root 392 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_5.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_6.html -rw-r--r-- root/root 21956 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_6.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_7.html -rw-r--r-- root/root 17581 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_7.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_8.html -rw-r--r-- root/root 514 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_8.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_9.html -rw-r--r-- root/root 6223 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/enumvalues_9.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_0.html -rw-r--r-- root/root 74 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_0.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_1.html -rw-r--r-- root/root 983 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_1.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_2.html -rw-r--r-- root/root 92 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_2.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_3.html -rw-r--r-- root/root 4301 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_3.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_4.html -rw-r--r-- root/root 674 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_4.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_5.html -rw-r--r-- root/root 86 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_5.js -rw-r--r-- root/root 1447 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_6.html -rw-r--r-- root/root 1230 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/files_6.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_0.html -rw-r--r-- root/root 1671 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_0.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_1.html -rw-r--r-- root/root 3274 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_1.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_10.html -rw-r--r-- root/root 12972 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_10.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_11.html -rw-r--r-- root/root 138 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_11.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_12.html -rw-r--r-- root/root 674 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_12.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_13.html -rw-r--r-- root/root 1078 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_13.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_14.html -rw-r--r-- root/root 26518 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_14.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_2.html -rw-r--r-- root/root 1707 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_2.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_3.html -rw-r--r-- root/root 36890 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_3.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_4.html -rw-r--r-- root/root 454 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_4.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_5.html -rw-r--r-- root/root 454 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_5.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_6.html -rw-r--r-- root/root 2880 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_6.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_7.html -rw-r--r-- root/root 839 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_7.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_8.html -rw-r--r-- root/root 5060 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_8.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_9.html -rw-r--r-- root/root 2100 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_9.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_a.html -rw-r--r-- root/root 16886 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_a.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_b.html -rw-r--r-- root/root 493 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_b.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_c.html -rw-r--r-- root/root 63441 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_c.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_d.html -rw-r--r-- root/root 1558 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_d.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_e.html -rw-r--r-- root/root 860 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_e.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_f.html -rw-r--r-- root/root 88305 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/functions_f.js -rw-r--r-- root/root 2378 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/mag_sel.svg -rw-r--r-- root/root 500 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/nomatches.html -rw-r--r-- root/root 4451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/search.css -rw-r--r-- root/root 23521 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/search.js -rw-r--r-- root/root 567 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/search_l.png -rw-r--r-- root/root 158 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/search_m.png -rw-r--r-- root/root 553 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/search_r.png -rw-r--r-- root/root 596 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/searchdata.js -rw-r--r-- root/root 1450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/typedefs_0.html -rw-r--r-- root/root 138 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/typedefs_0.js -rw-r--r-- root/root 1450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/typedefs_1.html -rw-r--r-- root/root 159 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/typedefs_1.js -rw-r--r-- root/root 1450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/typedefs_2.html -rw-r--r-- root/root 174 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/typedefs_2.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_0.html -rw-r--r-- root/root 137 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_0.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_1.html -rw-r--r-- root/root 5221 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_1.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_10.html -rw-r--r-- root/root 732 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_10.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_11.html -rw-r--r-- root/root 5098 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_11.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_12.html -rw-r--r-- root/root 11852 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_12.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_13.html -rw-r--r-- root/root 5322 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_13.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_14.html -rw-r--r-- root/root 1489 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_14.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_15.html -rw-r--r-- root/root 463 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_15.js -rw-r--r-- root/root 1452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_16.html -rw-r--r-- root/root 2346 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_16.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_2.html -rw-r--r-- root/root 136 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_2.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_3.html -rw-r--r-- root/root 6363 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_3.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_4.html -rw-r--r-- root/root 4402 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_4.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_5.html -rw-r--r-- root/root 1512 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_5.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_6.html -rw-r--r-- root/root 586 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_6.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_7.html -rw-r--r-- root/root 858 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_7.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_8.html -rw-r--r-- root/root 474 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_8.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_9.html -rw-r--r-- root/root 3792 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_9.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_a.html -rw-r--r-- root/root 1182 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_a.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_b.html -rw-r--r-- root/root 4978 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_b.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_c.html -rw-r--r-- root/root 9092 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_c.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_d.html -rw-r--r-- root/root 3863 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_d.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_e.html -rw-r--r-- root/root 7089 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_e.js -rw-r--r-- root/root 1451 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_f.html -rw-r--r-- root/root 4419 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/search/variables_f.js -rw-r--r-- root/root 23674 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sigtran__sap_8h.html -rw-r--r-- root/root 3866 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sigtran__sap_8h.js -rw-r--r-- root/root 41688 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sigtran__sap_8h_source.html -rw-r--r-- root/root 314 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/splitbar.png -rw-r--r-- root/root 105528 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/src_2xua__msg_8h.html -rw-r--r-- root/root 3393 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/src_2xua__msg_8h.js -rw-r--r-- root/root 52513 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/src_2xua__msg_8h_source.html -rw-r--r-- root/root 36720 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7_8c.html -rw-r--r-- root/root 1152 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7_8c.js -rw-r--r-- root/root 96269 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as_8c.html -rw-r--r-- root/root 3104 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as_8c.js -rw-r--r-- root/root 51704 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as_8h.html -rw-r--r-- root/root 6361 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as_8h.js -rw-r--r-- root/root 82635 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as_8h_source.html -rw-r--r-- root/root 99911 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as__vty_8c.html -rw-r--r-- root/root 3118 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__as__vty_8c.js -rw-r--r-- root/root 186281 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp_8c.html -rw-r--r-- root/root 6926 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp_8c.js -rw-r--r-- root/root 67617 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp_8h.html -rw-r--r-- root/root 3717 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp_8h.js -rw-r--r-- root/root 87087 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp_8h_source.html -rw-r--r-- root/root 32982 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__peer_8c.html -rw-r--r-- root/root 1017 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__peer_8c.js -rw-r--r-- root/root 31026 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__peer_8h.html -rw-r--r-- root/root 1015 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__peer_8h.js -rw-r--r-- root/root 17692 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__peer_8h_source.html -rw-r--r-- root/root 170830 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__vty_8c.html -rw-r--r-- root/root 6141 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__asp__vty_8c.js -rw-r--r-- root/root 35780 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__combined__linkset_8c.html -rw-r--r-- root/root 1317 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__combined__linkset_8c.js -rw-r--r-- root/root 30295 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__combined__linkset_8h.html -rw-r--r-- root/root 1354 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__combined__linkset_8h.js -rw-r--r-- root/root 30353 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__combined__linkset_8h_source.html -rw-r--r-- root/root 157798 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__instance_8c.html -rw-r--r-- root/root 5606 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__instance_8c.js -rw-r--r-- root/root 34401 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__instance_8h.html -rw-r--r-- root/root 2578 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__instance_8h.js -rw-r--r-- root/root 49997 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__instance_8h_source.html -rw-r--r-- root/root 42461 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__internal_8h.html -rw-r--r-- root/root 1623 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__internal_8h.js -rw-r--r-- root/root 22168 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__internal_8h_source.html -rw-r--r-- root/root 12732 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__link_8c.html -rw-r--r-- root/root 301 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__link_8c.js -rw-r--r-- root/root 15230 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__link_8h.html -rw-r--r-- root/root 987 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__link_8h.js -rw-r--r-- root/root 16715 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__link_8h_source.html -rw-r--r-- root/root 16729 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__linkset_8c.html -rw-r--r-- root/root 422 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__linkset_8c.js -rw-r--r-- root/root 16608 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__linkset_8h.html -rw-r--r-- root/root 511 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__linkset_8h.js -rw-r--r-- root/root 16986 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__linkset_8h_source.html -rw-r--r-- root/root 70228 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route_8c.html -rw-r--r-- root/root 1992 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route_8c.js -rw-r--r-- root/root 54238 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route_8h.html -rw-r--r-- root/root 2138 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route_8h.js -rw-r--r-- root/root 39244 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route_8h_source.html -rw-r--r-- root/root 62916 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route__table_8c.html -rw-r--r-- root/root 2112 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route__table_8c.js -rw-r--r-- root/root 60317 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route__table_8h.html -rw-r--r-- root/root 2216 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route__table_8h.js -rw-r--r-- root/root 37738 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__route__table_8h_source.html -rw-r--r-- root/root 24419 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__user_8c.html -rw-r--r-- root/root 981 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__user_8c.js -rw-r--r-- root/root 27927 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__user_8h.html -rw-r--r-- root/root 960 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__user_8h.js -rw-r--r-- root/root 20480 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__user_8h_source.html -rw-r--r-- root/root 166920 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__vty_8c.html -rw-r--r-- root/root 5431 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__vty_8c.js -rw-r--r-- root/root 50175 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__vty_8h.html -rw-r--r-- root/root 2658 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__vty_8h.js -rw-r--r-- root/root 23756 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__vty_8h_source.html -rw-r--r-- root/root 50007 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv_8c.html -rw-r--r-- root/root 1350 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv_8c.js -rw-r--r-- root/root 39860 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv_8h.html -rw-r--r-- root/root 1237 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv_8h.js -rw-r--r-- root/root 31595 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv_8h_source.html -rw-r--r-- root/root 49094 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv__vty_8c.html -rw-r--r-- root/root 1975 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/ss7__xua__srv__vty_8c.js -rw-r--r-- root/root 12543 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__asp__fsm__priv.html -rw-r--r-- root/root 601 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__asp__fsm__priv.js -rw-r--r-- root/root 8414 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__tcap__routing__add__range.html -rw-r--r-- root/root 455 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__tcap__routing__add__range.js -rw-r--r-- root/root 7316 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__tcap__routing__hdr.html -rw-r--r-- root/root 318 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__tcap__routing__hdr.js -rw-r--r-- root/root 5309 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__tcap__routing__nack.html -rw-r--r-- root/root 134 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structipa__tcap__routing__nack.js -rw-r--r-- root/root 11354 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structm3ua__data__hdr.html -rw-r--r-- root/root 538 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structm3ua__data__hdr.js -rw-r--r-- root/root 5684 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__pause__param.html -rw-r--r-- root/root 141 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__pause__param.js -rw-r--r-- root/root 13308 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__prim.html -rw-r--r-- root/root 552 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__prim.js -rw-r--r-- root/root 5692 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__resume__param.html -rw-r--r-- root/root 143 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__resume__param.js -rw-r--r-- root/root 8792 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__status__param.html -rw-r--r-- root/root 461 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__status__param.js -rw-r--r-- root/root 14399 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__transfer__param.html -rw-r--r-- root/root 426 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__mtp__transfer__param.js -rw-r--r-- root/root 24766 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__addr.html -rw-r--r-- root/root 719 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__addr.js -rw-r--r-- root/root 13425 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__addr__entry.html -rw-r--r-- root/root 516 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__addr__entry.js -rw-r--r-- root/root 12961 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__gt.html -rw-r--r-- root/root 452 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__gt.js -rw-r--r-- root/root 22607 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__instance.html -rw-r--r-- root/root 1267 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__instance.js -rw-r--r-- root/root 19388 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__user.html -rw-r--r-- root/root 817 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__sccp__user.js -rw-r--r-- root/root 12023 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__connect__param.html -rw-r--r-- root/root 658 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__connect__param.js -rw-r--r-- root/root 6743 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__data__param.html -rw-r--r-- root/root 233 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__data__param.js -rw-r--r-- root/root 10552 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__disconn__param.html -rw-r--r-- root/root 548 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__disconn__param.js -rw-r--r-- root/root 8651 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__notice__param.html -rw-r--r-- root/root 442 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__notice__param.js -rw-r--r-- root/root 8590 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__pcstate__param.html -rw-r--r-- root/root 474 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__pcstate__param.js -rw-r--r-- root/root 20713 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__prim.html -rw-r--r-- root/root 907 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__prim.js -rw-r--r-- root/root 7341 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__reset__param.html -rw-r--r-- root/root 331 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__reset__param.js -rw-r--r-- root/root 8157 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__state__param.html -rw-r--r-- root/root 457 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__state__param.js -rw-r--r-- root/root 10760 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__unitdata__param.html -rw-r--r-- root/root 572 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__scu__unitdata__param.js -rw-r--r-- root/root 61236 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__as.html -rw-r--r-- root/root 2821 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__as.js -rw-r--r-- root/root 7319 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__as__esls__entry.html -rw-r--r-- root/root 245 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__as__esls__entry.js -rw-r--r-- root/root 110419 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__asp.html -rw-r--r-- root/root 5745 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__asp.js -rw-r--r-- root/root 15204 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__asp__peer.html -rw-r--r-- root/root 411 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__asp__peer.js -rw-r--r-- root/root 26815 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__combined__linkset.html -rw-r--r-- root/root 1191 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__combined__linkset.js -rw-r--r-- root/root 7480 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__esls__entry.html -rw-r--r-- root/root 231 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__esls__entry.js -rw-r--r-- root/root 53666 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__instance.html -rw-r--r-- root/root 2507 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__instance.js -rw-r--r-- root/root 10853 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__link.html -rw-r--r-- root/root 559 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__link.js -rw-r--r-- root/root 14937 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__linkset.html -rw-r--r-- root/root 764 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__linkset.js -rw-r--r-- root/root 7667 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__pc__fmt.html -rw-r--r-- root/root 226 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__pc__fmt.js -rw-r--r-- root/root 37525 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__route.html -rw-r--r-- root/root 1377 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__route.js -rw-r--r-- root/root 9002 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__route__label.html -rw-r--r-- root/root 318 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__route__label.js -rw-r--r-- root/root 17076 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__route__table.html -rw-r--r-- root/root 622 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__route__table.js -rw-r--r-- root/root 12410 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__routing__key.html -rw-r--r-- root/root 510 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__routing__key.js -rw-r--r-- root/root 9849 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__user.html -rw-r--r-- root/root 378 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__ss7__user.js -rw-r--r-- root/root 14344 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim.html -rw-r--r-- root/root 552 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim.js -rw-r--r-- root/root 5993 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__error.html -rw-r--r-- root/root 131 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__error.js -rw-r--r-- root/root 14519 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__notify.html -rw-r--r-- root/root 740 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__notify.js -rw-r--r-- root/root 6780 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__rk__dereg.html -rw-r--r-- root/root 243 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__rk__dereg.js -rw-r--r-- root/root 8677 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__rk__reg.html -rw-r--r-- root/root 331 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xlm__prim__rk__reg.js -rw-r--r-- root/root 8220 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xua__layer__manager.html -rw-r--r-- root/root 337 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xua__layer__manager.js -rw-r--r-- root/root 25601 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xua__server.html -rw-r--r-- root/root 1356 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structosmo__xua__server.js -rw-r--r-- root/root 35449 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structsccp__connection.html -rw-r--r-- root/root 1941 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structsccp__connection.js -rw-r--r-- root/root 8945 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structsccp__pending__rout__fail.html -rw-r--r-- root/root 425 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structsccp__pending__rout__fail.js -rw-r--r-- root/root 10261 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structsccp__scmg__msg.html -rw-r--r-- root/root 493 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structsccp__scmg__msg.js -rw-r--r-- root/root 18705 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structss7__as__asp__assoc.html -rw-r--r-- root/root 401 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structss7__as__asp__assoc.js -rw-r--r-- root/root 8158 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structt8__inaccessible__sp__entry.html -rw-r--r-- root/root 343 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structt8__inaccessible__sp__entry.js -rw-r--r-- root/root 7904 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__parsed.html -rw-r--r-- root/root 280 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__parsed.js -rw-r--r-- root/root 12910 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__range.html -rw-r--r-- root/root 523 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__range.js -rw-r--r-- root/root 14917 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__trans__track__entry.html -rw-r--r-- root/root 634 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__trans__track__entry.js -rw-r--r-- root/root 8937 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__trans__track__tid__entry.html -rw-r--r-- root/root 353 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structtcap__trans__track__tid__entry.js -rw-r--r-- root/root 6969 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__as__event__asp__inactive__ind__pars.html -rw-r--r-- root/root 292 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__as__event__asp__inactive__ind__pars.js -rw-r--r-- root/root 9275 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__as__fsm__priv.html -rw-r--r-- root/root 402 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__as__fsm__priv.js -rw-r--r-- root/root 14080 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__asp__fsm__priv.html -rw-r--r-- root/root 592 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__asp__fsm__priv.js -rw-r--r-- root/root 17521 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__common__hdr.html -rw-r--r-- root/root 573 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__common__hdr.js -rw-r--r-- root/root 9322 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__dialect.html -rw-r--r-- root/root 450 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__dialect.js -rw-r--r-- root/root 8496 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__layer__manager__default__priv.html -rw-r--r-- root/root 257 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__layer__manager__default__priv.js -rw-r--r-- root/root 19552 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg.html -rw-r--r-- root/root 342 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg.js -rw-r--r-- root/root 8485 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg__class.html -rw-r--r-- root/root 390 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg__class.js -rw-r--r-- root/root 7542 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg__event__map.html -rw-r--r-- root/root 319 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg__event__map.js -rw-r--r-- root/root 16592 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg__part.html -rw-r--r-- root/root 368 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__msg__part.js -rw-r--r-- root/root 7544 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__parameter__hdr.html -rw-r--r-- root/root 303 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/structxua__parameter__hdr.js -rw-r--r-- root/root 190895 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sua_8c.html -rw-r--r-- root/root 5029 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sua_8c.js -rw-r--r-- root/root 108660 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sua_8h.html -rw-r--r-- root/root 9733 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sua_8h.js -rw-r--r-- root/root 38191 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sua_8h_source.html -rw-r--r-- root/root 853 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sync_off.png -rw-r--r-- root/root 845 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/sync_on.png -rw-r--r-- root/root 142 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tab_a.png -rw-r--r-- root/root 169 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tab_b.png -rw-r--r-- root/root 177 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tab_h.png -rw-r--r-- root/root 184 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tab_s.png -rw-r--r-- root/root 8700 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tabs.css -rw-r--r-- root/root 119306 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare_8c.html -rw-r--r-- root/root 4957 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare_8c.js -rw-r--r-- root/root 39874 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare_8h.html -rw-r--r-- root/root 1315 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare_8h.js -rw-r--r-- root/root 23527 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare_8h_source.html -rw-r--r-- root/root 16220 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare__vty_8c.html -rw-r--r-- root/root 434 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare__vty_8c.js -rw-r--r-- root/root 5624 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare__vty_8h.html -rw-r--r-- root/root 141 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare__vty_8h.js -rw-r--r-- root/root 5892 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__as__loadshare__vty_8h_source.html -rw-r--r-- root/root 50368 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__trans__tracking_8c.html -rw-r--r-- root/root 1814 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__trans__tracking_8c.js -rw-r--r-- root/root 39461 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__trans__tracking_8h.html -rw-r--r-- root/root 1527 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__trans__tracking_8h.js -rw-r--r-- root/root 32583 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/tcap__trans__tracking_8h_source.html -rw-r--r-- root/root 11907 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/version_8h.html -rw-r--r-- root/root 620 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/version_8h.js -rw-r--r-- root/root 7335 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/version_8h_source.html -rw-r--r-- root/root 85635 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__as__fsm_8c.html -rw-r--r-- root/root 2666 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__as__fsm_8c.js -rw-r--r-- root/root 14631 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__as__fsm_8h.html -rw-r--r-- root/root 1709 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__as__fsm_8h.js -rw-r--r-- root/root 18022 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__as__fsm_8h_source.html -rw-r--r-- root/root 179924 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__asp__fsm_8c.html -rw-r--r-- root/root 7024 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__asp__fsm_8c.js -rw-r--r-- root/root 21741 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__asp__fsm_8h.html -rw-r--r-- root/root 4216 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__asp__fsm_8h.js -rw-r--r-- root/root 29899 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__asp__fsm_8h_source.html -rw-r--r-- root/root 123810 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__default__lm__fsm_8c.html -rw-r--r-- root/root 6331 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__default__lm__fsm_8c.js -rw-r--r-- root/root 224587 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__internal_8h.html -rw-r--r-- root/root 7403 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__internal_8h.js -rw-r--r-- root/root 81557 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__internal_8h_source.html -rw-r--r-- root/root 31421 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__lm__sap_8c.html -rw-r--r-- root/root 1044 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__lm__sap_8c.js -rw-r--r-- root/root 26963 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__lm__sap_8h.html -rw-r--r-- root/root 951 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__lm__sap_8h.js -rw-r--r-- root/root 16169 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__lm__sap_8h_source.html -rw-r--r-- root/root 101445 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__msg_8c.html -rw-r--r-- root/root 2762 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__msg_8c.js -rw-r--r-- root/root 79854 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__rkm_8c.html -rw-r--r-- root/root 1847 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__rkm_8c.js -rw-r--r-- root/root 13779 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__shared_8c.html -rw-r--r-- root/root 304 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__shared_8c.js -rw-r--r-- root/root 83372 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__snm_8c.html -rw-r--r-- root/root 2287 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__snm_8c.js -rw-r--r-- root/root 23465 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__types_8h.html -rw-r--r-- root/root 926 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__types_8h.js -rw-r--r-- root/root 27529 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/sigtran/html/xua__types_8h_source.html drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-doc/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-doc/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran-doc/copyright + dpkg -c libosmo-sigtran12_2.2.1.101.94c7_amd64.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 514320 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/libosmo-sigtran.so.12.0.1 drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran12/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran12/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran12/copyright lrwxrwxrwx root/root 0 2026-05-19 12:52 ./usr/lib/x86_64-linux-gnu/libosmo-sigtran.so.12 -> libosmo-sigtran.so.12.0.1 + dpkg -c osmo-stp-dbg_2.2.1.101.94c7_amd64.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/debug/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/lib/debug/.build-id/9f/ -rw-r--r-- root/root 16264 2026-05-19 12:52 ./usr/lib/debug/.build-id/9f/91b65d6cfd00c0747c1830c8ac21bf1dde8752.debug drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/osmo-stp-dbg/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/osmo-stp-dbg/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/osmo-stp-dbg/copyright + dpkg -c osmo-stp-doc_2.2.1.101.94c7_all.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/osmo-stp-doc/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/osmo-stp-doc/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/osmo-stp-doc/copyright -rw-r--r-- root/root 523425 2026-05-19 12:52 ./usr/share/doc/osmo-stp-doc/osmostp-usermanual.pdf -rw-r--r-- root/root 303328 2026-05-19 12:52 ./usr/share/doc/osmo-stp-doc/osmostp-vty-reference.pdf + dpkg -c osmo-stp_2.2.1.101.94c7_amd64.deb drwxr-xr-x root/root 0 2026-05-19 12:52 ./ drwxr-xr-x root/root 0 2026-05-19 12:52 ./etc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./etc/osmocom/ -rw-r--r-- root/root 340 2026-05-19 12:52 ./etc/osmocom/osmo-stp.cfg drwxr-xr-x root/root 0 2026-05-19 12:52 ./lib/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./lib/systemd/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./lib/systemd/system/ -rw-r--r-- root/root 392 2026-05-19 12:52 ./lib/systemd/system/osmo-stp.service drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/bin/ -rwxr-xr-x root/root 18864 2026-05-19 12:52 ./usr/bin/osmo-stp drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/examples/ drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/examples/osmo-stp/ -rw-r--r-- root/root 340 2026-05-19 12:52 ./usr/share/doc/libosmo-sigtran/examples/osmo-stp/osmo-stp.cfg drwxr-xr-x root/root 0 2026-05-19 12:52 ./usr/share/doc/osmo-stp/ -rw-r--r-- root/root 16898 2026-05-19 12:52 ./usr/share/doc/osmo-stp/changelog.gz -rw-r--r-- root/root 2081 2026-05-19 12:52 ./usr/share/doc/osmo-stp/copyright Build successful! docker: running: data/build.sh inside docker :: Find binary packages in: /home/osmocom-build/jenkins/workspace/gerrit-binpkgs/osmo-ci/scripts/obs/_temp/binpkgs $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2734100 killed; [ssh-agent] Stopped. Finished: SUCCESS