Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 907088 Details for
Bug 736663
dev-libs/bglibs-2.04-r2[+doc] - make: [Makefile:19: refman.dvi] Error 1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log (amd64, 2.04-r2)
bglibs-2.04-r2:20241027-215424.log (text/plain), 35.54 KB, created by
ernsteiswuerfel
on 2024-10-27 22:05:12 UTC
(
hide
)
Description:
build.log (amd64, 2.04-r2)
Filename:
MIME Type:
Creator:
ernsteiswuerfel
Created:
2024-10-27 22:05:12 UTC
Size:
35.54 KB
patch
obsolete
>[32m * [39;49;00mPackage: dev-libs/bglibs-2.04-r2:0/2 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mUSE: abi_x86_64 amd64 doc elibc_glibc kernel_linux >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking bglibs-2.04.tar.gz to /var/tmp/portage/dev-libs/bglibs-2.04-r2/work >>>> Source unpacked in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work >>>> Preparing source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... > [32m*[0m Applying bglibs-2.04-stack-buffers.patch ... >[A[88C [34;01m[ [32;01mok[34;01m ][0m >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04 ... >make -j24 -l26 -j1 >cat warn-auto.sh choose.sh >choose >chmod 755 choose >( echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o ${base}.o -c $source ${1+"$@"}'; \ >) >compile >chmod 755 compile >( echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}'; \ >) >load >chmod 755 load >( ( ./compile sys/trysystime.c >/dev/null 2>&1 && \ > echo '#include <sys/time.h>' ); \ > ( ./compile sys/trytime.c >/dev/null 2>&1 && \ > echo '#include <time.h>' ) ) >systime.h >rm -f sys/trysystime.o sys/trytime.o >Checking for -ldl: yes >Checking for -lrt: yes >( set -e; \ > cat sysdeps-head.h; \ > ./choose c attribute; \ > ./choose cl daylight; \ > ./choose c deprecated; \ > ./choose clr ulong32; \ > ./choose clr ulong64; \ > ./choose clr endian; \ > ./choose c dirent; \ > ./choose c direntino; \ > ./choose c direnttype; \ > ./choose cl dl `cat dl.lib`; \ > ./choose c ipv6; \ > ./choose cl vfork; \ > ./choose cl getpeereid; \ > ./choose cl flock; \ > ./choose cl peercred; \ > ./choose cl sendfile; \ > ./choose cl sigaction; \ > ./choose cl sigprocmask; \ > ./choose cl spnam; \ > ./choose cl userpw; \ > ./choose cl waitp; \ > ./choose c zlib; \ > ./choose clr poll; \ > ./choose c sysselect; \ > ./choose cl setenv; \ > ./choose c timespec; \ > ./choose cl clockgettime `cat rt.lib`; \ > ./choose cl unsetenv; \ > ./choose clr unaligned; \ > ./choose cl mkfifo; \ > ./choose clr namedpipebug; \ > ./choose c inline; \ > ./choose c noreturn; \ > cat sysdeps-tail.h; \ >) >sysdeps.h >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'lib="$1"; shift';\ > echo 'rm -f "$lib"';\ > echo libtool --mode=link --silent $tag `head -n 1 conf-ld` '-o "$lib" -rpath' `head -n 1 conf-lib` -version-info `head -n 1 LIBVERSION` '${1+"$@"}';\ >) >makeshlib >chmod 755 makeshlib >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh'; \ > echo 'source=$1; shift'; \ > echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \ > echo exec libtool --mode=compile --silent $tag `head -n 1 conf-cc` -I. "-I'include/bglibs'" "-I'include'" '-o ${base}.lo -c $source ${1+"$@"}'; \ >) >ltcompile >chmod 755 ltcompile >./ltcompile pwcmp/module.c >./makeshlib libpwcmp-module.la pwcmp/module.lo >./ltcompile adt/adt_sp.c >./ltcompile adt/ghash_add.c >./ltcompile adt/ghash_foreach.c >./ltcompile adt/ghash_free.c >./ltcompile adt/ghash_get.c >./ltcompile adt/ghash_init.c >./ltcompile adt/ghash_insert.c >./ltcompile adt/ghash_iter.c >./ltcompile adt/ghash_rebuild.c >./ltcompile adt/ghash_rehash.c >./ltcompile adt/ghash_remove.c >./ltcompile adt/ghash_search.c >./ltcompile adt/ghash_set.c >./ltcompile adt/gqueue_pop.c >./ltcompile adt/gqueue_push.c >./ltcompile adt/gqueue_top.c >./ltcompile adt/gstack_pop.c >./ltcompile adt/gstack_push.c >./ltcompile adt/gstack_top.c >./ltcompile adt/hashb.c >./ltcompile adt/hashs.c >./ltcompile base64/asc2bin.c >./ltcompile base64/bin2asc.c >./ltcompile base64/decode_line.c >./ltcompile base64/decode_part.c >./ltcompile base64/encode_line.c >./ltcompile base64/encode_part.c >./ltcompile cdb/cdb.c >./ltcompile cdb/cdbhash.c >./ltcompile cdb/find.c >./ltcompile cdb/get.c >./ltcompile cdb/getnext.c >./ltcompile cdb/make.c >./ltcompile cdb/read.c >./compile crc-gentab.c >./ltcompile fmt/lcase.c >./ltcompile fmt/ucase.c >./ltcompile fmt/unum.c >./ltcompile iobuf/iobuf_timeout.c >./ltcompile iobuf/obuf_flush.c >./ltcompile iobuf/obuf_pad.c >./ltcompile iobuf/obuf_put3s.c >./ltcompile iobuf/obuf_put5s.c >./ltcompile iobuf/obuf_putc.c >./ltcompile iobuf/obuf_putunumw.c >./ltcompile iobuf/obuf_stderr.c >./ltcompile iobuf/obuf_stdout.c >./ltcompile iobuf/obuf_write.c >./ltcompile msg/common.c >./ltcompile msg/die.c >./ltcompile sys/iopoll.c >./load crc-gentab fmt/lcase.o fmt/ucase.o fmt/unum.o iobuf/iobuf_timeout.o iobuf/obuf_flush.o iobuf/obuf_pad.o iobuf/obuf_put3s.o iobuf/obuf_put5s.o iobuf/obuf_putc.o iobuf/obuf_putunumw.o iobuf/obuf_stderr.o iobuf/obuf_stdout.o iobuf/obuf_write.o msg/common.o msg/die.o sys/iopoll.o -static >./crc-gentab crc16_arc 16 0x8005 reflected >crc/crc16_arc_table.c >./ltcompile crc/crc16_arc_table.c >./crc-gentab crc16_ccitt 16 0x1021 normal >crc/crc16_ccitt_table.c >./ltcompile crc/crc16_ccitt_table.c >./crc-gentab crc16_xmodem 16 0x8408 reflected >crc/crc16_xmodem_table.c >./ltcompile crc/crc16_xmodem_table.c >./crc-gentab crc32 32 0x04C11DB7 reflected >crc/crc32_table.c >./ltcompile crc/crc32_table.c >./crc-gentab crc32c 32 0x1EDC6F41 reflected >crc/crc32c_table.c >./ltcompile crc/crc32c_table.c >./crc-gentab crc64 64 0x42F0E1EBA9EA3693 normal >crc/crc64_table.c >./ltcompile crc/crc64_table.c >./ltcompile crc/gcrc16fwd.c >./ltcompile crc/gcrc16rfl.c >./ltcompile crc/gcrc32fwd.c >./ltcompile crc/gcrc32rfl.c >./ltcompile crc/gcrc64fwd.c >./ltcompile crc/gcrc64rfl.c >./ltcompile crypto/hmac-md5.c >./ltcompile crypto/hmac-sha1.c >./ltcompile crypto/hmac-sha256.c >./ltcompile crypto/hmac-sha384.c >./ltcompile crypto/hmac-sha512.c >./ltcompile crypto/hmac.c >./ltcompile crypto/md4.c >./ltcompile crypto/md5-crypt.c >./ltcompile crypto/md5.c >./ltcompile crypto/sha1.c >./ltcompile crypto/sha256.c >./ltcompile crypto/sha384.c >./ltcompile crypto/sha512.c >./ltcompile crypto/surf.c >./ltcompile crypto/surfrand.c >./ltcompile dict/add.c >./ltcompile dict/dicthash.c >./ltcompile dict/foreach.c >./ltcompile dict/free.c >./ltcompile dict/get.c >./ltcompile dict/init.c >./ltcompile dict/load_list.c >./ltcompile dict/load_map.c >./ltcompile dict/str_free.c >./ltcompile fmt/char.c >./ltcompile fmt/chars.c >./ltcompile fmt/multi.c >./ltcompile fmt/pad.c >./ltcompile fmt/sdec.c >./ltcompile fmt/sign_pad.c >./ltcompile fmt/slldec.c >./ltcompile fmt/sllnum.c >./ltcompile fmt/snum.c >./ltcompile fmt/udec.c >./ltcompile fmt/uhexl.c >./ltcompile fmt/uhexu.c >./ltcompile fmt/ulldec.c >./ltcompile fmt/ullhexl.c >./ltcompile fmt/ullhexu.c >./ltcompile fmt/ullnum.c >./ltcompile iobuf/ibuf_copytofd.c >./ltcompile iobuf/ibuf_getc.c >./ltcompile iobuf/ibuf_getnetstring.c >./ltcompile iobuf/ibuf_gets.c >./ltcompile iobuf/ibuf_getstr.c >./ltcompile iobuf/ibuf_getstr_crlf.c >./ltcompile iobuf/ibuf_getu.c >./ltcompile iobuf/ibuf_init.c >./ltcompile iobuf/ibuf_open.c >./ltcompile iobuf/ibuf_openreadclose.c >./ltcompile iobuf/ibuf_peek.c >./ltcompile iobuf/ibuf_read.c >./ltcompile iobuf/ibuf_readall.c >./ltcompile iobuf/ibuf_refill.c >[01m[Kiobuf/ibuf_refill.c:[m[K In function '[01m[Kibuf_refill[m[K': >[01m[Kiobuf/ibuf_refill.c:21:7:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Kwrite[m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 21 | [01;35m[Kwrite(1, errmsg, sizeof errmsg)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K >./ltcompile iobuf/ibuf_seek.c >./ltcompile iobuf/ibuf_status.c >./ltcompile iobuf/ibuf_stdin.c >./ltcompile iobuf/ibuf_tell.c >./ltcompile iobuf/iobuf_close.c >./ltcompile iobuf/iobuf_copy.c >./ltcompile iobuf/iobuf_init.c >./ltcompile iobuf/obuf_close.c >./ltcompile iobuf/obuf_copyfromfd.c >./ltcompile iobuf/obuf_digits.c >./ltcompile iobuf/obuf_endl.c >./ltcompile iobuf/obuf_init.c >./ltcompile iobuf/obuf_open.c >./ltcompile iobuf/obuf_put2s.c >./ltcompile iobuf/obuf_put4s.c >./ltcompile iobuf/obuf_put6s.c >./ltcompile iobuf/obuf_put7s.c >./ltcompile iobuf/obuf_putf.c >./ltcompile iobuf/obuf_putnetstring.c >./ltcompile iobuf/obuf_putns.c >./ltcompile iobuf/obuf_putsflush.c >./ltcompile iobuf/obuf_putsllnumw.c >./ltcompile iobuf/obuf_putsnumw.c >./ltcompile iobuf/obuf_putullnumw.c >./ltcompile iobuf/obuf_seek.c >./ltcompile iobuf/obuf_sign_pad.c >./ltcompile iobuf/obuf_sync.c >./ltcompile misc/random.c >./ltcompile misc/strtou.c >./ltcompile misc/ucspi.c >./ltcompile misc/utoa.c >./ltcompile misc/utoa2.c >./ltcompile msg/commonf.c >./ltcompile msg/debug.c >./ltcompile msg/debug_bits.c >./ltcompile msg/debug_init.c >./ltcompile msg/debugf.c >./ltcompile msg/dief.c >./ltcompile msg/error.c >./ltcompile msg/errorf.c >./ltcompile msg/oom.c >./ltcompile msg/show_pid.c >./ltcompile msg/warn.c >./ltcompile msg/warnf.c >./ltcompile msg/wrap_alloc.c >./ltcompile msg/wrap_chdir.c >./ltcompile msg/wrap_exit.c >./ltcompile msg/wrap_str.c >./ltcompile net/accept4.c >./ltcompile net/accept6.c >./ltcompile net/acceptu.c >./ltcompile net/bind4.c >./ltcompile net/bind6.c >./ltcompile net/bindu.c >./ltcompile net/broadcast.c >./ltcompile net/connect4.c >./ltcompile net/connect4_timeout.c >./ltcompile net/connect6.c >./ltcompile net/connect6_timeout.c >./ltcompile net/connected.c >[01m[Knet/connected.c:[m[K In function '[01m[Ksocket_connected[m[K': >[01m[Knet/connected.c:32:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Kread[m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 32 | [01;35m[Kread(sock,&ch,1)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~[m[K >./ltcompile net/connectu.c >./ltcompile net/connectu_timeout.c >./ltcompile net/cork.c >./ltcompile net/dns_domain_fromdot.c >./ltcompile net/dns_domain.c >./ltcompile net/dns_domain_todot.c >./ltcompile net/dns_fmt.c >./ltcompile net/dns_ip4.c >./ltcompile net/dns_ip6.c >./ltcompile net/dns_mx.c >./ltcompile net/dns_name_packet.c >./ltcompile net/dns_name4.c >./ltcompile net/dns_name4_domain.c >./ltcompile net/dns_name6.c >./ltcompile net/dns_name6_domain.c >./ltcompile net/dns_packet.c >./ltcompile net/dns_qualify.c >./ltcompile net/dns_random.c >./ltcompile net/dns_resolvconfip.c >./ltcompile net/dns_resolvconfrewrite.c >./ltcompile net/dns_resolve.c >./ltcompile net/dns_result.c >./ltcompile net/dns_rotate.c >./ltcompile net/dns_sort.c >./ltcompile net/dns_transmit.c >./ltcompile net/dns_txt.c >./ltcompile net/getaddr4.c >./ltcompile net/getaddr6.c >./ltcompile net/ipv4_addr.c >./ltcompile net/ipv4_format.c >./ltcompile net/ipv4_scan.c >./ltcompile net/ipv6_addr.c >./ltcompile net/ipv6_format.c >./ltcompile net/ipv6_scan.c >./ltcompile net/linger.c >./ltcompile net/listen.c >./ltcompile net/notcpdelay.c >./ltcompile net/pairdgm.c >./ltcompile net/pairstr.c >./ltcompile net/recv4.c >./ltcompile net/recv6.c >./ltcompile net/recvfd.c >./ltcompile net/recvu.c >./ltcompile net/resolve_calldns.c >./ltcompile net/resolve_ipv4addr.c >./ltcompile net/resolve_ipv4name.c >./ltcompile net/reuse.c >./ltcompile net/send4.c >./ltcompile net/send6.c >./ltcompile net/sendfd.c >./ltcompile net/sendu.c >./ltcompile net/shutdown.c >./ltcompile net/tcp4.c >./ltcompile net/tcp6.c >./ltcompile net/udp4.c >./ltcompile net/udp6.c >./ltcompile net/uncork.c >./ltcompile net/unixdgm.c >./ltcompile net/unixstr.c >./ltcompile path/contains.c >./ltcompile path/fnmatch.c >./ltcompile path/match.c >./ltcompile path/merge.c >./ltcompile path/mkdirs.c >./ltcompile path/mktemp.c >./ltcompile str/alloc.c >./ltcompile str/buildmap.c >./ltcompile str/case_end.c >./ltcompile str/case_glob.c >./ltcompile str/case_match.c >./ltcompile str/case_start.c >./ltcompile str/cat.c >./ltcompile str/cat2s.c >./ltcompile str/cat3s.c >./ltcompile str/cat4s.c >./ltcompile str/cat5s.c >./ltcompile str/cat6s.c >./ltcompile str/catf.c >./ltcompile str/catiw.c >./ltcompile str/catiwll.c >./ltcompile str/catns.c >./ltcompile str/catsllnum.c >./ltcompile str/catsnum.c >./ltcompile str/catullnum.c >./ltcompile str/catunum.c >./ltcompile str/catuw.c >./ltcompile str/catuwll.c >./ltcompile str/catxw.c >./ltcompile str/catxwll.c >./ltcompile str/cmp.c >./ltcompile str/copy.c >./ltcompile str/copy2s.c >./ltcompile str/copy3s.c >./ltcompile str/copy4s.c >./ltcompile str/copy5s.c >./ltcompile str/copy6s.c >./ltcompile str/copyf.c >./ltcompile str/copyns.c >./ltcompile str/count.c >./ltcompile str/countof.c >./ltcompile str/cut.c >./ltcompile str/diff.c >./ltcompile str/digits.c >./ltcompile str/end.c >./ltcompile str/env_find.c >./ltcompile str/env_from_array.c >./ltcompile str/env_from_string.c >./ltcompile str/env_get.c >./ltcompile str/env_make_array.c >./ltcompile str/env_put.c >./ltcompile str/env_set.c >./ltcompile str/env_unset.c >./ltcompile str/findnext.c >./ltcompile str/findnextof.c >./ltcompile str/findprev.c >./ltcompile str/findprevof.c >./ltcompile str/free.c >./ltcompile str/glob.c >./ltcompile str/init.c >./ltcompile str/iter_advance.c >./ltcompile str/iter_start.c >./ltcompile str/iter_valid.c >./ltcompile str/join.c >./ltcompile str/lower.c >./ltcompile str/lstrip.c >./ltcompile str/match.c >./ltcompile str/rstrip.c >./ltcompile str/sort.c >./ltcompile str/splice.c >./ltcompile str/start.c >./ltcompile str/subst.c >./ltcompile str/truncate.c >./ltcompile str/upper.c >./ltcompile str/xlate.c >./ltcompile sys/clock_gettime.c >./ltcompile sys/getpeereid.c >./ltcompile sys/setenv.c >./ltcompile sys/unsetenv.c >./ltcompile uint16/get.c >./ltcompile uint16/pack.c >./ltcompile uint16/unpack.c >./ltcompile uint32/get_lsb.c >./ltcompile uint32/get_msb.c >./ltcompile uint32/pack_lsb.c >./ltcompile uint32/pack_msb.c >./ltcompile uint32/unpack_lsb.c >./ltcompile uint32/unpack_msb.c >./ltcompile uint64/get_lsb.c >./ltcompile uint64/get_msb.c >./ltcompile uint64/pack_lsb.c >./ltcompile uint64/pack_msb.c >./ltcompile uint64/unpack_lsb.c >./ltcompile uint64/unpack_msb.c >./ltcompile unix/cloexec_off.c >./ltcompile unix/cloexec_on.c >./ltcompile unix/fcntl_fd_off.c >./ltcompile unix/fcntl_fd_on.c >./ltcompile unix/fcntl_fl_off.c >./ltcompile unix/fcntl_fl_on.c >./ltcompile unix/nonblock_off.c >./ltcompile unix/nonblock_on.c >./ltcompile unix/selfpipe.c >[01m[Kunix/selfpipe.c:[m[K In function '[01m[Kselfpipe_catch_signal[m[K': >[01m[Kunix/selfpipe.c:19:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Kwrite[m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 19 | [01;35m[Kwrite(fds[1], &c, 1)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~[m[K >./ltcompile unix/sig_alarm.c >./ltcompile unix/sig_all.c >./ltcompile unix/sig_block.c >./ltcompile unix/sig_bug.c >./ltcompile unix/sig_catch.c >./ltcompile unix/sig_child.c >./ltcompile unix/sig_hup.c >./ltcompile unix/sig_int.c >./ltcompile unix/sig_misc.c >./ltcompile unix/sig_pipe.c >./ltcompile unix/sig_quit.c >./ltcompile unix/sig_suspend.c >./ltcompile unix/sig_term.c >./ltcompile unix/signalfd.c >[01m[Kunix/signalfd.c:[m[K In function '[01m[Ksignalfd_handler[m[K': >[01m[Kunix/signalfd.c:14:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Kwrite[m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 14 | [01;35m[Kwrite(fds[1], &signum, 1)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~[m[K >./ltcompile unix/trigger_pull.c >[01m[Kunix/trigger_pull.c:[m[K In function '[01m[Ktrigger_pull[m[K': >[01m[Kunix/trigger_pull.c:11:5:[m[K [01;35m[Kwarning: [m[Kignoring return value of '[01m[Kwrite[m[K' declared with attribute '[01m[Kwarn_unused_result[m[K' [[01;35m[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;[m[K] > 11 | [01;35m[Kwrite(fd, "", 1)[m[K; > | [01;35m[K^~~~~~~~~~~~~~~~[m[K >./ltcompile unix/trigger_set.c >./makeshlib libbg.la adt/adt_sp.lo adt/ghash_add.lo adt/ghash_foreach.lo adt/ghash_free.lo adt/ghash_get.lo adt/ghash_init.lo adt/ghash_insert.lo adt/ghash_iter.lo adt/ghash_rebuild.lo adt/ghash_rehash.lo adt/ghash_remove.lo adt/ghash_search.lo adt/ghash_set.lo adt/gqueue_pop.lo adt/gqueue_push.lo adt/gqueue_top.lo adt/gstack_pop.lo adt/gstack_push.lo adt/gstack_top.lo adt/hashb.lo adt/hashs.lo base64/asc2bin.lo base64/bin2asc.lo base64/decode_line.lo base64/decode_part.lo base64/encode_line.lo base64/encode_part.lo cdb/cdb.lo cdb/cdbhash.lo cdb/find.lo cdb/get.lo cdb/getnext.lo cdb/make.lo cdb/read.lo crc/crc16_arc_table.lo crc/crc16_ccitt_table.lo crc/crc16_xmodem_table.lo crc/crc32_table.lo crc/crc32c_table.lo crc/crc64_table.lo crc/gcrc16fwd.lo crc/gcrc16rfl.lo crc/gcrc32fwd.lo crc/gcrc32rfl.lo crc/gcrc64fwd.lo crc/gcrc64rfl.lo crypto/hmac-md5.lo crypto/hmac-sha1.lo crypto/hmac-sha256.lo crypto/hmac-sha384.lo crypto/hmac-sha512.lo crypto/hmac.lo crypto/md4.lo crypto/md5-crypt.lo crypto/md5.lo crypto/sha1.lo crypto/sha256.lo crypto/sha384.lo crypto/sha512.lo crypto/surf.lo crypto/surfrand.lo dict/add.lo dict/dicthash.lo dict/foreach.lo dict/free.lo dict/get.lo dict/init.lo dict/load_list.lo dict/load_map.lo dict/str_free.lo fmt/char.lo fmt/chars.lo fmt/lcase.lo fmt/multi.lo fmt/pad.lo fmt/sdec.lo fmt/sign_pad.lo fmt/slldec.lo fmt/sllnum.lo fmt/snum.lo fmt/ucase.lo fmt/udec.lo fmt/uhexl.lo fmt/uhexu.lo fmt/ulldec.lo fmt/ullhexl.lo fmt/ullhexu.lo fmt/ullnum.lo fmt/unum.lo iobuf/ibuf_copytofd.lo iobuf/ibuf_getc.lo iobuf/ibuf_getnetstring.lo iobuf/ibuf_gets.lo iobuf/ibuf_getstr.lo iobuf/ibuf_getstr_crlf.lo iobuf/ibuf_getu.lo iobuf/ibuf_init.lo iobuf/ibuf_open.lo iobuf/ibuf_openreadclose.lo iobuf/ibuf_peek.lo iobuf/ibuf_read.lo iobuf/ibuf_readall.lo iobuf/ibuf_refill.lo iobuf/ibuf_seek.lo iobuf/ibuf_status.lo iobuf/ibuf_stdin.lo iobuf/ibuf_tell.lo iobuf/iobuf_close.lo iobuf/iobuf_copy.lo iobuf/iobuf_init.lo iobuf/iobuf_timeout.lo iobuf/obuf_close.lo iobuf/obuf_copyfromfd.lo iobuf/obuf_digits.lo iobuf/obuf_endl.lo iobuf/obuf_flush.lo iobuf/obuf_init.lo iobuf/obuf_open.lo iobuf/obuf_pad.lo iobuf/obuf_put2s.lo iobuf/obuf_put3s.lo iobuf/obuf_put4s.lo iobuf/obuf_put5s.lo iobuf/obuf_put6s.lo iobuf/obuf_put7s.lo iobuf/obuf_putc.lo iobuf/obuf_putf.lo iobuf/obuf_putnetstring.lo iobuf/obuf_putns.lo iobuf/obuf_putsflush.lo iobuf/obuf_putsllnumw.lo iobuf/obuf_putsnumw.lo iobuf/obuf_putullnumw.lo iobuf/obuf_putunumw.lo iobuf/obuf_seek.lo iobuf/obuf_sign_pad.lo iobuf/obuf_stderr.lo iobuf/obuf_stdout.lo iobuf/obuf_sync.lo iobuf/obuf_write.lo misc/random.lo misc/strtou.lo misc/ucspi.lo misc/utoa.lo misc/utoa2.lo msg/common.lo msg/commonf.lo msg/debug.lo msg/debug_bits.lo msg/debug_init.lo msg/debugf.lo msg/die.lo msg/dief.lo msg/error.lo msg/errorf.lo msg/oom.lo msg/show_pid.lo msg/warn.lo msg/warnf.lo msg/wrap_alloc.lo msg/wrap_chdir.lo msg/wrap_exit.lo msg/wrap_str.lo net/accept4.lo net/accept6.lo net/acceptu.lo net/bind4.lo net/bind6.lo net/bindu.lo net/broadcast.lo net/connect4.lo net/connect4_timeout.lo net/connect6.lo net/connect6_timeout.lo net/connected.lo net/connectu.lo net/connectu_timeout.lo net/cork.lo net/dns_domain_fromdot.lo net/dns_domain.lo net/dns_domain_todot.lo net/dns_fmt.lo net/dns_ip4.lo net/dns_ip6.lo net/dns_mx.lo net/dns_name_packet.lo net/dns_name4.lo net/dns_name4_domain.lo net/dns_name6.lo net/dns_name6_domain.lo net/dns_packet.lo net/dns_qualify.lo net/dns_random.lo net/dns_resolvconfip.lo net/dns_resolvconfrewrite.lo net/dns_resolve.lo net/dns_result.lo net/dns_rotate.lo net/dns_sort.lo net/dns_transmit.lo net/dns_txt.lo net/getaddr4.lo net/getaddr6.lo net/ipv4_addr.lo net/ipv4_format.lo net/ipv4_scan.lo net/ipv6_addr.lo net/ipv6_format.lo net/ipv6_scan.lo net/linger.lo net/listen.lo net/notcpdelay.lo net/pairdgm.lo net/pairstr.lo net/recv4.lo net/recv6.lo net/recvfd.lo net/recvu.lo net/resolve_calldns.lo net/resolve_ipv4addr.lo net/resolve_ipv4name.lo net/reuse.lo net/send4.lo net/send6.lo net/sendfd.lo net/sendu.lo net/shutdown.lo net/tcp4.lo net/tcp6.lo net/udp4.lo net/udp6.lo net/uncork.lo net/unixdgm.lo net/unixstr.lo path/contains.lo path/fnmatch.lo path/match.lo path/merge.lo path/mkdirs.lo path/mktemp.lo str/alloc.lo str/buildmap.lo str/case_end.lo str/case_glob.lo str/case_match.lo str/case_start.lo str/cat.lo str/cat2s.lo str/cat3s.lo str/cat4s.lo str/cat5s.lo str/cat6s.lo str/catf.lo str/catiw.lo str/catiwll.lo str/catns.lo str/catsllnum.lo str/catsnum.lo str/catullnum.lo str/catunum.lo str/catuw.lo str/catuwll.lo str/catxw.lo str/catxwll.lo str/cmp.lo str/copy.lo str/copy2s.lo str/copy3s.lo str/copy4s.lo str/copy5s.lo str/copy6s.lo str/copyf.lo str/copyns.lo str/count.lo str/countof.lo str/cut.lo str/diff.lo str/digits.lo str/end.lo str/env_find.lo str/env_from_array.lo str/env_from_string.lo str/env_get.lo str/env_make_array.lo str/env_put.lo str/env_set.lo str/env_unset.lo str/findnext.lo str/findnextof.lo str/findprev.lo str/findprevof.lo str/free.lo str/glob.lo str/init.lo str/iter_advance.lo str/iter_start.lo str/iter_valid.lo str/join.lo str/lower.lo str/lstrip.lo str/match.lo str/rstrip.lo str/sort.lo str/splice.lo str/start.lo str/subst.lo str/truncate.lo str/upper.lo str/xlate.lo sys/clock_gettime.lo sys/getpeereid.lo sys/iopoll.lo sys/setenv.lo sys/unsetenv.lo uint16/get.lo uint16/pack.lo uint16/unpack.lo uint32/get_lsb.lo uint32/get_msb.lo uint32/pack_lsb.lo uint32/pack_msb.lo uint32/unpack_lsb.lo uint32/unpack_msb.lo uint64/get_lsb.lo uint64/get_msb.lo uint64/pack_lsb.lo uint64/pack_msb.lo uint64/unpack_lsb.lo uint64/unpack_msb.lo unix/cloexec_off.lo unix/cloexec_on.lo unix/fcntl_fd_off.lo unix/fcntl_fd_on.lo unix/fcntl_fl_off.lo unix/fcntl_fl_on.lo unix/nonblock_off.lo unix/nonblock_on.lo unix/selfpipe.lo unix/sig_alarm.lo unix/sig_all.lo unix/sig_block.lo unix/sig_bug.lo unix/sig_catch.lo unix/sig_child.lo unix/sig_hup.lo unix/sig_int.lo unix/sig_misc.lo unix/sig_pipe.lo unix/sig_quit.lo unix/sig_suspend.lo unix/sig_term.lo unix/signalfd.lo unix/trigger_pull.lo unix/trigger_set.lo >copying selected object files to avoid basename conflicts... >./ltcompile vmailmgr/req_arg.c >./ltcompile vmailmgr/req_init.c >./ltcompile vmailmgr/req_write.c >./ltcompile vmailmgr/resp_read.c >./ltcompile vmailmgr/vpwentry_export.c >./ltcompile vmailmgr/vpwentry_free.c >./ltcompile vmailmgr/vpwentry_import.c >./makeshlib libvmailmgr.la vmailmgr/req_arg.lo vmailmgr/req_init.lo vmailmgr/req_write.lo vmailmgr/resp_read.lo vmailmgr/vpwentry_export.lo vmailmgr/vpwentry_free.lo vmailmgr/vpwentry_import.lo >./ltcompile cli/main.c >./ltcompile cli/help.c >./makeshlib libbg-cli.la cli/main.lo cli/help.lo >./ltcompile pwcmp/client.c >./ltcompile pwcmp/hex_encode.c >./makeshlib libpwcmp.la pwcmp/client.lo pwcmp/hex_encode.lo >( set -e; PATH="/bin:/usr/bin:/usr/local/bin:$PATH"; export PATH; \ > perl=`which perl`; \ > echo "#! $perl"; \ > echo "# WARNING: This file was auto-generated. Do not edit!"; \ > echo ) >perl-head.pl >cat perl-head.pl cli-generate.pl >cli-generate >chmod 755 cli-generate >./cli-generate -h bg-installer.cli >bg-installer-cli.h >./compile bg-installer.c >( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \ > echo '#!/bin/sh';\ > echo 'main="$1"; shift';\ > echo exec libtool --mode=link --silent $tag `head -n 1 conf-ld` -L. '-o "$main" "$main.o" ${1+"$@"}' ; \ >) >ltload >chmod 755 ltload >./cli-generate -c bg-installer.cli >bg-installer-cli.c >./compile bg-installer-cli.c >./ltload bg-installer libbg-cli.la libbg.la bg-installer-cli.o -lbg-cli -static >./cli-generate -m bg-installer.cli >bg-installer.1 >make -j24 -l26 -C doc/latex pdf >make: Entering directory '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04/doc/latex' >rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl refman.pdf >echo "Running latex..." >Running latex... >latex refman.tex >This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023 Gentoo Linux) (preloaded format=latex) > restricted \write18 enabled. >entering extended mode >(./refman.tex >LaTeX2e <2023-11-01> patch level 1 >L3 programming layer <2024-01-22> >(/usr/share/texmf-dist/tex/latex/base/book.cls >Document Class: book 2023/05/17 v1.4n Standard LaTeX document class >(/usr/share/texmf-dist/tex/latex/base/bk10.clo)) >(/usr/share/texmf-dist/tex/latex/base/fixltx2e.sty > >Package fixltx2e Warning: fixltx2e is not required with releases after 2015 >(fixltx2e) All fixes are now in the LaTeX kernel. >(fixltx2e) See the latexrelease package for details. > >) (/usr/share/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty >(/usr/share/texmf-dist/tex/latex/base/alltt.sty) >(/usr/share/texmf-dist/tex/latex/tools/array.sty) >(/usr/share/texmf-dist/tex/latex/float/float.sty) >(/usr/share/texmf-dist/tex/latex/base/ifthen.sty) >(/usr/share/texmf-dist/tex/latex/tools/verbatim.sty) >(/usr/share/texmf-dist/tex/latex/xcolor/xcolor.sty >(/usr/share/texmf-dist/tex/latex/graphics-cfg/color.cfg) >(/usr/share/texmf-dist/tex/latex/graphics-def/dvips.def) >(/usr/share/texmf-dist/tex/latex/graphics/mathcolor.ltx)) >(/usr/share/texmf-dist/tex/latex/colortbl/colortbl.sty) >(/usr/share/texmf-dist/tex/latex/tools/longtable.sty) >(/usr/share/texmf-dist/tex/latex/tabu/tabu.sty >(/usr/share/texmf-dist/tex/latex/varwidth/varwidth.sty)) >(/usr/share/texmf-dist/tex/latex/tools/tabularx.sty) >(/usr/share/texmf-dist/tex/latex/multirow/multirow.sty)) >(/usr/share/texmf-dist/tex/latex/adjustbox/adjustbox.sty >(/usr/share/texmf-dist/tex/latex/xkeyval/xkeyval.sty >(/usr/share/texmf-dist/tex/generic/xkeyval/xkeyval.tex >(/usr/share/texmf-dist/tex/generic/xkeyval/xkvutils.tex >(/usr/share/texmf-dist/tex/generic/xkeyval/keyval.tex)))) >(/usr/share/texmf-dist/tex/latex/adjustbox/adjcalc.sty) >(/usr/share/texmf-dist/tex/latex/adjustbox/trimclip.sty >(/usr/share/texmf-dist/tex/latex/graphics/graphicx.sty >(/usr/share/texmf-dist/tex/latex/graphics/graphics.sty >(/usr/share/texmf-dist/tex/latex/graphics/trig.sty) >(/usr/share/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) >(/usr/share/texmf-dist/tex/latex/collectbox/collectbox.sty) >(/usr/share/texmf-dist/tex/latex/adjustbox/tc-dvips.def)) >(/usr/share/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) >(/usr/share/texmf-dist/tex/latex/base/inputenc.sty) >(/usr/share/texmf-dist/tex/latex/base/makeidx.sty) >(/usr/share/texmf-dist/tex/latex/tools/multicol.sty) >(/usr/share/texmf-dist/tex/latex/base/textcomp.sty) >(/usr/share/texmf-dist/tex/latex/wasysym/wasysym.sty) >(/usr/share/texmf-dist/tex/latex/base/fontenc.sty) >(/usr/share/texmf-dist/tex/latex/psnfss/helvet.sty) >(/usr/share/texmf-dist/tex/latex/psnfss/courier.sty) >(/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty >(/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) >(/usr/share/texmf-dist/tex/latex/sectsty/sectsty.sty > >LaTeX Warning: Command \underbar has changed. > Check if current package is valid. > > >LaTeX Warning: Command \underline has changed. > Check if current package is valid. > >) (/usr/share/texmf-dist/tex/latex/geometry/geometry.sty >(/usr/share/texmf-dist/tex/generic/iftex/ifvtex.sty >(/usr/share/texmf-dist/tex/generic/iftex/iftex.sty))) >(/usr/share/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) >(/usr/share/texmf-dist/tex/latex/natbib/natbib.sty) >(/usr/share/texmf-dist/tex/latex/tocloft/tocloft.sty) >Writing index file refman.idx >(/usr/share/texmf-dist/tex/generic/iftex/ifpdf.sty) >(/usr/share/texmf-dist/tex/latex/hyperref/hyperref.sty >(/usr/share/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty) >(/usr/share/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) >(/usr/share/texmf-dist/tex/generic/pdfescape/pdfescape.sty >(/usr/share/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) >(/usr/share/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty >(/usr/share/texmf-dist/tex/generic/infwarerr/infwarerr.sty))) >(/usr/share/texmf-dist/tex/latex/hycolor/hycolor.sty) >(/usr/share/texmf-dist/tex/latex/auxhook/auxhook.sty) >(/usr/share/texmf-dist/tex/latex/hyperref/nameref.sty >(/usr/share/texmf-dist/tex/latex/refcount/refcount.sty) >(/usr/share/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty >(/usr/share/texmf-dist/tex/latex/kvoptions/kvoptions.sty))) >(/usr/share/texmf-dist/tex/latex/etoolbox/etoolbox.sty) >(/usr/share/texmf-dist/tex/latex/hyperref/pd1enc.def) >(/usr/share/texmf-dist/tex/generic/intcalc/intcalc.sty) >(/usr/share/texmf-dist/tex/latex/hyperref/puenc.def) >(/usr/share/texmf-dist/tex/latex/hyperref/backref.sty >(/usr/share/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty >(/usr/share/texmf-dist/tex/latex/base/atveryend-ltx.sty) >(/usr/share/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty >(/usr/share/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)))) >(/usr/share/texmf-dist/tex/latex/url/url.sty) >(/usr/share/texmf-dist/tex/generic/bitset/bitset.sty) >(/usr/share/texmf-dist/tex/latex/base/atbegshi-ltx.sty)) >(/usr/share/texmf-dist/tex/latex/hyperref/hdvips.def >(/usr/share/texmf-dist/tex/latex/hyperref/pdfmark.def)) >(/usr/share/texmf-dist/tex/latex/caption/caption.sty >(/usr/share/texmf-dist/tex/latex/caption/caption3.sty) >(/usr/share/texmf-dist/tex/latex/caption/ltcaption.sty)) >(/usr/share/texmf-dist/tex/latex/psnfss/t1phv.fd) >(/usr/share/texmf-dist/tex/latex/l3backend/l3backend-dvips.def) >No file refman.aux. >*geometry* driver: auto-detecting >*geometry* detected driver: dvips > >Package hyperref Warning: Rerun to get /PageLabels entry. > >[1] [2] >No file refman.toc. >[1] [2] >Chapter 1. >(./deprecated.tex (/usr/share/texmf-dist/tex/latex/wasysym/uwasy.fd) >(/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd) >(/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd) >(/usr/share/texmf-dist/tex/latex/psnfss/t1pcr.fd)) [1] [2] >Chapter 2. >(./modules.tex > >LaTeX Warning: Reference `group__adt' on page 3 undefined on input line 3. > > >LaTeX Warning: Reference `group__dns' on page 3 undefined on input line 4. > > >LaTeX Warning: Reference `group__envstr' on page 3 undefined on input line 5. > > >LaTeX Warning: Reference `group__fmt' on page 3 undefined on input line 6. > > >LaTeX Warning: Reference `group__adt__ghash' on page 3 undefined on input line >7. > > >LaTeX Warning: Reference `group__adt__gqueue' on page 3 undefined on input line > 8. > > >LaTeX Warning: Reference `group__adt__gstack' on page 3 undefined on input line > 9. > > >LaTeX Warning: Reference `group__ibuf' on page 3 undefined on input line 10. > > >LaTeX Warning: Reference `group__iobuf' on page 3 undefined on input line 11. > > >LaTeX Warning: Reference `group__ipv4' on page 3 undefined on input line 12. > > >LaTeX Warning: Reference `group__ipv6' on page 3 undefined on input line 13. > > >LaTeX Warning: Reference `group__obuf' on page 3 undefined on input line 14. > > >LaTeX Warning: Reference `group__path' on page 3 undefined on input line 15. > > >LaTeX Warning: Reference `group__resolve' on page 3 undefined on input line 16. > > > >LaTeX Warning: Reference `group__selfpipe' on page 3 undefined on input line 17 >. > > >LaTeX Warning: Reference `group__signalfd' on page 3 undefined on input line 18 >. > > >LaTeX Warning: Reference `group__socket' on page 3 undefined on input line 19. > > >LaTeX Warning: Reference `group__str' on page 3 undefined on input line 20. > > >LaTeX Warning: Reference `group__striter' on page 3 undefined on input line 21. > > > >LaTeX Warning: Reference `group__crypto' on page 3 undefined on input line 22. > > >LaTeX Warning: Reference `group__surfrand' on page 3 undefined on input line 23 >. > > >LaTeX Warning: Reference `group__trigger' on page 3 undefined on input line 24. > > >) [3] [4] >Chapter 3. >(./annotated.tex > >LaTeX Warning: Reference `structcdb' on page 5 undefined on input line 3. > > >LaTeX Warning: Reference `structcdb__make' on page 5 undefined on input line 4. > > > >LaTeX Warning: Reference `structcli__option' on page 5 undefined on input line >5. > > >LaTeX Warning: Reference `structcli__stringlist' on page 5 undefined on input l >ine 6. > > >LaTeX Warning: Reference `structdict' on page 5 undefined on input line 7. > > >LaTeX Warning: Reference `structdict__entry' on page 5 undefined on input line >8. > > >LaTeX Warning: Reference `structdns__mx' on page 5 undefined on input line 9. > > >LaTeX Warning: Reference `structdns__result' on page 5 undefined on input line >10. > > >LaTeX Warning: Reference `uniondns__result__rrs' on page 5 undefined on input l >ine 11. > > >LaTeX Warning: Reference `structdns__transmit' on page 5 undefined on input lin >e 12. > > >LaTeX Warning: Reference `structghash' on page 5 undefined on input line 13. > > >LaTeX Warning: Reference `structghashiter' on page 5 undefined on input line 14 >. > > >LaTeX Warning: Reference `structgqueue' on page 5 undefined on input line 15. > > >LaTeX Warning: Reference `structgqueue__node' on page 5 undefined on input line > 16. > > >LaTeX Warning: Reference `structgstack' on page 5 undefined on input line 17. > > >LaTeX Warning: Reference `structgstack__node' on page 5 undefined on input line > 18. > > >LaTeX Warning: Reference `structhmac__control__block' on page 5 undefined on in >put line 19. > > >LaTeX Warning: Reference `structibuf' on page 5 undefined on input line 20. > > >LaTeX Warning: Reference `structiobuf' on page 5 undefined on input line 21. > > >LaTeX Warning: Reference `structipv4addr' on page 5 undefined on input line 22. > > > >LaTeX Warning: Reference `structipv6addr' on page 5 undefined on input line 23. > > > >LaTeX Warning: Reference `structmd4__ctx' on page 5 undefined on input line 24. > > > >LaTeX Warning: Reference `structmd5__ctx' on page 5 undefined on input line 25. > > > >LaTeX Warning: Reference `structobuf' on page 5 undefined on input line 26. > > >LaTeX Warning: Reference `structSHA1__CTX' on page 5 undefined on input line 27 >. > > >LaTeX Warning: Reference `structSHA256__ctx' on page 5 undefined on input line >28. > > >LaTeX Warning: Reference `structSHA512__ctx' on page 5 undefined on input line >29. > > >LaTeX Warning: Reference `structstr' on page 5 undefined on input line 30. > > >LaTeX Warning: Reference `structstr__sortentry' on page 5 undefined on input li >ne 31. > > >LaTeX Warning: Reference `structstriter' on page 5 undefined on input line 32. > > >LaTeX Warning: Reference `structsurfrand' on page 5 undefined on input line 33. > > >) [5] [6] >Chapter 4. >(./group__adt.tex (/usr/share/texmf-dist/tex/latex/psnfss/ts1phv.fd) [7] >[8]) [9] (./group__dns.tex [10] >Overfull \hbox (51.54842pt too wide) in paragraph at lines 167--168 >\T1/phv/m/n/10 The D[]NS re-solver li-brary is a mod-i-fied copy of the pub-lic > do-main li-brary used in djbdns ([][][][][][]). > >Underfull \hbox (badness 10000) detected at line 178 >[][][] >[11] [12] [13] [14] [15] [16] [17] [18] [19] [20] >Underfull \hbox (badness 10000) detected at line 649 >[][][] > >Underfull \hbox (badness 10000) in paragraph at lines 660--661 >| \T1/pcr/m/n/8 int($\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 )(struct [][][][][][] $ >\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 out, unsigned int index, unsigned int offset, > const char >[21] >! Missing } inserted. ><inserted text> > } >l.680 \end{DoxyParams} > >? >! Emergency stop. ><inserted text> > } >l.680 \end{DoxyParams} > >Output written on refman.dvi (25 pages, 149824 bytes). >Transcript written on refman.log. >make: *** [Makefile:19: refman.dvi] Error 1 >make: Leaving directory '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04/doc/latex' > [31;01m*[0m ERROR: dev-libs/bglibs-2.04-r2::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-libs/bglibs-2.04-r2::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-libs/bglibs-2.04-r2::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/log/portage/build/dev-libs/bglibs-2.04-r2:20241027-215424.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/bglibs-2.04-r2/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-libs/bglibs-2.04-r2/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04' > [31;01m*[0m S: '/var/tmp/portage/dev-libs/bglibs-2.04-r2/work/bglibs-2.04'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 736663
:
654073
|
654075
| 907088