* Package: app-text/mandoc-1.14.5 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking mandoc-1.14.5.tar.gz to /var/tmp/portage/app-text/mandoc-1.14.5/work >>> Source unpacked in /var/tmp/portage/app-text/mandoc-1.14.5/work >>> Preparing source in /var/tmp/portage/app-text/mandoc-1.14.5/work/mandoc-1.14.5 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/mandoc-1.14.5/work/mandoc-1.14.5 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 file config.log: writing... file configure.local: reading... tested operating system: Linux -> OSENUM=MANDOC_OS_OTHER tested x86_64-pc-linux-gnu-gcc -W: tested noop: yes selected CFLAGS="-O2 -pipe -march=native -fno-common " tested noop-static: yes selected STATIC="-static" tested dirent-namlen: no tested be32toh: yes tested be32toh-DSYS_ENDIAN: no tested EFTYPE: no tested err: yes tested getline: yes tested getsubopt: yes tested isblank: yes tested mkdtemp: yes tested ntohl: yes tested O_DIRECTORY: yes tested PATH_MAX: yes tested pledge: no tested sandbox_init: no tested progname: no tested reallocarray: yes tested recallocarray-D_OPENBSD_SOURCE: no tested rewb-bsd: no tested rewb-sysv: yes tested strcasestr-D_GNU_SOURCE: yes tested stringlist: no tested strlcat: no tested strlcpy: no tested strndup: yes tested strptime-D_GNU_SOURCE: yes tested strsep: yes tested strtonum-D_OPENBSD_SOURCE: no tested vasprintf-D_GNU_SOURCE: yes tested fts-DFTS_COMPARE_CONST: no tested fts: yes tested less -T: yes selected UTF8_LOCALE=en_US.utf8 tested wchar-D_GNU_SOURCE-DUTF8_LOCALE="en_US.utf8": yes tested nanosleep: yes tested ohash-lutil: no selected LDADD=" -lz" file config.h: written file Makefile.local: written >>> Source configured. >>> Compiling source in /var/tmp/portage/app-text/mandoc-1.14.5/work/mandoc-1.14.5 ... make -j1 Makefile:601: warning: ignoring prerequisites on suffix rule definition Makefile:601: warning: ignoring prerequisites on suffix rule definition Makefile:601: warning: ignoring prerequisites on suffix rule definition Makefile:601: warning: ignoring prerequisites on suffix rule definition Makefile:601: warning: ignoring prerequisites on suffix rule definition x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o eqn_html.o eqn_html.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o html.o html.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o man_html.o man_html.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_html.o mdoc_html.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o roff_html.o roff_html.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tbl_html.o tbl_html.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o eqn_term.o eqn_term.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o man_term.o man_term.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_term.o mdoc_term.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o roff_term.o roff_term.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o term.o term.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o term_ascii.o term_ascii.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o term_ps.o term_ps.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o term_tab.o term_tab.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tbl_term.o tbl_term.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o dbm.o dbm.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o dbm_map.o dbm_map.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mansearch.o mansearch.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o dba.o dba.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o dba_array.o dba_array.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o dba_read.o dba_read.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o dba_write.o dba_write.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mandocdb.o mandocdb.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o main.o main.c main.c: In function ‘main’: main.c:523:11: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result] 523 | (void)chdir(conf.manpath.paths[resp->ipath]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:525:11: warning: ignoring return value of ‘fchdir’, declared with attribute warn_unused_result [-Wunused-result] 525 | (void)fchdir(startdir); | ^~~~~~~~~~~~~~~~ main.c:577:9: warning: ignoring return value of ‘fchdir’, declared with attribute warn_unused_result [-Wunused-result] 577 | (void)fchdir(startdir); | ^~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o manpath.o manpath.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_man.o mdoc_man.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_markdown.o mdoc_markdown.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o out.o out.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tag.o tag.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tree.o tree.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_err.o compat_err.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_fts.o compat_fts.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_getline.o compat_getline.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_getsubopt.o compat_getsubopt.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_isblank.o compat_isblank.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_mkdtemp.o compat_mkdtemp.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_ohash.o compat_ohash.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_progname.o compat_progname.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_reallocarray.o compat_reallocarray.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_recallocarray.o compat_recallocarray.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_strcasestr.o compat_strcasestr.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_strlcat.o compat_strlcat.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_strlcpy.o compat_strlcpy.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_strndup.o compat_strndup.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_strsep.o compat_strsep.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_strtonum.o compat_strtonum.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_vasprintf.o compat_vasprintf.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o man.o man.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o man_macro.o man_macro.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o man_validate.o man_validate.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o att.o att.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o lib.o lib.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc.o mdoc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_argv.o mdoc_argv.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_macro.o mdoc_macro.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_state.o mdoc_state.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mdoc_validate.o mdoc_validate.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o st.o st.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o eqn.o eqn.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o roff.o roff.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o roff_validate.o roff_validate.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tbl.o tbl.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tbl_data.o tbl_data.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tbl_layout.o tbl_layout.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o tbl_opts.o tbl_opts.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o arch.o arch.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o chars.o chars.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mandoc.o mandoc.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mandoc_aux.o mandoc_aux.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mandoc_msg.o mandoc_msg.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mandoc_ohash.o mandoc_ohash.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o mandoc_xr.o mandoc_xr.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o msec.o msec.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o preconv.o preconv.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o read.o read.c ar rs libmandoc.a compat_err.o compat_fts.o compat_getline.o compat_getsubopt.o compat_isblank.o compat_mkdtemp.o compat_ohash.o compat_progname.o compat_reallocarray.o compat_recallocarray.o compat_strcasestr.o compat_strlcat.o compat_strlcpy.o compat_strndup.o compat_strsep.o compat_strtonum.o compat_vasprintf.o man.o man_macro.o man_validate.o att.o lib.o mdoc.o mdoc_argv.o mdoc_macro.o mdoc_state.o mdoc_validate.o st.o eqn.o roff.o roff_validate.o tbl.o tbl_data.o tbl_layout.o tbl_opts.o arch.o chars.o mandoc.o mandoc_aux.o mandoc_msg.o mandoc_ohash.o mandoc_xr.o msec.o preconv.o read.o ar: creating libmandoc.a x86_64-pc-linux-gnu-gcc -o mandoc -Wl,-O1 -Wl,--as-needed eqn_html.o html.o man_html.o mdoc_html.o roff_html.o tbl_html.o eqn_term.o man_term.o mdoc_term.o roff_term.o term.o term_ascii.o term_ps.o term_tab.o tbl_term.o dbm.o dbm_map.o mansearch.o dba.o dba_array.o dba_read.o dba_write.o mandocdb.o main.o manpath.o mdoc_man.o mdoc_markdown.o out.o tag.o tree.o libmandoc.a -lz x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o demandoc.o demandoc.c x86_64-pc-linux-gnu-gcc -o demandoc -Wl,-O1 -Wl,--as-needed demandoc.o libmandoc.a -lz x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o soelim.o soelim.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c -o compat_stringlist.o compat_stringlist.c x86_64-pc-linux-gnu-gcc -o soelim -Wl,-O1 -Wl,--as-needed soelim.o compat_err.o compat_getline.o compat_progname.o compat_reallocarray.o compat_stringlist.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: compat_getline.o:(.bss+0x0): multiple definition of `dummy'; compat_err.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: compat_reallocarray.o:(.bss+0x0): multiple definition of `dummy'; compat_err.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:533: soelim] Error 1 * ERROR: app-text/mandoc-1.14.5::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-text/mandoc-1.14.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/mandoc-1.14.5::gentoo'`. * The complete build log is located at '/var/log/portage/app-text:mandoc-1.14.5:20200129-144603.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/mandoc-1.14.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/mandoc-1.14.5/temp/environment'. * Working directory: '/var/tmp/portage/app-text/mandoc-1.14.5/work/mandoc-1.14.5' * S: '/var/tmp/portage/app-text/mandoc-1.14.5/work/mandoc-1.14.5'